@charset "UTF-8";
.vision {
  background: url(/academy/img/mv.jpg?date=20240219) no-repeat center center;
  height: 390px;
  text-align: center;
  position: relative;
}
.vision h2 {
  color: #2f1c00;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
}
.vision .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 218px;
}
.vision .mark.up {
  top: -60px;
}
.vision .catch {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  bottom: 0;
  padding: 10px;
  background: #E60012;
  color: #FFF;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.vision .catch span {
  font-size: 20px;
}

section {
  padding: 40px 20px;
}
section#news {
  background: #f8fff4;
}
section#news ul.news_list li br {
  display: none;
}
section#school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#school .unit {
  width: 460px;
}
section#school .unit:first-child {
  margin-right: 20px;
}
section#school .unit:last-child {
  margin-top: 40px;
}
section#school .unit a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section#school .unit a:hover {
  opacity: 0.8;
}
section#school .unit dl dd img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
section#school .unit dl dt {
  text-align: center;
  font-size: 18px;
  padding: 20px;
  line-height: 1;
  position: relative;
}
section#school .unit dl dt.baseball {
  background: #9fd5eb;
}
section#school .unit dl dt.dance {
  background: #f8cde2;
}
section#school .unit dl dt.online_baseball {
  background: #99ce64;
}
section#school .unit dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#partner {
  padding: 0 20px;
}
section.movie {
  padding: 0 0 40px 0;
}
section.movie h3.ja {
  font-size: 28px;
  font-weight: bold;
}
section.movie .video-wrap {
  width: 800px;
  margin: 0 auto;
}
section.movie .video-wrap video {
  width: 100%;
  height: auto;
}
section ul.link-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section ul.link-unit li {
  width: 460px;
}
section ul.link-unit li:first-child {
  margin-right: 20px;
}
section ul.link-unit li a {
  text-align: center;
  font-size: 18px;
  padding: 20px;
  line-height: 1;
  position: relative;
  display: block;
  font-weight: bold;
}
section ul.link-unit li a.baseball {
  background: #9fd5eb;
}
section ul.link-unit li a.dance {
  background: #f8cde2;
}
section ul.link-unit li a.online_baseball {
  background: #99ce64;
}
section ul.link-unit li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#sponsor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#sponsor ul li {
  width: 220px;
  margin: 0 20px 20px 0;
  text-align: center;
}
section#sponsor ul li:nth-child(4), section#sponsor ul li:last-child {
  margin-right: 0;
}
section#sponsor ul li img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  vertical-align: bottom;
}
section#sponsor ul li img.no-border {
  border: none;
}
section#sponsor ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #0066cc;
}
section#sponsor ul li a span {
  display: inline-block;
  margin-top: 5px;
}
section#contact {
  background: #f1f1f1;
}
section#contact p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

#topVision {
  background: #f1f1f1;
}
#topVision .slick-slide {
  height: 520px;
  position: relative;
}
#topVision .slick-slide img {
  position: absolute;
  top: -50px;
}
#topVision .slick-slide .caption {
  display: block;
  text-align: center;
  font-size: 14px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #f1f1f1;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#topVision .slick-dots {
  text-align: center;
  padding-bottom: 15px;
}
#topVision .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#topVision .slick-dots li button {
  border: 0;
  background: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  text-indent: -9999px;
}
#topVision .slick-dots li.slick-active button {
  background: #FFE100;
}

.scheduleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scheduleList li {
  width: 150px;
  margin: 0 8px 10px 0;
}
.scheduleList li:nth-child(6n) {
  margin-right: 0;
}
.scheduleList li span {
  display: block;
  background: #cdcdcd;
  padding: 20px;
  color: #a1a1a1;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
}
.scheduleList li a {
  display: block;
  background: #088FC7;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.scheduleList li a:hover {
  opacity: 0.7;
}

#schedule {
  padding-top: 30px;
}
#schedule p.caution {
  margin: 0 0 30px 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
  border: 2px solid #cc0000;
  padding: 10px;
}
#schedule .date {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  text-align: center;
}
#schedule .note {
  font-size: 13px;
  margin-top: 10px;
  color: #ed5d71;
}
#schedule .slick-arrow {
  background: #e0f2f7;
  border-radius: 5px;
  cursor: pointer;
}
#schedule .slick-arrow.slick-disabled {
  background: #f1f1f1;
  opacity: 0.5;
  cursor: default;
}
#schedule #prevMonth {
  position: absolute;
  top: -40px;
  left: 0;
  text-align: right;
  display: inline-block;
  padding: 5px 10px 5px 35px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}
#schedule #prevMonth::before, #schedule #prevMonth::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -2px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #0066cc;
  border-right: 3px solid #0066cc;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#schedule #prevMonth::before {
  left: 10px;
}
#schedule #prevMonth::after {
  left: 20px;
}
#schedule #nextMonth {
  position: absolute;
  top: -40px;
  right: 0;
  text-align: right;
  display: inline-block;
  padding: 5px 35px 5px 10px;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}
#schedule #nextMonth::before, #schedule #nextMonth::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -2px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #0066cc;
  border-right: 3px solid #0066cc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#schedule #nextMonth::before {
  right: 10px;
}
#schedule #nextMonth::after {
  right: 20px;
}
#schedule #include {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#schedule #include.slick.slick-initialized {
  opacity: 1;
}
#schedule #include table {
  width: 100%;
}
#schedule #include table th,
#schedule #include table td {
  border: 1px solid #dddddd;
  padding: 5px;
  font-weight: normal;
  font-size: 13px;
}
#schedule #include table thead th {
  width: 14.2%;
  text-align: center;
  background: #eeeeee;
}
#schedule #include table thead th.sat {
  background: #0091b5;
  color: #FFFFFF;
}
#schedule #include table thead th.sun {
  background: #ed5d71;
  color: #FFFFFF;
}
#schedule #include table tbody td .fc-date {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
#schedule #include table tbody td .tag {
  background: #e0f2f7;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1.2;
}
#schedule #include table tbody td .tag.closed {
  color: #ed5d71;
  background: #f4f4f4;
}
#schedule #include table tbody td.supple {
  background: #e0f2f7;
}
#schedule #include table tbody td.supple .tag {
  background: #CCE9F4;
}
#schedule #include table tbody td.sat .fc-date {
  color: #0091b5;
}
#schedule #include table tbody td.sun .fc-date {
  color: #ed5d71;
}
#schedule #include table tbody td.closed {
  background: #f4f4f4;
}
#schedule #include table tbody td.closed p {
  color: #ed5d71;
  min-height: 100px;
}

#links {
  background: #e0f2f7;
}
#links .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#links .flexbox a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#links .flexbox a:nth-child(n+4) {
  margin-top: 20px;
}
#links .flexbox a:hover {
  opacity: 0.8;
}
#links .flexbox a dl dd img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#links .flexbox a dl dd.slide-staff {
  width: 300px;
  height: 200px;
}
#links .flexbox a dl dt {
  background: #088FC7;
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  padding: 15px;
  position: relative;
}
#links .flexbox a dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.dance .scheduleList li a {
  background: #f75d7d;
}
body.dance #schedule .slick-arrow {
  background: #fff1f4;
}
body.dance #schedule .slick-arrow.slick-disabled {
  background: #f1f1f1;
}
body.dance #schedule #prevMonth::before, body.dance #schedule #prevMonth::after {
  border-top: 3px solid #f75d7d;
  border-right: 3px solid #f75d7d;
}
body.dance #schedule #nextMonth::before, body.dance #schedule #nextMonth::after {
  border-top: 3px solid #f75d7d;
  border-right: 3px solid #f75d7d;
}
body.dance #schedule #include table tbody td .tag {
  background: #fff1f4;
}
body.dance #schedule #include table tbody td .tag.closed {
  color: #ed5d71;
  background: #f4f4f4;
}
body.dance #links {
  background: #fff1f4;
}
body.dance #links .flexbox a dl dt {
  background: #f75d7d;
}
/*# sourceMappingURL=top.css.map */