@charset "utf-8";

/* CSS Document */
@media screen and (max-width: 750px) {
    .mainvisual {
        background: url(/images/shop/common/enkai/plan/family_mainsp.png) center center no-repeat;
        margin-bottom: 6vw;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .family_btn02 { padding: 4vw 0 6vw 0; }

    .family_btn02 a {
        width: 100%;
        font-size: 3.7vw;
    }
}