@charset "utf-8";

/* メインビジュアル */
.page_mv.page_mv-dinner {
    background-image: url(../img/pageDinnner_top_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.page_mv.page_mv-dinner::before {
    position: absolute;
    background-color: #1F0A0A;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    mix-blend-mode: multiply;
}

/* 背景色 */
.dinner_backgroundcolor {
    background-color: #F3EDED;
    padding-bottom: 120px;
}

.breadcrumb_block {
    margin-top: 0;
    padding-top: 35px;
}

/* 共通タイトル */
.dinner_titleBox {
    display: flex;
    justify-content: center;
}

.SP_lb {
    display: none;
}

.dinner_title {
    font-size: 24px;
    letter-spacing: 0.16em;
    margin-top: 60px;
}

.dinner_title span {
    font-size: 16px;
}

.dinner_title span::before {
    display: inline-block;
    content: "";
    background-color: #1F0A0A;
    width: 1px;
    height: 12px;
    margin: 0 15px;
    rotate: 30deg;
}

.dinner_titleBox_accent {
    display: block;
    letter-spacing: 0.16em;
    text-align: center;
    border: double 4px #1F0A0A;
    padding: 30px 83px;
}


.dinner_alacarte_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.dinner_alacarte {
    display: inline-block;
    text-align: center;
    padding: 50px 36px;
    letter-spacing: 0.16em;
    line-height: 1.6;
}

.pageDinner_tel {
    font-size: 20px;
}

/* 共通メニュー */
.dinner_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
}

.category_blank {
    margin-top: 120px;
}

/* ディナーコース */
.dinner_course_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 200px;
}

.dinner_coursePrice {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dinner_dscr {
    font-size: 14px;
    line-height: 1.6;
}

/* おすすめセクション */

.dinner_recommendation_items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    margin-top: 60px;
}

.dinner_recommendation_item {
    width: calc(33.33% - 30px * 2 / 3);
}

.dinner_recommendation_item-picture img {
    width: 100%;
    height: auto;
}

.dinner_recommendation_menuTitle {
    font-size: 18px;
    letter-spacing: 0.16em;
    margin-top: 20px;
}

.dinner_recommendation_menuTitle {
    font-size: 16px;
    letter-spacing: 0.16em;
    margin-top: 10px;
}


/* 前菜セクション */
.appetizer_item {
    display: flex;
    justify-content: space-between;
    width: 30%;
    /* 全体の幅を調整 */
    max-width: 400px;
    /* 最大幅を設定 */
    letter-spacing: 0.16em;
    flex-shrink: 0;
}

.appetizer_item_price {
    width: 20%;
    flex-shrink: 0;
}

/* メインディッシュセクション */
.main_item {
    display: flex;
    justify-content: space-between;
    width: 30%;
    /* 全体の幅を調整 */
    max-width: 700px;
    /* 最大幅を設定 */
    letter-spacing: 0.16em;
    flex-shrink: 0;
    align-items: end;
}

.main_item_price {
    width: 20%;
    flex-shrink: 0;
}

/* デザートセクション */
.desert_item {
    display: flex;
    justify-content: space-between;
    width: 30%;
    /* 全体の幅を調整 */
    max-width: 400px;
    /* 最大幅を設定 */
    letter-spacing: 0.16em;
    flex-shrink: 0;
}

.desert_item_price {
    width: 20%;
    flex-shrink: 0;
}

.desert_smallText {
    font-size: 14px;
}

/* スマホ対応 */

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

    .wrapper_wide {
        width: 90%;
    }

    .category_blank {
        margin-top: 50px;
    }

    .dinner_alacarte {
        font-size: 14px;
    }

    .dinner_alacarte_accent01 {
        width: 40px;
    }

    .dinner_alacarte_accent02 {
        width: 28px;
    }

    .dinner_alacarte_box {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .dinner_titleBox_accent {
        padding: 20px 76px;
    }

    .dinner_dscr {
        font-size: 12px;
    }

    .dinner_course_box {
        margin-bottom: 50px;
    }

    .dinner_title {
        font-size: 24px;
    }

    .dinner_titleBox {
        text-align: center;
    }

    .SP_lb {
        display: flex;
    }

    .dinner_title span::before {
        display: none;
    }

    .dinner_recommendation_items {
        margin-top: 40px;
    }

    .dinner_recommendation_item {
        width: 100%;
    }

    .dinner_breadcrumb_wrapper {
        padding-bottom: 100px;
    }

    .dinner_items {
        gap: 50px;
        margin-top: 50px;
    }

    .appetizer_item {
        font-size: 14px;
        width: 75%;
    }

    .main_item {
        font-size: 14px;
        width: 75%;
    }

    .desert_item {
        font-size: 14px;
        width: 75%;
    }

    .dinner_announce {
        max-width: 90%;
    }

    .dinner_announce {
        padding: 35px 30px;
        margin-top: 100px;
        margin-bottom: 120px;
    }

    .dinner_announce_text {
        font-size: 16px;
    }

}