@charset "UTF-8";
/* CSS Document */
main{
	margin-bottom: 100px;
}

/** ビフォーアフター
---------------------------------------------------------------------------------*/
.slimming{
	text-align: center;
	margin-bottom: 80px;
}
.slimming h3{
	font-size: 24px;
	color: #C32C71;
	font-weight: 600;
	padding-bottom: 30px;
}
.slimming>p{
	padding-bottom: 50px;
}
.before_after{
	width: 100%;
    max-width: 600px;
	height: auto;
	border: solid 1px #D89AB7;
	border-radius: 6px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.icon{
	display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
	max-width: 500px;
}
.before_icon{
	box-sizing: border-box;
	display: block;
	margin-bottom: 15px;
	width: 130px;
	border: solid 1px #D89AB7;
	color: #D89AB7;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 3px 0;
	border-radius: 4px;
}
.after_icon{
	box-sizing: border-box;
	display: block;
	margin-bottom: 15px;
	width: 130px;
	border: solid 2px #D89AB7;
	background-color: #D89AB7;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 3px 0;
	border-radius: 4px;
}
.point{
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.point li{
	width: 210px;
	height: 210px;
	border-radius: 250px;
	background-color: #fff;
	border: solid 1px #C32C71;
	color: #C32C71;
	text-align: center;
	box-sizing: border-box;
	padding: 55px 10px 55px;
	margin: 0 10px;
	/*box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4);*/
	position: relative;
	z-index: 10;
}
.point li div{
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
}
.point li p{
	font-size: 12px;
	font-weight: 500;
	line-height: 2em;
}
.slimming_flex{
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0 20px 5px;
	background-color: #F8F4F5;
	padding: 55px 0;
}
.slimming_flex>div{
	padding: 0 20px;
}
.explain_wrapper{
	/*background-color: #F3E1E5;*/
	padding-top: 70px;
	margin: 0 20px;
}
.explain{
	max-width: 1200px;
	margin: 0 auto;
}
.explain_box {
	max-width: 800px;
	margin: 0 auto;
  position: relative;
    padding: 35px;
    box-sizing: border-box;
  text-align: center;
  border: 1px solid #C32C71;
  background: #fff;
	margin-bottom: 70px;
}
/*.explain_box:nth-child(2){
	margin: 0 0 0 auto;
	margin-bottom: 60px;
}*/
.explain_box:last-child{
	margin-bottom: 0;
}

.explain_box:before,
.explain_box:after {
  position: absolute;
  content: '';
}

.explain_box:before {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);  width: 80px;

  width: 80px;
  height: 80px;
  border: 1px solid #C32C71;
  border-radius: 50%;
  background: #fff;
}

.explain_box:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.explain_box i {
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);  width: 80px;
  height: 60px;
  text-align: center;
	font-size: 25px;
	color: #C32C71;
}

.explain_box>div {
  position: relative;
  z-index: 1;
}
.explain_box h4{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: solid 1px #383838;
	margin-bottom: 15px;
}
.explain_box>div>p{
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
}
.explain_box>div>p:last-child{
	padding-bottom: 0;
}
	.waist::before{
		content: '';
		position: absolute;
		background: url("../img/slimming/waist.svg");
		background-size: 160px auto;
		background-repeat: no-repeat;
		background-position: center 0;
		top: -10px;
		  left: 0;
		width: 210px;
		height: 210px;
	}
	.back_arms::before{
		content: '';
		position: absolute;
		background: url("../img/slimming/back_arms.svg");
		background-size: 230px auto;
		background-repeat: no-repeat;
		background-position: center 0;
		top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);  width: 80px;
		width: 230px;
		height: 210px;
	}
	.legs::before{
		content: '';
		position: absolute;
		background: url("../img/slimming/legs.svg");
		background-size: 160px auto;
		background-repeat: no-repeat;
		background-position: center 0;
		top: -10px;
		  left: 0;
		width: 210px;
		height: 210px;
		z-index: -1;
	}



/** メニュー
---------------------------------------------------------------------------------*/
.menu_title{
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 30px;
}
.menu{
	width: 800px;
	margin: 0 auto;
	background-image: url("../img/common/bg_04.jpg");
	background-position: inherit;
    background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 50px;
	margin-bottom: 80px;
	box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 20%);
}
.menu_detail{
	background-color: #fff;
	padding: 35px 40px;
}
.menu_detail table{
	width: 100%;
}
.menu_detail th{
	text-align: left;
	font-size: 16px;
	border-bottom: double 4px #ddd;
	padding-bottom: 10px;
}
.menu_detail th span{
	font-size: 13px;
}
.menu_detail td{
	display: flex;
	align-items: center;
	padding: 15px 0 15px 20px;
	font-size: 14px;
	border-bottom: solid 1px #E8E8E8;
}
.menu_detail tr:last-child td{
	border: none;
}
.menu_detail td div{
	width: 76%;
	position: relative;
}
.menu_detail td div::before{
	content: "■";
	position: absolute;
	font-size: 8px;
	color: #C32C71;
	top: 2px;
    left: -20px;
}



/** ブライダル
---------------------------------------------------------------------------------*/
.bridal{
	width: auto;
	max-width: 880px;
	background-color: #F7E9EE;
	border-radius: 4px;
	padding: 30px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 80px;
}
.bridal>p{
	width: 50%;
}
.bridal>p img{
	width: 100%;
	height: auto;
}
.bridal_detail{
	padding-left: 40px;
	color: #6E5F56;
}
.bridal_detail h3{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 30px;
}
.bridal_detail>p{
	padding-bottom: 15px;
}
.bridal_detail table{
	width: 100%;
}
.bridal_detail table tr th{
	text-align: left;
	font-weight: 400;
	border-bottom: solid 1px #6E5F56;
	display: inline-block;
    padding-bottom: 5px;
	margin-bottom: 15px;
}
.bridal_detail table tr td{
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}
.bridal_detail table tr td div{
	width: 60%;
}
.bridal_detail table tr td p span{
	letter-spacing: 0.01em;
    font-size: 12px;
}
.calligraphy_bridal{
	position: absolute;
	bottom: -15px;
	left: -100px;
	width: 370px;
}
.calligraphy_bridal img{
	width: 100%;
	height: auto;
}


/** インスタ
---------------------------------------------------------------------------------*/
.instagram_btn{
	border: solid 2px #C32C71;
	border-radius: 6px;
	width: auto;
	max-width: 800px;
	padding: 30px 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #C32C71;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	transition: 0.3s;
}
.instagram_btn span{
	padding-right: 30px;
	background-image: url("../img/common/insta_pink.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
	color: #C32C71;
}

.instagram_btn:hover{
	color: #fff;
	background-color: #C32C71;
}
.instagram_btn:hover span{
	background-image: url("../img/common/insta_white.png");
}


@media print, screen and (max-width: 1250px) {
.slimming_flex {
    display: block;
}
.slimming_flex>div {
}

@media print, screen and (max-width: 880px) {

main{
	margin-bottom: 60px;
}

/** ビフォーアフター
---------------------------------------------------------------------------------*/
.slimming{
	margin-bottom: 40px;
	padding: 0 15px;
}
.slimming h3{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	line-height: 1.5em;
}
.slimming>p{
	padding-bottom: 30px;
	text-align: left;
	margin: 0 auto;
    display: block;
    max-width: 600px;
}
.slimming_flex {
    margin: 0 0px 5px;
    background-color: #F8F4F5;
    padding: 25px 15px;
}
.slimming_flex>div {
}
.after_icon{
	margin-bottom: 5px;
	border-radius: 0 4px 4px 0;
	width: 120px;
	font-size: 15px;
}
.before_icon{
	margin-bottom: 5px;
	border-radius: 4px 0 0 4px;
	width: 120px;
	font-size: 15px;
}
.icon {
    justify-content: center;
	width: auto;
}
.explain_wrapper {
    padding: 70px 15px 0px 15px;
    margin: 0 auto;
}
.explain {
    max-width: 600px;
    margin: 0 auto;
}
.explain_box{
	padding: 20px;
	margin-bottom: 50px;
}
.explain_box h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.explain_box>div>p {
    padding-bottom: 6px;
	font-size: 13px;
}
.waist::before{
	background-position: center;
	background-size: 70% auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 132px;
	z-index: -1;
	opacity: .3;
}
.back_arms::before{
	background-position: center;
	background-size: 94% auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 132px;
	z-index: -1;
	opacity: .3;
}
.legs::before{
	background-size: 70% auto;
	background-position: center;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 132px;
	z-index: -1;
	opacity: .3;
}


/** メニュー
---------------------------------------------------------------------------------*/
.menu_wrapper {
    padding: 0 15px;
}
.menu_title{
	font-size: 16px;
	padding-bottom: 20px;
}
.menu{
	width: auto;
	max-width: 600px;
	padding: 20px;
	margin-bottom: 70px;
}
.menu_detail{
	background-color: #fff;
	padding: 20px 15px;
}
.menu_detail th{
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.menu_detail th span{
	font-size: 13px;
}
.menu_detail td{
	display: flex;
	align-items: center;
	padding: 15px 0 15px 20px;
	font-size: 14px;
	border-bottom: solid 1px #E8E8E8;
}
.menu_detail tr:last-child td{
	border: none;
}
.menu_detail td div{
	width: 50%;
	position: relative;
}
.menu_detail td div::before{
	content: "■";
	position: absolute;
	font-size: 8px;
	color: #C32C71;
	top: 2px;
    left: -20px;
}
.dots {
    font-size: 10px;
    letter-spacing: 0.01em;
}
.menu_detail td p {
    text-align: right;
    line-height: 1em;
    padding-top: 5px;
	display: block;
	width: 50%;
}


/** ブライダル
---------------------------------------------------------------------------------*/
.bridal {
    max-width: 500px;
	border-radius: 0;
    padding: 20px;
    display: block;
    margin-bottom: 40px;
}
.bridal>p {
    width: 100%;
	padding-bottom: 20px;
}	
.bridal_detail {
    padding-left: 0px;
	padding: 5px 10px 0;
	box-sizing: border-box;
}
.bridal_detail h3 {
    font-size: 16px;
    padding-bottom: 15px;
}	
.bridal_detail>p {
    padding-bottom: 5px;
}
.calligraphy_bridal {
    top: -40px;
    right: 0;
    width: 100%;
	bottom: 0;
	left: 0;
	width: 100%;
}
.calligraphy_bridal img {
    width: 74%;
	max-width: 300px;
}	
	
	
/** インスタ
---------------------------------------------------------------------------------*/
.instagram_btn {
    width: 92%;
    max-width: 400px;
    padding: 20px 0px;
    font-size: 14px;
    line-height: 1.5em;
}
.instagram_btn span {
    padding-right: 20px;
    background-size: 16px auto;
}


}

@media print, screen and (max-width: 760px) {
.point {
    display: block;
    padding: 0 20px;
}
.point li {
	max-width: 400px;
    width: auto;
    height: auto;
    border-radius: 20px;
    background-color: #fff;
    border: solid 1px #C32C71;
    color: #C32C71;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.point li:last-child{
	margin-bottom: 0;
}
.point li div {
    font-size: 18px;
    padding-bottom: 10px;
}
	
}