@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-ttl);
  font-size: max(24px, 3.2rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.access .common__ttl {
  display: block;
  width: max(95px, 12.4rem);
  margin: 0 auto;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(150px, 20.6rem);
  height: max(40px, 5.5rem);
  position: absolute;
  transform: translateX(-55%);
  left: 50%;
  bottom: -2.8rem;
  z-index: -1;
}

.common__btn {
  width: max(160px, 20rem);
  height: max(40px, 5.2rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  padding-left: 2rem;
  position: relative;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(6px, 0.75rem);
  height: max(11.2px, 1.4rem);
}

/*============================
	header
============================*/
.header.top {
  height: max(80rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    padding-top: 7rem;
  }

  .header.top .header__logo {
    margin: 0 auto 9rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
    padding-left: 3rem;
  }

  .header.top .header__sns {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .header.top {
    height: max(90rem, 100vh);
  }
}

@media (max-width: 767px) {
  .header.top {
    height: auto;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@media (max-width: 1100px) {
  .hero {
    height: max(90rem, 100vh);
  }
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 14px;
  left: auto !important;
  right: 12rem;
  bottom: 20px !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
  }
}

.hero .swiper-pagination-bullet {
  background-color: var(--white);
  width: 9px !important;
  height: 9px !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: var(--brown);
}

/*============================
	news
============================*/
.news {
  padding: 10rem 0 14rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4.5rem auto 7rem;
}

@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(--white);
  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(--black);
  padding: 13rem 0 14.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy {
    padding: 10rem 0 12rem;
  }
}

.policy::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.policy::before {
  background: url("../img/policy_deco.png") no-repeat center / cover;
  width: 62rem;
  height: 44rem;
  left: 0;
  bottom: 0;
}

.policy::after {
  background-color: #e0d286;
  opacity: 0.1;
  mix-blend-mode: multiply;
  inset: 0;
}

@media (max-width: 767px) {
  .policy::before {
    width: 45rem;
    height: 32rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(460px, 46rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 -5rem 0 6rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper h2 span {
  display: block;
  width: max-content;
  height: max-content;
  background-color: var(--black);
  color: var(--white);
  padding: 2.4rem 1.8rem;
}

.policy__txt-wrapper h2 span:nth-of-type(2) {
  margin: 3rem 1.5rem 0 0;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 span {
    padding: 1.5rem;
  }

  .policy__txt-wrapper h2 span:nth-of-type(2) {
    margin: 1.5rem 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0 0 0 auto;
  }
}

.policy__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 90%;
  }
}

.policy__img img:nth-of-type(2) {
  width: 38rem;
  margin: -9.5rem -7.5rem 0 auto;
}

/*============================
	menu
============================*/
.menu {
  padding: 16rem 0 15rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 31rem;
  height: 8.6rem;
  position: absolute;
  pointer-events: none;
}

.menu::before {
  top: 13rem;
  left: 13rem;
}

.menu::after {
  right: 6.5rem;
  bottom: 11.5rem;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 22rem;
    height: 6.1rem;
  }

  .menu::before {
    top: 3rem;
    left: 5rem;
  }

  .menu::after {
    right: 2rem;
    bottom: 5rem;
  }
}

.menu__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__inner {
    width: 90%;
  }
}

.menu__list-1 {
  display: flex;
  flex-direction: column;
  row-gap: 9.5rem;
  margin: 11rem 0 7rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__list-1 {
    margin: 11rem 0 9.5rem;
  }
}

.menu__list-1::before {
  content: "";
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 28rem;
  height: 28rem;
  position: absolute;
  top: -14rem;
  right: -7.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-1::before {
    width: 22rem;
    height: 22rem;
  }
}

.menu__list-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__list-2 {
    grid-template-columns: 1fr;
  }
}

.menu__list-2::before {
  content: "";
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 28rem;
  height: 28rem;
  position: absolute;
  top: -11rem;
  left: -13rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-2::before {
    width: 22rem;
    height: 22rem;
  }
}

.menu__list-1 .menu__list-item {
  display: flex;
  gap: 3rem 5.5rem;
}

.menu__list-1 .menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-right: 5rem;
}

@media (max-width: 767px) {
  .menu__list-1 .menu__list-item,
  .menu__list-1 .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 2.5rem;
  }

  .menu__list-2 .menu__txt-wrapper {
    padding: 0 1.5rem 0 0.5rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__list-img {
  width: 62rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.menu__list-1 .menu__list-item:nth-of-type(2) .menu__list-img {
  width: 66.8rem;
  margin: -10.5rem -5rem 0 -5.2rem;
}

@media (max-width: 767px) {
  .menu__list-img,
  .menu__list-1 .menu__list-item:nth-of-type(2) .menu__list-img {
    width: 100%;
    margin: 0;
  }
}

.menu__img {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}

.menu__list-img figcaption,
.menu__img figcaption {
  display: block;
  width: 14.1rem;
  position: absolute;
  top: -1rem;
  right: -1rem;
}

.menu__list-1 .menu__list-item:nth-of-type(2) .menu__list-img figcaption {
  top: 11rem;
  right: 0.3rem;
}

.menu__img figcaption {
  top: -3rem;
  right: auto;
  left: -4.5rem;
}

@media (max-width: 767px) {
  .menu__img figcaption {
    left: -3rem;
  }
}

.menu__takeout {
  background: url("../img/takeout_bg.jpg") repeat center top / 100% auto;
  width: 100%;
  display: flex;
  gap: 3rem 8rem;
  padding: 1.5rem;
  margin: 9rem 0 10rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__takeout {
    flex-direction: column-reverse;
    padding: 4rem 4rem 5rem;
  }
}

.takeout__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .takeout__txt-wrapper {
    padding: 3.5rem 0 0 9.5rem;
  }
}

.takeout__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.takeout__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.takeout__img {
  width: 44rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .takeout__img {
    width: 100%;
  }
}

.takeout__txt {
  display: block;
  width: 14.1rem;
  position: absolute;
  top: -3rem;
  left: -4.5rem;
}

@media (max-width: 767px) {
  .takeout__txt {
    left: -3rem;
  }
}

/*============================
	others
============================*/
.others {
  background: url("../img/others_bg.jpg") repeat center / 100% auto;
  padding: 9rem 0;
}

.others__list {
  width: 90rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .others__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.others__list li a {
  display: block;
  background-color: #06c755;
  width: 100%;
  height: max(60px, 8rem);
  color: var(--black);
  padding: max(2px, 0.4rem);
}

.others__list li:nth-of-type(2) a {
  background: linear-gradient(90deg, #f24600, #9800ff);
}

.others__list li span {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  font-size: max(12px, 2rem);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-right: 2rem;
}

.others__list li:nth-of-type(2) span {
  gap: 2rem;
}

@media (max-width: 767px) {
  .others__list li span {
    font-size: max(14px, 2rem);
  }
}

.others__list li span::before {
  content: "";
  display: block;
  background: url("../img/line.png") no-repeat center / contain;
  width: max(30px, 4.5rem);
  height: max(30px, 4.5rem);
}

.others__list li:nth-of-type(2) span::before {
  background: url("../img/insta.png") no-repeat center / contain;
  width: max(28px, 4rem);
  height: max(28px, 4rem);
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center / cover;
  padding: 10rem 0 9rem;
}

.gallery__slider {
  height: 20rem;
  margin: 13rem 0 11rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  color: var(--black);
  padding: 13rem 0 19rem;
  position: relative;
}

.access::before {
  content: "";
  background-color: #e0d286;
  opacity: 0.1;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8.5rem;
  margin: 12rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 52rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 6rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 6rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.3rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
}

.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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  padding: 11rem 0 20rem;
  position: relative;
  z-index: 1;
}

.insta::before,
.insta::after {
  content: "";
  width: 28rem;
  height: 28rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  top: 8.5rem;
  right: 11rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  left: 9rem;
  bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 22rem;
    height: 22rem;
  }

  .insta::before {
    top: 5rem;
    right: -3rem;
  }

  .insta::after {
    left: -3rem;
    bottom: 3rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 10rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.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: 27rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
