
.main__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 50px;
}

.main__title {
    font-size: 6.0rem;
    font-weight: 700;
    padding-right: 15px;
}

.maintitle__img {
    width: 70px;
    height: 70px;
}

.trimming__img {
    width: 1000px;
    height: 500px;
    object-fit: cover;
    margin: 0 auto;
}

.trimming__txt {
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    padding-top: 120px;
}

/* トリミング料金 */

.trm__list {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 25px;
}

.trm__course {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.trm__shampoo {
    display: flex;
    padding: 20px 0;
    width: 480px;
    max-width: calc(100% - 45px);
    height: 210px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #EBE3D5;
}

.trm__cut {
    display: flex;
    width: 480px;
    max-width: calc(100% - 45px);
    height: 210px;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #EBE3D5;
}

.course__title {
    font-size: 2.2rem;
    font-weight: 700;
}

.course__txt {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
}

.course__txt2 {
    font-size: 2.0rem;
    font-weight: 400;
    padding-top: 30px;
}

.course__note {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.trm__txt1 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 400;
    text-align: center;
    width: 250px;
    height: 100px;
}

.trm__txt2 {
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 400;
    text-align: center;
    width: 130px;
    height: 100px;
}

.trm__type {
    background: #EBE3D5;
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 10px;
    width: 250px;
    height: 70px;
}

.trm__price {
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 20px;
    width: 130px;
    height: 70px;
}

.trm__note {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
    padding: 0 200px 5px;
}

/* 追加メニュー */

.plus__list {
    display: flex;
    justify-content: center;
    gap: 0 25px;
}

.plus__menu {
    background: #EBE3D5;
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 10px;
    width: 210px;
    height: 70px;
}

.plus__price {
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 20px;
    width: 130px;
    height: 70px;
}

.plus__note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 25px 200px 0;
}

.plus__txt {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
}

/* オプションメニュー */

.option__list {
    margin: 0 auto;
    margin-bottom: 25px;
}

.option__menu {
    background: #EBE3D5;
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 10px;
    width: 320px;
    height: 90px;
}

.option__txt {
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 20px;
    width: 550px;
    height: 90px;
}

.option__price {
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 20px;
    width: 200px;
    height: 90px;
}

.option__txt2 {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
    padding: 0 200px 5px;
}

/* 単品メニュー */

.single__list {
    display: flex;
    justify-content: center;
    gap: 0 25px;
    margin-bottom: 25px;
}

.single__menu {
    background: #EBE3D5;
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 10px;
    width: 210px;
    height: 70px;
}

.single__price {
    font-size: 2.0rem;
    font-weight: 400;
    align-items: center;
    text-align: start;
    padding-left: 20px;
    width: 130px;
    height: 70px;
}

.single__txt {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
    padding: 0 200px 5px;
}

/* Re */

.about__refa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1050px;
}

.point__item {
    flex-direction: column;
    margin: 0 auto;
}

.point__title {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    padding-bottom: 50px;
}

.point__txt {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 35px;
    text-align: start;
    padding-left: 30px;

}

.point__img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin: 200px 0;
}

/* 注意事項 */

.note__item {
    display: flex;
    width: 1200px;
    max-width: calc(100% - 25px);
    padding: 50px 100px 70px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 70px;
    border: 5px solid #9B9486;
    background: #FFF;
}

.note__title {
    font-size: 3.0rem;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
}

.note__txt {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: start;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .main__list {
        padding-top: 10px;
        margin-top: 145px;
    }

    .main__title {
        font-size: 3rem;
        line-height: 1.2;
        padding-right: 5px;
    }

    .maintitle__img {
        width: 35px;
        height: 35px;
    }

    .trimming__img {
        width: 375px;
        height: 300px;
    }

    .trimming__txt {
        font-size: 1.8rem;
    }

    .sub__title {
        font-size: 2.5rem;
        margin: 120px 0 40px;
    }

    .sub__title span::before {
        width: 30px;
        left: -50px;
    }

    .sub__title span::after {
        width: 30px;
        right: -50px;
    }

    /* トリミング料金 */

    .trm__list {
        width: calc(100% - 40px);
        flex-direction: column;
        gap: 30px;
        margin: 0 auto 30px;
    }

    .trm__course {
        flex-direction: column;
        gap: 20px;
        margin: 60px 0 40px;
    }

    .trm__shampoo {
        padding: 20px 12px;
        height: auto;
    }

    .trm__cut {
        padding: 20px 12px;
        height: auto;
    }

    .course__title {
        font-size: 2rem;
    }

    .course__txt {
        font-size: 1.8rem;
        text-align: center;
    }

    .course__txt2 {
        font-size: 1.8rem;
        padding-top: 0;
    }

    .course__note {
        font-size: 1.8rem;
        text-align: start;
        margin: 0 50px 40px;
    }

    .trm__txt1 {
        font-size: 1.8rem;
        width: 54.3%;
        height: 70px;
        border-right: 2px solid #000;
    }

    .trm__txt2 {
        font-size: 1.5rem;
        line-height: 1.2;
        width: 22.7%;
        height: 70px;
    }

    .trm__txt2:nth-of-type(2) {
        border-right: 2px solid #000;
    }

    .trm__type {
        font-size: 1.8rem;
        line-height: 1.2;
        width: 54.3%;
        border-right: 2px solid #000;
    }

    .trm__price {
        font-size: 1.5rem;
        text-align: center;
        padding-left: 0;
        width: 22.7%;
    }

    .trm__price:nth-of-type(2) {
        border-right: 2px solid #000;
    }

    .trm__sel {
        border-bottom: 2px solid #000;
    }
    .trm__sel:last-of-type {
        border-bottom: none;
    }

    .trm__note {
        font-size: 1.6rem;
        line-height: 1.18;
        padding: 0 30px 10px;
    }

    /* 追加メニュー */

    .plus__list {
        width: calc(100% - 40px);
        margin: 0 auto;
        flex-direction: column;
    }

    .plus__menu {
        font-size: 1.8rem;
        border-right: 2px solid #000;
    }

    .plus__price {
        font-size: 1.8rem;
        padding-left: 10px;
        width: 130px;
        width: calc(100% - 210px);
    }

    .plus__note {
        gap: 10px;
        padding: 25px 30px 0;
    }

    .plus__txt {
        font-size: 1.6rem;
        line-height: 1.18;
    }

    .plus__sel {
        border-bottom: 2px solid #000;
    }
    .plus__sel:last-of-type {
        border-bottom: none;
    }

    /* オプションメニュー */

    .option__list {
        width: calc(100% - 40px);
        margin: 0 auto 25px;
    }


    .option__menu {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.22;
        padding-left: 0;
        width: 100%;
        height: 70px;
    }

    .option__txt {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        line-height: 1.22;
        padding-right: 20px;
        width: 72.7%;
        height: 177px;
    }

    .option__price {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        font-weight: 400;
        align-items: center;
        text-align: center;
        padding: 0 3px;
        width: 27.2%;
        height: 177px;
    }

    .option__txt2 {
        font-size: 1.6rem;
        line-height: 1.18;
        padding: 0 20px 10px;
    }

    .option__sel {
        display: flex;
        flex-wrap: wrap;
    }

    /* 単品メニュー */

    .single__list {
        flex-direction: column;
        width: calc(100% - 40px);
        margin: 0 auto 25px;
    }

    .single__menu {
        font-size: 1.8rem;
        line-height: 1.22;
    }

    .single__price {
        font-size: 1.8rem;
        padding-left: 10px;
        width: calc(100% - 210px);
        height: 70px;
    }

    .single__txt {
        font-size: 1.6rem;
        line-height: 1.18;
        padding: 0 20px 10px;
    }

    .single__sel {
        border-bottom: 2px solid #000;
    }

    .single__sel:last-of-type {
        border-bottom: none;
    }

    /* Re */

    .about__refa {
        flex-direction: column;
    }

    .point__item {
        order: 2;
    }

    .point__title {
        font-size: 2rem;
        line-height: 1.2;
        padding-bottom: 30px;
    }

    .point__txt {
        font-size: 1.8rem;
        line-height: 1.6;
        text-align: center;
        padding-left: 0;

    }

    .point__img {
        width: 375px;
        height: 375px;
        object-fit: cover;
        margin: 100px 0 50px;
    }

    /* 注意事項 */

    .note__item {
        display: flex;
        padding: 30px 20px;
        margin: 120px auto;
        gap: 50px;
        border: 3px solid #4D3A2F;
    }

    .note__title {
        font-size: 2.2rem;
        font-weight: 400;
        padding-top: 0;
    }

    .note__txt {
        font-size: 1.6rem;
        line-height: 1.56;
        padding-bottom: 25px;
    }
}