@charset "UTF-8";
.pre-inc .main_image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pre-inc .main_image .cap {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 11px;
  color: #fff;
}
.pre-inc .main_image .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.pre-inc .main_image .mv_text .en {
  font-size: min(4.7vw, 48px);
  letter-spacing: 0.1em;
  font-family: "Cormorant Infant", serif;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .pre-inc .main_image .mv_text .en {
    font-size: min(8.9vw, 58px);
  }
}
.pre-inc .main_image .mv_text .ja {
  margin-top: 15px;
  font-size: 16px;
  line-height: 100%;
}
.pre-inc .p-location .page-title {
  text-align: center;
  color: #161763;
  padding: 80px 20px 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.pre-inc .p-location .page-title h3 {
  color: #161763;
  font-weight: 500;
  line-height: 180%;
  font-size: min(4.1vw, 28px);
  text-align: center;
}
.pre-inc .p-location .block-eyecatch {
  max-width: 1920px;
  margin-inline: auto;
}
.pre-inc .p-location .block-eyecatch figcaption {
  margin-top: 5px;
  margin-right: 5px;
  line-height: 1.8;
  text-align: right;
  font-size: 10px;
}
.pre-inc .p-location .section-white {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-white {
    padding-top: 50px;
    padding-bottom: 15.7142857143vw;
  }
}
.pre-inc .p-location .section-blue {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #dfeced;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-blue {
    padding-top: 21.4285714286vw;
    padding-bottom: 40px;
  }
}
.pre-inc .p-location .section-blue .lead {
  width: 58.8114754098%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-blue .lead {
    width: 100%;
  }
}
.pre-inc .p-location .section-blue .body {
  width: 58.8114754098%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-blue .body {
    width: 100%;
  }
}
.pre-inc .p-location .section-location {
  padding-inline: 20px;
}
.pre-inc .p-location .section-location .inner {
  position: relative;
  padding-left: calc(90px + 5.1229508197vw);
  width: 100%;
  max-width: 976px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-location .inner {
    padding-left: 0;
  }
}
.pre-inc .p-location .section-location .photo {
  position: absolute;
  right: 0;
  top: -160px;
  width: 39.1393442623%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-location .photo {
    top: -35.7142857143vw;
    width: 54.5714285714vw;
  }
}
.pre-inc .p-location .section-location .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  padding-right: 20px;
  border-right: 1px solid #796a56;
  writing-mode: vertical-rl;
  font-size: 18px;
  color: #796a56;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-location .title {
    position: static;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #796a56;
    writing-mode: unset;
  }
}
.pre-inc .p-location .section-location .lead {
  margin-top: 30px;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-location .lead {
    margin-top: 20px;
    font-size: 16px;
  }
}
.pre-inc .p-location .section-location .body {
  margin-top: 40px;
  line-height: 2;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-location .body {
    margin-top: 20px;
  }
}
.pre-inc .p-location .section-location .imglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-location .imglist {
    gap: 10px;
    margin-top: 20px;
  }
}
.pre-inc .p-location .section-location .imglist .each {
  width: calc(33.333% - 7px);
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-location .imglist .each {
    width: 100%;
  }
}
.pre-inc .p-location .section-location .imglist .each .image {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-location .imglist .each .image {
    border-radius: 8px;
  }
}
.pre-inc .p-location .section-location .imglist .each figcaption {
  margin-top: 5px;
  font-size: 10px;
}
.pre-inc .p-location .section-life {
  margin-top: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-life {
    margin-top: 60px;
  }
}
.pre-inc .p-location .section-life .inner {
  max-width: 786px;
  margin-inline: auto;
}
.pre-inc .p-location .section-life .title {
  text-align: center;
  font-size: 20px;
  color: #796a56;
  letter-spacing: 0.2em;
}
.pre-inc .p-location .section-life .map {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-life .map {
    margin-top: 20px;
  }
}
.pre-inc .p-location .section-life .tablist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1px;
  margin-top: 50px;
}
.pre-inc .p-location .section-life .tablist .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.333% - 1px);
  height: 60px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  font-size: 16px;
  color: #fff;
  background: #dadada;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-life .tablist .tab {
    width: calc(50% - 1px);
    height: 40px;
    font-size: 14px;
  }
}
.pre-inc .p-location .section-life .tablist .tab.active {
  background: #79b5bb;
}
.pre-inc .p-location .section-life .contentlist {
  margin-top: 50px;
}
.pre-inc .p-location .section-life .contentlist .js-content {
  display: none;
}
.pre-inc .p-location .section-life .contentlist .js-content.active {
  display: block;
}
.pre-inc .p-location .section-life .contentlist .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.pre-inc .p-location .section-life .contentlist .content .column {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .pre-inc .p-location .section-life .contentlist .content .column {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
}/*# sourceMappingURL=location.css.map */