

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

.mv__slider {

}

.mv__img {
    display: block;
    height: 100vh;
}

.mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    transition: all 5s linear;
}

.mv__img.slick-current img {
    transform: scale(1);
}

.mv-slider-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    right: 9.375rem;
    bottom: 2.125rem;
}

.mv-slider-dots li {
    border-radius: 50%;
    background-color: #c54d00;
    width: 0.625rem;
    height: 0.625rem;
}

.mv-slider-dots li.slick-active {
    background-color: white;
}

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

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

@media screen and (max-width:768px) {
    .mv {
        height: 400px;
    }
    .mv__img {
        height: 400px;
    }
    .mv-slider-dots {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* news */
.news {
    background: url(../img/bg_policy.jpg) center center / cover no-repeat;
    padding-top: 7.2rem;
    padding-bottom: 7.8rem;
    color: #000;
}
.news h2 {
    width: 7.1rem;
    margin: 0 auto;
}

.news__inner.inner {
    max-width: 1062px;
}


.news__title {

}

.news .CMS-NEWS-INDEX {
    width: 100%;
    margin: 3.3rem 0 0 0 ;
    padding: 0;
}

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

.news .CMS-NEWS-ITEM a {
    display: grid;
    width: 100%;
    padding: 0;
    font-size: 1rem;
}

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

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

.news__btn {
    text-align: center;
    margin-top: 4.2rem;
}

@media screen and (max-width:768px) {
    .news {
        padding-block: 5rem;
    }
    .news__title {
        text-align: center;
    }
    .news__wrap {
        display: block;
    }
    .news .CMS-NEWS-INDEX {
        margin-top: 4rem;
    }
    .news .CMS-NEWS-ITEM + .CMS-NEWS-ITEM {
        margin-top: 2.5rem;
    }
}

/* policy */
.policy {
    position: relative;
    background: url(../img/bg_policy.jpg) center center / cover no-repeat;
    padding-top: 7.15rem;
    padding-bottom: 0;
    overflow: hidden;
    color: #000;
}
.title-policy {
    width: 6rem;
    height: 100%;
    margin-left: 2rem;
}
.policy__inner.inner {
    max-width: 1050px;
    max-width: 1140px;
    display: grid;
    grid-template-columns: 58.8% 1fr;
    gap: 8rem;
}

.policy__gallery {
    position: relative;
    z-index: 1;
}

.policy__img2 {
    display: block;
    width: 70.9%;
    margin-top: -14.6rem;
    margin-right: -8.125rem;
    margin-left: auto;
}

.policy__content {
    color: #000;
    position: relative;
}
.policy-deco {
    position: absolute;
    width: 30rem;
    top: -2.15rem;
    right: -10rem;
    max-width: initial;
    z-index: 0;
    pointer-events: none;
}

.policy__head {
    display: flex;
    flex-direction: row-reverse;
    margin-right: -4rem;
}

.policy__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: calc(54/24);
    font-family: "Kaisei Tokumin", serif;
    font-weight: 700;
}

.policy__text {
    font-size: 1em;
    letter-spacing: 0.22em;
    line-height: calc(41/16);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 2rem;
    height: 30rem;
}

.policy__btn {
    margin-top: 6rem;
    margin-left: auto;
    width: max-content;
}
@media screen and (max-width:1300px) {
    .policy__inner.inner {
        grid-template-columns: 50% 1fr;
    }
    .policy__head {
        justify-content: flex-end;
        margin-right: 0;
    }
    .policy__btn {
        margin-right: 7rem;
        margin-top: 1rem;
    }
    .policy-deco {
        right: 1rem;
    }
    .policy__inner.inner {
        gap: 4rem;
    }
    .title-policy {
        width: 5.3rem;
        margin-left: 0.5rem;
    }
}
@media screen and (max-width:768px) {
    .policy {
        padding-block: 5rem;
    }
    .policy__inner.inner {
        display: block;
    }
    .policy__img1 {
        display: block;
        width: 80%;
    }
    .policy__img2 {
        width: 44vw;
        margin-right: -7vw;
        margin-top: -38vw;
    }
    .policy__head {
        justify-content: center;
        margin-top: 2rem;
    }
    .policy::before {
        width: 14.93rem;
        height: 11rem;
        bottom: -7.05rem;
    }
    .policy__btn {
        margin:  4rem auto 0;
    }
    .policy-deco {
        right: initial;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 25rem;
    }
}
@media screen and (max-width:540px) {
    .policy__title {
        font-size: 1.1rem;
    }
    .title-policy {
        width: 3.5rem;
    }
    .policy__text {
        font-size: 0.9rem;
        letter-spacing: 0.22em;
        line-height: calc(41/16);
        margin-right: 1rem;
        height: 30rem;
    }
}

/* menu */
.menu {
    background: url(../img/bg_menu.jpg) center top / cover no-repeat;
    padding-top: 8.1rem;
    padding-bottom: 8.1rem;
    color: #FFF;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
.menu::before {
    content: "";
    background: #040000;
    opacity: 0.5;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.menu h2 {
    width: 7.2rem;
    margin: 0 auto;   
}
.menu__inner {
    max-width: 1150px;
    position: relative;
    z-index: 1;
}

.menu__title {
    text-align: center;
}

.menu__units {
    margin-top: 5rem;
    
}


.menu__unit {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 3.8rem;
}
.menu__unit:nth-of-type(2) {
    flex-direction: row;
    justify-content: flex-start;
}
.menu__unit + .menu__unit {
    margin-top: 9.54998rem;
}

.menu__img {
    position: relative;
    display: block;
    width: 40rem;
    margin-top: -6.5rem;
}
.menu__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

.menu__img--drink {
   
}

.menu__content {
    position: relative;
}
.menu-deco-3 {
    position: absolute;
    width: 30rem;
    top: -3.8rem;
    left: -5rem;
    max-width: initial;
    z-index: -1;
    pointer-events: none;
}
.menu-deco-3-2 {
    position: absolute;
    width: 30rem;
    top: -4.2rem;
    right: -4.8rem;
    max-width: initial;
    z-index: -1;
    pointer-events: none;
}

.menu__content--right {
    right: 0;
}

.menu__content--left {
    left: 0;
}

.menu__content--left .menu__head {
    justify-content: flex-end;
}

.menu__head {
    display: flex;
    flex-direction: column;
}

.menu__content-title {
    width: 9.5rem;
    margin-bottom: 2rem;
}

.menu__content-subtitle {
    color: white;
    font-size:1.5rem;
    letter-spacing: 0.05em;
    line-height: calc(36/24);
    font-family: "Kaisei Tokumin", serif;
    font-weight: 700;
    white-space: nowrap;
}

.menu__text {
    width: 22.325rem;
    margin-top: 1.9rem;
    min-height: 14.6875rem;
    letter-spacing: 0.1em;
}

.menu__text p {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: calc(36/16);
    font-feature-settings: "palt";
}

.menu__btn {
    text-align: center;
    margin-top: 6.3rem;
}

@media screen and (max-width:768px) {
    .menu {
        padding-block: 5rem;
    }
    .menu__units {
        margin-top: 7rem;
    }
    .menu__unit {
        display: flex;
        flex-direction: column;
        gap: 1.8rem;
    }
    .menu__unit:nth-of-type(2) {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu__content {
        position: relative;
        order: -1;
    }
    .menu__head {
        justify-content: center;
    }
    .menu__content--left .menu__head {
        justify-content: center;
    }
    .menu__content-title {
        width: 9rem;
    }
    .menu__content-subtitle {
        font-size: 1.55rem;
        white-space: initial;
    }
    .menu__text {
        width: 100%;
        margin-top: 1.5rem;
        min-height: unset;
    }
    .menu__text p {
        font-size: 0.85rem;
        text-align: justify;
    }
    .menu__img {
        width: 100%;
        margin-top: 0;
    }
    .menu__btn {
        margin-top: 3rem;
    }
    .menu__img--food::before {
        width: 11.2rem;
        height: 9rem;
        bottom: -4.925rem;
        right: -5px;
    }
    .menu-deco-3 {
        top: -1.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 25rem;
    }
     .menu-deco-3-2 {
        top: -1.5rem;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        width: 25rem;
    }
    .menu__unit + .menu__unit {
        margin-top: 5rem;
    }
}
@media screen and (max-width:768px) {
    .menu__content-subtitle {
        font-size: 1.2rem;
    }
}

/* gallery */
.top-gallery {
    padding-top: 7.1rem;
    padding-bottom: 7.2rem;
    overflow: hidden;
    background: url(../img/bg_policy.jpg) center center / cover no-repeat;
}
.top-gallery h2 {
    width: 9.15rem;
    margin: 0 auto;
}
.gallery__inner.inner {

}

.gallery__title {
    text-align: center;
    color: #FFF;
}

.gallery__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 3.6rem;
}

.gallery__slider picture {
    display: block;
    margin: 0.3125rem;
}

.gallery__slider picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 280/200;
}

.gallery__btn {
    text-align: center;
    margin-top: 5.2rem;
}

@media screen and (max-width:768px) {
    .gallery {
        padding-block: 5rem;
    }
}

/* instagram */
.instagram {
    background: url(../img/bg_insta.jpg) top center / cover no-repeat;
    padding-top: 8.2rem;
    padding-bottom: 9.3rem;
    color: #FFF;
}
.instagram h2 {
    width: 12.55rem;
    margin: 0 auto;
}   
.instagram__inner.inner {

}

.instagram__title {
    text-align: center;
    position: relative;
}

.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 54.375rem;
    gap: 1rem;
    margin-inline: auto;
    margin-top: 4.625rem;
}
.CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}
@media screen and (max-width:768px) {
    .instagram {
        padding-block: 5rem;
    }
}

/* access */
.access {
    background: url(../img/bg_access.jpg) center top / cover no-repeat;
    padding-top: 7.275rem;
    padding-bottom: 8.2rem;
    overflow: hidden;
    color: #FFF;
    position: relative;
}
.access-deco-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 29.3rem;
    pointer-events: none;
}
.access h2 {
    width: 7.1rem;
    margin: 0 auto;
}
.access__inner {
    max-width: 1150px;
}

.access__title {
    text-align: center;
}

.access__wrap {
    display: grid;
    gap: 5.988rem;
    grid-template-columns: 42.2% 1fr;
    margin-top: 4.375rem;
}

.access__info dl {
    display: grid;
    grid-template-columns: 5.75rem 1fr;
    border-bottom: 1px solid #FFF;
    padding-left: 1rem;
    padding-block: 1.5rem;
}
.access__info dl:last-of-type {
    border-bottom: none;
}

.access__info dt {
    letter-spacing: 0.05em;
    font-weight: bold;
}

.access__info dd {
    letter-spacing: 0em;
    font-feature-settings: "palt";
    line-height: calc(20/16);
}
.access__info dd a {
    color: #FFF;
}   

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

.access__map {
    width: 100vw;
    position: relative;
    padding-top: 32%;
    margin-left: calc(50% - 50vw);
}

.access__map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.access__img {
    margin-left: -11rem;
}
@media screen and (max-width:1400px) {
    .access__img {
        margin-left: -3rem;
    }
}
@media screen and (max-width:1100px) {
    .access__img {
        margin-left: 0rem;
    }
}
@media screen and (max-width:768px) {
    .access {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .access__wrap {
        display: block;
    }

    .access__map {
        width: 100%;
        padding-top: 92%;
        margin: 0;
        margin-top: 4.25rem;
    }

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

    .access__info dd {
        font-size: 0.925rem;
    }
    .access-deco-1 {
        width: 35vw;
    }
}

/*=============== top-yoyaku ===========*/

.top-yoyaku {
  background-image: url(../img/bg_header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.35rem 2rem 8.4rem;
  color: #FFF;
}
.top-yoyaku h2 {
    width: 6.3rem;
    margin: 0 auto;
}
.top-yoyaku .txt-1 {
  margin: 4rem auto 1rem;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.09em;
  line-height: 1.75;
}
.top-yoyaku .txt-2 {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}


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

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

.reservation .calendar-wrapper {
  position: relative;
  outline: 1.3rem solid #ccc;
  max-width: 720px;
  width: 90vw;
  margin: 60px auto 0 auto;
  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 {
  outline: 16px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

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.8;
  border-left: 1.3rem solid #ccc;
}

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

.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;
  text-align: left;
}

.calendar_ok {
  color: #dd8866;
}

@media screen and (max-width: 767px) {
  .top-yoyaku {
    padding: 5rem 20px;
  }
  .reserve {
      margin-top: 5rem;
  }

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

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

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

  .calendar-reservation {
      padding: 0;
      margin-left: 0;
      border-left: 0;
      border-top: 1.3rem solid #ccc;
  }

  .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 {
      padding-left: 3.5rem;
  }

  .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;
}

.takeout_top_ad {
  display: flex;
}

.takeout_img {
  width: 52%;
  margin-right: 3%;
}

.takeout_ad {
  width: 45%;
}

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

.takeout_top_ad dl.detail dt {
  padding: 0.5rem;
}

.takeout_top_ad dl.detail dd {
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .yoyaku {
      padding: 10rem 20rem;
  }
}

.title img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}

.mce-content-body .mv__slider picture:nth-child(n+2){
    display: none;
}