@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  width: max(130px, 21.1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.common__ttl img {
  display: block;
  margin-bottom: -1.4rem;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 7.4rem;
  height: 8.5rem;
  filter: drop-shadow(0 0 1rem var(--blue)) drop-shadow(0 0 0.5rem var(--blue)) drop-shadow(0 0 0.5rem var(--blue));
}

.common__btn {
  width: max(230px, 34.4rem);
  height: max(50px, 7.5rem);
  margin: 0 auto;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border: solid 1px var(--white);
  font-size: max(14px, 2rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  width: calc(100% + 1.5rem);
  height: calc(100% + 1.5rem);
  border: solid max(8px, 1.5rem) var(--red);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  filter: blur(max(5px, 1rem));
  pointer-events: none;
  z-index: -1;
}

.common__btn a::after {
  content: "";
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(16.7px, 2.2rem);
  height: max(8px, 1rem);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 8.5rem;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(95rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.hero::before {
  background: linear-gradient(0deg, rgba(3, 0, 0, 0), rgba(3, 0, 0, 1));
  opacity: 0.2;
  mix-blend-mode: multiply;
  inset: 0;
}

.hero::after {
  width: calc(100% - 7.2rem);
  height: calc(100% - 7.5rem);
  border: solid max(2px, 0.3rem) var(--white);
  filter: drop-shadow(0 0 0.5rem var(--red)) drop-shadow(0 0 1rem var(--red)) drop-shadow(0 0 1rem var(--red));
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (max-width: 767px) {
  .hero::after {
    width: 95%;
    height: 95%;
  }
}

.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;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  font-family: var(--font-nav);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 4rem;
  z-index: 10;
}

.hero__scroll p {
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: max(2px, 0.3rem);
  height: max(60px, 10rem);
  animation: scroll 2.5s infinite;
}

/*============================
	news
============================*/
.news {
  background: url("../img/news_bg.jpg") no-repeat center / cover;
  padding: 8rem 0 10rem;
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.5rem;
  margin: 7.5rem auto 15rem;
}

@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: 26rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  line-height: 2;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.8rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  padding: 13rem 0 11rem;
}

.policy__contents {
  width: 110rem;
  display: flex;
  gap: 6rem 19.5rem;
  padding-right: 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
    padding: 0;
  }
}

.policy__txt-wrapper {
  width: 100%;
}

.policy__txt-wrapper h2 {
  display: block;
  width: 33.8rem;
  margin-bottom: 3rem;
}

.policy__txt-wrapper h3 {
  font-size: max(18px, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.25));
}

.policy__txt-wrapper h3 strong {
  font-size: max(21px, 4rem);
  font-weight: 600;
  color: #f7bd9f;
}

.policy__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 4rem 0 8rem;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__img {
  width: 41rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: 15.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
    margin-top: 0;
  }
}

.policy__img::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid max(2px, 0.3rem) var(--white);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  filter: drop-shadow(0 0 1rem var(--blue)) drop-shadow(0 0 0.5rem var(--blue)) drop-shadow(0 0 0.5rem var(--blue));
  pointer-events: none;
}

.policy__img img {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.33));
}

/*============================
	menu
============================*/
.menu {
  background-color: var(--black);
  padding: 15rem 0 13.5rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.jpg") no-repeat center top / cover;
  width: 144rem;
  height: 134rem;
  top: 0;
  left: 0;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center top / cover;
  width: 63.6rem;
  height: 25.7rem;
  right: 0;
  bottom: 7rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 76.7rem;
    height: 71rem;
  }

  .menu::after {
    width: 40rem;
    height: 16.1rem;
    bottom: 2rem;
  }
}

.menu__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5rem 4rem;
  margin: 14rem auto 0;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  margin-left: -3.5rem;
}

@media (max-width: 900px) {
  .menu__txt-wrapper {
    margin-left: 3rem;
  }
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    margin: 0;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.25));
}

.menu__txt-wrapper h3 strong {
  font-size: max(21px, 4rem);
  font-weight: 600;
  color: #f7bd9f;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 4rem 0 13rem;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0 0 0 auto;
  }
}

.menu__img {
  width: 73rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: -4.5rem;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }
}

.menu__img span {
  display: block;
  width: 61rem;
  position: relative;
}

.menu__img span:nth-of-type(2) {
  margin: -5rem 0 0 auto;
}

.menu__img span::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid max(2px, 0.3rem) var(--white);
  position: absolute;
  top: -3rem;
  left: -3rem;
  filter: drop-shadow(0 0 1rem var(--blue)) drop-shadow(0 0 0.5rem var(--blue)) drop-shadow(0 0 0.5rem var(--blue));
  pointer-events: none;
}

.menu__img img {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.33));
}

/*============================
	gallery
============================*/
.gallery {
  padding: 12.5rem 0;
}

.gallery__slider {
  height: 35rem;
  margin: 8rem 0 9.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 35rem;
  margin: 0 1rem;
}

/*============================
	access
============================*/
.access {
  padding-bottom: 5.5rem;
}

.access__ttl-wrapper {
  background: url("../img/access_ttl-bg.jpg") no-repeat center / cover;
  height: 36rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.access__map {
  width: 100%;
  height: 42rem;
  margin-bottom: 5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 15rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(75px, 11.5rem);
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0;
}

.access__list dd {
  width: calc(100% - max(75px, 11.5rem));
  border-bottom: solid 1px var(--white);
  padding: 1.8rem 1.6rem;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--red);
  }

  .access__list dt:first-of-type {
    border-top: solid 1px var(--red);
  }

  .access__list dd:first-of-type {
    border-top: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    display: block;
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
    position: relative;
  }

  .access__list dd::before {
    content: "";
    background-color: var(--pink);
    width: 25%;
    height: 2px;
    position: absolute;
    transform: translateY(50%);
    left: 0;
    bottom: 0;
  }
}

.access .common__btn {
  margin: 6rem 0 0 0.9rem;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 6rem auto 0;
  }
}

.access__img {
  width: 40.4rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

/*============================
	recruit
============================*/
.recruit {
  background-color: var(--black);
  padding: 7.5rem 0 8rem;
}

.recruit__contents {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  width: 110rem;
  border: solid 1px #cdbea1;
  padding: 5.5rem 0 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__contents {
    width: 90%;
  }
}

/*============================
	insta
============================*/
.insta {
  padding: 15rem 0 14rem;
}

.insta__contents {
  width: 84.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 3.2rem;
}

.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: 26rem;
  height: 26rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	reserve
============================*/
.reserve {
  padding: 9.5rem 0 16rem;
}

.reserve__txt {
  width: 90%;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin: 6.5rem auto 6rem;
}

.reserve__txt span {
  display: block;
  margin-top: 1rem;
}

.calendar-wrapper {
  border: 16px solid #ccc;
  width: max(650px, 90rem);
  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;
  }
}
