@charset "UTF-8";
/* ------------------------------------------------------------
// Futsal
------------------------------------------------------------ */
.content-ttl-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background: url(../images/futsal//content-ttl-img.png) no-repeat center center/cover;
}
.content-ttl-img h2 {
  font-size: 90px;
  color: #2aa8da;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
  padding: 0 20px;
}
.content-ttl-img h2 span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #204483;
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .content-ttl-img {
    width: 100%;
    height: 150px;
  }
  .content-ttl-img h2 {
    font-size: 50px;
  }
  .content-ttl-img h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .content-ttl-img {
    height: 150px;
  }
  .content-ttl-img h2 {
    font-size: 40px;
  }
  .content-ttl-img h2 span {
    font-size: 16px;
  }
}

.content-img-1 {
  margin-bottom: 100px;
  padding: 100px 0;
  background: url(../images/futsal/content-img-1.png) no-repeat center center/cover;
}
.content-img-1 .container {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.content-img-1 p {
  margin-left: 1em;
  padding: 1em 0 1em 1.5em;
  border-left: 5px solid #2aa8da;
}
@media screen and (max-width: 1359px) {
  .content-img-1 {
    padding: 100px 0 0;
  }
  .content-img-1 .container {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .content-img-1 {
    padding: 120px 0 0;
  }
  .content-img-1 .container {
    padding: 40px 0 20px;
  }
  .content-img-1 p {
    margin-left: 0;
    padding: 0 0 0 1.5em;
    border-left: 3px solid #2aa8da;
  }
}

dl.content-dl dt {
  font-size: 18px;
  color: #2aa8da;
  margin-bottom: 5px;
}
dl.content-dl dd:not(:last-child) {
  margin-bottom: 40px;
}
dl.content-dl dd .link-btn {
  margin-top: 20px;
}

.table-three-cell {
  width: 100%;
  margin-top: 40px;
}
.table-three-cell tr th,
.table-three-cell tr td {
  font-size: 15px;
  text-align: center;
  width: 33.3333333333%;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-three-cell tr th {
  color: #ffffff;
  background: #333333;
}
.table-three-cell tr td {
  background: #ffffff;
}

.table-four-cell {
  width: 100%;
  min-width: 767px;
  margin-top: 40px;
}
.table-four-cell tr th,
.table-four-cell tr td {
  font-size: 15px;
  text-align: center;
  width: 25%;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-four-cell tr th {
  color: #ffffff;
  background: #333333;
}
.table-four-cell tr td {
  background: #ffffff;
}

.table-five-cell {
  width: 100%;
  min-width: 767px;
  margin-top: 40px;
}
.table-five-cell tr th,
.table-five-cell tr td {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-five-cell tr th {
  color: #ffffff;
  background: #333333;
}
.table-five-cell tr td {
  background: #ffffff;
}
.table-five-cell tr td.blue-1 {
  background: #e9f9ff;
}
.table-five-cell tr td.blue-2 {
  background: #d0ebf6;
}
.table-five-cell tr td.blue-3 {
  background: #b8deed;
}

.table-ten-cell {
  width: 100%;
  margin-top: 40px;
}
.table-ten-cell tr th,
.table-ten-cell tr td {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-ten-cell tr th {
  color: #ffffff;
  background: #333333;
}
.table-ten-cell tr td {
  background: #ffffff;
}

.table-commencement-date {
  width: 100%;
  margin-top: 20px;
}
.table-commencement-date tr th,
.table-commencement-date tr td {
  font-size: 15px;
  text-align: center;
  min-width: 100px;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-commencement-date tr th {
  color: #ffffff;
  background: #333333;
}
.table-commencement-date tr td {
  background: #ffffff;
}
@media screen and (max-width: 575px) {
  .table-commencement-date {
    border-top: 1px solid #cccccc;
  }
  .table-commencement-date tr th {
    display: none;
  }
  .table-commencement-date tr td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .table-commencement-date tr td.sp-ttl {
    color: #ffffff;
    background: #333333;
  }
  .table-commencement-date tr td.sp-none {
    display: none;
  }
}

.scroll-table-box {
  position: relative; /* ←これが必要！ */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 30px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}

/* 表示時にフェードイン＋ゆらゆら */
.scroll-hint.show {
  opacity: 1;
  animation: hintMove 1s ease-in-out infinite, fadeOut 2s ease-out 2s forwards;
}

/* 左右に揺れる */
@keyframes hintMove {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-55%, -50%);
  }
}
/* 一定時間でフェードアウト */
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.note {
  font-size: 14px;
  margin-top: 5px;
}

.content-contact-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.content-contact-box .tel-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  padding: 1em 1.5em;
  background: #ff9600;
  border-radius: 5px;
}
.content-contact-box .resevation-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  padding: 1em 1.5em;
  background: #2aa8da;
  border-radius: 5px;
  transition: 0.3s;
}
.content-contact-box .resevation-box a:hover {
  background: #204483;
}
.content-contact-box .pdf-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  padding: 1em 1.5em;
  background: #333333;
  border-radius: 5px;
  transition: 0.3s;
}
.content-contact-box .pdf-box a:hover {
  background: #000000;
}
@media screen and (max-width: 575px) {
  .content-contact-box .tel-box span {
    font-size: 16px;
    padding: 1em;
  }
  .content-contact-box .resevation-box a {
    font-size: 16px;
    padding: 1em;
  }
  .content-contact-box .pdf-box a {
    font-size: 16px;
    padding: 1em;
  }
}