@charset "utf-8";
@import url(html5reset-1.6.1.css);



html{
    font-size: 16px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

@media screen and (min-width: 751px) {
    html{
        font-size: 24px;
    }
} 

body{
    line-height: 1.6;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #333;
    max-width: 750px;
    margin: 0 auto;
}

.main{
    text-align: center;
    padding-bottom: 100px;
}

@media screen and (min-width: 750px) {
    .main{
        box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
    }
} 

ul{
    list-style: none;
}


img{
    max-width: 100%;
}

a{
    cursor: pointer;
}

.anchor {
    padding-top: 100px;
    margin-top: -100px;
  }

  .marker-under
{
background:linear-gradient(transparent 75%, #ff0 75%)
}

/* ===============================================================
common
==================================================================*/
.img_bottom{
    vertical-align: bottom;
}

.inner{
    width: 90vw;
	margin: 0 auto;
}

@media screen and (min-width: 751px) {
    .inner{
        width: 90%;
        margin: 0 auto;
    }
} 

.text-yellow{
    color: #fff000;
}

.text-bigger{
    font-size: 1.2em;
}

.cta{
padding-top: 20px;
padding-bottom: 20px;
}

.cta-img{
    width: 100%;
    max-width: 450px;
}

.hover {
    display: block;
    cursor: pointer;
    transition: all 0.2s;
}

.note{
    /* font-size: 3.2vw; */
    font-size: min(16px, 3.2vw);
    color: #494949;
}
@media screen and (min-width: 751px) {
    .note{
        font-size: 0.75rem;
    }
} 

/* ===============================================================
header
==================================================================*/
#header {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    width: 100%;
    max-width: 750px;
}

.header_inner {
    width: calc(100% - 30px);
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    margin: 0 auto;
    padding: 10px;
    background-color: inherit;
}

.header_inner div.header_btn{
    display: flex;
    justify-content: flex-end;
    height: 8.5vw;
}

.header_inner div.header_btn a{
text-decoration: none;
margin-left: 5px;
}

.header_inner div.header_btn .header_logo{
    height: 8.5vw;
}


.header_logo:first-child {
    height: 7vw;
}

@media screen and (min-width: 751px) {
    .header_inner div.header_btn{
        display: flex;
        justify-content: flex-end;
        height: 60px;
    }
    
    .header_inner div.header_btn .header_logo{
        height: 60px;
    }
    
    
    .header_logo:first-child {
        height: 55px;
    }
    
    .header_inner div.header_btn a:nth-of-type(2) {
        margin-left: 8px;
    }
} 

/* ===============================================================
main
==================================================================*/
.fv{
    position: relative;
}
.fv .note{
    position: absolute;
    bottom: 2vw;

}
.fv .note p{
    font-size: 1.2em;

}

.fv .note ul{
    text-align: left;
    padding: 0 5vw 0;
    margin-top: 0.5em;
}

.fv .note ul li.text-indent{
    text-indent: -2.5em;
    padding-left: 2.5em;
}

@media screen and (min-width: 751px) {
    .fv .note{
        position: absolute;
        bottom: 6%;
    }
    .fv .note p{
        font-size: 120%;    
    }
    .fv .note ul{
        margin-top: 2.5%;
        padding: 0 5% 0;
    }
} 


#sec1{
    background: url("../img/shinjuku_clinic_intro_bg.png") no-repeat top / cover;
    overflow: hidden;
}

#sec1 .section-title{
padding-top: 20px;
padding-bottom: 0.5rem;
}
@media screen and (min-width: 751px) {
    #sec1 .section-title{
        padding-top: 60px;
        }
} 

.clinic-preview{
    /* background: #e8b57c; */
    padding: 3vw 0 8vw;
    position: relative;
}
.clinic-preview-slides{
    width: 72vw;
    margin: 0 auto;
}

.clinic-preview-img img.swiper-slide
{
    width:72vw;
    height: 62vw;
}
.clinic-preview .swiper-button-next:after,
.clinic-preview .swiper-button-prev:after
{
    color: #2c1e1e;
    font-size: 25px;
}


@media screen and (min-width:1000px)
{
    .clinic-preview
    {
        width: 100%;
        padding: 35px 0 75px;
    }
    .clinic-preview-slides
    {
        width: 650px;
    }
    .clinic-preview-img img.swiper-slide
    {
        width: 650px;
        height: 600px;
    }
} 

#sec2{
    background: url("../img/reservation_bg.png") no-repeat top / cover;
}

.reservation-text{
    width: 80vw;
    border: 4px solid #987b5f;
    background: #fff;
    margin: 10px auto;
    box-shadow: 0 0 12px rgb(0, 0, 0, 0.5);
}

.reservation-text1{
    font-size: 1.3rem;
    padding-top: 0.5em;
    position: relative;
    font-family: 'Zen Old Mincho', serif;
}

.reservation-text1::after{
    content: "";
    width: 65vw;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/reservation_underline.png") no-repeat bottom / 100%;
}

.fully-reserved{
    position: relative;
    margin: 20px auto;
    width: 80vw;
}

.reservation-text2{
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

#sec2 .fully-reserved ul{
    color: #e9d7c5;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4.65vw;
    padding-left: 8vw;
}

#sec2 .fully-reserved ul li{
    padding-bottom: 2.2vw;
}

@media screen and (min-width: 751px) {
    .reservation-text{
        width: 80%;
    }

    .reservation-text1::after{
        width: 65%;
    }

    .fully-reserved{
        height: 260px;
        width: 80%;
    }

    #sec2 .fully-reserved ul{
        font-size: 1.2rem;
        padding-left: 12%;
    }

    #sec2 .fully-reserved ul li{
        padding-bottom: 1.1rem;
    }
    
} 

.section-sub-title{
    position: relative;
    z-index: 4;
}

.case01{
    background: url("../img/achievements_bg01.png") no-repeat bottom / cover;
    margin-top: -5vw;
    padding: 50px 0;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: -6vw;
}
.case02{
    background: url("../img/achievements_bg02.png") no-repeat bottom / cover;
    margin-top: -20px;
    padding: 50px 0;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: -6vw;
}
.case03{
    background: url("../img/achievements_bg03.png") no-repeat bottom / cover;
    margin-top: -20px;
    padding: 50px 0 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}

#sec4 p.note{
    margin-top: 2rem;
}
@media screen and (min-width: 751px) {
    .achievements-bg{
        height: 2550px;
        }
    .case01,
    .case02,
    .case03{
        margin-top: -25px;
        padding: 80px 0;
    }

    .case01 {
        margin-bottom: -60px;
    }

    .case02 {
        margin-bottom: -60px;
    }

    .case03 {
        margin-bottom: 120px;
    }

} 

.img_relative{
    position: relative;
}

.weight-img {
    width: 27vw;
    position: absolute;
    top: 81vw;
    right: 36vw;
    -webkit-transition: 1.0s;
    transition: 1.0s;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

@media screen and (min-width: 751px) {
    .weight-img{
        width: 100%;
        position: absolute;
        top: 590px;
        right: 0px;
    }
} 
.weight-img.show {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


#sec5.insta{
    padding-bottom: 10vw;
    overflow: hidden;
}

@media screen and (min-width: 751px) {
    #sec5.insta{
        margin-top: 70px;
    }
} 

#sec5.insta .section-title{
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 10px;
}

.insta-showcase{
    position: relative;
}

.inta-slide-img img.swiper-slide{
    height: 51.5vw;
    width: 100%;
    margin: 0 2.5vw;
}

@media screen and (min-width:600px){
    #sec5.insta{
        padding-bottom: 60px;
    }

    #sec5.insta .section-title{
        font-size: 1.3rem;
    }

    .inta-slide-img img.swiper-slide
    {
        width: 100%;
        height: 100%;
        margin: 20px;
    }
} 

.satisfaction{
    position: relative;
}

.chart-wrap{
    position: relative;
    background-color: transparent;
    width: 70vw;
    margin:-82vw 0 0 auto;
    padding-bottom: 40px;
}
@media screen and (min-width: 751px) {
    .satisfaction{
        margin-top: 60px;
    }
    .chart-wrap{
        width: 68%;
        margin:-80% 0 0 auto;
        padding-bottom: 90px;
    }
} 

.number{
    position: absolute;
    top: calc( 50% - 0.6em );
    left: calc( 50% - 1.05em );
    font-size: 19vw;
    font-family: 'Libre Bodoni', serif;
    transform: scale(0.9, 1.05);
    color: #44280e;
}

@media screen and (min-width: 751px) {
    .number{
        top: calc( 50% - 0.65em );
        font-size: 144px;
    }
} 

.percent{
    font-size: 0.5em;
    margin-left: -0.5em;
}


.satisfaction-chart{
    width: 66vw;
    position: absolute;
    top: 4vw;
    right: 1vw;
}

.satisfaction p{
    position: absolute;
    bottom: 3vw;
    right: 4vw;
    font-size: 0.8rem;
}

@media screen and (min-width: 751px) {
    .satisfaction-chart{
        width: 66%;
        top: 4%;
        right: 1%;
    }

    .satisfaction p{
        bottom: 4%;
        right: 4%;
        font-size: 0.8rem;
    }
} 

.conclusion-arrow{
    position: relative;
}

.conclusion-arrow::after{
    content: "";
    height: 100px;
    width: 80vw;
    display: block;
    background: url(../img/conclusion.png) no-repeat center / contain;
    position: absolute;
    top: -6vw;
    left: calc(50vw - 40vw);
}

@media screen and (min-width: 751px) {
    .conclusion-arrow::after{
        height: 200px;
        width: 100%;
        top: -4%;
        left: calc(50% - 50%);
    }
    
} 

.structure-content{
    margin-top: 10px;
    margin-bottom: 20px;
}

.structure-img{
    padding-bottom:10px;
}

.structure-text{
    padding-bottom: 20px;
    font-family: 'Zen Old Mincho', serif;
}

@media screen and (min-width: 751px) {
    .structure-img{
        padding-top: 10px;
        padding-bottom:20px;
    }

    .structure-text{
        padding-top: 10px;
        padding-bottom: 30px;
    }
} 

.structure-text span{
    font-size: 1.3rem;
}

.recommend-bg{
    background: url("../img/recommend_bg.png") no-repeat center / cover;
    padding-top: 30px;
    padding-bottom: 20px;
}

.recommend-box{
    text-align: left;
    font-size: 3.6vw;
    font-size: 0.9rem;
    border: 2px solid #4d3927;
    background-color: #fff;
}

@media screen and (min-width: 751px) {
    .recommend-box{
        font-size: 0.9rem;
    }
} 

.recommend-text{
    background: #4d3927;
    padding: 0.5rem 1.5rem;
    position: relative;
}

.recommend-text::after{
    content: "";
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background-color: #4d3927;
    z-index: 30;
    top: -15px;
    right: calc(50% - 8px);
}

.recommend-box ul{
    padding: 0.8rem 0.6rem;
}

.recommend-box ul li{
    padding-bottom: 0.2em;  
}

@media screen and (min-width: 751px) {
    .recommend-bg{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .recommend-box{
        width: 80%;
    }
    .recommend-text{
        background: #4d3927;
        padding: 20px 30px;
        position: relative;
    }
    .recommend-text::after{
        width: 30px;
        height: 30px;
        top: -30px;
    }
    .recommend-box ul{
        padding: 1rem;
    }
} 


.recommend-box ul li .text-red{
    color: #eb5b58;
}

.team-medical{
    background: url("../img/team_medical_bg.png") no-repeat center / cover;
}

.team-medical p{
    font-family: 'Zen Old Mincho', serif;
    font-size: 0.9em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.3;
}

.team-medical-partner{
    position: relative;
    z-index: 20;
    color: #fff;
    text-shadow: #6a5640 0 0 18px;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.4;
}
.team-medical-partner::after{
    content: "";
    height: 200px;
    width: 100%;
    display: block;
    background: url("../img/team_medical_bg02.png") no-repeat center / 60vh;
    position: absolute;
    top: -17vw;
    left: 0;
    z-index: -10;
}

@media screen and (min-width: 751px) {
    .team-medical p{
        line-height: 1.5;
    }

    .team-medical-partner::after{
        background: url("../img/team_medical_bg02.png") no-repeat center / 100%;
        height: 245px;
        top: -56%;
    }
    
} 


.team-medical-partner span{
    font-size: 1.2rem;
}

.reason-bg{
    background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(255,255,255) 15%, rgb(252,239,239) 15%, rgb(252,239,239) 85%, rgb(255,255,255) 85%,  rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(255,255,255) 15%, rgb(252,239,239) 15%, rgb(252,239,239) 85%, rgb(255,255,255) 85%,  rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(255,255,255) 15%, rgb(252,239,239) 15%, rgb(252,239,239) 85%, rgb(255,255,255) 85%,  rgb(255,255,255) 100%);
}

.reason-box{
    padding-top: 20px;
    padding-bottom: 5px;
}

.reason-wrap{
    margin-bottom: 12vw;
    position: relative;
}

@media screen and (min-width: 751px) {
    .reason-box{
        padding-top: 40px;
    }

    .reason-wrap{
        margin-bottom: 80px;
    }
} 
.reason-row{
    display: flex;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 10px;
}



.reason-row .point{
    font-family: 'Zen Old Mincho', serif;
    font-size: 2.2rem;
    line-height: 0.9;
    width: 20%;
    color: #9a5c54;
}

.reason-row .point span{
    font-family: 'Satisfy', cursive;
    font-size: 1.3rem;
}

.quote{
    /* position: relative; */
    width: 90%;
    color: #542a25;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.2;
}
.reason-row .quote p{
    font-family: 'Zen Old Mincho', serif;
    font-size: 6vw;
    position: relative;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
}

@media screen and (min-width: 751px) {
    .reason-row .quote p{
        font-size: 1.7rem;
        padding-left: 0.7em;
        padding-right: 0.7em;
    }
} 

.reason-wrap:first-child .reason-row .quote p{
    padding-left: 0.85em;
    padding-right: 0.85em;
}

.quote p::before{
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    background: url("../img/quote01.png") no-repeat center / 70%;
    position: absolute;
    top: 0;
    left: 0;
}

.quote p::after{
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    background: url("../img/quote02.png") no-repeat center / 70%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 751px) {
    .quote p::before{
        height: 20px;
        width: 20px;
    }
    
    .quote p::after{
        height: 20px;
        width: 20px;
    }
    
} 

.reason-wrap img{
    width: 90vw;
}

.reason-text{
    color: #fff;
    display: inline-block;
    background-image: -moz-linear-gradient( 41deg, rgb(232,119,174) 0%, rgb(124,115,243) 100%);
    background-image: -webkit-linear-gradient( 41deg, rgb(232,119,174) 0%, rgb(124,115,243) 100%);
    background-image: -ms-linear-gradient( 41deg, rgb(232,119,174) 0%, rgb(124,115,243) 100%);
    position: absolute;
    right: 0;
    bottom: -18px;
    padding: 0.4em 0.8em;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 1.3;
}

@media screen and (min-width: 751px) {
    .reason-row p{
        font-size: 1.7rem;
    }

    .reason-wrap img{
        width: 90%;
    }

    .reason-text{
        font-weight: 400;
        font-size: 1rem;
    }
} 

.treatments{
    background: url("../img/treatment_bg.png") no-repeat center / cover;
    padding-bottom: 30px;
}

@media screen and (min-width: 751px) {
    .treatments{
        padding-bottom: 50px;
    }
} 

.treatment-wrap{
    background-color: #fff;
    width: 78vw;
    margin: 0 auto;
    margin-top: 20px;
    /* padding-bottom: 5px; */
    box-shadow: 0 0 12px rgb(0, 0, 0, 0.3);
}

.treatment-wrap .treatment-row{
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    align-items: center;
}

.treatment-wrap .menu{
    position: relative;
    color: #b2a79d;
    background: url("../img/treatment_number_bg.png") no-repeat center / contain;
    padding: 13px;
    line-height: 1;
    font-family: 'Satisfy', cursive;
    font-size: 1.2rem;
}

.treatment-wrap .menu span{
    font-size: 1.7rem;
    font-family: 'Libre Bodoni', serif;
}

.treatment-wrap .menu-summary{
    width: 80%;
}
.treatment-wrap .menu-summary p{
    line-height: 1.2;
    text-align: left;
    font-family: 'Zen Old Mincho', serif;
    font-size: 5vw;
    padding-left: 0.4em;
    font-weight: 600;
}

.treatment-wrap .treatment-name{
    background-color: #333;
    color: #fff;
    font-size: 5vw;
    line-height: 1.9;
}

@media screen and (min-width: 751px) {
    .treatment-wrap .menu-summary p{
        font-size: 1.4rem;
    }

    .treatment-wrap .treatment-name{
        font-size: 1.4rem;
    }
} 

.treatment-wrap .media{
    margin: 10px auto;
}

.treatment-wrap .treatment-for{
    max-width: 260px;
    margin: 0 auto;
    text-align: left;
}

.treatment-wrap .treatment-for p{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
    font-size: 0.9rem;
}
@media screen and (min-width: 751px) {
    .treatment-wrap{
        width: 85%;
        margin-top: 40px;
        padding-top: 10px;
        /* padding-bottom: 20px; */
    }
    .treatment-wrap .media img,
    .treatment-wrap .media video{
        width: 400px;
    }
    .treatment-wrap .treatment-for{
        max-width: 400px;
    }
} 
.treatment-wrap .treatment-for ul{
    font-family: 'Zen Old Mincho', serif;
    font-size: 0.9rem;
    padding: 0.6em 1.2em;
}

.treatment-wrap .treatment-for ul li{
    position: relative;
}

.treatment-wrap .treatment-for ul li::before{
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    background: url("../img/treatment_checked.png") no-repeat center / 55%;
    position: absolute;
    bottom: 1px;
    left: -1.2em;
}

.treatment-wrap .treatment-detail{
    background: #ece7e3;
    font-size: 0.75rem;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
}

.treatment-wrap .treatment-detail p{
    max-width: 260px;
    margin: 0 auto;
    line-height: 1.3;
    padding-bottom: 0.5em;
}

@media screen and (min-width: 751px) {
    .treatment-wrap .treatment-detail p{
max-width: 400px;   
margin-right: auto;
margin-left: auto;
 }
    
} 


#sec13{
    background: url("../img/compare_bg-2.png") no-repeat center / cover;
    position: relative;
    margin-bottom: 20px;
}

#sec13::after{
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #d5d5d5;
    position: absolute;
    bottom: -19.5px;
    left: 0;
    z-index: 30;
}

img.compare-title{
    margin-top: 30px;
}

.compare-chart{
    margin-top: -22vw;
}


#sec13 .note{
    text-align: left;
}
#sec13 .note.right{
    text-align: right;
    margin-top: -3vw;
    padding: 0 1em 3vw;
}

#sec13 .offer{
    margin: 0 auto;
    padding: 0vw 5vw 5vw;
}

@media screen and (min-width: 751px) {
    .compare-chart{
        margin-top: -22%;
    }
    #sec13 .note.right{
        margin-top: -3%;
        padding: 0 1em 5%;
    }
    
    #sec13::after{
        height: 40px;
        bottom: -39.5px;
        /* box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.4); */
    }
    #sec13 .offer {
        padding: 0vw 5% 5%;
    }
} 



#sec14{
    background-color: #d4b998;
    padding-bottom: 30px;
}

#sec14 .method-text,
#sec14 .method-text2{
    background: #fff;
    font-family: 'Zen Old Mincho', serif;
    padding-top: 1rem;
    font-size: 1.2rem;
}

#sec14 .method-text{
    padding-bottom: 1rem;
}

#sec14 .method-text2{
    position: relative;
    margin-bottom: 50px;
}

#sec14 .method-text2::after{
    content: "";
    width: 100%;
    height: 26px;
    display: block;
    position: absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #fff;
    z-index: 30;
    bottom: -25px;
    right: 0;
}

#sec14 .method-text3{
padding-top: 0.5em;
text-align: right;
/* font-size: 3.2vw; */
}


#sec15{
    padding: 5%;
}

#sec16 .img_20anv{
margin: 5vw 2.5vw;
}

.img_20anv p{
    font-size: 12px;
    text-align: right;
    padding-right: 6px;
}

@media screen and (min-width: 751px) {
    #sec16 .img_20anv{
        margin: 5% 2.5%;
        }
        .img_20anv p{
            font-size: 16px;
            padding-right: 12px;
        }
} 

#sec17{
    background: url("../img/signup_flow_bg.png") no-repeat top / 200vh;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: -20px;
    position: relative;
    overflow: hidden;
}

#sec17::before{
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: rgb(0, 0, 0, 0.2);
    position: absolute;
    top: 0px;
    left: 0;
    transform: scale(1.1);
    transform-origin: top;
}

@media screen and (min-width: 751px) {
    #sec17::before{
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        background: rgb(0, 0, 0, 0.2);
        position: absolute;
        top: 0px;
        left: 0;
        transform: scale(1.1);
        transform-origin: top;
    }
    
} 

#sec17 .signup-flow-title{
    width: 75vw;
    padding-top: 5vw;
}
@media screen and (min-width: 751px) {
    #sec17 .signup-flow-title{
        width: 75%;
        padding-top: 5%;
    }
} 

.flow-wrap{
    margin: 0 auto;
    border: 6px solid #b8b8b8;
    background-color: #fff;
}

.accordion-container{
    padding: 0 0.8rem 20px;
}
dl.accordion-list{
    padding-top: 20px;
}

dt.accordion-title{
    font-size: 5.2vw;
    font-family: 'Zen Old Mincho', serif;
    border-bottom: 2px solid #c0c0c0;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

@media screen and (min-width: 751px) {
    dt.accordion-title{
        font-size: 1.3rem;
    }
} 

.accordion-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}

.accordion-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
}

dt.accordion-title span{
    color: #a28061;
    font-style: italic;
    font-size: 1.7em;
    padding-right: 1rem;
}

dd.accordion-text{
    text-align: left;
    background-color: #f7f7f7;
    margin-top: 5px;
    padding: 0.8em;
    display: none;
}

.accordion-show dd.accordion-text{
    display: block;
}

dd.accordion-text div{
    text-align: center;
    background-color: #fff;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    margin: 0.5em auto;
    padding: 0.5em 1em;
} 


#sec19{
    background: url("../img/access_bg.png") no-repeat center / cover;
    padding-bottom: 40px;
}

#sec19 .access-title{
    width: 75vw;
    padding-top: 5vw;
}

#sec19 .access-info{
    background-color: #fff;
    border-radius: 10px;
}

#sec19 .access-info .access-shibuya,
#sec19 .access-info .access-shinjuku{
    padding: 6vw 4vw;
}

.access-clinic{
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.5rem;
    border-bottom: 1.5px solid #333;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.2;
}

.access-text{
    padding: 3vw 0 5vw;
}

@media screen and (min-width: 751px) {
    #sec19 .access-title{
        width: 75%;
        padding-top: 5%;
    }
    #sec19 .access-info .access-shibuya,
    #sec19 .access-info .access-shinjuku{
    padding: 6% 4%;
}
    .access-text{
        padding: 3% 0 5%;
    }

} 

.access-info .access-text dl{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.access-info .access-text dl dt{
    width: 30%;
    color: #ad8656;
}

.access-info .access-text dl dd{
    width: 70%;
}

/* ===============================================================
form
==================================================================*/
#sec20{
    font-size: 10px;
    line-height: 1.6;
    box-sizing: border-box;
}

img{
    max-width: 100%;
}

.title-inquiries{
    background-color: #674e33;
    font-family: 'Zen Old Mincho', serif;
    font-size: 7vw;
    color: #fff;
    text-align: center;
    line-height: 2.5em;
}

@media screen and (min-width: 768px) {
    .title-inquiries{
font-size: 4em;
    }
} 


.formContact {
	width: 800px;
	max-width: 100%;
    padding: 0 22px;
    margin: 55px 0 45px 0;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .formContact {
        margin: 75px auto 35px auto;
    }
} 

.formContact .formRow {
    flex-wrap: wrap;
    margin-bottom: 45px;
}


.formContact .formRowTitle {
    width: 100%;
    margin-bottom: 0.6em;
	display: flex;
    justify-content: flex-start;
	align-items: center;
    position: relative;
}

.formContact .formRowTitle::before {
    content:"";
    display:inline-block;
    width:4px;
    height:100%;
    background-color:#a48b6d;
    position:absolute;
}

.formContact .formRowInput input[type=radio] {
    background-color: initial;
    cursor: default;
    appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    font-size: 1.6em;
    border-radius: 50%;
}

#telnumber .formRowTitle label,
.formContact .formRowTitle p {
	color: #333;
	font-size: 1.7em;
    padding-left: 0.5em;
}


.formContact .formRowTitle .redLbl{
	font-size: 1.3em;
    padding: 0 0.25em;
    color: #ea5856;
    margin-left: 0.5em;
    border: 1px solid #ea5856;
    border-radius: 3px;
}

.formContact .formRowTitle .greyLbl{
	font-size: 1.3em;
    border: 1px solid #7e7e7e;
    color: #7e7e7e;
	padding: 0 0.25em;
    border-radius: 3px;
    margin-left: 0.5em;
}

.formContact .formRowInput {
    width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.formContact .formRowInput .nSize {
	font-size: 1.7em;
    padding-left: 8px;
    height: 48px;
    width: 100%;
    border-radius: 3px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #333;
}

.formContact .formRowInput input {
	border: 1px solid #999899;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}

.formContact .formRowInput input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #CCCCCC;

}

.formContact .formRowInput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CCCCCC;
}

.formContact .formRowInput input::-ms-input-placeholder { /* Microsoft Edge */
	color: #CCCCCC;
}

.formContact select {
	border: 1px solid #999899;
	color: #cccccc;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
	background: #fff;
    border-radius: 3px;
}

.formContact select option {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #333;
}

.formContact .selectNSize {
	position: relative;
	max-width: 100%;
	width: 374px;
}

.formContact .smallSize {
	display: flex;
    width: 166px;
    justify-content: space-between;
}

.formContact .selectNSize select {
	font-size: 1.7em;
	width: 100%;
	height: 38px;
	padding-left: 15px;
}

.formContact .smallSize select {
	width: 78px;
}

.formContact .smallSize:after {
	display: none;
}


.formContactTextarea {
	height: 155px;
	width: 100%;
	resize: none;
	font-size: 1.7em;
	padding: 15px;
	border: 1px solid #999899;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #333;
}

.formContactTextarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #CCCCCC;
	opacity: 1; /* Firefox */
}

.formContactTextarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CCCCCC;
}

.formContactTextarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #CCCCCC;
}

.btnFormContact {
	padding-bottom: 35px;
	width: 100%;
	text-align: center;
}

.btnFormContact button {
	width: 70vw;
	border: none;
	margin: 0 auto;
	background-color: #ea5856;
	cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 8vw;
    line-height: 2;
    border-radius: 50px 50px 50px 50px;
    font-family: 'Zen Old Mincho', serif;
}
@media screen and (min-width: 751px) {
    .btnFormContact button {
        width: 40%;
        padding: 0.3em;
        font-size: 4em;
    }
} 
.privacy-checkbox {
	text-align: center;
	margin-bottom: 2em;
    font-size: 1.7em;
    font-family: 'Zen Old Mincho', serif;
}


.selectOnSp {
    width: 100%;
}

.custom-checkbox .vir-checkbox.square-style,
.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox.square-style:before{
	border-radius: 0px;
}

#errors {
    outline: none;
    margin: 0 auto 20px auto;
    text-align: center;
    position: relative;
    color: #ff0000;
    font-weight: 400;
    font-size: 2.445em;
}

.selectShop label {
    display: flex;
    align-items: center;
    border: 1px solid #999899;
    height: 34px;
	font-size: 1.7em;
    border-radius: 3px;
}

.selectShop label{
    margin-bottom: 0.5em;
}

.ui-widget {
    font-size: 4vw;
}

@media screen and (min-width: 751px) {
    .ui-widget {
        font-size: 100%;
    }
} 

.copy {
	margin: 30px 0 0;
	display: block;
	text-align: center;
	font-size: 0.7rem;
    line-height: 1.5;
}


.l-footer__line{
    display:block;
    text-align:center;
    width:224px;
    margin:15px auto 30px;
    background-color:#00c300;
}
.l-footer__line img{
    width:224px;
    vertical-align:middle;
}

.line-reservation {
    /* background-color: #00c300; */
    padding: 5px 10px;
    width: calc(80% - 50px);
    margin: 15px auto 0;
}

.line-reservation img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
}

.show-pc{
    display: none;
}

@media screen and (min-width: 751px) {
    .show-pc{
        display: block
    }
    .show-sp{
        display: none;
    }
    
} 


.footer-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 1px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    z-index: 1000;
    margin: 0 auto;
}

@media screen and (min-width: 751px) {
    .footer-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.8);
    }
} 


.btn-wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%px;
}

.cta-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
}

a.backtotop {
    position: fixed;
    right: 200px;
    bottom: 50px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    padding: 38px0 0;
    background-color: #ccc;
    color: #333;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    opacity: .5;
    border-radius: 50%;
    z-index: 998;
}

a.backtotop::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17.3px 10px;
    border-color: transparent transparent #333 transparent;
}

a.link{
    font-size: 0.75rem;
    color: #666;
}


/* added 250204 */
.company-info{
    margin: 40px auto;
    border: 1px solid #2c1e1e;
    width: 90%;
    font-size: initial;
    font-family: sans-serif;
    color: #333;
    text-align: left;
}

.company-info p{
    width: 90%;
    margin: 1em auto;
    font-weight: 500;
}

.company-info dl{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0.85em;
    margin-bottom: 1em;
}

.company-info dl dt{
    width: 3em;
    font-weight: 500;
}

.company-info dl dd{
    width: calc(100% - 4em);
}

.cta-switch{
    margin-top: 50px;
}

.policy-link{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 751px) {
    .policy-link{
        flex-direction: row;
        justify-content: space-between;
    }
    .policy-link a.link{
        width: 50%;
    }
} 
