@charset "UTF-8";

:root {
  --font-en: "Cinzel", serif;
  --color-navy: #3e4c59;
  --color-wh: #fff;
  --color-red: #7C133E;
}
.font-cinzel {
  font-family: var(--font-en);
}
.is-navy {
  color: var(--color-navy);
}
.is-red {
  color: var(--color-red);
}

.mv {
  position: relative;
}
.mv-txt-wrap {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.mv-heading {
  color: var(--color-wh);
  margin-bottom: clamp(8px, 1.2vw, 12px);
  padding-bottom: clamp(6px, 1vw, 10px);
  width: fit-content;
  position: relative;
  font-family: var(--font-en);
  font-size: clamp(3.2rem, 8vw, 8.8rem);
  font-weight: 400;
  letter-spacing: clamp(.3rem, .6vw, .6rem);

  &::after {
    content: "";
    width: calc(100% + calc(160 / 1680 * 100vw));
    height: 1px;
    background: var(--color-wh);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.mv-txt {
  color: var(--color-wh);
  font-size: clamp(1.3rem, 3.25vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  .mv {
    aspect-ratio: 750 / 650;
    figure {
      height: 100%;
      img {
        height: inherit;
        object-fit: cover;
      }
    }
  }
}

.general-section .inner.inner-1300 {
  padding: 190px 0 80px;
  max-width: 1300px;
}
.secondary-heading {
  margin-bottom: clamp(2em, 4vw, 4em);
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
}
.secondary-heading .num-large {
  font-size: 200%;
  line-height: 1;
}
.secondary-heading .fz_s {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .general-section .inner.inner-1300 {
    padding: 80px 0 40px;
  }
}

.lead {
  margin-bottom: clamp(4em, 8vw, 8em);
}

.fz12 {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
.fz14 {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.fz16 {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
.fz18 {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.fz20 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.fz26 {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}
.jcsb {
  justify-content: space-between;
}

.intro {
  background: url(../images/location/bg01.webp) no-repeat top right;
  background-size: cover;
  overflow: hidden;
}
.intro-slide {
  margin-bottom: 100px;
}
.slick-slide {
  height: auto;
}
.slick-list {
  overflow: visible;
}
.slick-img {
  padding: 0 8px;
  max-width: 430px;
}
.slick-img:nth-child(odd) {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .intro-slide {
    margin-bottom: 50px;
  }
  .slick-img {
    max-width: 180px;
  }
  .slick-img:nth-child(odd) {
      margin-top: 40px;
  }
}

.tabs {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.tabs li {
  width: calc(280% / 12);
}
.tabs li a {
  align-items: center;
  background: #C4C1AC;
  border-radius: 40px;
  color: #2E0A17;
  display: flex;
  font-size: clamp(1.6rem, 2vw, 2rem);
  justify-content: center;
  line-height: 1.2;
  padding: 10px 0;
  position: relative;
  text-align: center;
  transition: all .3s ease-out;
}
.tabs li a::after {
  width: 8px;
  height: 8px;
  background: #2E0A17;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
  content: "";
  vertical-align: middle;
  transition: all .3s ease-out;
  position: absolute;
  right: 20px;
  transition: all .3s ease-out;
}
.tabs li.active a,
.tabs li a:hover {
  background: #7C133E;
  color: #fff;
}
.tabs li.active a::after,
.tabs li a:hover::after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .tabs li {
    margin-bottom: 10px;
    width: 48%;
  }
  .tabs li a::after {
    content: none;
  }
}

.anker-link {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .anker-link {
    margin-top: -48px;
    padding-top: 48px;
  }
}

.bg02 {
  background: url(../images/location/bg02.webp) no-repeat center;
  background-size: cover;
}
.bg03 {
  background: url(../images/location/bg03.webp) no-repeat center;
  background-size: cover;
}
.bg04 {
  background: url(../images/location/bg04.webp) no-repeat center;
  background-size: cover;
}

.title-wrapper {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.title-wrapper-text {
  width: calc(525% / 12);
}
.title-wrapper-text-en {
  color: #553030;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
.title-wrapper-text-ja {
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.5;
  margin: 20px auto;
}
.title-wrapper-text .lead,
.title-wrapper-text .secondary-heading {
  margin: 20px auto 0;
}
.title-wrapper-img {
  width: calc(576% / 12);
}
@media screen and (max-width: 767px) {
  .title-wrapper {
    margin-bottom: 30px;
  }
  .title-wrapper-text {
    margin-bottom: 20px;
  }
  .title-wrapper-text,
  .title-wrapper-img {
    width: 100%;
  }
}

.whitebox {
  background: #F2F2F0;
  border: 1px solid #C4C1AC;
  margin: 110px auto 120px;
  padding: 80px 95px;
}
.whitebox-title-ja {
  border-bottom: 1px solid #707070;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  margin: 15px auto 30px;
  padding-bottom: 15px;
}
.whitebox-title-ja.noline {
  border-bottom: none;
  margin: 15px auto 0;
  padding-bottom: 0;
}
.whitebox .fz16 {
  line-height: 1.5;
}
.whitebox-event {
  justify-content: space-between;
}
.whitebox-event .whitebox-text {
  width: calc(500% / 10.08);
}
.whitebox-event .whitebox-img {
  width: calc(379% / 10.08);
}
@media screen and (max-width: 767px) {
  .whitebox {
    margin: 50px auto;
    padding: 20px;
  }
  .whitebox-title-ja {
    margin: 15px auto;
  }
  .whitebox-event .whitebox-text,
  .whitebox-event .whitebox-img {
    width: 100%;
  }
  .whitebox-event .whitebox-text {
    margin-bottom: 30px;
  }
}

.list-detail {
  justify-content: space-between;
}
.list-detail li {
  width: calc(384% / 12);
}
.list-detail li figure {
  margin: 30px auto 20px;
}

.shop-column {
  justify-content: space-between;
  margin: 150px auto 90px;
}
.shop-column li {
  width: calc(580% / 12);
}
.shop-column li figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .shop-column {
    margin: 40px auto;
  }
}

.slide-wrap {
  justify-content: space-between;
  position: relative;
}
.slide-text {
  width: calc(37% / 12);
}
.slide-text-title {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  writing-mode: vertical-rl;
}
.shop-slide,
.edu-slide,
.gojo-slide {
  overflow: hidden;
  width: calc(1100% / 12);
  max-width: 1100px;
}
.shop-slide li,
.edu-slide li,
.gojo-slide li {
  margin: 0 12px;
  width: calc(384% / 11);
  max-width: 384px;
}
.gojo-list {
  margin-top: 150px;
  overflow: hidden;
}
.gojo-list li {
  margin: 0 4px;
  width: calc(650% / 11);
  max-width: 650px;
}
.shopping-list-wrap-img {
  width: calc(560% / 12);
}

.shopping-list-wrap-img figure {
  position: sticky;
  top: 120px;
}

.shopping-list-wrap-title {
  line-height: 1.5;
  margin-bottom: 50px;
  width: 100%;
}
.shopping-list {
  width: calc(510% / 12);
}
.shopping-list-detail {
  margin-bottom: 70px;
}
.shopping-list-detail-text dt {
  border-bottom: 1px solid #707070;
  margin-bottom: 16px;
  margin-top: 40px;
  padding-bottom: 16px;
}
.shopping-list-detail-text dd {
  line-height: 1.5;
}
.shopping-list-detail-text-box {
  background: #F2F2F0;
  border: 1px solid #C4C1AC;
  line-height: 1.5;
  margin-top: 20px;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .slide-wrap {
    margin-right: -24px;
  }
  .shop-slide li,
  .edu-slide li,
  .gojo-slide li {
    max-width: 200px;
  }
  .gojo-list {
    margin-top: 40px;
  }
  .gojo-list li {
    max-width: 250px;
  }
  .shopping-list-wrap-img {
    margin-bottom: 30px;
    width: 100%;
  }
  .shopping-list-wrap-title {
    margin-bottom: 30px;
  }
  .shopping-list {
    width: 100%;
  }
  .shopping-list-detail {
    margin-bottom: 50px;
  }
  .shopping-list-detail-img,
  .shopping-list-detail-text {
    width: 100%;
  }
  .shopping-list-detail-text dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .shopping-list-detail-img {
    margin-bottom: 20px;
  }
  .shopping-list-detail-text-box {
    margin-top: 20px;
    padding: 20px;
  }
}

.whitebox-edu {
  background: rgba(116,50,64,.2);
}
.whitebox-edu-detail {
  margin-top: 50px;
}
.whitebox-edu-detail-flex {
  justify-content: space-between;
}
.whitebox-edu-detail-flex.reverse {
  flex-direction: row-reverse;
}
.whitebox-edu-detail-flex .whitebox-edu-detail-text {
  width: calc(594% / 10.08);
}
.whitebox-edu-detail-title {
  margin-bottom: 28px;
}
.whitebox-edu-detail-text ul {
  justify-content: space-between;
}
.whitebox-edu-detail-text ul li {
  background: rgba(255,255,255,0.6);
  border: 1px solid #9D9874;
  margin-bottom: 14px;
  padding: 12px;
  text-align: center;
  width: calc(290% / 5.94);
  display: flex;
  justify-content: center;
  align-items: center;
}
.whitebox-edu-detail-text ul li.long {
  margin-bottom: 0;
  width: 100%;
}
.whitebox-edu-detail-img {
  width: calc(350% / 10.08);
}
@media screen and (max-width: 767px) {
  .whitebox-edu-detail {
    margin-top: 30px;
  }
  .whitebox-edu-detail-flex .whitebox-edu-detail-text {
    margin-bottom: 20px;
    width: 100%;
  }
  .whitebox-edu-detail-text ul li {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px;
  }
  .whitebox-edu-detail-title {
    margin-bottom: 20px;
  }
  .whitebox-edu-detail-img {
    width: 100%;
  }
}

.lifeinfo-title {
  font-size: clamp(3rem, 4vw, 4rem);
  margin: clamp(2em, 4vw, 4em) auto;
}
.lifeinfo-tabs {
  justify-content: space-between;
  margin-bottom: 20px;
}
.lifeinfo-tab {
  align-items: center;
  background: #E0DFDA;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-align: center;
  transition: all .3s ease-out;
  width: calc(198% / 12);
}
.lifeinfo-tab.is-active,
.lifeinfo-tab:hover {
  background: #9E4D6A;
  color: var(--color-wh);
}
.lifeinfo-detail {
  justify-content: space-between;
  display: none;
}
.lifeinfo-detail.is-active {
  display: flex;
}
.lifeinfo-detail-img {
  width: calc(854% / 12);
}
.lifeinfo-detail-text {
  max-height: 712px;
  padding-right: 10px;
  overflow-y: scroll;
  width: calc(318% / 12);
}
.lifeinfo-detail-text-list {
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.lifeinfo-detail-text dt {
  display: flex;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}
.lifeinfo-detail-text dt .num {
  top: 0;
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  left: 0;
  position: absolute;
  width: 21px;
}
@media screen and (max-width: 767px) {
  .lifeinfo-tab {
    margin-bottom: 5px;
    width: 32.5%;
  }
  .lifeinfo-detail-img {
    overflow: hidden;
    position: relative;
    user-select: none;
    width: 100%;
  }
  .lifeinfo-detail-img img {
    transform-origin: center center;
    will-change: transform;
  }
  .lifeinfo-detail-text {
    padding-right: 0;
    margin-top: 20px;
    width: 100%;
  }
  .lifeinfo-detail-text dt {
    padding-left: 2em;
  }
  .map-zoom-controls {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
  }
  .map-zoom-btn {
    align-items: center;
    background: #E0DFDA;
    border: 1px solid #333;
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 22px;
  }
  .map-zoom-btn:disabled {
    opacity: 0.35;
  }
}

.arrow_box {
  align-items: center;
  bottom: 0;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  position: absolute;
  max-width: 37px;
}
.prev-arrow,
.next-arrow {
  cursor: pointer;
  display: block;
  height: 53px;
  margin-top: 10px;
  position:relative;
  transition: all .3s ease;
  width: 37px;
}
.prev-arrow:hover,
.next-arrow:hover {
  opacity: .7;
}
.prev-arrow {
  background: url(../images/access/btn_prev.webp) no-repeat center;
  background-size: cover;
}
.next-arrow {
  background: url(../images/access/btn_next.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .arrow_box {
    max-width: 20px;
  }
  .prev-arrow,
  .next-arrow {
    height: 29px;
    width: 20px;
  }
}