@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(24px, 3.8rem);
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(40px, 6.4rem);
  height: max(38.7px, 6.2rem);
}

.common__btn {
  width: max(196px, 26.6rem);
  height: max(45px, 6.1rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  color: #542c16;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_bg-wt.png") no-repeat center / contain;
  color: var(--white);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  width: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.hero::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 90%);
  height: 20rem;
  top: 0;
}

.hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  height: 11rem;
  bottom: 0;
}

.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;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  padding: 10rem 0 8.5rem;
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.7rem;
  margin: 4.5rem auto 5.5rem;
}

@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: 21.8rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-size: max(12px, 1.5rem);
}

.CMS-NEWS-LINK {
  margin-top: 0.5rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 10rem 0 6rem;
}

@media (max-width: 767px) {
  .policy {
    padding: 10rem 0;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 5rem;
  }
}

.policy__contents figcaption {
  width: 100%;
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(500px, 52rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(18px, 3.6rem);
  font-weight: 200;
  color: var(--brown);
  letter-spacing: 0.1em;
  margin-left: 6.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .policy__txt-wrapper p {
    padding-bottom: 9rem;
  }
}

.policy__img {
  width: 69.5rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

.policy__img img:nth-of-type(2) {
  width: 34.7rem;
  margin: -4.5rem -9rem 0 auto;
}

.policy__img img:nth-of-type(3) {
  width: 31.2rem;
  margin: -9rem 0 0 17rem;
}

@media (max-width: 767px) {
  .policy__img img:nth-of-type(2) {
    width: 50%;
    margin: -4.5rem -5% 0 auto;
  }

  .policy__img img:nth-of-type(3) {
    width: 45%;
    margin: -9rem 0 0 14rem;
  }
}

/*============================
	menu
============================*/
.menu {
  color: var(--white);
  padding: 9.5rem 0 10.5rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 40.1rem;
  height: 40.1rem;
  position: absolute;
  top: -16.5rem;
  right: -17.5rem;
  pointer-events: none;
}

.menu::after {
  top: auto;
  right: -13rem;
  bottom: 8.5rem;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 30rem;
    height: 30rem;
    top: -10rem;
    right: -12rem;
  }

  .menu::after {
    top: auto;
    bottom: 5rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 12rem;
  margin: 5.5rem auto 10rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list li {
  position: relative;
}

.menu__list li:nth-of-type(1):before {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 40.1rem;
  height: 40.1rem;
  position: absolute;
  left: calc(50% - 50vw - 11.5rem);
  bottom: -23rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list li::before {
    width: 30rem;
    height: 30rem;
    left: -12rem;
    bottom: -20rem;
  }
}

.menu__ttl-wrapper {
  display: flex;
}

.menu__list-item:nth-of-type(even) .menu__ttl-wrapper {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__ttl-wrapper,
  .menu__list-item:nth-of-type(even) .menu__ttl-wrapper {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}

.menu__ttl {
  margin: 0 auto;
}

.menu__ttl h3 {
  width: max(75px, 14.2rem);
  height: max(163px, 30.9rem);
  font-size: max(18px, 3.6rem);
  font-weight: 200;
  color: var(--brown);
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__ttl h3 {
    width: max(65px, 11rem);
    height: max-content;
    gap: 1.5rem;
    padding: 2rem 0;
    margin-bottom: 4rem;
  }
}

.menu__ttl h3::before,
.menu__ttl h3::after {
  content: "";
  background: url("../img/menu_ttl-deco-1.png") no-repeat center / contain;
  width: max(3px, 0.6rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.menu__ttl h3::after {
  background: url("../img/menu_ttl-deco-2.png") no-repeat center / contain;
  left: auto;
  right: 0;
}

.menu__ttl h3 span {
  font-size: max(12px, 1.8rem);
  color: var(--white);
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .menu__ttl h3 span {
    font-size: max(10px, 1.6rem);
  }
}

.menu__txt-wrapper {
  width: 100%;
  display: flex;
  gap: 4rem 6rem;
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    margin-top: -7.5rem;
  }
}

@media (max-width: 767px) {
  .menu__txt-wrapper,
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    flex-direction: column;
  }
}

.menu__txt-wrapper p {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media (min-width: 768px) {
  .menu__txt-wrapper p {
    margin-top: 14rem;
  }
}

.menu__img {
  display: block;
  height: 100%;
  flex-shrink: 0;
}

.menu__img-1 {
  width: 82rem;
}

.menu__img-2 {
  width: 49rem;
}

@media (max-width: 767px) {
  .menu__img-1,
  .menu__img-2 {
    width: 100%;
  }
}

/*============================
	floor
============================*/
.floor {
  background: var(--bg-3);
  padding: 11rem 0 10.5rem;
}

.floor__list-1 {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin: 8rem auto 1rem;
}

.floor__list-2 {
  width: 81.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
  margin: 0 auto 6.5rem;
}

@media (max-width: 767px) {
  .floor__list-1 {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .floor__list-2 {
    width: 90%;
    gap: 3rem;
    margin: 4rem auto 6.5rem;
  }
}

.floor__list-1 li,
.floor__list-2 li {
  width: 100%;
  position: relative;
}

.floor__list-2 li:nth-of-type(2) {
  margin-top: 7.5rem;
}

.floor__list-2 li:nth-of-type(3) {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .floor__list-1 li:nth-of-type(2) {
    margin-top: 3.5rem;
  }
}

.floor h3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1));
  width: max(32px, 5.6rem);
  font-size: max(14px, 2.8rem);
  font-weight: 200;
  color: var(--brown);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  position: absolute;
  top: 0;
  right: 5.5rem;
}

.floor .floor__list-2 h3 {
  right: 3.5rem;
}

@media (max-width: 767px) {
  .floor h3 {
    right: 5%;
  }

  .floor .floor__list-2 h3 {
    right: 10%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 10rem 0 8.5rem;
}

.gallery__slider {
  height: 22.6rem;
  margin: 5.5rem 0 6.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.6rem;
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 11.5rem 0;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 10rem;
  margin: 7rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 41.5rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 2.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 6rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 200;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--white);
  }
}

@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 0 0 auto;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-4);
  padding: 8rem 0 10.5rem;
}

.insta__contents {
  width: 87rem;
  margin: 6rem 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: 28rem;
  height: 27rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	sister
============================*/
.sister {
  background: var(--bg-2);
  color: var(--white);
  padding: 10rem 0 8rem;
}

.sister__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sister__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.sister__list li {
  background: url("../img/sister_bg-1.jpg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3));
}

.sister__list li:nth-of-type(2) {
  background: url("../img/sister_bg-2.jpg") no-repeat center / cover;
}

.sister__list li h3 {
  font-size: max(16px, 3.1rem);
  font-weight: 200;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

.sister__list li h3 span {
  font-size: max(14px, 2.3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  margin-bottom: 1rem;
}

.sister__list li h3 span::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: max(8px, 1.3rem);
  height: 1px;
}

.sister__btn {
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: max(180px, 25rem);
  height: max(36px, 4.3rem);
}

.sister__btn a {
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding-left: 2rem;
}

.sister__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw-sister.png") no-repeat center / contain;
  width: max(17px, 2.35rem);
  height: max(4px, 0.55rem);
}

.recruit__contents {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  width: 97rem;
  filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: center;
  gap: 6rem 9.5rem;
  padding: 6.5rem 9rem 6.5rem 14rem;
  margin: 5rem auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit__contents {
    width: 90%;
    flex-direction: column;
    padding: 6.5rem;
  }
}

.recruit__contents::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 1px var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.recruit__contents .common__ttl {
  flex-shrink: 0;
}

.recruit__tel {
  width: 100%;
  font-size: max(14px, 2.3rem);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .recruit__tel {
    text-align: center;
  }
}

.recruit__tel p {
  border-bottom: solid 1px #706650;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.recruit__tel span {
  font-size: max(24px, 4rem);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .recruit__tel span {
    justify-content: center;
  }
}

.recruit__tel span::before {
  content: "";
  display: block;
  background: url("../img/tel_icon.png") no-repeat center / contain;
  width: 3.3rem;
  height: 4.3rem;
}

/*============================
	reserve
============================*/
.reserve {
  padding: 10rem 0 11rem;
  position: relative;
}

.reserve::before,
.reserve::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 37.8rem;
  height: 37.8rem;
  position: absolute;
  top: 11rem;
  right: -10rem;
  pointer-events: none;
  z-index: -1;
}

.reserve::after {
  top: auto;
  right: auto;
  left: -13.5rem;
  bottom: -8.5rem;
}

@media screen and (max-width: 767px) {
  .reserve::before,
  .reserve::after {
    width: 30rem;
    height: 30rem;
    top: 6rem;
  }

  .reserve::after {
    top: auto;
  }
}

.reserve__txt {
  width: 90%;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin: 5.5rem auto;
}

.calendar-wrapper {
  border: 16px solid #ccc;
  width: max(650px, 90rem);
  margin: 6rem auto 0;
  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;
  }
}
