@charset "utf-8";

.in-menu-btn-box {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

.in-menu-btn {
    cursor: pointer;
    transition: all .3s;
}

.in-menu-btn:hover {
    color: #fff;
    background: #33322E;
}

.in-menu-btn.active {
    color: #fff;
    background: #33322E;
}

.in-menu-content-list-row {
    border-bottom: 1px solid #C7C7C5;
}

.in-menu-content-list-price-box {
    width: 100%;
}

.in-menu-content.show{
    display: block !important;
}

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

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

    .in-menu-btn-box {
        grid-template-columns: repeat(6, 1fr);
    }

    .in-menu-content-list-price-box {
        width: 100%;
        max-width: max-content;
    }
}

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

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