@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(14px, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

@media (max-width: 767px) {
  .common__ttl {
    font-size: max(14px, 1.8rem);
  }
}

.common__ttl span {
  font-size: max(24px, 4.8rem);
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .common__ttl span {
    font-size: max(24px, 4rem);
  }
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(36px, 6rem);
  height: max(25px, 4.2rem);
  margin-bottom: 1rem;
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(180px, 30rem);
  height: max(50px, 8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  border-right: solid max(12px, 2rem) var(--brown);
  font-size: max(12px, 2rem);
  color: var(--white);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 3.5rem;
  position: relative;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(120rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(12px, 2rem);
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 6rem !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    column-gap: max(10px, 1.8rem);
    bottom: 3rem !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: transparent;
  width: max(10px, 1.8rem) !important;
  height: max(10px, 1.8rem) !important;
  border: solid 1px var(--white);
  border-radius: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .hero .swiper-pagination-bullet {
    width: max(10px, 1.5rem) !important;
    height: max(10px, 1.5rem) !important;
  }
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--white);
}

/*============================
	policy
============================*/
.policy {
  padding: 9rem 0 16rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .policy {
    padding: 10rem 0 15rem;
  }
}

.policy::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.policy::before {
  background-color: #000;
  width: 65%;
  height: 75.5rem;
  opacity: 0.1;
  top: 32.5rem;
  left: 0;
}

.policy::after {
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 64.4rem;
  height: 38.8rem;
  right: -13.5rem;
  bottom: -12rem;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .policy::after {
    right: -15rem;
    bottom: -16rem;
  }
}

@media screen and (max-width: 767px) {
  .policy::before {
    width: 85%;
  }

  .policy::after {
    width: 45rem;
    height: 27.1rem;
    right: -10rem;
    bottom: -14rem;
  }
}

.policy__ttl-wrapper {
  width: 175rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6rem 14rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .policy__ttl-wrapper {
    width: 85%;
    flex-direction: column;
    padding: 0;
  }
}

.policy__ttl-wrapper::before {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 14.6rem;
  height: 30.6rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .policy__ttl-wrapper::before {
    width: 10rem;
    height: 20.9rem;
    left: -3rem;
  }
}

.policy__ttl-wrapper h2 {
  font-size: max(14px, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: capitalize;
  flex-shrink: 0;
}

.policy__ttl-wrapper h2 span {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 6rem;
}

.policy__ttl-wrapper h2 span::after {
  content: "";
  display: block;
  background-color: var(--black);
  width: 33rem;
  height: 1px;
}

.policy__ttl-wrapper h2 img {
  display: block;
  width: 46.7rem;
  margin-left: 5.5rem;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.75));
}

.policy_img-list {
  width: 87rem;
  display: grid;
  grid-template-columns: 0.75fr 1fr 1fr;
  gap: 2.3rem;
}

@media (max-width: 767px) {
  .policy_img-list {
    width: 100%;
  }
}

.policy__contents {
  width: 169rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 14rem;
  padding-right: 11rem;
  margin: 5rem auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 85%;
    flex-direction: column-reverse;
    padding: 0;
    margin: 6rem auto 0;
  }
}

.policy__txt-wrapper {
  width: 100%;
}

.policy__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .policy__txt-wrapper h3 {
    font-size: max(16px, 4rem);
  }
}

.policy__txt-wrapper h3 span {
  display: block;
  background-color: #42190a;
  width: max-content;
  color: var(--white);
  padding: 1.5rem 6rem 1.5rem 3rem;
}

.policy__txt-wrapper h3 span:nth-of-type(1) {
  margin: 10rem 0 1.6rem -5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h3 span:nth-of-type(1) {
    margin: 0 0 1.6rem;
  }

  .policy__txt-wrapper h3 span:nth-of-type(2) {
    margin-left: 5rem;
  }
}

.policy__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 4rem 0 6rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper p {
    font-size: max(12px, 2.1rem);
    margin: 8rem 0 15.5rem;
  }

  .policy .common__btn {
    margin: 0;
  }
}

.policy__img {
  width: 78rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-2);
  color: var(--white);
  padding: 11rem 0 28.5rem;
  position: relative;
  z-index: 1;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 50.2rem;
  height: 29.6rem;
  top: 32.4rem;
  left: -6.4rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 33.2rem;
  height: 27.2rem;
  top: 52.5rem;
  right: -8rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 30rem;
    height: 17.6rem;
    top: 27rem;
    left: -6.4rem;
  }

  .menu::after {
    width: 23rem;
    height: 18.8rem;
  }
}

.menu__inner {
  width: 139rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__inner {
    width: 90%;
  }
}

.menu .common__ttl {
  width: max-content;
  margin-left: 20.5rem;
}

@media (max-width: 767px) {
  .menu .common__ttl {
    margin-left: 0;
  }
}

.menu__img {
  display: block;
  width: 196.6rem;
  margin: -12rem -9rem -78.5rem -49rem;
  pointer-events: none;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 105%;
    margin: 0;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    width: 71rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 28.2rem;
  height: 36.2rem;
  position: absolute;
  right: 0;
  bottom: -14rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__txt-wrapper::before {
    width: 21rem;
    height: 27rem;
  }
}

.menu__txt-wrapper h3 {
  display: block;
  width: 39.5rem;
}

@media (min-width: 768px) {
  .menu__txt-wrapper h3 {
    margin-left: auto;
  }
}

.menu__txt-wrapper p {
  font-family: var(--font-serif);
  font-size: max(12px, 2.1rem);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: right;
  padding-left: 13rem;
  margin: 7rem 0 6rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper p {
    font-size: max(12px, 1.8rem);
    padding-left: 0;
  }
}

.menu__btn-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.menu__btn-list a {
  background-color: var(--black);
  width: max(160px, 35.4rem);
  height: max(40px, 6rem);
  font-size: max(14px, 2.6rem);
  letter-spacing: 0.1em;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-left: 4rem;
  position: relative;
}

.menu__btn-list a::after {
  content: "＞";
  font-family: var(--font-serif);
  font-size: max(18px, 2.6rem);
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
  pointer-events: none;
}

/*============================
	gallery
============================*/
.gallery {
  color: var(--white);
  padding: 15.5rem 0 16.5rem;
  position: relative;
}

.gallery::before {
  content: "";
  background-color: #42190a;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 85%;
  }
}

.gallery__inner {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .gallery__inner {
    width: 90%;
  }
}

.gallery__inner::before,
.gallery__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gallery__inner::before {
  background: url("../img/gallery_deco-1.png") no-repeat center / contain;
  width: 28.4rem;
  height: 20.2rem;
  top: 6.5rem;
  left: 34rem;
}

.gallery__inner::after {
  background: url("../img/gallery_deco-2.png") no-repeat center / contain;
  width: 50.6rem;
  height: 22.2rem;
  top: 3.5rem;
  right: -23rem;
}

@media (max-width: 767px) {
  .gallery__inner::before {
    width: 21rem;
    height: 14.9rem;
    top: 17rem;
    left: 3rem;
  }

  .gallery__inner::after {
    width: 36rem;
    height: 15.8rem;
    top: 0;
    right: -1rem;
  }
}

.gallery .common__ttl {
  width: max-content;
}

.gallery__slider {
  height: 30.6rem;
  margin: 20rem 0 6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 39rem;
}

.gallery__txt-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6rem;
}

@media (max-width: 767px) {
  .gallery__txt-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.gallery__txt-wrapper p {
  width: 59rem;
  font-family: var(--font-serif);
  font-size: max(12px, 2.1rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (max-width: 767px) {
  .gallery__txt-wrapper p {
    width: 85%;
    font-size: max(12px, 1.8rem);
  }
}

.gallery .common__btn {
  margin: 0;
}

/*============================
	news
============================*/
.news {
  background-color: #fff2e3;
  padding: 11rem 0 9.5rem;
}

.CMS-NEWS-INDEX {
  width: 156rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin: 7rem auto;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 30rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-size: max(12px, 2.1rem);
  letter-spacing: 0.1em;
}

.CMS-NEWS-TIME {
  color: #776665;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK,
  .CMS-NEWS-TIME {
    font-size: max(12px, 1.8rem);
  }
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	access
============================*/
.access {
  background-color: #fff2e3;
  padding: 12rem 0 12.5rem;
}

.access__contents {
  width: 156rem;
  display: flex;
  gap: 2rem 14rem;
  margin: 14rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
    margin: 10rem auto 0;
  }
}

.access__img {
  width: 53.6rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 9rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 8rem;
  }
}

.access__list dt,
.access__list dd {
  font-size: max(14px, 2.6rem);
  padding: 3.2rem 2rem;
}

.access__list dt {
  width: max(80px, 20rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(80px, 20rem));
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
    font-size: max(14px, 2rem);
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 49.5rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 14rem 0 18rem;
}

.insta__contents {
  width: 125rem;
  margin: 10rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}

.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: 39.8rem;
  height: 39.8rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
  parallax
============================*/
.parallax {
  width: 100%;
  height: 73rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 50rem;
  }
}

.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;
}

/*============================
	reserve
============================*/
.reserve {
  padding: 11rem 0 12rem;
}

.reserve__txt {
  width: 90%;
  font-size: max(12px, 2.1rem);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin: 4.5rem auto;
}

.calendar-wrapper {
  border: 16px solid #ccc;
  width: max(650px, 111rem);
  margin: 0 auto;
  display: flex;
  color: #000;
  background: #fff;
}

.calendar-wrapper a {
  color: #000;
}

.reservation .calendar-wrapper {
  position: relative;
  outline: 16px 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;
  margin-top: 10px;
  margin-left: 1rem;
  padding: 20px;
  line-height: 1.8;
}

.calendar-reservation form {
  padding-top: 0;
}

.calendar_date {
  font-size: 18px;
}

.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
}

.calendar_button {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
  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) {
  .calendar-wrapper {
    width: 90%;
    flex-direction: column;
  }

  .calendar-wrapper {
    font-size: 12px;
  }

  .calendar-reservation {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
  }

  .calendar-reservation form {
    padding: 0 20px;
  }

  .calendar-reservation form div {
    margin-bottom: 10px;
  }

  .calendar_person,
  .calendar_time {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

@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;
}

.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;
}

@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;
  }

  .calendar-wrapper th,
  .calendar-wrapper td {
    outline: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #111111;
  }

  .calendar_button {
    font-size: 16px;
  }

  .calendar_title,
  .calendar_date {
    font-size: 14px;
  }

  .calendar_info {
    margin: 10px 20px;
  }
}
