@charset "utf-8";

/* ==================================
header
===================================*/
.section__list {
    padding-top: 72px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
}

.sectionNav__item {
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
}

.section--lunch {
    padding: 72px 6.6%;
}

.lunch__en {
    font-family: Figtree;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 50px;
}

.lunch__ja,
.lunch__note,
.lunch__instagram-text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
}

.lunch__price {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    margin-top: 30px;
}

.lunch__note {
    margin-top: 50px;
}

.sp-only {
    display: inline;
}

.lunch__menu {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: center;
}

.lunch__instagram {
    margin-top: 50px;
    text-align: center;
}

.lunch__instagram-check {
    font-family: Figtree;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 20px;
}

.lunch__instagram-logo {
    margin-top: 18px;
    margin-bottom: 50px;
}

.lunch__instagram-logo img {
    width: 35px;
}

/*===================================
スライダーのためのcss
===================================*/
.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
    /*スライド左右の余白調整*/
}

@media screen and (min-width: 769px) {
    .section__list {
        display: flex;
        justify-content: center;
        gap: 100px;
    }

    .sectionNav__item {
        text-align: center;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.8;
    }

    /* lunch */
    .section--lunch {
        padding: 100px 8.3%;
    }

    .lunch__detail {
        margin-top: 100px;
        text-align: center;
    }

    .lunch__en {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1;
    }

    .lunch__price {
        font-family: "Zen Kaku Gothic New";
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1%;
        margin-top: 25px;
    }

    .lunch__ja,
    .lunch__note,
    .lunch__instagram-text {
        font-size: 1.6rem;
        line-height: 1.80;
    }

    .lunch__ja {
        margin-top: 25px;
    }

    .lunch__note {
        margin-top: 100px;
    }

    .sp-only {
        display: none;
    }

    .lunch__menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 50px;
        margin-top: 50px;
    }

    .lunch__instagram {
        margin-top: 100px;
    }

    .lunch__instagram {
        text-align: center;
        margin-top: 50px;
    }

    .lunch__instagram-text {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 10px;
    }

    .lunch__instagram-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .lunch__instagram-check {
        font-size: 1.6rem;
        line-height: 1.8;
        font-weight: 500;
        margin-top: 20px;
    }

    .lunch__instagram-logo img {
        margin-top: 20px;
        display: inline-block;
        width: 35px;
    }

    .lunch__instagram-logo {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .lunch__variation {
        margin-top: 100px;
    }


}

/* pc 769px */

/* dinner SP*/
.section--dinner {
    padding: 72px 6.6% 50px;
}

.dinner__topic {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 50px;
}

.dinner__subtopic {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1%;
    margin-top: 50px;
}

.dinner__subtopic {
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 50px;
    background-color: #F5F2F0;
    padding: 40px 40px 20px;
}

.dinner__subtopic-ja {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 10px;
}

.dinner__subtopic-wrapper {
    text-align: center;
}

.recommend__main {
    display: none;
}

.recommend__main_sp {
    display: inline-block;
    margin-top: 30px;
}

.recommend__sub {
    margin-top: 50px;
}

.dinner__item {
    margin-top: 30px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    /* 28.8px */
}

@media screen and (min-width: 769px) {

    /* dinner PC*/
    .section--dinner {
        padding: 100px 8.3%;
    }

    .dinner__topic {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 100px;
    }

    .dinner__subtopic {
        text-align: center;
        font-size: 2.8rem;
        font-weight: 700;
        margin-top: 100px;
    }

    .dinner__subtopic-ja {
        display: block;
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
    }

    .recommend {
        text-align: center;
        margin-top: 50px;
    }

    .recommend__main {
        display: inline;
    }

    .recommend__main_sp {
        display: none;
    }

    .recommend__sub {
        margin-top: 100px;
    }

    .recommend__main {
        margin-top: 0;
    }

    .dinner__item {
        text-align: center;
        margin-top: 30px;
    }

    .dinner__text {
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.8;
        margin-top: 10px;
    }
}

/* dinner menu SP*/
.section--dinnermenu {
    padding: 72px 6.6%;
}

.dinner_menu {
    background-color: #F5F2F0;
    padding: 50px 10px 50px;
}

.menu__title {
    text-align: center;
    font-family: Figtree;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

.menu__name,
.menu__price {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
}

.menu__name {
    text-align: left;
    width: 80%;
}

.menu__price {
    text-align: right;
    width: 20%;
}

.dinnermenu__list {
    margin-top: 50px;
}

@media screen and (min-width: 769px) {

    /* dinner menu PC */
    .section--dinnermenu {
        padding: 100px 8.3%;
    }

    .dinner_menu {
        background-color: #F5F2F0;
        padding: 50px 0 50px
    }

    .menu-wrapper {
        display: flex;
        justify-content: center;
        gap: 100px;
        max-width: 1000px;
        margin: 50px auto 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .menu_content {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 6px 0;
    }


    .dinnermenu__list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 15px;
        flex-direction: column;
    }

    .menu__title {
        text-align: center;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 50px;
    }

    .menu_content {
        display: flex;
    }

    .menu__name {
        width: 80%;
    }

    .menu__price {
        width: 20%;
        text-align: right;
    }

    .menu__name,
    .menu__price {
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.8;
    }
}

/* pc769px */

/* party  SP*/
.section--party {
    padding: 72px 6.6%;
}

.party__subttl {
    margin-top: 50px;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--sb, #CC0);
    text-decoration-thickness: 14%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.party__subttl::before {
    content: "\\";
    margin-right: 0.5em;
}

.party__subttl::after {
    content: "/";
    margin-left: 0.5em;
}

.party__subtopic {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
}

.party__price {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
}

.party__price-note {
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.highlight {
    background: linear-gradient(transparent 60%,
            rgba(204, 204, 0, 0.6) 60%);
}

.party__note {
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2;
    margin-top: 50px;
}

.party__img {
    display: none;
}

.party__img_sp {
    margin-top: 50px;
}

.party__menu-wrap {
    padding: 50px 10px 50px;
    background-color: #F5F2F0;
    margin-top: 50px;
}

.party__text {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
}

.party__detail {
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.8;
    margin-top: 30px;
    margin-bottom: 50px;
}

.party__menu:nth-of-type(2) .party__detail {
    margin-bottom: 0;
}

.party__remark {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
}

/* menu list sp */
.menu__list {
    margin-top: 30px;
}

@media screen and (min-width: 769px) {

    /* party PC*/
    .section--party {
        padding: 100px 8.3%;
    }

    .partyplan__text {
        margin-top: 100px;
    }

    .party__subttl {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 1.28px;
        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-skip-ink: auto;
        text-decoration-color: var(--sb, #CC0);
        text-decoration-thickness: 17%;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .party__subttl {
        display: block;
        text-align: center;
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 100px;
    }

    .party__subttl::before {
        content: "\\";
        margin-right: 0.5em;
    }

    .party__subttl::after {
        content: "/";
        margin-left: 0.5em;
    }


    .party__subtopic {
        text-align: center;
        font-size: 3.6rem;
        font-weight: 500;
        line-height: 1%;
        margin-top: 50px;
    }

    .highlight {
        background: linear-gradient(transparent 60%,
                rgba(204, 204, 0, 0.6) 60%);
    }

    .party__price {
        text-align: center;
        font-family: "Zen Kaku Gothic New";
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1%;
        margin-top: 50px;
    }

    .party__price-note {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
        margin-top: 30px;
        margin-left: 150px;
    }

    .party__note {
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.80;
        margin-top: 50px;
    }

    .party__img_sp {
        display: none;
    }

    .party__img {
        display: block;
        margin: 50px auto 0;
    }

    .party__menu-wrap {
        display: flex;
        justify-content: space-around;
        margin-top: 100px;
        flex-wrap: wrap;
        background-color: #F5F2F0;

    }

    .party__menu {
        flex: 1;
        /* 2カラム均等に広げる */
        min-width: 250px;
        /* 狭い画面で縦並びになるように */
        max-width: 500px;
    }

    .party__text {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .party__detail {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
        margin-top: 30px;
    }

    .party__text {
        text-align: center;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1;
    }

    .party__remarks {
        margin-top: 30px;
        margin-left: auto;
        /* 自動で余白調整 */
        margin-right: 0;
        max-width: 90%;
        /* 幅を画面に合わせる */
    }

    .party__remark {
        margin-top: 10px;
        font-size: 1.6rem;
        text-align: right;
    }
}