@charset "UTF-8";
.location-link-row {
  font-family: "RyuminPro", serif;
  color: #000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .location-link-row {
    grid-template-columns: 1fr;
  }
}

.location-link {
  padding: 30px 0;
  font-size: clamp(14px, 1.25vw, 20px);
  display: block;
  text-align: center;
  background-color: #e6ebee;
  position: relative;
}
@media (max-width: 767px) {
  .location-link {
    padding: 20px;
  }
}
.location-link::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 28px;
}
@media (max-width: 767px) {
  .location-link::before {
    left: 10px;
  }
}

.location-link.-active {
  background-color: #435161;
  color: #fff;
}
.location-link.-active::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 28px;
}
@media (max-width: 767px) {
  .location-link.-active::before {
    left: 10px;
  }
}

.location01-sec {
  font-family: "RyuminPro", serif;
  color: #000;
  margin-top: 70px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .location01-sec {
    margin-top: 20px;
  }
}
.location01-sec.location01-sec--1 .inner, .location01-sec.location01-sec--3 .inner, .location01-sec.location01-sec--4 .inner {
  max-width: 1400px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--1 .inner, .location01-sec.location01-sec--3 .inner, .location01-sec.location01-sec--4 .inner {
    width: 90%;
  }
}
.location01-sec.location01-sec--1 .inner h2, .location01-sec.location01-sec--3 .inner h2, .location01-sec.location01-sec--4 .inner h2 {
  font-size: clamp(40px, 10.625vw, 170px);
  color: #b0a06a;
  text-align: center;
}
.location01-sec.location01-sec--1 .inner small, .location01-sec.location01-sec--3 .inner small, .location01-sec.location01-sec--4 .inner small {
  font-size: clamp(30px, 6.25vw, 100px);
}
.location01-sec.location01-sec--1 .inner .title, .location01-sec.location01-sec--3 .inner .title, .location01-sec.location01-sec--4 .inner .title {
  color: #b0a06a;
  font-size: clamp(18px, 2.1875vw, 35px);
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-align: center;
}
.location01-sec.location01-sec--1 .inner .location01-sec--1-title, .location01-sec.location01-sec--3 .inner .location01-sec--1-title, .location01-sec.location01-sec--4 .inner .location01-sec--1-title {
  font-size: clamp(21px, 2.6575vw, 44px);
  line-height: 1.5;
  letter-spacing: 1rem;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--1 .inner .location01-sec--1-title, .location01-sec.location01-sec--3 .inner .location01-sec--1-title, .location01-sec.location01-sec--4 .inner .location01-sec--1-title {
    letter-spacing: 0;
  }
}
.location01-sec.location01-sec--1 .inner .location01-sec--1-title em, .location01-sec.location01-sec--3 .inner .location01-sec--1-title em, .location01-sec.location01-sec--4 .inner .location01-sec--1-title em {
  font-size: clamp(30px, 5.3125vw, 85px);
}
.location01-sec.location01-sec--1 .inner .location01-sec--1-lead, .location01-sec.location01-sec--3 .inner .location01-sec--1-lead, .location01-sec.location01-sec--4 .inner .location01-sec--1-lead {
  color: #000;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 2;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--1 .inner .location01-sec--1-lead, .location01-sec.location01-sec--3 .inner .location01-sec--1-lead, .location01-sec.location01-sec--4 .inner .location01-sec--1-lead {
    text-align: left;
    margin-top: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.location01-sec.location01-sec--2 .inner .change-buttons {
  display: flex;
  max-width: 1000px;
  font-size: clamp(14px, 1.5625vw, 25px);
  text-align: center;
  margin-top: 30px;
  margin-inline: auto;
  color: #000;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--2 .inner .change-buttons {
    gap: 10px;
    flex-direction: column;
    width: 90%;
  }
}
.location01-sec.location01-sec--2 .inner .change-buttons li {
  vertical-align: top;
  text-align: center;
  width: calc(19.3% - 10px);
  flex-grow: 1;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
  padding-block: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--2 .inner .change-buttons li {
    width: 100%;
  }
}
.location01-sec.location01-sec--2 .inner .change-buttons li.current, .location01-sec.location01-sec--2 .inner .change-buttons li:hover {
  background: #eae4d1;
}
.location01-sec.location01-sec--2 .inner .tab-inner {
  display: none;
}
.location01-sec.location01-sec--2 .inner .tab-inner.current {
  display: block;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--3 .location01-sec-block {
    width: 100%;
  }
}
.location01-sec.location01-sec--4 .inner {
  max-width: 1400px !important;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--4 .inner {
    width: 100% !important;
  }
}
.location01-sec.location01-sec--4 .business-trend-container {
  background: #7d7a7a;
  padding-block: 70px;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--4 .business-trend-container {
    padding-block: 30px;
    padding-inline: 20px;
  }
}
.location01-sec.location01-sec--4 .area-container {
  margin: 50px auto 0;
  max-width: 1310px;
  width: 100%;
}
.location01-sec.location01-sec--4 .trend-area {
  margin-top: 70px;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .location01-sec.location01-sec--4 .trend-area {
    margin-top: 30px;
  }
}
.location01-sec.location01-sec--4 .location01-sec--1-lead {
  color: #fff !important;
}
.location01-sec.location01-sec--4 .carousel .slick-slide {
  margin-inline: 10px;
  transition: all 0.5s ease;
  transform: scale(0.7);
}
.location01-sec.location01-sec--4 .carousel .slick-slide.slick-current, .location01-sec.location01-sec--4 .carousel .slick-slide.is-active-next {
  transform: scale(1);
}
.location01-sec.location01-sec--4 .slick-dots li button:before {
  font-family: "slick";
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "○";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.location01-sec.location01-sec--4 .slick-dots li.slick-active button:before {
  content: "●";
  opacity: 1;
  color: #fff;
}
.location01-sec.location01-sec--4 .slick-dots li:nth-child(n+4) {
  display: none;
}

.annotation-area {
  display: flex;
}
@media (min-width: 768px) {
  .annotation-area {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .annotation-area {
    padding: 20px;
  }
}
.annotation-area .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.annotation-area .page-annotation {
  font-size: 12px;
  line-height: 1.5833333333;
}

.location01-sec-block {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
@media (max-width: 767px) {
  .location01-sec-block .location01-sec-block {
    padding-bottom: 0px;
  }
}
.location01-sec-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.location01-sec-block:not(.trend-area) {
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 70px;
  max-width: 1310px;
}
@media (max-width: 767px) {
  .location01-sec-block:not(.trend-area) {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .swipe-img {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: inherit;
    width: 200%;
  }
  .swipe {
    display: block;
    text-align: center;
  }
  .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}/*# sourceMappingURL=location01.css.map */