.mv_sub {
    background-image: url(../image/menu_mv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* メニュー */
.menu {
    padding-top: 110px;
    position: relative;
}

.recommend_title {
    width: 336px;
    margin: 0 auto;
    position: relative;
}

.recommend_title::before {
    background-image: url(../image/Recommend.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    z-index: 30;
    top: -60px;
    margin-left: -70%;
    display: inline-block;
    width: 100%;
    height: 100px;
}


.illust_piza_grape {
    position: absolute;
    right: 0;
    top: 120px;
}

.menu_wrapper {
    margin-top: 60px;
}

.menu_container {
    padding-top: 3%;
    padding-left: 2%;
}

.menu_container:first-of-type {
    padding-left: 0;
}

.big_container {
    max-width: 530px;
    width: 49%;
}

.img_pizza {
    max-width: 530px;
    width: 100%;
    aspect-ratio: 4/3;
    background-image: url(../image/menu_pizza.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.4s;
}

.img_pizza:hover {
    transition: 0.4s;
    background-image: url(../image/menu_hampizza.jpg);
}

.img_pasta {
    animation: slider-1 6s linear infinite;
    max-width: 530px;
    width: 100%;
    aspect-ratio: 4/3;
    background-image: url(../image/menu_pasta.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.4s;
}

.img_pasta:hover {
    transition: 0.4s;
    background-image: url(../image/menu_carbonara.jpg);
}

.recommendmenu {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-top: 12px;
}

/* その他のメニュー */
.other_menu {
    margin-top: 90px;
}

.menu_title {
    font-size: 24px;
    font-weight: bold;
    color: #6E6049;
    text-transform: uppercase;
    border: 1px solid #6E6049;
    padding: 13px 0;
    margin-bottom: 36px;
    text-align: center;
}

.menu_subtitle {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #6E6049;
    text-transform: uppercase;
}

.menu_subtitle::before {
    margin-right: 7px;
    background-color: #6E6049;
    content: "";
    height: 1px;
    width: 20px;
}


.menu_group {
    min-width: 292px;
    font-family: 'Noto Sans JP',
        sans-serif;
    border-bottom: 1px solid #C8BA9D;
    padding: 25px 0;
}

.menu_subtext {
    font-size: 12px;
}

.food_box {
    width: 64%;
}

.drink_box {
    width: 292px;
}

@media(max-width:970px) {
    .other_menu {
        flex-direction: column;
        align-items: center;

    }

    .food_box {
        width: 60%;

    }

    .food_containar {
        flex-direction: column;
        align-items: center;
    }

    .menu_box {
        width: 100%;
    }

    .menu_box:nth-child(2) {
        margin-top: 36px;
    }

    .drink_box {
        margin-top: 60px;
        width: 60%;
    }

    .illust_piza_grape {
        width: 20%;
        top: 5%;
    }
}

@media(max-width:768px) {

    .menu {
        padding-top: 70px;
    }

    .menu_wrapper {
        margin-top: 20px;
    }

    .recommend_title::before {
        top: -40px;
        margin-left: -30%;
        width: 70%;
        height: 100px;
    }

    .mv_sub {
        background-image: url(../image/menu_sp_mv.jpg);
    }

    .illust_piza_grape {
        top: 2.3%;
    }

    .food_box {
        width: 80%;
    }

    .drink_box {
        width: 80%;
    }

}

@media(max-width:480px) {
    .recommend_title::before {
        top: -40px;
        margin-left: -20%;
        width: 60%;
        height: 100px;
    }

    .menu_wrapper .flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .big_container {
        width: 96%;
    }

    .menu_container {
        width: 96%;
        padding-left: 0;
        padding-top: 0;
        margin-top: 20px;
    }

    .menu_container img {
        width: 450px;
    }

    .img_pasta {
        margin-top: 20px;
    }
}