@charset "utf-8";

.header.header-menu {
    background: url(../img/menu/hero_menu.jpg) no-repeat center center/cover;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 4%;
}

.lead {
    padding: 30px 0;
}

@media print,
screen and (min-width: 768px) {
    .lead {
        width: 800px;
        max-width: 100%;
        margin: auto;
        text-align: center;
    }
}

.lead-title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Yu Mincho", "ヒラギノ明朝 ProN W3", serif;
}

.menu {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    list-style: none;
}

@media print,
screen and (min-width: 768px) {
    .menu-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu {
        width: 33.33%;
        padding: 0 30px;
        margin-bottom: 60px;
        border-bottom: none;
    }
}

.menu-img {
    margin-bottom: 20px;
}

.menu-name-en {
    font-size: 20px;
    font-family: "Yu Mincho", "ヒラギノ明朝 ProN W3", serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.menu-name-ja {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.menu-price {
    font-size: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-price+.menu-price {
    margin-top: 5px;
}

.menu-category {
    margin-bottom: 60px;
}

@media print,
screen and (min-width: 768px) {
    .menu-category {
        margin: 0 -30px 60px;
    }
}