@charset "UTF-8";
/* ------------------------------------------------------------
// Tennis
------------------------------------------------------------ */
.content-ttl-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background: url(../images/tennis//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/tennis/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;
  }
}

.content-img-2 {
  margin-bottom: 100px;
  padding: 100px 0;
  background: url(../images/tennis/content-img-2.png) no-repeat center center/cover;
}
.content-img-2 .container {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.content-img-2 p {
  margin-left: 1em;
  padding: 1em 0 1em 1.5em;
  border-left: 5px solid #2aa8da;
}
@media screen and (max-width: 1359px) {
  .content-img-2 {
    padding: 100px 0 0;
  }
  .content-img-2 .container {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .content-img-2 {
    padding: 120px 0 0;
  }
  .content-img-2 .container {
    padding: 40px 0 20px;
  }
  .content-img-2 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-four-cell tr td.gray {
  background: #eeeeee;
}

.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-five-cell tr td.blue-4 {
  background: #99cde1;
}

.table-five-color-cell {
  width: 100%;
  min-width: 767px;
}
.table-five-color-cell tr th,
.table-five-color-cell tr td {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  min-width: 100px;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-five-color-cell tr th {
  color: #ffffff;
  background: #333333;
}
.table-five-color-cell tr td {
  background: #ffffff;
}
.table-five-color-cell tr td.green-1 {
  color: #ffffff;
  background: #92d050;
}
.table-five-color-cell tr td.green-2 {
  color: #ffffff;
  background: #92d050;
}
.table-five-color-cell tr td.green-3 {
  color: #ffffff;
  background: #00b050;
}
.table-five-color-cell tr td.blue-1 {
  color: #ffffff;
  background: #00b0f0;
}
.table-five-color-cell tr td.blue-2 {
  color: #ffffff;
  background: #0070c0;
}
.table-five-color-cell tr td.orange-1 {
  color: #ffffff;
  background: #e26b0a;
}
.table-five-color-cell tr td.red-1 {
  color: #ffffff;
  background: #ff0000;
}

.table-four-color-cell {
  width: 100%;
  min-width: 767px;
  margin: 40px 0;
}
.table-four-color-cell tr th,
.table-four-color-cell tr td {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  min-width: 100px;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-four-color-cell tr th {
  color: #ffffff;
  background: #333333;
}
.table-four-color-cell tr th.gray-1 {
  background: #808080;
}
.table-four-color-cell tr th.gray-2 {
  background: #a6a6a6;
}
.table-four-color-cell tr td {
  background: #ffffff;
}
.table-four-color-cell tr td.green-1 {
  color: #ffffff;
  background: #92d050;
}
.table-four-color-cell tr td.green-2 {
  color: #ffffff;
  background: #92d050;
}
.table-four-color-cell tr td.green-3 {
  color: #ffffff;
  background: #00b050;
}
.table-four-color-cell tr td.blue-1 {
  color: #ffffff;
  background: #00b0f0;
}
.table-four-color-cell tr td.blue-2 {
  color: #ffffff;
  background: #0070c0;
}
.table-four-color-cell tr td.orange-1 {
  color: #ffffff;
  background: #e26b0a;
}
.table-four-color-cell tr td.red-1 {
  color: #ffffff;
  background: #ff0000;
}

.table-jr-eight-cell {
  width: 100%;
  min-width: 767px;
  margin: 40px 0;
}
.table-jr-eight-cell tr th,
.table-jr-eight-cell tr td {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  min-width: 100px;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-jr-eight-cell tr th {
  color: #ffffff;
  background: #333333;
}
.table-jr-eight-cell tr th.gray-1 {
  background: #808080;
}
.table-jr-eight-cell tr td {
  background: #ffffff;
}
.table-jr-eight-cell tr td span {
  display: block;
  font-size: 14px;
}
.table-jr-eight-cell tr td.jr-0 {
  color: #ffffff;
  background: #f4e606;
}
.table-jr-eight-cell tr td.jr-1 {
  color: #ffffff;
  background: #f9b52c;
}
.table-jr-eight-cell tr td.jr-2 {
  color: #ffffff;
  background: #f39801;
}
.table-jr-eight-cell tr td.jr-3 {
  color: #ffffff;
  background: #eb5312;
}
.table-jr-eight-cell tr td.jr-4 {
  color: #ffffff;
  background: #f286b4;
}
.table-jr-eight-cell tr td.jr-t {
  color: #ffffff;
  background: #e3017f;
}

.table-jr-two-cell {
  width: 100%;
  min-width: 767px;
  margin: 40px 0;
}
.table-jr-two-cell tr th,
.table-jr-two-cell tr td {
  font-size: 15px;
  vertical-align: middle;
  min-width: 100px;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-jr-two-cell tr th {
  color: #ffffff;
  text-align: center;
  background: #333333;
}
.table-jr-two-cell tr th.gray-1 {
  background: #808080;
}
.table-jr-two-cell tr th.jr-0 {
  color: #ffffff;
  background: #f4e606;
}
.table-jr-two-cell tr th.jr-1 {
  color: #ffffff;
  background: #f9b52c;
}
.table-jr-two-cell tr th.jr-2 {
  color: #ffffff;
  background: #f39801;
}
.table-jr-two-cell tr th.jr-3 {
  color: #ffffff;
  background: #eb5312;
}
.table-jr-two-cell tr th.jr-4 {
  color: #ffffff;
  background: #f286b4;
}
.table-jr-two-cell tr th.jr-t {
  color: #ffffff;
  background: #e3017f;
}
.table-jr-two-cell tr td {
  text-align: left;
  background: #ffffff;
}
.table-jr-two-cell tr td span {
  display: block;
  font-size: 14px;
}

.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;
}
@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;
  }
}

/* ===== FLOWBOX ===== */
.flowbox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 20px;
  counter-reset: step;
}
.flowbox .box {
  position: relative;
  background: #fff;
  border: 2px solid #2aa8da;
  border-radius: 8px;
  padding: 40px 30px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.flowbox .box::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: -14px;
  left: -14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #204483;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  box-shadow: 0 0 0 2px #ffffff;
}
.flowbox .box .flowbox-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #2aa8da;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 5px solid #eeeeee;
  border-radius: 3px;
}
.flowbox .box .link-btn {
  margin: 20px 0;
}
.flowbox .box .link-btn a {
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .flowbox {
    grid-template-columns: 1fr;
  }
  .flowbox .box .link-btn {
    text-align: center;
  }
  .flowbox .box span {
    display: block;
    font-weight: 700;
  }
}

.system-list {
  display: flex;
  gap: 20px;
}
.system-list li {
  width: calc((100% - 60px) / 4);
  padding: 30px 20px;
  border: 5px solid #eeeeee;
  border-radius: 5px;
}
.system-list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 60px 30px;
}
.system-list li .icon img {
  max-width: 120px;
}
.system-list li .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #2aa8da;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #204483;
}
@media print, screen and (max-width: 991px) {
  .system-list {
    flex-wrap: wrap;
  }
  .system-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .system-list {
    flex-wrap: wrap;
  }
  .system-list li {
    width: 100%;
  }
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.staff-list li {
  width: calc((100% - 40px) / 2);
}
.staff-list li .img {
  position: relative;
}
.staff-list li .img img {
  margin: 0 auto;
  border-radius: 5px;
}
.staff-list li .img .position {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px;
  background: #204483;
  border-radius: 3px;
}
.staff-list li .name {
  font-size: 20px;
  font-weight: 700;
  color: #2aa8da;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 5px solid #eeeeee;
  border-radius: 3px;
}
.staff-list li .qualification {
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .staff-list {
    flex-direction: column;
    gap: 60px 0;
  }
  .staff-list li {
    width: 100%;
  }
  .staff-list li .name {
    font-size: 18px;
    margin: 10px 0 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eeeeee;
    border-radius: 0;
  }
}