@charset "utf-8";

.salon-staff-item:nth-of-type(n+2) {
    margin: 60px auto 0;
}

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

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

    .salon-staff-item:nth-of-type(n+2) {
        margin: 100px auto 0;
    }
}

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