@charset "utf-8";

.salonMessageBx::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 97%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/system_panel/uploads/images/bg02.jpg) no-repeat center /cover;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .salonMessageBx::before {
        left: 100px;
        height: 95%;
    }
}

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