@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  display: block;
  width: max-content;
  height: 6.7rem;
  margin: 0 auto;
}

.concept .common__ttl {
  height: 7.8rem;
}

.menu .common__ttl {
  height: 6.6rem;
}

.sister .common__ttl {
  height: 13.2rem;
}

.common__ttl img {
  width: auto;
}

.common__btn {
  width: max(160px, 22.7rem);
  height: max(40px, 5.4rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.7rem);
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding-left: 2rem;
  position: relative;
}

.common__btn--org a {
  background-color: var(--orange);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(6px, 0.75rem);
  height: max(11px, 1.4rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  border-bottom: solid 4rem var(--orange);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.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 {
  background: var(--bg-2);
  border-top: solid 2rem var(--blue);
  padding: 20rem 0;
  position: relative;
}

@media (max-width: 767px) {
  .concept {
    padding: 12rem 0 15rem;
  }
}

.concept::after {
  content: "";
  background: url("../img/concept_deco-3.png") no-repeat center / contain;
  width: 36rem;
  height: 32rem;
  position: absolute;
  right: 5.5rem;
  bottom: -12.5rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept::after {
    width: 28rem;
    height: 24.9rem;
    right: 5%;
    bottom: -13rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem 12rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
  position: relative;
}

.concept__txt-wrapper::before,
.concept__txt-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.concept__txt-wrapper::before {
  background: url("../img/concept_deco-1.png") no-repeat center / contain;
  width: 25rem;
  height: 27.6rem;
  top: -16rem;
  right: -8rem;
}

.concept__txt-wrapper::after {
  background: url("../img/concept_deco-2.png") no-repeat center / contain;
  width: 17rem;
  height: 20.8rem;
  left: -9rem;
  bottom: -18.5rem;
}

@media (max-width: 767px) {
  .concept__txt-wrapper::before {
    width: 21rem;
    height: 23.2rem;
    top: -6rem;
    right: -2rem;
  }

  .concept__txt-wrapper::after {
    width: 13rem;
    height: 15.9rem;
    left: -2rem;
    bottom: -10rem;
  }
}

.concept__txt-wrapper .common__ttl {
  margin: 0 0 5.5rem -1rem;
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3.5rem 0 6rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 64.5rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  position: relative;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 0;
  }
}

.concept__img::before {
  content: "";
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2rem;
  left: 2rem;
  pointer-events: none;
  z-index: -1;
}

/*============================
	menu
============================*/
.menu {
  background-color: var(--blue);
  color: var(--white);
  padding: 12.5rem 0 14rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu {
    padding: 16rem 0 14rem;
  }
}

.menu__contents {
  width: 110rem;
  display: flex;
  margin: 11.5rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 6rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    width: 46rem;
  }
}

.menu__txt-wrapper::before,
.menu__txt-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu__txt-wrapper::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 23.8rem;
  height: 26.4rem;
  transform: translateY(-100%);
  top: -1.5rem;
  left: 1.5rem;
}

.menu__txt-wrapper::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 20rem;
  height: 29.8rem;
  left: -12rem;
  bottom: -3rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper::before {
    width: 18rem;
    height: 20rem;
    transform: none;
    left: auto;
    top: -10rem;
    right: 0;
  }

  .menu__txt-wrapper::after {
    width: 15rem;
    height: 22.3rem;
    left: -2rem;
    bottom: -9rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 4rem;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0;
  }
}

.menu__img {
  width: 70.2rem;
  position: absolute;
  top: -8rem;
  right: -11rem;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    position: static;
  }
}

/*============================
	gallery
============================*/
.gallery {
  padding: 12.5rem 0;
}

.gallery__slider {
  height: 25.6rem;
  margin: 7.5rem 0 9rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.6rem;
}

/*============================
	access
============================*/
.access {
  background-color: var(--blue);
  border-top: solid 4rem var(--orange);
  color: var(--white);
  padding: 13rem 0 20.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 6.5rem;
  margin: 9rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 66rem;
  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;
  margin: -1.5rem 0 6rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 6rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.3rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--white);
  }
}

@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;
}

/*============================
	sister
============================*/
.sister {
  background-color: var(--orange);
  display: flex;
}

@media (max-width: 767px) {
  .sister {
    flex-direction: column-reverse;
  }
}

.sister__txt-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10rem;
  padding: 10.5rem 0 8.5rem;
}

.sister__img {
  width: 78rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sister__img {
    width: 100%;
  }
}

/*============================
	insta
============================*/
.insta {
  padding: 12rem 0 18.5rem;
}

.insta__contents {
  width: 82rem;
  margin: 8.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.6rem;
}

.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: 26.1rem;
  height: 26.1rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

.top-faq {
  background: #dca24a;
  padding: 4rem 1.25rem 5rem;
}

.top-faq__inner {
  width: min(100%, 70rem);
  margin: 0 auto;
}

.top-faq__title {
  display: none;
}

.top-faq__list {
  display: grid;
  gap: 2rem;
}

.top-faq__item {
  background: #fff;
}

.top-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 1.3rem 3rem 1.3rem 1.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.top-faq__question::-webkit-details-marker {
  display: none;
}

.top-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.2rem solid #111;
  border-bottom: 0.2rem solid #111;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.top-faq__item[open] .top-faq__question::after {
  transform: translateY(-35%) rotate(225deg);
}

.top-faq__answer {
  padding: 0 1.8rem 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.top-faq__answer p {
  margin: 0;
}

@media (max-width: 767px) {
  .top-faq {
    padding: 3rem 1rem 4rem;
  }

  .top-faq__inner {
    width: 80%;
  }

  .top-faq__question {
    font-size: 3rem;
    padding: 2rem 3rem 2rem 1.8rem;
  }

  .top-faq__answer {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 2.6rem;
  }
    
    .top-faq__question::after{
        width: 2rem;
        height: 2rem;
        
    right: 2rem;
    }
}