@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(24px, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(76px, 12.7rem);
  height: max(30px, 5rem);
  margin-right: 6rem;
}

.common__btn {
  width: max(180px, 29.6rem);
  height: max(45px, 7.6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  font-size: max(12px, 1.8rem);
  color: var(--white);
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #ce7a7c;
  border-radius: 100vmax;
  position: absolute;
  top: -5px;
  left: -5px;
  pointer-events: none;
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    height: max(90rem, 100vh);
    padding-top: 8rem;
  }

  .header.top .header__logo {
    margin: 0 auto 8rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
}

/*============================
	hero
============================*/
.hero {
  background: var(--bg-1);
  width: 100%;
  height: max(90rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@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;
  left: auto !important;
  right: 15rem;
  bottom: 20px !important;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero .swiper-pagination {
    right: 5%;
  }
}

.hero .swiper-pagination-bullet {
  background-color: var(--white);
  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(--brown);
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-3);
  padding: 10rem 0 9rem;
}

.policy__contents {
  width: 108rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem 18rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(500px, 60rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-bottom: 2rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(21px, 3.9rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (min-width: 768px) {
  .policy__txt-wrapper h2 {
    padding-right: 7rem;
  }
}

.policy__txt-wrapper h2 span {
  display: block;
}

.policy__txt-wrapper h2 span:nth-of-type(2) {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 span:nth-of-type(2) {
    margin: 0 0 0 2rem;
  }
}

.policy__txt-wrapper h2 strong {
  font-weight: 600;
  color: var(--brown);
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin: 5rem 7rem 0 0;
}

@media (max-width: 767px) {
  .policy__txt-wrapper p {
    margin: 3rem 0 0;
  }
}

.policy__img-list {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}

@media (max-width: 767px) {
  .policy__img-list {
    width: 90%;
  }
}

.policy__img-list li:nth-of-type(1) {
  position: relative;
}

.policy__img-list li:nth-of-type(2) {
  width: 43rem;
  margin: -5.5rem -13rem 0 auto;
}

@media (max-width: 767px) {
  .policy__img-list li:nth-of-type(2) {
    width: 70%;
    margin: -5.5rem -10rem 0 auto;
  }
}

.policy__img-list li:nth-of-type(1)::before {
  content: "";
  background-color: #ffdfd6;
  width: calc(100% + 2.3rem);
  height: 100%;
  border-radius: 2rem;
  position: absolute;
  top: 3rem;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.policy__img-list img {
  border-radius: 2rem;
}

/*============================
	menu
============================*/
.menu {
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/deco_2.png") no-repeat center / cover;
  width: 100%;
  height: 3.6rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.menu::after {
  top: auto;
  bottom: 0;
}

.menu__inner {
  padding: 9.5rem 0 11rem;
  position: relative;
}

.menu__inner::before,
.menu__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__inner::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 17.2rem;
  height: 36.2rem;
  top: 3.6rem;
  left: 3.5rem;
}

.menu__inner::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 29rem;
  height: 13rem;
  right: 6.5rem;
  bottom: 14rem;
}

@media (max-width: 767px) {
  .menu__inner::before {
    width: 12rem;
    height: 25.2rem;
    left: 2rem;
  }

  .menu__inner::after {
    width: 22rem;
    height: 9.9rem;
    right: -2rem;
    bottom: 20rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  margin: 6.5rem auto 4.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    margin: 6.5rem auto 10rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 8rem 5rem;
  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:nth-of-type(1)::before {
  content: "";
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 29rem;
  height: 13rem;
  position: absolute;
  left: -11rem;
  bottom: -9rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1)::before {
    width: 22rem;
    height: 9.9rem;
    left: -2rem;
    bottom: -10rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.menu__ttl-wrapper {
  width: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .menu__ttl-wrapper {
    padding-right: 10%;
  }
}

.menu__ttl-wrapper h3 {
  font-size: max(32px, 6.5rem);
  font-weight: 600;
  color: var(--brown);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: -4rem;
  position: relative;
}

.menu__ttl-wrapper h3::before {
  content: "";
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: 4.1rem;
  height: 22.9rem;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}

.menu__ttl-wrapper p {
  font-size: max(16px, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 4rem;
}

.menu__ttl-wrapper p strong {
  font-size: max(20px, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.menu__txt {
  background-color: rgba(247, 235, 228, 0.8);
  border-radius: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 3.5rem 4.5rem;
}

@media (min-width: 768px) {
  .menu__txt {
    margin-right: -17rem;
  }

  .menu__list-item:nth-of-type(odd) .menu__txt {
    margin: 0 0 0 -17rem;
  }
}

.menu__img {
  width: 72rem;
  height: 100%;
  border-radius: 2rem;
  flex-shrink: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center / cover;
  padding: 9rem 0 10rem;
}

.gallery__slider {
  height: 20rem;
  margin: 8rem 0 4.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  border-radius: 2rem;
  margin: 0 0.6rem;
  overflow: hidden;
}

/*============================
	news
============================*/
.news {
  padding: 9rem 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: 26rem;
  height: 13.2rem;
  top: 7.5rem;
  left: 14rem;
}

.news::after {
  background: url("../img/deco_2.png") no-repeat center / cover;
  width: 100%;
  height: 3.6rem;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .news::before {
    width: 21rem;
    height: 10.6rem;
    top: 4rem;
    left: 4rem;
  }
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 7rem;
  margin: 7rem auto 6.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;
  border-radius: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-3);
  padding: 8.5rem 0 13rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 11.5rem;
  margin: 7rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img-wrapper {
  width: 40rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 6.5rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img-wrapper {
    width: 100%;
  }
}

.access__img {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 6rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 0;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 700;
  color: #3d1c04;
}

.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: 37.2rem;
  position: relative;
}

.line__grad {
  background: linear-gradient(90deg, #e69d56, #f8e4d0 50%, #e69d56);
  width: 100%;
  height: 9px;
}

/*============================
	insta
============================*/
.insta {
  padding: 12.5rem 0;
  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: 26rem;
  height: 13.2rem;
  top: 8rem;
  left: 13.4rem;
}

.insta::after {
  background: url("../img/insta_deco.png") no-repeat center / contain;
  width: 18.6rem;
  height: 40rem;
  top: 0;
  right: 6.5rem;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 21rem;
    height: 10.6rem;
    top: 4rem;
    left: 4rem;
  }

  .insta::after {
    width: 13rem;
    height: 27.9rem;
    right: 3rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 6.5rem 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;
  border-radius: 2rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
