@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.fv_other {
    background-image: url(../img/fv_other_2.png);
}

/* ---------------------------------------------------------------------------------------------------- */

.section_menu .heading_wrap .heading {
    position: relative;
}

.section_menu .heading_wrap .heading::after {
    content: "通常メニュー";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: auto;
    height: auto;
}

@media screen and (min-width: 768px) {
    .section_menu .content_wrap .content_other .item_wrap .item .img_wrap {
        flex-wrap: wrap;
        gap: 12px;
    }

    .section_menu .content_wrap .content_other .item_wrap .item .img_wrap img {
        width: calc((100% - (12px * 2)) / 3);
    }
}

/* ---------------------------------------------------------------------------------------------------- */
