@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(28px, 4.3rem);
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
}

.common__ttl span {
  font-size: max(14px, 1.87rem);
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}





.common__btn {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
.common__btn.right {
  text-align: right;
}

.common__btn a {
  display: inline-block;
  width: max(150px, 29.4rem);
}
.common__btn img {
  width: 100%;
  height: auto;
} 

@media (max-width: 767px) {
  .common__btn.right {
    text-align: center;
  }
  .common__btn a {
    width: max(200px, 30rem);
  }
}


/* .common__btn--bl a {
  border-bottom: solid 1px var(--black);
  color: var(--black);
  padding: 0 3px max(8px, 1.3rem) max(10px, 1.5rem);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(24px, 3.4rem);
  height: max(5px, 0.7rem);
  margin-bottom: max(4px, 0.6rem);
}

.common__btn--bl a::after {
  background: url("../img/btn_arw-bl.png") no-repeat center / contain;
} */

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  width: 100%;
  opacity: 0.55;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.hero::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
  height: 26rem;
  top: 0;
}

.hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
  height: 20rem;
  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;
}

@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-en);
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -6rem;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(60px, 11.5rem);
  animation: scroll 2.5s infinite;
}

/*============================
	news
============================*/
.news {
  padding: 20rem 0 20rem;
  background: url(../img/back-news.jpg) no-repeat center top / cover;
}
@media (max-width: 767px) {
  .news {
    padding: 8rem 0;
  }
}

.news__inner {
  /* background-color: var(--white); */
  width: max(650px, 145rem);
  /* color: var(--black); */
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  /* gap: 6rem 8rem;
  padding: 6rem 6rem 6rem 7rem; */
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
    padding: 10rem 5% 6rem;
  }
}

.news__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4.5rem;
  flex-shrink: 0;
}

/* @media (min-width: 768px) {
  .news .common__btn {
    margin: 0;
  }

  .news .common__btn.sp {
    display: none;
  }
} */

/* .CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 18.6rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-MORE-READ {
  display: none;
} */

/*============================
	policy
============================*/
.policy {
  background: url("../img/back-policy.jpg") no-repeat center / cover;
  padding: 20.5rem 0 16rem;
  position: relative;
}

		.policy::before {
			content: "";
			background: url(../img/deco-policy.png) no-repeat center top / contain;
			width: 78rem;
			height: 77rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			bottom: -37rem;
			left: -1rem;
      z-index: 1;
		}
@media (max-width: 767px) {
  .policy {
    padding: 13rem 0 27rem;
  }
		.policy::before {
			width: 48rem;
			height: 47rem;
			bottom: -24rem;
			left: -1rem;
		}

}

.policy__contents {
  width: max(650px, 145rem);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  gap: 3rem;
}
@media (max-width: 1100px) {
  .policy__contents {
    gap: 8rem;
  }
}
@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 5rem;
  }
}

.policy__contents > div:first-of-type {
  flex-basis: 40%;
}

.policy__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__head {
  font-size: max(14px, 2.4rem);
  font-weight: 500;
  padding: 0 1.3rem;
  border-right: 0.25rem solid #000;
  border-left: 0.25rem solid #000;
  margin-left: 4rem;
  line-height: 2.25;
  letter-spacing: 0.2em;
  height: 75%;
}

.policy__txt-wrapper h2 {
  font-size: max(20px, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 3.5rem;
  line-height: 1.77;
}

@media (max-width: 767px) {
  .policy__head {
    font-size: max(15px, 2.4rem);
    font-weight: 500;
    padding: 1.3rem 0;
    border: none;
    border-top: 0.25rem solid #000;
    border-bottom: 0.25rem solid #000;
    margin-left: 0rem;
    margin-bottom: 4rem;
    line-height: 2.25;
    letter-spacing: 0.2em;
    text-align: center;
    height: 75%;
  }
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}


.policy__text {
  letter-spacing: 0.2em;
  line-height: 2.25;
  margin-bottom: 6rem;
  font-size: max(13px, 2.13rem);
  height: max(430px, 65rem);
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .policy__text {
    height: inherit;
    margin-bottom: 7rem;
  }
}


.policy__img {
  flex: 1;
  /* width: 65.6rem;
  width: 100%;
  height: 100%;
  height: auto; */
  /* flex-shrink: 0;
  margin-left: -9rem; */
}
.policy__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
    margin: 0 0 2rem;
  }
}

/*============================
	menu
============================*/
.menu {
  position: relative;
}

.menu__inner {
  padding: 19rem 0 23rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__inner {
    padding: 30rem 0 18rem;
  }
}

.menu__food {
  width: max(650px, 140rem);
  display: flex;
  gap: 4rem 9rem;
  margin: 15rem auto 15rem;
  position: relative;
  z-index: 1;
}
.menu__food:nth-last-of-type(2) {
  flex-direction: row-reverse;  
}
@media (max-width: 767px) {
  .menu__food {
    width: 90%;
    flex-direction: column-reverse;            
    gap: 6rem 9rem;
    margin: 12rem auto 12rem;
  }
  .menu__food:nth-last-of-type(2) {
    flex-direction: column-reverse;            
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 0rem;
  }
}

.menu__head {
  font-size: max(16px, 2.94rem);
  color: #af985a;
  letter-spacing: 0.7rem;
		position: relative;
    margin-bottom: 4rem;
}

		.menu__head::before {
			content: "";
			background-color: #af985a;
			width: calc(100% - 14rem);
			height: 0.12rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			top: 50%;
			left: 14rem;
		}


.menu__txt-wrapper h3 {
  font-size: max(17px, 2.9rem);
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.25rem;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper h3 span {
  display: block;
}

.menu__txt-wrapper h3 span:nth-of-type(2) {
  margin-left: 8rem;
}

.menu__text {
  letter-spacing: 0.1rem;
  line-height: 2.56;
  font-size: max(13px, 2.13rem);
}

.menu__img-list {
  display: flex;
  gap: 4rem 8rem;
  margin: 6rem 0 0 -9rem;
}

@media (max-width: 767px) {
  .menu__img-list {
    margin: 6rem 0 0;
  }
}

.menu__img-list li {
  display: block;
  height: 100%;
}

.menu__img-list li:nth-of-type(2) {
  margin-top: 8rem;
}

.menu__img {
  width: 73.2rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.menu__img-1 {
  width: 89.5rem;
  margin-right: calc(50% - 50vw);
}
.menu__img-2 {
  width: 89.5rem;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__img-1 {
    width: 100%;
    margin: 0;
  }
}

.menu__img p {
  background-color: var(--white);
  width: max(50px, 10rem);
  height: max(150px, 29rem);
  font-family: var(--font-ttl);
  font-size: max(24px, 4.4rem);
  font-weight: 400;
  color: var(--black);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.2em;
  position: absolute;
  top: -4rem;
  left: 7.5rem;
}


@media (max-width: 767px) {
  .menu__img p {
    width: max(50px, 8rem);
    height: max(130px, 24rem);
    font-size: max(21px, 3.6rem);
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/back-gallery.jpg") no-repeat center / cover;
  padding: 16rem 0;
}

.gallery__slider {
  height: 30rem;
  margin: 10rem 0 12rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 42.5rem;
}
.gallery__slider .swiper-slide img {
  padding: 0 0.7rem;
}

/*============================
	access
============================*/
.access {
  padding: 18rem 0 18rem;
  position: relative;
  overflow: hidden;
}

.access::before,
.access::after {
  content: "";
  width: 43.3rem;
  height: 43.3rem;
  mix-blend-mode: screen;
  position: absolute;
  pointer-events: none;
}


@media screen and (max-width: 767px) {
  .access {
    padding: 14rem 0;
  }
}

.access__contents {
  width: max(650px, 192rem);
  display: flex;
  flex-direction: row;
  gap: 6rem 13rem;
  margin: 10rem auto 10rem;
  position: relative;
  z-index: 1;
  padding-right: 23rem;
}
@media (max-width: 1100px) {
  .access__contents {
    padding-right: 10rem;
  }

}
@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
    padding-right: 0;
  }
}

.access__img {
  flex: 1;
  /* width: 48.7rem;
  height: 100%;
  flex-shrink: 0; */
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__contents > div:nth-of-type(2) {
  flex-basis: 42.5%;
}
@media (max-width: 1100px) {
  .access__contents > div:nth-of-type(2) {
    flex-basis: 48.5%;
  }
}

.access__list {
  border-top: solid 1px var(--white);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0rem;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 4rem 0;
  letter-spacing: 0.2em;
  font-size: max(13px, 2.13rem);
}

.access__list dt {
  width: max(100px, 18rem);
  font-weight: 700;
  padding-left: 2rem;
  display: flex;
  justify-content: flex-start;
}

.access__list dd {
  width: calc(100% - max(100px, 18rem));
}
.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px #000;
}


@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px #000;
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    display: block;
    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: 55rem;
}

/*============================
	insta
============================*/
.insta {
  padding: 16rem 0;
  position: relative;
  overflow: hidden;
}

.insta::before,
.insta::after {
  content: "";
  width: 43.3rem;
  height: 43.3rem;
  mix-blend-mode: screen;
  position: absolute;
  pointer-events: none;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  top: -16rem;
  right: 9rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  left: 8rem;
  bottom: -15.5rem;
}

@media screen and (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 30rem;
    height: 30rem;
  }

  .insta::before {
    top: -12rem;
    right: -4rem;
  }

  .insta::after {
    left: -4rem;
    bottom: -12rem;
  }
}

.insta__contents {
  width: max(400px, 81.1rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 4.6rem;
}

.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: max(120px, 24rem);
  height: max(120px, 24rem);
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}



/*=============== top-yoyaku ===========*/

.top-yoyaku {
  background-image: url(../img/bg-yoyaku.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12rem 0 20.3rem;
}
.top-yoyaku h2 {
  color: #FFF;
  width: 28.3rem;
  margin: 0 auto;
  position: relative;
  left: 2rem;
}
.top-yoyaku .top-heading::before {
  filter: invert(1);
}

.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;
}

.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
    color: #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 0;
  }
  .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;
}

.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;
  }
}










.takeout {
  border-top: 1.34rem solid #674600;
  border-bottom: 1.34rem solid #674600;
  padding: 12rem 0 15rem;
  background: url(../img/back-takeout.jpg) no-repeat center top / cover;
}

.takeout__contents {
  width: 60rem;
  margin-left: 19rem;
}

.takeout p {
  letter-spacing: 0rem;
  line-height: 1.78;
  font-size: max(13px, 2.13rem);
  margin: 5rem 0 8.5rem;
}
@media screen and (max-width: 1100px) {
  .takeout__contents {
    margin-left: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .takeout {
    position: relative;
  }
  .takeout::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(255, 255, 255, 0.85);
  }

  .takeout__contents {
    width: 90%;
    margin: 0 auto;
  }
}