@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
}

p {
    color: #333;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.tubOnly {
    display: block;
}

@media (min-width: 1024px) {
    .tubOnly {
        display: none;
    }
}

.spOnly {
    display: block;
}

@media (min-width: 600px) {
    .spOnly {
        display: none;
    }
}

/*=================================================*/
/*装飾
/*=================================================*/
.leftIllustBox {
    position: absolute;
    z-index: 5;
}

.leftIllustBox .img {
    width: 189px;
    height: 57px;
}

@media (min-width: 768px) {
    .leftIllustBox .img {
        width: 269px;
        height: 79px;
    }
}

.rightIllustBox {
    position: absolute;
    z-index: 5;
}

.rightIllustBox .img {
    width: 189px;
    height: 57px;
}

@media (min-width: 768px) {
    .rightIllustBox .img {
        width: 269px;
        height: 79px;
    }
}

.imgDecorationRightBox {
    position: absolute;
    right: -10px;
    bottom: -12px;
}

@media (min-width: 768px) {
    .imgDecorationRightBox {
        right: -30px;
        bottom: -22px;
    }
}

.imgDecorationRightBox .decoImg {
    border-radius: none;
    width: 89px;
    height: 81px;
}

@media (min-width: 768px) {
    .imgDecorationRightBox .decoImg {
        width: 144px;
        height: 131px;
    }
}

.imgDecorationLeftBox {
    position: absolute;
    left: -10px;
    bottom: -12px;
}

@media (min-width: 768px) {
    .imgDecorationLeftBox {
        left: -30px;
        bottom: -22px;
    }
}

.imgDecorationLeftBox .decoImg {
    border-radius: none;
    width: 89px;
    height: 81px;
}

@media (min-width: 768px) {
    .imgDecorationLeftBox .decoImg {
        width: 144px;
        height: 131px;
    }
}

.decoVerticalLeafImgRightBox {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 5;
}

@media (min-width: 768px) {
    .decoVerticalLeafImgRightBox {
        right: 1%;
    }
}

@media (min-width: 1200px) {
    .decoVerticalLeafImgRightBox {
        right: 1%;
    }
}

@media (min-width: 1400px) {
    .decoVerticalLeafImgRightBox {
        right: 5%;
    }
}

@media (min-width: 1600px) {
    .decoVerticalLeafImgRightBox {
        right: 10%;
    }
}

.decoVerticalLeafImgRightBox .decoVerticalLeafImgRight {
    width: 35px;
    height: 153px;
}

@media (min-width: 768px) {
    .decoVerticalLeafImgRightBox .decoVerticalLeafImgRight {
        width: 41px;
        height: 193px;
    }
}

@media (min-width: 1400px) {
    .decoVerticalLeafImgRightBox .decoVerticalLeafImgRight {
        width: 61px;
        height: 243px;
    }
}

.decoVerticalLeafImgLeftBox {
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: 5;
}

@media (min-width: 768px) {
    .decoVerticalLeafImgLeftBox {
        left: 1%;
    }
}

@media (min-width: 1200px) {
    .decoVerticalLeafImgLeftBox {
        left: 1%;
    }
}

@media (min-width: 1400px) {
    .decoVerticalLeafImgLeftBox {
        left: 5%;
    }
}

@media (min-width: 1600px) {
    .decoVerticalLeafImgLeftBox {
        left: 10%;
    }
}

.decoVerticalLeafImgLeftBox .decoVerticalLeafImgLeft {
    width: 35px;
    height: 153px;
}

@media (min-width: 768px) {
    .decoVerticalLeafImgLeftBox .decoVerticalLeafImgLeft {
        width: 41px;
        height: 193px;
    }
}

@media (min-width: 1400px) {
    .decoVerticalLeafImgLeftBox .decoVerticalLeafImgLeft {
        width: 61px;
        height: 243px;
    }
}

.bgOrangeBottomBox {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -4px;
    z-index: 1;
}

.bgOrangeBottomBox .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgOrangeTopBox {
    position: absolute;
    width: 100%;
    height: auto;
    top: -1px;
    z-index: 1;
}

.bgOrangeTopBox .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgGrayTopBox {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1;
}

.bgGrayTopBox .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgGrayBottomBox {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -4px;
    z-index: 1;
}

.bgGrayBottomBox .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*=================================================*/
/*事業案内
/*=================================================*/
.barberSectionBg {
    position: relative;
    padding: 23px 0 103px;
}

.barberSectionBg .barberSection {
    position: relative;
    width: 90%;
    max-width: 752px;
    margin: 80px auto 0;
    z-index: 5;
}

@media (min-width: 1200px) {
    .barberSectionBg .barberSection {
        width: 100%;
    }
}

.barberSectionBg .barberSection .barberFlex {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .barberSectionBg .barberSection .barberFlex {
        display: flex;
        flex-flow: initial;
        align-items: center;
        justify-content: space-between;
    }
}

.barberSectionBg .barberSection .barberFlex .img {
    border-radius: 40px;
    position: relative;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .barberSectionBg .barberSection .barberFlex .img {
        width: 700px;
    }
}

@media (min-width: 1200px) {
    .barberSectionBg .barberSection .barberFlex .img {
        width: 362px;
        height: 249px;
    }
}

.barberSectionBg .barberSection .text {
    margin: 45px 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.barberSectionBg .barberSection .barberMenuUl {
    margin-top: 60px;
}

.barberSectionBg .barberSection .barberMenuUl .barberMenuTitle {
    border-bottom: 2px solid #F3BD51;
}

.barberSectionBg .barberSection .barberMenuUl .barberMenuTitle .menuTitle {
    color: #333;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.92px;
    padding-bottom: 25px;
}

.TitConte02 {
    color: #333;
    font-size: 24px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.92px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .barberSectionBg .barberSection .barberMenuUl .barberMenuTitle .menuTitle {
        font-size: 24px;
    }
}

.barberSectionBg .barberSection .barberMenuUl .barberMenuLi {
    padding: 25px 0;
    border-bottom: 1px solid #BDB0A8;
}

@media (min-width: 768px) {
    .barberSectionBg .barberSection .barberMenuUl .barberMenuLi {
        display: flex;
        justify-content: space-between;
    }
}

.barberSectionBg .barberSection .barberMenuUl .barberMenuLi_none {
    padding: 10px 0;
    border-bottom: none;
}

@media (min-width: 768px) {
    .barberSectionBg .barberSection .barberMenuUl .barberMenuLi_none {
        padding: 15px 0 0;
    }
}

.barberSectionBg .barberSection .barberMenuUl .barberMenuLi .titleBox .title {
    color: #333;
    text-align: left;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.barberSectionBg .barberSection .barberMenuUl .barberMenuLi .priceBox .price {
    color: #333;
    text-align: end;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.barberSectionBg .barberSection .barberMenuUl .barberMenuLi .priceBox .price.price_after {
    width: 120px;
}

.barberSectionBg .leftIllustBox {
    top: 23px;
    left: 18px;
}

@media (min-width: 768px) {
    .barberSectionBg .leftIllustBox {
        top: 23px;
        left: 18px;
    }
}

@media (min-width: 1600px) {
    .barberSectionBg .leftIllustBox {
        left: 8%;
    }
}

.barberSectionBg .leftIllustBox .img {
    width: 104px;
    height: 30px;
}

@media (min-width: 768px) {
    .barberSectionBg .leftIllustBox .img {
        width: 189px;
        height: 57px;
    }
}

@media (min-width: 1200px) {
    .barberSectionBg .leftIllustBox .img {
        width: 330px;
        height: 97px;
    }
}

.barberSectionBg .rightIllustBox {
    top: 23px;
    right: 18px;
}

@media (min-width: 768px) {
    .barberSectionBg .rightIllustBox {
        top: 23px;
        right: 18px;
    }
}

@media (min-width: 1600px) {
    .barberSectionBg .rightIllustBox {
        right: 8%;
    }
}

.barberSectionBg .rightIllustBox .img {
    width: 104px;
    height: 30px;
}

@media (min-width: 768px) {
    .barberSectionBg .rightIllustBox .img {
        width: 189px;
        height: 57px;
    }
}

@media (min-width: 1200px) {
    .barberSectionBg .rightIllustBox .img {
        width: 330px;
        height: 97px;
    }
}

/*=================================================*/
/*美容メニュー
/*=================================================*/
.beautySectionBg {
    position: relative;
    padding: 23px 0 103px;
    background: #EAEAEA;
}

.beautySectionBg .beautySection {
    position: relative;
    width: 90%;
    max-width: 752px;
    margin: 80px auto 0;
    z-index: 5;
}

@media (min-width: 1200px) {
    .beautySectionBg .beautySection {
        width: 100%;
    }
}

.beautySectionBg .beautySection .beautyFlex {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .beautySectionBg .beautySection .beautyFlex {
        display: flex;
        flex-flow: initial;
        align-items: center;
        justify-content: space-between;
    }
}

.beautySectionBg .beautySection .beautyFlex .img {
    border-radius: 40px;
    position: relative;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .beautySectionBg .beautySection .beautyFlex .img {
        width: 700px;
    }
}

@media (min-width: 1200px) {
    .beautySectionBg .beautySection .beautyFlex .img {
        width: 362px;
        height: 249px;
    }
}

.beautySectionBg .beautySection .text {
    margin: 45px 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.beautySectionBg .beautySection .beautyMenuUl {
    margin-top: 60px;
}

.beautySectionBg .beautySection .beautyMenuUl .beautyMenuTitle {
    border-bottom: 2px solid #F3BD51;
}

.beautySectionBg .beautySection .beautyMenuUl .beautyMenuTitle .menuTitle {
    color: #333;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.92px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .beautySectionBg .beautySection .beautyMenuUl .beautyMenuTitle .menuTitle {
        font-size: 24px;
    }
}

.beautySectionBg .beautySection .beautyMenuUl .beautyMenuLi {
    padding: 25px 0;
    border-bottom: 1px solid #BDB0A8;
}

@media (min-width: 768px) {
    .beautySectionBg .beautySection .beautyMenuUl .beautyMenuLi {
        display: flex;
        flex-flow: initial;
        justify-content: space-between;
    }
}

.beautySectionBg .beautySection .beautyMenuUl .beautyMenuLi_none {
    padding: 10px 0;
    border-bottom: none;
}

@media (min-width: 768px) {
    .beautySectionBg .beautySection .beautyMenuUl .beautyMenuLi_none {
        padding: 15px 0 0;
    }
}

.beautySectionBg .beautySection .beautyMenuUl .beautyMenuLi .titleBox .title {
    color: #333;
    text-align: left;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.beautySectionBg .beautySection .beautyMenuUl .beautyMenuLi .priceBox .price {
    color: #333;
    text-align: end;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.beautySectionBg .beautySection .beautyMenuUl .beautyMenuLi .priceBox .price.price_after {
    width: 120px;
}

.beautySectionBg .leftIllustBox {
    top: 50px;
    left: 18px;
}

@media (min-width: 1024px) {
    .beautySectionBg .leftIllustBox {
        top: 103px;
        left: 18px;
    }
}

@media (min-width: 1600px) {
    .beautySectionBg .leftIllustBox {
        left: 8%;
    }
}

.beautySectionBg .leftIllustBox .img {
    width: 104px;
    height: 30px;
}

@media (min-width: 768px) {
    .beautySectionBg .leftIllustBox .img {
        width: 189px;
        height: 57px;
    }
}

@media (min-width: 1200px) {
    .beautySectionBg .leftIllustBox .img {
        width: 330px;
        height: 97px;
    }
}

.beautySectionBg .rightIllustBox {
    top: 50px;
    right: 18px;
}

@media (min-width: 1024px) {
    .beautySectionBg .rightIllustBox {
        top: 103px;
        right: 18px;
    }
}

@media (min-width: 1600px) {
    .beautySectionBg .rightIllustBox {
        right: 8%;
    }
}

.beautySectionBg .rightIllustBox .img {
    width: 104px;
    height: 30px;
}

@media (min-width: 768px) {
    .beautySectionBg .rightIllustBox .img {
        width: 189px;
        height: 57px;
    }
}

@media (min-width: 1200px) {
    .beautySectionBg .rightIllustBox .img {
        width: 330px;
        height: 97px;
    }
}

/*=================================================*/
/*脱毛筆のご案内
/*=================================================*/
.introductionBg {
    position: relative;
    padding: 80px 0;
    margin: 65px 0;
    background: #F3BD51;
}

@media (min-width: 768px) {
    .introductionBg {
        padding: 103px 0;
    }
}

.introductionBg .introductionSection {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    z-index: 5;
}

.introductionBg .introductionSection .aboutFlex {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 90%;
    margin: 35px auto 20px;
}

@media (min-width: 1200px) {
    .introductionBg .introductionSection .aboutFlex {
        display: flex;
        flex-flow: initial;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 45px auto 25px;
    }
}

.introductionBg .introductionSection .aboutFlex .imgBox {
    position: relative;
    width: 100%;
    height: auto;
}

@media (min-width: 600px) {
    .introductionBg .introductionSection .aboutFlex .imgBox {
        width: 500px;
    }
}

@media (min-width: 1200px) {
    .introductionBg .introductionSection .aboutFlex .imgBox {
        width: 500px;
        height: 375px;
    }
}

.introductionBg .introductionSection .aboutFlex .imgBox .img {
    border-radius: 30px;
}

.introductionBg .introductionSection .aboutFlex .imgBox .imgDecorationLeftBox {
    transform: scale(1, -1);
    bottom: initial;
    top: -22px;
}

.introductionBg .introductionSection .aboutFlex .textBox {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .introductionBg .introductionSection .aboutFlex .textBox {
        width: 700px;
    }
}

@media (min-width: 1200px) {
    .introductionBg .introductionSection .aboutFlex .textBox {
        margin-top: 0;
        width: 513px;
        height: auto;
    }
}

.introductionBg .introductionSection .aboutFlex .textBox .text {
    color: #333;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.28px;
}

@media (min-width: 768px) {
    .introductionBg .introductionSection .aboutFlex .textBox .text {
        font-size: 16px;
    }
}

.introductionBg .bgOrangeBottomBox {
    transform: scale(-1, 1);
}

/*=================================================*/
/*おすすめ商品
/*=================================================*/
.recomendSection {
    width: 90%;
    max-width: 1100px;
    margin: 65px auto 0;
}

@media (min-width: 1200px) {
    .recomendSection {
        width: 100%;
    }
}

.recomendSection .text {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.28px;
    margin: 45px 0;
}

.recomendSection .recomendFlex {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

@media (min-width: 1200px) {
    .recomendSection .recomendFlex {
        display: flex;
        flex-flow: initial;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.recomendSection .recomendFlex .recomendLi {
    width: 330px;
    margin: auto;
}

@media (min-width: 768px) {
    .recomendSection .recomendFlex .recomendLi {
        width: 450px;
    }
}

@media (min-width: 1200px) {
    .recomendSection .recomendFlex .recomendLi {
        margin: 0;
        width: 330px;
    }
}

.recomendSection .recomendFlex .recomendLi:first-of-type .titleBox {
    margin-top: 27px;
}

.recomendSection .recomendFlex .recomendLi .titleBox {
    margin-bottom: 10px;
}

.recomendSection .recomendFlex .recomendLi .titleBox .title {
    color: #333;
    font-size: 18px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.44px;
}

.recomendSection .recomendFlex .recomendLi .img {
    height: auto;
    border-radius: 30px;
    border: 1px solid #D9D9D9;
}

.recomendSection .recomendFlex .recomendLi .recomendText {
    margin-top: 17px;
    color: #333;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.28px;
}

@media (min-width: 768px) {
    .recomendSection .recomendFlex .recomendLi .recomendText {
        font-size: 16px;
    }
}

/*=================================================*/
/*訪問
/*=================================================*/
.visitSectionBg {
    position: relative;
    padding: 23px 0 103px;
}

.visitSectionBg .visitSection {
    position: relative;
    width: 90%;
    max-width: 752px;
    margin: 80px auto 0;
    z-index: 5;
}

@media (min-width: 1200px) {
    .visitSectionBg .visitSection {
        width: 100%;
    }
}

.visitSectionBg .visitSection .visitFlex {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .visitSectionBg .visitSection .visitFlex {
        display: flex;
        flex-flow: initial;
        align-items: center;
        justify-content: space-between;
    }
}

.visitSectionBg .visitSection .visitFlex .img {
    border-radius: 40px;
    position: relative;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .visitSectionBg .visitSection .visitFlex .img {
        width: 700px;
    }
}

@media (min-width: 1200px) {
    .visitSectionBg .visitSection .visitFlex .img {
        width: 362px;
        height: 249px;
    }
}

.visitSectionBg .visitSection .text {
    margin: 45px 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.visitSectionBg .visitSection .visitMenuUl {
    margin-top: 60px;
}

.visitSectionBg .visitSection .visitMenuUl .visitMenuTitle {
    border-bottom: 2px solid #F3BD51;
}

.visitSectionBg .visitSection .visitMenuUl .visitMenuTitle .menuTitle {
    color: #333;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.92px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .visitSectionBg .visitSection .visitMenuUl .visitMenuTitle .menuTitle {
        font-size: 24px;
    }
}

.visitSectionBg .visitSection .visitMenuUl .visitMenuLi {
    padding: 25px 0;
    border-bottom: 1px solid #BDB0A8;
}

@media (min-width: 768px) {
    .visitSectionBg .visitSection .visitMenuUl .visitMenuLi {
        display: flex;
        justify-content: space-between;
    }
}

.visitSectionBg .visitSection .visitMenuUl .visitMenuLi .titleBox .title {
    color: #333;
    text-align: left;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.visitSectionBg .visitSection .visitMenuUl .visitMenuLi .priceBox .price {
    color: #333;
    text-align: end;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.visitSectionBg .leftIllustBox {
    top: 23px;
    left: 18px;
}

@media (min-width: 768px) {
    .visitSectionBg .leftIllustBox {
        top: 23px;
        left: 18px;
    }
}

@media (min-width: 1600px) {
    .visitSectionBg .leftIllustBox {
        left: 8%;
    }
}

.visitSectionBg .leftIllustBox .img {
    width: 104px;
    height: 30px;
}

@media (min-width: 768px) {
    .visitSectionBg .leftIllustBox .img {
        width: 189px;
        height: 57px;
    }
}

@media (min-width: 1200px) {
    .visitSectionBg .leftIllustBox .img {
        width: 330px;
        height: 97px;
    }
}

.visitSectionBg .rightIllustBox {
    top: 23px;
    right: 18px;
}

@media (min-width: 768px) {
    .visitSectionBg .rightIllustBox {
        top: 23px;
        right: 18px;
    }
}

@media (min-width: 1600px) {
    .visitSectionBg .rightIllustBox {
        right: 8%;
    }
}

.visitSectionBg .rightIllustBox .img {
    width: 104px;
    height: 30px;
}

@media (min-width: 768px) {
    .visitSectionBg .rightIllustBox .img {
        width: 189px;
        height: 57px;
    }
}

@media (min-width: 1200px) {
    .visitSectionBg .rightIllustBox .img {
        width: 330px;
        height: 97px;
    }
}

/*# sourceMappingURL=menu.css.map */