@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* ===================================================== */
/* common */
/* ===================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5em;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

.container {
  max-width: 1000px;
}

hr {
  border-top: 3px dotted #7a8171;
}

.dance,
.karate,
.ballet,
.swim,
.prokura {
  background-image: url(../img/bg.jpg);
}

/* 各クラスタイトル */
.title-img-wrap {
  width: 55%;
}

.about-img-wrap {
  width: 45%;
  padding-top: 20px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .title-img-wrap {
    width: 100%;
  }
  .about-img-wrap {
    width: 100%;
  }
}

/* スケジュール白ボックス */
.schedule-box .schedule-title {
  margin-top: -30px;
  margin-left: -30px;
  width: 250px;
}

.schedule-box h5 {
  font-size: 16px;
  font-weight: bold;
}

.schedule-box .target {
  font-size: 11px;
}

.schedule-box table {
  width: 100%;
}

.schedule-box table th {
  width: 100px;
  font-weight: bold;
}

.schedule-box table th,
.schedule-box table td {
  border: 2px solid #b4b4b4;
  padding: 5px;
}

.schedule-box table th span.sun {
  color: #e40073;
}

.schedule-box table th span.sut {
  color: #3a8fce;
}

.schedule-img {
  max-width: 93%;
  margin: 0 auto;
}

/* コース案内 */
.course h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}

.course .course-start-img {
  width: 225px;
}

.course .table-wrap {
  overflow-x: unset;
}

@media (max-width: 850px) {
  .course .table-wrap {
    overflow-x: scroll;
  }
}

.course table {
  min-width: 800px;
  width: 100%;
}

.course table {
  border: 2px solid white;
}

.course table th,
.course table td {
  padding: 5px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

.course table td.border-b-dots {
  border-bottom: 2px dotted white;
}

.course table td.border-b-none {
  border-bottom: none;
}

.course table thead th {
  color: white;
  background-color: #909090;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.course table tbody th,
.course table tbody td {
  vertical-align: middle;
  text-align: center;
}

.course table tbody th {
  font-size: 14px;
  font-weight: bold;
}

.course table tbody td {
  background-color: #dcdddd;
}

.course .tel-bn:hover img {
  opacity: 0.9;
  transition: 0.5s;
}

/* ダンス */
@media (max-width: 991px) {
  .dance .title-img {
    width: 93%;
  }
}

.dance .about-img {
  margin-bottom: -30px;
  display: block;
}

@media (max-width: 991px) {
  .dance .about-img-wrap {
    padding-left: 7%;
  }
  .dance .about-img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.dance .schedule-box h5 {
  color: #009933;
}

.dance .schedule-box table th {
  background-color: #eaf4df;
}

.dance .course h3 {
  color: #009933;
}

.dance .course table thead th:nth-of-type(1) {
  background-color: #8ab365;
}

.dance .course table tbody th {
  background-color: #d4e7bb;
  color: #009933;
}

/* 空手 */
@media (max-width: 991px) {
  .karate .title-img {
    width: 93%;
  }
}

.karate .about-img {
  margin-bottom: -30px;
  display: block;
}

@media (max-width: 991px) {
  .karate .about-img-wrap {
    padding-left: 7%;
  }
  .karate .about-img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.karate .schedule-box h5 {
  color: #b07bb3;
}

.karate .schedule-box table th {
  background-color: #f8f0f7;
}

.karate .course h3 {
  color: #b07bb3;
}

.karate .course table thead th:nth-of-type(1) {
  background-color: #b07bb3;
}

.karate .course table tbody th {
  background-color: #f1e6f2;
  color: #b07bb3;
}

/* バレエ */
@media (max-width: 991px) {
  .ballet .title-img {
    width: 93%;
  }
}

.ballet .about-img {
  margin-bottom: -50px;
  display: block;
}

@media (max-width: 991px) {
  .ballet .about-img-wrap {
    padding-left: 6%;
  }
  .ballet .about-img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.ballet .schedule-box h5 {
  color: #f08300;
}

.ballet .schedule-box .row {
  margin-top: -50px;
}

@media (max-width: 991px) {
  .ballet .schedule-box .row {
    margin-top: 0;
  }
}

.ballet .schedule-box table th {
  background-color: #fffeee;
}

.ballet .course h3 {
  color: #f08300;
}

.ballet .course table thead th:nth-of-type(1) {
  background-color: #f08300;
}

.ballet .course table tbody th {
  background-color: #fff7d8;
  color: #f08300;
  height: 66px;
}

/* ベビークラス */
.baby {
  overflow: hidden;
  background-color: #fff89e;
}

.baby .container {
  padding-left: calc(15px + 4%);
  padding-right: calc(15px + 4%);
  max-width: 1100px;
}

.baby .container.baby-bn {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1190px;
}

@media (max-width: 767px) {
  .baby .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.baby .course h3 {
  color: #e7317d;
}

.baby .course table thead th:nth-of-type(1) {
  background-color: #e7317d;
}

.baby .course table tbody th {
  background-color: #fce7e5;
  color: #e7317d;
}

.baby .course table tbody th span {
  color: black;
}

.baby .course table .box {
  border-radius: 5px;
}

/* スイミング */
.swim {
  overflow: hidden;
}

.swim .about-img {
  display: block;
}

@media (max-width: 991px) {
  .swim .about-img-wrap {
    padding-left: 5%;
  }
  .swim .about-img {
    width: 92%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.swim .taiken-img {
  width: 94%;
  display: block;
  margin: 0 auto;
}

.swim .course h3 {
  color: #3b82c5;
}

.swim .course.kids h3 {
  color: #00aad5;
}

.swim .course h3 .large {
  font-size: 22px;
}

.swim .course table thead th:nth-of-type(1) {
  background-color: #6895cf;
}

.swim .course.kids table thead th:nth-of-type(1) {
  background-color: #00aeda;
}

.swim .course table tbody th {
  background-color: #e1e8f6;
  color: #3b82c5;
}

.swim .course.kids table tbody th {
  background-color: #def0ef;
  color: #00aad5;
}

.swim .course table tbody .h-66 {
  height: 66px;
}

.swim .course .adult table tbody th {
  height: 75px;
}

.swim .course .refresh {
  width: 70%;
}

@media (max-width: 991px) {
  .swim .course .refresh {
    overflow-x: scroll;
  }
}

@media (max-width: 767px) {
  .swim .course .refresh {
    width: 100%;
  }
}

.swim .course .refresh table {
  max-width: 100%;
  min-width: 680px;
}

.swim .course .swim-after-img {
  width: 30%;
  margin-right: -4%;
  margin-top: -24%;
}

@media (max-width: 991px) {
  .swim .course .swim-after-img {
    margin-right: -2%;
  }
}

/*バレー*/
.ballet {
  position: relative;
}

.balle-obj {
  position: absolute;
  top: -50px;
}

.balle-obj img {
  max-width: 450px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .balle-obj img {
    max-width: 400px;
  }
}

@media (max-width: 991px) and (min-width: 850px) {
  .balle-obj img {
    max-width: 350px;
  }
}

@media (max-width: 850px) {
  .balle-obj {
    position: absolute;
    top: -60px;
  }
  .balle-su {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .balle-su {
    margin-top: 0 !important;
  }
}

/* フッター */
footer p {
  font-size: 12px;
}

@media (max-width: 767px) {
  footer .logo {
    width: 493px;
  }
}

footer .store-name {
  font-size: 18px;
  font-weight: bold;
}

footer .box {
  background-color: #e40073;
  color: white;
  padding: 10px;
  font-size: 16px;
  display: inline-block;
}

footer .tel-link {
  font-size: 30px;
  color: black;
}

footer .tel-link span {
  font-size: 43px;
  line-height: 1em;
}

footer .tel-link:hover {
  text-decoration: none;
  opacity: .5;
  transition: .5s;
}

@media (max-width: 767px) {
  footer .tel-link {
    font-size: 24px;
  }
  footer .tel-link span {
    font-size: 30px;
  }
}

/*プログラミング教室*/
.prokura .course table tbody th {
  background-color: #DCF5D6;
  color: #3D9227;
}

.prokura .course table .setumei {
  width: 40%;
}

.prokura .course h3 {
  color: #3D9227;
}

.prokura .course h3 .large {
  font-size: 22px;
}

.prokura .course .syokyu h3 {
  color: #0099DB;
}

.prokura .course .syokyu table tbody th {
  background-color: #D0F1FF;
  color: #0099DB;
}

.prokura .course .chukyu h3 {
  color: #db0050;
}

.prokura .course .chukyu table tbody th {
  background-color: #ffd0db;
  color: #db0050;
}

.prokura h2 {
  font-weight: bolder;
  font-size: 30px;
}

.prokura .ryoukin {
  margin-top: 20px;
  background-color: #fff;
  color: #0099db;
  border-radius: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 2em;
  padding-top: 30px;
}

.mv_txt01_2024 {
  position: relative;
}

.mv_txt01_2024 img {
  margin: 0 auto;
  max-width: 100%;
}

.mv_txt01_2024 div:nth-of-type(2) {
  position: absolute;
  bottom: 11.7%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
}

.mv_txt02_2024 {
  background: #FFF100;
}

.mv_txt02_2024 img {
  margin: 0 auto;
  max-width: 100%;
}

.align-items-end .flex {
  display: flex;
  margin-top: 3px;
}

.align-items-end .flex div:nth-of-type(1) {
  flex-shrink: 0;
  min-width: 76px;
}

@media (max-width: 767px) {
  .mv_txt01_2024 div:nth-of-type(2) {
    bottom: 12.7%;
    width: 90%;
  }
  .align-items-end .flex {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.reserve_form_202403 {
  text-align: center;
}

@media (min-width: 768px) {
  .reserve_form_202403 {
    margin-top: 3px;
  }
  .reserve_form_202403 img {
    width: 100%;
    max-width: 970px;
  }
}

@media (max-width: 767px) {
  .reserve_form_202403 {
    margin-top: 8px;
  }
  .reserve_form_202403 img {
    max-width: 100%;
  }
}

.reserve_form_202403.pattern02 {
  padding: 0 5%;
}

@media (min-width: 768px) {
  .reserve_form_202403.pattern02 {
    margin: -20px 0 30px !important;
  }
  .reserve_form_202403.pattern02 img {
    width: 100%;
    max-width: 795px;
  }
}

@media (max-width: 767px) {
  .reserve_form_202403.pattern02 {
    margin: -20px 0 20px !important;
  }
  .reserve_form_202403.pattern02 img {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .reserve_form_202403.margin02 {
    margin-top: -12px;
    margin-bottom: 2px;
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  .reserve_form_202403.margin02 {
    padding: 0 3.7%;
    margin-top: -10px;
    margin-bottom: 3px;
  }
}
