@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  margin: 0 auto;
  position: relative;
}
.common__ttl img {
  height: auto;
}

.news .common__ttl {
  width: 15.1rem;
  height: 14rem;
}

.policy .common__ttl {
  width: 38.8rem;
  height: 11.6rem;
  margin: 0 5.2rem 0 0;
}

@media (max-width: 767px) {
  .policy .common__ttl {
    margin: 0;
  }
}

.menu .common__ttl {
  width: 14.3rem;
  height: 14rem;
}

.gallery .common__ttl {
  width: 18.2rem;
  height: 14rem;
  margin: 0 auto 4.15rem;
}

.access .common__ttl {
  width: 14.7rem;
  height: 14rem;
}
.top-yoyaku .common__ttl {
  width: 14.3rem;
  height: 14rem;
  margin: 0 auto;
}

.insta .common__ttl {
  width: 25.7rem;
  height: 14rem;
}


@media (max-width: 767px) {
}

.common__btn {
  width: max(150px, 21.6rem);
  height: max(40px, 4.6rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.6rem);
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.3em;
  position: relative;
}

.common__btn span {
  background-color: var(--color-red);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.common__btn.wt span {
  background-color: initial;
  border: 1px solid #FFF;
}


.common__btn span::after {
  content: "";
  position: absolute;
}


.common__btn span::after {
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: 0.66rem;
  height: 1.19rem;
  transform: translateY(-50%);
  top: 52%;
  right: 4.3rem;
}

/*============================
	hero
============================*/
.hero {
  background: var(--bg-1);
  width: 100%;
  height: max(85rem, 100vh);
  color: var(--text-color);
  padding-bottom: 4rem;
  position: relative;
}

@media (max-width: 850px) {
  .hero {
    height: max(90rem, 100vh);
  }
}

@media (max-width: 767px) {
  .hero {
    height: max(350px, 50rem);
    padding: 0;
  }
}


.hero__slider {
  width: calc(100% - 34rem);
  height: 100%;
  overflow: hidden;
  margin-left: auto;
}

@media (max-width: 767px) {
  .hero__slider {
    width: 100%;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

.swiper-pagination {
  width: max-content !important;
  display: flex;
  right: 15rem !important;
  left: initial !important;
  bottom: 0 !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .swiper-pagination {
    bottom: 2rem !important;
    transform: translateX(-50%) !important;
    right: initial !important;
    left: 50% !important;
  }
}

.swiper-pagination-bullet {
  background-color: initial;
  width: max(8px, 1.3rem) !important;
  height: max(8px, 1.3rem) !important;
  display: flex !important;
  border: 1px solid #d1120d;
  justify-content: center;
  align-items: center;
  margin: 0 1rem !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-red);
}

/*============================
	news
============================*/
.news {
  background: var(--bg-1);
  padding: 3rem 0 16.1rem;
  position: relative;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: flex;
  gap: 6rem 2.6rem;
  margin: 6.3rem auto 8.1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
  
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 32rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.05em;
  margin-right: 2rem;
  font-weight: 500;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: max(12px,1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  margin-top: -11rem;
  position: relative;
}

.policy__inner::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.policy::after {
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 66.7rem;
  height: 24rem;
  left: 11rem;
  bottom: 19rem;
}

@media (max-width: 767px) {
  .policy::after {
    width: 42rem;
    height: 15rem;
    left: 1rem;
    bottom: 12rem;
  }
}

.policy__inner {
  background: url(../img/bg-policy.png) no-repeat top center / cover;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  padding: 15.6rem 0 19.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy__inner {
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    padding: 15.6rem 0 31rem;
  }
}

@media (max-width: 767px) {
  .policy__inner::before {
    width: 60rem;
    height: 40.2rem;
    top: 8rem;
  }
}

.policy__txt-wrapper {
  background: url(../img/bg-policy-txt.jpg) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  margin: 0 11.7rem 0 auto;
  position: relative;
  color: #3d1c04;
  width: max-content;
}
.policy-deco-3 {
  position: absolute;
  width: 42.5rem;
  height: auto;
  top: -11rem;
  right: -11rem;
  z-index: -1;
}
.policy__txt-wrapper h2 {
  color: #3d1c04;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: max(20px,2.8rem);
  letter-spacing: 0.08em;
  line-height: calc(38.48/28);
  font-family: sickantsubaki, sans-serif;
}

@media (max-width: 767px) {
  .policy__txt-wrapper {
    align-items: center;
    margin: 0 3rem 0 auto;
  }
  .policy-deco-3 {
    width: 24.5rem;
    top: -11rem;
    right: -6rem;
  }
}

.policy__txt-wrapper p {
  font-weight: 500;
  font-size: max(12px,1.8rem);
  letter-spacing: 0.22em;
  line-height: calc(32/18);
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.policy__txt-wrapper-inner {
  border: 1px solid #3d1c04;
  margin: 2rem 1.8rem;
  padding: 5.3rem 5.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.policy__txt-wrapper-inner2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
}
@media (max-width: 767px) {
  .policy__txt-wrapper p {
    width: auto;
  }
}

.policy .common__btn {
  margin: 0;
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-1);
  margin-top: -11rem;
}

.menu__inner {
  padding: 15rem 0 17.6rem;
  position: relative;
}

.menu__inner::before {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 58.7rem;
  height: 57.7rem;
  position: absolute;
  top: -15.5rem;
  right: 7rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__inner::before {
    width: 32rem;
    height: 31.9rem;
    top: -8.5rem;
    right: 0rem;
  }
  .menu__inner {
    padding-bottom: 10rem;
  }
}

.menu__contents {
  width: 110.7rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 6.5rem;
  margin: 7.1rem auto 0;
}
.menu__contents:nth-of-type(2n) {
  flex-direction: row;
  margin: 8.9rem auto 0;
}
.menu__contents:nth-of-type(2n) .menu__img::before {
  left: initial;
  right: -7.7rem;
  bottom: -8.6rem;
}
.menu .common__btn {
  margin: 13rem auto 0;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
  .menu__contents:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: calc(38.48/24);
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  margin: 1.5rem 0 3rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    margin: 0 0 4rem;
  }
}

.menu__txt-wrapper h3 span {
  display: block;
  width: max-content;
}

.menu__txt-wrapper h3 span:nth-of-type(1) {
    width: 33.2rem;
    margin-left: -1.7rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span:nth-of-type(1) {
    width: 51rem;
  }
}

.menu__txt-wrapper h3 strong {
  color: var(--color-red);
}

.menu__txt-wrapper h3 small {
  font-size: max(14px, 2.6rem);
  font-weight: 400;
}

.menu__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(36/16);
}

.menu__img {
  width: 64rem;
  height: 42rem;
  flex-shrink: 0;
  position: relative;
}
.menu__img::before {
  content: "";
  background: #ffb400;
  opacity: 0.2;
  width: 31.5rem;
  height: 31.5rem;
  position: absolute;
  bottom: -7rem;
  left: -10rem;
  pointer-events: none;
  border-radius: 6rem;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }
  .menu__img::before {
    width: 20.5rem;
    height: 20.5rem;
    bottom: -7rem;
    left: -3rem;
  }
  .menu__contents:nth-of-type(2n) .menu__img::before {
    right: -3rem;
    bottom: -7rem;
  }
}

.menu__side {
  background: url("../img/sidemenu_bg.jpg") repeat-y center / 100% auto;
  width: 110rem;
  padding: 4.9rem 4.8rem 6.4rem 0;
  margin: 0 auto 11.5rem;
  box-shadow: 0.7rem 0.7rem 5px 0 rgba(58, 48, 20, 0.2);
  position: relative;
}

@media (max-width: 767px) {
  .menu__side {
    width: 90%;
    padding: 0 5rem 5rem;
  }
}

.menu__side::before,
.menu__side::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.menu__side::before {
  background: url("../img/menu_side.png") no-repeat center / contain;
  width: 56.6rem;
  height: 51.7rem;
  top: -6.9rem;
  left: -7.5rem;
}

.menu__side::after {
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 32.8rem;
  height: 32.8rem;
  top: -5.8rem;
  right: -2.8rem;
}

@media (max-width: 767px) {
  .menu__side::before {
    position: static;
    display: block;
    margin: 0 auto;
  }

  .menu__side::after {
    width: 26rem;
    height: 26rem;
    top: 42rem;
  }
}

.menu__side-txt-wrapper {
  width: 55.3rem;
  margin-left: auto;
}

@media (max-width: 767px) {
  .menu__side-txt-wrapper {
    width: 100%;
  }
}

.menu__side h3 {
  width: 38.7rem;
  height: 10.5rem;
}

.menu__side p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 2.5rem;
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 45rem;
}

@media (max-width: 767px) {
  .parallax {
    height: 30rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/*============================
	gallery
============================*/
.gallery {
  background: url(../img/texture-2.jpg) no-repeat top center / cover;
  padding: 6.3rem 0 10rem;
}

.gallery__ttl-wrapper {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    width: 90%;
    height: auto;
    padding: 8rem 0;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  height: 20rem;
  padding: 0 0.5rem;
}

@media (max-width: 767px) {
  .gallery__slider .swiper-slide {
    width: 35rem;
    height: 27rem;
  }
}

.gallery .common__btn {
  margin: 8.6rem auto 0;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  padding: 7.5rem 0 12.6rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
}

.access__contents {
  width: 108.4rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 7.2rem;
  margin: 7.4rem auto 7rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 49.8rem;
  height: 41.6rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
  padding: 2.8rem 1.6rem;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
  padding: 2.8rem 0;
}

.access__list dd:not(:last-child) {
  border-bottom: solid 1px #FFF;
}
.access__list dt:not(:last-of-type) {
  border-bottom: solid 1px #FFF;
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }
  .access__list dt:not(:last-child) {
    border-bottom: none;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-1);
  padding: 7.6rem 0 17.3rem;
}

.insta__contents {
  width: 86.9rem;
  margin: 5.4rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  /*width: 27.9rem;*/
  height: 26.9rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}


/*=============== top-yoyaku ===========*/

.top-yoyaku {
  background: var(--bg-1);
  padding: 8.7rem 3rem 10.2rem;
  position: relative;
}
.yoyaku-deco-1 {
  position: absolute;
  top: 10.2rem;
  right: 6.5rem;
  width: 33.5rem;
  height: auto;
  pointer-events: none;
}
.yoyaku-deco-2 {
  position: absolute;
  bottom: 16.7rem;
  left: 8rem;
  width: 33.5rem;
  height: auto;
  pointer-events: none;
}

.top-yoyaku .txt-1 {
  margin: 2.8rem auto 1rem;
  text-align: center;
  font-size: max(14px, 1.6rem);
  letter-spacing: 0.09em;
  line-height: 1.75;
}
.top-yoyaku .txt-2 {
  margin: 0 auto;
  text-align: center;
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.05em;
}
.calendar-wrapper {
  border: 16px solid #ccc;
  width: 100%;
  max-width: 900px;
  margin: 5.6rem auto 0 auto;
  display: flex;
  background: #fff;
  position: relative;
  z-index: 1;
}

.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;
  -webkit-appearance: auto;
  appearance: auto;
  border: 1px solid #000;
  border-radius: 3px;
}

.calendar_button {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  text-align: center;
}

.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: 10rem 3rem;
  }
  .yoyaku-deco-1 {
    top: 5.2rem;
    right: 1.5rem;
    width: 24.5rem;
  }
   .yoyaku-deco-2 {
    bottom: 5.2rem;
    left: 1.5rem;
    width: 24.5rem;
  }
  .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-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: 767px) {
  .yoyaku {
      padding: 10rem 20rem;
  }
}