@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-kaisei);
  font-size: max(24px, 4rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  font-family: var(--font-yuji);
  font-size: max(12px, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__btn {
  width: max(160px, 20rem);
  height: max(40px, 4.6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: #c0db6e;
  width: 100%;
  height: 100%;
  border: solid 1px var(--brown);
  color: var(--brown);
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  padding-left: 2rem;
  position: relative;
}

.common__btn--y a {
  background-color: var(--yellow);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(7px, 0.8rem);
  height: max(10.7px, 1.3rem);
}

/*============================
	header
============================*/
@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    height: max(80rem, 100vh);
    padding-top: 8rem;
  }

  .header.top .header__logo {
    margin: 0 auto 13rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 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;
  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: transparent;
  width: 9px !important;
  height: 9px !important;
  border: solid 1px var(--brown);
  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 6.5rem; */
  padding: 13rem 0;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.news::before {
  background: url("../img/news_deco-1.png") no-repeat center / contain;
  width: 46.8rem;
  height: 50.2rem;
  top: 0;
  right: 0;
}

.news::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 27.2rem;
  height: 16.8rem;
  left: 11rem;
  bottom: -7.5rem;
}

@media (max-width: 767px) {
  .news::before {
    width: 38rem;
    height: 40.7rem;
  }

  .news::after {
    width: 23rem;
    height: 14.2rem;
    left: -1rem;
    bottom: -5rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6rem auto 7rem;
}

@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: var(--bg-2);
  color: var(--white);
  clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0% 100%);
  padding: 18rem 0 13rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    clip-path: polygon(0 6rem, 100% 0, 100% calc(100% - 6rem), 0% 100%);
  }
}

.policy::before {
  content: "";
  background: url("../img/policy_deco.png") no-repeat center / contain;
  width: 85.2rem;
  height: 57rem;
  position: absolute;
  right: -23rem;
  bottom: -1.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy::before {
    width: 60rem;
    height: 40.1rem;
    right: -15rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5rem;
  padding-right: 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
    padding: 0;
  }
}

.policy__txt-wrapper {
  width: 100%;
  margin-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: max(340px, 34rem);
    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.1em;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0 0 0 auto;
  }
}

.policy__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

.policy__img > div {
  display: flex;
  gap: 2.4rem;
  margin-top: 2.4rem;
}

/*============================
	menu
============================*/
.menu {
  padding: 9rem 0 15rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 15rem 0 18rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 15rem;
  margin: 10rem auto 12.5rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.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;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    background: url("../img/texture-2.jpg") repeat center / 144rem auto;
    height: 100%;
    padding: 4rem 5rem 4.5rem 4rem;
    margin-top: 5.5rem;
  }
}

.menu__txt-wrapper::before,
.menu__txt-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__txt-wrapper::before {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 2px #e6d2be;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.menu__txt-wrapper::after {
  background-color: #e6d2be;
  width: max(24px, 4.8rem);
  height: max(24px, 4.8rem);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 1rem;
  bottom: 1rem;
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper p {
  line-height: 2;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img figcaption {
  background: url("../img/menu_txt-bg.png") no-repeat center / cover;
  width: max(100px, 16.3rem);
  height: max(100px, 16.3rem);
  font-size: max(18px, 3.2rem);
  color: var(--white);
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0 0 0.5rem;
  position: absolute;
  top: -5rem;
  left: -3.5rem;
}

.menu__list-item:nth-of-type(even) .menu__img figcaption {
  left: auto;
  right: -3rem;
}

.menu__deco {
  position: absolute;
  pointer-events: none;
}

.menu__deco-1 {
  width: 49.1rem;
  height: 33rem;
  top: -16rem;
  right: 7.5rem;
}

.menu__deco-2 {
  width: 46.8rem;
  height: 36rem;
  left: 0;
  bottom: 0;
}

.menu__deco-3 {
  width: 40.5rem;
  height: 30.5rem;
  left: 6.5rem;
  bottom: -7rem;
}

.menu__deco-4 {
  width: 27.2rem;
  height: 16.8rem;
  right: 6.5rem;
  bottom: 4rem;
}

@media (max-width: 767px) {
  .menu__deco-1 {
    width: 36rem;
    height: 24.2rem;
    top: -10rem;
    right: -2rem;
  }

  .menu__deco-2 {
    width: 40rem;
    height: 30.7rem;
  }

  .menu__deco-3 {
    width: 32rem;
    height: 24.1rem;
    left: -2rem;
    bottom: -8rem;
  }

  .menu__deco-4 {
    width: 23rem;
    height: 14.2rem;
    right: 1rem;
    bottom: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 10rem 0 10.5rem;
}

.gallery__slider {
  height: 20rem;
  margin: 8rem 0;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.6rem;
}

/*============================
	recruit
============================*/
.recruit {
  background: var(--bg-3);
  padding: 7rem 0 8rem;
  position: relative;
}

@media (max-width: 767px) {
  .recruit {
    padding: 7rem 0 0;
  }
}

.recruit__txt-wrapper {
  width: max(400px, 67rem);
  color: var(--brown);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__txt-wrapper {
    width: 90%;
    flex-direction: column;
  }
}

.recruit__txt-wrapper h3 {
  width: 100%;
  border-bottom: solid 1px var(--brown);
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  padding-bottom: 1.5rem;
  margin: 4rem 0 1.5rem;
}

.recruit__txt-wrapper p {
  padding: 0 10rem;
}

@media (max-width: 767px) {
  .recruit__txt-wrapper p {
    padding: 0 5%;
  }
}

.recruit__tel {
  font-family: var(--font-kaisei);
  font-size: max(24px, 4rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 4rem;
}

.recruit__tel::before {
  content: "";
  display: block;
  background: url("../img/tel_icon-br.png") no-repeat center / contain;
  width: max(28px, 4.2rem);
  height: max(28px, 4.2rem);
}

.recruit__img {
  width: 100%;
  height: 45rem;
  display: flex;
  justify-content: space-between;
  padding: 0 8rem 0 11rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .recruit__img {
    padding: 0;
    margin-top: 4rem;
    position: static;
  }
}

.recruit__img img {
  width: 40rem;
  height: 45rem;
}

/*============================
	access
============================*/
.access {
  padding: 11.5rem 0;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center / cover;
  width: 69.6rem;
  height: 44.8rem;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    width: 50rem;
    height: 32.2rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 6rem;
  margin: 8rem auto 6rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 50rem;
  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.5rem;
  }
}

.access__list dt,
.access__list dd {
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 400;
}

.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;
  }
}

.top__map {
  height: 42rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 12rem 0 18rem;
  position: relative;
}

.insta::before {
  content: "";
  background: url("../img/insta_deco.png") no-repeat center / contain;
  width: 35.4rem;
  height: 35.4rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 8rem;
  right: 11rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 28rem;
    height: 28rem;
    top: 3rem;
    right: 2rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 7.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;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
