@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(24px, 3.4rem);
  font-weight: 900;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(66px, 9.6rem);
  height: max(18px, 2.6rem);
}

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__ttl span {
  font-size: max(14px, 2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__btn {
  width: max(174px, 22.2rem);
  height: max(40px, 5.1rem);
  margin: 0 auto;
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--wt a {
  background: url("../img/btn_bg-wt.png") no-repeat center / contain;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: calc(100vh - max(85px, 12rem));
  margin-top: max(85px, 12rem);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    margin: 0;
  }
}

.hero::before {
  content: "";
  background: url("../img/hero_deco.png") no-repeat center top / cover;
  width: 100%;
  height: 8.4rem;
  position: absolute;
  left: 0;
  bottom: -1px;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero::before {
    width: 100%;
    height: 4.5rem;
  }
}

.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: 13px;
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -3rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: transparent;
  width: 9px !important;
  height: 9px !important;
  border: solid 1px #0091cc;
  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: #0091cc;
}

/*============================
	news
============================*/
.news {
  padding: 13rem 0;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 44.6rem;
  height: 14rem;
  position: absolute;
  left: 4.5rem;
  bottom: 3.5rem;
  pointer-events: none;
}

.news::after {
  transform: scale(-1, 1);
  left: auto;
  right: 4.5rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 30rem;
    height: 9.4rem;
    left: 2rem;
  }

  .news::after {
    left: auto;
    right: 2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.5rem;
  margin: 5rem 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;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-weight: 300;
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  padding-top: 1rem;
  margin-top: 1rem;
  position: relative;
}

.CMS-NEWS-LINK::before {
  content: "";
  background: url("../img/news_txt-deco.png") repeat center left / contain;
  width: 100%;
  height: 4px;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  pointer-events: none;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-3);
  color: var(--white);
  padding: 14rem 0 20rem;
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
  }
}

.policy__contents > div {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 10rem;
}

@media (max-width: 767px) {
  .policy__contents > div {
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  line-height: 2;
}

.policy__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3rem 0 4.5rem;
}

@media (min-width: 768px) {
  .policy .common__btn {
    margin: 0;
  }
}

.policy__img-1 {
  width: 40rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img-1 {
    width: 100%;
  }
}

.policy__img-2 {
  width: 100%;
}

/*============================
	menu
============================*/
.menu {
  padding: 12rem 0 14rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 52.3rem;
  height: 48.5rem;
  top: -20.5rem;
  right: 1rem;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 14.4rem;
  height: 12.6rem;
  bottom: 9.5rem;
  left: 13rem;
}

@media (max-width: 767px) {
  .menu::before {
    width: 30rem;
    height: 27.8rem;
    top: -17rem;
  }

  .menu::after {
    width: 11rem;
    height: 9.6rem;
    bottom: 5rem;
    left: 3rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 9rem;
  margin: 9.5rem auto 12rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 10rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 6rem 7.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::before {
  content: "";
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 24.7rem;
  height: 13.1rem;
  position: absolute;
  pointer-events: none;
}

.menu__list-item:nth-of-type(1)::before {
  top: -18rem;
  left: -11.4rem;
}

.menu__list-item:nth-of-type(2)::before {
  transform: scale(-1, 1);
  top: -14.5rem;
  right: -13.5rem;
}

.menu__list-item:nth-of-type(3)::before {
  transform: scale(-1, 1);
  top: -5rem;
  left: -10.5rem;
}

@media (max-width: 767px) {
  .menu__list-item::before {
    width: 18rem;
    height: 9.5rem;
  }

  .menu__list-item:nth-of-type(1)::before {
    top: -8rem;
    left: -2rem;
  }

  .menu__list-item:nth-of-type(2)::before {
    top: -5rem;
    right: -3rem;
  }

  .menu__list-item:nth-of-type(3)::before {
    left: -5rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
  color: #231815;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: max(370px, 37rem);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-left: max(60px, 10rem);
  }
}

.menu__txt-wrapper h3 {
  background: url("../img/menu_ttl-deco.png") no-repeat center / contain;
  width: max(40px, 6.8rem);
  height: max(127.6px, 21.7rem);
  font-size: max(24px, 3.8rem);
  color: var(--blue);
  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 {
  font-size: max(16px, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-left: 3.5rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper h4 {
    margin: 0 0 3rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__img::before {
  content: "";
  background: url("../img/menu_img-deco-1.png") no-repeat center / contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2rem;
  left: 2rem;
  pointer-events: none;
  z-index: -1;
}

.menu__list-item:nth-of-type(2) .menu__img::after {
  content: "";
  background: url("../img/menu_img-deco-2.png") no-repeat center / contain;
  width: 32.4rem;
  height: 23rem;
  position: absolute;
  left: -10rem;
  bottom: -5.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(2) .menu__img::after {
    width: 24rem;
    height: 17rem;
    left: auto;
    right: -4rem;
  }
}

.menu__img img {
  border-radius: 2rem;
}

.menu__hotpepper {
  width: 90rem;
  margin: 0 auto 9.5rem;
}

@media (max-width: 767px) {
  .menu__hotpepper {
    width: 90%;
  }
}

.menu__hotpepper a {
  background-color: #e22020;
  width: 100%;
  height: 100%;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 20rem 4.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__hotpepper a {
    padding: 2.5rem 7rem 4.5rem;
  }
}

.menu__hotpepper a::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 1px var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.hotpepper__logo {
  display: block;
  width: 29.8rem;
}

.menu__hotpepper p {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-3);
  padding: 11rem 0;
  position: relative;
}

.gallery::before,
.gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gallery::before {
  background: url("../img/gallery_deco-2.png") no-repeat center bottom / cover;
  width: 142.9rem;
  height: 2.4rem;
  top: 0;
  right: 0;
}

.gallery::after {
  background: url("../img/gallery_deco-3.png") no-repeat center / contain;
  width: 35.3rem;
  height: 27.6rem;
  top: -19rem;
  right: 11.5rem;
}

@media (max-width: 767px) {
  .gallery::before {
    width: 100%;
    height: 1.3rem;
  }

  .gallery::after {
    width: 24rem;
    height: 18.8rem;
    top: -10rem;
    right: 3rem;
  }
}

.gallery__slider {
  height: 23.4rem;
  margin: 7rem 0 9rem;
  position: relative;
}

.gallery__slider::before,
.gallery__slider::after {
  content: "";
  background: url("../img/gallery_deco-1.png") no-repeat center / contain;
  width: 24.7rem;
  height: 13.1rem;
  position: absolute;
  top: -14rem;
  right: 7.5rem;
  pointer-events: none;
}

.gallery__slider::after {
  top: auto;
  right: auto;
  left: 14.5rem;
  bottom: -19rem;
}

@media (max-width: 767px) {
  .gallery__slider::before,
  .gallery__slider::after {
    width: 18rem;
    height: 9.5rem;
    top: -8rem;
    right: 2rem;
  }

  .gallery__slider::after {
    top: auto;
    right: auto;
    left: 5rem;
    bottom: -12rem;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 23.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 1.2rem;
}

/*============================
	access
============================*/
.access {
  padding: 11.5rem 0 14.5rem;
  position: relative;
}

.access::before {
  content: "";
  background: url("../img/access_deco.png") no-repeat center top / cover;
  width: 100%;
  height: 13.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before {
    height: 10rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 8.5rem;
  margin: 7rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 42rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 4rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 4rem;
  }
}

.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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 46rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-4);
  padding: 12rem 0 14rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  background: url("../img/insta_deco.png") no-repeat center / contain;
  width: 24.7rem;
  height: 11.6rem;
  position: absolute;
  top: 13.5rem;
  right: 8.5rem;
  pointer-events: none;
}

.insta::after {
  top: auto;
  right: auto;
  left: 4rem;
  bottom: 32.5rem;
}

@media screen and (max-width: 767px) {
  .insta::before,
  .insta::after {
    width: 20rem;
    height: 9.4rem;
    top: 5rem;
    right: 3rem;
  }

  .insta::after {
    top: auto;
    right: auto;
    bottom: 40rem;
    left: 2rem;
  }
}

.insta__contents {
  width: 87rem;
  margin: 8rem auto 7.5rem;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5;
}

.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;
  }
}

.facebook__contents {
  width: 90rem;
  color: var(--white);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .facebook__contents {
    width: 90%;
  }
}

.facebook__contents a {
  background: url("../img/facebook_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 3rem 4.5rem;
  padding: 6rem 15rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .facebook__contents a {
    flex-direction: column;
    padding: 6rem;
  }
}

.facebook__contents a::before {
  content: "";
  display: block;
  background: url("../img/facebook.png") no-repeat center / contain;
  width: max(40px, 7rem);
  height: max(40px, 7rem);
  flex-shrink: 0;
}

.facebook__contents a::after {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 1px var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.facebook__contents p {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
