@charset "utf-8";

.awabiBtnGr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    width: max-content;
    place-items: center;
    margin: 0 auto;
}


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

    .awabiBtnGr {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

    .menuItem02Tit {
        font-size: 30px !important;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */