.page-title{
    font-size: 5.33vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin-top: 7.2%;
    position: relative;
}
.page-title::after{
    content: "";
    display: inline-block;
    width: 83.73%;
    height: 2vw;
    background: url(../images/icon_image/menu_Line_SP.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 8vw;
    left: 8vw;
}
.tax_included{
    margin-top: 2.4%;
    font-size: 2.67vw;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: row-reverse;
}
.gel_menu{
    width: 83.73%;
    margin: 0 auto;
}
.menu_ttl{
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 150%;
    margin-top: 4.53%;
    margin-left: 5.6%;
}
.menu_topic{
    font-size: 3.73vw;
    font-style: normal;
    font-weight: 500;
    margin-left: 5.6%;
    margin-top: 2.13%;
}
.menu_sub_topic{
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 150%;
    margin-left: 5.6%;
    display: flex;
    justify-content: space-between;
    margin-right: 2.93%;
    margin-top: 1.7%;
}
.menu_sub_amount{
    font-size: 3.47vw;
    font-weight: 600;
}
.menu_sub_topic_small{
    font-size: 2.67vw;
    font-weight: 300;
    margin-right: 13%;
    margin-left: 5.6%;
}
.menu_sub_topic_top{
    margin-top: 4.27%;
}
.menu_txt{
    font-size: 2.67vw;
    font-weight: 400;
    width: 83.73%;
    margin: 8.53% auto;
    line-height: 150%;
}
.menu_sub_topic_txt{
    font-size: 2.4vw;
    font-weight: 300;
    line-height: 150%;
    margin-left: 5.6%;
}
.Manicure{
    margin-top: 5.07%;
}
.small_Spa{
    font-size: 2.4vw;
    font-weight: 300;
    line-height: 150%;
    margin-left: 5.6%;
}
.care_menu{
    width: 83.73%;
    margin: 0 auto;
}
.menu_group{
    margin: 13.33% 5.33% 14%;
}
.discount_topic{
    display: flex;
    justify-content: space-between;
    margin-top: 5.33%;
    font-size: 4.27vw;
    font-weight: 500;
    line-height: 150%;
}
.discount_menu{
    width: 83.73%;
    margin: 0 auto;
}
.menu_discount_text{
    font-size: 2.67vw;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.mixing{
    margin-left: -35%;
}
.Ingrown_toenail{
    margin-left: 0;
}
.spa{
    margin-left: 0;
}
@media screen and (min-width:1023px) {
    .menu_group_all{
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }
    .page-title{
        font-size: 3rem;
        font-weight: 600;
        line-height: 150%;
    }
    .page-title::after{
        width: 76.39%;
        top: 65px;
        left: 0;
        right: 0;
        max-width: 1100px;
        margin: 0 auto;
    }
    .tax_included{
        font-size: 1.5rem;
    }
    .gel_menu_group{
        display: flex;
    }
    .menu_group{
        margin: 0;
        flex: 1;
        width: 37.36%;
        max-width: 583px;
    }
    .menu_ttl{
        font-size: 2rem;
    }
    .menu_topic{
        font-size: 1.5rem;
    }
    .menu_sub_topic{
        font-size: 1.25rem;
    }
    .menu_sub_amount{
        font-size: 1.5rem;
    }
    .menu_sub_topic_small{
        font-size: 1rem;
    }
    .menu_txt br{
        display: none;
    }
    .menu_txt{
        font-size: 1.25rem;
        width: 83%;
        margin: 2.53% auto;
        max-width: 1440px;
        text-align: center;
    }
    .care_menu_group{
        display: flex;
    }
    .menu_sub_topic_txt{
        font-size: 1rem;
    }
    .menu_sub_topic_small br{
        display: none;
    }
    .discount_menu{
        display: flex;
        width: 97%;
    }
    .discount_topic{
        font-size: 2rem;
        margin-left: 5.6%;
    }
    .menu_discount_text{
        font-size: 1.25rem;
        margin-left: 5.6%;
    }
    .care_menu{
        margin: 0 auto 10%;
    }
}