@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-adobe);
  font-size: max(24px, 4rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.common__ttl--wt {
  color: var(--white);
}

.common__btn {
  width: max(165px, 22rem);
  height: max(42px, 5.6rem);
  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%;
  font-size: max(12px, 1.4rem);
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  padding: max(80px, 12rem) max(80px, 12rem) 0;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: max(60px, 8rem) 0 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: 2rem;
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 3rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #e0d9c9;
  width: max(10px, 1.3rem) !important;
  height: max(10px, 1.3rem) !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: 13rem 0 11.5rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/news_deco-1.png") no-repeat center / contain;
  width: 29.2rem;
  height: 9.6rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.news::before {
  top: 7rem;
  left: 6.5rem;
}

.news::after {
  right: 7.5rem;
  bottom: 7.5rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 23rem;
    height: 7.5rem;
  }

  .news::before {
    top: 3rem;
    left: 2rem;
  }

  .news::after {
    right: 2rem;
    bottom: 2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 5.5rem auto 7.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: url("../img/policy_bg.jpg") repeat center bottom / 100% auto;
  padding: 11rem 0 14.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy {
    padding: 11rem 0 20rem;
  }
}

.policy::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.policy::before {
  background: url("../img/policy_deco-1.png") no-repeat center / cover;
  width: 100%;
  height: 10rem;
  transform: translateY(100%);
  bottom: 1px;
  left: 0;
}

.policy::after {
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 51.9rem;
  height: 49.9rem;
  right: 3rem;
  bottom: -34rem;
}

@media (max-width: 767px) {
  .policy::before {
    height: 5.3rem;
  }

  .policy::after {
    width: 42rem;
    height: 40.4rem;
    right: 1rem;
    bottom: -24rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.policy__txt-wrapper {
  width: 100%;
  color: var(--white);
  margin-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(380px, 51rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-right: 1rem;
  }
}

.policy__txt-wrapper h2 {
  border-left: solid 1px var(--white);
  font-size: max(16px, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 3.5rem;
  margin-left: 3.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    border-left: none;
    border-bottom: solid 1px var(--white);
    padding: 0 0 3rem;
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__img {
  width: 64rem;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 3.2rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

.policy__img img:nth-of-type(1) {
  grid-column: 1/3;
}

/*============================
	menu
============================*/
.menu {
  padding: 26.5rem 0 15rem;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 80rem;
  height: 64rem;
  position: absolute;
  top: -3.5rem;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu::before {
    width: 50rem;
    height: 40rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 8.5rem;
  margin: 13rem auto 17rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    margin: 13rem auto 23rem;
  }
}

.menu__list-item {
  display: flex;
}

.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 {
  background: var(--bg-2);
  width: 100%;
  color: var(--white);
  padding: 5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    background: url("../img/texture-2.jpg") repeat center / 144rem auto;
    padding: 5.5rem;
    margin: 4rem -6rem 0 0;
  }

  .menu__list-item:nth-of-type(odd) .menu__txt-wrapper {
    margin: 4rem 0 0 -6rem;
  }
}

.menu__list-item:nth-of-type(3) .menu__txt-wrapper::after {
  content: "";
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 30.6rem;
  height: 37.8rem;
  position: absolute;
  transform: translateY(100%);
  right: -6.5rem;
  bottom: 5.5rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(3) .menu__txt-wrapper::after {
    width: 22rem;
    height: 27.1rem;
    right: -2rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 68rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 11.5rem 0 9.5rem;
}

.gallery__slider {
  height: 24.9rem;
  margin: 8rem 0;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 13rem 0 22.5rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  background: url("../img/access_deco-1.png") no-repeat center / contain;
  width: 31.6rem;
  height: 23.2rem;
  position: absolute;
  pointer-events: none;
}

.access::before {
  top: 5.5rem;
  left: 7rem;
}

.access::after {
  right: 8rem;
  bottom: 6rem;
}

@media (max-width: 767px) {
  .access::before,
  .access::after {
    width: 24rem;
    height: 17.6rem;
  }

  .access::before {
    top: 2rem;
    left: 2rem;
  }

  .access::after {
    right: 2rem;
    bottom: 2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 8.5rem;
  margin: 9rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 67.5rem;
  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.2rem 0;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 600;
}

.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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 44rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 12.5rem 0 15.5rem;
}

.insta__contents {
  width: 84.4rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}

.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: 26rem;
  height: 26rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
