@charset "UTF-8";
/* ========================================

  aromaSpa CSS

======================================== */
.contents__wrpper, .contents__block{margin:0 auto 50px;}
.contents__inner{margin:0 auto 50px;}
.aromaspa__menu__wrpper .photo,
.aromaspa__menu__block .photo{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aromaspa__menu__wrpper .photo{ background-image: url("../../common/img/photo_aromaspa.jpg"); }
.aromaspa__menu__block.headspa .photo{ background-image: url("../../common/img/photo_headspa.jpg"); }
.aromaspa__menu__block.facial .photo{ background-image: url("../../common/img/photo_facial.jpg"); }
.aromaspa__menu__block.decollete .photo{ background-image: url("../../common/img/photo_decollete.jpg"); }

.view_flow{
    margin-top: 40px;
}
.view_flow a{
    background: #505A5F;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 8px 20px 10px;
    border-radius: 40px;
}
.view_flow span::after{
    content: "";
    display: inline-block;
    background-image: url("../../common/img/viewmore_arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 7px;
    margin-left: 5px;
    margin-bottom: 1px;
}
@media screen and (min-width: 601px) {
    .view_flow a{
        transition-duration: .4s;
        transition-property: background;
    }
    .view_flow a:hover{
        background: #A3ACB1;
    }
}

.aromaspa__menu__list,
.option__price__block dd,
.others__menu__block .plan{
    font-family: 'Marcellus', serif;
}
.option__price__block dt,
.others__menu__block .plan .jp{
    font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 1081px) {
    .aromaspa__menu{
        position: relative;
        background: #F7F8F9;
        background-position: 100px 50px;
        padding: 0 0 120px;
        margin-top: 140px;
    }
    .aromaspa__menu::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100px;
        background: #fff;
    }
    /*price*/
    .aromaspa__menu__wrpper{
        display: flex;
        max-width: 1080px;
        margin: 0 auto;
        background: #fff;
        filter: drop-shadow(0 3px 30px rgba(0,0,0,0.05));
    }
    .aromaspa__menu__wrpper .photo{
        width: 45%;
    }
    .aromaspa__menu__list{
        width: 55%;
        padding: 80px 8%;
    }
    .aromaspa__menu__list .plan{
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #F0F3F5;
        padding-bottom: 40px;
    }
    .aromaspa__menu__list .free__plan__caption{
        line-height: 2;
        margin:30px 0 0 0;
    }
    .aromaspa__menu__list .plan:nth-last-of-type(2){
        border-bottom: none;
        padding-bottom: 20px;
    }
    .aromaspa__menu__list .plan+.plan{
        margin-top: 40px;
    }
    .aromaspa__menu__list .plan .info{
        width: 50%;
    }
    .aromaspa__menu__list .plan .info li{
        display: flex;
        justify-content: space-between;
    }
    .aromaspa__menu__list .plan .info li+li{
        margin-top: 20px;
    }
    /*menu*/
    .aromaspa__menu__block{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 120px;
    }
    .aromaspa__menu__block.facial{
        flex-direction: row-reverse;
    }
    .aromaspa__menu__block .photo{
        width: 45%;
        min-height: 480px;
    }
    .aromaspa__menu__block .text{
        width: 55%;
        padding: 0 10%;
    }
    .aromaspa__menu__block .text__inner{
        width: 70%;
        margin: 0 auto;
    }
    .aromaspa__menu__block h5.jp{
        margin-top: 40px;
    }
    .aromaspa__menu__block p{
        margin-top: 30px;
    }
}
@media screen and (max-width: 1080px) {
    .aromaspa__menu{
        position: relative;
        background: #F7F8F9;
        background-position: 100px 50px;
        padding: 0 0 60px;
        margin-top: 80px;
    }
    .aromaspa__menu::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 60px;
        background: #fff;
    }
    /*price*/
    .aromaspa__menu__wrpper{
        width: 90%;
        margin: 0 auto;
        background: #fff;
        filter: drop-shadow(0 3px 30px rgba(0,0,0,0.05));
    }
    .aromaspa__menu__wrpper .photo{
        width: 100%;
        padding-bottom: 50%;
    }
    .aromaspa__menu__list{
        padding: 30px;
    }
    .aromaspa__menu__list .plan{
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #F0F3F5;
        padding-bottom: 20px;
    }
    .aromaspa__menu__list .plan .caption{
        display: block;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 12px;
        line-height: 2;
        width: 90%;
        margin-top: 15px;
    }
    .aromaspa__menu__list .free__plan__caption{
        line-height: 2;
    }
    .aromaspa__menu__list .plan:nth-last-of-type(2){
        border-bottom: none;
        padding-bottom: 20px;
    }
    .aromaspa__menu__list .plan+.plan{
        margin-top: 20px;
    }
    .aromaspa__menu__list .plan .info li{
        display: flex;
        justify-content: space-between;
    }
    .aromaspa__menu__list .plan .info li+li{
        margin-top: 20px;
    }
    /*menu*/
    .aromaspa__menu__block{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-top: 80px;
    }
    .aromaspa__menu__block .photo{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 50%;
    }
    .aromaspa__menu__block .text{
        width: 90%;
        margin: 40px auto 0;
    }
    .aromaspa__menu__block .text p br{
        display: none;
    }
    .aromaspa__menu__block h5.jp{
        margin-top: 20px;
    }
    .aromaspa__menu__block p{
        margin-top: 30px;
    }
}


/* flow
   ========================================================================== */
@media screen and (min-width: 1081px) {
    .modaal-container {
        max-width: 800px;
    }
    .modaal-content-container {
        padding: 60px;
    }
    .flow__window{
        display: none;
        text-align: center;
    }
    .modaal-content-container h3,
    .modaal-content-container h4{
        text-align: center;
    }
    .modaal-content-container h4{
        margin-top: 20px;
        font-size: 16px;
    }
    .flow__list{
        width: 80%;
        margin: 40px auto 0;
    }
    .flow__list li{
        font-family: 'Noto Serif JP', serif;
        background: #F0F3F5;
        font-size: 15px;
        text-align: center;
        padding: 15px;
        border-radius: 100px;
    }
    .flow__list li + li{
        margin-top: 20px;
    }
    .modal__close a{
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background-image: url("../img/aromaspa/btn_modalclose.svg");
        background-size: contain;
    }
}
@media screen and (min-width:601px) and (max-width:1080px) {
    .modaal-container {
        max-width: 800px;
    }
    .modaal-content-container {
        padding: 30px 20px;
    }
    .flow__window{
        display: none;
        text-align: center;
    }
    .modaal-content-container h3,
    .modaal-content-container h4{
        text-align: center;
    }
    .modaal-content-container h4{
        margin-top: 20px;
        font-size: 16px;
    }
    .flow__list{
        width: 100%;
        margin: 40px auto 0;
    }
    .flow__list li{
        font-family: 'Noto Serif JP', serif;
        background: #F0F3F5;
        font-size: 15px;
        text-align: center;
        padding: 15px;
        border-radius: 100px;
    }
    .flow__list li + li{
        margin-top: 20px;
    }
    .modal__close a{
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background-image: url("../img/aromaspa/btn_modalclose.svg");
        background-size: contain;
    }
}
@media screen and (max-width: 600px) {
    .modaal-container {
        max-width: 800px;
    }
    .modaal-content-container {
        padding: 30px 20px;
    }
    .flow__window{
        display: none;
        text-align: center;
    }
    .modaal-content-container h3,
    .modaal-content-container h4{
        text-align: center;
    }
    .modaal-content-container h4{
        margin-top: 10px;
        font-size: 16px;
    }
    .flow__list{
        width: 100%;
        margin: 20px auto 0;
    }
    .flow__list li{
        font-family: 'Noto Serif JP', serif;
        background: #F0F3F5;
        font-size: 13px;
        text-align: center;
        padding: 12px 20px;
        border-radius: 100px;
        line-height: 1.6;
    }
    .flow__list li + li{
        margin-top: 10px;
    }
    .modal__close a{
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
        width: 28px;
        height: 28px;
        cursor: pointer;
        background-image: url("../img/aromaspa/btn_modalclose.svg");
        background-size: contain;
    }
}

/* option
   ========================================================================== */

    .option{
        display: flex;
        justify-content:space-around;
        align-items: center;
        width:100% !important;
    }
    .option .photo{
        display: block;
        width: 45%;
    }
    .option .photo__inner{
        position: relative;
        padding-top: calc(1.25 * 100%);
    }
    .option .photo li{
        position: absolute;
    }
    .option .photo li.large{
        width: 70%;
    }
    .option .photo li.small{
        width: 50%;
    }
    .option .photo .large{
        top: 0;
        left: 0;
    }
    .option .photo .small{
        bottom: 0;
        right: 0;
    }
    .option .text{
        width: 55%;
    }
    .option__price__list{
        width: 90%;
        margin: 0 auto;
    }
    .option__price__list p{
        margin-top: 0px;
        line-height: 2;
        font-size:15px;
        font-weight: 300;
    }
    .option__price__list li + li{
        margin-top: 40px;
    }
    .option__price__block{
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .last{margin:0 0 60px 0;}
    .badge_best {
        display: inline-block;
        background-color: #9c836a;
        color: #fff;
        font-size: 0.75rem;
        padding: 2px 6px;
        margin-left: 6px;
        border-radius: 0px;
    }

    .service_menu_list .contents p{
        font-size:13px;
    }

    .note {
        font-size: 0.75rem;
        color: #888;
        margin-left: 6px;
    }
    .badge_member {
        font-weight: bold;
        color: #9c836a;
        margin-right: 6px;
    }
    .option__price__block .member{font-size:20px; font-weight: 500;}
    .badge_member{
        padding: 2px 7px;
        color: #9c836a;
        font-size: 11px;
        margin: 0 2px 0 0;
        line-height: 1.6;
        font-weight: 300;
        vertical-align: text-top;
    }
    .title_service_menu{
        font-size: 23px;
        color: #9c836a;
        border-bottom: 1px solid #9c836a;
        padding: 0 0 16px 0;
        margin: 0 0 30px 0;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: -0.03em;
    }
    .title_service_menu .min{font-size:14px; padding:0 0 0 5px;}
    .option__price__block dt,
    .option__price__block dd{
        background: #fff;
        position: relative;
    }
    .option__price__block dt{
        font-size: 18px;
        padding-right: 1em;
        font-weight: normal;
    }
    .option__price__block dd{
        font-size: 15px;
        padding-left: 1em;
    }
    .option__price__block::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        height: 1px;
        background: #F0F0F0;
    }


@media screen and (min-width:601px) and (max-width:1080px) {
    .option .photo{
        display: none;
    }
    .option .photo__inner{
        position: relative;
        padding-top: 105%;
    }
    .option .photo li{
        position: absolute;
    }
    .option .photo li.large{
        width: 70%;
    }
    .option .photo li.small{
        width: 50%;
    }
    .option .photo .large{
        top: 0;
        left: 0;
    }
    .option .photo .small{
        bottom: 0;
        right: 0;
    }
    .option .text{
        width: 90%;
        margin: 80px auto 0;
    }
    .option__price__list p{
        margin-top: 15px;
        line-height: 2;
        font-size: 13px;
    }
    .option__price__list li + li{
        margin-top: 50px;
    }
    .option__price__block{
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }
    .option__price__block dt,
    .option__price__block dd{
        background: #fff;
        position: relative;
    }
    .option__price__block dt{
        font-size: 16px;
        padding-right: 1em;
        font-weight: normal;
    }
    .option__price__block dd{
        font-size: 15px;
        padding-left: 1em;
    }
    .option__price__block::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        height: 1px;
        background: #F0F0F0;
    }
}
@media screen and (max-width: 600px) {
    .option .photo{
        display: none;
    }
    .option .photo__inner{
        position: relative;
        padding-top: 105%;
    }
    .option .photo li{
        position: absolute;
    }
    .option .photo li.large{
        width: 70%;
    }
    .option .photo li.small{
        width: 50%;
    }
    .option .photo .large{
        top: 0;
        left: 0;
    }
    .option .photo .small{
        bottom: 0;
        right: 0;
    }
    .option .text{
        width: 90%;
        margin: 80px auto 0;
    }
    .option__price__list p{
        margin-top: 15px;
        line-height: 2;
        font-size: 12px;
    }
    .option__price__list li + li{
        margin-top: 50px;
    }
    .option__price__block{
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }
    .option__price__block dt,
    .option__price__block dd{
        background: #fff;
        position: relative;
    }
    .option__price__block dt{
        font-size: 14px;
        padding-right: 1em;
        font-weight: normal;
    }
    .option__price__block dd{
        font-size: 13px;
        padding-left: 1em;
    }
    .option__price__block::before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        height: 1px;
        background: #F0F0F0;
    }
}



/* other
   ========================================================================== */
@media screen and (min-width: 1081px) {
    .others{
        background: #F7F8F9;
        padding: 100px 0;
    }
    .others__menu{
        max-width: 1080px;
        margin: 0 auto;
    }
    .others__menu__block{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 0px;
        width:100%;
    }
    .others__menu__block + .others__menu__block{
        margin-top: 30px;
    }
    .others__menu__block .plan{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 45%;
    }
    .others__menu__block .text{
        width: 48%;
    }
    .others__menu__block .plan:last-child{
        border-bottom: none;
    }
    .others__menu__block .plan+.plan{
        margin-top: 40px;
    }
    .others__menu__block .plan .info{
        width: 55%;
    }
    .others__menu__block .plan .info li{
        display: flex;
        justify-content: space-between;
    }
    .others__menu__block .plan .info li+li{
        margin-top: 20px;
    }
    .others__menu__block .view_flow{
        margin-top: 20px;
    }
}
@media screen and (min-width:601px) and (max-width:1080px) {
    .others{
        background: #F7F8F9;
        padding: 80px 0;
    }
    .others__menu{
        width: 90%;
        margin: 0 auto;
    }
    .others__menu__block{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background: #fff;
        padding: 40px;
    }
    .others__menu__block + .others__menu__block{
        margin-top: 30px;
    }
    .others__menu__block .plan{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: solid 1px #F0F0F0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .others__menu__block .plan:last-child{
        border-bottom: none;
    }
    .others__menu__block .plan+.plan{
        margin-top: 40px;
    }
    .others__menu__block .plan .info{
        width: 55%;
    }
    .others__menu__block .plan .info li{
        display: flex;
        justify-content: space-between;
    }
    .others__menu__block .plan .info li+li{
        margin-top: 20px;
    }
    .others__menu__block .view_flow{
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    .others{
        background: #F7F8F9;
        padding: 40px 0;
    }
    .others__menu{
        width: 90%;
        margin: 0 auto;
    }
    .others__menu__block{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background: #fff;
        padding: 20px;
    }
    .others__menu__block + .others__menu__block{
        margin-top: 15px;
    }
    .others__menu__block .plan{
        width: 100%;
        border-bottom: solid 1px #F0F0F0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .others__menu__block .plan+.plan{
        margin-top: 40px;
    }
    .others__menu__block .plan .info{
        margin-top: 10px;
    }
    .others__menu__block .plan .info li{
        display: flex;
        justify-content: space-between;
    }
    .others__menu__block .plan .info li+li{
        margin-top: 10px;
    }
    .others__menu__block .view_flow{
        margin-top: 20px;
    }
    .others__menu__block .text p{
        line-height: 2;
        font-size: 12px;
    }
}

.membership {
    width:90%;
    padding: 60px 20px;
    background: #fff;
    color: #5f4436;
}
.membership__title {
    text-align: center;
    margin-bottom: 40px;
}
.membership__title h2 {
    font-family: 'Marcellus', serif;
    font-size: 26px;
    margin-bottom: 10px;
    color:#9c836a;
}
.membership__title p {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
}
.membership__table__wrap {
    overflow-x: auto;
}
.membership__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    font-size: 16px;
    text-align: center;
}
.membership__table thead th {
    text-align: center;
    padding: 14px 8px;
    font-weight: bold;
    border-bottom: 2px solid #d9c6b2;
}
.membership__table tbody td {
    padding: 14px 8px;
    border-bottom: 1px solid #eee6de;
}
.membership__table .badge {
    display: inline-block;
    background: #9c836a;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 4px;
    border-radius: 4px;
}
.membership__note {
    margin-top: 20px;
    font-size: 13px;
    color: #777;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .membership__table {
        font-size: 14px;
    }
    .membership__title h2 {
        font-size: 22px;
    }
    .membership__title p {
        font-size: 16px;
    }
}