@charset "UTF-8";

/* ===========================
header
============================*/
/* header */
.item__salon {
    color: rgba(79, 98, 72, 0.5)
}

/* ===========================
main
============================*/
/* mainTopics */
.mainTopics {
    text-align: center;
    margin: 40px auto 0;
}

.mainCaption {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.44px;
}

.fadeInTrigger{
	opacity: 0;
}

.mainVisual {
    width: 76vw;
    height: auto;
    box-shadow: 2px 4px 5px 0px rgba(232, 224, 219, 0.90);
    margin: 40px 0;
}

.salon__description {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
}

/* mainTopics pc */
@media screen and (min-width:769px) {
    .mainTopics {
        margin: 65px auto 0;
    }

    .mainCaption {
        font-size: 3.2rem;
        line-height: 1.6;
        letter-spacing: 3.2px;
    }

    .mainVisual {
        width: 54vw;
        max-width: 1200px;
        margin: 40px 0 45.5px;
    }

    .salon__description {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 1.44px;
    }
}/* pc 769px */

/* salonFeature */
.salonFeature {
    text-align: center;
    padding-bottom: 100px;
}

.pr__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 60px;
}

.pr01 h3 {
    margin-top: 80px;
}

.pr__img {
    width: 53.3vw;
    height: 39.7vw;
    margin-top: 16px;
}

.pr__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 1.2px;
    margin: 36px 9.2% 0;
    text-align: start;
}

.pr__txt span {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 1.12px;
    margin-top: 23px;
    display: inline-block;
}

/* salonFeature pc */
@media screen and (min-width:769px) {
    .salonFeature {
        padding-bottom: 150px;
    }

    .salonFeature__wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 185px 8.3% 20px;
        gap: 3.6%;
    }

    .salonFeature__wrapper li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pr__img {
        order: -1;
        width: 17.6vw;
        height: 13.1vw;
        margin-top: 0;
    }

    .pr__title {
        font-size: 2rem;
        margin-top: 58px;
    }

    .pr01 h3 {
        margin-top: 58px;
    }

    .pr__txt {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.96px;
        margin: 16px 0 0;
        width: 25.5vw;
    }

    .pr__txt span {
        margin: 16px 0 0;
        line-height: 1.8;
        letter-spacing: 0.96px;
    }

    .pr02 {
        margin-top: 88px;
    }
}/* pc 769px */

/* swedishMassage */
.swedishMassage {
    background: linear-gradient(156deg, rgba(27, 118, 83, 0.30) 16.94%, rgba(40, 125, 83, 0.29) 33.66%, rgba(177, 195, 80, 0.20) 82.67%);
    padding: 60px 0;
    position: relative;
}

.swedishMassage::before {
    content: '';
    background-image: url(../images/salonleaves__sp01.svg);
    display: block;
    width: 69.3vw;
    height: 29.3vw;
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    top: -7%;
}

.section__title {
    color: var(--primary-brack, #4B4B4B);
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.44px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.section__title::after {
    content: '';
    display: block;
    width: 220px;
    height: 2px;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    right: -4%;
}

.massageDescription__wrapper {
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(77, 193, 174, 0.31) 6.29%, rgba(77, 193, 174, 0.31) 12.79%, rgba(104, 201, 214, 0.31) 29%, rgba(237, 243, 198, 0.43) 65.71%, rgba(255, 249, 196, 0.45) 99.79%);
    margin: 42px 7% 0;
    padding: 10px 12px;
}

.massageDescription {
    color: var(--primary-brack, #4B4B4B);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-align: start;
}

.description__detail {
    color: var(--primary-brack, #4B4B4B);
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    margin: 35px 10% 0;
    position: relative;
    text-align: start;
}

.container__swedishMassage {
    position: relative;
    text-align: center;
}

.container__swedishMassage::after {
    content: '';
    background-image: url(../images/salonleaves__sp02.svg);
    display: block;
    width: 288.268px;
    height: 128px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 99%;
    background-size: contain;
}

/* swedishMassage pc */
@media screen and (min-width:769px) {
    .swedishMassage {
        background: var(--forest, linear-gradient(98deg, rgba(27, 118, 83, 0.30) 21.49%, rgba(40, 125, 83, 0.29) 39.93%, rgba(177, 195, 80, 0.20) 93.97%));
        padding: 143px 0 202px;
        text-align: center;
    }
    
    .section__title {
        font-size: 3.2rem;
        line-height: 1.6;
        letter-spacing: 3.2px;
    }
    
    .swedishMassage::before {
        background-image: url(../images/salonleaves__pc01.svg);
        width: 892px;
        height: 271px;
        left: 0;
        top: -18%;
        background-size: contain;
    }

    .section__title::after {
        width: 31.9vw;
        left: calc(50% - 16vw);
    }

    .massageDescription {
        font-size: 2rem;
        line-height: 1.5;
        background: linear-gradient(90deg, rgba(77, 193, 174, 0.31) 6.29%, rgba(77, 193, 174, 0.31) 12.79%, rgba(104, 201, 214, 0.31) 29%, rgba(237, 243, 198, 0.43) 65.71%, rgba(255, 249, 196, 0.45) 99.79%);
        padding: 0 0 0 4px;
        display: inline-block;
    }

    .massageDescription__wrapper {
        border-radius: 0;
        margin: 82px auto 0;
        background: transparent;
    }
    
    .description__detail {
        font-size: 1.8rem;
        letter-spacing: 1.44px;
        margin: 30px auto 0;
        text-align: start;
        display: inline-block;
    }

    .container__swedishMassage::after {
        background-image: url(../images/salonleaves__pc02.svg);
        width: 963px;
        height: 290px;
        top: 113%;
        background-size: contain;
    }
}/* pc 769px */

/* Therapist */
.therapist {
    position: relative;
}
.therapist::before {
    content: '';
    background-image: url(../images/therapistBack_sp.png);
    display: block;
    width: 100%;
    height: 472vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    max-height: 1770px;
    min-height: 1699px;
}

.therapist h2 {
    color: var(--primary-deepgreen, #4F6248);
    position: relative;
}

.therapist h2::after {
    background: var(--primary-gray, #BEC7C2);
    right: -42%;
}

.therapist {
    padding: 60px 0;
    text-align: center;
}

.therapist img {
    height: 48.2vw;
    margin-top: 42px;
}

.title01 {
    color: var(--primary-deepgreen, #4F6248);
    font-family: "Hina Mincho";
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    font-weight: 400;
}

.title02,
.therapist__name {
    color: var(--primary-deepgreen, #4F6248);
    font-family: "Hina Mincho";
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    font-weight: 400;
    line-height: 1.8;
}

.title01--therapist {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.title01--story,
.title01--message{
    margin-top: 40px;
    display: inline-block;
}

.title01--therapist::before {
    content: '';
    display: block;
    width: 77px;
    height: 16px;
    background: linear-gradient(90deg, rgba(77, 193, 174, 0.17) 6.29%, rgba(77, 193, 174, 0.17) 12.79%, rgba(104, 201, 214, 0.17) 29%, rgba(237, 243, 198, 0.23) 65.71%, rgba(255, 249, 196, 0.24) 99.79%);
    position: absolute;
    right: 1.8%;
    bottom: 15%;
    z-index: -1;
}

.title01--story {
    position: relative;
}

.title01--story::before {
    content: '';
    display: block;
    width: 42px;
    height: 16px;
    background: linear-gradient(90deg, rgba(77, 193, 174, 0.17) 6.29%, rgba(77, 193, 174, 0.17) 12.79%, rgba(104, 201, 214, 0.17) 29%, rgba(237, 243, 198, 0.23) 65.71%, rgba(255, 249, 196, 0.24) 99.79%);
    position: absolute;
    right: 2.5%;
    bottom: 20.5%;
    z-index: -1;
}

.title01--message {
    position: relative;
}

.title01--message::before {
    content: '';
    display: block;
    width: 66px;
    height: 16px;
    background: linear-gradient(90deg, rgba(77, 193, 174, 0.17) 6.29%, rgba(77, 193, 174, 0.17) 12.79%, rgba(104, 201, 214, 0.17) 29%, rgba(237, 243, 198, 0.23) 65.71%, rgba(255, 249, 196, 0.24) 99.79%);
    position: absolute;
    right: 2.2%;
    bottom: 15.7%;
    z-index: -1;
}

.description__txt {
    color: var(--primary-deepgreen, #4F6248);
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.56px;
}

.description__txt {
    margin: 0 9% 0;
    text-align: start;
    display: flex;
    flex-direction: column;
}

.description__txt span {
    margin-top: 28px;
    display: inline-block;
}

/* therapist pc */
@media screen and (min-width:769px) {
    .therapist::before {
        background-image: url(../images/therapistBack_pc.png);
        height: 123.7vw;
        left: 0px;
        top: 0;
        background-size: cover;
        min-height: auto;
    }

    .therapist h2 {
        font-size: 3.2rem;
        line-height: 1.6;
        letter-spacing: 3.2px;
        margin-top: 191px;
    }
    
    .therapist {
        padding: 60px 0 191px;
        overflow: hidden;
    }

    .therapist__wrapper {
        display: flex;
    }

    .therapist img {
        height: 20.5vw;
        margin-top: 82px;
        margin-left: 9.2%;
    }

    .title01 {
        margin-top: 0;
        font-size: 2.4rem;
        letter-spacing: 2.4px;
    }

    .title01--therapist::before,
    .title01--story::before,
    .title01--message::before {
        display: none;
    }

    .title01::after {
        content: '：';
        display: inline;
        padding-right: 8px;
    }
    
    .title02,
    .therapist__name {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .therapistDescription__wrapper {
        text-align: start;
        margin-right: 7.6%;
    }
    
    .item__wrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    
    .item__wrapper:nth-of-type(1) {
        margin-top: 121px;
        padding-left: 10px;
    }

    .item__wrapper:nth-of-type(2) {
        padding-left: 54.1px;
    }

    .item__wrapper:nth-of-type(3) {
        padding-left: 21px;
    }

    .description__title,
    .item__wrapper:nth-of-type(1) {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    
    .description__title {
        margin-top: 40px;
    }
    
    .description__txt {
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 1.6px;
        margin: 18px 0 0 0;
    }

    .description__txt--story {
        padding-left: 94.9px;
    }

    .description__txt--message {
        padding-left: 127px;
    }

    .description__txt span {
       margin-top: 0; 
    }

    .therapist__name::before {
        display: none;
    }

    .title02--story::before {
        display: none;
    }

    .title02--message::before {
        display: none;
    }

}/* pc 769px */

