@charset "UTF-8";
/*
Theme Name: 和歌山県高等学校体育連盟（2024年）
Theme URI:
Author: grafix
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* html tag */
html {
  font-size: 10px;
  font-family: YakuHanJP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #333;
}

body {
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
a:hover img {
  opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
a[href^=tel] {
  color: #333;
  cursor: text;
  pointer-events: none;
}
a[href^=tel]:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}
*::after, *::before {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.sp {
  display: none;
}

.screen-reader-text {
  display: none;
}

@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  body.fixed {
    overflow: hidden;
  }
}
.header-wrap {
  padding: 30px 20px 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.header-wrap .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1100px;
  margin: 0 auto;
}
.header-wrap .header-inner header .header {
  position: relative;
  padding: 0px 15px 2px;
}
.header-wrap .header-inner header .header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000064;
  transform: skew(-20deg);
}
.header-wrap .header-inner header .header a {
  color: #fff;
  position: relative;
  z-index: 1;
}
.header-wrap .header-inner nav .nav .menu > ul {
  display: flex;
  justify-content: flex-end;
  align-items: inherit;
  flex-wrap: nowrap;
}
.header-wrap .header-inner nav .nav .menu > ul > li {
  margin-left: 40px;
  position: relative;
}
.header-wrap .header-inner nav .nav .menu > ul > li a {
  color: #333;
  display: block;
  padding: 10px 0;
}
.header-wrap .header-inner nav .nav .menu > ul > li a:hover {
  color: #d33;
}
.header-wrap .header-inner nav .nav .menu > ul > li .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid 1px #333;
  padding: 20px;
  transform: translateX(-50%);
  transition: 0.2s;
  overflow-y: auto;
  height: 70vh;
  background: #fff;
  z-index: 10;
}
.header-wrap .header-inner nav .nav .menu > ul > li .submenu ul li {
  white-space: nowrap;
}
.header-wrap .header-inner nav .nav .menu > ul > li:has(.submenu)::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: rotate(45deg);
}
.header-wrap .header-inner nav .nav .menu > ul > li.active > a {
  color: #d33;
}
.header-wrap .header-inner nav .nav .menu > ul > li.active::after {
  border-color: #d33;
}
.header-wrap .header-inner nav .nav .menu > ul > li.active .submenu {
  opacity: 1;
  visibility: visible;
}

.footer {
  background: #000;
  color: #fff;
  padding: 50px 20px 30px;
}
.footer .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.footer .inner .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.footer .inner .footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: nowrap;
}
.footer .inner .footer-nav .group {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  border-left: solid 1px #fff;
}
.footer .inner .footer-nav .group ul {
  padding-left: 1em;
  line-height: 2;
}
.footer .inner .footer-nav .group ul li a {
  color: #fff;
}

.copyright {
  color: #fff;
  background: #585858;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-wrap {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .header-wrap .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header-wrap .header-inner header .header {
    position: relative;
    padding: 0px 10px 0;
  }
  .header-wrap .header-inner header .header::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000064;
    transform: skew(-20deg);
  }
  .header-wrap .header-inner header .header a {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 95;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #333;
    transition: 0.2s;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(1) {
    top: 12px;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(2) {
    top: 20px;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(3) {
    top: 28px;
  }
  .header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(2) {
    transform: scale(0, 1);
  }
  .header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
  .header-wrap .header-inner nav .nav .sp-menu.active + .menu {
    transform: translateX(0);
  }
  .header-wrap .header-inner nav .nav .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: #fff;
    padding: 40px 20px;
    overflow-y: auto;
    transition: 0.2s;
    transform: translateX(100%);
    z-index: 90;
  }
  .header-wrap .header-inner nav .nav .menu > ul {
    display: block;
  }
  .header-wrap .header-inner nav .nav .menu > ul > li {
    margin-left: 0;
  }
  .header-wrap .header-inner nav .nav .menu > ul > li .submenu {
    opacity: 1;
    visibility: visible;
    position: static;
    border: solid 1px #333;
    padding: 10px;
    transform: translateX(0);
    overflow-y: inherit;
    height: auto;
  }
  .header-wrap .header-inner nav .nav .menu > ul > li .submenu ul li {
    white-space: inherit;
  }
  .header-wrap .header-inner nav .nav .menu > ul > li:has(.submenu)::after {
    display: none;
  }
  .footer {
    padding: 30px 20px 30px;
  }
  .footer .inner {
    max-width: inherit;
  }
  .footer .inner .footer-nav {
    display: block;
    border-top: solid 1px #fff;
  }
  .footer .inner .footer-nav .group {
    border-left: none;
  }
  .footer .inner .footer-nav .group ul {
    padding-left: 0;
  }
  .footer .inner .footer-nav .group ul li {
    border-bottom: solid 1px #fff;
  }
  .footer .inner .footer-nav .group ul li a {
    display: block;
    padding: 5px 0;
  }
  .copyright {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.front-slider ul li {
  position: relative;
  padding: 0 8px;
}
.front-slider ul li a {
  color: #fff;
}
.front-slider ul li .data {
  background: rgba(202, 36, 38, 0.5);
  padding: 10px 30px;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
}
.front-slider ul li .data .name {
  font-size: 2.6rem;
  line-height: 1.5;
}
.front-slider ul .slick-prev,
.front-slider ul .slick-next {
  width: 60px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  height: auto;
  transform: translate(0);
}
.front-slider ul .slick-prev::before,
.front-slider ul .slick-next::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
}
.front-slider ul .slick-prev {
  left: 0;
}
.front-slider ul .slick-prev::before {
  transform: rotate(225deg);
  margin-left: -5px;
}
.front-slider ul .slick-next {
  right: 0;
}
.front-slider ul .slick-next::before {
  transform: rotate(45deg);
  margin-left: -10px;
}

.front-session {
  margin: 150px auto 170px;
  max-width: 1000px;
}
.front-session h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2d489d;
  margin-bottom: 50px;
  text-align: center;
}
.front-session h2 .icon img {
  vertical-align: middle;
}
.front-session .in-session {
  border-top: solid 1px #d1d1d1;
}
.front-session .in-session .sport {
  border-bottom: solid 1px #d1d1d1;
}
.front-session .in-session .sport a {
  display: block;
  color: #333;
  padding: 20px 0;
  position: relative;
}
.front-session .in-session .sport a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
}
.front-session .in-session .sport .data {
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: nowrap;
}
.front-session .in-session .sport .data .name {
  padding-left: 80px;
  flex-basis: 260px;
  flex-shrink: 0;
  flex-grow: 0;
}
.front-session .in-session .sport .data .time {
  flex-basis: 130px;
  flex-shrink: 0;
  flex-grow: 0;
}
.front-session .in-session .sport .data .place {
  padding-right: 50px;
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}

.front-competition {
  background: #f4f4f4;
  padding: 50px 0;
}
.front-competition h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2d489d;
  margin-bottom: 40px;
  text-align: center;
}
.front-competition ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: wrap;
}
.front-competition ul li {
  flex-basis: 19.27%;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 0 10px 0.9125%;
}
.front-competition ul li:nth-of-type(5n+1) {
  margin-left: 0;
}
.front-competition ul li a {
  display: block;
  color: #333;
}

.sports-image {
  max-width: 1100px;
  margin: 20px auto 50px;
}

.sports-points {
  background: #e1e5f1;
  padding: 30px 50px;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.sports-points h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2d489d;
  text-align: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 38px;
}
.sports-points h2::after {
  content: "";
  display: block;
  height: 1px;
  background: #b8c1de;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.sports-points h2 .icon img {
  vertical-align: middle;
}
.sports-points .content {
  overflow: hidden;
}
.sports-points .content .img {
  float: right;
  max-width: 200px;
  margin-left: 20px;
}
.sports-points .content .img .caption {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 5px 0 1em;
}

.sports-relation-data {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
}
.sports-relation-data .data {
  flex-basis: 47%;
  flex-shrink: 0;
  flex-grow: 0;
}
.sports-relation-data .data h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2d489d;
  border-bottom: solid 1px #2d489d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sports-relation-data .data ul li {
  border-bottom: solid 1px #d1d1d1;
}
.sports-relation-data .data ul li a {
  display: block;
  padding: 10px;
  position: relative;
  color: #333;
}
.sports-relation-data .data ul li a:hover {
  text-decoration: underline;
}
.sports-relation-data .data ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(img/icon_blank.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.sports-play-schedule {
  max-width: 1000px;
  margin: 0 auto;
}
.sports-play-schedule h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2d489d;
  border-bottom: solid 1px #2d489d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sports-play-schedule .example {
  text-align: right;
}
.sports-play-schedule .example span {
  display: inline-block;
  margin: 0 5px 0 10px;
  width: 60px;
  height: 1.2em;
  vertical-align: middle;
}
.sports-play-schedule .example .main {
  background: #e0b465;
}
.sports-play-schedule .example .sub {
  background: #2eadff;
}
.sports-play-schedule .content {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
  margin-bottom: 70px;
}
.sports-play-schedule .content .img {
  flex-basis: 212px;
  flex-shrink: 0;
  flex-grow: 0;
}
.sports-play-schedule .content .date-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 20px 15px;
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.sports-play-schedule .content .date-range .prev-week {
  margin-right: 12px;
}
.sports-play-schedule .content .date-range .prev-week span {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-indent: -9999px;
  position: relative;
}
.sports-play-schedule .content .date-range .prev-week span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -3px;
  transform: rotate(45deg);
}
.sports-play-schedule .content .date-range .next-week {
  margin-left: 12px;
}
.sports-play-schedule .content .date-range .next-week span {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-indent: -9999px;
  position: relative;
}
.sports-play-schedule .content .date-range .next-week span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -12px;
  transform: rotate(45deg);
}
.sports-play-schedule .content .date-range .wrap {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.sports-play-schedule .content .date-range .wrap .week {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
  gap: 3px;
}
.sports-play-schedule .content .date-range .wrap .week .week-day {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.sports-play-schedule .content .date-range .wrap .week .week-day span {
  display: block;
  background: #616161;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
.sports-play-schedule .content .date-range .wrap .data {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
  gap: 3px;
  margin-top: 15px;
}
.sports-play-schedule .content .date-range .wrap .data .week-day {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  height: 18px;
  background: #b6bdc5;
}
.sports-play-schedule .content .date-range .wrap .data .week-day.main {
  background: #e0b465;
}
.sports-play-schedule .content .date-range .wrap .data .week-day.sub {
  background: #2eadff;
}

.sports-place {
  max-width: 1000px;
  margin: 60px auto;
}
.sports-place h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2d489d;
  border-bottom: solid 1px #2d489d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sports-place ul {
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: wrap;
  margin: 0 16px;
}
.sports-place ul li {
  flex-basis: 31%;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 0 30px 3.5%;
}
.sports-place ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
.sports-contact {
  background: #e7e7e7;
  padding: 40px 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.sports-contact h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 26px;
}
.sports-contact h2::after {
  content: "";
  display: block;
  height: 1px;
  background: #828282;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.sports-contact p + p {
  margin-top: 1.4em;
}

.container {
  margin-bottom: 150px;
}
.container .page-header {
  background: #000064;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 10px 20px;
  font-weight: 700;
}
.container .page-header h1 {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}
.container .pankuzu {
  background: #e4e4e4;
  padding: 10px 20px;
}
.container .pankuzu .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.container .pankuzu .inner > span::before {
  content: "＞";
  display: inline-block;
  margin: 0 5px;
}
.container .pankuzu .inner > span:first-child::before {
  display: none;
}
.container .pankuzu .inner a {
  color: #333;
}
.container .sports-gallery {
  max-width: 1100px;
  margin: 20px auto 60px;
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: nowrap;
  gap: 15px;
}
.container .sports-gallery .image-block {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.container .sports-date-schedule {
  max-width: 998px;
  margin: 0 auto 20px;
}
.container .sports-date-schedule .target-date {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 900;
}
.container .sports-date-schedule .schedule-table table {
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
}
.container .sports-date-schedule .schedule-table table thead tr th {
  background: #a0a0a0;
  color: #fff;
  font-weight: 700;
  padding: 20px;
}
.container .sports-date-schedule .schedule-table table tbody tr td {
  background: #f6f6f6;
  padding: 20px;
}
.container .sports-week-schedule {
  max-width: 1000px;
  margin: 0 auto;
}
.container .sports-week-schedule .week-table {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
  margin: 0 12px 20px;
}
.container .sports-week-schedule .week-table .prev-week {
  margin-right: 12px;
}
.container .sports-week-schedule .week-table .prev-week a {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-indent: -9999px;
  position: relative;
}
.container .sports-week-schedule .week-table .prev-week a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -3px;
  transform: rotate(45deg);
}
.container .sports-week-schedule .week-table .next-week {
  margin-left: 12px;
}
.container .sports-week-schedule .week-table .next-week a {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-indent: -9999px;
  position: relative;
}
.container .sports-week-schedule .week-table .next-week a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -12px;
  transform: rotate(45deg);
}
.container .sports-week-schedule .week-table .week {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
  gap: 3px;
}
.container .sports-week-schedule .week-table .week .week-day {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.container .sports-week-schedule .week-table .week .week-day a {
  display: block;
  background: #b0b7bf;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
.container .sports-week-schedule .week-table .week .week-day.active a {
  background: #eaae65;
}
.container .sports-week-schedule .schedule-table table {
  width: 100%;
  border-top: solid 1px #cbcbcb;
}
.container .sports-week-schedule .schedule-table table tbody tr {
  border-bottom: solid 1px #cbcbcb;
  cursor: pointer;
}
.container .sports-week-schedule .schedule-table table tbody tr td {
  padding: 20px;
}
.container .sports-week-schedule .schedule-table table tbody tr td .icon img {
  vertical-align: middle;
}

.sports-venue {
  max-width: 1100px;
  height: 550px;
  margin: 20px auto 80px;
}
.sports-venue .image-block {
  width: 100%;
  height: 100%;
  text-align: center;
}
.sports-venue .image-block img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.facility-information {
  max-width: 800px;
  margin: 0 auto;
}
.facility-information table {
  border: solid 1px #e8e8e8;
  width: 100%;
}
.facility-information table tr th {
  background: #e8e8e8;
  border-bottom: solid 1px #fff;
  padding: 20px;
  width: 110px;
}
.facility-information table tr td {
  background: #fff;
  border-bottom: solid 1px #e8e8e8;
  padding: 20px;
}
.facility-information table tr td .map-wrap {
  width: 100%;
  height: 400px;
  position: relative;
}
.facility-information table tr td .map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.schedule-wrap {
  max-width: 1100px;
  margin: 80px auto;
}
.schedule-wrap table {
  width: 100%;
}
.schedule-wrap table thead tr th {
  text-align: center;
}
.schedule-wrap table thead tr th .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 2.3rem;
  line-height: 1.5;
  color: #2d489d;
  font-weight: 700;
  margin-bottom: 10px;
}
.schedule-wrap table thead tr th .nav .prev {
  margin-right: 80px;
}
.schedule-wrap table thead tr th .nav .prev a {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-indent: -9999px;
  position: relative;
}
.schedule-wrap table thead tr th .nav .prev a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -3px;
  transform: rotate(45deg);
}
.schedule-wrap table thead tr th .nav .next {
  margin-left: 80px;
}
.schedule-wrap table thead tr th .nav .next a {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-indent: -9999px;
  position: relative;
}
.schedule-wrap table thead tr th .nav .next a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -12px;
  transform: rotate(45deg);
}
.schedule-wrap table thead tr th .date {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background: #b0b7bf;
  padding: 10px;
  margin: 0 2px;
}
.schedule-wrap table thead tr th.active .date {
  background: #eaae65;
}
.schedule-wrap table tbody {
  position: relative;
}
.schedule-wrap table tbody::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #333;
}
.schedule-wrap table tbody tr {
  position: relative;
}
.schedule-wrap table tbody tr::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #333;
}
.schedule-wrap table tbody tr th {
  padding: 6px 3px;
}
.schedule-wrap table tbody tr th .icon img {
  vertical-align: middle;
  width: 30px;
  height: auto;
}
.schedule-wrap table tbody tr td {
  padding: 6px 3px;
}
.schedule-wrap table tbody tr td:nth-of-type(2n+1) a, .schedule-wrap table tbody tr td:nth-of-type(2n+1) .no-link {
  background: #f4f4f4;
}
.schedule-wrap table tbody tr td a:hover {
  background: #ffffee;
}
.schedule-wrap table tr th a,
.schedule-wrap table tr td a {
  display: block;
  color: #333;
}
.schedule-wrap table tr td {
  width: 11%;
  position: relative;
}
.schedule-wrap table tr td a, .schedule-wrap table tr td .no-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .front-slider ul li {
    position: relative;
    padding: 0 8px;
  }
  .front-slider ul li a {
    color: #fff;
  }
  .front-slider ul li .data {
    background: rgba(202, 36, 38, 0.5);
    padding: 10px 30px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
  }
  .front-slider ul li .data .name {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .front-slider ul .slick-prev,
  .front-slider ul .slick-next {
    width: 30px;
  }
  .front-slider ul .slick-prev::before,
  .front-slider ul .slick-next::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .front-slider ul .slick-prev::before {
    margin-left: -3px;
  }
  .front-slider ul .slick-next::before {
    margin-left: -5px;
  }
  .front-session {
    margin: 50px 20px 70px;
    max-width: inherit;
  }
  .front-session h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .front-session h2 .icon img {
    width: 30px;
  }
  .front-session .in-session .sport a {
    padding: 10px 30px 10px 20px;
  }
  .front-session .in-session .sport a::after {
    right: 10px;
  }
  .front-session .in-session .sport .data {
    display: block;
  }
  .front-session .in-session .sport .data .name {
    padding-left: 0;
  }
  .front-session .in-session .sport .data .place {
    padding-right: 0;
  }
  .front-competition {
    padding: 30px 20px;
  }
  .front-competition h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .sports-image {
    max-width: inherit;
    margin: 10px auto 30px;
  }
  .sports-points {
    padding: 10px 20px;
    max-width: inherit;
    margin: 0 20px 40px;
  }
  .sports-points h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
  }
  .sports-points h2 .icon img {
    width: 20px;
  }
  .sports-points .content {
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .sports-points .content .text {
    order: 1;
    margin-bottom: 20px;
  }
  .sports-points .content .img {
    order: 2;
    float: none;
    max-width: inherit;
    margin-left: 0;
  }
  .sports-points .content .img .caption {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 5px 0 1em;
  }
  .sports-relation-data {
    max-width: inherit;
    margin: 0 20px 30px;
    display: block;
  }
  .sports-relation-data .data + .data {
    margin-top: 30px;
  }
  .sports-relation-data .data h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .sports-relation-data .data ul li {
    border-bottom: solid 1px #d1d1d1;
  }
  .sports-relation-data .data ul li a {
    display: block;
    padding: 10px;
    position: relative;
    color: #333;
  }
  .sports-relation-data .data ul li a:hover {
    text-decoration: underline;
  }
  .sports-relation-data .data ul li a::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(img/icon_blank.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .sports-play-schedule {
    max-width: inherit;
    margin: 0 20px 30px;
  }
  .sports-play-schedule h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .sports-play-schedule .example {
    text-align: center;
    margin-bottom: 10px;
  }
  .sports-play-schedule .content {
    display: block;
    margin-bottom: 30px;
  }
  .sports-play-schedule .content .date-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 20px 0;
  }
  .sports-play-schedule .content .date-range .prev-week {
    margin-right: 10px;
  }
  .sports-play-schedule .content .date-range .prev-week span {
    width: 30px;
    height: 30px;
  }
  .sports-play-schedule .content .date-range .prev-week span::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -2px;
  }
  .sports-play-schedule .content .date-range .next-week {
    margin-left: 10px;
  }
  .sports-play-schedule .content .date-range .next-week span {
    width: 30px;
    height: 30px;
  }
  .sports-play-schedule .content .date-range .next-week span::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -8px;
  }
  .sports-play-schedule .content .date-range .wrap .week .week-day span {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sports-play-schedule .content .date-range .wrap .data {
    margin-top: 10px;
  }
  .sports-place {
    max-width: inherit;
    margin: 30px 20px;
  }
  .sports-place h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .sports-place ul {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
    margin: 0;
  }
  .sports-place ul li {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 0 30px;
  }
  .sports-contact {
    padding: 10px 20px;
    max-width: inherit;
    margin: 0 20px;
  }
  .sports-contact h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  .container {
    margin-bottom: 50px;
  }
  .container .page-header {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 5px 20px;
  }
  .container .page-header h1 {
    max-width: inherit;
  }
  .container .pankuzu {
    padding: 5px 20px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .container .pankuzu .inner {
    max-width: inherit;
  }
  .container .sports-gallery {
    max-width: inherit;
    margin: 10px 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
    gap: 0;
  }
  .container .sports-gallery .image-block {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 10px;
  }
  .container .sports-gallery .image-block img {
    display: block;
  }
  .container .sports-date-schedule {
    max-width: inherit;
    margin: 0 20px 50px;
  }
  .container .sports-date-schedule .target-date {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .container .sports-date-schedule .schedule-table {
    overflow-x: auto;
  }
  .container .sports-date-schedule .schedule-table table thead tr th {
    padding: 10px;
    white-space: nowrap;
  }
  .container .sports-date-schedule .schedule-table table tbody tr td {
    padding: 10px;
    white-space: nowrap;
  }
  .container .sports-week-schedule {
    max-width: inherit;
  }
  .container .sports-week-schedule .week-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 12px 10px;
  }
  .container .sports-week-schedule .week-table .week {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .container .sports-week-schedule .week-table .week .week-day {
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .container .sports-week-schedule .week-table .week .week-day a {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 8px;
  }
  .container .sports-week-schedule .schedule-table {
    margin: 0 20px;
  }
  .container .sports-week-schedule .schedule-table table tbody tr td {
    padding: 10px;
  }
  .sports-venue {
    max-width: inherit;
    height: 300px;
    margin: 10px 20px 40px;
  }
  .facility-information {
    max-width: inherit;
    margin: 0 20px;
  }
  .facility-information table tr th {
    padding: 10px;
    display: block;
    width: auto;
  }
  .facility-information table tr td {
    padding: 10px;
    display: block;
  }
  .facility-information table tr td .map-wrap {
    height: 300px;
  }
  .schedule-wrap {
    max-width: inherit;
    margin: 40px 20px;
    overflow-x: auto;
  }
  .schedule-wrap table {
    width: 100%;
  }
  .schedule-wrap table thead tr th .nav {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .schedule-wrap table thead tr th .nav .prev {
    margin-right: 40px;
  }
  .schedule-wrap table thead tr th .nav .prev a {
    width: 30px;
    height: 30px;
  }
  .schedule-wrap table thead tr th .nav .prev a::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -3px;
  }
  .schedule-wrap table thead tr th .nav .next {
    margin-left: 40px;
  }
  .schedule-wrap table thead tr th .nav .next a {
    width: 30px;
    height: 30px;
  }
  .schedule-wrap table thead tr th .nav .next a::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -8px;
  }
  .schedule-wrap table thead tr th .date {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 5px;
  }
  .schedule-wrap table tbody {
    position: relative;
  }
  .schedule-wrap table tbody tr {
    position: relative;
  }
  .schedule-wrap table tbody tr th {
    padding: 6px 3em 6px 0;
  }
  .schedule-wrap table tbody tr th .icon img {
    width: 26px;
  }
  .schedule-wrap table tr th,
  .schedule-wrap table tr td {
    white-space: nowrap;
  }
  .schedule-wrap table tr td {
    width: auto;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.pagination {
  margin: 50px auto 100px;
  max-width: 1100px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 40px;
  height: 40px;
  border: solid 1px #f0f0f0;
  color: #454545;
  margin: 0 5px 10px;
}
.editor-area p {
  margin: 1.5em 0 1.5em;
}
.editor-area p:first-child {
  margin-top: 0;
}
.editor-area p:last-child {
  margin-bottom: 0;
}
.editor-area ul {
  margin: 1.5em 0 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.editor-area ul:first-child {
  margin-top: 0;
}
.editor-area ul:last-child {
  margin-bottom: 0;
}
.editor-area ul li ul {
  margin: 0;
  list-style-type: circle;
}
.editor-area ul li ul li ul {
  list-style-type: square;
}
.editor-area ul li ol {
  margin: 0;
}
.editor-area ol {
  margin: 1.5em 0 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.editor-area ol:first-child {
  margin-top: 0;
}
.editor-area ol:last-child {
  margin-bottom: 0;
}
.editor-area ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.editor-area ol li ol li ol {
  list-style-type: lower-roman;
}
.editor-area ol li ul {
  margin: 0;
}
.editor-area .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
.editor-area .wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.editor-area .wp-block-media-text .wp-block-media-text__media {
  margin-right: 10px;
}
.editor-area .wp-block-media-text .wp-block-media-text__content {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
.editor-area .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.5;
}
.editor-area .wp-block-media-text.is-vertically-aligned-center {
  margin-left: 10px;
}
.editor-area .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
.editor-area .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
.editor-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 10px;
}
.editor-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 10px;
}
.editor-area .wp-block-table,
.editor-area .wp-block-flexible-table-block-table {
  margin: 2em 0 2em;
}
.editor-area .wp-block-table table,
.editor-area .wp-block-flexible-table-block-table table {
  width: 100%;
}
.editor-area .wp-block-table table tr th,
.editor-area .wp-block-flexible-table-block-table table tr th {
  border: solid 1px #e5e5e5;
  padding: 15px;
  background: #f5f5f5;
}
.editor-area .wp-block-table table tr td,
.editor-area .wp-block-flexible-table-block-table table tr td {
  border: solid 1px #e5e5e5;
  padding: 15px;
}
.editor-area .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}
.editor-area .wp-block-columns {
  margin: 2em 0 2em;
}/*# sourceMappingURL=style.css.map */