@charset "UTF-8";
/*========= page-header ===============*/
.p-loc-bottom {
  margin-bottom: 150px;
}
.p-loc-header__inner,
.p-loc-bottom__inner{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.p-loc-bottom__inner {
  margin-top: 5px;
}
.p-loc-header__head,
.p-loc-bottom__head {
  margin-bottom: 48px;
}
.p-loc-header__textBlock,
.p-loc-bottom__textBlock {
  width: 50%;
}
.p-loc-header__textBlock-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(42.8571428571vw, 540px);
  padding-left: min(9vw, 130px);
}
.p-loc-bottom__textBlock-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(42.8571428571vw, 540px);
  padding-right: min(9vw, 135px);
  margin-left: auto;
}
.p-loc-header__pageTitle,
.p-loc-bottom__pageTitle {
  margin-bottom: 100px;
}
.p-loc-cap {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-loc-captxt {
  position: absolute;
  right: 5px;
  bottom: 10px;
  padding: 2px 6px 3px;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-loc-captxt02 {
  right: 40px;
}
.p-loc-header__imgBlock {
  width: 50%;
  height: 917px;
  object-fit: cover;
  object-position: bottom;
}
.p-loc-center {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: bottom;
}
.p-loc-bottom__imgBlock {
  width: 50%;
  height: 698px;
  object-fit: cover;
  object-position: bottom;
}
.p-loc-header__imgBlock img,
.p-loc-center img,
.p-loc-bottom__imgBlock img {
  height: 100%;
  object-position: bottom;
}

/*========= Main Contents ===============*/

/* about */
.p-loc-about {
  display: grid;
  grid-template-columns: 50% 50%;
  width: min(86.4583333333%, 1400px);
  margin: auto auto 140px;
}
.p-loc-about__textBlock {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-loc-about__textBlock-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(42.8571428571vw, 540px);
  padding-right: min(9vw, 110px);
}
.p-loc-about__imgBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* map */
.p-loc-map {
  display: flex;
  justify-content: space-between;
  margin: auto auto 100px;
}
.p-loc-map-wrap {
  width: 75%;
}
.p-loc-map__imgBlock img {
  border: 1px solid #2E2E2E;
}
.p-loc-map__textBlock {
  width: 25%;
}
.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%, 80px);
  background-color: var(--black);
}
.p-loc-map__head img {
  width: min(44.7368421053%, 130px);
  margin: auto;
}
.p-loc-map__legend {
  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: 240px;
  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;
  text-align: center;
}

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

/**************** SP ****************/
@media screen and (max-width: 1024px) {
  /*========= page-header ===============*/
  .p-loc-header__inner {
    /* grid-template: "img" "text"/1fr; */
    width: 100%;
    flex-direction: column;
  }
  .p-loc-header__head, 
  .p-loc-bottom__head {
    margin-bottom: 30px;
  }
  .p-loc-bottom__inner{
    flex-direction: column;
    margin-top: initial;
    margin-bottom: initial;
  }
  .p-loc-header__imgBlock {
    width: 100%;
    height: auto;
  }
  .p-loc-bottom__imgBlock,
  .p-loc-center {
    width: min(75.390625%, 772px);
    margin: auto;
    height: auto;
    aspect-ratio: 772/440;
  }
  .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,
  .p-loc-bottom__textBlock {
    padding-top: clamp(50px, 9.765625%, 70px);
    padding-bottom: clamp(60px, 9.765625%, 90px);
    width: 100%;
  }
  .p-loc-bottom__textBlock {
    padding-top: clamp(40px, 9.765625%, 70px);
  }
  .p-loc-header__textBlock-inner,
  .p-loc-bottom__textBlock-inner {
    width: min(75.390625%, 772px);
    margin: auto;
    padding-left: 0;
  }
  .p-loc-bottom__textBlock-inner {
    padding-right: 0;
  }
  .p-loc-header__pageTitle {
    margin-bottom: min(7.7720207254%, 60px);
  }
  .p-loc-header__textBlock-inner {
    display: flex;
  }
  .only-location-wrap-left {
    width: 29%;
  }
  .only-location-wrap-right {
    width: 71%;
  }
  .p-loc-bottom {
    margin-bottom: clamp(60px, 9.765625%, 90px);
  }
  .p-loc-captxt {
    right: 10px;
    bottom: 15px;
  }
  /*========= Main Contents ===============*/
  .p-loc-bg {
    background-image: none;
  }
  /* about */
  .p-loc-about {
    grid-template: "img" "text"/1fr;
    width: min(75.390625%, 772px);
    margin-bottom: 100px;
  }
  .p-loc-about__textBlock {
    grid-area: text;
    display: initial;
    margin-top: 60px;
  }
  .p-loc-about__textBlock-inner {
    width: 100%;
    padding-right: 0;
  }
  .p-loc-about__imgBlock {
    grid-area: img;
    gap: 12px;
  }
  /* map */
  .p-loc-map {
    margin-bottom: 70px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .p-loc-map-wrap {
    width: 100%;
  }
  .p-loc-map__textBlock {
    width: 100%;
  }
  .p-loc-map__imgBlock {
    grid-area: img;
  }
  .p-loc-map__legendBlock {
    grid-area: legend;
  }
  .p-loc-map__textBlock {
    display: initial;
  }
  .p-loc-map__head {
    margin-bottom: clamp(40px, 9.765625%, 50px);
    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: 40px;
  }
  .p-loc-boxlist__txt {
    font-size: clamp(12px, 1.171875vw, 14px);
  }
  .p-loc-notice {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  /*========= page-header ===============*/
  .p-loc-header__imgBlock {
    aspect-ratio: 390/500;
  }
  .p-loc-header__textBlock-inner,
  .p-loc-bottom__textBlock-inner,
  .p-loc-bottom__imgBlock,
  .p-loc-center {
    width: min(87.6923076923%, 544px);
    flex-direction: column;
  }
  .p-loc-header__pageTitle {
    margin-bottom: min(17.5438596491%, 60px);
  }
  .only-location-wrap-left,
  .only-location-wrap-right {
    width: 100%;
  }
  .p-loc-center,
  .p-loc-bottom__imgBlock {
    aspect-ratio: 342/250;
  }
  /* about */
  .p-loc-about {
    width: min(87.6923076923%, 544px);
    margin-bottom: 80px;
  }
  .p-loc-about__textBlock {
    margin-top: 40px;
  }
  .p-loc-about__imgBlock {
    gap: 6px;
  }
  /* map */
  .p-loc-map {
    margin-bottom: 46px;
  }
  .p-loc-map__head {
    margin-bottom: min(8.1871345029%, 40px);
    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);
  }
}