@media only screen and (min-width: 768px) {
  .locationSummary {
    margin-bottom: 300px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .locationSummary {
    margin-bottom: 200px;
  }
}
.locationSummary__heading {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .locationSummary__heading {
    padding-block: 120px;
    max-width: 440px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .locationSummary__heading {
    padding: 92px 32px 80px;
  }
}
.locationSummary__heading .lead {
  margin-top: 50px;
  text-align: left;
}
.locationSummary__map {
  max-width: 1200px;
  margin-inline: auto;
}
.locationSummary__desc {
  margin-top: 149px;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  gap: 0 82px;
  color: rgba(255, 255, 255, 0.7);
  display: grid;
}
@media only screen and (min-width: 768px) {
  .locationSummary__desc {
    grid-template: "ttl img" auto "txt img" 1fr/333px 1fr;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .locationSummary__desc {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .locationSummary__desc {
    margin-top: 100px;
    grid-template: "img" auto "ttl" auto "txt" 1fr/100%;
    padding-inline: 5.1282051282vw;
  }
}
.locationSummary .ttlBorder {
  grid-area: ttl;
}
.locationSummary .photo {
  grid-area: img;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .locationSummary .photo {
    margin-bottom: 72px;
  }
}
.locationSummary .photo .cap + .cap {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .locationSummary .photo .cap + .cap {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .locationSummary .photo .cap + .cap {
    padding-top: 23px;
  }
}
.locationSummary__text p {
  line-height: 2.2;
  font-size: 13px;
}

.ttlBorder {
  position: relative;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-bottom: 20px;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) {
  .ttlBorder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ttlBorder {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
.ttlBorder::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
}
@media only screen and (min-width: 768px) {
  .ttlBorder--reverse::after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  }
}

.bg--dark {
  background: linear-gradient(to left, #38332D, rgb(56, 51, 45));
}
.bg--light {
  background: #6C6C64;
}

.locationPhotos {
  position: relative;
}
.locationPhotos__kv {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .locationPhotos__kv {
    max-height: 500px;
    height: 34.7222222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .locationPhotos__kv {
    max-height: 290px;
    height: 74.358974359vw;
  }
}
.locationPhotos__kv .parallaxPhoto {
  height: 100%;
  width: 100%;
}
.locationPhotos__kv .parallaxPhoto .photo,
.locationPhotos__kv .parallaxPhoto .photo__pic,
.locationPhotos__kv .parallaxPhoto .photo__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locationPhotos__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .locationPhotos__inner {
    max-width: 1000px;
    margin-inline: auto;
    display: flex;
    padding-block: 100px 200px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .locationPhotos__inner {
    padding-inline: 5.1282051282vw;
    padding-block: 60px 100px;
  }
}
.locationPhotos__cont {
  position: relative;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .locationPhotos__cont > * {
    width: 16.25vw;
    max-width: 234px;
  }
}
@media only screen and (max-width: 767px) {
  .locationPhotos__cont > * {
    width: 42.5641025641vw;
    max-width: 166px;
  }
}
@media only screen and (max-width: 767px) {
  .locationPhotos__cont {
    margin-top: 60px;
  }
}
.locationPhotos__img .cap {
  color: #fff;
}
.locationPhotos__img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .locationPhotos--2 .locationPhotos__img {
    width: 25.7638888889vw;
    max-width: 371px;
  }
}
@media only screen and (max-width: 767px) {
  .locationPhotos--2 .locationPhotos__img {
    margin-top: 60px;
    width: 45.3846153846vw;
  }
}
.locationPhotos__heading {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .locationPhotos__heading {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .locationPhotos__heading {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  .locationPhotos__heading + * {
    margin-top: max(35px, 2.4305555556vw);
  }
}
@media only screen and (max-width: 767px) {
  .locationPhotos__heading + * {
    margin-top: 10.2564102564vw;
  }
}
.locationPhotos__text {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .locationPhotos__text {
    font-size: 13px;
    line-height: 2.4;
  }
}
@media only screen and (max-width: 767px) {
  .locationPhotos__text {
    font-size: 13px;
    line-height: 2.2;
  }
}

@media only screen and (min-width: 768px) {
  .locationSpotSectArea {
    padding-block: 276px 0;
  }
}
@media only screen and (max-width: 767px) {
  .locationSpotSectArea {
    padding-block: 103px 0;
  }
}
.locationSpotSectArea-inner {
  max-width: 1440px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .locationSpotSectArea--mtNarrow {
    padding-block: 160px 1px;
  }
}
@media only screen and (max-width: 767px) {
  .locationSpotSectArea--mtNarrow {
    padding-block: 100px 1px;
  }
}

.locationSpotSect {
  display: flex;
  gap: 0 45px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 190px;
}
@media only screen and (min-width: 768px) {
  .locationSpotSect {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .locationSpotSect {
    flex-direction: column-reverse;
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .locationSpotSect--reverse {
    flex-direction: row-reverse;
    padding-left: 20px;
    padding-right: 0;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 768px) {
  .locationSpotSect__imgArea {
    max-width: 950px;
    width: 100%;
    margin-left: -5px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .locationSpotSect__imgArea {
    max-width: 65.9722222222vw;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .locationSpotSect__imgs {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .locationSpotSect__imgs .slick-slide {
    padding-inline: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .locationSpotSect__imgs .slick-slide {
    width: 260px;
    margin-inline: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .locationSpotSect__img {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .locationSpotSect__img {
    padding-bottom: 40px;
  }
}
.locationSpotSect__img .photo img {
  width: 100%;
}
.locationSpotSect__img .cap--inRight {
  color: #fff;
  text-shadow: 0px 2px 5px #000000, 0px 0px 5px #000000;
}
.locationSpotSect__img .cap--outLeft {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .locationSpotSect__desc {
    width: 311px;
  }
}
@media only screen and (max-width: 767px) {
  .locationSpotSect__desc {
    width: calc(100% - 80px);
    margin-inline: auto;
    margin-bottom: 80px;
  }
}
.locationSpotSect__txt {
  line-height: 2.2;
  font-size: 13px;
}

.kensho {
  background: linear-gradient(98.93deg, #42645C -11.75%, #35423F 109.31%);
  box-shadow: 0px 5px 50px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .kensho {
    padding: 80px 102px;
    width: calc(50% + 600px);
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .kensho {
    width: calc(100% - 40px);
    padding: 56px 20px;
    margin-inline: auto;
    background: linear-gradient(90deg, #42645C 0%, #35423F 100%);
  }
}
.kensho__inner {
  display: flex;
  align-items: center;
  gap: 0 72px;
  width: fit-content;
  display: flex;
  color: rgba(255, 255, 255, 0.7);
  margin-inline: auto 0;
}
@media only screen and (max-width: 767px) {
  .kensho__inner {
    flex-direction: column;
    gap: 40px;
    margin-inline: auto;
  }
}
.kensho__img {
  grid-area: img;
}
@media only screen and (min-width: 768px) {
  .kensho__img {
    width: 590px;
    max-width: 40.9722222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .kensho__img {
    width: 100%;
  }
}
.kensho__img .cap {
  color: #fff;
}
.kensho__desc {
  flex: 1;
  max-width: 328px;
}
.kensho__ttl {
  grid-area: ttl;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .kensho__ttl {
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
}
.kensho__txt {
  grid-area: txt;
  font-size: 13px;
  line-height: 2.2;
}

.lifeInformation {
  padding-block: 160px;
}
@media only screen and (max-width: 767px) {
  .lifeInformation {
    padding-block: 100px;
  }
}
.lifeInformation__ttl {
  margin-bottom: 65px;
  font-size: 32px;
  letter-spacing: 0.3em;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .lifeInformation__ttl {
    font-size: 22px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
}
.lifeInformation__main {
  max-width: 1240px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .lifeInformation__main {
    padding-inline: 20px;
  }
}
.lifeInformation__tab {
  gap: 0 5px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .lifeInformation__tab {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .lifeInformation__tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 32px;
    gap: 10px;
  }
}
.lifeInformation__tabItem {
  appearance: none;
  padding: 0;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 70px;
  color: #fff;
  flex-grow: 1;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .lifeInformation__tabItem {
    font-size: 14px;
    line-height: 1.3;
  }
}
.lifeInformation__tabItem--yellow {
  background: #917D5F;
}
.lifeInformation__tabItem--green {
  background: #44574C;
}
.lifeInformation__tabItem--pink {
  background: #877279;
}
.lifeInformation__tabItem--blue {
  background: #626C85;
}
.lifeInformation__tabItem--purple {
  background: #575572;
}
.lifeInformation__tabItem.is-active {
  opacity: 1;
}

.lifeTabContents {
  display: flex;
  gap: 0 44px;
}
@media only screen and (max-width: 767px) {
  .lifeTabContents {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .lifeTabContents__map {
    width: 57.25%;
  }
}
.lifeTabContents__info {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .lifeTabContents__info {
    padding-inline: 32px;
  }
}
.lifeTabContents__item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .lifeTabContents__item {
    flex-direction: column;
  }
}
.lifeTabContents__item .text {
  flex: 1;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .lifeTabContents__item .text {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
.lifeTabContents__item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: #AA7B37;
  color: #ffffff;
  border-radius: 50%;
  font-family: "EB Garamond", serif;
}
.tab1 .lifeTabContents__item .num {
  background: #917D5F;
}
.tab2 .lifeTabContents__item .num {
  background: #44574C;
}
.tab3 .lifeTabContents__item .num {
  background: #877279;
}
.tab4 .lifeTabContents__item .num {
  background: #626C85;
}
.tab5 .lifeTabContents__item .num {
  background: #575572;
}
.lifeTabContents__item .walk {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .lifeTabContents__item .walk {
    margin-top: 5px;
    margin-left: 30px;
  }
}

.js-tabContents-wrap {
  position: relative;
}

.js-tabContents {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
}
.js-tabContents.is-active {
  position: relative;
  opacity: 1;
}

.js-locationSliderWrapper {
  position: relative;
}
.js-locationSliderWrapper .slick-arrow {
  z-index: 3;
  width: 30px;
  height: 30px;
}
.js-locationSliderWrapper .slick-arrow.slick-prev, .js-locationSliderWrapper .slick-arrow.slick-next {
  width: 30px;
  text-align: center;
  top: calc(100% + 45px);
}
.js-locationSliderWrapper .slick-arrow.slick-prev::before, .js-locationSliderWrapper .slick-arrow.slick-next::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("../img/icon-arrow.svg") no-repeat center center/contain;
  z-index: 1;
}
.js-locationSliderWrapper .slick-arrow.slick-prev {
  left: 25px;
}
.js-locationSliderWrapper .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.js-locationSliderWrapper .slick-arrow.slick-next {
  right: 25px;
}
.js-locationSliderWrapper .js-locationSliderCounter {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  font-size: 14px;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .js-locationSliderWrapper .js-locationSliderCounter {
    display: none;
  }
}