@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-kokuryu);
  font-size: max(21px, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  position: relative;
}

.common__ttl span {
  font-family: var(--font-yuji);
  font-size: max(12px, 1.6rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__ttl--wt,
.common__ttl--wt span {
  color: var(--white);
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(120px, 20.1rem);
  height: max(30px, 5rem);
  position: absolute;
  transform: translateX(-52%);
  left: 50%;
  bottom: -1rem;
  z-index: -1;
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-bl.png") no-repeat center / contain;
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 4.6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--orange);
  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 a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(7px, 0.85rem);
  height: max(10.7px, 1.3rem);
}

/*============================
	header
============================*/
.header.top {
  height: max(80rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    padding-top: 8rem;
  }

  .header.top .header__logo {
    margin: 0 auto 12rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .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: 1000px) {
  .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;
  transform: translateY(100%);
  left: auto !important;
  right: 15rem;
  bottom: -5.5rem !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
    bottom: -3rem !important;
  }
}

.hero .swiper-pagination-bullet {
  background-color: var(--brown);
  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(--orange);
}

/*============================
	news
============================*/
.news {
  padding: 12rem 0 8.5rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 100rem;
  height: 38.4rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.news::before {
  top: -20.5rem;
  right: 0;
}

.news::after {
  transform: scale(-1, -1);
  left: 0;
  bottom: -24rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 70rem;
    height: 26.9rem;
  }

  .news::before {
    top: -13rem;
  }

  .news::after {
    bottom: -12rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6rem auto;
}

@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;
  padding: 9rem 0 12rem;
  clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0% 100%);
}

@media (max-width: 767px) {
  .policy {
    padding: 9rem 0 24rem;
    clip-path: polygon(0 8rem, 100% 0, 100% calc(100% - 8rem), 0% 100%);
  }
}

.policy__contents {
  width: 122rem;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-bg {
  background: url("../img/policy_txt-bg.jpg") repeat center / 100% auto;
  width: 100%;
  border-radius: 4rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.6));
  padding: 6rem 5.5rem 5rem;
}

@media (min-width: 768px) {
  .policy__txt-bg {
    height: 100%;
    padding: 5rem 5rem 6rem;
    margin: 9rem 0 13rem;
  }
}

.policy__txt-wrapper {
  width: 100%;
  color: var(--brown);
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(330px, 38rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.policy__txt-wrapper h2 {
  font-family: var(--font-kaisei);
  font-size: max(16px, 2.6rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-left: 2.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
    margin: 0 0 3rem;
  }
}

.policy__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
}

.policy__img {
  width: 70rem;
  height: 100%;
  flex-shrink: 0;
  margin: 0 -8rem 0 2rem;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
    margin: 0 0 -4rem;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 10rem 0 13.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 15rem 0;
  }
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / cover;
  width: 63.5rem;
  height: 44.5rem;
  top: -8rem;
  left: 0;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / cover;
  width: 32.6rem;
  height: 31.6rem;
  left: 13.5rem;
  bottom: 8.4rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 50rem;
    height: 35rem;
  }

  .menu::after {
    width: 22rem;
    height: 21.3rem;
    left: 2rem;
    bottom: 3rem;
  }
}

.menu_deco {
  display: block;
  width: 47.7rem;
  position: absolute;
  top: -15rem;
  right: 3rem;
}

@media (max-width: 767px) {
  .menu_deco {
    width: 36rem;
    top: -10rem;
    right: -2rem;
  }
}

.menu__deco-txt {
  font-family: var(--font-kaisei);
  font-size: max(16px, 2.6rem);
  font-weight: 800;
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  transform: translateY(-100%) rotate(-15deg);
  top: 3rem;
  left: -8rem;
}

@media (max-width: 767px) {
  .menu__deco-txt {
    top: 2rem;
    left: -10rem;
  }
}

.menu__deco-txt::before,
.menu__deco-txt::after {
  content: "";
  display: block;
  background: url("../img/menu_txt-deco-wt.png") no-repeat center / contain;
  width: max(23px, 2.9rem);
  height: max(46px, 5.8rem);
}

.menu__deco-txt::after {
  transform: scale(-1, 1);
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 9.5rem;
  margin: 11.5rem auto 22rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 15rem;
    margin: 12rem auto 15rem;
  }
}

.menu__list-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.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__list-item::before {
  content: "";
  background: url("../img/menu_list-deco.png") no-repeat center / contain;
  width: 55.8rem;
  height: 56.4rem;
  position: absolute;
  left: -12.5rem;
  bottom: -17rem;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(even)::before {
  left: auto;
  right: -14rem;
}

.menu__list-item:nth-of-type(4)::after {
  content: "";
  background: url("../img/menu_img-deco.png") no-repeat center / contain;
  width: 33.6rem;
  height: 20.2rem;
  position: absolute;
  top: 31rem;
  right: 35rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list-item::before,
  .menu__list-item:nth-of-type(even)::before {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    bottom: -10rem;
  }

  .menu__list-item:nth-of-type(4)::after {
    width: 26rem;
    height: 15.6rem;
    top: 31rem;
    right: -3rem;
  }
}

.menu__txt-wrapper {
  background: url("../img/menu_txt-bg.png") no-repeat center / 100% 100%;
  width: 100%;
  color: var(--white);
  padding: 0 6rem 9rem 6rem;
  margin: 2rem 0 0 -5.5rem;
  position: relative;
  z-index: 1;
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper {
  margin: 2rem -5.5rem 0 0;
}

@media (max-width: 767px) {
  .menu__txt-wrapper,
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    width: 100vw;
    padding: 0 6rem max(60px, 10rem) 6rem;
    margin: 0 0 0 calc(50% - 50vw);
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  margin-bottom: 2rem;
}

.menu__txt-wrapper h3 span {
  background: url("../img/menu_ttl-deco.png") no-repeat center / contain;
  width: max(180px, 29.8rem);
  height: max(41px, 6.8rem);
  font-family: var(--font-kokuryu);
  font-size: max(16px, 2.8rem);
  display: flex;
  justify-content: center;
  padding-right: 4rem;
  margin: -1rem 0 2rem -5rem;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper h3 span {
  margin: 1rem 0 2rem 0;
}

.menu__list-item:nth-of-type(4) .menu__txt-wrapper h3 span {
  margin: 0 0 2rem 0;
}

.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%;
  }
}

.menu__img img {
  border: solid 1rem var(--orange);
  border-radius: 4rem;
}

.menu__txt {
  font-family: var(--font-kaisei);
  font-size: max(16px, 2.6rem);
  font-weight: 800;
  color: var(--brown);
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  transform: rotate(10deg);
  top: -5rem;
  right: -8rem;
}

.menu__list-item:nth-of-type(2) .menu__txt {
  transform: rotate(-10deg);
  top: -3rem;
  left: -8rem;
  right: auto;
}

.menu__list-item:nth-of-type(3) .menu__txt {
  top: -4rem;
  right: -9rem;
}

.menu__list-item:nth-of-type(4) .menu__txt {
  top: -8rem;
  right: -10rem;
}

@media (max-width: 767px) {
  .menu__txt {
    font-size: max(14px, 2.4rem);
    top: -10rem;
    right: -2rem;
  }

  .menu__list-item:nth-of-type(2) .menu__txt {
    top: -10rem;
    left: -2rem;
    right: auto;
  }

  .menu__list-item:nth-of-type(3) .menu__txt {
    top: -10rem;
    right: -2rem;
  }

  .menu__list-item:nth-of-type(4) .menu__txt {
    top: -10rem;
    right: -2rem;
  }
}

.menu__txt strong {
  color: #da3215;
}

.menu__txt strong span {
  font-size: max(24px, 3.9rem);
}

.menu__txt::before,
.menu__txt::after {
  content: "";
  display: block;
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: max(12px, 1.7rem);
  height: max(43.7px, 6.2rem);
  transform: rotate(-20deg);
  margin-right: 2rem;
}

.menu__txt::after {
  margin: 0 0 0 2rem;
  transform: rotate(20deg) scale(-1, 1);
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 8.5rem 0 10.5rem;
  position: relative;
}

.gallery::before {
  content: "";
  background: url("../img/gallery_deco.png") no-repeat center top / cover;
  width: 100%;
  height: 56.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .gallery::before {
    height: 36rem;
  }
}

.gallery__slider {
  height: 20rem;
  margin: 10rem 0 8rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 20rem 0 8rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.access::before {
  background: url("../img/access_deco-1.png") no-repeat center bottom / cover;
  width: 100%;
  height: 12rem;
  top: 0;
  left: 0;
}

.access::after {
  background: url("../img/access_deco-2.png") no-repeat center bottom / cover;
  width: 71.5rem;
  height: 43.1rem;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .access::after {
    width: 60rem;
    height: 36.2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 7rem;
  margin: 5.5rem auto 5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 50rem;
  height: 100%;
  border-radius: 4rem;
  flex-shrink: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .access__list {
    margin-top: -2.5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 400;
}

.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;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 11rem 0 18rem;
}

.insta__contents {
  width: 87rem;
  margin: 9rem 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;
  }
}
