@charset "utf-8";

.menu__txt {
    color: #2F4B25;
    text-align: center;
    font-family: "Hina Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 30px;
    padding: 0 14.6%;
}

.menu__txt span {
    font-size: 1rem;
}

.course__visual {
    display: flex;
    padding-left: 14.6%;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    align-self: stretch;
}

.course__namePc {
    display: none;
}

.course__nameSp {
    text-align: start;
    color: #2F4B25;
    text-align: center;
    font-feature-settings: 'vert' on;
    font-family: "Hina Mincho";
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 20px;
    writing-mode: vertical-lr;
    letter-spacing: 3px;
    position: relative;
    float: left;
    top: 8px;
}

.course__nameSp::before {
    display: block;
    border-top: 2px solid #ADADAD;
    content: "";
    position: absolute;
    padding-bottom: 1px;
    width: 100%;
    top: -8px;
}

.stanndardImg {
    display: block;
    width: 275px;
}

.menuImgSp {
    width: 260px;
    display: block;
    float: right;
}

.symptoms {
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    padding-top: 30px;
}


.menuImgPc {
    display: none;
}

.symptoms__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    padding: 0 7.3%;
    text-align: start;
}

.price__content {
    display: flex;
    align-items: center;
    gap: 26px;
    position: relative;
}

.price {
    color: #392F29;
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
}

.price__content::after {
    display: block;
    border-right: 1px solid #2F4B25;
    content: "";
    position: absolute;
    left: 50%;
    height: 20px;
}


.price__content::after {
    display: block;
    border-right: 1px solid #2F4B25;
    content: "";
    position: absolute;
    left: 50%;
    height: 20px;
}

.time {
    font-family: "Zen Old Mincho";
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
}

.menu__details {
    display: flex;
    padding: 15px 15px 15px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    background: #EDF1E6;
    list-style: none;
    margin: 0 auto;
}

.menu__item {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
}


.menu__contentlist {
    margin-top: 50px;
}

.menu__contentlist:first-of-type {
    margin-top: 45px;
}


.menu__item::after {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../images/details__icon.png);
    width: 8px;
    height: 18px;
    background-size: contain;
    left: -13px;
    top: 2px;
    background-repeat: no-repeat;
}

.course__visual--beauty {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row-reverse;
    gap: 30px;
    padding-right: 14.6%;
}

/* menu pc */
@media screen and (min-width: 769px) {

    .course__nameSp {
        display: none;
    }
    
    .menuImgSp {
        display: none;
    }


    .course__visual {
    display: none;
}
    .section__visual {
        max-width: 1030px;
        margin-inline: auto;
    }

    .menu__contentlist {
        display: flex;
        flex-direction: row;
        gap: min(4.9svw, 70px);
        justify-content: flex-start;
        padding-left: 13.8%;
        margin-top: 100px;
    }

    .menu__contentlist:nth-of-type(2) {
        padding-left: 0;
        flex-direction: row-reverse;
        justify-content: flex-end;

    }

    .menu__txt {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2;
        padding: 70px 20.8% 40px;
        margin-top: 0px;
    }

    .menu__txt span {
        font-size: 1.8rem;
    }
    

    .course__namePc {
        display: block;
        color: #2F4B25;
        font-family: "Hina Mincho";
        text-align: start;
        font-feature-settings: 'vert' on;
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 1;
        order: 1;
        writing-mode: vertical-lr;
        white-space: nowrap;
        bottom: -34px;
        position: relative;
    }

    .course__namePc::before {
        display: block;
        content: "";
        position: absolute;
        padding-bottom: 1px;
        width: 100%;
        border-top: 9px solid #ADADAD;
        top: -20px;
    }

    .menuImgPc {
        display: block;
        align-self: center;
        order: 3;
    }

    .symptoms__txt {
        color: var(--text, #392F29);
        font-size: 2rem;
        font-weight: 400;
        line-height: 2;
        padding: 0;
    }

    .symptoms {
        gap: 25px;
        max-width: 550px;
        order: 2;
        padding-top: 0px;
    }

    .price {
        font-size: 3.3rem;
    }

    .time {
        font-size: 1.9rem;
        font-weight: 400;
        line-height: 1.3;
    }

    .menu__details {
        padding: 30px;
        width: 100%;
    }

    .menu__item {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        left: 21px;
    }

    .menu__item::after {
        width: 10px;
        left: -21px;
        top: 3px;
        gap: 20px;
    }
}

.teishin__visual {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    margin-top: 40px;
}

.video__pc {
    display: none;
}

.teishin__about {
    display: block;
    max-width: 30%;
}

.teishin__txt {
    display: flex;
    justify-content: space-between;
    padding: 0 5.8%;
    align-items: center;
    gap: 35px;
}

.needleImg {
    display: block;
    width: 62px;
}

.teishin__detail {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 41px;
    text-align: start;
}


/* menu pc */
@media screen and (min-width: 769px) {

    .teishin {
        padding-inline: 14.2%;
        margin-top: 100px;
    }

    .teishin__visual {
        gap: 0px;
        padding-top: 90px;
    }

    .video__sp {
        display: none;
    }

    .video__pc {
        display: block;
        max-width: 870px;
    }

    .teishin__about {
        display: block;
    }

    .teishin__txt {
        margin-top: 100px;
        gap: 130px;
        /* padding: 0px 14.5% 0px 20.9%; */
    }

    .needleImg {
        width: 200px;
    }

    .teishin__detail {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2;
        margin-top: 0px;
    }
}



/*==================
area
====================*/

.area {
    margin-top: 30px;
}

.title--area {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.area__content {
    margin-top: 30px;
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.area__item {
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #F5F5F5;
}

.area__name {
    color: #2F4B25;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
    text-align: start;
    left: 6px;
}

.area__name::before {
    display: block;
    border-left: 2px solid #2F4B25;
    content: "";
    position: absolute;
    height: 100%;
    left: -6px;
}

.city {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1;
    text-align: start;
    margin-top: 10px;
}

/* menu pc */
@media screen and (min-width: 769px) {
    .area {
        margin-top: 100px;
    }

    .area__content {
        gap: 60px;
        margin: 50px 15.9% 10px;
    }

    .title--area {
        gap: 5px;
    }

    .area__item {
        padding: 20px 30px;
    }

    .area__name {
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 1;
        left: 10px;
    }

    .area__name::before {
        border-left: 2px solid #2F4B25;
        left: -10px;
    }  

    .title--area .ja {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1;
    }

    .title--area .en {
        font-size: 1.5rem;
        line-height: 1;
    }

    .city {
        font-size: 2rem;
        line-height: 2;
        margin-top: 18px;
    }
}

/*==================
fadeIn
====================*/

.fadeIn {
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 2s ease, transform 1.5s ease;
}

.fadeIn.animated {
    transition: opacity 2s ease, transform 1.5s ease;
    transform: translateX(0);
    opacity: 1;
}