/* mv */
.mv {
    position: relative;
    height: 100vh;
}

.mv::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20.4rem;
    mix-blend-mode: multiply;
    background: url(../img/mv-bg.png) top center / cover no-repeat;
    top: 0;
    left: 0;
    z-index: 1;
}

.mv__inner {
    height: 100%;
}

.mv__slider {
    height: 100%;
}

.mv__slider .slick-list {
    height: 100%;
}

.mv__slider .slick-track {
    height: 100%;
}

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

.mv__img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.mv__img img {
    aspect-ratio: 1440/800;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv__img.slick-current img {
    animation: fadezoom 7s linear forwards;
}

@keyframes fadezoom {
    0% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
  }

.mv-slider-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    right: 3.375rem;
    bottom: -3rem;
    z-index: 1;
}

.mv-slider-dots li {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    border: 1px solid var(--blue);
}

.mv-slider-dots li.slick-active {
    background-color: var(--blue);
}

.mv-slider-dots button {
    display: none;
}

@media screen and (max-width:1024px) {
    .mv {
        max-height: 800px;
    }
}

@media screen and (max-width:768px) {
    .mv {
        height: 400px;
        padding-top: 0;
    }
    .mv__inner {
        height: 100%;
    }
    .mv__slider {
        height: 100%;
    }
    .mv__slider .slick-list {
        height: 100%;
    }
    .mv__slider .slick-track {
        height: 100%;
    }
}

/* news */
.news {
    padding-block: 5.625rem;
}

.news__main {
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 4rem 3.875rem;
}

.news__btn a {
    width: 100%;
    height: 3.375rem;
    font-size: 1rem;
}

.news__btn a img {
    width: 2rem;
}

.news .CMS-NEWS-INDEX {
    display: block;
    border-top: 1px solid #765841;
    border-bottom: 1px solid #765841;
    padding-bottom: 0;
}

.news .CMS-NEWS-ITEM {
    margin: 0;
    width: 100%;
}

.news .CMS-NEWS-ITEM:not(:nth-last-child(2)) {
    border-bottom: 1px dashed #765841;
}

.news .CMS-NEWS-LINK-CONTENT {
    width: 100%;
    display: grid;
    grid-template-columns: 8.75rem 1fr;
    padding-block: 1rem;
    padding-left: 2rem;
}

.news .CMS-NEWS-TIME {
    margin-top: 0;
    color: black;
    line-height: 1.5;
}

.news .CMS-NEWS-LINK {
    line-height: 1.5;
}

.news .CMS-NEWS-MORE-READ {
    display: none;
}

.news__btn {
    margin-top: 2rem;
}

@media screen and (max-width:768px) {
    .news__main {
        padding: 2rem 1rem;
        grid-template-columns: 1fr;
    }
    .news__left {
        display: contents;
    }
    .news__btn {
        order: 1;
        margin-top: 0;
    }
    .news .CMS-NEWS-LINK-CONTENT {
        padding: 1rem;
        display: block;
    }
}

/* policy */
.policy {
    background: url(../img/bg_policy.jpg) top center / cover no-repeat;
    padding-top: 8.15rem;
    padding-bottom: 5.375rem;
}

.policy__inner {
    position: relative;
}

.policy__title {
    width: 19.675rem;
    margin-left: 1.25rem;
}

.policy__bigText {
    position: absolute;
    top: -8.725rem;
    left: calc(2.75rem + 25px);
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: fit-content;
    gap: 1rem;
    z-index: 1;
}

.policy__bigText span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
/*    background-color: white;*/
    font-size: 2.25rem;
    font-weight: 500;
    padding: 0.625rem;
    letter-spacing: 0.16em;
    color: #fff;
}

.policy__bigText span:nth-child(1) {
    font-size: 3rem;
    color: #fff;
}

.policy__bigText span:nth-child(2) {
    padding-top: 9rem;
}


.policy__img {
    position: relative;
    display: block;
    width: 100%;
}

.policy__img::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    border: 2px solid white;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 0
}

.policy__text {
    position: relative;
    color: white;
    font-size: 1.125rem;
    line-height: calc(36/18);
    padding: 1.5rem 0 0;
    margin-left: auto;
    z-index: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
}
.policy_txt_wrap {
    margin-top: 4.9rem;
    display: flex;
    gap: 4.7rem;
}
.policy .btn {
    margin: 3.4rem auto 0 5rem;
}
.policy h3 {
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    line-height: calc(39.41/24);
    font-weight: 700;
    color: #FFF;
    margin-top: 1.6rem;
}
@media screen and (max-width:768px) {
    .policy {
        padding-block: 5rem;
    }

    .policy__title {
        margin: 0 auto;
    }

    .policy__bigText {
        position: relative;
        flex-direction: column;
        left: initial;
    }

    .policy__bigText span {
        writing-mode:initial;
        font-size: 1.2rem;
    }

    .policy__bigText span:nth-child(1) {
        font-size: 2rem;
        line-height: 1.6;
    }

    .policy__img::before {
        top: 1rem;
        left: 0.5rem;
    }

    .policy__text {
        width: 100%;
        margin-top: 2rem;
        background: unset;
    }
    .policy_txt_wrap {
       flex-direction: column;
       gap: 1.7rem;
    }
    .policy .btn {
        margin: 3.4rem auto 0;;
    }
    .policy__btn {
        text-align: center;
    }
    .policy h3 {
        font-size: 1.3rem;
    }
}

/* reserve */
.reservation {
    background: url(../img/bg_instagram.jpg) center center / cover no-repeat;
    padding: 5rem 0;
}

.reservation__title {
    color: #fff;
}

.calendar-wrapper {
    border: 16px solid #ccc;
    width: 100%;
    margin: 4rem auto 0 auto;
    display: flex;
    background: #fff;
}

.calendar-wrapper a {
    color: #000;
}

.reservation .calendar-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
}

#calendar {
    text-align: center;
    width: 100%;
}

.reservation #calendar {
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

table {
    /* outline: 16px solid #ccc; */
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.reservation table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    height: 100%;
}

th {
    color: #000;
}

.calendar-wrapper th,
.calendar-wrapper td {
    outline: 1px solid #ddd;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    color: #111111;
}

td:nth-child(6) .reservation-date,
td:nth-child(6) .reservation-date a {
    color: #8888ff;
}

td:last-child .reservation-date,
td:last-child .reservation-date a {
    color: #ff8888;
}

td.disabled {
    background-color: #eeeeee;
    color: #aaaaaa;
}

/* .reservation-date {
  text-decoration: underline;
} */

.reservation-seat {
    font-size: 14px;
}

.reservation-seat.able a {
    color: #dd8866;
}

.reservation-seat-disabled a {
    color: #aaaaaa;
}

.calendar-reservation {
    border-collapse: collapse;
    width: 100%;
    word-break: break-all;
    padding: 20px;
    line-height: 1.4;
}

.calendar-reservation form {
    padding-top: 0;
}

.calendar-reservation form div {
    margin-bottom: 30px;
}

.calendar_date {
    font-size: 18px;
}

.calendar_person,
.calendar_time {
    width: 100%;
    font-size: 18px;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.calendar_button {
    width: 100%;
    font-size: 18px;
    padding: 12px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    border: 1px solid #aaaaaa;
    cursor: pointer;
}

.calendar_button:hover {
    opacity: 0.8;
}

.calendar_info {
    font-size: 12px;
    margin: 20px;
    color: #000;
}

.calendar_ok {
    color: #dd8866;
}

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

    .reservation {
        padding: 3rem 0 3rem;
    }

    .reserve {
        margin-top: 5rem;
    }

    .reservation .reserve {
        margin-top: 0;
    }

    .calendar-wrapper {
        width: 100%;
        margin: 5rem auto;
        flex-direction: column;
    }

    .calendar-wrapper {
        font-size: 12px;
    }

    .calendar-reservation {
        padding: 0;
        margin-top: 20px;
        margin-left: 0;
    }

    .calendar-reservation form {
        padding: 20px;
    }

    .calendar-reservation form div {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .reservation-date {
        font-size: 2.8vw;
    }
}


.reserve-btn {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999999;
    transform: translateY(-50%);
}

.reserve-btn a {
    display: inline-block;
    padding: 3rem 2rem;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    writing-mode: vertical-lr;
}

@media screen and (max-width: 767px) {
    .reserve-btn {
        right: auto;
        top: initial;
        bottom: 0;
        width: 100%;
        transform: translateY(0);
    }

    .reserve-btn a {
        writing-mode: initial;
        width: 100%;
        padding: 2rem 0;
        text-align: center;
    }

    .reservation .s-reservation {
        padding: 3rem 3.5rem 3rem 0;
    }

    .reservation .calendar-wrapper {
        flex-direction: column;
        outline: 4px solid #ccc;
    }
}

.s-reservation {
    padding: 12rem 0;
}

.s-reservation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    justify-content: center;
}

.s-reservation__ttl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-right: 1rem;
    position: relative;
}

.s-reservation__ttl__logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 24.4rem;
    max-width: 80%;
}

.s-reservation__ttl__txt {
    font-size: 60px;
    font-size: 6rem;
    font-size: 428.57143%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    font-weight: 400;
    position: relative;
    z-index: 2;
    padding-top: 1rem;
}

.s-reservation__content {
    width: 113rem;
    max-width: 75%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    padding: 7.5rem 5.61797753% 14rem;
}

.s-reservation__content__list {
    width: 73rem;
    max-width: 100%;
}

.s-reservation__content__item {
    line-height: 1.85714286;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.calendar_title,
.calendar_date {
    color: #000;
    font-size: 16px;
}
/* reserve */


/* menu */
.menu {
    background: url(../img/bg-menu.jpg) top center / cover no-repeat;
    color: #FFF;
    padding-top: 9.275rem;
    padding-bottom: 9.4rem;
}

.menu__inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    padding: 0 0 0 170px;
}
.menu-deco {
    position: absolute;
    top: -29rem;
    left: -0.5rem;
    width: 37.3rem;
}
@media screen and (max-width: 1440px) {
   .menu__inner {
        padding: 0 0 0 10.9rem;
    } 
}

.menu__food {
    position: relative;
}


.menu__wrap {
    display: flex;
}

.menu__content {
    width: 50%;
}

.menu__drink .menu__content {
    margin-left: auto;
}

.menu__title {
    position: relative;
    font-size: 8.125rem;
}

/*
.menu__title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background-color: black;
    left: 18rem;
    top: 50%;
    transform: translateY(-50%);
}
*/

.menu__title--reverse {
    text-align: right;
}

.menu__title--reverse::before {
    background-color: white;
    right: 19rem;
    left: initial;
}

.menu__title--reverse::after {
    position: absolute;
    content: "";
    width: 20.125rem;
    height: 15.25rem;
    top: 40%;
    transform: translateY(-50%);
    right: 25rem;
    background: url(../img/drink1.png) center center / contain no-repeat;
}

.menu__bigText {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
    z-index: 1;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: calc(41.41/22);
    font-feature-settings: "palt";
}

.menu__bigText span {
    display: inline-block;
    white-space: nowrap;
    font-size: 2.5rem;
    font-weight: 500;
/*    background-color: white;*/
    color: #220000;
    padding: 0.625rem;
    letter-spacing: 0.16em;
}

/*
.menu__bigText span:nth-child(1) {
    font-size: 3.125rem;
    color: #de933f;
}
*/

.menu__bigText--reverse {
    align-items: flex-end;
}

.menu__text {
    position: relative;
    z-index: 1;
    text-align: justify;
    width: 29rem;
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    margin-top: 2rem;
}

.menu__text--reverse {
    margin-left: auto;
}

.menu__btn {
    margin-top: 4.7rem;
}

.menu__btn--reverse {
    text-align: right;
}

.menu__slider {
    width: calc(50% + (50vw - 50%));
    max-width: 720px;
}

.menu__slider picture {
    
}

.menu__slider picture img {
    aspect-ratio: 720/500;
    width: 100%;
    max-width: 720px;
    height: 100%;
    object-fit: cover;
}

.menu__slider .menu-slider-dots {
    display: flex;
    justify-content: flex-start;
    gap: 1.87rem;
    margin: 0 auto;
    margin-top: 1.875rem;
    margin-right: 10.625rem;
}

.menu__slider .menu-slider-dots li {
    list-style: none;
    width: 1rem;
    height: 1rem;
    background-color: initial;
    border-radius: 50%;
    border: 1px solid #FFF;
}

.menu__slider .menu-slider-dots li.slick-active {
    background-color: #FFF;
}

.menu__slider .menu-slider-dots button {
    display: none;
}

.menu__img1 {
    position: absolute;
    width: 25rem;
    bottom: 5.65rem;
    left: 22rem;
}

.menu__img2 {
    position: absolute;
    width: 4.75rem;
    top: 18rem;
    right: 34.25rem;
}

.menu__img3 {
    position: absolute;
    width: 10.8125rem;
    right: 13.125rem;
    bottom: 6.75rem;
}

.menu__img4 {
    position: absolute;
    width: 15rem;
    right: 2.125rem;
    bottom: 45.75rem;
}

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

    .menu__inner {
        padding: 0rem 20px;  
    }
    .menu-deco {
        width: 25.3rem;
    }

    .menu__wrap {
        display: block;
    }

    .menu__content {
        width: 100%;
    }
    
    .menu__title {
        font-size: 4rem;
    }

    .menu__title::before {
        width: 80%;
        left: 11rem;
    }

    .menu__bigText span:nth-child(1) {
        font-size: 1.9rem;
    }

    .menu__bigText span {
        font-size: 1.5rem;
    }
    
    

    .menu__text {
        width: 100%;
        letter-spacing: 0.025em;
        margin-top: 3rem;
    }

    .menu__btn {
        text-align: center;
    }

    .menu__slider {
        width: 100%;
        margin-top: 2.5rem;
    }

    .menu__slider .menu-slider-dots {
        margin-inline: auto;
        justify-content: center;
    }

    .menu__drink .menu__inner {
        padding: 5rem 2rem;        
    }

    .menu__title--reverse::before {
        left: initial;
        right: 11rem;
    }

    .menu__img1 {
        display: none;
    }

    .menu__img2 {
        top: -5.5rem;
    }

    .menu__img3 {
        bottom: -5.5rem;
        right: 2rem;
    }

    .menu__title--reverse::after {
        display: none;
    }
}

/* gallery */
.gallery {
    padding-top: 6.15rem;
    padding-bottom: 7.5rem;
    overflow: hidden;
    background: url(../img/bg_policy.jpg) top center /cover;
}

.gallery__slider {
  height: 18rem;
  margin: 8rem 0 10rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 20rem;
}

.gallery__slider .slick-list {
    overflow: unset;
}

.gallery__slider picture {
    display: block;
}

/* .gallery__slider img {
    aspect-ratio: 311/226;
    width: 100%;
    height: 100%;
} */

.gallery__btn,
.thanx__btn {
    text-align: center;
    margin-top: 5.75rem;
}


/* access */
.access {
    padding-top: 7.825rem;
    padding-bottom: 7rem;
    background: url(../img/bg-menu.jpg) top center / 100% auto;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.access__inner.inner {
    max-width: 1440px;
    padding: 0;
}

.access__title {
    position: relative;
}

.access__wrap {
    display: grid;
    grid-template-columns: 40rem 28rem;
    gap: 5.925rem;
    margin-top: 5.125rem;
}

.access__contact {
    width: fit-content;
    display: grid;
    align-items: center;
    grid-template-columns: 12.5rem 1fr;
    gap: 3.75rem;
    margin-left: auto;
}

.access__logo {
    width: 12.5rem;
}

.access__tel {

}

.access__tel p {
    font-size: 1.125rem;
    letter-spacing: 0.2em;
}

.access__tel a {
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: var(--subfont);
    letter-spacing: 0.05em;
    margin-top: 0.75rem;
}

.access__tel a img {
    width: 0.75rem;
    vertical-align: middle;
}

.access__img {

}

.access__info {
}

.access__info dl {
    display: grid;
    grid-template-columns: 7.25rem 1fr;
    gap: 1rem;
}

.access__info dl:not(:last-child) {
    border-bottom: 1px solid #FFF;
}

.access__info dt {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(20/16);
    padding-block: 1.25rem;
}

.access__info dd {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: calc(30/16);
    padding-block: 1.25rem;
}

.access__btn {
    margin-top: 2rem;
}

.map iframe {
    aspect-ratio: 1440/420;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}
.access-sns-wrap {
    margin: 6.9rem auto 0;
    display: flex;
    justify-content: center;
    gap: 3.8rem;
}
.access-sns-wrap a {
    width: 21.25rem;
}
.access-deco {
    position: absolute;
    top: -11rem;
    right: -6.5rem;
    width: 54.9rem;
}

@media screen and (max-width:768px) {
    .access {
        padding-top: 10rem;
    }
    .access__inner.inner {
        padding: 0 20px;
    }

    .access__wrap {
        display: contents;
    }

    .access__img {
        display: block;
        margin-top: 2.5rem;
    }

    .access__info {
        margin-top: 3rem;
    }

    .access__info dl {
        grid-template-columns: 4rem 1fr;
    }

    .access__info dt {
        font-size: 0.725rem;
    }

    .access__info dd {
        font-size: 0.725rem;
        letter-spacing: 0.025em;
    }

    .access__btn {
        margin-top: 3rem;
        text-align: center;
    }

    .map iframe {
        aspect-ratio: 100/100;
    }

    .access__title::before {
        display: none;
    }
    
    .access__logo {
        margin-inline: auto;
    }

    .access__contact {
        margin-inline: auto;
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2.5rem;
    }
    .access-sns-wrap {
        flex-direction: column;
        margin-top: 3rem;
    }
    .access-sns-wrap a {
        width: 100%;   
    }
    .access-deco {
        top: -11rem;
        right: -4.5rem;
        width: 42.9rem;
    }
}
@media screen and (max-width:640px) {
    .access-deco {
        top: -6rem;
        right: -3.5rem;
        width: 28.9rem;
    }
}


/* instagram */
.instagram {
    position: relative;
    background: url(../img/bg_instagram.jpg) top center / cover no-repeat;
    padding-top: 9.25rem;
    padding-bottom: 10.4rem;
    overflow: hidden;
}
.insta__title {
    margin-bottom: 5.7rem;
}
.instagram__inner {
    max-width: 870px;
}
.instagram .CMS-INSTAGRAM-LIST {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.25rem;
    margin-inline: auto;
}

.instagram .CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}

.instagram .CMS-INSTAGRAM-LIST img {
    width: 100%;
}

@media screen and ( max-width:768px) {
    .instagram {
        padding-block: 5rem;
    }
    .instagram .CMS-INSTAGRAM-LIST {
        gap: 1rem;
    }
}

/* contact */
.contact {
    background: url(../img/bg-recruit.jpg) top center / cover no-repeat;
    padding-bottom: 0;
}

.contact__text {
    text-align: center;
    color: white;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
    line-height: 2;
    font-feature-settings: "palt";
    margin-top: 4rem;
}

.contact__btn {
    text-align: center;
    margin-top: 4.8rem;
}
.contact__inner {
    background: rgba(0, 0, 0, 0.75);
    padding-top: 7.65rem;
    padding-bottom: 6.4rem;
    max-width: 840px;
    width: 52.5rem;
}
@media screen and (max-width:768px) {
    .contact__text {
        font-size: 1rem;
    }
    .contact__inner {
        width: 100%;
        padding: 5rem 1rem;
    }
}


.food__title{
    margin-bottom: 7.3rem;
}

.menu__drink .menu__bigText span{
    color: #fff;
}

.menu__drink .menu__bigText{
    margin-top: 8rem;
}

.menu__food .menu__bigText{
    margin-top: 2.6rem;
}

@media screen and (max-width:768px) {
    .menu__drink .menu__bigText{
        margin-top: 3rem;
    }
    .menu__food .menu__bigText{
        margin-top: 3rem;;
    }
    .menu__img4{
        display: none;
    }
    .policy__bigText span:nth-child(2){
        padding-top: 0;
    }
    .policy__bigText{
        top: -1.725rem
    }
}

@media screen and (max-width:640px) {
    .food__title {
        margin-bottom: 2rem;
    }
    .menu__food .menu__bigText {
        font-size: 1.3rem;
    }
    .menu-deco {
        top: -14rem;
        left: 0.5rem;
        width: 9.3rem;
    }
    .menu {
        padding: 5rem 0;
        background: url(../img/bg-menu.jpg) top center / 100% auto;
    }
}
