@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  margin: 0 auto;
  position: relative;
}

.common__ttl {
  width: max(80px, 12rem);
  /* height: 5.4rem; */
  margin: 0 auto;
}

/* .policy .common__ttl {
  width: 38.8rem;
  height: 11.6rem;
  margin: 0 5.2rem 0 0;
} */

/* @media (max-width: 767px) {
  .policy .common__ttl {
    margin: 0;
  }
} */

/* .menu .common__ttl {
  width: 20.5rem;
  height: 6.1rem;
}

.gallery .common__ttl {
  width: 28rem;
  height: 6.3rem;
  margin: 0;
}

.access .common__ttl {
  width: 20.9rem;
  height: 5.7rem;
}

.insta .common__ttl {
  width: 34.7rem;
  height: 5.9rem;
} */

/* .common__ttl::before {
  content: "";
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 18rem;
  height: 18rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.news .common__ttl::before,
.gallery .common__ttl::before {
  width: 12.3rem;
  height: 12.3rem;
}

.policy .common__ttl::before {
  width: 27.9rem;
  height: 27.9rem;
}

.gallery .common__ttl::before {
  transform: translate(-35%, -50%);
  top: 50%;
  left: 0;
}

@media (max-width: 767px) {
  .gallery .common__ttl::before {
    transform: translate(-25%, -50%);
  }
} */

.common__btn {
  width: max(170px, 22rem);
  /* height: max(40px, 7.6rem); */
  margin: 0 auto;
}

/* .common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.8rem);
  font-weight: 900;
  color: #e0d9c9;
  letter-spacing: 0.3em;
  position: relative;
} */

/* .common__btn a::before {
  content: "";
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: max(150px, 33.2rem);
  height: max(40px, 8.8rem);
  position: absolute;
  top: 0.4rem;
  left: 1.4rem;
}

.common__btn span {
  background-color: var(--color-brown);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.common__btn span::before,
.common__btn span::after {
  content: "";
  position: absolute;
}

.common__btn span::before {
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 10.5rem;
  height: 10.5rem;
  top: -4.3rem;
  left: -1.8rem;
}

.common__btn span::after {
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: 1.8rem;
  height: 2.4rem;
  transform: translateY(-50%);
  top: 50%;
  right: 4.3rem;
} */

/*============================
	hero
============================*/
.hero {
  background: var(--bg-1);
  width: 100%;
  height: max(85rem, 100vh);
  color: var(--text-color);
  padding-bottom: 4rem;
  position: relative;
}

@media (max-width: 850px) {
  .hero {
    height: max(90rem, 100vh);
  }
}

@media (max-width: 767px) {
  .hero {
    height: max(350px, 50rem);
    padding: 0;
  }
}

/* .hero::before {
  content: "";
  background-color: #e0d9c9;
  width: 100%;
  height: 68%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  opacity: 0.4;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
} */

.hero__slider {
  width: calc(100% - 34rem);
  height: 100%;
  overflow: hidden;
  margin-left: auto;
}

@media (max-width: 767px) {
  .hero__slider {
    width: 100%;
  }
}

@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;
}

.swiper-pagination {
  width: max-content !important;
  display: flex;
  transform: translateX(-50%) !important;
  left: 85% !important;
  bottom: 0 !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .swiper-pagination {
    bottom: 2rem !important;
  }
}

.swiper-pagination-bullet {
  background-color: inherit;
  border: 1px solid #000;
  width: max(8px, 1.1rem) !important;
  height: max(8px, 1.1rem) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 0.8rem !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-red);
  background-color: #000;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  gap: 5rem 7.8rem;
  padding: 6rem 0 16rem;
  position: relative;
}

@media (max-width: 767px) {
  .news {
    flex-direction: column;
    padding: 11rem 0 19rem;
  }
}

/* .news::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 102.6rem;
  height: 102.6rem;
  position: absolute;
  left: -42rem;
  bottom: 3.7rem;
  pointer-events: none;
} */

.news__btn a {
  display: block;
  width: 20.4rem;
  border-bottom: solid 1px #000;
  font-size: max(12px, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.3em;
  padding: 1.5rem;
  margin-top: 9rem;
  position: relative;
}

@media (max-width: 767px) {
  .news__btn a {
    width: max(130px, 20.4rem);
    margin-top: 0;
  }
}

/* .news__btn a::before {
  content: "";
  background: url("../img/news_btn-arw.png") no-repeat center / contain;
  width: 1.8rem;
  height: 2.4rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0.3rem;
} */

.CMS-NEWS-INDEX {
  width: 105rem;
  height: auto;
  display: flex;
  gap: 6rem 2.5rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
}

.CMS-NEWS-ITEM {
  flex-basis: 32%;
  /* flex: 1; */
}

.CMS-NEWS-THUMBNAIL {
  width: 31rem;
  width: 100%;
  height: 21rem;
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    width: 100%;
    height: 42rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  font-weight: 500;
}

.CMS-NEWS-TIME {
  font-weight: 900;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-1);
  color: var(--color-white);
  margin-top: -13rem;
  position: relative;
}

.policy__inner::before,
.policy::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

/* .policy::after {
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 86rem;
  height: 50rem;
  right: 1rem;
  top: -7rem;
}

@media (max-width: 767px) {
  .policy::after {
    width: 50rem;
    height: 29rem;
    left: auto;
    bottom: auto;
    top: 25rem;
    right: 0;
  }
} */

.policy__inner {
  background: var(--bg-2);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%); */
  padding: 20rem 0 19.8rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy__inner {
    padding: 75rem 0 15rem;
    background: url(../img/texture-2_sp.jpg) no-repeat center top / cover;
  }
}

/* .policy__inner::before {
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 98rem;
  height: 65.7rem;
  top: 12.8rem;
  left: 0;
} */

/* @media (max-width: 767px) {
  .policy__inner::before {
    width: 60rem;
    height: 40.2rem;
    top: 8rem;
  }
} */

.policy__txt-wrapper {
  background: url(../img/policy_text.jpg) no-repeat center top / cover;
  width: max(280px, 47rem);
  /* display: flex; */
  flex-direction: column;
  /* align-items: flex-end; */
  /* margin: 0 auto; */
  margin-left: auto;
  margin-right: 15rem;
  position: relative;
  z-index: 1;
  color: #000;
  padding: 8rem 5rem;
}
@media (min-width: 768px) and (max-width: 850px) {
  .policy__txt-wrapper {
    margin-right: 10rem;
    padding: 5rem 5rem;
  }
}
@media (max-width: 767px) {
  .policy__txt-wrapper {
    width: 90%;
    margin: 0 auto;
    align-items: center;
    padding: 8rem 8rem;
  }
}
.policy__txt-wrapper::before {
    content: "";
    border: 0.15rem solid #000;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    position: absolute;
    top: 2rem;
    left: 2rem;
}


.policy .tate {
  writing-mode: vertical-rl; 
  text-orientation: upright;
  margin-left: auto;
  margin-bottom: 5rem;
}
.policy__txt-wrapper h2 {
  font-weight: bold;
  font-size: max(18px, 2.8rem);
  margin-left: 2rem;
}
.policy__txt-wrapper p {
  font-size: max(13px, 1.8rem);
  height: max(280px, 38rem);
  line-height: 1.8;
}

@media (max-width: 767px) {
.policy__txt-wrapper h2 {
  font-size: max(18px, 3rem);
  margin-left: 3rem;
}
.policy__txt-wrapper p {
  font-size: max(13px, 2rem);
}
}

/* .policy .common__btn {
  margin: 0;
} */

/*============================
	menu
============================*/
.menu {
  background: var(--bg-1);
  margin-top: -11rem;
}

.menu__inner {
  padding: 20rem 0 5.6rem;
  position: relative;
}

.menu__inner::before {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: 52rem;
  height: 52rem;
  position: absolute;
  top: -14.5rem;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.menu__inner::after {
  content: "";
  background: url("../img/menu_deco2.png") no-repeat center / contain;
  width: 32rem;
  height: 35rem;
  position: absolute;
  top: 5rem;
  left: 6rem;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .menu__inner::before {
    width: 33rem;
    height: 33rem;
    top: -9.5rem;
  }

  .menu__inner::after {
    width: 25rem;
    height: 25rem;
    top: 10rem;
    left: 3rem;
  }
}

.menu__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5rem 5rem;
  margin: 6rem auto 8rem;
}
.menu__contents:nth-of-type(1) {
    margin: 9.7rem auto 9rem;
}
.menu__contents.reverse {
  flex-direction: row;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
  .menu__contents.reverse {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
    flex-basis: 38%;

}

/* .menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: 36rem;
  height: 32.3rem;
  position: absolute;
  top: -20.9rem;
  right: -9.4rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper::before {
    width: 28rem;
    height: 25.1rem;
    top: -22rem;
    right: -4rem;
  }
} */

.menu__txt-wrapper h3 {
  background-color: #643c00;
  color: #fff;
  font-size: max(18px, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  row-gap: 2.7rem;
  margin: 6.2rem 0 2.5rem;
  margin-left: -5.2rem;
  padding: 1.1rem 0 1.1rem 5rem;
}
.menu__contents.reverse .menu__txt-wrapper h3 {
  margin-left: 0;
  margin-right: -5.2rem;  
}
@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    margin: 0 0 4rem;
    text-align: center;
    padding-left: 0;
  }
  .menu__contents.reverse .menu__txt-wrapper h3 {
    margin: 0 0 4rem;
  }
}

.menu__txt-wrapper h3 span {
  display: block;
  background-color: #e0d9c9;
  width: max-content;
}

.menu__txt-wrapper h3 span:nth-of-type(1) {
  padding: 2.4rem 5.5rem;
  /* margin-left: -16rem; */
}

.menu__txt-wrapper h3 span:nth-of-type(2) {
  padding: 2.4rem 5.5rem;
  margin-left: 1.2rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 span:nth-of-type(1) {
    padding: 2rem;
    margin-left: 0;
  }

  .menu__txt-wrapper h3 span:nth-of-type(2) {
    padding: 2rem;
    margin: 0;
  }
}

.menu__txt-wrapper h3 strong {
  color: var(--color-red);
}

.menu__txt-wrapper h3 small {
  font-size: max(14px, 2.6rem);
  font-weight: 400;
}

.menu__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.1;
}

.menu__img {
  flex-basis: 58%;
  position: relative;
  /* width: 66.3rem; */
  /* height: 57.2rem; */
  /* flex-shrink: 0;
  margin-left: calc(50% - 50vw); */
}
.menu__img::after {
    content: "";
    background-color: #fdebd2;
    width: 31rem;
    height: 31rem;
    position: absolute;
    z-index: -1;
    bottom: -4rem;
    left: -9rem;
}
.menu__contents.reverse .menu__img::after {
    bottom: -4rem;
    right: -9rem;
    left: inherit;
}

.menu__img img {
  width: 100%;
  height: auto;
  object-fit: inherit;
}
@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }
}

.menu .common__btn {
  margin: 5rem auto 9rem;
}

.menu__side {
  background: url("../img/sidemenu_bg.jpg") no-repeat center / cover;
  width: 110rem;
  padding: 5.9rem 0 6.4rem 0;
  margin: 0 auto 11.5rem;
  /* box-shadow: 0.7rem 0.7rem 5px 0 rgba(58, 48, 20, 0.2); */
  position: relative;
  color: #fff;
  text-align: center;
}
.menu__side::before {
  content: "";
  background: url("../img/menu_deco2.png") no-repeat center / contain;
  width: 32rem;
  height: 35rem;
  position: absolute;
  top: -32rem;
  right: -7rem;
  pointer-events: none;
  z-index: 2;
}


@media (max-width: 767px) {
  .menu__side {
    width: 90%;
  }
  .menu__side::before {
    content: none !important;
  }
}

.menu__side .common__ttl {
  width: max(90px, 17rem);
}

.menu__side::before,
.menu__side::after {
  content: "";
  position: absolute;
  z-index: -1;
}

/* .menu__side::before {
  background: url("../img/menu_side.png") no-repeat center / contain;
  width: 56.6rem;
  height: 51.7rem;
  top: -6.9rem;
  left: -7.5rem;
}

.menu__side::after {
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 32.8rem;
  height: 32.8rem;
  top: -5.8rem;
  right: -2.8rem;
}

@media (max-width: 767px) {
  .menu__side::before {
    position: static;
    display: block;
    margin: 0 auto;
  }

  .menu__side::after {
    width: 26rem;
    height: 26rem;
    top: 42rem;
  }
} */

.menu__side-txt-wrapper {
  width: 55.3rem;
  /* margin-left: auto; */
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu__side-txt-wrapper {
    /* width: 100%; */
  }
}

/* .menu__side h3 {
  width: 38.7rem;
  height: 10.5rem;
} */

.menu__side p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 2.5rem;
}

.menu__reserve p {
  width: 31.5rem;
  line-height: 2.4;
  margin: 2.5rem auto 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.menu__reserve img {
  width: 3.5rem;
  vertical-align: -0.6rem;
  margin-right: 1.5rem;
}
.menu__reserve a {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin: 1rem 0 0;
  display: inline-block;
}


/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 45rem;
}

@media (max-width: 767px) {
  .parallax {
    height: 30rem;
  }
}

/* .parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
} */

/*============================
	gallery
============================*/
.gallery {
  background: url(../img/texture-3.jpg) no-repeat center top / cover;
  padding: 8rem 0 11rem;
}

/* .gallery__ttl-wrapper {
  width: 110rem;
  height: 22.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
} */

.gallery .common__ttl {
  width: max(85px, 14rem);
}

@media (max-width: 767px) {
  .gallery {
    padding: 12rem 0 14rem;
  }
  /* .gallery__ttl-wrapper {
    width: 90%;
    height: auto;
    padding: 8rem 0;
  } */
}
.gallery__slider {
  margin:  6rem 0 7rem;
}
.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  padding: 0 0.6rem;
}

@media (max-width: 767px) {
  .gallery__slider .swiper-slide {
    width: 40rem;
  }
}

/* .gallery .common__btn {
  margin: 0;
} */

/*============================
	access
============================*/
.access {
  background: var(--bg-1);
  padding: 9rem 0 8.2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.access::before,
.access::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.access::before {
  background-color: #e0d9c9;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
}

.access::after {
  background: url("../img/access_deco.png") no-repeat center / contain;
  width: 55rem;
  height: 52rem;
  top: 0rem;
  right: 0rem;
}

@media (max-width: 767px) {
  .access::after {
    width: 35rem;
    height: 32rem;
    /* top: 50%; */
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  
  gap: 2rem 0rem;
  margin: 9rem auto 10rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
 flex-basis: 46%;
  /* width: 59rem;
  height: 46rem; */
  /* flex-shrink: 0;
  margin-left: calc(50% - 50vw); */
}

@media (max-width: 767px) {
  .access__img {
    margin: 0;
  }
}

.access__list {
    flex-basis: 48%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -3rem;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
  padding: 2.8rem 1.6rem;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
  padding: 2.8rem 0;
}

.access__list dd {
  border-bottom: solid 1px #000;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px #000;
  }
}

@media (max-width: 767px) {
  .access__list {
    margin-top: 1rem;
  }
  .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 .common__btn {
  margin-bottom: 2rem;
}

.top__map {
  height: 40rem;
}
@media (max-width: 767px) {
.top__map {
  height: 60rem;
}
}

/*============================
	insta
============================*/
.insta {
  background: url(../img/insta_bg.jpg) no-repeat center top / cover;
  padding: 10rem 0 17rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 7.9rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.insta .common__ttl {
  width: max(140px, 21rem);
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9rem 1.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: 28.6rem;
  height: 28.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
