@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(21px, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl span {
  display: block;
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__btn {
  width: max(170px, 24rem);
  height: max(40px, 5.6rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  background: url("../img/btn_deco.png") no-repeat center / contain;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

/*============================
	header
============================*/
.header.top {
  height: max(90rem, 100vh);
}

@media (min-width: 768px) {
  .header.top {
    width: 34rem;
    padding-top: 5.5rem;
  }

  .header.top .header__logo {
    margin: 0 auto 6.5rem;
    position: static;
  }

  .header.top .header__contents {
    flex-direction: column;
    position: static;
  }

  .header.top .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 950px) {
  .header.top {
    height: max(95rem, 100vh);
  }
}

@media (max-width: 767px) {
  .header.top {
    height: auto;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  padding-left: 34rem;
  position: relative;
}

@media (max-width: 950px) {
  .hero {
    height: max(95rem, 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;
}

/*============================
	concept
============================*/
.concept {
  padding: 15.5rem 0 21rem;
  position: relative;
}

@media (max-width: 767px) {
  .concept {
    display: flex;
    flex-direction: column-reverse;
    padding: 10rem 0 26rem;
  }
}

.concept::before,
.concept::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.concept::before {
  background: var(--bg-3);
  width: 100%;
  height: 4.8rem;
  left: 0;
  bottom: 0;
}

.concept::after {
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 70.7rem;
  height: 47.3rem;
  left: -2.5rem;
  bottom: -12.5rem;
}

@media (max-width: 767px) {
  .concept::after {
    width: 50rem;
    height: 33.4rem;
    left: -3rem;
    bottom: -10rem;
  }
}

.concept__txt {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 9rem;
  margin: 0 auto;
}

.concept__txt-wrapper {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    height: max(350px, 46rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.concept__txt-wrapper h2 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.concept__img {
  width: 42rem;
  position: absolute;
}

.concept__img-1 {
  left: 0;
  top: 15.5rem;
}

.concept__img-2 {
  right: 0;
  bottom: 18rem;
}

@media (max-width: 767px) {
  .concept__img {
    width: 90%;
    position: static;
  }

  .concept__img-1 {
    margin: 4rem 0 4rem auto;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-4);
  padding: 15.5rem 0 16.5rem;
}

.menu__list {
  width: 108.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 10.5rem;
  margin: 12rem auto 15rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 5.5rem;
}

.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 {
  width: 100%;
  padding-left: max(65px, 12rem);
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(400px, 40rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 0;
  }
}

.menu__txt-wrapper::before {
  content: "";
  background: url("../img/menu_txt-deco-1.png") no-repeat center / contain;
  width: 25.2rem;
  height: 25.2rem;
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-2.png") no-repeat center / contain;
}

.menu__list-item:nth-of-type(3) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-3.png") no-repeat center / contain;
}

.menu__txt-wrapper h3 {
  background: url("../img/menu_txt-bg.png") no-repeat center / contain;
  width: max(45px, 8.5rem);
  height: max(102px, 19.3rem);
  font-size: max(16px, 2.6rem);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.menu__txt-wrapper h4 {
  border-left: solid 1px var(--white);
  font-size: max(16px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 3rem;
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h4 {
    border-bottom: solid 1px var(--white);
    border-left: none;
    padding: 0 0 3rem;
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 13.5rem 0 12rem;
}

.gallery__slider {
  height: 20rem;
  margin: 8rem 0 9.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.5rem;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  color: var(--black);
  padding: 11.5rem 0 13rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.news::before {
  background: url("../img/news_deco-1.png") no-repeat center / contain;
  width: 26.2rem;
  height: 5.4rem;
  top: 7.5rem;
  left: 9rem;
}

.news::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 36.8rem;
  height: 8rem;
  right: 5rem;
  bottom: 8rem;
}

@media (max-width: 767px) {
  .news::before {
    width: 21rem;
    height: 4.3rem;
    top: 5rem;
    left: 3rem;
  }

  .news::after {
    width: 30rem;
    height: 6.5rem;
    right: 3rem;
    bottom: 3rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 4rem 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;
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  padding: 15.5rem 0;
}

.insta__contents {
  width: 87rem;
  margin: 8rem 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;
  }
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  color: var(--black);
  padding: 15rem 0 13rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 9rem;
  margin: 9rem auto 6rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.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 {
  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;
  }
}

.top__map {
  height: 38rem;
}
