@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(90px, 14.6rem);
  height: max(103px, 15.7rem);
  font-size: max(22px, 3rem);
  font-weight: 500;
  color: var(--brown);
  letter-spacing: 0.05em;
  line-height: 1;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.5rem;
  margin: 0 auto;
}

.menu .common__ttl {
  background: url("../img/ttl_deco-menu.png") no-repeat center / contain;
}

.access .common__ttl {
  background: url("../img/ttl_deco-access.png") no-repeat center / contain;
}

.common__btn {
  width: max(230px, 47.3rem);
  height: max(50px, 8.1rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: max(14px, 2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 4.8rem;
  position: relative;
}

.common__btn a::before,
.common__btn a::after {
  content: "";
  position: absolute;
}

.common__btn a::before {
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: 3.8rem;
  height: 3.8rem;
  top: 0;
  left: 0;
}

.common__btn a::after {
  background-color: var(--black);
  width: 9.6rem;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.common__btn a span {
  background-color: rgba(246, 244, 242, 0.5);
  width: 100%;
  height: 100%;
  border: solid 2px var(--black);
  border-top: none;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*============================
	header
============================*/
.header.top {
  height: max(81rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    width: 30rem;
    padding-top: 10rem;
  }

  .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;
  }

  .header__nav-list li::before {
    width: 6px;
    height: 9px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translateY(-50%);
    top: 50%;
    left: -1.5rem;
  }
}

@media (max-width: 900px) {
  .header.top {
    height: max(90rem, 100vh);
  }
}

@media (max-width: 767px) {
  .header.top {
    height: auto;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(81rem, 100vh);
  padding: 10px 0 0 30rem;
  position: relative;
}

@media (max-width: 900px) {
  .hero {
    height: max(90rem, 100vh);
  }
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding: 0;
  }
}

.hero::before {
  content: "";
  background-color: #ccaa93;
  width: 100%;
  height: 10px;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  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 {
  background: var(--bg-2);
  padding: 8rem 0 10.5rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.news::before {
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 52rem;
  height: 46rem;
  top: 0;
  left: 0;
}

.news::after {
  background: url("../img/deco_2.png") no-repeat center / contain;
  width: 30.6rem;
  height: 14rem;
  top: 10.5rem;
  right: 8.4rem;
}

@media (max-width: 767px) {
  .news::before {
    width: 40rem;
    height: 35.4rem;
  }

  .news::after {
    width: 21rem;
    height: 9.6rem;
    top: 5rem;
    right: 2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 99.6rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.6rem;
  margin: 6.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: 18.8rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4rem 7.5rem;
  padding: 11.8rem 0 13rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    flex-direction: column-reverse;
    padding: 10rem 5% 13rem;
  }
}

.policy::before {
  content: "";
  background: url("../img/deco_3.png") no-repeat center / contain;
  width: 31rem;
  height: 22.8rem;
  position: absolute;
  top: -11.5rem;
  left: 7rem;
}

@media (max-width: 767px) {
  .policy::before {
    width: 22rem;
    height: 16.2rem;
    top: -4rem;
    left: 1rem;
  }
}

.policy__txt-wrapper {
  width: 47.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy__txt-wrapper {
    width: 100%;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_deco.png") no-repeat center / contain;
  width: 43rem;
  height: 43rem;
  mix-blend-mode: multiply;
  position: absolute;
  transform: translateX(-100%);
  left: 1rem;
  bottom: -6rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    width: 30rem;
    height: 30rem;
    transform: none;
    top: 35rem;
    left: -10%;
    bottom: auto;
    z-index: -1;
  }
}

.policy__txt-wrapper h2 {
  font-family: var(--font-yuji);
  font-size: max(20px, 3.6rem);
  font-weight: 400;
  color: var(--brown);
  text-align: center;
}

.policy__txt-wrapper h2 strong {
  font-size: max(24px, 5rem);
  font-weight: 400;
}

.policy__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin: 2rem 0 6.5rem;
}

.policy__img {
  width: 53.3rem;
  height: 38.2rem;
  flex-shrink: 0;
  margin: 0 0 7rem 11rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img {
    width: 90%;
    height: auto;
    margin: 6rem 0 4rem 11rem;
  }
}

.policy__img-list {
  width: 72.2rem;
  height: auto;
  flex-shrink: 0;
  margin-top: 11.1rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img-list {
    width: 90%;
    margin: 0 auto;
  }
}

.policy__img-list li {
  position: relative;
}

.policy__img-list li:nth-of-type(2) {
  width: 23.3rem;
  height: 28.2rem;
  margin: -3.7rem 0 0 6.8rem;
}

@media (max-width: 767px) {
  .policy__img-list li:nth-of-type(2) {
    margin: -4rem 0 0 4rem;
  }
}

.policy__img::before,
.policy__img-list li:nth-of-type(1)::before,
.policy__img-list li:nth-of-type(2)::before {
  content: "";
  background: url("../img/menu_img-deco.png") no-repeat center / cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: -4rem;
}

.policy__img::before {
  left: -4rem;
}

.policy__img-list li:nth-of-type(1)::before {
  right: -3.6rem;
}

.policy__img-list li:nth-of-type(2)::before {
  top: 3.8rem;
  right: -4rem;
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-3);
  padding: 11rem 0 12.5rem;
  position: relative;
}

.menu::before {
  content: "";
  background: url("../img/menu_deco-1.png") no-repeat center / cover;
  width: 100%;
  height: 46.6rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    height: 32rem;
  }
}

.menu__list {
  width: 130rem;
  display: flex;
  flex-direction: column;
  row-gap: 16rem;
  margin: 20rem auto 8.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 10rem;
    margin: 10rem auto;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 10rem;
  position: relative;
}

.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__list-item::before {
  content: "";
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 203.4rem;
  height: 56.8rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 15%;
  left: 50%;
  pointer-events: none;
}

.menu__list-item:nth-of-type(2)::before {
  top: 50%;
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding-top: 1.5rem;
  }
}

.menu__txt-wrapper h3 {
  font-family: var(--font-yuji);
  font-size: max(20px, 3.6rem);
  font-weight: 400;
  color: var(--brown);
  margin-bottom: 2rem;
}

.menu__txt-wrapper h3 strong {
  font-size: max(24px, 5rem);
  font-weight: 400;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-right: 3rem;
}

.menu__img {
  width: 70rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-right: calc(50% - 50vw + 7rem);
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-left: calc(50% - 50vw + 7rem);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 90%;
    margin: 0 auto;
  }
}

.menu__img::before,
.menu__img::after {
  content: "";
  position: absolute;
}

.menu__img::before {
  background: url("../img/menu_img-deco.png") no-repeat center / cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  top: -4rem;
}

.menu__list-item:nth-of-type(odd) .menu__img::before {
  left: -4rem;
}

.menu__list-item:nth-of-type(even) .menu__img::before {
  right: -4rem;
}

.menu__img::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 30.6rem;
  height: 14rem;
}

.menu__list-item:nth-of-type(odd) .menu__img::after {
  left: -11rem;
  bottom: -4.5rem;
}

.menu__list-item:nth-of-type(even) .menu__img::after {
  right: -8rem;
  bottom: -1rem;
}

@media (max-width: 767px) {
  .menu__img::after {
    width: 21rem;
    height: 9.6rem;
  }

  .menu__list-item:nth-of-type(odd) .menu__img::after,
  .menu__list-item:nth-of-type(even) .menu__img::after {
    left: auto;
    right: -5rem;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 8.5rem 0 9rem;
  position: relative;
}

.gallery::before,
.gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gallery::before {
  background: url("../img/deco_2.png") no-repeat center / contain;
  width: 30.6rem;
  height: 14rem;
  top: 10rem;
  left: 11rem;
}

.gallery::after {
  content: "";
  background: url("../img/deco_3.png") no-repeat center / contain;
  width: 31rem;
  height: 22.8rem;
  position: absolute;
  top: -4rem;
  right: 9.5rem;
}

  .gallery .common__ttl{
        height: max(117px, 16rem);
        padding-bottom: 0;
  
}


@media (max-width: 767px) {
  .gallery::before {
    width: 21rem;
    height: 9.6rem;
    top: 3rem;
    left: 2rem;
  }

  .gallery::after {
    width: 22rem;
    height: 16.2rem;
    right: 2rem;
  }

  .gallery .common__ttl{
        height: max(120px, 16rem);
        padding-bottom: 0;
  
}

}

.gallery__slider {
  height: 25.6rem;
  margin: 8rem 0 6.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.5rem;
}

/*============================
	access
============================*/
.access {
  padding: 8rem 0 8.5rem;
  position: relative;
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.access::before {
  background: url("../img/access_deco.png") no-repeat center / cover;
  width: 100%;
  height: 46.6rem;
  top: 0;
  left: 0;
}

.access::after {
  content: "";
  background: url("../img/deco_3.png") no-repeat center / contain;
  width: 31rem;
  height: 22.8rem;
  position: absolute;
  left: 4rem;
  bottom: -11rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .access::before {
    height: 32rem;
  }

  .access::after {
    width: 22rem;
    height: 16.2rem;
    left: 1rem;
    bottom: -8rem;
  }
}

.access__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__inner {
    width: 90%;
  }
}

.access__contents {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 5.5rem;
  margin: 12.5rem 0 3.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    flex-direction: column;
  }
}

.access__img {
  width: 41.5rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .access__list {
    height: 100%;
    margin-top: -2.7rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 10rem));
}

.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;
  }
}

.access__map {
  height: 35.5rem;
  margin-bottom: 6.5rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 18rem 0 14rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.insta::before {
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 52rem;
  height: 46rem;
  transform: scale(-1, 1);
  top: 0;
  right: 0;
}

.insta::after {
  background: url("../img/deco_2.png") no-repeat center / contain;
  width: 30.6rem;
  height: 14rem;
  left: 7rem;
  bottom: 6.5rem;
}

@media (max-width: 767px) {
  .insta::before {
    width: 40rem;
    height: 35.4rem;
  }

  .insta::after {
    width: 21rem;
    height: 9.6rem;
    left: 2rem;
    bottom: 2rem;
  }
}

.insta__contents {
  width: 88.7rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.9rem;
}

.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: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
