@charset "UTF-8";
.p-loc-about__imgBlock figcaption, .p-loc-aboutImgBlock__item figcaption, .p-loc-header__imgBlock figcaption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: var(--white);
  font-size: 10px;
  font-family: var(--font-serif);
}

/*========= page-header ===============*/
.p-loc-header__inner {
  display: grid;
  grid-template-columns: calc(50% - 5px) 1fr;
  margin: auto auto 10px;
}
.p-loc-header__textBlock {
  padding-top: 220px;
  padding-bottom: 60px;
}
.p-loc-header__textBlock-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 622px;
  padding-right: 76px;
  padding-left: min(9vw, 135px);
}
.p-loc-header__imgBlock {
  position: relative;
}
.p-loc-header__imgBlock img {
  height: 917px;
}
.p-loc-header__pageTitle {
  margin-bottom: min(16.2790697674%, 100px);
  margin-bottom: 100px;
}

/*========= Main Contents ===============*/
/* about */
.p-loc-aboutImgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 1260px;
  margin: 0 auto 10px;
}
.p-loc-aboutImgBlock__item {
  position: relative;
}
.p-loc-about {
  margin: auto auto 150px;
}
.p-loc-about__inner {
  display: grid;
  grid-template-columns: 1fr calc(50% - 5px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-loc-about__textBlock-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 622px;
  margin: 0 0 0 auto;
  padding-top: 40px;
  padding-right: min(9vw, 135px);
  padding-left: 76px;
  padding-bottom: 40px;
}
.p-loc-about__imgBlock {
  position: relative;
  margin: 0;
}
.p-loc-about__imgBlock img {
  height: 698px;
}
/* map */
.p-loc-map {
  display: grid;
  grid-template-columns: min(64.8148148148%, 700px) 1fr;
  grid-template-rows: 1fr auto;
  margin: auto auto 100px;
}
.p-loc-map__imgBlock {
  grid-area: 1/1;
}
.p-loc-map__imgBlock > img {
  margin-bottom: 10px;
  padding: 0;
  outline: 1px solid #2E2E2E;
}
.p-loc-map__textBlock {
  grid-area: 1/2;
  display: grid;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.p-loc-map__head {
  position: relative;
  padding-top: min(39.4736842105%, 150px);
}
.p-loc-map__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100px;
  height: min(13.8696255201%, 100px);
  background-color: var(--black);
}
.p-loc-map__head img {
  width: min(44.7368421053%, 130px);
  margin: auto;
}
.p-loc-map__legend {
  margin-left: 0;
  font-size: 10px;
}
.p-loc-map__legend img {
  display: inline;
  width: 54px;
  margin-right: 8px;
  vertical-align: middle;
}

/* 周辺施設 */
.p-loc-boxlist {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 2.2222222222%;
  width: 100%;
}
.p-loc-boxlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-loc-boxlist__thumb {
  max-width: 252px;
  height: auto;
  border: 1px solid #2E2E2E;
}
.p-loc-boxlist__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loc-boxlist__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 11px;
  font-size: min(1.3671875vw, 14px);
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
}

.p-loc-notice {
  margin-top: 60px;
}

/**************** SP ****************/
@media screen and (max-width: 1024px) {
  /*========= page-header ===============*/
  .p-loc-header__inner {
    grid-template: "img" "text"/1fr;
    width: 100%;
    margin-bottom: 90px;
  }
  .p-loc-header__imgBlock {
    grid-area: img;
    aspect-ratio: 1024/700;
  }
  .p-loc-header__imgBlock img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .p-loc-header__textBlock {
    grid-area: text;
    padding-top: clamp(44px, 9.765625%, 100px);
    padding-bottom: 0;
  }
  .p-loc-header__textBlock-inner {
    display: grid;
    grid-template-columns: 1.09fr 2fr;
    width: min(75.390625%, 772px);
    max-width: 772px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .p-loc-header__pageTitle {
    grid-row: 1/3;
    grid-column: 1/2;
    margin-bottom: min(7.7720207254%, 60px);
  }
  .p-loc-header__head {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-loc-header__text {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  /*========= Main Contents ===============*/
  .p-loc-bg {
    background-image: none;
  }
  /* about */
  .p-loc-about {
    margin-bottom: 90px;
  }
  .p-loc-aboutImgBlock {
    max-width: 772px;
    width: min(75.390625%, 772px);
    gap: 8px;
    margin-bottom: 70px;
  }
  .p-loc-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: min(75.390625%, 772px);
    max-width: 772px;
    margin: auto;
  }
  .p-loc-about__textBlock {
    margin-bottom: 60px;
  }
  .p-loc-about__textBlock-inner {
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
  .p-loc-about__imgBlock img {
    height: auto;
  }
  /* map */
  .p-loc-map {
    grid-template: "text" "img" "legend"/1fr;
    margin-bottom: 60px;
  }
  .p-loc-map__imgBlock {
    grid-area: img;
  }
  .p-loc-map__legendBlock {
    grid-area: legend;
    text-align: right;
  }
  .p-loc-map__textBlock {
    grid-area: text;
    display: initial;
  }
  .p-loc-map__head {
    margin-bottom: min(5.1813471503%, 40px);
    padding-top: 0;
  }
  .p-loc-map__head::before {
    content: none;
  }
  .p-loc-map__legend {
    margin-left: 0;
  }
  /* 周辺施設 */
  .p-loc-boxlist {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto-fill, minmax(0, auto));
    gap: 0 min(3.7564766839%, 29px);
  }
  .p-loc-boxlist__item:nth-child(n+4) {
    padding-top: min(15.9663865546%, 38px);
  }
  .p-loc-boxlist__txt {
    font-size: clamp(10px, 1.171875vw, 12px);
  }
  .p-loc-notice {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  /*========= page-header ===============*/
  .p-loc-header__inner {
    margin-bottom: 60px;
  }
  .p-loc-header__imgBlock {
    aspect-ratio: 390/500;
  }
  .p-loc-header__textBlock-inner {
    display: block;
    width: min(87.6923076923%, 544px);
  }
  .p-loc-header__pageTitle {
    margin-bottom: min(17.5438596491%, 60px);
  }
  /* about */
  .p-loc-about {
    width: min(87.6923076923%, 544px);
    margin-bottom: 60px;
  }
  .p-loc-aboutImgBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: min(87.6923076923%, 544px);
    margin-bottom: 40px;
  }
  .p-loc-aboutImgBlock img {
    aspect-ratio: 342/250;
  }
  .p-loc-about__inner {
    display: block;
    width: auto;
  }
  .p-loc-about__textBlock {
    margin-top: 0px;
  }
  .p-loc-about__imgBlock {
    gap: 6px;
  }
  /* map */
  .p-loc-map {
    margin-bottom: 40px;
  }
  .p-loc-map__head {
    margin-bottom: min(8.1871345029%, 28px);
    font-size: min(5.8974358974vw, 23px);
  }
  /* 周辺施設 */
  .p-loc-boxlist {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(5.8479532164%, 20px);
  }
  .p-loc-boxlist__item:nth-child(n+4) {
    padding-top: 0;
  }
  .p-loc-boxlist__item:nth-child(n+3) {
    padding-top: min(18.6335403727%, 30px);
  }
  .p-loc-boxlist__txt {
    padding-top: 8px;
    font-size: clamp(8px, 2.5641025641vw, 10px);
  }
}