@charset "utf-8";


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

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


/* メッセージセクション */
.lunch_message {
    position: relative;
    background-image: url(../img/pageLunch_message.png);
    background-size: cover;
    width: 679px;
    height: 678px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.lunch_message-accent {
    position: absolute;
    left: -194px;
    top: 337px;
    z-index: 1;
}


.lunch_message-textBox {
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.16em;
}

.lunch_message-text {
    margin-top: 40px;
}

.lunch_message-textBottom {
    margin-top: 40px;
}



/* 共通*/
.lunch_wrapper {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.lunch_courseLunch-title {
    font-size: 24px;
}

.lunch_courseLunch-title span {
    align-items: center;
    font-size: 16px;
}

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

.lunch_courseLunch-title-dscr p {
    margin-top: 10px;
}

.SP_lb {
    display: none;
}

/* コースランチセクション */
.lunch_courseLunch {
    display: flex;
    flex-direction: column;
    margin-top: 200px;
    background-color: #F3EDED;
    padding-top: 100px;
    padding-bottom: 320px;
}

.lunch_lechaloteLunch_wrapper {
    margin-top: 120px;
}

.lunch_premiumLunch_wrapper,
.lunch_bistroLunch_wrapper {
    margin-top: 200px;
}

.lunch_title_box {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.16em;
}

.lunch_title_box::before,
.lunch_title_box::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}

.lunch_title_box::before {
    border-left: solid 1px;
    border-top: solid 1px;
    top: -20px;
    left: 190px;
}

.lunch_title_box::after {
    border-right: solid 1px;
    border-bottom: solid 1px;
    bottom: -20px;
    right: 190px;
}

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

.lunch_title {
    font-size: 20px;
    margin-top: 12px;
}

.lunch_price {
    font-size: 20px;
    margin-top: 14px;
}

.lunch_inner {
    display: flex;
    margin-top: 80px;
    justify-content: center;
    gap: 15%;
}

.lunch_left {
    line-height: 1.6;
    letter-spacing: 0.16em;
    border-left: 1px solid #1F0A0A;
    padding-left: 36px;
}

.courseLunch_img-dscr {
    text-align: end;
    margin-top: 10px;
    letter-spacing: 0.16em;
    font-size: 14px;
}

.lunch_rightImg02 {
    margin-top: 20px;
}


/* プレートランチセクション */
.lunch_plateLunch {
    margin-top: 100px;
    margin-bottom: 200px;
}

.lunch_plateLunch_inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 100px;
}

.plateLunch_title-box {
    text-align: center;
    letter-spacing: 0.16em;
}

.plateLunch_title {
    font-size: 20px;
}

.plateLunch_subtitle {
    margin-top: 15px;
}

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

.plateLunch_dscr {
    font-size: 13px;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin-top: 20px;
    text-align: center;
}

.lunch_plateLunch_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.ex {
    align-items: center;
    max-width: 500px;
}

.ex img {
    width: 500px;
}

.plate01_accent01 {
    position: absolute;
    width: 70px;
    height: 137px;
    right: 485px;
    top: 30px;
    z-index: 1;
    transform: rotate(-10deg);
}

.lunch_plateLunch_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.plate02_accent01 {
    position: absolute;
    width: 58px;
    height: 132px;
    right: -25px;
    top: 17px;
    z-index: 1;
    transform: rotate(10deg);
}



/* スマホ対応 */

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

    /* 共通 */
    .SP_lb {
        display: flex;
    }


    /* メッセージセクション */
    .lunch_message {
        position: relative;
        background-image: url(../img/pageLunch_message.png);
        background-size: 90%;
        background-position: 50px 30px;
        background-repeat: no-repeat;
        width: 548px;
        height: 547px;
        width: 100%;
        background-size: cover;
        background-position: center center;
    }

    .lunch_message-textBox {
        font-size: 14px;
    }

    .lunch_message-accent {
        position: absolute;
        left: 8px;
        top: 545px;
        z-index: 1;
    }


    /* コースランチセクション */

    .lunch_lechaloteLunch_wrapper {
        margin-top: 100px;
    }

    .lunch_premiumLunch_wrapper,
    .lunch_bistroLunch_wrapper {
        margin-top: 120px;
    }

    .lunch_courseLunch-title {
        font-size: 20px;
    }

    .lunch_courseLunch-title span {
        font-size: 14px;
    }

    .lunch_courseLunch-title span::before {
        display: none;
    }

    .lunch_courseLunch-title-dscr {
        font-size: 14px;
    }

    .lunch_courseLunch_titleBox {
        padding: auto;
    }

    .lunch_title_box::before,
    .lunch_title_box::after {
        width: 20px;
        height: 20px;
    }

    .lunch_title_box::before {
        left: 0;
    }

    .lunch_title_box::after {
        left: 332px;
    }

    .lunch_subtitle {
        font-size: 12px;
    }

    .lunch_title {
        font-size: 18px;
    }

    .lunch_price {
        font-size: 18px;
    }

    .lunch_inner {
        flex-direction: column;
    }

    .lunch_left {
        border-left: none;
        padding-left: 0;
        font-size: 14px;
    }

    .courseLunch_img-dscr {
        font-size: 12px;
        text-align: start;
    }

    .lunch_right {
        margin-top: 50px;
    }

    .lunch_courseLunch {
        padding-bottom: 60px;
        margin-top: 300px;
    }

    .lunch_courseLunch_titleBox p {
        font-size: 14px;
        margin-top: 10px;
    }


    /* プレートランチセクション */
    .lunch_plateLunch {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .lunch_plateLunch_inner {
        flex-direction: column;
        margin-top: 40px;
        gap: 70px;
    }

    .plateLunch_title {
        font-size: 18px;
    }

    .plateLunch_subtitle {
        margin-top: 16px;
    }

    .plateLunch_price {
        margin-top: 16px;
    }

    .plate01_accent01,
    .plate01_accent02,
    .plate02_accent01 {
        display: none;
    }

}