@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem 3rem;
}

.common__ttl--menu {
  flex-direction: row;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(24px, 4rem);
  color: var(--brown);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.common__ttl--wt span {
  color: var(--white);
  filter: drop-shadow(0 0 1rem rgba(203, 0, 3, 0.7)) drop-shadow(0 0 2rem rgba(203, 0, 3, 0.7));
}

.common__ttl span::before,
.common__ttl span::after {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(30px, 4.5rem);
  height: max(15.3px, 2.3rem);
}

.common__ttl--wt span::before,
.common__ttl--wt span::after {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__ttl span::after {
  transform: scale(-1, 1);
}

.policy .common__ttl span::before,
.menu .common__ttl span::before,
.policy .common__ttl span::after,
.menu .common__ttl span::after {
  display: none;
}

.common__btn {
  width: max(200px, 34rem);
  height: max(45px, 6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.news .common__btn {
  width: max(180px, 27.5rem);
  height: max(45px, 6rem);
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: max(20px, 3.8rem);
  position: relative;
}

.common__btn a::before,
.common__btn a::after {
  content: "";
  background-color: var(--white);
  width: max(20px, 3.8rem);
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: max(20px, 3.8rem);
  pointer-events: none;
  z-index: 1;
}

.common__btn a::after {
  background-color: var(--black);
  transform: translate(100%, -50%);
}

.common__btn--wt a::after {
  background-color: var(--white);
}

.common__btn a span {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a span::before,
.common__btn a span::after {
  content: "";
  display: block;
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: max(143px, 22.9rem);
  height: max(10px, 1.6rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: url("../img/hero_deco.png") repeat center / 100% 100%;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 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: 10rem 0;
}

.news__inner {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem 5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
  }
}

.news__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  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;
}

.CMS-NEWS-ITEM:first-of-type {
  border-top: solid 1px var(--black);
}

.CMS-NEWS-ITEM:last-of-type {
  border-bottom: solid 1px var(--black);
}

.CMS-NEWS-ITEM:not(:last-of-type) {
  border-bottom: dashed 1px var(--black);
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  padding: 2.3rem 1.5rem;
}

@media (min-width: 768px) {
  .CMS-NEWS-LINK-CONTENT {
    display: flex;
  }
}

.CMS-NEWS-TIME {
  width: max(90px, 12rem);
  flex-shrink: 0;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: url("../img/policy_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 9rem 0;
  position: relative;
}

.policy__txt-wrapper {
  width: 90%;
  border: solid 1px var(--white);
  text-align: center;
  padding: 7rem 7rem 7.5rem;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    width: 72rem;
    padding: 7rem 8rem 7.5rem;
  }
}

.policy__txt-wrapper::before,
.policy__txt-wrapper::after {
  content: "";
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: max(143px, 22.9rem);
  height: max(10px, 1.6rem);
  position: absolute;
  left: 50%;
  pointer-events: none;
}

.policy__txt-wrapper::before {
  transform: translate(-50%, -50%);
  top: 0;
}

.policy__txt-wrapper::after {
  transform: translate(-50%, 50%);
  bottom: 0;
}

.policy__txt-wrapper h3 {
  font-size: max(18px, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 3rem 0 3.5rem;
}

.policy__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 3;
}

.policy__img {
  position: absolute;
  pointer-events: none;
}

.policy__img-1 {
  width: 42.7rem;
  top: 7.5rem;
  left: 10rem;
}

.policy__img-2 {
  width: 42.5rem;
  bottom: 4.5rem;
  left: 11.5rem;
}

.policy__img-3 {
  width: 53.5rem;
  top: 27.5rem;
  right: 0;
}

@media (max-width: 767px) {
  .policy__img-1 {
    width: 28rem;
    top: -5rem;
    left: 1rem;
  }

  .policy__img-2 {
    width: 35rem;
    bottom: -9rem;
    left: 1rem;
  }

  .policy__img-3 {
    width: 34rem;
    top: -6rem;
    right: -2rem;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-2);
  color: var(--white);
}

.menu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 6.5rem;
  padding: 16.5rem 0 12.5rem;
}

.menu__list-item {
  width: 110rem;
  display: flex;
  gap: 6rem 6.5rem;
  margin: 0 auto;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__lunch {
  background: url("../img/lunch_bg.jpg") no-repeat center / cover;
  padding: 12rem 0;
}

.menu__lunch-item {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem 12rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__lunch-item {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

.menu__lunch-item .menu__txt-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .menu__lunch-item .menu__txt-wrapper {
    padding-top: 1rem;
  }
}

.menu__txt-wrapper h4 {
  font-size: max(18px, 3rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 6.5rem 0 3.5rem;
}

.menu__txt-wrapper p {
  line-height: 3;
}

.menu .common__btn {
  margin: 7rem auto 0;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 7rem 0 0 auto;
  }
}

.menu__img {
  width: 51.7rem;
  height: 100%;
  flex-shrink: 0;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-right: -9rem;
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-left: -9rem;
}

.lunch__img {
  width: 52rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: -15rem;
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img,
  .lunch__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  padding: 13.5rem 0 13rem;
}

.gallery__list {
  width: 160.5rem;
  display: flex;
  justify-content: center;
  gap: 4.6rem;
  margin: 5rem auto 5.5rem;
}

@media (max-width: 767px) {
  .gallery__list {
    width: 95%;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.gallery__list li {
  width: 28.4rem;
  height: 100%;
}

@media (max-width: 767px) {
  .gallery__list li {
    width: 30%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .gallery__list li:nth-of-type(even) {
    margin-top: 10.5rem;
  }
}

#swipebox-close {
  right: auto;
  left: 0;
}

@media (min-width: 800px) {
  #swipebox-close {
    right: auto;
    left: 10px;
  }
}

/*============================
	access
============================*/
.access {
  background: url("../img/access_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 12rem 0 14.5rem;
}

.access__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__inner {
    width: 90%;
  }
}

.access__contents {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem 8rem;
  margin: 4.5rem 0 7rem;
}

@media (max-width: 767px) {
  .access__contents {
    flex-direction: column;
  }
}

.access__img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  row-gap: 5rem;
}

.access__img {
  width: 24.4rem;
}

.access__list {
  border-top: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 8rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  background-color: rgba(97, 0, 3, 0.7);
  width: max(75px, 12rem);
  font-weight: 600;
  text-align: center;
  padding: 2.2rem 0;
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
  padding: 2.2rem 2rem;
}

.access__list dd:not(:last-of-type) {
  border-bottom: dashed 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: dashed 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
    padding: 2rem;
  }

  .access__list dt {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.access__map {
  height: 50rem;
}

/*============================
	insta
============================*/
.insta {
  padding: 13rem 0;
}

.insta__contents {
  width: 81.7rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.6rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 10) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 25.5rem;
  height: 25.5rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
