@charset "UTF-8";

/* ? 344行目　レスポンシブになっていない */


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

/* ===========================
main
============================*/
/* mainTopics */
.mainTopics {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 40px auto 70px;
}

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

.fadeInTrigger{
	opacity: 0;
}

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

.mainCaption {
    text-align: center;
    text-shadow: 2px 4px 5px #C9BFB8;
    font-family: "Hina Mincho";
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 3.2px;
    margin-top: 40px;
}

.mainCaption span:nth-of-type(2) {
    margin-top: 16px;
    display: inline-block;
}

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

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

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

    .mainCaption {
        display: flex;
        flex-direction: column;
        font-size: 2.4rem;
        line-height: 2;
        letter-spacing: 4.8px;
    }

    .mainCaption span:nth-of-type(2) {
        margin-top: 0;
    }
}/* pc 769px */

/* promotion */
.promotion__title {
    font-family: "Hina Mincho";
    font-size: 1.6rem;
    letter-spacing: 0.64px;
    line-height: 1.5;
    padding-left: 10px;
}

.promotion__wrapper:nth-of-type(1) {
    background: var(--sub-glade01, linear-gradient(98deg, rgba(27, 118, 83, 0.18) 21.49%, rgba(40, 125, 83, 0.17) 39.93%, rgba(177, 195, 80, 0.12) 93.97%));    margin: 0 0 0 13.8%;
    margin: 0 0 0 13.8%;
}

.promotion__wrapper:nth-of-type(2) {
    background: var(--sub-glade02, linear-gradient(98deg, rgba(27, 118, 83, 0.10) 21.49%, rgba(40, 125, 83, 0.09) 39.93%, rgba(177, 195, 80, 0.06) 93.97%));
    margin: 6px 0 0 24.1%;
}
.promotion__wrapper:nth-of-type(3) {
    background: var(--sub-glade02, linear-gradient(98deg, rgba(27, 118, 83, 0.10) 21.49%, rgba(40, 125, 83, 0.09) 39.93%, rgba(177, 195, 80, 0.06) 93.97%));
    margin: 6px 0 0 35.3%;
}

.promotion__txt01,
.promotion__txt02 {
    font-family: "Hina Mincho";
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.56px;
    display: flex;
    padding-left: 10px;
}

.promotion__txt01 {
    align-items: center;
}

.promotion__txt02 {
    flex-direction: column;
    align-items: flex-start;
}

/* mainTopics pc */
@media screen and (min-width:769px) {
    .promotion__title {
        font-size: 2.4rem;
        letter-spacing: 1.44px;
        padding-left: 20px;
    }

    .promotion__wrapper:nth-of-type(1) {
        margin: 0 0 0 38.6%;
    }

    .promotion__wrapper:nth-of-type(2) {
        margin: 4px 0 0 47.7%;
    }

    .promotion__wrapper:nth-of-type(3) {
        margin: 4px 0 0 58.4%;
    }

    .promotion__txt01,
    .promotion__txt02 {
        font-size: 1.8rem;
        line-height: 1.5;
        letter-spacing: 1.08px;
        padding-left: 20px;
        flex-direction: row;
        align-items: center;
    }

    .promotion__span {
        margin-left: 20px;
        display: inline-block;
    }

    .largeFont {
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
}/* pc 769px */

/* salonFeature */
.salonFeature {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 60px 8.5% 0;
    padding: 38px 9% 50px;
    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%));
}

.menu__title {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.44px;
    color: var(--font-black, #4B4B4B);
}

.menu__img {
    width: 53vw;
    height: 40vw;
    object-fit: cover;
    margin-top: 16px;
}

.menu__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 1.2px;
    margin-top: 38px;
    color: var(--font-black, #4B4B4B);
    text-align: start;
}

.menu__link,
.menu__caution {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 12px;
    color: var(--font-black, #4B4B4B);
}

.menu__link::after {
    content: ' 》';
}

.menu__link:hover {
    color: rgba(79, 98, 72, 0.5)
}

.menu__item {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: var(--font-black, #4B4B4B);
}

.menu__item:nth-of-type(1),
.menu__item--dry {
    margin-top: 36px;
}

.menu__item:nth-of-type(2),
.menu__item--oil {
    margin-top: 20px;
}

.menu__item p {
    gap: 58px;
    display: flex;
    justify-content: center;
}

.menu__item--dry {
    gap: 58px;
    display: flex;
    justify-content: center;
}

.menu__title--dry {
    margin-top: 75.5px;
}

.benefit::before {
    content: '';
    background-image: url(../images/menuLeaves__sp.svg);
    display: block;
    width: 50.4vw;
    max-width: 270px;
    height: 28vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -8%;
    right: 0px;
}

/* salonFeature pc */
@media screen and (min-width:769px) {
    .salonFeature{
        justify-content: center;
        margin: 86.5px 10.4% 0;
        padding: 50px 4.1%;
    }

    .menu__img {
        width: 16.6vw;
        height: 13.8vw;
        object-fit: cover;
        margin-top: 20px;
    }

    .salonFeature__wrapper {
        display: flex;
        flex-direction: row;
        gap: 120px;
    }

    .menu__title {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    .menu__item p {
        align-items: center;
    }

    .menu__txt {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.96px;
        margin-top: 20px;
    }
    
    .menu__link, .menu__caution {
        font-size: 1.5rem;
    }

    .menu__link {
        margin-top: 6px;
    }

    .menu__link::after {
        font-size: 1.3rem;
    }

    .menu__item:nth-of-type(1) {
        margin-top: 91px;
    }

    .menu__title--dry {
        margin-top: 0;
    }
    
    .menu__item--dry {
        margin-top: 58px;
        align-items: center;
    }

    .menu__caution {
        margin-top: 9px;
    }

    .time {
        font-size: 1.8rem;
        letter-spacing: 1.08px;
    }
    .fee {
        font-size: 2rem;
        letter-spacing: 1.2px;
    }

    .benefit::before {
        width: 38vw;
        max-width: 700px;
        height: 19vw;
        background-image: url(../images/menuleaves.svg);
        top: -27%;
        right: 3px;
    }
}/* pc 769px */


/* benefit */
.benefit {
    text-align: center;
    position: relative;
}

.mainTitle--benefit {
    margin-top: 100px;
    position: relative;
    display: inline-block;
}

.mainTitle--benefit::after {
    content: '';
    display: block;
    width: 220px;
    height: 2px;
    background: var(--primary-gray, #BEC7C2);
    position: absolute;
    left: -72%;
}

.benefit__item:nth-of-type(1) {
    margin-top: 89px;
}

.benefit__list {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 69px;
}

.benefit__item {
    margin-top: 20px;
    width: 220px;
    padding: 0px 10px;
    border-radius: 20px;
    background: var(--skyblue, rgba(76, 169, 182, 0.30));
    font-size: 1.5rem;
    letter-spacing: 1.2px;
}

.benefit__item:nth-of-type(1) {
    position: relative;
}

.benefit__item:nth-of-type(1):before {
    content: '';
    display: block;
    width: 228.9px;
    height: 1px;
    background: var(--line-gray, #BEC7C2);
    position: absolute;
    top: -150%;
    right: -13%;
}

.benefit__item:nth-of-type(1):after {
    content: '';
    display: block;
    width: 1px;
    height: 375.5px;
    background: var(--line-gray, #BEC7C2);
    position: absolute;
    top: -151%;
    right: -13%;
}

.benefit__item:last-of-type {
    position: relative;
}

.benefit__item:last-of-type::before {
    content: '';
    display: block;
    width: 1px;
    height: 375px;
    background: var(--line-gray, #BEC7C2);
    position: absolute;
    top: -1138%;
    left: -13%;
}

.benefit__item:last-of-type::after {
    content: '';
    display: block;
    width: 228.927px;
    height: 1px;
    background: var(--line-gray, #BEC7C2);
    position: absolute;
    top: 247%;
    left: -13%;
}
/* benefit pc */
@media screen and (min-width:769px) {
    .mainTitle--benefit {
        margin-top: 140px;
    }

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

    .benefit__list {
        margin: 80px auto;
        column-gap: 3.2%;
        row-gap: 40px;
        padding: 57px 3.95%;
        flex-wrap: wrap;
        height: 292px;
        width: 73.3vw;
        max-width: 1060px;
        align-content: center;
    }

    .benefit__item:nth-of-type(1) {
        margin-top: 0;
    }

    .benefit__item {
        font-size: 1.8rem;
        letter-spacing: 0.72px;
        margin-top: 0;
        width: 20.4vw;
        max-width: 350px;
        min-width: 245px;
    }

    .benefit__item:nth-of-type(1):before {
        width: 60.8vw;
        max-width: 876.5px;
        min-width: 700px;
        height: 2px;
        top: -180%;
        right: -240%;
    }

    .benefit__item:nth-of-type(1):after {
        width: 2px;
        height: 227px;
        top: -179%;
        right: -240%;
    }

    .benefit__item:last-of-type::before {
        width: 2px;
        height: 227px;
        top: -422%;
        left: -240%;
    }

    .benefit__item:last-of-type::after {
        width: 60.8vw;
        max-width: 876.5px;
        min-width: 700px;
        height: 2px;
        top: 278%;
        left: -240%;
    }

}/* pc 769px */