/* ------------------------------------------------------------
// sports park
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Fluid Design Function
------------------------------------------------------------ */
.sports-park {
  padding-bottom: clamp(56px, 3.7558685446vw + 41.9154929577px, 96px);
}

.sports-park-hero {
  width: 100%;
  max-width: 1248px;
  margin-top: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  margin-inline: auto;
  padding-inline: 24px;
}

.sports-park-hero-media {
  overflow: hidden;
  background: #014c3d;
  border-radius: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
}
.sports-park-hero-media video {
  display: block;
  width: 100%;
  height: auto;
  outline: none;
  filter: drop-shadow(0px 0px #000);
}

.sports-park-hero-body {
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px) 0 0;
}
.sports-park-hero-body h1 {
  max-width: clamp(280px, 15.9624413146vw + 220.1408450704px, 450px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
.sports-park-hero-body h1 img {
  width: 100%;
}
.sports-park-hero-body p:not(.sports-park-label) {
  font-size: clamp(15px, 0.2816901408vw + 13.9436619718px, 18px);
  font-weight: 500;
  color: #26291a;
  line-height: 1.8;
}

.sports-park-label {
  font-family: "EB Garamond", serif;
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  font-weight: 700;
  color: #027f66;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 16px;
}

.sports-park-section {
  width: 100%;
  max-width: 1128px;
  margin: clamp(56px, 3.7558685446vw + 41.9154929577px, 96px) auto 0;
  padding-inline: 24px;
}

.sports-park-section-header {
  text-align: center;
  margin-bottom: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
.sports-park-section-header span {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: clamp(18px, 0.5633802817vw + 15.8873239437px, 24px);
  font-weight: 700;
  color: #027f66;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.sports-park-section-header h2 {
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #027f66;
}
.sports-park-section-header p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 16px;
}

.sports-park-guide-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
}
.sports-park-guide-list li {
  min-width: 0;
}
.sports-park-guide-list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  padding: 0 18px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s;
}
.sports-park-guide-list a img {
  width: calc(100% + 36px);
  height: 140px;
  margin: 0 -18px;
  object-fit: cover;
  background: #eef4e7;
  max-width: none;
}
.sports-park-guide-list a em {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: clamp(18px, 0.2816901408vw + 16.9436619718px, 21px);
  font-weight: 700;
  color: #027f66;
  line-height: 1.15;
  margin-top: 20px;
  font-style: normal;
}
.sports-park-guide-list a span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 12px;
}
.sports-park-guide-list a:hover {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.sports-park-info {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
  align-items: stretch;
}

.sports-park-info-data,
.sports-park-map {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.sports-park-info-data {
  padding: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
}
.sports-park-info-data .sports-park-section-header {
  text-align: left;
  margin-bottom: 24px;
}
.sports-park-info-data dl {
  border-top: 1px solid #b3d9d1;
}
.sports-park-info-data dl > div {
  display: flex;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #b3d9d1;
}
.sports-park-info-data dt {
  width: 112px;
  flex-shrink: 0;
  font-weight: 700;
  color: #027f66;
  line-height: 1.65;
}
.sports-park-info-data dd {
  flex: 1;
  font-weight: 500;
  line-height: 1.65;
}

.sports-park-map {
  min-height: 360px;
  overflow: hidden;
}
.sports-park-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.sports-park-facilities .sports-park-section-header {
  margin-bottom: clamp(32px, 2.2535211268vw + 23.5492957746px, 56px);
}

.sports-park-facility {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(24px, 2.2535211268vw + 15.5492957746px, 48px);
  padding: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  scroll-margin-top: 24px;
}
.sports-park-facility:not(:last-child) {
  margin-bottom: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}

.sports-park-facility-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 24px;
  background: #f2f7df;
  border-radius: 16px;
}
.sports-park-facility-logo img {
  max-width: 170px;
  max-height: 140px;
}

.sports-park-facility-body h3 {
  font-size: clamp(22px, 0.5633802817vw + 19.8873239437px, 28px);
  font-weight: 700;
  color: #027f66;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.sports-park-facility-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 16px;
}
.sports-park-facility-body dl {
  margin-top: 24px;
  border-top: 1px solid #b3d9d1;
}
.sports-park-facility-body dl > div {
  display: flex;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #b3d9d1;
}
.sports-park-facility-body dt {
  width: 112px;
  flex-shrink: 0;
  font-weight: 700;
  color: #027f66;
  line-height: 1.6;
}
.sports-park-facility-body dd {
  min-width: 0;
  flex: 1;
  font-weight: 500;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.sports-park-facility-body dd a {
  color: #014c3d;
  text-decoration: underline;
}

.sports-park-photo-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.sports-park-photo-list li {
  overflow: hidden;
  background: #f2f7df;
  border-radius: 12px;
}
.sports-park-photo-list img {
  width: 100%;
  aspect-ratio: 10/7;
  object-fit: cover;
}
.sports-park-photo-list span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 12px 12px;
}

@media screen and (max-width: 1024px) {
  .sports-park-guide-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sports-park-hero-body {
    padding-top: 28px;
  }
  .sports-park-guide-list,
  .sports-park-info,
  .sports-park-facility,
  .sports-park-photo-list {
    grid-template-columns: 1fr;
  }
  .sports-park-guide-list a {
    min-height: 0;
  }
  .sports-park-info-data dl > div {
    flex-direction: column;
    gap: 4px;
  }
  .sports-park-info-data dt {
    width: 100%;
  }
  .sports-park-facility {
    padding: 24px;
  }
  .sports-park-facility-logo {
    min-height: 150px;
  }
  .sports-park-facility-body dl > div {
    flex-direction: column;
    gap: 4px;
  }
  .sports-park-facility-body dt {
    width: 100%;
  }
}
.shop-box {
  padding: 0 24px;
  margin-bottom: clamp(64px, 0.7511737089vw + 61.1830985915px, 72px);
  margin-top: clamp(70px, 2.8169014085vw + 59.4366197183px, 100px);
}
.shop-box .shop-box-inner {
  padding: clamp(40px, 2.2535211268vw + 31.5492957746px, 64px) clamp(24px, 3.7558685446vw + 9.9154929577px, 64px);
  background: #ffffff;
  border-radius: 24px;
  max-width: 1128px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.shop-box.last-box {
  margin-bottom: 48px;
}
.shop-box .shop-ttl {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .shop-box .shop-ttl {
    top: -16px;
  }
}
.shop-box .shop-about {
  display: flex;
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
}
.shop-box .shop-about .shop-about-map {
  width: clamp(300px, 9.3896713615vw + 264.7887323944px, 400px);
  margin-inline: auto;
}
.shop-box .shop-about .shop-about-map iframe {
  width: 100%;
  height: clamp(300px, 9.3896713615vw + 264.7887323944px, 400px);
  vertical-align: middle;
}
.shop-box .shop-about .shop-about-body {
  flex: 1;
}
.shop-box .shop-about .shop-about-body table {
  width: 100%;
}
.shop-box .shop-about .shop-about-body table tr {
  border-top: 1px solid #b3d9d1;
  border-bottom: 1px solid #b3d9d1;
}
.shop-box .shop-about .shop-about-body table tr th,
.shop-box .shop-about .shop-about-body table tr td {
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  padding: 16px;
}
.shop-box .shop-about .shop-about-body table tr th {
  color: #027f66;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .shop-box .shop-about {
    flex-direction: column;
  }
  .shop-box .shop-about .shop-about-map {
    width: 100%;
  }
  .shop-box .shop-about .shop-about-body table {
    border-bottom: 1px solid #b3d9d1;
  }
  .shop-box .shop-about .shop-about-body table tr {
    border: none;
  }
  .shop-box .shop-about .shop-about-body table tr th,
  .shop-box .shop-about .shop-about-body table tr td {
    display: block;
    line-height: 1.65;
    width: 100%;
  }
  .shop-box .shop-about .shop-about-body table tr th {
    padding: 16px 8px 4px;
  }
  .shop-box .shop-about .shop-about-body table tr td {
    padding: 4px 8px 16px;
  }
}