@charset "utf-8";
main {
  position: relative;
}

main .circle {
  position: absolute;
  top: -265px;
  right: min(48px, calc((48 + 96) * ((100vw - 769px) / (1280 - 769)) - 96px));
  width: 480px;
}

@media (max-width: 768px) {
  main .circle {
    top: -25px;
    right: -95px;
    width: 217px;
  }
}

main .circle img {
  animation: circle 26s linear 0s infinite;
}

@media (max-width: 768px) {
  main .circle img {
    animation: circle 18s linear 0s infinite;
  }
}

.txt {
  text-align: justify;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  padding: 200px min(4.296875vw, 55px) 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv {
    padding: 80px 22px 0;
  }
}

.fv .page-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

.fv .page-ttl .sub-ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.fv .page-ttl .ttl {
  font-family: var(--text-josefin);
  font-size: 9.48617cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .fv .page-ttl .ttl {
    font-size: min(9.6rem, 16.91844cqw);
    margin-top: 10px;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ intro ↓↓↓ */
.intro {
  max-width: 1280px;
  margin: max(-80px, -3.125vw) auto 0;
  padding: 130px min(4.296875vw, 55px) 120px;
  border-radius: 160px;
  background-color: #F0F0F0;
}

@media (max-width: 768px) {
  .intro {
    margin: -35px auto 0;
    padding: 80px 22px 64px;
    border-radius: 80px;
  }
}

.intro .content {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .intro .content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.intro .content .image {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .intro .content .image {
    width: 100%;
  }
}
/* ↑↑↑ intro ↑↑↑ */

/* ↓↓↓ locations ↓↓↓ */
.locations {
  position: relative;
  padding: 0 23px 120px;
  margin-top: 64px;
}

.locations .content {
  position: relative;
  max-width: 1012px;
  padding: 140px 0 80px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .locations .content {
    padding: 80px 0;
  }
}

.locations .content:not(:first-of-type) {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .locations .content:not(:first-of-type) {
    margin-top: 70px;
  }
}

.locations .content:nth-of-type(odd)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5%;
  height: 100%;
  border-radius: 160px 0 0 160px;
  background-color: #DCF2F6;
}

@media (min-width: 769px) {
  .locations .content:nth-of-type(odd):first-of-type::before {
    width: 74.21%;
  }
}

@media (max-width: 768px) {
  .locations .content:nth-of-type(odd)::before {
    width: 82.676%;
    border-radius: 80px 0 0 80px;
  }
}

.locations .content:nth-of-type(odd)::after {
  content: '';
  position: absolute;
  translate: 100% 0;
  top: 0;
  right: 2px;
  width: 50vw;
  height: 100%;
  background-color: #DCF2F6;
}

.locations .content:nth-of-type(even)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 74.21%;
  height: 100%;
  border-radius: 0 160px 160px 0;
  background-color: #DCFAD8;
}

@media (max-width: 768px) {
  .locations .content:nth-of-type(even)::before {
    width: 82.676%;
    border-radius: 0 80px 80px 0;
  }
}

.locations .content:nth-of-type(even)::after {
  content: '';
  position: absolute;
  translate: -100% 0;
  top: 0;
  left: 2px;
  width: 50vw;
  height: 100%;
  background-color: #DCFAD8;
}

.locations .content-ttl {
  position: relative;
  max-width: 1012px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 24px;
  container-type: inline-size;
}

.locations .content-ttl::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: 0;
  left: 50%;
  width: min(1012px, 100%);
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 5px), linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 5px);
  background-size: 4px 1px, 4px 1px;
  background-position: left top;
  background-repeat: repeat-x, repeat-x;
}

@media (max-width: 768px) {
  .locations .content-ttl::before {
    width: 100%;
  }
}

.locations .content-ttl .en {
  position: absolute;
  translate: -50% -100%;
  top: 2.9412cqw;
  left: 50%;
  width: max-content;
  font-family: var(--text-josefin);
  font-size: 9.41176cqw;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 0.85;
}

@media (max-width: 768px) {
  .locations .content-ttl .en {
    top: 20px;
    font-size: 4.8rem;
  }
}

.locations .content:nth-of-type(odd) .content-ttl .en {
  color: #50BED2;
}

.locations .content:nth-of-type(even) .content-ttl .en {
  color: #C0F7C0;
}

.locations .content-ttl .ttl {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.333334;
  z-index: 1;
}

.locations .tab-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  width: 330px;
  height: 56px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .locations .tab-wrap {
    width: 329px;
    margin-top: 40px;
  }
}

.locations .tab-wrap .tab {
  width: calc(100% / 2);
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  cursor: pointer;
  transition: opacity 300ms ease;
}

@media screen and (min-width: 769px) {
  .locations .tab-wrap .tab:hover {
    opacity: .7;
  }
}

.locations .tab-wrap .tab .deco {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.locations .tab-wrap .tab .deco::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  mask-image: url(../img/locations/deco-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 7px 7px;
}

.locations .tab-wrap .tab[data-tab="order"] {
  background-color: #F29600;
  color: #FFC400;
}

.locations .tab-wrap .tab[data-tab="order"] .deco {
  background-color: #FFC400;
}

.locations .tab-wrap .tab[data-tab="order"] .deco::after {
  background-color: #F29600;
}

.locations .tab-wrap .tab[data-tab="estate"] {
  background-color: #0094A0;
  color: #50BED2;
}

.locations .tab-wrap .tab[data-tab="estate"] .deco {
  background-color: #50BED2;
}

.locations .tab-wrap .tab[data-tab="estate"] .deco::after {
  background-color: #098D99;
}

.locations .tab-wrap .tab.-active[data-tab="order"],
.locations .tab-wrap .tab.-active[data-tab="estate"] {
  color: #fff;
}

.locations .tab-wrap .tab.-active[data-tab="order"] .deco,
.locations .tab-wrap .tab.-active[data-tab="estate"] .deco {
  background-color: #fff;
}

.locations .tab-wrap .tab.-active[data-tab="order"] .deco::after {
  background-color: #F29600;
}
.locations .tab-wrap .tab.-active[data-tab="estate"] .deco::after {
  background-color: #0094A0;
}


.locations .block {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 3.96039603960396%;
  row-gap: 5px;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border-radius: 0 16px 16px;
  padding: 0 24px 40px 0;
  display: none;
}

.locations .block.-active {
  display: flex;
}

@media screen and (max-width: 850px) {
  .locations .block {
    flex-direction: column;
    padding: 0 24px 24px;
  }
}

@media screen and (max-width: 768px) {
  @media screen and (max-width: 850px) {
    .locations .block {
      padding: 24px 22px 32px 23px;
      border-radius: 0 0 8px 8px;
    }
  }
}

.locations .block.order {
  border: 1px solid #F29600;
}

.locations .block.estate {
  border: 1px solid #098D99;
}

.locations .block .image {
  width: 63.185%;
}

@media screen and (max-width: 850px) {
  .locations .block .image {
    width: 100%;
    max-width: 500px;
  }
}

.locations .block .swiper {
  width: 282px;
  margin: 44px 0 0;
}

@media screen and (max-width: 850px) {
  .locations .block .swiper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
  }
}

.locations .block .swiper .head {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 8px;
}

.locations .block .swiper .icon {
  width: 34px;
}

.locations .block .swiper .text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.locations .block .swiper .page-arrow {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  margin-top: 24px;
}

@media screen and (max-width: 850px) {
  .locations .block .swiper .page-arrow {
    width: 282px;
    margin: 24px auto 0;
  }
}

.locations .block .swiper .page-arrow .prev-btn,
.locations .block .swiper .page-arrow .next-btn {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.locations .block .swiper .page-arrow .prev-btn::after,
.locations .block .swiper .page-arrow .next-btn::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 9px;
  background: url(../img/locations/arrow.svg) no-repeat;
  background-size: cover;
  z-index: 2;
  cursor: pointer;
}

.locations .block .swiper .page-arrow .next-btn::after {
  scale: -1;
}

.locations .block .swiper.order-swiper .page-arrow .prev-btn,
.locations .block .swiper.order-swiper .page-arrow .next-btn {
  background-color: #F29600;
}

.locations .block .swiper.estate-swiper .page-arrow .prev-btn,
.locations .block .swiper.estate-swiper .page-arrow .next-btn {
  background-color: #0094A0;
}

.locations .block .swiper .swiper-pagination {
  width: fit-content;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  bottom: unset;
  font-size: 1.4rem;
  font-family: var(--text-josefin);
  line-height: 1;
  z-index: 1;
}

.locations .block .swiper.order-swiper .swiper-pagination {
  color: #F29600;
}

.locations .block .swiper.estate-swiper .swiper-pagination {
  color: #0094A0;
}

/* ↑↑↑ locations ↑↑↑ */