@charset "UTF-8";

/* ===========================
main
============================*/
/* sectionTopic */
/* 画像ZoomInアニメ */
.main__outer {
    overflow: hidden;
    width: 82.6%;
}
.main__outer img {
    width: 100%;
    margin-top: 20px;
    border-radius: 0px 1px 1px 0px;
    animation: zoom-in 4s linear 0s 1 normal both;
}

.topic__outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin: 85px 9.8% 0;
    min-width: 260px;
}

.topic__outer h3 {
    text-align: right;
    font-family: Marcellus;
    font-size: 2.2rem;
    letter-spacing: 4.4px;
}

.topic__outer p {
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 3.4px;
    margin-top: 44px;
}

.topic__outer p:nth-of-type(2) {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.96px;
    margin-top: 22px;
}

.topic__outer span {
    margin-top: 12px;
    display: inline-block;
}

.topic__outer span:nth-of-type(1),
.topic__outer span:nth-of-type(2){
        margin-right: -12px;
}

.topic__outer a {
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    line-height: 2; /* 30px */
    letter-spacing: 0.9px;
    margin-top: 40px;
}   

.topic__outer a:hover {
    color: var(--primary-pink);
    border-bottom: 0.6px solid var(--primary-pink);
}

/* sectionTopic pc*/
@media screen and (min-width:1025px) {
    .section--topic {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .main__outer {
        width: 52.9%;
        min-width: 650px;
    }

    .main__img {
        max-width: 1200px;
    }

    .topic__outer {
        width: 302px;
        margin: 208px 5.97% 0 0;
        justify-content: flex-start;
        padding-bottom: 14px;
    }

    .topic__outer h3 {
    font-size: 3.2rem;
    letter-spacing: 6.4px;
    }

    .topic__outer p {
        margin-top: 70px;
        font-size: 2rem;
        letter-spacing: 4px;
    }

    .topic__outer p:nth-of-type(2) {
        margin-top: 45px;
        font-size: 1.7rem;
        letter-spacing: 1.02px;
    }

    .topic__outer span {
        margin-top: 16px;
    }

    .topic__outer a {
        margin-top: 45px;
    }   
}
/* pc 1025px */

/* sectionTopic tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--topic {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }
        
        .main__outer {
            width: 53.2%;
        }

        .topic__outer {
            margin: 0 3.9% 0 0;
            width: 270px;
            margin: 0 5.2% 0 0;
            justify-content: flex-start;
            padding-bottom: 2px;
        }

        .topic__outer p {
            margin-top: 40px;
        }

        .topic__outer p:nth-of-type(2) {
            margin-top: 20px;
        }

        .topic__outer span {
            margin-top: 10px;
        }

        .topic__outer a {
            margin-top: 20px;
        }   
}
/* tb 768px-1024px */

/* sectionMenu */
.ibtt,
.clayT,
.flowerES {
    width: 87%;
    min-width: 300px;
    margin: 80px auto 0;
    padding: 60px 0;
    border-radius: 1px;
    background: var(--primary-beigeSalon);
}

.section--menu h3 {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 3.4px;
    text-align: center;
    position: relative;
}

.enTitle {
    color: var(--primary-blackLow);
    font-family: Marcellus;
    font-size: 1.6rem;
    letter-spacing: 3.2px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    display: inline-block;
}

.section--menu h3::after {
    content: "";
    width: 0.6px;
    height: 50px;
    background: var(--line, rgba(47, 47, 47, 0.30));
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.detail {
    font-size: 1.6rem;
    letter-spacing: 0.96px;
    width: 88.4%;
    margin: 120px auto 0;
}

.plan__item {
    position: relative;
}

.plan__item::after {
    content: "";
    width: 91.8%;
    height: 0.6px;
    background: var(--primary-glay);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.plan__item--clay::after,
.plan__item:last-of-type::after {
    content: none;
}

.plan,
.fee {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 3.4px;
    margin-top: 100px;
    margin-left: 5.4%;
}

.plan {
    width: 90%;
}

.plan--01 {
    margin-top: 50px;
}

.plan__desk {
    color: var(--primary-blackLow);
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    letter-spacing: 0.9px;
    margin-left: 5.4%;
    margin-top:  10px;
    width: 87%;
}

.fee {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 320px;
    width: 81.4%;
    padding-left: 15px;
}

.section--menu small {
    color: var(--primary-blackLow);
    font-size: 1.5rem;
    letter-spacing: 0.9px;
    width: 90.7%;
    margin: 4px auto 0;
    display: block;
}

.fee--clay {
    display: block;
    text-align: right;
}

.btn__reservation {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    background: var(--primary-pink);
    box-shadow: 0px 1px 1px 0px var(--line, rgba(47, 47, 47, 0.30));
    color: #FFF;
    font-family: Marcellus;
    font-size: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 186px;
    margin: 70px auto 0;
    transition: all .3s;
}

/*hoverをしたらボックスの影が拡がり色が濃くなる*/
.btn__reservation:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
}

/* sectionMenu pc*/
@media screen and (min-width:1025px) {
    .ibtt,
    .clayT,
    .flowerES {
        width: 81.5%;
        margin: 130px auto 0;
        padding: 80px 8.7%;
        max-width: 1700px;
        min-width: 960px;
    }

    .ibtt {
        margin-top: 160px;
    }

    .section--menu h3 {
        font-size: 2rem;
        letter-spacing: 4px;
    }

    .enTitle {
        margin-top: 0;
    }

    .detail {
        width: 100%;
        margin: 130px auto 0;
    }

    .plan__item {
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }

    .plan__item::after {
        width: 100%;
    }

    .plan__item:first-of-type {
        margin-top: 120px;
    }

    .plan__item--clay {
        margin-top: 50px;
    }

    .plan__item div:first-of-type {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 46.6%;
    }

    .plan,
    .fee {
        font-size: 2rem;
        letter-spacing: 4px;
        margin-top: 0;
        margin-left: 0;
    }

    .plan {
        width: auto;
    }

    .plan--01 {
        margin-top: 0;
    }

    .plan__desk {
        margin-left: 0;
        /* width: 430px; */
        width: 87.4%;
    }

    .fee {
        margin: 0;
        width: 338px;
        padding-left: 0;
        max-width: none;
    }

    .fee__outer p:nth-of-type(2),
    .fee__outer p:nth-of-type(3) {
        margin-top: 50px;
    }

    .section--menu small {
        width: 100%;
    }

    .btn__reservation {
        width: 205px;
        margin: 150px auto 0;
    }
} /* pc 1025px */

/* sectionMenu tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .ibtt,
        .clayT,
        .flowerES {
            width: 89.5%;
            max-width: 800px;
            margin: 80px auto 0;
            padding: 60px 3%;
        }

        .ibtt {
            margin-top: 120px;
        }

        .detail {
            width: 100%;
            margin: 130px auto 0;
        }

        .plan__item {
            display: flex;
            justify-content: space-between;
            margin-top: 100px;
        }

        .plan__item::after {
            width: 100%;
        }

        .plan__item div:first-of-type {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 56%;
        }

        .plan,
        .fee {
            margin-top: 0;
            margin-left: 0;
        }

        .plan {
            width: auto;
        }

        .plan--01 {
            margin-top: 0;
        }

        .plan__desk {
            margin-left: 0;
            width: 93%;
        }

        .fee {
            margin: 0;
            width: 236px;
            padding-left: 0;
            max-width: none;
        }

        .fee--clay {
            width: auto;
        }

        .fee__outer p:nth-of-type(2),
        .fee__outer p:nth-of-type(3) {
            margin-top: 40px;
        }

        .section--menu small {
            width: 100%;
        }

        .btn__reservation {
            width: 205px;
            margin: 80px auto 0;
        }
}
/* tb 768px-1024px */

/* sectionNote */
.section--note {
    width: 81.6%;
    display: flex;
    flex-direction: column;
    margin: 150px auto 0;
}

.section--note h3 {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 3.4px;
}

.section--note small,
.section--note p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.9px;
}

.section--note small {
    font-weight: 400;
    font-family: "Noto Serif JP";
    color: var(--primary-blackLow);
}

.section--note span {
    margin-top: 4px;
    display: block;
    text-indent: -9px;
    padding-left: 9px;
}

.section--note span:first-of-type,
.section--note p:nth-of-type(2) {
    margin-top: 30px;
}

.border {
    width: 95%;
    text-indent: 0 !important;
    padding-left: 9px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 8%; /* 1.2px */
    text-underline-offset: 19.5%; /* 2.925px */
    text-underline-position: from-font;
}

.section--note h3:nth-of-type(2) {
    margin-top: 50px;
}

.xxl h5 {
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2; /* 30px */
    letter-spacing: 0.9px;
    margin-top: 30px;
}

.xxlFee {
    text-align: start;
    display: inline-block !important;
    margin-top: 0 !important;
    text-indent: 0 !important;
    padding-left: 6px !important;
}
    
.xxlFee02 {
    text-align: end;
    display: inline-block !important;
    margin-top: 0 !important;
    text-indent: 0 !important;
    padding-left: 0 !important;
    width: 97.6%;
}

/* sectionNote pc */
@media screen and (min-width:1025px) {
    .section--note {
        width: 75.4%;
        margin: 215px auto 0;
    }
    
    .section--note h3 {
        font-size: 2rem;
        letter-spacing: 4px;
        display: flex;
        align-items: center;
    }
    
    .section--note p {
        width: 94%;
    }

    .section--note p:nth-of-type(2) {
        padding-left: 11px;
    }

    .section--note span {
        margin-top: 0;
        text-indent: -9px;
        padding-left: 9px;
    }

    .border {
        padding-left: 29px !important;
        text-decoration-line: none;
    }

    .section--note h3:nth-of-type(2) {
        margin-top: 80px;
    }

    .xxl p {
        padding-left: 4px;
    }

    .xxlFee02 {
        width: auto;
    }
}
/* pc 1025px */

/* sectionNote tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--note {
            width: 77.4%;
        }
            
        .section--note h3 {
            display: flex;
            align-items: center;
        }
    
        .section--note p {
            width: 100%;
        }

        .section--note span {
            margin-top: 10px;
            text-indent: -9px;
            padding-left: 9px;
        }

        .border {
            width: 98%;
        }

        .section--note h3:nth-of-type(2) {
            margin-top: 70px;
        }
        
        .xxlFee {
            width: 280.6px;
        }
}
/* tb 768px-1024px */

/* sectionTherapy */
.section--therapy {
    margin: 170px auto 0 4.2%;
}

.section--therapy h4 {
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.section--therapy ul {
    width: 264px;
}

.section--therapy li {
    display: flex;
    padding: 4px 10px;
    align-items: flex-start;
    border-radius: 1px;
    border-bottom: 0.6px solid var(--primary-black);
    margin-top: 50px;
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    letter-spacing: 0.9px;
    display: inline-block;
}

.section--therapy li:nth-of-type(2),
.section--therapy li:nth-of-type(3) {
    margin-top: 20px;
}

.section--therapy li:hover {
    color: var(--primary-pink);
    border-bottom: 0.6px solid var(--primary-pink);
}

/* sectionOtherTherapy pc*/
@media screen and (min-width:1025px) {
    .section--therapy {
        margin: 300px auto 256px;
    }
    
    .section--therapy h4 {
        font-size: 1.8rem;
        letter-spacing: 1.8px;
        text-align: center;
    }

    .section--therapy ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        width: auto;
    }
    
    .section--therapy li {
        padding: 10px;
        align-items: center;
        margin-top: 60px;
        text-align: center;
        font-size: 1.7rem;
        letter-spacing: 1.02px;
        display: flex;
    }
    
    .section--therapy li:nth-of-type(2),
    .section--therapy li:nth-of-type(3),
    .reservationBtn {
        margin-top: auto;
    }
}
/* pc 1025px */

/* sectionOtherTherapy tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--therapy {
            margin: 207px auto 166px;
        }
        
        .section--therapy h4 {
            font-size: 1.6rem;
            letter-spacing: 1.6px;
            text-align: center;
        }

        .section--therapy ul {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            width: auto;
        }
    
        .section--therapy li {
            padding: 10px;
            align-items: center;
            margin-top: 60px;
            text-align: center;
            font-size: 1.6rem;
            letter-spacing: 0.96px;
            display: flex;
        }
        
        .section--therapy li:nth-of-type(2),
        .section--therapy li:nth-of-type(3),
        .reservationBtn {
            margin-top: auto;
        }
}
/* tb 768px-1024px */

/* else カスタムブレイクポイント */
@media (max-width: 350px) {
    .section--note {
        width: 86.6%;
    }

    .plan, 
    .fee {
        font-size: 1.6rem;
        letter-spacing: 3px;
    }

    .section--note h3 {
        font-size: 1.6rem;
        letter-spacing: 2.4px;
    }

    .section--note p {
        letter-spacing: 0.7px;
    }
}
