@charset "UTF-8";
/* CSS Document */

/** scroll
---------------------------------------------------------------------------------*/
.scroll{
	display: flex;
	justify-content: center;
    width: min(80%,900px);
    margin: 0 auto;
	margin-bottom: 60px;
    gap: 4%;
}
.scroll a{
	display: block;
	width: calc(50% - 2%);
	font-size: 16px;
	font-weight: 400;
	color: #D57BA4;
	border:  solid 1px #D57BA4;
	border-radius: 40px;
	text-align: center;
	padding: 22px 0;
	transition: .3s;
}
.scroll a:hover{
	background-color: #FEEBF0;
}
.fa-caret-down{
	display: inline-block;
	padding-right: 10px;
}


/** 美禅筋骨小顔トリートメント
---------------------------------------------------------------------------------*/
.kogao{
	width: min(100%,1000px);
	margin: 0 auto;
    margin-bottom: 80px;
}
.kogao .inner{
	width: min(90%,1000px);
	margin: 0 auto;
}
.kogao>h3{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	color: #C32C71;
	padding-bottom: 15px;
	border-bottom: solid 1px #C32C71;
	margin-bottom: 40px;
}
.kogao .kogao_images{
    width: min(100%,600px);
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.kogao .kogao_images img{
    width: 100%;
    height: auto;
}
.kogao .kogao_images .swiper-pagination{
    bottom: 10%!important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px!important;
}
.kogao .kogao_images .swiper-pagination-bullet{
    background-color: #FFFFFF!important;
    opacity: 0.8!important;
}
.kogao .kogao_images .swiper-pagination-bullet-active{
    background-color: #CCB4C4!important;
    opacity: 1!important;
}
.kogao .explanation{
    margin-bottom: 60px;
}
.kogao .explanation h4{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
    padding-bottom: 25px;
    line-height: 1.7;
}
.kogao .explanation .text p{
    padding-bottom: 20px;
}
.kogao .explanation .text p:last-of-type{
    padding-bottom: 0;
}
.kogao .detail_container .detail{
    display: flex;
    margin-bottom: 70px;
}
.kogao .detail_container .detail:nth-of-type(2){
    flex-direction: row-reverse;
}
.kogao .detail_container .image{
    width: 50%;
}
.kogao .detail_container .image img{
    width: 100%;
    height: auto;
}
.kogao .detail_container .text{
    width: 50%;
    padding-left: 12.5%;
}
.kogao .detail_container .detail:nth-of-type(2) .text{
    width: 50%;
    padding-left: 0;
    padding-right: 12.5%;
}
.kogao .detail_container h4{
	font-size: 18px;
	font-weight: 500;
	color: #C32C71;
	padding-bottom: 25px;
}
.kogao .detail_container .text ul li{
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 1.1em;
    position: relative;
}
.kogao .detail_container .text ul li::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #CECECE;
    position: absolute;
    left: 0;
    top: calc((1.4em - 6px) / 2);
}
.kogao .detail_container .text p{
    padding-bottom: 20px;
}
.kogao .detail_container .text p:last-of-type{
    padding-bottom: 0;
}
.kogao .menu_title{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 30px;
}


/** フェイシャル
---------------------------------------------------------------------------------*/
.facial{
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.facial h3{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	color: #C32C71;
	padding-bottom: 15px;
	border-bottom: solid 1px #C32C71;
	margin-bottom: 40px;
}
.facial .menu{
	max-width: 800px;
    width: 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: 34px;
}
.menu table tr td div span{
	font-size: 13px;
}
.menu .detail{
	padding-left: 0;
	font-size: 13px;
	line-height: 1.8em;
	display: block;
}
.menu .detail span{
	font-size: 13px;
	color: #E583AF;
	display: block;
	padding-top: 15px;
}
.hifu{
	display: flex;
	justify-content: center;
	padding: 30px;
}
.hifu>p{
	width: 50%;
	padding-right: 25px;
	padding-top: 15px;
}
.hifu>p img{
	width: 100%;
	height: auto;
}
.hifu_table{
	width: 50%!important;
}
.hifu_table div {
    width: 58%!important;
}
.facial .notes {
    font-size: 24px;
    line-height: 1.5;
    color: #C32C71;
    text-align: center;
}


/** リンパドレナージュ
---------------------------------------------------------------------------------*/
/*.lymph{
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.lymph h3{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	color: #C32C71;
	padding-bottom: 10px;
	border-bottom: solid 1px #C32C71;
	margin-bottom: 40px;
}
.lymph h4{
	font-size: 18px;
	font-weight: 500;
	color: #C32C71;
	padding-bottom: 25px;
}
.lymph_flex{
	width: 94%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 35px;
	margin: 0 auto;
}
.lymph_flex:last-child{
	padding-bottom: 0;
}
.lymph_flex>p{
	width: 50%;
	box-sizing: border-box;
	padding-right: 45px;
}
.kori{
	padding-right: 0!important;
	padding-left: 45px;
}
.lymph_flex>p img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.lymph_flex>p:nth-child(2) img{
	box-sizing: border-box;
}
.lymph_flex>div{
	width: 50%;
	box-sizing: border-box;
}
.lymph_flex:nth-child(3) div{
}
.lymph_flex>div>p{
	padding-bottom: 15px;
}
.lymph_flex>div>p:last-child{
	padding-bottom: 0;
}
.lymph_step{
	width: 94%;
	margin: 0 auto;
	background-color: #FFF9EB;
}
.lymph_step p{
	width: 50%;
	display: block;
	margin: 0 auto;
}
.lymph_step p img{
	width: 100%;
	height: auto;
	min-width: 400px;
}*/


/** メニュー
---------------------------------------------------------------------------------*/
.menu_title{
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 30px;
}
.menu{
	max-width: 800px;
    width: auto;
	margin: 0 auto;
	background-image: url("../img/common/bg_05.jpg");
	background-position: inherit;
    background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 50px;
	margin-bottom: 80px;
}
.menu_detail{
	background-color: #fff;
	padding: 15px 40px;
}
.menu_detail table{
	width: 100%;
}
.menu_detail th{
	text-align: left;
	font-size: 16px;
	border-bottom: double 4px #888;
	padding-bottom: 10px;
}
.menu_detail th span{
	font-size: 13px;
}
.menu_detail td{
	display: flex;
	align-items: center;
    justify-content: space-between;
	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;
    line-height: 1.5em;
}
.menu_detail td div::before{
	content: "■";
	position: absolute;
	font-size: 8px;
	color: #C32C71;
	top: 2px;
    left: -20px;
}
.menu_title span{
	color: #C32C71;
	font-size: 12px;
	padding-left: 10px;
	font-weight: 400;
}


/** ブライダル
---------------------------------------------------------------------------------*/
.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;
	width: 50%;
	font-size: 14px;
}
.bridal_detail h3{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 25px;
}
.bridal_detail>p{
	padding-bottom: 12px;
}
.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;
}


@media print, screen and (max-width: 880px) {
    .header_title>p>img{
        width: 68%!important;
        max-width: 230px!important;
    }

    /** scroll
    ---------------------------------------------------------------------------------*/
    .scroll{
        margin-bottom: 55px;
        width: min(90%,900px);
    }
    .scroll a{
        font-size: 15px;
        padding: 20px 0;
    }


    /** 美禅筋骨小顔トリートメント
    ---------------------------------------------------------------------------------*/
    .kogao{
        max-width: 600px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .kogao .inner{
        width: 100%;
    }
    .kogao>h3{
        font-size: 18px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    /** フェイシャル
    ---------------------------------------------------------------------------------*/
    .facial{
        max-width: 600px;
        margin-bottom: 70px;
        padding: 0 15px;
    }
    .facial h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .facial .menu {
        max-width: 600px;
        padding: 20px;
        margin-bottom: 15px;
    }
    .hifu {
        display: block;
        padding: 15px;
    }
    .hifu>p {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .hifu_table {
        width: 100%!important;
    }
    .menu .detail span {
        padding-top: 10px;
    }
    .facial .notes {
        font-size: 18px;
    }
    .menu_detail td {
        display: block;
        padding: 10px 0 10px 20px;
        font-size: 14px;
        border-bottom: solid 1px #E8E8E8;
    }
    .menu_detail td>p{
        text-align: right;
    }
    .dots {
        font-size: 10px;
        letter-spacing: 0.01em;
    }
    .menu_detail {
        padding: 15px;
    }
    .menu_detail td div {
        width: 100%;
        line-height: 1.5em;
    }


    /** リンパドレナージュ
    ---------------------------------------------------------------------------------*/
    /*.lymph_wrapper{
        padding: 0 15px;
    }
    .lymph h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }	
    .lymph_flex {
        width: 100%;
        display: block;
        padding-bottom: 25px;
    }	
    .lymph_flex>p {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }	
    .lymph_flex>div {
        width: 100%;
    }	
    .lymph h4 {
        font-size: 16px;
        padding-bottom: 15px;
    }	
    .lymph_flex>div>p {
        padding-bottom: 10px;
    }	
    .lymph_flex>p:nth-child(2) {
        padding-right: 0px;
        padding-left: 0;
    }	
    .lymph_step p img{
        min-width: 0px;
    }
    .lymph_step p {
        width: 100%;
    }	
    .lymph_step {
        width: 100%;
    }	
    .lymph {
        max-width: 600px;
        margin-bottom: 25px;
    }	*/


    /** メニュー
    ---------------------------------------------------------------------------------*/
    .menu_title{
        font-size: 16px;
        padding-bottom: 15px;
    }
    .menu{
        max-width: 600px;
        padding: 20px;
        margin-bottom: 70px;
    }
    .menu_title span {
        font-size: 10px;
    }

    /** ブライダル
    ---------------------------------------------------------------------------------*/
    .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;
        width: 100%;
        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;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .calligraphy_bridal img {
        width: 74%;
        max-width: 300px;
    }	


}


@media print, screen and (max-width: 760px){
    .scroll{
        display: block;
    }
    .scroll a:first-child{
        margin-bottom: 10px;
    }
    .scroll a{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .fa-caret-down{
        padding-right: 5px;
    }
    .kogao .detail_container .detail{
        display: block;
        margin-bottom: 45px;
    }
    .kogao .detail_container .image{
        width: 100%;
    }
    .kogao .kogao_images{
        margin-bottom: 25px;
    }
    .kogao .explanation h4{
        padding-bottom: 15px;
    }
    .kogao .explanation h4 br{
        display: none;
    }
    .kogao .explanation .text p{
        padding-bottom: 15px;
    }
    .kogao .explanation{
        margin-bottom: 45px;
    }
    .kogao .detail_container .image{
        margin-bottom: 30px;
    }
    .kogao .detail_container .text{
        width: 100%;
        padding: 0;
    }
    .kogao .detail_container h4{
        padding-bottom: 20px;
    }
    .kogao .detail_container .detail:nth-of-type(2) .text{
        width: 100%;
        padding: 0;
    }
    .menu{
        margin-bottom: 60px;
    }
    .kogao .menu_title{
        font-size: 16px;
        padding-bottom: 20px;
    }
    
    
    
    
    
    


}