/* <!-- イントロダクション1 --> */

.introduction-1{
    background-color: #EEFFEE;
    padding: 95px 0;
}

.introduction-1-wrapper{
    background-color: #FFF;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.introduction-1-leftimg{
    position: absolute;
    top:0;
    left:0;
    width: 198px;
    height: 174px;
}

.introduction-1-rightimg{
    position: absolute;
    bottom:0;
    right:0;
    width: 198px;
    height: 174px;
}

.introduction-1-title{
    padding-top: 80px;
    font-family: 'ヒラギノ明朝 ProN', sans-serif;
    font-size: 3.2rem;
}

.introduction-1-discription{
    padding:60px 0 80px;
    font-size: 2.2rem;
    line-height: 1.81;
    font-weight: 400;
}

@media(max-width:1160px) {
    .introduction-1{
        padding: 56px 20px;
    }
}

@media(max-width:965px) {
    
    .introduction-1-leftimg{
        width: 76px;
        height: 67px;
    }

    .introduction-1-rightimg{
        width: 76px;
        height: 67px;
    }

    .introduction-1-title{
        font-size: 2.2rem;
        padding-top: 56px;
    }

    .introduction-1-discription{
        font-size: 1.5rem;
        line-height: 1.66;
        padding:32px 0 56px;
        width: 234px;
        margin: 0 auto;
    }

}

/* イントロダクション2 */
.introduction-2{
    max-width: 1140px;
    margin: 0 auto;
}
.introduction-2 img{
    width: 100%;
    padding:95px 0;
}

.introduction-2-sp{
    display: none;
}

@media(max-width:1160px) {
    .introduction-2{
       padding: 0 20px;
    }

}

@media(max-width:768px) {
    .introduction-2{
        display: none;
    }

    .introduction-2-sp{
        display: block;
        text-align: center;
        padding:56px 20px;
    }

    .introduction-2-sp img{
        width: 100%;
    }
}

/* イントロダクション3 */
.introduction-3{
    background-color: #EEFFEE;
}

.introduction-3-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
}

.introduction-3-img{
    width: 300px;
    padding: 185px 130px 0 65px;
}

.introduction-3-content-manager-sp{
    display: none;
}

.introduction-3-content{
    width: 56%;
    padding: 85px 0;
}

.introduction-3-content-title{
    padding-bottom: 35px;
    font-size: 3.2rem;
    line-height: 1,75;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.introduction-3-content-discription{
    padding-bottom: 20px;
}

.introduction-3-content-responsible{
    padding-top: 16px;
    font-weight: 500;
}

.introduction-3-content-name{
    font-size: 2.4rem;
    font-weight: 500;
}

@media(max-width:1095px) {
    .introduction-3-wrapper{
        padding: 0 20px;
    }

    .introduction-3-img{
        padding: 185px 80px 0 0;
    }
}

@media(max-width:860px) {
    .introduction-3-wrapper{
        display: block;
        padding: 56px 20px 36px;
    }

    .introduction-3-img{
        width: 210px;
        padding: 0 0 24px 0;
        margin:0 auto;
    }

    .introduction-3-content{
        width: 100%;
    }


    .introduction-3-content-manager-sp{
        display: block;
        text-align: center;
    }

    .introduction-3-content-responsible-sp{
        font-size: 1.2rem;
    }

    .introduction-3-content-name-sp{
        font-size: 1.44rem;
        line-height: 1.73;
        font-weight: 500;
    }

    .introduction-3-content{
        padding: 40px 0 0;
    }

    .introduction-3-content-title{
        text-align: center;
        padding-bottom: 32px;
        font-size: 2.2rem;
        line-height: 1.68;
        font-weight: 600;
    }

    .introduction-3-content-manager{
        display: none;
    }

}



/* サロンメニュー */
.menu{
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 96px 0;
}

.menu-menus-top{
    max-width: 1140px;
    padding-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.arrow-down-white{
    display: none;
}

.menu-menus-bottom{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-menus-menubutton{
    background-color: #FFF;
    border: 1px solid #1A8749;
    border-radius: 5px;
    padding: 18px 0;
    margin-bottom: 40px;
    width: 353px;
    position: relative;
    color:#1A8749;
    font-size: 1.92rem;
    line-height: 1.3;
    font-weight: 600;
}

.menu-menus-menubutton:hover{
    background-color: #1A8749;
    border: 1px solid #1A8749;
    color:#FFF;
    transition: all 0.5s ease-out;
}

.menu-menus-menubutton::after{
    content:"";
    background-image: url(../img/arrow-down@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
}

.menu-menus-menubutton:hover::after{
    content:"";
    background-image: url(../img/arrow-down-white@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
    transition: all 0.5s ease-out;
}

.menu-menus-menubutton-bottom{
    background-color: #FFF;
    border: 1px solid #1A8749;
    border-radius: 4px;
    padding: 18px 0;
    margin-bottom: 40px;
    width: 353px;
    margin: 0 20px;
    position: relative;
    color:#1A8749;
    font-size: 1.92rem;
    line-height: 1.3;
    font-weight: 600;
}

.menu-menus-menubutton-bottom:hover{
    background-color: #1A8749;
    border: 1px solid #1A8749;
    color:#FFF;
    transition: all 0.5s ease-out;
}

.menu-menus-menubutton-bottom::after{
    content:"";
    background-image: url(../img/arrow-down@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
}

.menu-menus-menubutton-bottom:hover::after{
    content:"";
    background-image: url(../img/arrow-down-white@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
    transition: all 0.5s ease-out;
}

@media(max-width:1140px) {

    .menu-menus-top{
        justify-content: space-around;
    }
    .menu-menus-menubutton{
        width: 256px;
    }

    .menu-menus-menubutton::after{
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:15px;
        right: 32px;
    }

    .menu-menus-menubutton:hover::after{   
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:15px;
        right: 32px;
    }
    

    .menu-menus-menubutton-bottom::after{
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:15px;
        right: 32px;
    }

    .menu-menus-menubutton-bottom:hover::after{
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:15px;
        right: 32px;
    }

    .menu-menus-menubutton-bottom{
        width: 256px;
    }

    .menu-menus-menubutton p{
        font-size: 1.44rem;
        line-height: 1;
    }

    .menu-menus-menubutton-bottom p{
        font-size: 1.44rem;
        line-height: 1;
    }
}

@media(max-width:860px) {
    .menu{
        padding: 56px 20px 40px;
    }

    .menu-menus-top{
        padding-top: 32px;
        justify-content: center;
        flex-direction: column;
    }

    .menu-menus-bottom{
       flex-direction: column;
       justify-content: center;
    }

    .menu-menus-menubutton{
        padding: 16px 0;
        margin:0 auto 16px;
        width: 256px;
    }

    .menu-menus-menubutton-bottom{
        padding: 16px 0;
        margin:0 auto 16px;
        width: 256px;
    }
    

    .menu-menus-menubutton p{
        font-size: 1.44rem;
    }

    .menu-menus-menubutton-bottom p{
        font-size: 1.44rem;
    }

}

/* 未整形術 */

.miseikei{
    padding-bottom: 96px;
}

.miseikei-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}

.miseikei-ba-img{
    width: 400px;
}

.miseikei-discription{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 72px;
}

.miseikei-discription-text{
    margin-left: 72px;
}

.miseikei-photoby{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.42;
    color: #707070;
}

.miseikei-taiken{
    text-align: center;
}

.miseikei-taiken-title{
    font-size: 2.4rem;
    font-weight: 600;
    display: inline;
    background: linear-gradient(transparent 50%,rgba(255,255,102,0.4) 50%);
}

.miseikei-taiken-discription{
    font-size: 1.92rem;
    font-weight: 300;
    line-height: 1.875;
    padding-top:24px;
}

.miseikei-data{
    margin-top: 40px;
    text-align: left;
    width: 100%;
}

.miseikei-data td{
    border: 1px solid #C4C4C4;
    vertical-align:middle
}

.miseikei-data-title{
    width: 142px;
    background-color: #EEFFEE;
    color: #1A8749;
    font-size: 2.2rem;
    font-weight: 700;
    padding-left:32px;
}

.miseikei-data-discription{
    padding: 21px 24px;
    font-size: 2.2rem;
    line-height: 1.09;
}

.miseikei-data-discription span{
    font-size: 1.4rem;
    line-height: 1.42;
    color:#707070;
}

.miseikei-data-sp{
    display: none;
}

.service-menu{
    display: flex;
    padding-top: 72px;
}

.service-menu-discription{
    padding-left: 72px;
    width: 56%;
}

.service-menu-discription-subtitle{
    font-size: 2.2rem;
    line-height: 1;
    color: #5F9EA0;
    padding-bottom: 16px;
}

.service-menu-discription-feature{
    font-size: 1.6rem;
    line-height: 1.68;
    padding-bottom: 32px;
}

.service-menu-discription-feature span{
    color: #5F9EA0;
}

.service-menu-discription-price{
    font-size: 1.6rem;
    line-height: 1.68;
}

.service-menu-discription-price span{
    color: #707070;
    font-size: 1.4rem;
}

.service-menu-img{
    width: 400px;
}

.service-menu-discription-title{
    color: #5F9EA0;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 16px;
}

.service-menu-discription-title-discription{
    padding-bottom: 32px;
}

@media(max-width:1140px) {
    .miseikei-wrapper{
        padding: 0 20px;
    }
}


@media(max-width: 860px) {
    .miseikei{
        padding-bottom: 56px;
    }

    .miseikei-discription{
        display: block;
        margin-bottom: 51px;
    }

    .miseikei-ba-img{
        width: 100%;
    }
    
    .miseikei-discription p{
        margin-left: 0;
        padding-bottom: 32px;
    }

    .miseikei-taiken-title{
        font-size: 2rem;
        line-height: 1.7;
        border-bottom: 10px solid rgba(255,255,102,0.4);
        display: inline;
    }

    .miseikei-taiken-discription{
        font-size: 1.44rem;
        font-weight: 300;
        line-height: 1.66;
    }

    .miseikei-data{
        display: none;
    }

    .miseikei-data-sp{
        display: block;
        margin-top: 32px;
        text-align: center;
        width: 100%;
        border: 1px solid #C4C4C4;
    }

    .miseikei-data-title-sp{
        background-color: #EEFFEE;
        color: #1A8749;
        font-size: 1.6rem;
        line-height: 1.37;
        font-weight: 700;
        border-bottom: 1px solid #C4C4C4;
    }

    .miseikei-data-title-sp p{
        padding: 16px 0;
    }

    .miseikei-data-discription-sp{
        border-bottom: 1px solid #C4C4C4;
    }

    .miseikei-data-discription-sp:last-child{
        border:none;
    }

    .miseikei-data-discription-sp p{
        padding: 16px 0;
    }

    .miseikei-data-discription-sp span{
        font-size: 1rem;
        line-height: 2;
        color: #707070;
    }

    .service-menu{
        display: block;
        padding-top: 40px;
    }

    .service-menu-img{
        width: 100%;
    }
    
    .service-menu-discription{
        width: 100%;
        padding-left: 0;
        padding-top: 32px;
    }

    .service-menu-discription-title{
        color: #5F9EA0;
        font-size: 2rem;

    }

    .service-menu-discription-subtitle{
        font-size: 1.6rem;
        line-height: 1;
        padding-bottom: 10px;
    }

    .service-menu-discription-feature{
        font-size: 1.3rem;
        line-height: 1.76;
        padding-bottom: 24px;
    }

    .service-menu-discription-price{
        font-size: 1.44rem;
        line-height: 1.73;
    }
    
    .service-menu-discription-price span{
        font-size: 1.3rem;
    }
}

/* フェイシャル */

.facial{
    background-color: #EEFFEE;
}

.facial-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding:96px 0;
}

.point{
    padding-top:47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.point img{
    width: 20%;
    height:100%;
    padding: 0 20px;
}

@media(max-width:1140px) {
    .facial-wrapper{
        padding:96px 20px;
    }

}

@media(max-width:860px) {
    .facial-wrapper{
        padding:56px 20px;
    }

    .point{
        padding-top:6px;
    }   
    
    .point img{
        width: 40%;
        padding: 18px 0 0 ;
    }
    
}

/* 美肌脱毛 */

.removal-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding:96px 0;
}

.removal-parts{
    display: flex;
    padding-top: 64px;
}

.removal-parts-content-sparts{
    width: 501px;
    border:1px solid #1A8749;
    padding: 32px 0;
    border-radius: 4px;
}

.removal-parts-content-lparts{
    margin-left: 32px;
    border:1px solid #1A8749;
    width: 606px;
    padding: 32px 0;
    border-radius: 4px;
}

.removal-parts-content-title{
    padding-bottom:16px;
    margin: 0 auto 42px;
    width:276px;
    border-bottom: 1px solid #40854F;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.02;
}

.removal-parts-content-title span{
    font-size: 1.6rem;
}

.removal-parts-content-spart{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 32px;
}

.removal-parts-content-spart td{
    padding-left:3%;
}


.removal-parts-content-spart span{
    color:#1A8749;
}

.removal-parts-content-lpart{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 32px;
}

.removal-parts-content-lpart td{
    padding-left:2%;
}

.removal-parts-content-lpart span{
    color:#1A8749;
}

.removal-parts-content-lpart-sp{
    display: none;
}

@media(max-width:1140px) {
    .removal-wrapper{
        padding:96px 20px;
    }
}

@media(max-width:1030px) {
    .removal-parts-content-title{
        padding-bottom:12px;
        margin: 0 auto 22px;
        width:184px;
        font-size: 1.5rem;
        line-height: 1.15;
    }

    .removal-parts-content-title span{
        font-size: 1rem;
    }

    .removal-parts-content-spart{
        margin: 0 auto;
        padding-bottom: 0;
        font-size: 1.2rem;
        line-height: 1.58;
    }

    .removal-parts-content-spart td{
        padding: 0  0 16px 6%;
    }
    
    .removal-parts-content-lpart{
        display: none;
    }

    .removal-parts-content-lpart-sp{
        display: table;
        width: 90%;
        margin: 0 auto;
        font-size: 1.2rem;
    }

    .removal-parts-content-lpart-sp span{
        color:#1A8749;
    }

    .removal-parts-content-lpart-sp td{
        padding: 0  0 16px 8%;
    }
}

@media(max-width:860px) {
    .removal-wrapper{
        padding:56px 20px;
    }

    .removal-parts{
        display: block;
        padding-top: 32px;
    }

    .removal-parts-content-sparts{
        width: 100%;
        padding: 22px 0 6px;
    }

    .removal-parts-content-lparts{
        margin-left: 0;
        margin-top: 24px;
        width: 100%;
        padding: 22px 0 6px;
    }

    .removal-parts-content-spart td{
        width: 33%;
        padding: 0  3% 16px 8%;
    }

    .removal-parts-content-lpart-sp td{
        width: 33%;
        padding: 0  3% 16px 8%;
    }

}

@media(max-width:475px) {

    .removal-parts-content-spart td{
        padding: 0  0 16px 4%;
    }

    .removal-parts-content-lpart-sp td{
        padding: 0  0 16px 4%;
    }

}

/* メンズエステ */

.mensEsthetic{
    background-color: #EEFFEE;
}

.mensEsthetic-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding:96px 0;
}

@media(max-width:1140px) {
    .mensEsthetic-wrapper{
        padding:96px 20px;
    }
}

@media(max-width:860px) {
    .mensEsthetic-wrapper{
        padding:56px 20px;
    }
}


/* メディカル・セル（痩身） */

.medicalCell-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding:96px 0;
}

@media(max-width:1140px) {
    .medicalCell-wrapper{
        padding:96px 20px;
    }
}

@media(max-width:860px) {
    .medicalCell-wrapper{
        padding:56px 20px;
    }
}


/* コスメアイテムのご紹介 */
.cosmeItem{
    background-color: #EEFFEE;
}

.cosmeItem-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding:96px 0;
}

.cosmeItem-title{
    text-align: center;
    padding-bottom: 56px;
}

.cosmeItem-contents{
    display: flex;
    padding-bottom: 64px;
}

.cosmeItem-contents-img{
    width: 510px;
}

.cosmeItem-contents-discription{
    padding-left: 90px;
    width: 48%;
}

.cosmeItem-contents-discription p span{
    background: linear-gradient(transparent 50%,rgba(255,255,102,0.4) 50%);

}

.cosmeItem-notice{
    max-width: 1104px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.72;
    color: #1A8749;
    font-weight: 500;
}

@media(max-width:1140px) {
    .cosmeItem-wrapper{
        padding:96px 20px;
    }
}

@media(max-width:960px) {
    .cosmeItem-contents-img{
        width: 400px;
    }

}

@media(max-width:860px) {
    .cosmeItem-wrapper{
        padding:56px 20px;
    }

    .cosmeItem-title{
        text-align: center;
        padding-bottom: 32px;
    }

    .cosmeItem-contents{
        display: block;
        padding-bottom: 40px;
    }

    .cosmeItem-contents-img{
        width: 100%;
        padding-bottom: 24px;
    }

    .cosmeItem-contents-discription{
        width: 100%;
        padding-left: 0;
    }

    .cosmeItem-notice{
        font-size: 1.3rem;
        line-height: 1.69;
    }
}


