.main-slide {
    position: relative;
}

.main-slide::after {
    content: 'Always Serving Happiness';
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width:767px) {
    .main-slide::after {
        font-size: 7vw;
    }
}

.main-slide .wp-block-image {
    height: 44vw;
}

.main-slide .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .main-slide .wp-block-image {
        height: 100vw;
    }
}

.main-slide .slick-dots {
    bottom: 1em;
}

.main-slide .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-slide .slick-dots li button::before {
    border: 2px solid #fff;
}

.co {
    position: relative;
}

.co .co-title {
    padding: 1.5em;
    display: block;
    font-size: min(2.5em, 6vw);
    line-height: 1;
}

.co .co-title.white {
    color: #fff;
}

.co .column-inner {
    padding: 3em;
}

.co .column-title {
    font-size: min(2em, 6vw);
    margin-bottom: 1em;
}

.co .column-inner p {
    font-size: min(1em, 3.5vw);
    line-height: 2.2;
    margin-bottom: 1em;
}

.illust {
    mix-blend-mode: multiply;
}

/* news */
.co.news,
.archive .wrapper.news {
    padding: 0 0 4em;
    background-color: #121212;
    color: #fff;
}

.single .wrapper.news {
    padding: 0 0 4em;
    /* background-color: #eeeadc; */
    background-color: #f3f3f3;
}

.wrapper.news .archive-header .title {
    color: #fff;
}

.co.news .entry-list {
    max-width: 100%;
}

.co.news .slick-dots {
    bottom: -3em;
}

.co.news .slick-dots li button::before {
    border: 2px solid #fff;
}

.co.news .entry-list .entry {
    margin: 0 1em;
    background-color: #f9f9f9;
}

.news-list .entry {
    background-color: #f9f9f9;
}

.co.news .entry-list .entry-meta-wrp,
.news-list .entry-meta-wrp {
    background-color: #f9f9f9;
    padding: 1em 2em;
}

/* about */
.co.about .co-title,
.co.locations .co-title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 3;
}

.about-wrp .img-box .wp-block-image,
.location-wrp .img-box .wp-block-image {
    height: 100vh;
    overflow: hidden;
}

.about-wrp .img-box .wp-block-image {
    min-height: 850px;
}

@media screen and (max-width:767px) {
    .about-wrp .img-box .wp-block-image {
        min-height: 500px;
    }
}

.about-wrp .img-box .wp-block-image img,
.location-wrp .img-box .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-wrp .text-box,
.location-wrp .text-box {
    background-color: #eeeadc;
    padding: 5% 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    .about-wrp .text-box,
    .location-wrp .text-box {
        padding: 10vw 5vw;
    }
}

.about-wrp .text-box p,
.location-wrp .text-box p {
    font-size: min(.9em, 3vw);
    line-height: 2.4;
}

.reserve-list-wrp {
    background-color: #f8f7f2;
    padding: 5em 1em;
}

.menu .banner,
.reserve-list-wrp .banner {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
}

.menu .banner .banner-img-box,
.reserve-list-wrp .banner .banner-img-box {
    background-color: var(--grayL);
    display: flex;
    align-items: center;
}

.menu .banner .banner-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.menu .banner .banner-txt-box,
.reserve-list-wrp .banner .banner-txt-box {
    padding: 2em;
}

.message-list-wrp {
    background-color: #f3f3f3;
}

.message-list-wrp .inner {
    max-width: 1200px;
    gap: 3em !important;
    padding: 5em 1em;
}

.message-list-wrp figure {
    overflow: hidden;
}

/* menu */

.co.menu {
    /* background-color: #d4dde1; */
    background-color: var(--grayL);
    padding-bottom: 4em;
}

.co.menu .co-title {
    position: absolute;
    top: calc(20vw - 4em);
    left: 0;
    color: #fff;
    z-index: 3;
}

.menu-banner-wrp {
    padding: 5em 1em 0;
}

.menu-gallery {
    position: relative;
    height: 20vw;
}

@media screen and (max-width:767px) {
    .menu-gallery {
        height: 33.33vw;
    }
}

.menu-gallery::before {
    content: '';
    background-color: rgba(0, 0, 0, .15);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

.co.menu .slick-initialized .slick-slide {
    display: flex;
}

.co.menu .slick-slider div {
    transition: none;
}

.menu-navi {
    width: 100%;
    max-width: 1200px;
    padding: 1em 0 2em;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-navi .wp-block-column {
    display: inline-block;
    flex-basis: unset !important;
    flex-grow: unset !important;
    width: auto;
    padding: 0;
}

.menu-navi p {
    display: block;
    padding: 1em;
    font-size: min(1.2em, 2.75vw);
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .menu-navi p {
        padding: 1em .5em;
    }
}

.menu-navi .wp-block-column p:hover,
.menu-navi .wp-block-column.on p {
    color: var(--orange);
}

.menu-food-wrp .menu-list {
    width: 70%;
    margin: 0 auto .5em;
}

@media screen and (max-width:767px) {
    .menu-food-wrp .menu-list {
        width: 85%;
    }
}

.menu-food-wrp .menu-list-bottom {
    margin: 0 auto .5em;
}

.menu-food-wrp .menu-list .menu-name {
    flex-basis: unset !important;
    flex-grow: unset !important;
    width: fit-content;
    padding-right: 1.5em;
}

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

    .menu-food-wrp .menu-list .menu-name {
        width: 80%;
    }
}

.menu-food-wrp .menu-list .menu-name h2 {
    font-size: min(1.4em, 4vw);
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0;
}

.menu-food-wrp .menu-list .menu-name p {
    font-size: min(1em, 3.5vw);
    line-height: 1.8;
}

.menu-food-wrp .menu-list .menu-name p.en {
    font-size: min(.9em, 3vw);
    line-height: 1.5;
    color: var(--orange);
    font-weight: bold;
    letter-spacing: 0;
}

.menu-food-wrp .menu-list .menu-dot {
    width: auto;
    text-align: right;
    position: relative;
}

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

    .menu-food-wrp .menu-list .menu-dot {
        display: none;
    }
}


.menu-food-wrp .menu-list .menu-dot::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 1em;
    left: 0;
    border-bottom: 2px dotted;

}

.menu-food-wrp .menu-list .menu-price {
    width: fit-content;
    white-space: nowrap;
    text-align: right;
    padding-left: 1em;
    flex-grow: 0;
}

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

    .menu-food-wrp .menu-list .menu-price {
        width: 20%;
        flex-basis: unset !important;
        flex-grow: unset !important;
    }
}

.menu-food-wrp .menu-list .menu-price p {
    font-size: min(1.2em, 4vw);
    line-height: 1.5;
    font-weight: bold;
    /* background-color: var(--grayL); */
}


.food-illust {
    background-color: var(--grayL);
    width: 60%;
    margin: auto;
}

.food-illust img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

.food-illust1,
.food-illust2 {
    width: 45%;
    margin: auto;
}

@media screen and (max-width:767px) {
    .food-illust2 {
        display: none;
    }


}

.food-illust3 {
    margin: 3em auto;
}

.food-illust4 {
    margin-top: 0;
}

.food-illust7 {
    width: 45%;
    margin: auto;
}

.food-illust6 {
    width: 50%;
    margin: auto;
}

.food-illust8 {
    width: 80%;
    margin: auto;
}

.dessert-list-text-box .menu-food-wrp .menu-list {
    margin-left: 0;
    margin-right: auto;
}

/* location */
.location-wrp .location-info {
    width: fit-content;
    margin: 0 auto;
    text-align: center;

}

/* kitchen-car */

.kitchen-car-wrp .text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
}

.kitchen-car-wrp .kitchen-car-title {
    display: block;
    font-size: min(2em, 6vw);
    margin-bottom: .5em;
}

@media screen and (max-width:767px) {
    .co.kitchen-car {
        padding: 2em;
    }

    .kitchen-car-wrp {
        border: 1px solid #ccc;
    }

    .kitchen-car-wrp .text-box {
        order: 1;
    }
}

/* message */
.page.group,
.page.message,
.page.company {
    background-color: #f5f5f3;
    padding: 0 1.5em;
}

.pagetitle-wrp,
.page.group .pagetitle-wrp,
.page.message .pagetitle-wrp,
.page.company .pagetitle-wrp {
    text-align: center;
    padding: 4em 1em;
}

.message-wrp {
    padding: 5em 0;
}

@media screen and (max-width:767px) {
    .message-wrp {
        padding: 0;
    }
}

.message-wrp .text-box {}

.message-wrp .text-box .text-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 2%;
    text-align: justify;
}

@media screen and (max-width:767px) {
    .message-wrp .text-box .text-inner {
        padding-top: 3em;
    }
}

.message-wrp .text-box p {
    line-height: 2.2;
}

/* group */
.group-body .wp-block-group.section.flex>.wp-block-group__inner-container {
    justify-content: center;
}

.group-wrp {
    padding: 1em 0;
}

.group-wrp .column {
    width: 31%;
    border: 1px solid #ccc;
    padding: 20px 30px 30px;
    border-radius: 3px;
    margin: 0 1% 2%;
}

.group-wrp .column .wp-block-image {
    width: 100%;
    margin: 1em auto;
}

.group-wrp {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 2em 1em;
}

.group-wrp.worldcompass .wp-block-image {
    width: 50%;
    margin: 3em auto 4em;
    transform: translateX(-1em);
}

@media screen and (max-width:767px) {
    .group-wrp.worldcompass .wp-block-image {
        width: 86%;
        margin: 3em auto 4em;
        transform: translateX(-.5em);
    }
}

.group-wrp.worldcompass .wp-block-image figure {
    width: 100%;
}

.group-wrp.worldcompass p {
    font-size: min(.9em, 3vw);
    line-height: 1.8;
}

.group-wrp.worldcompass {

    padding: 20px 0 50px;
    border-bottom: 1px solid #ccc;
}

.group-wrp .column {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 50px;
    border-radius: 3px;
    margin: 0 1% 5%;
    position: relative;
}

.group-wrp .column>.wp-block-group__inner-container {
    width: 100%;
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}

.group-wrp .column .logo-block {
    width: 30%;
    margin: 1em 0;
}

.group-wrp .column .txt-block {
    width: 65%;
    margin: 1em 0;
}

.group-wrp .column .title {
    font-size: 1.2em;
    padding: 0;
}

.group-wrp .column .link {
    font-size: 1em;
    padding: 0;
    margin: 0 0 1em;
}

.group-wrp.worldcompass .link a,
.group-wrp .column .link a {
    color: var(--orange);
}

.group-wrp .column p {
    font-size: min(.9em, 3vw);
    line-height: 1.8em;
    text-align: left;
    text-align: justify;
}

@media screen and (max-width:767px) {
    .group-wrp {
        padding: 0;
    }

    .group-wrp .column {
        border: 1px solid #ccc;
        padding: 20px 30px 30px;
        margin: 0 1% 1.5em;
    }

    .group-wrp .column>.wp-block-group__inner-container,
    .services-wrp .column>.wp-block-group__inner-container {
        flex-wrap: wrap;
    }

    .group-wrp .column .logo-block {
        width: 100% !important;
        margin: 1em 0;
    }

    .group-wrp .column .txt-block {
        width: 100% !important;
        margin: 1em 0;
    }
}