@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(7, 1fr);
    }

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

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

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

.menu03-img{
width: 25%;
}
.menu03-img-box{
text-align: center;
}
@media screen and (max-width:767px) {
  .menu03-img{
  width: 40%;
}
}