@media screen and (min-width: 768px) {
  .keyVisual__head {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__head .keyVisual__ttl .en {
    font-size: 58px;
    letter-spacing: 0.02em;
  }
}

.keyVisual__visual .photo__capOut.capOut {
  margin-right: 10px;
}

.pageNavi {
  position: relative;
  margin: -20px auto 100px;
  max-width: 1200px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pageNavi {
    display: flex;
    justify-content: center;
    margin-bottom: 88px;
  }
}
.pageNavi__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .pageNavi__list {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.pageNavi__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #B2CCD7;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .pageNavi__item {
    width: 100%;
    height: 44px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pageNavi__item {
    justify-content: center;
    width: calc(33.3333333333vw - 20px);
    height: 60px;
    font-size: 14px;
  }
}
.pageNavi__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .pageNavi__item a {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pageNavi__item a {
    flex-direction: column;
    gap: 0;
  }
}
.pageNavi__item a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../imgs/icon-arrow-b.svg") no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .pageNavi__item a:hover {
    opacity: 0.7;
  }
  .pageNavi__item a:hover::after {
    transform: translateY(3px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .pageNavi__item a:hover {
    opacity: 0.7;
  }
  .pageNavi__item a:hover::after {
    transform: translateY(3px);
  }
}
.pageNavi__item.is-current {
  background: #5c747e;
}
.pageNavi__item.is-current a {
  color: #fff;
}
.pageNavi__item.is-current a::after {
  background: url("../imgs/icon-arrow-b-white.svg") no-repeat;
}

.locationSect {
  position: relative;
  padding-bottom: 160px;
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .locationSect {
    padding-bottom: 80px;
  }
}
.locationSect--bg {
  position: relative;
}
@media screen and (max-width: 768px) {
  .locationSect--bg {
    background-size: auto 881px;
  }
}
.locationSect--bg::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1.44;
  background: url("../imgs/bg-blue.png") center bottom/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}
.locationSect--other .pageNavi {
  margin-bottom: 100px;
}
.locationSect__summary {
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .locationSect__summary {
    padding-inline: 16px;
  }
}
.locationSect .heading--large {
  font-family: var(--font-garamond);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .locationSect .heading--large {
    margin-bottom: 70px;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .locationSect .heading--large {
    font-size: 32px;
    text-align: left;
    margin-bottom: 40px;
    text-align: center;
  }
}
.locationSect .heading__txt {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .locationSect .heading__txt {
    font-size: 32px;
    margin-bottom: 70px;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .locationSect .heading__txt {
    margin-bottom: 40px;
    font-size: 22px;
    letter-spacing: 0.06em;
    text-align: center;
  }
}
.locationSect__cont {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .locationSect__cont {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__cont {
    margin-bottom: 60px;
  }
}
.locationSect__cont p {
  line-height: 1.8;
}
.locationSect__note {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .locationSect__note {
    padding-inline: 32px;
    text-align: left;
  }
}

.locationSectMv {
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .locationSectMv__img {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .locationSectMv__img {
    width: 350px;
    max-width: 90%;
  }
}
.locationSectMv__img .caption {
  display: block;
  position: absolute;
  top: calc(100% + 10px);
}
@media screen and (min-width: 768px) {
  .locationSectMv__img .caption {
    right: 130px;
  }
}
@media screen and (max-width: 768px) {
  .locationSectMv__img .caption {
    right: 125px;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .locationSectMv__imgSub {
    width: 316px;
    margin: -138px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .locationSectMv__imgSub {
    width: 140px;
    margin: -40px 16px 0 auto;
  }
}
.locationSectMv__imgSub .caption {
  display: block;
  text-align: right;
  margin-top: 8px;
}

.photoSect {
  max-width: 1200px;
  margin: 0 auto 40px;
}
.photoSect + .photoSect {
  margin-top: 60px;
}

.titleLine {
  display: flex;
  align-items: center;
  color: var(--ttl-color);
  padding-left: 15px;
  gap: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .titleLine {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .titleLine {
    margin-bottom: 36px;
    width: calc(100% - 32px);
    margin-left: 16px;
    font-size: 18px;
  }
}
.titleLine::before {
  content: "";
  display: inline-block;
  width: 7px;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #231815;
}
.titleLine::after {
  content: "";
  display: inline-block;
  flex: 1;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.titleLine__inner::before {
  content: "";
  display: inline-block;
  width: 7px;
  position: absolute;
  top: calc(50% - 3px);
  left: -15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #231815;
}

.photosCol {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 20px;
}
@media screen and (max-width: 768px) {
  .photosCol {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 32px);
    margin: 0 auto 20px;
    gap: 20px 10px;
  }
}
.photosCol--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .photosCol--col2 {
    gap: 55px 24px;
  }
}
@media screen and (max-width: 768px) {
  .photosCol--col2 {
    gap: 40px 10px;
    margin-bottom: 40px;
  }
}
.photosCol--firstWide {
  margin-top: 135px;
  max-width: 1116px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .photosCol--firstWide {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .photosCol--firstWide .photosCol__item {
    width: calc(50% - 6px);
  }
}
@media screen and (min-width: 768px) {
  .photosCol--firstWide .photosCol__item:first-child {
    width: 460px;
    margin-top: -75px;
  }
}
@media screen and (max-width: 768px) {
  .photosCol--firstWide .photosCol__item:first-child {
    width: 294px;
  }
}
.photosCol--firstWide .photosCol__item img {
  width: 100%;
}
.photosCol__item .photosCol--col3 img {
  width: 100%;
}
.photosCol__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .photosCol__img {
    margin-bottom: 16px;
  }
}
.photosCol__cap {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  color: #5C9EAA;
}
@media screen and (max-width: 768px) {
  .photosCol__cap {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .photosCol--firstWide .photosCol__item:first-child .photosCol__cap {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.infoTxt {
  display: inline-block;
  font-size: 10px;
  line-height: 2;
}

.locationNews {
  max-width: 1200px;
  margin: 100px auto;
  background: url(../imgs/bg.jpg) center top/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .locationNews {
    padding: 120px 32px 140px;
  }
}
@media screen and (max-width: 768px) {
  .locationNews {
    padding: 80px 0 160px;
    margin-bottom: 0;
  }
}
.locationNews .photo {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.locationNews .photo .caption {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .locationNews .photo .caption {
    left: 16px;
    width: calc(100% - 32px);
  }
}

.descSect-wrap {
  max-width: 960px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .descSect-wrap {
    margin-bottom: 60px;
  }
}
.descSect-wrap:last-child {
  margin-bottom: 0;
}

.descSect {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .descSect {
    flex-direction: column;
    padding-inline: 32px;
    gap: 20px;
  }
}
.descSect + .descSect {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .pointBox .descSect {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .descSect--reverse {
    flex-direction: row-reverse;
  }
}
.descSect--aligncenter {
  align-items: center;
}
.descSect--alignend {
  align-items: flex-end;
}
.descSect__content {
  flex: 1;
}
.descSect__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .descSect__img {
    width: calc(100% + 32px);
  }
}
@media screen and (max-width: 768px) {
  .descSect--reverse .descSect__img {
    margin-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pointBox .descSect__img {
    width: 100%;
  }
}
.descSect__txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .descSect__txt {
    margin-bottom: 10px;
  }
}
.descSect__ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  color: var(--ttl-color);
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 768px) {
  .descSect__ttl {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .descSect--reverse .descSect__ttl {
    text-align: right;
  }
}
.descSect__ttl--noBorder {
  border-bottom: none;
  padding-bottom: 0;
}

.mapSect {
  position: relative;
  padding-block: 160px 120px;
  background: url("../imgs/bg.jpg") center top/100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .mapSect {
    padding: 100px 20px;
  }
}
.mapSect .heading {
  margin-bottom: 30px;
}
.mapSect .heading__txt {
  text-align: center;
  font-size: 16px;
}
.mapSect__cont {
  margin-top: 50px;
}