@charset "utf-8";

.salonBg {
    background-size: 100% 100% !important;
}


.salonBg01 {
    position: relative;
}

.salonBg01::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 15px);
    max-width: 1440px;
    border-radius: 0 80px 80px 0;
    background: #FFFBF8;
    opacity: .7;
}

.salonBg02 {
    position: relative;
}

.salonBg02::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: calc(100% - 15px);
    max-width: 1440px;
    border-radius: 80px 0 0 80px;
    background: #FFFBF8;
    opacity: .7;
}

.salonNotesTxt span{
    font-size: 125%;
    font-weight: 500;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    .salonBg01::before {
        border-radius: 0 120px 120px 0;
    }

    .salonBg02::before {
        border-radius: 120px 0 0 120px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
