@charset "UTF-8";

/* =========================================================
  sports common
  大井ふ頭中央海浜公園 スポーツの森 固定ページ共通CSS
========================================================= */

/* スポーツの森 ページタイトル背景 */
.pageTitWrap.isSportsTit {
  background-image: url("../../images/sports/sports-top/sports-top_img09.jpg");
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageTitWrap.isSportsTit {
  position: relative;
  overflow: hidden;
}

.pageTitWrap.isSportsTit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 34, 58, 0.35);
  z-index: 1;
}

.pageTitWrap.isSportsTit .inner {
  position: relative;
  z-index: 2;
}

#contents .sportsSubPage,
#contents #sports-top {
  padding: 70px 0;
}

#contents .sportsSubPage .inner,
#contents #sports-top .inner {
  width: 1000px !important;
}

#contents .sportsSubPage .post,
#contents #sports-top .post {
  padding-bottom: 0;
}

#contents .sportsSubPage p,
#contents #sports-top p {
  margin: 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.9;
}

#contents .sportsSubPage a,
#contents #sports-top a {
  color: #2f88b9;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

#contents .sportsSubPage a:hover,
#contents #sports-top a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#contents .sportsSubPage .h4Area h4,
#contents #sports-top .h4Area h4 {
  display: block;
  font-size: 24px;
  line-height: 1.45;
}

#contents .sportsSubPage .h4Area h4::before,
#contents #sports-top .h4Area h4::before {
  content: none;
}

#contents .sportsSection {
  margin-bottom: 42px;
}

#contents .sportsSection:last-child {
  margin-bottom: 0;
}

#contents .sportsText p + p {
  margin-top: 4px;
}

#contents .sportsLead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
}

#contents .sportsMiniTitle {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding-left: 20px;
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

#contents .sportsMiniTitle::before {
  content: "";
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 4px;
  height: 1.15em;
  border-radius: 999px;
  background: #8fd0f2;
}

/* =========================================================
  MV / image animation
========================================================= */
#contents .sportsMv {
  margin: 0 0 50px;
}

#contents .sportsMvSlider {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #eaf5fb;
}

#contents .sportsMvSlider::before {
  content: "";
  display: block;
  padding-top: 42%;
}

#contents .sportsMvItem {
  position: absolute;
  inset: 0;
  opacity: 0;
}

#contents .sportsMvItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contents .sportsMvSlider--two .sportsMvItem {
  animation: sportsMvFadeTwo 10s infinite;
}

#contents .sportsMvSlider--two .sportsMvItem:nth-child(1) {
  animation-delay: 0s;
}

#contents .sportsMvSlider--two .sportsMvItem:nth-child(2) {
  animation-delay: 5s;
}

@keyframes sportsMvFadeTwo {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  10% {
    opacity: 1;
  }

  42% {
    opacity: 1;
    transform: scale(1);
  }

  52% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

#contents .sportsMvSlider--three .sportsMvItem {
  animation: sportsMvFadeThree 15s infinite;
}

#contents .sportsMvSlider--three .sportsMvItem:nth-child(1) {
  animation-delay: 0s;
}

#contents .sportsMvSlider--three .sportsMvItem:nth-child(2) {
  animation-delay: 5s;
}

#contents .sportsMvSlider--three .sportsMvItem:nth-child(3) {
  animation-delay: 10s;
}

@keyframes sportsMvFadeThree {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  6% {
    opacity: 1;
  }

  28% {
    opacity: 1;
    transform: scale(1);
  }

  34% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

#contents .sportsMvSlider--four .sportsMvItem {
  animation: sportsMvFadeFour 20s infinite;
}

#contents .sportsMvSlider--four .sportsMvItem:nth-child(1) {
  animation-delay: 0s;
}

#contents .sportsMvSlider--four .sportsMvItem:nth-child(2) {
  animation-delay: 5s;
}

#contents .sportsMvSlider--four .sportsMvItem:nth-child(3) {
  animation-delay: 10s;
}

#contents .sportsMvSlider--four .sportsMvItem:nth-child(4) {
  animation-delay: 15s;
}

@keyframes sportsMvFadeFour {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  5% {
    opacity: 1;
  }

  22% {
    opacity: 1;
    transform: scale(1);
  }

  27% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

#contents .sportsMvSlider--six .sportsMvItem {
  animation: sportsMvFadeSix 30s infinite;
}

#contents .sportsMvSlider--six .sportsMvItem:nth-child(1) {
  animation-delay: 0s;
}

#contents .sportsMvSlider--six .sportsMvItem:nth-child(2) {
  animation-delay: 5s;
}

#contents .sportsMvSlider--six .sportsMvItem:nth-child(3) {
  animation-delay: 10s;
}

#contents .sportsMvSlider--six .sportsMvItem:nth-child(4) {
  animation-delay: 15s;
}

#contents .sportsMvSlider--six .sportsMvItem:nth-child(5) {
  animation-delay: 20s;
}

#contents .sportsMvSlider--six .sportsMvItem:nth-child(6) {
  animation-delay: 25s;
}

@keyframes sportsMvFadeSix {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  3.5% {
    opacity: 1;
  }

  14% {
    opacity: 1;
    transform: scale(1);
  }

  17% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  #contents .sportsMvItem {
    animation: none !important;
  }

  #contents .sportsMvItem:first-child {
    opacity: 1;
  }
}

/* =========================================================
  intro card
========================================================= */
#contents .sportsIntroHero {
  position: relative;
  padding: 34px 36px 30px;
  border: 1px solid #dce9f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(47, 136, 185, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  box-shadow: 0 18px 48px rgba(31, 78, 121, 0.08);
  box-sizing: border-box;
}

#contents .sportsIntroHero::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 6px;
  height: 64px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #8fd0f2 0%, #2f88b9 100%);
}

#contents .sportsIntroKicker {
  margin: 0 0 10px;
  padding-left: 18px;
  color: #2f88b9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#contents .sportsIntroTitle {
  margin: 0;
  padding-left: 18px;
  color: #1f2937;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

#contents .sportsIntroLead {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.8;
}

#contents .sportsIntroBody {
  margin-top: 28px;
}

/* =========================================================
  facility nav / top
========================================================= */
#contents .sportsFacilityNav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
  margin-top: 34px;
  padding: 12px 0 8px;
  overflow: visible;
}

#contents .sportsFacilityNavItem {
  display: block;
  text-align: center;
  text-decoration: none !important;
}

#contents .sportsFacilityNavItem .thumb {
  display: block;
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.14));
  transition: transform 0.28s ease, filter 0.28s ease;
}

#contents .sportsFacilityNavItem .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contents .sportsFacilityNavItem:hover .thumb,
#contents .sportsFacilityNavItem:focus-visible .thumb {
  transform: translateY(-6px);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

#contents .sportsFacilityNavItem .title {
  display: block;
  margin: 18px 0 0;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

#contents .sportsFacilityNavItem--disabled {
  pointer-events: none;
}

/* =========================================================
  table
========================================================= */
#contents .sportsTable {
  margin-top: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#contents .sportsTable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cdd9e1;
  background: #fff;
}

#contents .sportsTable th,
#contents .sportsTable td {
  padding: 8px 12px;
  border: 1px solid #cdd9e1;
  color: #111827;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

#contents .sportsTable th {
  width: 160px;
  background: #f1f8fc;
  font-weight: 700;
  white-space: nowrap;
}

#contents .sportsTable td p + p {
  margin-top: 4px;
}

#contents .sportsFeeTable table th,
#contents .sportsFeeTable table td {
  text-align: center;
  vertical-align: middle;
}

#contents .sportsFeeTable table th:first-child,
#contents .sportsFeeTable table td:first-child {
  text-align: left;
}

#contents .sportsFeeTable .cellCenter {
  text-align: center !important;
}

#contents .sportsTableCaption {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
  image / feature
========================================================= */
/* 施設紹介下 画像グリッド */
#contents .sportsIntroImageGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

#contents .sportsIntroImageGrid__item {
  overflow: hidden;
  border-radius: 8px;
  background: #edf6fb;
}

#contents .sportsIntroImageGrid__item img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

#contents .sportsFeatureGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 28px;
}

#contents .sportsFeatureCard {
  min-width: 0;
}

#contents .sportsFeatureCard__image {
  overflow: hidden;
  border-radius: 8px;
  background: #edf6fb;
}

#contents .sportsFeatureCard__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

#contents .sportsFeatureCard__title {
  margin: 14px 0 8px;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

#contents .sportsFeatureCard__caption {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

#contents .sportsFeatureCard__note {
  margin-top: 8px;
  color: #d91c1c;
  font-size: 15px;
  line-height: 1.8;
}

#contents .sportsWideImage {
  margin-top: 18px;
  text-align: center;
}

#contents .sportsWideImage img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 1px solid #d7e7f1;
  background: #fff;
}

/* =========================================================
  list / notes
========================================================= */
#contents .sportsRuleHeading {
  margin: 22px 0 8px;
  color: #2f88b9;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

#contents .sportsRuleHeading:first-child {
  margin-top: 0;
}

#contents .sportsList {
  margin: 8px 0 0;
  padding-left: 1.8em;
}

#contents ul.sportsList {
  list-style: disc outside;
}

#contents ol.sportsList {
  list-style: decimal outside;
}

#contents .sportsList li {
  display: list-item;
  margin-top: 4px;
  padding-left: 0.2em;
  color: #111827;
  line-height: 1.8;
  list-style-position: outside;
}

#contents .sportsList li::marker {
  color: #111827;
  font-weight: 400;
}

#contents .sportsNote {
  margin-top: 8px;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

#contents .sportsNotice {
  margin-top: 18px;
  padding: 18px 20px;
  background: #f1f8fc;
  border-left: 4px solid #8fd0f2;
}

#contents .sportsNotice p {
  color: #111827;
  line-height: 1.8;
}

#contents .sportsNotice p + p {
  margin-top: 6px;
}

#contents .sportsNotice--alert {
  background: #fff8f8;
  border-left-color: #e95b5b;
}

#contents .sportsNotice--alert p {
  color: #d91c1c;
  font-weight: 700;
}

#contents .sportsInlineLink {
  color: #2f88b9;
  text-decoration: underline;
  word-break: break-all;
}

#contents .sportsPdfLink {
  color: #d91c1c;
  text-decoration: underline;
}

/* =========================================================
  buttons
========================================================= */
#contents .sportsButtonList {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 24px;
}

#contents .sportsButtonList--compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 620px;
  margin-top: 24px;
}

#contents .sportsButtonItem {
  width: min(100%, 420px);
}

#contents .sportsButtonList--compact .sportsButtonItem {
  width: 100%;
  max-width: 100%;
}

#contents .sportsButtonItem a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 60px;
  padding: 12px 46px 12px 26px;
  border-radius: 10px;
  background: #333 url(../../images/shared/arrow_left_wh.png) right 14px center no-repeat;
  background-size: 5px auto;
  box-shadow: 0 1px 0 1px #ddd;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

#contents .sportsButtonItem a:hover {
  opacity: 0.7;
}

#contents .sportsButtonItem a span {
  color: #fff !important;
}

#contents .sportsButtonItem p {
  margin-top: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
  contact panel
========================================================= */
#contents .sportsContact {
  margin-top: 72px;
}

#contents .sportsContactLead {
  margin-bottom: 28px;
}

#contents .sportsContactLead p {
  color: #111111;
  font-size: 16px;
  line-height: 1.9;
}

#contents .sportsContactLead p + p {
  margin-top: 6px;
}

#contents .sportsContactPanel {
  max-width: 860px;
  margin: 34px auto 0;
  padding: 38px 40px 40px;
  border: 1px solid #dce9f2;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(47, 136, 185, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  box-shadow: 0 18px 48px rgba(31, 78, 121, 0.08);
  box-sizing: border-box;
}

#contents .sportsContactPanel__head {
  margin-bottom: 22px;
  text-align: center;
}

#contents .sportsContactPanel__head .eyebrow {
  margin: 0 0 8px;
  color: #2f88b9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#contents .sportsContactPanel__head h5 {
  margin: 0;
  color: #0f2747;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

#contents .sportsContactCard {
  position: relative;
  padding: 30px 26px 28px;
  border: 1px solid #dbe7f0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(31, 78, 121, 0.05);
  box-sizing: border-box;
}

#contents .sportsContactCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f88b9 0%, #6cc3ef 100%);
}

#contents .sportsContactCard h6 {
  margin: 0 0 18px;
  color: #102847;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

#contents .sportsContactCard p {
  color: #243b5a;
  font-size: 16px;
  line-height: 1.9;
}

#contents .sportsContactCard p + p {
  margin-top: 2px;
}

#contents .sportsContactTel {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf3f7;
  color: #243b5a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

#contents .sportsContactTel a {
  display: inline-block;
  margin-left: 10px;
  color: #102847;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  letter-spacing: 0.01em;
}

/* =========================================================
  page-specific small adjustments
========================================================= */
#contents #sports-contact .sportsButtonList--compact {
  margin-top: 34px;
}

#contents #sports-access .sportsAccessMap {
  margin-top: 24px;
}

/* =========================================================
  tablet
========================================================= */
@media screen and (max-width: 1024px) {
  #contents .sportsSubPage .inner,
  #contents #sports-top .inner {
    width: calc(100% - 40px) !important;
  }

  #contents .sportsFacilityNav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 18px;
  }

  #contents .sportsFeatureGrid {
    gap: 28px 20px;
  }
}

/* =========================================================
  SP
========================================================= */
@media screen and (max-width: 767px) {
  #contents .sportsSubPage,
  #contents #sports-top {
    padding: 50px 4%;
  }

  #contents .sportsSubPage .inner,
  #contents #sports-top .inner {
    width: auto !important;
  }

  #contents .sportsSubPage p,
  #contents #sports-top p {
    font-size: 14px;
    line-height: 1.85;
  }

  #contents .sportsSubPage .h4Area h4,
  #contents #sports-top .h4Area h4,
  #contents .sportsMiniTitle {
    font-size: 20px;
  }

  #contents .sportsSection {
    margin-bottom: 32px;
  }

  #contents .sportsMv {
    margin: 0 0 36px;
  }

  #contents .sportsMvSlider {
    border-radius: 18px;
  }

  #contents .sportsMvSlider::before {
    padding-top: 62%;
  }

  #contents .sportsIntroHero {
    padding: 24px 18px 22px;
    border-radius: 18px;
  }

  #contents .sportsIntroHero::before {
    top: 22px;
    height: 48px;
  }

  #contents .sportsIntroKicker {
    padding-left: 14px;
    font-size: 11px;
  }

  #contents .sportsIntroTitle {
    padding-left: 14px;
    font-size: 30px;
  }

  #contents .sportsIntroLead {
    padding-left: 14px;
    font-size: 15px;
  }

  #contents .sportsIntroBody {
    margin-top: 20px;
  }

  #contents .sportsFacilityNav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
    margin-top: 24px;
    padding: 8px 0 4px;
  }

  #contents .sportsFacilityNavItem .thumb {
    width: 145px;
    height: 145px;
    border-width: 4px;
  }

  #contents .sportsFacilityNavItem .title {
    margin-top: 12px;
    font-size: 15px;
  }

  #contents .sportsTable table {
    min-width: 640px;
  }

  #contents .sportsTable th,
  #contents .sportsTable td {
    padding: 8px 10px;
    font-size: 14px;
  }

  #contents .sportsTable th {
    width: 140px;
  }

  #contents .sportsIntroImageGrid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  #contents .sportsIntroImageGrid__item img {
    height: auto;
  }

  #contents .sportsFeatureGrid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  #contents .sportsFeatureCard__image img {
    height: auto;
  }

  #contents .sportsFeatureCard__title {
    font-size: 18px;
  }

  #contents .sportsFeatureCard__caption,
  #contents .sportsFeatureCard__note,
  #contents .sportsNote,
  #contents .sportsTableCaption {
    font-size: 14px;
  }

  #contents .sportsRuleHeading {
    font-size: 16px;
  }

  #contents .sportsList {
    padding-left: 1.6em;
  }

  #contents .sportsButtonList {
    display: block;
    margin-top: 20px;
  }

  #contents .sportsButtonList--compact {
    display: grid;
    gap: 14px;
    max-width: none;
  }

  #contents .sportsButtonItem {
    width: 100%;
  }

  #contents .sportsButtonItem + .sportsButtonItem {
    margin-top: 16px;
  }

  #contents .sportsButtonList--compact .sportsButtonItem + .sportsButtonItem {
    margin-top: 0;
  }

  #contents .sportsButtonItem a {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 12px 38px 12px 18px;
    font-size: 1.5rem;
  }

  #contents .sportsButtonItem p {
    font-size: 13px;
  }

  #contents .sportsContact {
    margin-top: 54px;
  }

  #contents .sportsContactLead {
    margin-bottom: 24px;
  }

  #contents .sportsContactLead p {
    font-size: 14px;
    line-height: 1.8;
  }

  #contents .sportsContactPanel {
    margin-top: 26px;
    padding: 28px 16px 24px;
    border-radius: 20px;
  }

  #contents .sportsContactPanel__head h5 {
    font-size: 30px;
  }

  #contents .sportsContactPanel__head .eyebrow {
    font-size: 11px;
  }

  #contents .sportsContactCard {
    padding: 22px 16px 20px;
    border-radius: 18px;
  }

  #contents .sportsContactCard::before {
    left: 16px;
    width: 44px;
  }

  #contents .sportsContactCard h6 {
    font-size: 18px;
  }

  #contents .sportsContactCard p {
    font-size: 14px;
  }

  #contents .sportsContactTel {
    margin-top: 14px;
    padding-top: 14px;
    font-size: 13px;
  }

  #contents .sportsContactTel a {
    display: block;
    margin-top: 4px;
    margin-left: 0;
    font-size: 24px;
  }
}

/* =========================================================
  sports追加ページ調整
  - ドッグラン利用登録
  - 広場ページ
  - 交通アクセスページ
========================================================= */
#contents .sportsButtonList--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

#contents .sportsButtonList--two .sportsButtonItem a {
  width: 100%;
  min-width: 0;
}

#contents .sportsPlaceBlock {
  padding-bottom: 34px;
  border-bottom: 1px solid #d7e7f1;
}

#contents .sportsSingleImage {
  max-width: 560px;
  margin: 0 0 14px;
  overflow: hidden;
  border-radius: 10px;
  background: #edf6fb;
}

#contents .sportsSingleImage img {
  display: block;
  width: 100%;
  height: auto;
}

#contents .sportsNoImage {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 560px;
  min-height: 180px;
  margin: 0 0 14px;
  border: 1px dashed #cdd9e1;
  border-radius: 10px;
  background: #f7fbfe;
  color: #d91c1c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

#contents .sportsAccessBlock + .sportsAccessBlock {
  margin-top: 34px;
}

#contents .sportsAccessTable th {
  width: 180px;
}

#contents .sportsAccessInfoList {
  margin-top: 22px;
}

#contents .sportsAccessInfoItem {
  padding: 18px 20px;
  border: 1px solid #d7e7f1;
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
}

#contents .sportsAccessInfoItem + .sportsAccessInfoItem {
  margin-top: 14px;
}

#contents .sportsAccessInfoItem h6 {
  margin: 0 0 8px;
  color: #102847;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

#contents .sportsAccessInfoItem p + p {
  margin-top: 4px;
}

#contents .sportsAccessInfoItem--alert {
  border-color: #f2caca;
  background: #fff8f8;
}

#contents .sportsAccessInfoItem--alert h6,
#contents .sportsAccessInfoItem--alert p {
  color: #d91c1c;
  font-weight: 700;
}

#contents .sportsNotice--plain {
  background: #fff;
  border-left-color: #cdd9e1;
}

#contents #sports-contact .sportsContactBtnList {
  max-width: 720px;
}

#contents #sports-contact .sportsContactBtnList .sportsButtonItem a {
  width: 100%;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  #contents .sportsButtonList--two {
    grid-template-columns: 1fr;
    max-width: none;
  }

  #contents .sportsSingleImage,
  #contents .sportsNoImage {
    max-width: none;
  }

  #contents .sportsNoImage {
    min-height: 140px;
    font-size: 14px;
  }

  #contents .sportsAccessInfoItem {
    padding: 16px 14px;
    border-radius: 12px;
  }

  #contents .sportsAccessInfoItem h6 {
    font-size: 16px;
  }
}

/* =========================================================
  sports-top contact buttons
  - お問い合わせ・申請について
========================================================= */
#contents #sports-top .sportsTopContact__lead {
  margin: 0 0 28px;
}

#contents #sports-top .sportsTopContact__lead p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}

#contents #sports-top .sportsTopContact__lead p + p {
  margin-top: 6px;
}

#contents #sports-top .sportsTopContact__btnList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin: 0 0 34px;
}

#contents #sports-top .sportsTopContact__btnItem {
  min-width: 0;
}

#contents #sports-top .sportsTopContact__btnItem a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 12px 46px 12px 26px;
  border-radius: 10px;
  background: #333 url(../../images/shared/arrow_left_wh.png) right 14px center no-repeat;
  background-size: 5px auto;
  box-shadow: 0 1px 0 1px #ddd;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

#contents #sports-top .sportsTopContact__btnItem a:hover {
  opacity: 0.7;
}

#contents #sports-top .sportsTopContact__btnItem .btnText {
  display: block;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  #contents #sports-top .sportsTopContact__lead {
    margin-bottom: 22px;
  }

  #contents #sports-top .sportsTopContact__lead p {
    font-size: 14px;
    line-height: 1.8;
  }

  #contents #sports-top .sportsTopContact__btnList {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: none;
    margin-bottom: 28px;
  }

  #contents #sports-top .sportsTopContact__btnItem a {
    min-height: 54px;
    padding: 12px 38px 12px 18px;
    font-size: 1.5rem;
  }
}

#contents .sportsSubContact__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 36px;
}

#contents .sportsSubContact__buttons--vertical {
  display: block;
  margin-top: 24px;
  margin-bottom: 36px;
}

#contents .sportsSubContact__button {
  flex: 1 1 260px;
  min-width: 0;
}

#contents .sportsSubContact__buttons--vertical .sportsSubContact__button {
  width: 100%;
  max-width: 480px;
}

#contents .sportsSubContact__buttons--vertical .sportsSubContact__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 60px;
  padding: 12px 46px 12px 26px;
  border-radius: 10px;
  background: #333 url(../../images/shared/arrow_left_wh.png) right 14px center no-repeat;
  background-size: 5px auto;
  box-shadow: 0 1px 0 1px #ddd;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#contents .sportsSubContact__buttons--vertical .sportsSubContact__button a:hover {
  opacity: 0.7;
}

#contents .sportsSubContact__button a span {
  display: block;
  color: #fff;
}

#contents .sportsSubContact__buttons--vertical .sportsSubContact__button + .sportsSubContact__button {
  margin-top: 24px;
}