@charset "utf-8";

/* ==========================================
esthetic01
========================================== */

.esthetic01 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 15rem 1.5rem 0 0;
}

.esthetic01-container {
    max-width: 157rem;
    width: 90%;
    margin: 0 auto 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.esthetic01-img-container {
    max-width: 98rem;
    width: 62.5%;
    position: relative;
}


.esthetic01-illust-box {
    max-width: 30.9rem;
    width: 31.6%;
    position: absolute;
    right: 0;
    top: -4%;
    margin: auto;
}

.esthetic01-img-box {
    max-width: 90rem;
    width: 91.9%;
    margin: 0 auto 0 0;
}

.esthetic01-text-container {
    max-width: 54rem;
    width: 34.4%;
}

.esthetic01-title-box {
    text-align: center;
}

.esthetic01-title-box.deco-primary-title-box:after {
    right: 0;
}

.esthetic01-text-box {
    margin: 4rem 0 0;
    text-align: center;
}

.esthetic01-text {
    line-height: 2.1875em;
}

.esthetic01-btn-area {
    width: 100%;
    margin: 4rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esthetic01-btn-area .com-btn01 {
    width: 100%;
}

/* ==========================================
esthetic02
========================================== */

.esthetic02 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 12rem 1.5rem 0;
}

.esthetic02 .top04 {
    margin: 0 auto;
    max-width: 122rem;
    width: 80%;
}

.esthetic02 .top04-contents {
    padding: 8rem 0 0;
}

.esthetic02-contaier {
    max-width: 122rem;
    width: 100%;
    margin: 7rem auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.esthetic02-illust01 {
    margin: 0 0 -3%;
    max-width: 13.5rem;
    width: 11.1%;
}

.esthetic02-title-box {
    max-width: 93.6rem;
    width: 77%;
    text-align: center;
}

.esthetic02-illust02 {
    margin: 0 0 -3%;
    max-width: 14.1rem;
    width: 11.6%;
}

.esthetic02-title {
    font-size: clamp(1.8rem, 1.436rem + 0.971vw, 3.3rem);
}

/* ==========================================
esthetic03
========================================== */

.esthetic03 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 18rem 1.5rem 13rem;
    position: relative;
}

/* ==========================================
esthetic-common
========================================== */

.esthetic-common-container {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
}

.esthetic-common-main-title-area {
    text-align: center;
    padding: 0 0 2rem;
    border-bottom: 1px solid #C5C5C5;
}

.esthetic-common-area {
    margin: 6rem auto 0;
    max-width: 112rem;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.esthetic-common-img-box {
    max-width: 45rem;
    width: 40.2%;
}

.esthetic-common-text-container {
    max-width: 57rem;
    width: 50.9%;
}

.esthetic-common-text-area {
    margin: 4rem 0 0;
}

.esthetic-common-text-box {
    margin: 4rem 0 0;
}

.esthetic-common-text-box:first-child {
    margin: 0;
}

.esthetic-common-text01 {
    line-height: 2.1875em;
}

.esthetic-common-text01 strong {
    /* font-size: clamp(1.6rem, 1.595rem + 0.211vw, 2rem); */
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0 0 1rem;
}

/* .esthetic-common-text01 strong::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background: url(../../../../uploads/text-deco02-blue.png) repeat-x 0 center / auto 6px;
    background: url(../../../../uploads/text-deco02-blue.png) repeat-x center center / auto;
} */

.esthetic-common-text01 strong::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 9px;
    width: 100%;
    background-image: url(../../../../uploads/text-deco02-blue.png);
    background-repeat: repeat-x;
    background-position: 0 center;
    background-size: auto 100%;
}

.esthetic-common-recommend {
    margin: 8rem auto 0;
    padding: 0 1.5rem 6rem;
    max-width: 102rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.esthetic-common-recommend::before {
    content: "";
    display: block;
    width: 100%;
    height: 83%;
    border: 1px solid var(--primary);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.esthetic-common-recommend-title-box {
    max-width: 67rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2.7rem 3rem 2.9rem 3rem;
    border-radius: 100vmax;
    background: var(--white);
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.esthetic-common-recommend-title-box:after {
    content: "";
    position: absolute;
    bottom: 1.7rem;
    right: 3.6rem;
    width: 33px;
    height: 29px;
    background: url(../../../../uploads/title-deco02-primary.png) no-repeat center / contain;
    z-index: 2;
}

.esthetic-common-recommend-text-area {
    max-width: 65rem;
    width: 100%;
    margin: 4rem auto 0;
    position: relative;
    z-index: 2;
}

.esthetic-common-recommend-row {
    margin: 1.5rem 0 0;
    display: flex;
    align-items: flex-start;
}

.esthetic-common-recommend-row:first-child {
    margin: 0;
}

.esthetic-common-check-box {
    margin: 0.5rem 2% 0 0;
    display: flex;
    align-items: center;
}

/* ==========================================
esthetic04
========================================== */

.esthetic04 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 1.5rem 12rem;
}

.esthetic-common-text01 br {
    display: block;
}

/* ==========================================
esthetic05
========================================== */

.esthetic05 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 1.5rem 0;
}

.esthetic05 .esthetic-common-text-area {
    margin: 1.5rem 0 0;
}

.esthetic-common-point-text-box {
    margin: 2rem 0 0;
    max-width: 35rem;
}

.fukidashi-box {
    position: relative;
    border-radius: 100vmax;
    text-align: center;
    padding: .6rem 1rem;
}

.fukidashi-box:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 3rem;
    width: 1.5rem;
    height: 1.5rem;
    background: var(--tertiary);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ==========================================
esthetic06
========================================== */

.esthetic06 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 16.5rem 1.5rem 15rem;
    position: relative;
    font-size: clamp(1.3rem, 1.227rem + 0.311vw, 1.6rem);
}

.esthetic06-contents {
    padding: 9rem 0 10rem;
}

/* ==========================================
料金表
========================================== */

.esthetic06 .contents142 {
    padding: 0 1.5rem;
}

.tax-text {
    font-size: 1.4rem;
    margin: 1rem 0 0;
    text-align: right;
}

.menu-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 7rem auto 0;
    gap: 3rem;
}

.menu-block {
    width: 44%;
}

.menu-box:nth-child(n+2) {
    margin: 6.6rem 0 0;
}

.menu-title-box {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.menu-title-box p {
    flex: 1;
}

.menu-icon01 {
    max-width: 3rem;
    width: 10%;
}

.menu-list-box {
    padding: 0 0 1.8rem;
    border-bottom: 1px solid;
}

.menu-list-box:nth-child(n+2) {
    margin: 2.2rem 0 0;
}

.menu-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

.menu-list-text-box {
    margin: .5rem 0 0;
}

.fukidashi-box+.menu-list {
    margin: 1.5rem 0 0;
}

.menu-list-th.deco {
    padding: 0 0 0 2rem;
    position: relative;
}

.menu-list-th.deco::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.menu-list-text-box.deco {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.menu-list-text-box.deco::before {
    content: "・";
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1920px) {}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {

    /* ==========================================
    esthetic01
    ========================================== */

    .esthetic01-img-container {
        width: 56.3%;
    }

    .esthetic01-text-container {
        width: 39.4%;
    }

    .esthetic-common-check-box {
        width: 1.8rem;
    }

    /* ==========================================
    料金表
    ========================================== */

    .menu-row {
        width: 95%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1280px) {

    /* ==========================================
    esthetic01
    ========================================== */

    .esthetic01-img-container {
        width: 54%;
    }

    .esthetic01-text-container {
        max-width: 60rem;
        width: 45%;
    }

    .esthetic01-text-box {
        text-align: left;
    }

    .esthetic01-text02 br {
        display: none;
    }

    .esthetic01-title-box.deco-primary-title-box::after {
        right: auto;
    }

    .esthetic01-title-box {
        text-align: left;
    }

    .esthetic01-btn-area {
        justify-content: flex-start;
    }

    .esthetic-common-text01 br {
        display: none;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    /* ==========================================
    esthetic01
    ========================================== */

    .esthetic01 {
        padding: 12rem 1.5rem 0 0;
    }

    .esthetic01-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .esthetic01-img-container {
        margin: 0 auto 0 0;
        width: 97.2%;
    }

    .esthetic01-text-container {
        max-width: 70rem;
        margin: 4rem 0 0;
        width: 100%;
    }

    .esthetic01-text-box {
        text-align: center;
    }

    .esthetic01-text02 br {
        display: block;
    }

    .esthetic01-title-box {
        text-align: center;
    }

    .esthetic01-title-box.deco-primary-title-box::after {
        right: 0;
    }

    .esthetic01-btn-area {
        justify-content: center;
    }

    /* ==========================================
    esthetic02
    ========================================== */

    .esthetic02 {
        padding: 10rem 1.5rem 0;
    }

    .esthetic02 .top04 {
        width: 100%;
    }

    .esthetic02-contaier {
        width: 62%;
    }

    /* ==========================================
    esthetic03
    ========================================== */

    .esthetic03 {
        padding: 12rem 1.5rem 12rem;
    }

    /* ==========================================
    esthetic05
    ========================================== */

    .esthetic05 {
        max-width: 192rem;
        width: 100%;
        margin: 0 auto;
        padding: 12rem 1.5rem 0;
    }

    /* ==========================================
    esthetic06
    ========================================== */

    .esthetic06 {
        padding: 12rem 1.5rem 12rem;
    }

    /* ==========================================
	料金表
	========================================== */

    .menu-block {
        width: 46%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=820px) {}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    /* ==========================================
    esthetic01
    ========================================== */

    .esthetic01 {
        padding: 8rem 1.5rem 0 0;
    }

    /* ==========================================
    esthetic02
    ========================================== */

    .esthetic02 {
        padding: 8rem 1.5rem 0;
    }

    .esthetic02-contaier {
        margin: 5.5rem auto 0;
        width: 70%;
    }



    /* ==========================================
    esthetic03
    ========================================== */

    .esthetic03 {
        padding: 8rem 1.5rem 8rem;
    }

    /* ==========================================
    esthetic-common
    ========================================== */

    .esthetic-common-area {
        margin: 4rem auto 0;
        flex-direction: column;
        align-items: center;
    }

    .esthetic-common-img-box {
        width: 100%;
    }

    .esthetic-common-text-container {
        width: 100%;
        margin: 3rem 0 0;
    }

    .esthetic-common-text-area {
        margin: 2rem 0 0;
    }

    .esthetic-common-text-box {
        margin: 2rem 0 0;
    }

    .esthetic-common-recommend {
        margin: 6rem auto 0;
    }

    /* ==========================================
    esthetic04
    ========================================== */

    .esthetic04 {
        padding: 8rem 1.5rem 8rem;
    }

    /* ==========================================
    esthetic05
    ========================================== */

    .esthetic05 {
        padding: 8rem 1.5rem 0;
    }

    /* ==========================================
    esthetic06
    ========================================== */

    .esthetic06 {
        padding: 8rem 1.5rem 8rem;
    }

    /* ==========================================
    料金表
    ========================================== */

    .esthetic06-contents {
        padding: 7rem 0 9rem;
    }

    .menu-block {
        width: 100%;
    }

    .menu-row {
        flex-direction: column;
        gap: 5rem;
        width: 85%;
    }

    .menu-box:nth-child(n+2) {
        margin: 5rem auto 0;
    }

    .tax-text {
        text-align: center;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

    /* ==========================================
    esthetic01
    ========================================== */

    .esthetic01 {
        padding: 8rem 0 0 0;
    }

    .esthetic01-text-container {
        padding: 0 1.5rem;
    }

    .esthetic01-text {
        text-align: left;
    }

    .esthetic01-text br {
        display: none;
    }

    .esthetic02-contaier {
        width: 100%;
        margin: 4rem auto 0;
    }

    .esthetic-common-recommend-text {
        font-size: 1.5rem;
    }

    .esthetic-common-check-box {
        margin: .5rem 2% 0 0;
    }

    .menu-row {
        width: 95%;
        margin: 4.5rem auto 0;
    }

    .esthetic-common-text01 {
        line-height: 2.3;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {

    .esthetic-common-recommend::before {
        height: 85%;
    }

    .esthetic02-title {
        font-size: 1.9rem;
    }

    .esthetic-common-text01 strong {
        font-size: 16px;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */