@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  width: max-content;
  font-size: max(14px, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  position: relative;
}
.common__ttl span {
  font-family: var(--font-en);
  font-size: max(40px, 5.8rem);
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);  
  -ms-transform: translate(-50%, -50%);
  color: #dfeaeb;
  font-feature-settings: "calt" 1;
  letter-spacing: 0.1em;
  z-index: -1;
  white-space: nowrap;
}
.common__ttl-wt span {
  color: var(--white);
}

.common__btn {
  width: max-content;
  margin: 0 auto;
}

.common__btn a {
  width: 100%;
  height: 100%;
  font-size: max(14px, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem 1.8rem;
}

.common__btn--wt a {
  border-bottom: solid 1px var(--white);
  color: var(--white);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(73px, 6.5rem);
  height: max(50px, 4.5rem);
}

.common__btn--wt a::after {
  background: url("../img/btn_arw-wt.png") no-repeat center / contain;
}
@media (max-width: 767px) {
  .common__ttl::after {
    top: 50%;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  /*height: min(100vh, 61rem);*/
  position: relative;
}
.hero::before {
  content: "";
  background: url(../img/bg-hero.png) no-repeat top center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.hero__scroll-icon {
  position: absolute;
  bottom: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1rem;
  height: auto;
  z-index: 3;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
  .hero__scroll-icon {
    display: none;
  }
}

.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: 3rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #F9F9F9;
  width: 8px !important;
  height: 8px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: #656565;
}

.hero__scroll {
  width: max(55px, 8.7rem);
  height: max(27px, 4.3rem);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 5rem;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}

.hero__scroll::before {
  content: "";
  background-color: var(--white);
  width: 100%;
  height: max(55px, 8.7rem);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--black);
  width: 1px;
  height: max(6px, 1rem);
}


/*============================
	news
============================*/
.news {
  background: #ece7e1;
  padding: 11.3rem 0 8.7rem;
  position: relative;
}


@media (max-width: 767px) {

}

.CMS-NEWS-INDEX {
  width: 88.4rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3.2rem;
  margin: 3.6rem auto 4rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
    margin-top: 8rem;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 19.3rem;
  margin-bottom: 1.5rem;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK {
  letter-spacing: 0.05em;
  font-size: max(12px, 1.3rem);
  font-weight: 500;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.3rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	about
============================*/
.about {
  padding: 13rem 0 8.9rem;
  position: relative;
}
.about .common__ttl span {
  font-size: max(100px, 21.7rem);
  letter-spacing: 0.05em;
}
.about-deco {
  position: absolute;
  top: 32.6rem;
  left: 0;
  width: 24.2rem;
  height: auto;
  overflow: initial;
  pointer-events: none;
}

@media (max-width: 767px) {
  .about .common__ttl span {
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    top: -15rem;
  }
}

.about__contents {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about__contents {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.about__txt-wrapper {
  width: 44.6rem;
  padding-top: 2.5rem;
  margin-right: -8rem;
}

@media (max-width: 767px) {
  .about__txt-wrapper {
    padding-top: 0;
    width: 90%;
    margin: 3rem auto 0;
  }
}

.about .common__ttl {
  margin: 0 0 2rem 6.3rem;
}

.about__txt-wrapper h3 {
  font-size: max(30px, 3.86rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.about__txt-wrapper p {
  font-size: max(12px, 1.3rem);
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin: 2.6rem 0 3rem;
}

@media (min-width: 768px) {
  .about .common__btn {
    margin: 0;
  }
}

.about__img {
  width: 76.2rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .about__img {
    width: 95%;
    margin-left: auto;
  }
}
/*============================
	shop
============================*/
.shop {
  padding: 10.7rem 0;
  position: relative;
}
.shop .common__ttl span {
  letter-spacing: 0.05em;
}
.shop-deco {
  position: absolute;
  top: 32.6rem;
  left: 0;
  width: 24.2rem;
  height: auto;
  overflow: initial;
  pointer-events: none;
}

@media (max-width: 767px) {
}

.shop__contents {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 0;
  margin: 4.9rem auto 0;
}

@media (max-width: 767px) {
  .shop__contents {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.shop__txt-wrapper {
  width: 44.6rem;
  padding-top: 2.5rem;
  margin-right: -8rem;
  position: relative;
  margin-top: 5rem;
}
.shop__txt-wrapper::before {
  content: "";
  background: rgba(255,255,255,0.8);
  height: 85%;
  top: 0;
  right: -1rem;
  width: 10rem;
  position: absolute;
  border-radius: 0 50px 0 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .shop__txt-wrapper {
    padding-top: 0;
    width: 90%;
    margin: 3rem auto 0;
  }
  .shop__txt-wrapper::before {
    display: none;
  }
}


.shop__txt-wrapper h3 {
  font-size: max(22px, 3.86rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.shop__txt-wrapper p {
  font-size: max(12px, 1.3rem);
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin: 2.6rem 0 3rem;
}

@media (min-width: 768px) {
  .shop .common__btn {
    margin: 0;
  }
}

.shop__img {
  width: 76.2rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .shop__img {
    width: 95%;
    margin-left: auto;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-1);
  padding: 18rem 0 11.8rem;
  position: relative;
}
.bg-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.menu .common__ttl {
  color: #2b989a;
  font-size: max(20px, 1.95rem);
}
.menu .common__ttl span {
  font-size: max(70px, 9.7rem);
}
.menu .common__btn {
  margin: 3rem 0 0 auto;
}
.menu .common__btn a {
  padding: 0;
}
.menu-deco-1 {
  position: absolute;
  top: 82.1rem;
  left: 0;
  width: 26.4rem;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
.menu-deco-2 {
  position: absolute;
  top: 124.2rem;
  right: 0;
  width: 26.5rem;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
.menu-deco-3 {
  position: absolute;
  bottom: 4.7rem;
  left: 0;
  width: 26.4rem;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .menu .common__btn {
    margin: 3rem auto 0;
  }
  .menu-deco-1 {
    top: 129.1rem;
    width: 17.4rem;
  }
  .menu-deco-2 {
    top: 228.2rem;
    width: 17.5rem;
  }
  .menu-deco-3 {
    width: 17.4rem;
  }

}

.menu__list {
  background: #FFF;
  border-radius: 150px 0 0 0;
  width: 112.5rem;
  display: flex;
  flex-direction: column;
  margin: 19.3rem auto 0;
  position: relative;
  z-index: 1;
  padding: 11.6rem 11.9rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 8rem;
    padding: 11.6rem 4rem;
  }
}

.menu__list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 11.3rem;
}
.menu__list-item:nth-of-type(2n) {
  display: flex;
  flex-direction: row-reverse;
}
.menu__list-item:nth-of-type(4) {
  margin-bottom: 0;
}
.menu-2 {
  position: absolute;
  top: -12.5rem;
  left: -22.7rem;
  width: 43.5rem;
  height: auto;
  overflow: initial;
  pointer-events: none;
}
.menu-4 {
  position: absolute;
  top: -13.5rem;
  right: -22.7rem;
  width: 44.5rem;
  height: auto;
  overflow: initial;
  pointer-events: none;
}
.menu-6 {
  position: absolute;
  top: -16.9rem;
  left: -22.7rem;
  width: 43.5rem;
  height: auto;
  overflow: initial;
  pointer-events: none;
}
.menu-8 {
  position: absolute;
  top: -17.7rem;
  right: -24rem;
  width: 44.5rem;
  height: auto;
  overflow: initial;
  pointer-events: none;
}


@media (max-width: 767px) {
  .menu__list-item {
    flex-direction: column;
  }
  .menu__list-item:nth-of-type(2n) {
    flex-direction: column;
  }
  .menu-2 {
    top: -7.5rem;
    left: -9.7rem;
    width: 31.5rem;
  }
  .menu-4 {
    top: -7.5rem;
    right: -11.7rem;
    width: 29.5rem;
  }
  .menu-6 {
    top: -7.9rem;
    left: -9.7rem;
    width: 26.5rem;
  }
  .menu-8 {
    top: -17.7rem;
    right: -12rem;
    width: 33.5rem;
  }
}

.menu__txt-wrapper {
  width: 42%;
  padding: 0 0 0 5.9rem;
}
.menu__list-item:nth-of-type(2n) .menu__txt-wrapper {
  padding: 0 5.9rem 0 0;
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    width: 100%;
    padding: 2.5rem 4rem 0;
  }
  .menu__list-item:nth-of-type(2n) .menu__txt-wrapper {
    padding: 2.5rem 4rem 0;
  }
}

.menu__txt-wrapper h3 {
  font-weight: 700;
  letter-spacing: 0; 
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
  font-size: 1.95rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #000;
}

.menu__txt-wrapper p {
  font-size: max(12px, 1.3rem);
  letter-spacing: 0.04em;
  line-height: calc(36/16);
}

.menu__img {
  width: 58.2%;
  height: 100%;
  position: relative;
}
.title-bg {
  position: absolute;
  top: 0.3rem;
  right: -6.6rem;
  width: 12.2rem;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.title-bg-2 {
  position: absolute;
  top: 0.3rem;
  left: -4.9rem;
  width: 12.2rem;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.title-bg-txt {
 position: absolute; 
 top: 5rem;
 right: -3.3rem;
 font-size: 1.61rem;
 font-weight: 700;
}
.title-bg-txt-2 {
 position: absolute; 
 top: 5rem;
 left: -1.6rem;
 font-size: 1.61rem;
 font-weight: 700;
}
.title-bg-txt-3 {
 position: absolute; 
 top: 5rem;
 right: -4.3rem;
 font-size: 1.61rem;
 font-weight: 700;
}
.title-bg-txt-4 {
 position: absolute; 
 top: 3.6rem;
 left: -1.6rem;
 font-size: 1.61rem;
 font-weight: 700;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper,
.menu__list-item:nth-of-type(2) .menu__img {
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
  .title-bg {
    width: 16.2rem;
  }
  .title-bg-2 {
    width: 16.2rem;
  }
  .title-bg-txt {
    top: 6rem;
    right: -3.3rem;
    font-size: 2.61rem;
  }
  .title-bg-txt-2 {
    top: 6rem;
    left: -1.2rem;
    font-size: 2.61rem;
  }
  .title-bg-txt-3 {
    top: 6rem;
    right: -4.3rem;
    font-size: 2.41rem;
  }
  .title-bg-txt-4 {
    top: 3.9rem;
    left: -1rem;
    font-size: 2.61rem;
  }
  .menu__txt-wrapper h3 {
    font-size: 3rem;
  }
  
}

.menu__list-item:nth-of-type(1) .menu__img-2 {
  width: 60.4rem;
  position: absolute;
  top: -12rem;
  right: calc(50% - 50vw - 6rem);
}

.menu__list-item:nth-of-type(2) .menu__img-2 {
  width: 38rem;
  position: absolute;
  top: 8.5rem;
  left: calc(50% - 50vw - 3.5rem);
  z-index: 1;
}
.menu__list-item:nth-of-type(3) .menu__img-2 {
  width: 37rem;
  position: absolute;
  top: 18rem;
  right: calc(50% - 50vw - -13rem);
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .menu__img-2 {
    width: 36rem;
    top: 20rem;
  }

  .menu__list-item:nth-of-type(2) .menu__img-2 {
    width: 23rem;
    top: 22.5rem;
    left: calc(50% - 50vw - 0.5rem);
  }
  .menu__list-item:nth-of-type(3) .menu__img-2 {
    width: 24rem;
    top: 24rem;
    right: calc(50% - 50vw - 0rem);
  }
}

/*============================
	gallery
============================*/
.gallery {
  padding: 9rem 0 13.1rem;
  background: #ece7e1;
}
.gallery .common__ttl {
    font-size: max(20px, 1.95rem);
}
.gallery .common__ttl span {
    font-size: max(70px, 9.7rem);
}
.gallery__slider {
  height: 72.3rem;
  max-height: 90vh;
  margin: 7.5rem 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .gallery__slider {
    height: 40rem;
  }
}

.gallery__slider::after {
  content: "";
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border: solid 4px var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 2;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 100%;
}

.gallery .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(12px, 2rem);
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -5rem !important;
  z-index: 10;
}

.gallery .swiper-pagination-bullet {
  background-color: #FFF;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  transition: 0.3s ease-in-out;
}

.gallery .swiper-pagination-bullet-active {
  background-color: #289999;
  width: 15px !important;
  height: 15px !important;
}

/*============================
	access
============================*/
.access {
  padding: 10.6rem 0 6.5rem;
  position: relative;
}
.access h2 {
  margin-bottom: 4.4rem;
}
.access .common__btn {
  margin: 1.4rem auto 0 0;
}
.access .common__btn a {
  padding: 0;
}
@media (max-width: 767px) {
  .access .common__btn {
    margin: 5rem auto 3rem;
  }
}


.access__contents {
  display: flex;
  gap: 2rem 9.5rem;
  margin: 5.5rem auto 0 12.1rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 100%;
    flex-direction: column;
    margin: 5.5rem auto 0;
  }
}

.access__contents h3 {
  font-family: var(--font-en);
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.access__contents p {
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 2rem 0 3.5rem;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}

.access__list dt,
.access__list dd {
  font-size: max(12px, 1.3rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 1.7rem 0;
}

.access__list dt {
  width: max(75px, 9rem);
  background-color: #eee7e1;
  text-align: center;
}

.access__list dd {
  width: calc(100% - max(75px, 9rem));
  padding: 1.7rem 0 1.7rem 2rem;
}

.access__list dd {
  border-bottom: solid 1px #bcaf9f;
}
.access__list dd:first-of-type,
.access__list dt:first-of-type {
  border-top: solid 1px #bcaf9f;
}


@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px #bcaf9f;
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 2rem 1.6rem 2rem;
  }
  .access__list {
    width: 90%;
    margin: 0 auto;
  }
}

.access__reserve {
  width: 74.4rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__reserve {
    width: 95%;
    margin-left: auto;
    margin-top: 3rem;
  }
}

.access__reserve h4 {
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin: 0 0 4rem;
}

.access__reserve li:first-of-type {
  border-bottom: dashed 1px var(--white);
}

.access__reserve a {
  display: block;
  width: 100%;
  padding: 4rem 0;
}

.access__reserve dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.access__reserve dl dt {
  width: max(300px, 41.5rem);
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.access__reserve dl dd {
  width: max(100px, 16rem);
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .access__reserve dl dt,
  .access__reserve dl dd {
    width: 100%;
  }
}

.access__tel {
  font-family: var(--font-en);
  font-size: 12px;
}

@media (max-width: 767px) {
  .access__tel {
    font-size: 14px;
    text-decoration: none !important;
  }
}

.access__tel span {
  display: block;
  font-size: max(12px, 1.4rem);
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .access__tel span {
    font-size: 14px;
    text-decoration: underline;
  }
}

.access__insta {
  font-family: var(--font-en);
  font-size: 12px;
}

@media (max-width: 767px) {
  .access__insta {
    font-size: 14px;
  }
}

.access__insta dd {
  gap: 4rem;
}

.access__insta dd::after {
  content: "";
  display: block;
  background: url("../img/insta.png") no-repeat center / contain;
  width: max(16px, 1.8rem);
  height: max(16px, 1.8rem);
}

/*============================
	insta
============================*/
.insta {
  background: #ece7e1;
  padding: 8.1rem 0 9.3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .insta { 
    padding: 10rem;
  }
}

.insta__contents {
  width: 71.7rem;
  margin: 0 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.4rem;
}

.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: 20.9rem;
  height: 20.9rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}



/*=============== top-yoyaku ===========*/

.top-yoyaku {
  padding: 11.4rem 2rem 9.2rem;
}
.top-yoyaku .top-heading::before {
  filter: invert(1);
}
.yoyaku-txt {
  text-align: center;
  margin-top: 3rem;
  font-size: max(14px, 1.3rem);
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.top-yoyaku__heading {
  margin: 0 auto;
  width: 14rem;
}


.calendar-wrapper {
  border: 16px solid #ccc;
  width: 100%;
  max-width: 900px;
  margin: 4rem auto 0 auto;
  display: flex;
  background: #fff;
}

.calendar-wrapper a {
  color: #000;
}

.reservation .calendar-wrapper {
  position: relative;
  outline: 1.3rem 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;
  padding: 20px;
  line-height: 1.8;
  border-left: 1.3rem solid #ccc;
}

.calendar-reservation form {
  padding-top: 0;
  text-align: left;
}

.calendar_date {
  font-size: 18px;
  padding: 8px;
}

.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
  border: 1px solid #000;
}

.calendar_button {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  border: 1px solid #aaaaaa;
  cursor: pointer;
}

.calendar_button:hover {
  opacity: 0.8;
}

.calendar_info {
  font-size: 12px;
  margin: 20px;
  color: #000;
  text-align: left;
}

.calendar_ok {
  color: #dd8866;
}

@media screen and (max-width: 767px) {
  .top-yoyaku {
    padding: 10rem 2rem;
  }
  .yoyaku-txt {
    margin-top: 8rem;
  }
  .reserve {
      margin-top: 5rem;
  }

  .reservation .reserve {
      margin-top: 0;
  }

  .calendar-wrapper {
      width: 100%;
      margin: 5rem auto;
      flex-direction: column;
  }

  .calendar-wrapper {
      font-size: 12px;
  }

  .calendar-reservation {
      padding: 0;
      margin-left: 0;
      border-left: 0;
      border-top: 1.3rem solid #ccc;
  }

  .calendar-reservation form {
      padding: 20px;
  }

  .calendar-reservation form div {
      margin-bottom: 20px;
  }
}

@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;
}

@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;
  }
}

.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;
}

.calendar_date {
  border: 1px solid #000;
}

.takeout_top_ad {
  display: flex;
}

.takeout_img {
  width: 52%;
  margin-right: 3%;
}

.takeout_ad {
  width: 45%;
}

.takeout_top_ad img {
  display: block;
  width: 100%;
  height: auto;
}

.takeout_top_ad dl.detail dt {
  padding: 0.5rem;
}

.takeout_top_ad dl.detail dd {
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .yoyaku {
      padding: 10rem 20rem;
  }
}
