@charset "UTF-8";

/* ==================
common
===================== */

html {
    font-size: 62.5%;
    overflow-x: clip;
}

body {
    font-family: "Zen Maru Gothic", "Zen Kaku Gothic Antique", "Montserrat", "Dela Gothic One", "Caveat Brush", sans-serif;
    font-style: normal;
    font-size: 1.8rem;
    color: #3A2F2F;
    background-color: #F8F8F8;
    line-height: 1.7;
    position: relative;
    overflow-x: clip;
}

th {
    font-weight: 400;
}

.spbr {
    display: none;
}

body::before {
    content: "";
    position: absolute;
    top: -73px;
    left: 0;
    width: 100%;
    height: 687px;
    background: url(../images/line_top.svg) bottom center / cover;
    z-index: -1;
}

body::after {
    content: "";
    position: absolute;
    bottom: 310px;
    left: 0;
    width: 100%;
    height: 687px;
    background: url(../images/line_top.svg) bottom center / cover;
    z-index: -1;
}

.wave::after {
    content: "";
    position: absolute;
    bottom: -83px;
    left: 0;
    width: 100%;
    height: 687px;
    background: url(../images/wave_btm.svg) bottom center / cover;
    z-index: -1;

}

img {
    max-width: 100%;
    height: auto;
}

.section__topic {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 900;
    font-size: 8.0rem;
    line-height: 1.2;
    color: #3E2723;
}

.topic__img {
    padding-right: 10px;
}

.topic__small {
    font-size: 6.0rem;
}

/* ボタン */
.btn {
    width: 300px;
    height: 60px;
    text-align: center;
    margin: 100px auto 0;
}

.btn__blue {
    font-size: 1.8rem;
    line-height: 1;
    color: #3A2F2F;
    background-color: #F5EFE0;
    border-radius: 50px;
    padding: 19px 88px;
    box-shadow: 1px 2px 3px rgba(95, 159, 191, 1);
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 14px auto;
}

.btn__blue:hover {
    color: #F5EFE0;
    background-color: rgb(95, 159, 191);
    box-shadow: none;
    transition: 0.5s;
    transition-property: color, background-color;
    background-image: url(../images/arrow_beige.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 14px auto;
}

.btn__red {
    font-size: 1.8rem;
    line-height: 1;
    background-color: #F8F8F8;
    border-radius: 50px;
    padding: 19px 88px;
    box-shadow: 1px 2px 3px rgba(230, 0, 18, 1);
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 14px auto;
}

.btn__red:hover {
    color: #F8F8F8;
    background-color: rgb(230, 0, 18);
    box-shadow: none;
    transition: 0.5s;
    transition-property: color, background-color;
    background-image: url(../images/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 14px auto;
}

.btn__blue--blue {
    font-size: 1.8rem;
    line-height: 1;
    color: #3A2F2F;
    background-color: #F8F8F8;
    border-radius: 50px;
    padding: 19px 88px;
    box-shadow: 1px 2px 3px rgba(95, 159, 191, 1);
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 14px auto;
}

.btn__blue--blue:hover {
    color: #F5EFE0;
    background-color: rgb(95, 159, 191);
    box-shadow: none;
    transition: 0.5s;
    transition-property: color, background-color;
    background-image: url(../images/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 14px auto;
}


/* header */
.header {
    padding: 40px 8% 0;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* nav初期表示 */
.nav {
    background-color: #F5EFE0;
    width: 38%;
    height: 783px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    border-radius: 50px 0 0 50px;
    border: 15px solid #3A2F2F;
    transform: translateX(100%);
    transition: transform 0.8s;
}

.nav.active {
    transform: translateX(0%);
}

.nav__header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 130px;
}

.nav__header button {
    position: absolute;
    top: 55px;
    right: 51px;
    background: none;
    border: none;
    padding: 0;
}

.nav__topic img {
    display: block;
}

.nav__list {
    margin: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.nav__item {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
}

.nav__footer img {
    display: block;
    margin: 0 auto;
}

/* 下層ページ */
.section__topic--common {
    margin: 55px auto 0;
    align-items: center;
    text-align: center;
    max-width: 80%;
}

.section__subtitle {
    font-family: "Zen Kaku Gothic Antique";
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    color: #3E2723;
}

.red {
    font-family: "Zen Maru Gothic";
    color: #E60012;
}

.small {
    font-size: 3rem;
}

.section__topic--en {
    font-family: "Montserrat";
    font-size: 10rem;
    font-weight: 700;
    color: #3E2723;
    line-height: 1;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.section__topic--en::after {
    content: "";
    background: url(../images/title_line.svg) no-repeat center / contain;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 42px;
    z-index: -1;
}

.section__topic--sub {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 76px;

}

.section__txt {
    font-size: 2rem;
    max-width: 943px;
    text-align: left;
    margin: 40px auto 0;
    width: fit-content;
}

/* 下層infoボタン */
.btn__info {
    width: fit-content;
    margin: 25px auto;
}

.btn__subtxt {
    font-size: 2.4rem;
    display: flex;
    margin-top: 110px;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.btn__subtxt::before {
    content: "";
    display: block;
    width: 31px;
    height: 27px;
    background-image: url("../images/line_left.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.btn__subtxt:after {
    content: "";
    display: block;
    width: 31px;
    height: 27px;
    background-image: url("../images/line_right.svg");
    background-size: contain;
    background-repeat: no-repeat;

}


.btn__common {
    width: 500px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn__information {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    background-color: #F8F8F8;
    border-radius: 50px;
    padding: 31px 120px;
    box-shadow: 1px 2px 3px rgba(230, 0, 18, 1);
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 14px auto;
}

.btn__information:hover {
    color: #F8F8F8;
    background-color: rgb(230, 0, 18);
    box-shadow: none;
    transition: 0.5s;
    transition-property: color, background-color;
    background-image: url(../images/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 14px auto;
}

/* footer */
.footer__wrapper {
    display: flex;
    margin: 137px 72px 85px;
    justify-content: center;
    gap: 16.5%;
    flex-wrap: wrap;
}

.footer__txt {
    margin-top: 18px;
}

.sitemap {
    display: block;
    margin-top: 18px;
}

.sitemap:first-of-type {
    margin-top: 97px;
}

.footer__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 70px;
}

.copy {
    text-align: center;
    margin-top: 40px;
}

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

    html,
    body {
        overflow-x: hidden;
    }


    body,
    .wave {
        font-size: 1.4rem;
    }

    .wave footer {
        background-color: #F5EFE0;
    }

    .spbr {
        display: block;
    }

    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 495px;
        background: url(../images/body_wave.svg) bottom center / cover;
        z-index: -1;
    }

    body::after {
        content: "";
        position: absolute;
        bottom: 499px;
        left: 0;
        width: 100%;
        height: 300px;
        background: url(../images/body_wave_a.svg) bottom center / cover;
        z-index: -1;
    }

    .wave::after {
        content: "";
        position: absolute;
        bottom: 260px;
        left: 0;
        width: 100%;
        height: 498px;
        background: url(../images/body_wave_b.svg) bottom center / cover;
        z-index: -1;
    }

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

    .topic__small {
        font-size: 1.4rem;
    }

    /* header */
    .header {
        padding: 50px 8% 0;
        height: 40px;
    }

    .header__logo,
    .nav__topic img {
        width: 100px;
        height: 40px;
    }

    /* nav初期表示 */
    .nav {
        width: 100%;
        border: 7px solid #3A2F2F;
        height: 430px;
    }

    .nav__header {
        padding-top: 50px;
    }

    .nav__header button {
        top: 25px;
    }

    .nav__btn,
    .header__btn {
        width: 40px;
        height: 40px;
    }

    .nav__list {
        gap: 10px;
        margin: 20px auto 10px;
    }

    .topic__img {
        width: 127px;
        height: 27px;
    }

    .nav__item {
        font-size: 2rem;
    }

    /* 下層ページ */
    .section__topic--common {
        max-width: 90%;
    }

    .section__subtitle {
        font-size: 2rem;
        font-weight: 700;
    }

    .small {
        font-size: 1.6rem;
    }

    .section__topic--en {
        font-size: 2.8rem;
    }

    .section__topic--en::after {
        content: "";
        bottom: -40px;
    }

    .section__topic--sub {
        font-size: 2rem;
        margin-top: 40px;

    }

    .section__txt {
        font-size: 1.6rem;
        max-width: 300px;
        margin: 30px auto 0;
    }

    /* ボタン */
    .btn {
        margin: 40px auto 0;
    }

    .btn__blue {
        font-size: 1.4rem;
        padding: 10px 44px;
        background-position: right 20px center;
    }

    .btn__red {
        font-size: 1.4rem;
        padding: 10px 44px;
        background-position: right 20px center;

    }

    .btn__blue--blue {
        font-size: 1.4rem;
        padding: 10px 44px;
        background-position: right 20px center;

    }

    /* 下層ボタン */
    .btn__subtxt {
        font-size: 1.4rem;
        margin: 58px 0 0;
        gap: 3px;
    }

    .btn__common {
        width: 300px;
        height: 80px;
    }

    .btn__information {
        font-size: 2rem;
        padding: 25px 70px;
        background-position: right 25px center;

    }

    /* footer */
    .footer__wrapper {
        flex-direction: column;
        margin: 50px 0 0;
        gap: 20px;
        align-items: center;
        /* background-color: #F5EFE0; */
        padding-bottom: 50px;
    }

    .logo {
        display: block;
    }

    .footer__logo {
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 40px;
    }

    .footer__info {
        margin-top: 15px;
    }

    .footer__txt {
        margin-top: 10px;
    }

    .footer__inner {
        width: fit-content;
        margin: 0 auto;
    }

    .footer__sns {
        margin-top: 0;
    }

    .sitemap {
        display: block;
        margin-top: 18px;
    }

    .sitemap:first-of-type {
        margin-top: 0;
    }

    .copy {
        margin-top: 0;
    }

}

/* sp 768px */


/* ==================
TOP main
===================== */

.mv {
    box-sizing: border-box;
    margin: 44px auto 0;
    max-width: 1336px;
    padding-right: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.main__copy {
    display: block;
}

.mv__pic {
    position: relative;
    display: inline-block;
}

.mv__pic img {
    display: block;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 25px 25px 0 #E60012;
}

.mv__catchphrase {
    margin-right: -150px;
    z-index: 1;
}

.mv__txt {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 45px;
}

.bold {
    font-weight: 700;
}

/* TOP about */

.section--about,
.section--party {
    margin-bottom: 150px;
}

.about__block {
    display: flex;
    flex-direction: row-reverse;
    gap: 75px;
    margin-top: 117px;
    align-items: center;
}

.about__subtitle {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 900;
    font-size: 5.0rem;
    color: #3E2723;
    line-height: 1.0;
    rotate: -8deg;
    transform-origin: left;
    transform: translateX(-60px);
    display: block;
}

.about__text {
    margin-top: 64px;
}

.about__txt {
    max-width: 71%;
    margin: 64px auto 0;

}

/* top menu */
.section--menu {
    background-color: #F5EFE0;
    padding-bottom: 150px;
}

.menu__top {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 143px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-right: auto;
    padding-left: 29px;
}

.menu__txt {
    max-width: 71%;
    margin: 60px auto 0;
}

.menu__lunch {
    display: flex;
    justify-content: flex-end;
    gap: 77px;
    margin-top: 150px;
    align-items: center;
}

.lunch__topic {
    font-size: 5rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.lunch__topic::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #E60012;
    border-radius: 50%;
    top: -30px;
    left: -50px;
    z-index: -1;
}

.menu__dinner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 129px;
    margin-top: 115px;
    align-items: center;
}

.dinner__top {
    font-size: 5rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.dinner__top::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #5F9FBF;
    border-radius: 50%;
    top: -30px;
    left: -50px;
    z-index: -1;
}

.menu__list {
    margin: 0 auto;
}

.menu__item,
.menu__amount {
    padding-top: 15px;
}

.menu__item {
    padding-right: 25px;
    font-weight: 400;
}

/* top party */
.party__title {
    margin-top: 141px;
    display: flex;
    justify-content: flex-end;
    gap: 64px;
    align-items: center;
}

.piano {
    display: block;
    margin-left: 10.6%;
}

.party__img {
    width: 119px;
    height: 195px;
}

.party__wrapper {
    display: flex;
    gap: 98px;
    align-items: center;
    margin-top: 120px;
}

.party__top {
    font-size: 3rem;
    font-weight: 500;
    position: relative;
}

.party__top::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #5F9FBF;
    border-radius: 50%;
    top: -10px;
    left: -23px;
    z-index: -1;
}

.party__txt {
    max-width: 500px;
    margin-top: 43px;
}

.party__inner {
    max-width: 500px;
}

.party__inner img {
    display: flex;
    margin-left: auto;
}

/* top info */
.section--info {
    background-color: #F5EFE0;
}

.info__topic {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 140px;
    justify-content: center;
    word-break: auto-phrase;
    gap: 334px;
}

.info__img {
    position: relative;
    margin-bottom: 110px;
}

.info__img::after {
    content: "";
    display: block;
    width: 555px;
    height: 252px;
    background-image: url(../images/img_05.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: clamp(35px, calc(35px + (100vw - 375px) * 58 / 1065), 93px);
    left: -300px;
}

.sinboard {
    margin-right: 35px;
}

.info__wrapper {
    display: flex;
    justify-content: center;
    gap: 75px;
}

.info__title,
.address__title {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    margin-top: 115px;
    position: relative;
    z-index: 1;
}

.info__title {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.address__title::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #E60012;
    border-radius: 50%;
    top: -13px;
    left: 235px;
    z-index: -1;
}

.info__title::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #E60012;
    border-radius: 50%;
    top: -13px;
    left: -23px;
    z-index: -1;
}

.info__txt {
    width: fit-content;
    margin: 25px auto;
}

.info__Instagram {
    width: fit-content;
    margin: 25px auto;
}

.Instagram {
    font-size: 2.4rem;
    display: flex;
    margin-top: 115px;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.Instagram::before {
    content: "";
    display: block;
    width: 31px;
    height: 27px;
    background-image: url("../images/line_left.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.Instagram::after {
    content: "";
    display: block;
    width: 31px;
    height: 27px;
    background-image: url("../images/line_right.svg");
    background-size: contain;
    background-repeat: no-repeat;

}

.gmap,
.gcal {
    display: block;
    width: 565px;
    max-width: 100%;
    height: 548px;
    border: 0;
}

.gmap {
    aspect-ratio: auto;
}

.gcal {
    background-color: #F8F8F8;
}

.gcal.fc {
    display: flex;
    flex-direction: column;
}

.gcal {
    font-family: "Zen Maru Gothic", sans-serif;
}

.gcal .fc-toolbar-title {
    font-size: 2.0rem;
    color: #3E2723;
}

.gcal .fc-button-primary {
    background-color: #E60012;
    border-color: #E60012;
}

.gcal .fc-event {
    background-color: #5F9FBF;
    border-color: #5F9FBF;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px;
}

.gcal .fc-header-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin: 15px auto;
}

.gcal .fc-toolbar-title {
    font-size: 2.5rem;
}


.btn__Instagram {
    width: 500px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn__sns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: #F8F8F8;
    border-radius: 50px;
    padding: 31px 148px;
    box-shadow: 1px 2px 3px rgba(230, 0, 18, 1);
}

.btn__sns::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/instagram.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn__sns:hover {
    color: #F8F8F8;
    background-color: rgb(230, 0, 18);
    box-shadow: none;
    transition: 0.5s;
}

.btn__sns:hover::before {
    background-image: url(../images/Instagram_Glyph_White.svg);
}

@media screen and (max-width: 768px) {
    .mv__pic::after {
        top: 10px;
        left: 10px;
    }

    .mv {
        position: relative;
        padding-left: 25px;
    }

    .mv__pic img {
        box-shadow: 10px 10px 0 #E60012;
    }


    .mv__txt {
        font-size: 1.4rem;
        width: 65%;
        margin-left: auto;
    }

    .mv__catchphrase {
        margin: 0;
        position: absolute;
        width: 30%;
        left: 4%;
        bottom: -18px;
    }

    .about__subtitle {
        font-weight: 700;
        font-size: 2.0rem;
        transform: translateX(-100px);
    }

    .about__block {
        width: 86%;
        flex-direction: row-reverse;
        gap: 18px;
        margin: 50px 0 0 auto;
        align-items: center;
    }

    .about__pic {
        flex: 0 0 50%;
        min-width: 0;
    }

    .about__text {
        flex: 1;
        min-width: 0;
        margin-top: 0;
        text-align: right;
    }

    .about__pic picture {
        display: block;
    }

    .about__pic img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 32px 0 0 32px;
    }

    .about__text .section__topic {
        font-size: clamp(2.4rem, 7.2vw, 3rem);
        line-height: 1.25;
        white-space: nowrap;
    }

    .about__text .topic__small {
        font-size: 0.58em;
    }

    .about__text .topic__img {
        width: clamp(150px, 39vw, 190px);
        height: auto;
    }

    .about__txt {
        margin-top: 15px;
        width: 80%;
    }

    .section--about {
        margin-bottom: 20px;
    }

    .section--menu {
        padding-bottom: 20px;
    }

    .menu__top {
        padding-left: 0;
        margin: 0 auto;
        padding-top: 20px;
    }

    .menu__txt {
        margin-top: 15px;
        width: 80%;
    }

    .menu__lunch,
    .menu__dinner {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        margin-top: 50px;
    }

    .menu__lunch picture,
    .menu__dinner picture {
        flex-shrink: 0;
        display: block;
    }

    .menu__lunch picture img,
    .menu__dinner picture img {
        width: 170px;
        max-width: 100%;
        height: auto;
    }


    .menu__lunch {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 43%;
        column-gap: 30px;
        row-gap: 28px;
        align-items: center;
        justify-content: initial;
        width: 86%;
        margin: 50px 0 0 auto;
    }

    .menu__lunch>div {
        display: contents;
    }

    .menu__lunch .menu__list {
        grid-column: 1;
        grid-row: 1;
        margin: 0;
        justify-self: end;
    }

    .menu__lunch picture {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        width: 100%;
        justify-self: start;
    }

    .menu__lunch picture img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 32px 0 0 0;
    }

    .menu__lunch .btn {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 0;
        justify-self: center;
    }


    .menu__dinner {
        display: grid;
        grid-template-columns: 43% minmax(0, 1fr);
        column-gap: 30px;
        row-gap: 28px;
        align-items: center;
        justify-content: initial;
        width: 86%;
        margin: 50px auto 0 0;
    }

    .menu__dinner>div {
        display: contents;
    }

    .menu__dinner .menu__list {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        justify-self: start;
    }

    .menu__dinner picture {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        justify-self: end;
        width: 100%;
    }

    .menu__dinner picture img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0 32px 0 0;
    }

    .menu__dinner .btn {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 0;
        justify-self: center;
    }


    .lunch__topic::before,
    .dinner__top::before {
        width: 30px;
        height: 30px;
        top: -8px;
        left: -10px;
    }

    .menu__il {
        width: 140px;
        height: 100px;
    }

    .lunch__topic,
    .dinner__top {
        font-size: 2rem;
    }

    .section--party {
        margin-bottom: 20px;
    }

    .party__title {
        margin-top: 20px;
        gap: 20px;
    }

    .party__top {
        font-size: 1.8rem;
        margin: 0;
    }

    .party__top::before {
        width: 25px;
        height: 25px;
        top: -5px;
        left: -12px;
    }

    .party__txt {
        margin-top: 10px;
    }

    .party__wrapper {
        margin-top: 40px;
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .party__wrapper>picture {
        flex: 0 0 45%;
        margin-bottom: 80px;
    }

    .party__wrapper>picture img {
        width: 100%;
        height: auto;
        border-radius: 0 0 32px 0;
    }

    .party__inner {
        flex: 1;
        min-width: 0;
    }

    .party__inner img {
        display: block;
        width: 96px;
        height: auto;
    }

    .section--party>.btn {
        margin-top: 0;
    }

    .info__img::after {
        width: min(100%, 260px);
        height: 160px;
        left: 50%;
        transform: translateX(-64%);
        background-position: center;
    }

    .info__topic {
        display: grid;
        grid-template-columns: 36% minmax(0, 1fr);
        column-gap: 18px;
        align-items: center;
        justify-content: initial;
        width: 86%;
        margin: 0 auto;
        padding-top: 40px;
    }

    .sinboard {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .info__img {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        align-self: center;
        text-align: center;
        font-size: clamp(2.8rem, 8vw, 4rem);
        line-height: 1.05;
    }

    .info__img .topic__img {
        width: clamp(150px, 42vw, 220px);
        height: auto;
        padding-right: 0;
    }

    .info__img .topic__small {
        display: inline-block;
        font-size: 0.58em;
    }


    .info__wrapper {
        display: block;
    }

    .info__title,
    .address__title {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .address__title::before {
        width: 25px;
        height: 25px;
        top: -3px;
        left: 53%;
        transform: translateX(-45px);
    }

    .info__title::before {
        width: 25px;
        height: 25px;
        top: -3px;
        left: 25%;
        transform: translateX(-45px);
    }

    .info__txt {
        margin: 5px auto;
    }

    .gmap,
    .gcal {
        height: 420px;
        min-height: 0;
    }

    .gcal .fc-toolbar {
        flex-direction: column;
        gap: 8px;
    }

    .gcal .fc-toolbar-title {
        font-size: 1.6rem;
    }


    .Instagram {
        font-size: 1.8rem;
        margin-top: 50px;
    }

    .btn__Instagram {
        width: 300px;
        height: 80px;
    }

    .btn__sns {
        font-size: 2rem;
        padding: 23px 73px;
    }

    .btn__sns::before {
        width: 30px;
        height: 30px;
    }
}


/* sp 768px */

/* ===========================
about
============================== */
.point__item {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 100px;
    margin-inline: auto;
    max-width: 1140px;
}

.point__item:first-of-type {
    margin-top: 120px;
}

.point__item:nth-child(2) {
    flex-direction: row-reverse;
}

.point__nember {
    font-size: 7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.point__nember::before {
    content: "";
    display: block;
    width: 26px;
    height: 65px;
    background-image: url("../images/red_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.point__nember::after {
    content: "";
    display: block;
    width: 26px;
    height: 65px;
    background-image: url("../images/red_left.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.point__topic {
    font-size: 2.4rem;
    font-weight: 700;
}

.point__txt {
    margin-top: 10px;
}


@media screen and (max-width: 768px) {
    .point__item {
        gap: 20px;
        flex-direction: column;
        margin-top: 50px;
        max-width: 312px;
    }

    .point__item:first-of-type {
        margin-top: 50px;
    }

    .point__item:nth-child(2) {
        flex-direction: column;
    }

    .point__nember {
        font-size: 3rem;
        gap: 4px;
        justify-content: center;
        margin-bottom: 15px;
    }

    .point__nember::before,
    .point__nember::after {
        width: 17px;
        height: 42px;
    }

    .point__topic {
        font-size: 1.6rem;
    }
}

/* sp 760px */

/* ===========================
menu
============================== */
.menu__subtitle .section__txt {
    max-width: 833px;
}

.menu__subtitle {
    display: flex;
    max-width: 962px;
    align-items: center;
    margin: 0 auto;
}

.lunch__subtitle {
    font-size: 4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 100px;
}

.lunch__subtitle::before {
    content: "";
    display: block;
    width: 26px;
    height: 65px;
    background-image: url("../images/red_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.lunch__subtitle::after {
    content: "";
    display: block;
    width: 26px;
    height: 65px;
    background-image: url("../images/red_left.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    width: 89.9%;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

/* タブ */
.tab_item {
    width: 33.333%;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F8F8;
    border: 1px solid #E60012;
    border-radius: 50px 50px 0 0;
    font-size: 2.8rem;
    font-weight: 700;
    transition: 0.3s;
}

/* タブ重なり */
.tab_item+.tab_item {
    margin-left: -1px;
}

.tab_item.is-active {
    background: #E60012;
    color: #f5f5f5;
}

/* コンテンツ共通 */
.tab_content {
    width: 100%;
    display: none;
    background: #f5f5f5;
    border: 3px solid #d70015;
    border-radius: 0 0 32px 32px;
    padding: 60px;
    margin-top: -1px;
}

@media screen and (max-width: 768px) {
    .tab_content {
        padding: 20px;
    }
}

.tab_content.is-active {
    display: block;
}

/* タブ内の共通バナー */

.lunch__banner {
    background-image: url(../images/banner.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 315px;
    border-radius: 30px;
    border: 1px solid #3A2F2F;
}

.banner__topic {
    font-size: 2.8rem;
    font-weight: 700;
    margin-top: 37px;
    margin-left: 82px;
}

.banner__txt {
    font-size: 2rem;
    margin-top: 19px;
    margin-left: 82px;

}

/* 定食タブ */

.lunch__list {
    margin-top: 41px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.lunch__item img {
    width: 100%;
    height: auto;
    display: block;
}

.option__wrapper {
    width: fit-content;
    margin: 43px auto 0;
}

.option {
    display: flex;
    align-items: center;
    gap: 14px;
}

.option__title {
    font-family: "Dela Gothic One";
    font-size: 2.4rem;
    margin-left: -30px;
}

.option__table {
    margin-top: 16px;
}

.option__cell {
    padding: 4px 12px 4px 0;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

.option__name {
    min-width: 260px;
}

.option__price {
    min-width: 64px;
}

.option__price:nth-child(2) {
    padding-right: 55px;
}

.option__cell:nth-child(4) {
    padding-right: 0;
}

@media screen and (max-width: 1100px) {
    .option__wrapper {
        width: 100%;
        max-width: 720px;
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 20px;
    }

    .option__table {
        width: 100%;
        table-layout: fixed;
    }

    .option__name {
        min-width: 0;
        width: 36%;
    }

    .option__price {
        min-width: 0;
        width: 14%;
        white-space: nowrap;
    }

    .option__price:nth-child(2) {
        padding-right: 24px;
    }

    .option__cell {
        overflow-wrap: anywhere;
    }
}


@media screen and (max-width: 768px) {
    .option__wrapper {
        max-width: 375px;
        margin: 0 auto;
    }

    .option__table,
    .option__table tbody {
        display: block;
    }

    .option__table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 16px;
        row-gap: 8px;
    }

    .option__table tr+tr {
        margin-top: 8px;
    }

    .option__cell {
        display: block;
        width: auto;
        padding: 0;
    }

    .option__name {
        min-width: 0;
    }

    .option__price {
        min-width: 0;
        width: auto;
        text-align: right;
        white-space: nowrap;
    }

    .option__price:nth-child(2) {
        padding-right: 0;
    }
}

/* カレータブ */

.curry {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 100px;
    margin-top: 60px;
}

.curry__list {
    margin: 50px auto 0;
}

.curry__item th,
.curry__item td {
    padding-top: 15px;
}

.curry__option {
    margin-top: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.curry__option--txt {
    font-size: 2rem;
}


/* パスタタブ */
.pasta__topic {
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.pasta__topic::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../images/Pastaicon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pasta__topic::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../images/Pastaicon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pasta__subtopic {
    text-align: center;
    margin-top: 10px;
}

.pasta__pickup {
    display: flex;
    justify-content: center;
    gap: 102px;
    margin-top: 30px;
}

.pasta__pickup .pasta__list {
    text-align: center;
}

.pasta__pickup .pasta__name {
    justify-content: center;
}

.pasta__title--reco {
    font-size: 2.8rem;
    font-weight: 700;
}

.pasta__subtitle--reco {
    font-size: 2rem;
    font-weight: 700;
}

.pasta__name--pic {
    margin-top: 22px;
}

.pasta__name--sup,
.pasta__name--pic {
    position: relative;
}

.pasta__name--pic::before {
    content: "";
    display: block;
    width: 105px;
    height: 85px;
    background-image: url("../images/itiosi.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -163px;
    left: 2px;
}

.pasta__name--sup::before {
    content: "";
    display: block;
    width: 105px;
    height: 85px;
    background-image: url("../images/gatturi.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -145px;
    left: 23px;
}

.pasta__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pasta__option {
    text-align: left;
}

.pasta__subname {
    font-weight: 700;
}

.pasta__txt {
    max-width: 468px;
    text-align: left;
}

.pasta__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 70px;
    row-gap: 15px;
    max-width: 1161px;
    margin: 46px auto 0;
}

.pasta__name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pasta__title {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-left: -34px;
    gap: 10px;
}

.pasta__title::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/Pastaicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.pasta__icon--yakisupa,
.pasta__icon--arrabbiata,
.pasta__icon--greencurry {
    display: flex;
    position: relative;
}

.pasta__icon--yakisupa::after {
    content: "";
    width: 74px;
    height: 31px;
    background-image: url(../images/yakisupa_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.pasta__icon--arrabbiata::after {
    content: "";
    width: 114px;
    height: 31px;
    background-image: url(../images/arrabbiata_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 58px;
}

.pasta__icon--greencurry::after {
    content: "";
    width: 74px;
    height: 31px;
    background-image: url(../images/greencurry_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.pasta__list {
    max-width: 100%;
}

.pasta__option-img {
    display: block;
    width: 349px;
    height: auto;
    margin: -20px 150px 0 auto;
}

/* setmenu */
.setmenu {
    position: relative;
    width: 89.9%;
    max-width: 1180px;
    border: 3px solid #E60012;
    border-radius: 58px;
    margin: 55px auto 0;
    padding: 48px 70px 64px;
}

.sd__topic,
.alcohol__topic {
    display: flex;
    align-items: center;
    gap: 10px;
}

.setmenu .setdrink {
    font-family: "Dela Gothic One";
    font-size: 3rem;
    line-height: 1;
}

.setmenu .amount {
    font-size: 2rem;
    line-height: 1;
}

.setmenu .limited {
    font-size: 1.8rem;
    line-height: 1;
}

.sd__topic img {
    margin-left: 8px;
}

.sd__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    column-gap: 80px;
    row-gap: 28px;
    margin: 34px auto 0;
}

.alcohol__list {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    width: fit-content;
    column-gap: 51px;
    row-gap: 20px;
    margin: 34px auto 0;
}

.sd__item,
.alcohol__item {
    font-size: 2rem;
    line-height: 1.6;
    white-space: nowrap;
}

.alcoholdrink {
    position: relative;
    margin-top: 42px;
}

.alcoholdrink>img {
    position: absolute;
    right: -5px;
    bottom: -61px;
    width: 120px;
    height: auto;
}

/* 赤枠に全部入れる */
@media screen and (max-width: 1440px) {
    .setmenu {
        box-sizing: border-box;
        padding-right: clamp(24px, 4.8vw, 70px);
        padding-left: clamp(24px, 4.8vw, 70px);
    }

    .sd__topic,
    .alcohol__topic {
        flex-wrap: wrap;
    }

    .sd__list,
    .alcohol__list {
        width: 100%;
    }

    .sd__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(24px, 4vw, 80px);
    }

    .alcohol__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: clamp(20px, 3vw, 51px);
    }

    .sd__item,
    .alcohol__item {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}



@media screen and (max-width: 769px) {
    .setmenu {
        border-radius: 32px;
        padding: 32px 24px 48px;
    }

    .sd__topic,
    .alcohol__topic {
        justify-content: center;
        text-align: center;
    }

    .sd__list,
    .alcohol__list {
        grid-template-columns: 1fr;
        row-gap: 12px;
        margin-top: 24px;
    }

    .sd__item,
    .alcohol__item {
        text-align: center;
    }

    .setmenu .amount {
        margin-top: 12px;
    }

    .setmenu {
        padding: 32px 24px 118px;
    }

    .alcoholdrink>img {
        bottom: -110px;
    }

    .setmenu .setdrink {
        font-size: 2rem;
    }

    .sd__item,
    .alcohol__item {
        font-size: 1.6rem;
    }

    .setmenu .limited {
        font-size: 1.4rem;
    }
}

.stack-section {
    position: relative;
}

.section__pin {
    width: 100%;
}

.lunch .section__pin {
    z-index: 1;
}


.section__pin.is-fixed {
    position: fixed;
    left: 0;
}

.section__pin.is-absolute {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
}

/* dinner */

.lunch {
    z-index: 1;
}

.dinner {
    position: relative;
    z-index: 2;
    margin-top: 100px;
}

.dinner__pin {
    position: relative;
    z-index: 2;
    padding-top: 115px;
    padding-bottom: 115px;
    background-color: #5F9FBF;
    border-radius: 300px 300px 50px 50px;
}

.dinner__title {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #F8F8F8;
}

.dinner__title::before {
    content: "";
    display: block;
    width: 26px;
    height: 65px;
    background-image: url(../images/yellow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-320px);
}

.dinner__title::after {
    content: "";
    display: block;
    width: 26px;
    height: 65px;
    background-image: url(../images/yellow_left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(275px);
}

.recommendation,
.singleitem,
.salad,
.rice,
.drinkmenu {
    background-color: #f8f8f8;
    margin: 50px auto 0;
    border-radius: 50px;
    padding: 30px 0 90px;
}

.recommendation {
    margin-top: 100px;
}

.recommendation,
.singleitem,
.drinkmenu {
    max-width: 85.7%;
    height: auto;
}

.other {
    max-width: 85.7%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2%;
    margin-inline: auto;
}

.salad,
.rice {
    width: 49.4%;
    box-sizing: border-box;
    padding: 35px;
    height: 263px;
}

.dinner__inner {
    max-width: 79.2%;
    margin: 0 auto;
}

.dinner__topic {
    color: #3E2723;
    font-size: 3.6rem;
    font-weight: 700;
}


.recommendation__list {
    display: grid;
    gap: 30px;
    margin-top: 40px;
}

.recommendation__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 820px;
    margin-inline: auto;
}

.recommendation__item:nth-child(2) {
    flex-direction: row-reverse;
}

.recommendation__body {
    flex: 0 1 auto;
}

.recommendation__item img {
    flex-shrink: 0;
}

.recommendation__txt {
    font-size: 2.8rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommendation__txt::before {
    content: "";
    display: inline-block;
    width: 61px;
    height: 50px;
    background-image: url(../images/menuicon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.recommendation__price {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-left: 97px;
    text-align: center;
}

.cutlet {
    margin-top: 20px;
}


.dinner__txt {
    font-size: 2.4rem;
    line-height: 1.5;
}

.recommendation__list--other {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 35px;
}

.singleitem__list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 50px 80px;
    margin-top: 40px;
}

.singleitem__item:first-child {
    grid-column: 1 / -1;
    justify-self: center;
}

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

@media screen and (max-width: 1100px) {
    .singleitem__list {
        grid-template-columns: repeat(2, minmax(0, 326px));
        gap: 40px clamp(24px, 5vw, 80px);
    }

    .singleitem__item {
        min-width: 0;
    }

    .singleitem__item img {
        width: 100%;
        max-width: 326px;
        height: auto;
    }

    .singleitem__item .recommendation__txt {
        max-width: 100%;
        text-align: center;
        overflow-wrap: anywhere;
    }
}

.singleitem__table {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 50px;
}

.singleitem__table table {
    border-collapse: separate;
    border-spacing: 0 24px;
}

.singleitem__table td {
    padding-left: 40px;
}

.dinner__txt--sub th {
    padding-left: 30px;
}


.salad table {
    width: fit-content;
    max-width: 100%;
}

.salad th {
    white-space: normal;
    overflow-wrap: anywhere;
}

.salad td {
    white-space: nowrap;
}

.salad td {
    padding-left: 24px;
}

.salad .dinner__txt th {
    padding-left: 30px;
}

.dinner__txt td {
    padding-left: 50px;
}

.other .dinner__txt td {
    padding-left: clamp(16px, 3.4vw, 50px);
}

.other .dinner__txt th {
    padding-left: clamp(0px, 4vw, 60px);
}

.other th,
.other td {
    padding-top: 10px;
}


.drinkmenu__columns {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
    align-items: start;
    gap: 40px 100px;
    margin-top: 20px;
}


.drinkmenu__columns table {
    width: 300px;
    min-width: 0;
}

.drinkmenu__columns table:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.drinkmenu__columns table:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.drinkmenu__columns table:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.drinkmenu__columns table:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
}

.drinkmenu__columns table:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}

.drinkmenu__columns table:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
}

.drinkmenu__columns table:nth-child(7) {
    grid-column: 3;
    grid-row: 1;
}

.drinkmenu__columns th,
.drinkmenu__columns td {
    padding-top: 10px;
}

.drinkmenu__columns th {
    overflow-wrap: normal;
}

.drinkmenu__columns td {
    white-space: nowrap;
}

/* dinner縦並び */
@media screen and (max-width: 1200px) {

    .dinner__inner {
        max-width: 86%;
    }

    .recommendation__item,
    .recommendation__item:nth-child(2) {
        flex-direction: column;
        gap: 18px;
    }

    .recommendation__item img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    .recommendation__list--other {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .singleitem__list {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .singleitem__item img {
        width: 100%;
        max-width: 326px;
        height: auto;
    }


    .singleitem__table {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .singleitem__table table {
        width: fit-content;
        max-width: 430px;
        border-spacing: 0 12px;
    }

    .singleitem__table th {
        white-space: nowrap;
    }

    .singleitem__table td {
        padding-left: 20px;
        white-space: nowrap;
    }

    .drinkmenu__columns {
        grid-template-columns: repeat(2, 300px);
        gap: 40px clamp(32px, 5vw, 70px);
    }

    .drinkmenu__columns table:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }
}

.drink__title {
    font-family: "Caveat Brush";
    font-size: 3rem;
    color: #E60012;
    line-height: 1;
}

.drink__subtitle {
    font-family: "Zen Maru Gothic";
    font-size: 1.2rem;
}

.drink__item {
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 10px;
}

td.drink__item {
    padding-left: 20px;
}

.drink__item td {
    padding-left: 20px;
}

@media screen and (min-width: 1201px) {
    .dinner__softdrink .drink__item {
        line-height: 1.25;
        padding-top: 6px;
    }

    .dinner__softdrink thead .drink__item {
        padding-top: 0;
    }
}

.drink__option {
    margin-top: 20px;
    text-align: right;
}

.yoruteisyoku {
    width: min(85.7%, 1153px, 80.07vw);
    margin: 44px auto 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.yoruteisyoku img {
    min-width: 0;
    height: auto;
}

.yoruteisyoku__img {
    width: 55.1%;
}

.yoruteisyoku__img img {
    width: 100%;
}

.yoruteisyoku>img {
    width: 44.9%;
}

.drink__txt {
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
}

@media screen and (max-width: 768px) {
    .lunch__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 20px;
    }

    .lunch__subtitle {
        font-size: 1.8rem;
        line-height: 2;
        align-items: flex-end;

    }

    .lunch__subtitle::before {
        width: 17px;
        height: 42px;
    }

    .lunch__subtitle::after {
        width: 17px;
        height: 42px;
    }

    .teisyoku .lunch__list {
        justify-items: center;
    }

    .tabs {
        margin: 35px auto 0;
    }

    .tab_item {
        border-radius: 20px 20px 0 0;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .banner__topic {
        font-size: 1.4rem;
        margin: 17px 0 0 15px;
        ;
    }

    .banner__txt {
        font-size: 1.4rem;
        margin: 9px 15px 0;
    }

    .lunch__banner {
        width: fit-content;
        height: 220px;
    }

    .teisyoku .lunch__item img {
        width: clamp(150px, 40vw, 220px);
        height: auto;
    }

    .curry {
        flex-direction: column;
        gap: 24px;
        width: 100%;
        margin-top: 32px;
        text-align: center;
    }

    .curry__inner {
        width: 100%;
    }

    .curry__inner>img {
        width: min(100%, 404px);
        height: auto;
    }

    .curry>img {
        width: min(100%, 516px);
        height: auto;
    }

    .curry__list {
        margin-top: 20px;
    }

    .curry__option {
        gap: 16px;
        margin-top: 28px;
    }

    .pasta__topic {
        flex-wrap: nowrap;
        gap: 4px;
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: center;
        white-space: nowrap;
    }

    .pasta__topic::before,
    .pasta__topic::after {
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
    }

    .pasta__pickup {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .pasta__pickup .pasta__list {
        width: 100%;
    }

    .pasta__pickup img {
        max-width: 100%;
        height: auto;
    }

    .pasta__menu {
        grid-template-columns: 1fr;
        row-gap: 24px;
        margin-top: 32px;
    }

    .pasta__name {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 16px;
        text-align: center;
    }

    .pasta__title {
        margin-left: 0;
        font-size: 1.8rem;
    }

    .pasta__txt,
    .pasta__option {
        max-width: none;
        text-align: center;
        width: 85%;
        margin: 0 auto;

    }

    .pasta__subname {
        text-align: center;
    }

    .pasta__icon--yakisupa,
    .pasta__icon--arrabbiata,
    .pasta__icon--greencurry {
        justify-content: center;
        align-content: center;
    }

    .pasta__icon--arrabbiata {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .pasta__icon--arrabbiata::after {
        position: static;
        width: 74px;
        height: 20px;
    }

    .pasta__option-img {
        width: min(100%, 278px);
        margin: 0 auto;
    }

    .setmenu {
        margin-top: 20px;
    }

    .dinner__pin {
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 80px 80px 30px 30px;
    }

    .dinner__title {
        font-size: 1.8rem;
        line-height: 2;
        align-items: flex-end;
    }

    .dinner__title::before {
        width: 17px;
        height: 42px;
        top: 0;
        left: 50%;
        transform: translateX(-144px);
    }

    .dinner__title::after {
        width: 17px;
        height: 42px;
        bottom: 0;
        left: 50%;
        transform: translateX(124px);
    }

    .option__title {
        font-size: 2rem;
    }

    .option__cell {
        font-size: 1.4rem;
    }

    .dinner__topic {
        font-size: 1.6rem;
    }

    .recommendation {
        margin-top: 30px;
    }

    .recommendation,
    .singleitem,
    .salad,
    .rice,
    .drinkmenu {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .recommendation__txt,
    .recommendation__price,
    .dinner__txt {
        font-size: 1.4rem;
    }

    .singleitem__table {
        margin-top: 0;
    }

    .other {
        display: flex;
        flex-direction: column;
        max-width: 85.7%;
    }

    .salad,
    .rice {
        width: 100%;
        height: auto;
    }

    .salad .recommendation__txt {
        justify-content: flex-start;
    }

    .yoruteisyoku {
        margin-top: 15px;
    }

    .drink__title {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .drink__item {
        font-size: 1.4rem;
    }

    .drink__txt {
        font-size: 1.4rem;
        line-height: 2.3;
    }

    .drink__option {
        text-align: center;
        margin-top: 10px;
    }


    .dinner__inner {
        max-width: 86%;
    }

    .recommendation__item,
    .recommendation__item:nth-child(2) {
        flex-direction: column;
        gap: 18px;
    }

    .recommendation__item img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    .recommendation__list--other {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .singleitem__list {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .singleitem__item img {
        width: 100%;
        max-width: 326px;
        height: auto;
    }


    .singleitem__table {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .singleitem__table table {
        width: 100%;
        max-width: 320px;
        border-spacing: 0 12px;
    }

    .singleitem__table td {
        padding-left: 20px;
        white-space: nowrap;
    }

    .drinkmenu__columns {
        grid-template-columns: minmax(0, 300px);
        gap: 28px;
    }

    .drinkmenu__columns table {
        width: min(100%, 300px);
    }
}


/* ===========================
party
============================== */

.party__topic {
    font-family: "Zen Kaku Gothic Antique";
    color: #3E2723;
    font-size: 3.6rem;
    font-weight: 700;
    display: flex;
    gap: 17px;
    align-items: center;
}

.party__topic::before {
    content: "";
    display: block;
    width: 26px;
    height: 65px;
    background-image: url(../images/red_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.party__topic::after {
    content: "";
    display: block;
    width: 26px;
    height: 65px;
    background-image: url(../images/red_left.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.party__floor {
    max-width: 1280px;
    margin: 97px auto 0;
}

.party__text {
    max-width: 972px;
    margin: 50px auto 0;
}

.floor__inner {
    display: flex;
    gap: 200px;
    justify-content: center;
    margin-top: 110px;
}

.floor__txt {
    width: 126px;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.floor__txt::before {
    content: "";
    width: 245px;
    height: 245px;
    background-image: url(../images/flower.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    left: -60px;
}

.people {
    font-size: 8rem;
    color: #E60012;
    line-height: 1;
}

.floor__img {
    margin: 130px auto 100px;
    overflow: hidden;
}

.floor__img .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.floor__img .swiper-slide {
    width: auto;
}

.floor__img img {
    display: block;
    width: 100%;
    height: auto;
}

.floor__pagination {
    display: none;
}


.party__budget,
.plan__wrapper {
    padding-top: 115px;
    padding-bottom: 140px;
    max-width: 1280px;
    margin: 0 auto;
}

.party__budget--wrapper,
.party__plan {
    width: 100%;
    background-color: #F5EFE0;
}

.budget__txt {
    max-width: 1000px;
    margin-top: 50px;
    margin-inline: auto;
}

.party__budget--list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 76px;
}

.party__budget--item {
    width: min(100%, 293px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.party__budget--txt {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5F9FBF;
    color: #F5EFE0;
    font-weight: 700;
    text-align: center;
}

.party__scene {
    max-width: 1280px;
    margin: 115px auto 100px;

}

.section__inner {
    margin-bottom: -280px;
    margin-top: 50px;
    overflow: hidden;
}

.section__inner .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section__inner .swiper-slide {
    width: auto;
}

.scene__pagination {
    display: none;
}

.party__content {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/party_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #F8F8F8;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.section__inner .swiper-slide:first-child .party__content,
.section__inner .swiper-slide:last-child .party__content {
    margin-top: 280px;
}

.party__il {
    text-align: center;
}

.party__plan--list {
    display: flex;
    justify-content: center;
    gap: 112px;
    flex-wrap: wrap;
    margin-top: 70px;
}

.party__subtitle {
    margin-bottom: 16px;
}

.party__plan--frame {
    width: min(100%, 500px);
    min-height: 394px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 50px 28px 60px 60px;
    box-shadow: 25px 25px 0 #5F9FBF;
    border: 1px solid #3A2F2F;
}

.plan__title {
    font-size: 2.8rem;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #3E2723;
    text-align: center;
}

.plan__amount {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 30px;
}

.plan__amount--live {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 54px;
}

.plan__txt {
    font-size: 2rem;
    margin-top: 30px;
}

.plan__txt--live {
    font-size: 2rem;
    margin-top: 47px;
}

.party__subtitle {
    font-size: 2.4rem;
    rotate: -8deg;
    transform-origin: left;
    transform: translateX(-60px);
}


.party__layout {
    max-width: 1280px;
    margin: 115px auto 0;
}

.layout__txt {
    max-width: 1000px;
    margin-top: 50px;
    margin-inline: auto;
}

.layout__img {
    margin-top: 50px;
    margin-inline: auto;
    display: block;
}

.layout__inner {
    margin: 63px auto 0;
    max-width: 920px;
}

.layout__option {
    font-size: 2.4rem;
    font-weight: 700;
    color: #F8F8F8;
    background-color: #E60012;
    border-radius: 50px;
    width: 147px;
    height: 43px;
    text-align: center;
}

.layout__text {
    margin-top: 23px;
}

.party__option--content {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 84px;
}

.equipment {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    width: 250px;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/circle.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.party__info {
    margin-top: 63px;
}

.party__info--inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.party__info--txt {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
}


@media screen and (max-width: 768px) {
    .party__topic {
        font-size: 1.8rem;
        text-align: center;
        gap: 8px;
        justify-content: center;
    }

    .party__topic::before,
    .party__topic::after {
        width: 17px;
        height: 42px;
    }

    .party__text,
    .budget__txt,
    .layout__txt,
    .layout__text {
        width: 80%;
        margin-top: 30px;
    }

    .layout__text {
        margin: 20px auto;
    }

    .party__floor {
        margin-top: 50px;
    }


    .floor__inner {
        gap: 140px;
        margin-top: 100px;
        flex-direction: column;
        align-items: center;
        margin-top: 90px;
    }

    .floor__txt {
        font-size: 1.8rem;
    }

    .people {
        font-size: 7rem;
    }

    .floor__img {
        width: 86%;
        max-width: 360px;
        margin: 90px auto 30px;
        padding-bottom: 34px;
    }

    .floor__img .swiper-wrapper {
        display: flex;
        gap: 0;
    }

    .floor__img .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .floor__img img {
        max-width: 300px;
    }

    .floor__pagination {
        display: block;
        bottom: 0;
    }

    .floor__pagination .swiper-pagination-bullet {
        background-color: #3E2723;
        opacity: 0.3;
    }

    .floor__pagination .swiper-pagination-bullet-active {
        background-color: #E60012;
        opacity: 1;
    }

    .party__subtitle {
        font-size: 1.6rem;
        width: 85%;
        rotate: none;
        transform-origin: none;
        transform: none;
        margin: 0 auto;
    }

    .party__budget--list {
        flex-direction: column;
        margin-top: 20px;
    }

    .party__budget--txt {
        font-size: 1.8rem;
    }

    .party__budget,
    .plan__wrapper {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .party__plan--list {
        margin-top: 20px;
        gap: 30px;
    }

    .party__scene {
        margin-top: 20px;
        overflow-x: hidden;
        margin-bottom: 30px;
    }

    .section__inner {
        width: 86%;
        max-width: 360px;
        margin: 30px auto 0;
        padding-bottom: 34px;
        overflow: visible;
    }

    .section__inner .swiper-wrapper {
        justify-content: initial;
    }

    .section__inner .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .section__inner .swiper-slide:first-child .party__content,
    .section__inner .swiper-slide:last-child .party__content {
        margin-top: 0;
    }

    .scene__pagination {
        display: block;
        bottom: 0;
    }

    .scene__pagination .swiper-pagination-bullet {
        background-color: #3E2723;
        opacity: 0.3;
    }

    .scene__pagination .swiper-pagination-bullet-active {
        background-color: #E60012;
        opacity: 1;
    }

    .party__il {
        margin-top: 25px;
    }


    .party__plan--party,
    .party__plan .party__inner {
        width: 100%;
        max-width: none;
    }

    .party__plan--frame {
        box-sizing: border-box;
        width: 85%;
        max-width: 500px;
        margin: 0 auto;
        box-shadow: 10px 10px 0 #5F9FBF;
        padding: 20px 9.5% 0;
        min-height: 260px;
    }

    .plan__title {
        font-size: 1.8rem;
        text-align: center;
    }

    .plan__amount,
    .plan__amount--live {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .plan__txt,
    .plan__txt--live {
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .party__layout {
        margin-top: 20px;
    }

    .layout__img {
        width: 93%;
    }

    .layout__option {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        margin: 0 auto;
        text-align: center;
    }

    .party__option--content {
        flex-direction: column;
        margin-top: 15px;
        gap: 30px;
    }

    .party__info {
        margin-top: 30px;
    }

    .party__info--inner {
        flex-direction: column;
    }

    .party__info--txt {
        font-size: 2rem;
        text-align: center;
        margin-top: 20px;
    }

    .party__info--inner img {
        margin-top: 30px;
    }
}

/* ======================
    アニメーション
    ======================== */

.munu__ili {
    position: relative;
    width: clamp(180px, 38vw, 550px);
    aspect-ratio: 550 / 400;
    flex-shrink: 0;
}

.main__img img,
.menu__img img,
.munu__ili img,
.party__img img,
.yoruteisyoku__img img {
    display: none;
    width: 100%;
    height: auto;
    aspect-ratio: 228 / 229;
}

.munu__ili img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: contain;
    aspect-ratio: auto;
}

.yoruteisyoku__img img {
    aspect-ratio: 635 / 339;
}

.party__img img {
    aspect-ratio: 119 / 195;
}

.main__img img.is-show,
.menu__img img.is-show,
.party__img img.is-show,
.munu__ili img.is-show,
.yoruteisyoku__img img.is-show {
    display: block;
}