@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(45px, 9rem);
  font-weight: 400;
  text-transform: capitalize;
}

.news .common__ttl span {
  font-size: max(40px, 8rem);
}

.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(--yellow);
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.8rem);
  color: var(--black);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.8rem;
  padding-right: 2rem;
}

.gallery .common__btn a {
  color: var(--white);
}

.common__btn--wt a {
  background-color: var(--white);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(30px, 3.7rem);
  height: max(6px, 0.75rem);
}

.gallery .common__btn a::after {
  background: url("../img/btn_arw-wt.png") no-repeat center / contain;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  /*height: max(85rem, 100vh); */
    height: auto;
  padding: 22.5rem 16rem 0;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    /* height: max(300px, 44rem); */
    height: auto;
    padding: max(60px, 8rem) 0 0;
  }
}

.hero::before {
  content: "";
  background: url("../img/hero_deco.png") no-repeat center / contain;
  width: 51.6rem;
  height: 26.6rem;
  position: absolute;
  left: -10.5rem;
  bottom: -23.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hero::before {
    width: 40rem;
    height: 20.6rem;
    left: -8rem;
    bottom: -18rem;
  }
}

.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 {
  padding: 10rem 0 12.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4rem auto 6rem;
}

@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(--gray);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/mv.jpg") no-repeat center / cover;
  padding: 10rem 0;
}

.concept__txt-wrapper {
  background-color: rgba(253, 250, 240, 0.95);
  width: 110rem;
  border-radius: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 17.5rem 4.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__txt-wrapper {
    width: 90%;
    padding: 4rem 5% 5rem;
  }
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.concept__txt-wrapper p {
  border-top: solid 2px var(--yellow);
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  padding-top: 3.5rem;
  margin: 3.5rem 0 5rem;
}

/*============================
	sister
============================*/
.sister {
  padding: 18rem 0 20rem;
  position: relative;
}

.sister::before {
  content: "";
  background: url("../img/sister_deco.png") no-repeat center / contain;
  width: 26.8rem;
  height: 15.6rem;
  position: absolute;
  top: 13.5rem;
  right: 11.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .sister::before {
    width: 21rem;
    height: 12.2rem;
    top: 3rem;
    right: 2rem;
  }
}

.sister__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sister__inner {
    width: 90%;
  }
}

.sister__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  max-width: 60rem;
  margin: 8rem auto 9rem;
}

@media (max-width: 767px) {
  .sister__list {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

.sister__list-item {
  background-color: var(--white);
  border: solid 3px var(--yellow);
  border-radius: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.sister__txt-wrapper {
  width: 100%;
  text-align: center;
}

.sister__txt-wrapper h3 {
  background-color: var(--yellow);
  height: max(50px, 8rem);
  font-size: max(16px, 2.2rem);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.sister__txt-wrapper address {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.sister__tel {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  margin: 1rem 0 4rem;
}

.sister__site {
  background: url("../img/yado_bg.jpg") no-repeat center / cover;
  width: 100%;
  border: solid 3px var(--yellow);
  padding: 5rem 0;
}

.sister__site-txt {
  background-color: var(--yellow);
  width: 44rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
  margin: 0 auto;
}

.sister__site-txt h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-1);
  padding: 13rem 0;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center / contain;
  width: 41.4rem;
  height: 21.4rem;
  position: absolute;
  top: 4.5rem;
  left: 7rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 33rem;
    height: 17rem;
    left: -10rem;
  }
}

.gallery__slider {
  height: 24rem;
  margin: 8rem 0 11.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 29.2rem;
  margin: 0 1.6rem;
}

/*============================
	reserve
============================*/
.reserve {
  padding: 10rem 0;
}

.reserve__txt {
  width: 90%;
  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: 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;
  }
}
