@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-zen);
  font-size: max(24px, 3.6rem);
  font-weight: 900;
  color: var(--brown);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.common__ttl--wt {
  color: var(--white);
}

.common__btn {
  width: max(161px, 20.2rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.shop .common__btn {
  width: max(224px, 28rem);
}

.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;
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_bg-wt.png") no-repeat center / contain;
}

.shop .common__btn a {
  background: url("../img/btn_bg-shop.png") no-repeat center / contain;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: linear-gradient(0deg, var(--white), #522f00);
  width: 100%;
  height: 26rem;
  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: 14.5rem 0 15rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6rem 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(--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: url("../img/policy_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 17.5rem 0 13.5rem;
}

.policy__contents {
  width: 114rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5rem 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 9.5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(460px, 46rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper h2 {
  font-family: var(--font-zen);
  font-size: max(18px, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 3.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    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: 72rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .policy__img {
    width: 90%;
    margin: 0;
  }
}

.policy__img img:nth-of-type(2) {
  width: 42rem;
  margin: -15rem -6.5rem 0 auto;
}

@media (max-width: 767px) {
  .policy__img img:nth-of-type(2) {
    width: 60%;
    margin: -15rem -7rem 0 auto;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 15rem 0 14rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 32.2rem;
  height: 23.8rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  pointer-events: none;
  z-index: -1;
}

.menu::after {
  top: auto;
  left: auto;
  right: 10rem;
  bottom: 14rem;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 24rem;
    height: 20.7rem;
  }

  .menu::after {
    right: -2rem;
    bottom: 4rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8.5rem;
  margin: 13rem auto 12rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 5rem 8rem;
}

.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) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(470px, 47rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-right: max(70px, 10rem);
  }
}

.menu__txt-wrapper h3 {
  background: url("../img/menu_ttl-bg.png") no-repeat center / contain;
  width: max(48px, 7.3rem);
  height: max(167px, 25.4rem);
  font-family: var(--font-zen);
  font-size: max(16px, 2.4rem);
  font-weight: 900;
  color: var(--brown);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.menu__txt-wrapper h3 span {
  display: block;
  font-size: max(12px, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-orientation: sideways;
  margin-left: 0.5rem;
}

.menu__txt-wrapper h4 {
  font-family: var(--font-zen);
  font-size: max(16px, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 4rem 0 3rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h4 {
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 54rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__list-item:nth-of-type(2) .menu__img::before {
  content: "";
  background: url("../img/menu_img-deco.png") no-repeat center / contain;
  width: 23rem;
  height: 39.1rem;
  position: absolute;
  right: -9.5rem;
  bottom: -7rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2) .menu__img::before {
    width: 23rem;
    height: 39.1rem;
    right: -5rem;
    bottom: -3rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 13rem 0 12.5rem;
}

.gallery__slider {
  height: 24rem;
  margin: 6rem 0 7rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 32.5rem;
  margin: 0 1.1rem;
}

/*============================
	access
============================*/
.access {
  padding: 14rem 0 18.5rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 37rem;
  height: 7.6rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 10rem;
  left: 5.5rem;
  pointer-events: none;
}

.access::after {
  top: auto;
  left: auto;
  right: 4rem;
  bottom: 9rem;
}

@media (max-width: 767px) {
  .access::before,
  .access::after {
    width: 32rem;
    height: 6.57rem;
    top: 3rem;
    left: -3rem;
  }

  .access::after {
    top: auto;
    left: auto;
    right: -4rem;
    bottom: 5rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 7rem;
  margin: 11.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 65rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 4.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4.5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.3rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 400;
}

.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;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 15rem 0 13rem;
}

.insta__contents {
  width: 87rem;
  margin: 6.5rem auto 8.5rem;
}

@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;
  }
}

.facebook__contents {
  background: url("../img/facebook_bg.jpg") no-repeat center / cover;
  width: 80rem;
  border: solid 2px var(--white);
  color: var(--white);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .facebook__contents {
    width: 90%;
  }
}

.facebook__contents a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 4.5rem 0 5rem;
}

.facebook__contents a::before {
  content: "";
  display: block;
  background: url("../img/facebook.png") no-repeat center / contain;
  width: max(36px, 6.6rem);
  height: max(36px, 6.6rem);
}

.facebook__contents div {
  font-family: var(--font-zen);
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}

/*============================
	shop
============================*/
.shop {
  background: var(--bg-3);
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .shop {
    flex-direction: column-reverse;
  }
}

.shop__txt-wrapper {
  width: 100%;
  padding: 8rem 18rem 7.5rem 10rem;
}

@media screen and (max-width: 767px) {
  .shop__txt-wrapper {
    padding: 8rem;
  }
}

.shop__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin: 3.5rem 0 6rem;
}

.shop__img {
  width: 76rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .shop__img {
    width: 100%;
  }
}
