@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(21px, 2.8rem);
  font-weight: 700;
  color: var(--brown);
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-size: max(12px, 1.4rem);
  text-transform: uppercase;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(28px, 4rem);
  height: max(28px, 4rem);
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max(176px, 22rem);
  height: max(40px, 5rem);
  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: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-left: 2rem;
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_bg-wt.png") no-repeat center / contain;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(6px, 0.7rem);
  height: max(11px, 1.3rem);
  pointer-events: none;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
/*  height: max(88rem, 100vh);*/
  position: relative;
}

/*
@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}
*/

.hero::before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
  width: 100%;
  height: 11rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.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: 12.5rem 0 14.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 5rem auto 6.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: 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;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-2);
  color: var(--white);
  padding: 18.5rem 0 14.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    padding: 10rem 0 15rem;
  }
}

.policy::before {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 107rem;
  height: 65.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy::before {
    width: 70rem;
    height: 42.9rem;
  }
}

.policy__contents {
  width: 108rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 7rem 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 9rem;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(400px, 40rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 45rem;
  height: 45rem;
  position: absolute;
  top: -13rem;
  right: -13rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    width: 34rem;
    height: 34rem;
    top: -10rem;
    right: -7rem;
  }
}

.policy__txt-wrapper h2 {
  border: solid 1px var(--white);
  border-top: none;
  border-bottom: none;
  font-size: max(16px, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0 1.9rem;
  margin-left: 4rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    border: solid 1px var(--white);
    border-left: none;
    border-right: none;
    padding: 1rem 0;
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0 0 0 auto;
  }
}

.policy__img {
  width: 58rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 90%;
  }
}

.policy__img img:nth-of-type(2) {
  width: 35rem;
  margin: -9rem -7rem 0 auto;
}

@media (max-width: 767px) {
  .policy__img img:nth-of-type(2) {
    width: 60%;
    margin: -9rem -7rem 0 auto;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 12rem 0 14rem;
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  margin: 12rem auto 10.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 8rem;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 2rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  width: 35.2rem;
  height: 35.2rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(1) .menu__txt-wrapper::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  top: 2rem;
  right: -6.5rem;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  top: 1rem;
  right: -4rem;
}

.menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  top: 1.5rem;
  right: -6.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper::before,
  .menu__list-item:nth-of-type(1) .menu__txt-wrapper::before,
  .menu__list-item:nth-of-type(2) .menu__txt-wrapper::before,
  .menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
    width: 30rem;
    height: 30rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  border-bottom: solid 1px #af985a;
  color: #af985a;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}

.menu__txt-wrapper p {
  line-height: 2.5;
}

.menu__img {
  width: 68rem;
  height: 100%;
  flex-shrink: 0;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-left: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 100%;
    margin: 0;
  }
}

.menu__takeout {
  width: 100rem;
  border: solid 2px #3c1701;
  padding: 4rem 0 6rem;
  margin: 11rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__takeout {
    width: 90%;
  }
}

.menu__takeout::before,
.menu__takeout::after {
  content: "";
  background: url("../img/takeout_deco.png") no-repeat center right / cover;
  width: 11.6rem;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.menu__takeout::before {
  left: 0;
}

.menu__takeout::after {
  transform: scale(-1, 1);
  right: 0;
}

.menu__takeout-txt {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 3.5rem 0 1.5rem;
}

.menu__takeout-tel {
  width: max-content;
  border: solid 1px var(--black);
  border-left: none;
  border-right: none;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 0.5rem 2.5rem;
  padding: 0.6rem 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__takeout-tel {
    flex-direction: column;
    padding: 0.6rem 1rem;
  }
}

.menu__takeout-tel a {
  font-size: max(16px, 2.6rem);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.menu__takeout-tel a::before {
  content: "";
  display: block;
  background: url("../img/tel_icon.png") no-repeat center / contain;
  width: max(16px, 2.3rem);
  height: max(16px, 2.3rem);
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 10rem 0;
}

.gallery__slider {
  height: 20.9rem;
  margin: 7rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28.7rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 11.5rem 0 14rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 9.5rem;
  margin: 9rem auto 11.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__map {
  width: 62rem;
  height: 48rem;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .access__map {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (min-width: 768px) {
  .access__list {
    height: 100%;
    margin-top: -1rem;
  }
}

.access__list::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 45rem;
  height: 45rem;
  position: absolute;
  top: -25.5rem;
  right: -12rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access__list::before {
    width: 34rem;
    height: 34rem;
    top: -16rem;
    right: -7rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
}

.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;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 9rem 0 14.5rem;
}

.insta__contents {
  width: 90rem;
  margin: 7.5rem 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 2.9rem;
}

.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: 28rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
    
    .movie{
    background: #000;
    padding: 4rem 0;
}
}



video{
    width: 100%;
}

/*============================
	yoyaku
============================*/
.yoyaku {
  background: var(--bg-3);
  padding: 9rem 0 14.5rem;
}

.yoyaku_txt{
  text-align: center;
  margin: 7rem 0 4rem;
}
.calendar_button{
  text-align: center;
}
select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  border: revert;
  padding: revert;
  
}
@media screen and (max-width: 767px) {
  .yoyaku_contents{
    width: 90%;
    margin: 0 auto;
  }
}