@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  display: block;
  width: 44rem;
  margin: 0 auto;
  filter: drop-shadow(1.2rem 1.2rem 0 var(--black));
}

.news .common__ttl {
  width: 30rem;
}

.menu .common__ttl {
  width: 30.3rem;
}

.gallery .common__ttl {
  width: 38rem;
}

.access .common__ttl {
  width: 36rem;
}

.recruit .common__ttl {
  width: 42rem;
}

.insta .common__ttl {
  width: 57.5rem;
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--red);
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  color: var(--white);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.common__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-right: solid 1px var(--red);
  border-bottom: solid 1px var(--red);
  position: absolute;
  top: 5px;
  left: 4px;
  pointer-events: none;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(29px, 3.2rem);
  height: max(5px, 0.6rem);
  margin-bottom: 0.6rem;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__video {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  color: var(--black);
  padding: 12rem 0 11.5rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/deco-1.png") no-repeat center / contain;
  width: 23.8rem;
  height: 25.4rem;
  position: absolute;
  top: 1.5rem;
  right: 0.4rem;
  pointer-events: none;
}

.news::after {
  transform: scale(-1, -1);
  top: auto;
  right: auto;
  left: 0;
  bottom: 1.6rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 18rem;
    height: 19.2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 8rem auto 9rem;
}

@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: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: var(--bg-3);
  padding: 26rem 0 16.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept {
    padding: 16rem 0 16.5rem;
  }
}

.concept::before,
.concept::after {
  content: "";
  background: url("../img/concept_frame.png") no-repeat center top / cover;
  width: calc(100% - 14rem);
  height: 50%;
  position: absolute;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

.concept::before {
  transform: translateX(-50%);
  top: 6.5rem;
}

.concept::after {
  transform: translateX(-50%) scale(1, -1);
  bottom: 6.5rem;
}

@media (max-width: 767px) {
  .concept::before,
  .concept::after {
    width: 95%;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem 9rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 85%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
  position: relative;
}

.concept__txt-wrapper::before {
  content: "";
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 34.4rem;
  height: 33.6rem;
  position: absolute;
  right: -5rem;
  bottom: -2rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .concept__txt-wrapper::before {
    width: 26rem;
    height: 25.4rem;
    right: -2rem;
  }
}

.concept__txt-wrapper h2 {
  border-bottom: solid 2px var(--white);
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 2.5rem;
}

.concept__txt-wrapper h2 span {
  display: block;
  width: 43.3rem;
  margin: -8rem 0 3.5rem;
}

@media (max-width: 767px) {
  .concept__txt-wrapper h2 span {
    margin: 0 0 4rem;
  }
}

.concept__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 7rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 66rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 16.5rem 0 13rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / cover;
  width: 100%;
  height: 50rem;
  top: 0;
  left: 0;
}

.menu::after {
  background: url("../img/menu_deco-3.png") no-repeat center / cover;
  width: 40.8rem;
  height: 25.2rem;
  left: 4rem;
  bottom: 8rem;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu::before {
    height: 40rem;
  }

  .menu::after {
    width: 32rem;
    height: 19.7rem;
    left: -2rem;
    bottom: 4rem;
  }
}

.menu__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__inner {
    width: 90%;
  }
}

.menu__rib {
  background: var(--bg-2);
  width: 100%;
  border: solid max(3px, 0.5rem) #562b08;
  color: #562b08;
  display: flex;
  gap: 4rem 2rem;
  padding: 10rem 0 4rem 6rem;
  margin: 13rem 0 6.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__rib {
    flex-direction: column-reverse;
    padding: 8rem 5rem;
  }
}

.menu__rib::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid max(2px, 0.3rem) #562b08;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.menu__food {
  width: 100%;
  display: flex;
  column-gap: 6rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__food {
    flex-direction: column;
  }
}

.menu__food::before {
  content: "";
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 49.4rem;
  height: 40.4rem;
  position: absolute;
  top: -20rem;
  right: calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu__food::before {
    width: 40rem;
    height: 32.7rem;
    top: -16rem;
  }
}

.menu__list {
  width: 100%;
  display: flex;
  gap: 8rem 6rem;
  margin: 7rem auto;
}

@media (max-width: 767px) {
  .menu__list {
    flex-direction: column;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  width: 18.2rem;
  margin-bottom: 2rem;
}

.menu__rib .menu__txt-wrapper h3 span {
  display: block;
  width: 65.3rem;
  position: absolute;
  transform: translateY(-100%);
  top: -2.5rem;
  left: -1rem;
}

.menu__list .menu__txt-wrapper h3 span {
  width: 22.5rem;
  margin-top: -5rem;
}

.menu__list .menu__list-item:nth-of-type(2) .menu__txt-wrapper h3 span {
  width: 22.8rem;
}

@media (max-width: 767px) {
  .menu__food .menu__txt-wrapper h3 span {
    margin-top: -5rem;
  }

  .menu__rib .menu__txt-wrapper h3 span {
    width: 100%;
    position: static;
    transform: none;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 61.5rem;
  height: 100%;
  flex-shrink: 0;
}

.menu__rib .menu__img {
  width: 69.7rem;
  margin: -9rem -20rem 0 0;
  filter: drop-shadow(2rem 2rem 1rem rgba(0, 0, 0, 0.8));
}

.menu__list .menu__img {
  width: 100%;
  height: auto;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }

  .menu__rib .menu__img {
    margin: -9rem -10rem 0 -4rem;
  }
}

.menu__list .menu__list-item:nth-of-type(2) .menu__img::before {
  content: "";
  background: url("../img/menu_img-deco.png") no-repeat center / contain;
  width: 27.6rem;
  height: 17.2rem;
  position: absolute;
  right: -4.5rem;
  bottom: -3.5rem;
  pointer-events: none;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 10.5rem 0 12.5rem;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center / contain;
  width: 33.2rem;
  height: 33.2rem;
  position: absolute;
  top: 3rem;
  right: 12rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 23rem;
    height: 23rem;
    top: 6rem;
    right: 2rem;
  }
}

.gallery__slider {
  height: 24.4rem;
  margin: 6.5rem 0 11rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30.4rem;
  margin: 0 0.6rem;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  color: var(--black);
  padding: 10rem 0 20.5rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  background: url("../img/deco-1.png") no-repeat center / contain;
  width: 23.8rem;
  height: 25.4rem;
  position: absolute;
  top: 2.5rem;
  right: 0.3rem;
  pointer-events: none;
}

.access::after {
  transform: scale(-1, -1);
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .access::before,
  .access::after {
    width: 18rem;
    height: 19.2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 9rem;
  margin: 10rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__contents::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 30rem;
  height: 24.2rem;
  position: absolute;
  transform: translateY(100%);
  right: -8rem;
  bottom: 6.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access__contents::before {
    width: 23rem;
    height: 18.5rem;
    right: -3rem;
    bottom: -1rem;
  }
}

.access__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .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: 42rem;
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  padding: 8rem 0 11.5rem;
}

.recruit__txt-wrapper {
  width: 90%;
  margin: 0 auto;
}

.recruit__txt-wrapper p {
  line-height: 2;
  text-align: center;
  margin: 6rem auto 5.5rem;
}

@media (min-width: 768px) {
  .recruit__txt-wrapper p {
    width: 42rem;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 14rem 0 22rem;
}

.insta__contents {
  width: 82rem;
  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: 1.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: 26.1rem;
  height: 26.1rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	reserve
============================*/
.reserve {
  padding: 11rem 0 16rem;
}

.reserve__txt {
  width: 90%;
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin: 4.5rem auto 6rem;
}

.reserve__txt span {
  font-size: max(12px, 1.6rem);
}

.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;
  }
}
