@charset "utf-8";

/* ▼▼▼▼▼▼▼▼▼▼ 基本設定 ▼▼▼▼▼▼▼▼▼▼ */
.price-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #707070;
    border-bottom: .5px solid #707070;
}

dt {
    font-size: 15px;
}

dd {
    font-size: 16px;
}

dt span,
dd span {
    font-weight: bold;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 18px;
    margin: 0;
}

h2::before {
    width: 32px;
    height: 28px;
    left: -36px;
}

h2::after {
    width: 32px;
    height: 28px;
    right: -34px;
}

.sp-nav ul {
    padding: 0;
    margin: 0;
}

.sp-nav ul li {
    font-weight: bold;
}

.mens_sp-navItem_ul {
    text-align: center;
    background: #EDF7FF;
}

.mens_sp-navItem {
    border-bottom: solid #707070 .5px;
}

.mens_sp-navItem:last-child {
    border-bottom: solid #fff 2px;
}

.mens_sp-navItem a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.5rem;
    color: #707070;
}

/* ▲▲▲▲▲▲▲▲ 基本設定 ▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　トップイメージ設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.backimg {
    width: 100%;
    height: 40vh;
    background-image: url(../img/mens_cut.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    margin-top: -85px;
    position: relative;
}

.backimg p {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 30px;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　ページ内リンクメニュー設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.pc-nav-menu ul {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin-top: 70px
}

.pc-nav-menu ul a {
    color: #707070;
    font-size: 1.25vw;
}

.pc-navItem-menu {
    border-right: 1px solid #707070;
    padding: 0 25px;
}

.pc-navItem-menu:last-child {
    border-right: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　サーティーンカット設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.thirteencut {
    max-width: 1000px;
    text-align: center;
    padding: 0 30px;
    margin: 100px auto 0;
}

.thirteencut p {
    text-align: left;
    font-size: 15px;
    margin: 0;
    color: #484848;
}

.thirteencut h2 {
    text-align: left;
}

.thirteencut figure {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.thirteencut img {
    max-width: 1000px;
    height: 250px;
    object-fit: cover;
    object-position: center -120px;
}

.thirteencut h3 {
    color: #765B26;
    position: relative;
    text-align: left;
    padding-left: 15px;
    margin: 0;
    padding-bottom: 5px;
}

.thirteencut h3::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #765B26;
    top: 16%;
    left: 3px;
    border-radius: 50%;
}

.three-kinds_cut {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.three-kinds_cut p {
    color: #765B26;
    background-color: #FCF2DF;
    text-align: center;
    line-height: 25px;
    max-width: 300px;
    padding: 20px 10px;
    border-radius: 10px;
}

three-kinds_cut_block {
    display: block;
}

.space_secound {
    padding: 0 1.8vw;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　学生カット設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.studentcut {
    max-width: 1100px;
    padding: 0 30px;
    margin: 150px auto 0;
}

/* .studentcut_block {
    margin: 0 auto;
} */

.studentcut_all_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.studentcut dl  {
    padding: 25px 0;
    width: 400px;
}

.studentcut dt {
    min-width: 18em;
    line-height: 20px;
}

.menu_btn {
    width: 70%;
    text-align: center;
    font-size: 1.3rem;
    display: block;
    padding: 15px 30px;
    color: #A38A59;
    background-color: #fff;
    border: 2px solid #A38A59;
    box-shadow: 3px 3px #A38A59;
    margin: 50px auto 0;
}
.style_gallery {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.style_gallery figure{
    max-width: 150px;
}
.style_gallery img {
    width: 100%;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　パーマ・カラー・単品 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.perm-color-singleitem_block {
    max-width: 1100px;
    padding: 0 30px;
    margin: 150px auto 0;
    display: flex;
    justify-content: center;
}

.perm-color-singleitem_block dl {
    padding: 15px 0;
    width: 330px;
}

.perm-color-singleitem_block dt {
    min-width: 14em;
}

.color {
    padding: 0 3vw;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　フェイシャルエステ 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.facialbeauty {
    max-width: 1100px;
    padding: 0 30px;
    margin: 150px auto 0;
}

.facialbeauty_all_block {
    display: flex;
    justify-content: center;
}

.facialbeauty h2 {
    display: inline-block;
}

.facialbeauty h2 span {
    font-size: 15px;
    font-weight: 100;
    display: table-cell;
}

.facialbeauty_block {
    margin: 0 auto;
}

.facialbeauty_block figure {
    margin: 0;
    width: 400px;
    margin-top: 30px;
    position: relative;
}

.facialbeauty_block figure img {
    position: relative;
    z-index: 2;
}

.facialbeauty_block figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EAEAEA;
    position: absolute;
    top: 30px;
    left: 30px;
}

.facialbeauty_block p {
    padding-top: 40px;
    line-height: 22px;
    font-size: 14px;
    width: 440px;
}

.facialbeauty_course_three_all {
    display: flex;
}

.facialbeauty_course {
    margin: 70px auto 0;
}

.facialbeauty_course_three {
    margin: 100px auto 0;
}

.facialbeauty_course h3,
.facialbeauty_course_three h3 {
    color: #765B26;
    position: relative;
    text-align: left;
    padding-left: 15px;
    margin: 0;
}

.facialbeauty_course h3::before,
.facialbeauty_course_three h3::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #765B26;
    top: 18%;
    left: 3px;
    border-radius: 50%;
}

.facialbeauty_course dl {
    padding: 20px 0;
    width: 330px;
}

.facialbeauty_course_three dl {
    padding: 20px 0;
    width: 280px;
}

.facialbeauty_course dt {
    min-width: 12em;
}

.facialbeauty_course_three dt {
    min-width: 10em;
}

.facialbeauty_course_three p {
    font-size: 14px;
    width: 270px;
    line-height: 21px;
}

.facialbeauty_course p {
    color: #CC2A2A;
    font-size: 15px;
}

.sp_facialbeauty-p {
    display: none;
}

.pore-dirt_skin-moisturizing_all_block {
    display: flex;
    justify-content: center;
}

.pore_dirt,
.skin_moisturizing {
    background: #FCF2DF;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    margin: 40px 30px 0;
}

.pore-dirt_skin-moisturizing_all_block h4 {
    text-align: center;
    color: #907849;
    padding-bottom: 3px;
}

.lane {
    width: 100%;
    height: .8vh;
    background-image: linear-gradient(-45deg, #FCF2DF 25%, #D5AF83 25%, #D5AF83 50%, #FCF2DF 50%, #FCF2DF 75%, #D5AF83 75%, #D5AF83);
    background-size: 4px 4px;
}

.pore_dirt_width {
    width: 300px;
    padding-top: 15px;
}

.pore_dirt_width p {
    position: relative;
    color: #907849;
    padding-left: 12px;
}

.pore_dirt_width p::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #907849;
    top: 3px;
    left: 0;
    border-radius: 50%;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　脱毛 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.hairremoval {
    max-width: 1100px;
    padding: 0 30px;
    margin: 150px auto 0;
}

.hairremoval_all_block {
    display: flex;
    align-items: center;
}

.hairremoval_all,
.beard_hairremoval_all {
    margin: 0 auto;
}

.hairremoval figure {
    margin: 20px 0 0;
}

.hairremoval img {
    width: 350px;
}

.beard_hairremoval_all h3 {
    color: #707070;
    font-size: 2em;
    position: relative;
    padding-left: 40px;
    letter-spacing: 1px;
}

.beard_hairremoval_all h3::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #ACABAB;
    position: absolute;
    top: 9px;
    left: -25px;
}

.hairremoval li {
    list-style-type: disc;
    color: #707070;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.beard_hairremoval {
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 20px 100px 10px 30px;
}

.beard_hairremoval_price_all {
    display: flex;
    justify-content: center;
    margin: 70px auto 0;
}

.beard_hairremoval_price_2nd-block {
    padding: 0 2vw;
}

.beard_hairremoval_price h3 {
    background-color: #FCF2DF;
    border: solid #CBCBCB 1px;
    color: #555353;
    font-size: 15px;
    margin: 0;
    display: inline-block;
    width: 260px;
    padding: 15px 10px;
}

.beard_hairremoval_price h3 span {
    color: #707070;
    font-weight: 100;
    font-size: 14px;
    line-height: 21px;
}

.beard_hairremoval_price dt {
    font-size: 14px;
    padding-left: 25px;
    min-width: 9em;
    line-height: 30px;
}

.beard_hairremoval_price dl {
    width: 280px;
    border: solid #CBCBCB 1px;
    border-top: none;
    margin: 0;
    padding: 10px 0;
    background: #fff;
}

.beard_hairremoval_price dl div {
    border: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　体・ムダ毛脱毛 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.unwantedhair_all {
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.unwantedhair_block figure {
    margin: 0;
    width: 400px;
    margin-top: 30px;
    position: relative;
}

.unwantedhair_block p {
    color: #CC2A2A;
    line-height: 20px;
    font-size: 14px;
}

.unwantedhair_price {
    margin-top: 58px;
}

.unwantedhair_price_1st {
    padding: 0 2.5vw;
}

.unwantedhair_price h3 {
    font-size: 18px;
    margin: 0;
    color: #696969;
    padding-left: 15px;
    border-left: solid #A98949 3px;
}

.unwantedhair_price dl  {
    padding: 10px 0;
    width: 300px;
}

.unwantedhair_price dt {
    min-width: 11em;
}

@media screen and (max-width: 1050px) {

    .three-kinds_cut {
        display: inline-block;
    }

    .three-kinds_cut p {
        padding: 20px 75px;
    }

    .three-kinds_cut_block {
        display: block;
    }

    .space_secound {
        margin: 40px 0;
        padding: 0;
    }
    section .price-item{
        width: 100%;
    }
    /* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　学生カット設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

    .studentcut {
        margin: 70px auto 0;
    }

    .studentcut_block {
        margin: 0 auto;
    }

    .studentcut_all_block {
        display: grid;
        /* margin: auto; */
        justify-content: center;
    }

    .studentcut dl div {
        padding: 25px 0;
        width: 450px;
        margin: auto;
    }

    .studentcut dt {
        min-width: 21em;
        line-height: 20px;
    }

    .menu_btn {
        margin: 5px auto 0;
    }
    .menu_btn{
        width: 50%;
    }

    /* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　パーマ・カラー・単品 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

    .perm-color-singleitem_block {
        margin: 70px auto 0;
        display: grid;
    }

    .perm-color-singleitem_block dl div {
        margin: 0 auto;
        padding: 15px 0;
        width: 450px;
    }

    .perm-color-singleitem_block dt {
        min-width: 21em;
    }

    .color {
        margin: 70px 0;
        padding: 0;
    }

    /* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　フェイシャルエステ 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

    .facialbeauty {
        padding: 0 30px;
        margin: 70px auto 0;
    }

    .facialbeauty_all_block {
        display: grid;
    }

    .facialbeauty h2 {
        font-size: 19px;
    }

    .facialbeauty h2 span {
        font-size: 13px;
    }

    .facialbeauty_block figure {
        margin: 0;
        width: 450px;
        margin-top: 15px;
    }

    .facialbeauty_block figure::after {
        content: none;
    }

    .facialbeauty_block p {
        padding-top: 0;
        width: 450px;
    }

    .facialbeauty_course_three_all {
        display: grid;
    }

    .facialbeauty_course {
        margin: 40px auto 0;
    }

    .facialbeauty_course_three {
        margin: 30px auto 0;
    }

    .facialbeauty_course h3,
    .facialbeauty_course_three h3 {
        padding-left: 21px;
        font-size: 20px;
    }

    .facialbeauty_course h3::before,
    .facialbeauty_course_three h3::before {
        width: 15px;
        height: 15px;
        top: 19%;
        left: 0;
    }

    .facialbeauty_course dl div {
        width: 450px;
    }

    .facialbeauty_course_three dl div {
        width: 450px;
    }

    .facialbeauty_course dt {
        min-width: 21em;
    }

    .facialbeauty_course_three dt {
        min-width: 21em;
    }

    .facialbeauty_course_three p {
        width: 450px;
    }

    .facialbeauty_course p {
        display: none;
    }

    .sp_facialbeauty-p {
        display: block;
        color: #CC2A2A;
        font-size: 15px;
        padding-left: 30px;
    }

    .pore-dirt_skin-moisturizing_all_block {
        display: grid;
    }

    .pore_dirt,
    .skin_moisturizing {
        margin: 20px 0 0;
    }

    .pore-dirt_skin-moisturizing_all_block h4 {
        text-align: center;
        color: #907849;
        padding-bottom: 3px;
    }

    .pore_dirt_width {
        width: 390px;
        padding-top: 10px;
    }

    /* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　脱毛 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

    .hairremoval {
        margin: 70px auto 0;
    }

    .hairremoval_all_block {
        display: grid;
    }

    .hairremoval_all,
    .beard_hairremoval_all {
        margin: 0 auto;
    }

    .hairremoval figure {
        margin: 20px 0 0;
    }

    .hairremoval img {
        width: 430px;
    }

    .hairremoval li {
        font-size: 18px;
        line-height: 24px;
    }

    .beard_hairremoval {
        padding: 20px 200px 10px 30px;
    }

    .beard_hairremoval_price_all {
        display: grid;
        margin: 30px auto 0;
    }

    .beard_hairremoval_price_2nd-block {
        padding: 30px 0;
    }

    .beard_hairremoval_price h3 {
        width: 430px;
    }

    .beard_hairremoval_price dt {
        padding-left: 50px;
        min-width: 16em;
        line-height: 30px;
    }

    .beard_hairremoval_price dl {
        width: 450px;
    }

    /* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　体・ムダ毛脱毛 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

    .unwantedhair_all {
        display: grid;
    }

    .unwantedhair_block figure {
        width: 450px;
        margin-top: 15px;
    }

    .unwantedhair_block p {
        line-height: 20px;
        font-size: 14px;
    }

    .unwantedhair_price {
        margin-top: 58px;
    }

    .unwantedhair_price_1st {
        padding: 0;
    }

    .unwantedhair_price h3 {
        font-size: 18px;
        margin: 0;
        color: #696969;
        padding-left: 15px;
        border-left: solid #A98949 3px;
    }

    .unwantedhair_price dl div {
        padding: 10px 0;
        width: 450px;
    }

    .unwantedhair_price dt {
        min-width: 21em;
    }

}

@media screen and (max-width: 900px) {
    .thirteencut img {
        object-position: center center;
    }
}

@media screen and (max-width: 450px) {

    h2 {
        font-size: 22px;
    }

    .backimg p {
        font-size: 26px;
    }

    .three-kinds_cut p {
        max-width: 300px;
        padding: 20px 10px;
    }

    .studentcut dl div {
        padding: 15px 0;
        width: 330px;
    }


    .perm-color-singleitem_block dl div {
        width: 330px;
    }

    .perm-color-singleitem_block dt,
    .studentcut dt {
        min-width: 14em;
    }

    .facialbeauty_block figure {
        width: 330px;
    }

    .facialbeauty_block p {
        width: 330px;
    }

    .facialbeauty_course dl div {
        width: 330px;
    }

    .facialbeauty_course_three dl div {
        width: 330px;
    }

    .facialbeauty_course dt {
        min-width: 13em;
    }

    .sp_facialbeauty-p {
        padding-left: 0;
    }

    .facialbeauty_course_three dt {
        min-width: 13em;
    }

    .facialbeauty_course_three p {
        width: 330px;
    }

    .pore_dirt_width {
        width: 270px;
    }

    /* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　脱毛 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

    .hairremoval img {
        width: 330px;
    }

    .hairremoval li {
        font-size: 16px;
        line-height: 22px;
    }

    .beard_hairremoval {
        padding: 20px 110px 10px 30px;
    }

    .beard_hairremoval_price h3 {
        width: 310px;
    }

    .beard_hairremoval_price dt {
        padding-left: 30px;
        min-width: 11em;
        line-height: 30px;
    }

    .beard_hairremoval_price dl {
        width: 330px;
    }
    .menu_btn{
        width: 50%;
    }
    .studentcut h2{
        width: fit-content;
    }
    /* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ここから　体・ムダ毛脱毛 設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

    .unwantedhair_block figure {
        width: 330px;
    }

    .unwantedhair_block p {
        line-height: 20px;
        font-size: 14px;
    }

    .unwantedhair_price {
        margin-top: 58px;
    }

    .unwantedhair_price dl div {
        padding: 10px 0;
        width: 330px;
    }

    .unwantedhair_price dt {
        min-width: 13em;
    }
}