@charset "UTF-8";
/* Scss Document */
body {
  color: #231815;
  font-family: 'Noto Sans JP',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  width: 100%;
  overflow-x: hidden;
  background: #FFF; }

a:hover img {
  opacity: 0.64;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

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

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }
  .header nav ul {
    display: flex;
    justify-content: space-between; }
    .header nav ul li {
      width: calc(100% / 6); }
      .header nav ul li a {
        display: block;
        padding: 1em 0;
        background: #21abe6;
        color: #FFF;
        font-weight: bold;
        font-size: 1.25rem;
        text-align: center;
        text-decoration: none; }
        .header nav ul li a:hover {
          opacity: .8;
          transition: .5s; }

footer {
  color: #FFF;
  background: #21abe6;
  padding: 3rem 0;
  margin-top: 10em; }
  footer table {
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em; }
    footer table tr:first-child th {
      padding: 0; }
    footer table th {
      display: block;
      width: 100%;
      font-weight: bold;
      font-size: 1.25rem;
      padding-top: 2rem; }
    footer table td {
      display: block;
      width: 100%;
      padding-top: 1rem;
      line-height: 1.5; }

@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.slide_loop {
  display: flex;
  animation: scroll-left 90s infinite linear .5s both;
  margin: 8rem auto 0; }
  @media screen and (max-width: 979px) {
    .slide_loop {
      animation: scroll-left 40s infinite linear .5s both; } }
  .slide_loop li {
    min-width: 480px; }
    @media screen and (max-width: 979px) {
      .slide_loop li {
        min-width: 50vw; } }

#index {
  overflow: hidden; }

.contents {
  width: calc(100% - 4em);
  max-width: 980px;
  margin: 8rem auto 0; }
  .contents > div ol,
  .contents > div ul {
    margin: 1.5em 0 -0.5em 1.25em;
    list-style: disc none; }
    .contents > div ol li,
    .contents > div ul li {
      line-height: 2; }
  .contents > div ol {
    list-style: decimal none; }
  .contents .youtube {
    max-width: 720px;
    aspect-ratio: 16/9;
    position: relative;
    margin-top: 2rem; }
    .contents .youtube iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      margin: 0 !important; }

h1 {
  font-size: 2.75rem;
  padding: 1.5rem 2rem;
  background: #21abe6;
  color: #FFF;
  font-feature-settings: "palt" 1;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-radius: 1.25rem;
  line-height: 1.25; }

h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
  text-align: center;
  margin: 8rem 0 0; }
  h2 span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    position: relative;
    margin: 2.5rem 0 0; }
    h2 span::after {
      height: 2px;
      width: 3rem;
      content: "";
      background: #21abe6;
      position: absolute;
      top: -1.75rem;
      left: 0;
      right: 0;
      margin: 0 auto; }

h3 {
  color: #FFF;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  background: #21abe6;
  margin: 3.5rem 0 0;
  padding: 1rem 1.25rem; }
  @media screen and (max-width: 979px) {
    h3 {
      line-height: 1.25; } }

h4 {
  color: #21abe6;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 2.5rem 0 0; }

h5 {
  color: #21abe6;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin: 2rem 0 0; }

#about p {
  font-size: 1.125rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin: calc(2.5rem + -0.75em) 0; }
#about ul {
  text-align: center; }
  #about ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem; }

#schedule p {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin: calc(2.5rem + -0.75em) 0; }
  #schedule p strong {
    font-size: 1.5rem; }
#schedule table {
  width: 100%;
  max-width: 25rem;
  margin: 2rem auto 0; }
  #schedule table th {
    width: 8rem;
    padding: 1rem 0;
    border-bottom: 1px solid #bbb; }
  #schedule table td {
    padding: 1rem 0;
    border-bottom: 1px solid #bbb; }

#outline p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: calc(2rem + -0.5em) 0; }
#outline table {
  width: 100%;
  margin: 2rem auto 0; }
  #outline table th {
    width: 8rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #bbb;
    line-height: 1.5; }
  #outline table td {
    padding: 0.75rem 0;
    border-bottom: 1px solid #bbb;
    line-height: 1.5; }
    #outline table td ul {
      list-style: disc;
      margin: 0 0 0 1.25rem; }

#course img {
  width: 100%;
  margin: 2em auto 0; }
#course iframe {
  margin: 2em auto 0; }
#course .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative; }
  #course .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

#entry p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: calc(2rem + -0.5em) 0 -0.5em; }
  #entry p.center a {
    text-align: center; }
    #entry p.center a img {
      display: inline-block; }
#entry address {
  line-height: 2;
  border-left: 2px solid #21abe6;
  padding-left: 1rem;
  margin: calc(2rem + -0.5em) 0 -0.5em; }
#entry iframe {
  margin: 1.5em auto 0; }

#contact address {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: calc(2.25rem + -0.5em) 0 -0.5em;
  text-align: center; }

@media screen and (min-width: 980px) {
  .pcNone {
    display: none !important; }

  html {
    width: 100%;
    height: 100%;
    font-size: 16px; }

  body {
    width: 100%;
    height: 100%;
    font-size: 1rem; }

  img {
    display: block;
    height: auto; } }
@media screen and (max-width: 979px) {
  .spNone {
    display: none; }

  html {
    width: 100%;
    height: 100%;
    font-size: 13px; }

  body {
    width: 100%;
    height: 100%;
    font-size: 1rem; }

  img {
    display: block;
    max-width: 100%;
    width: auto; }

  .header nav {
    background: #21abe6;
    padding-bottom: 1.25rem; }
    .header nav ul {
      flex-wrap: wrap; }
      .header nav ul li {
        width: calc(100% / 3); }
        .header nav ul li a {
          padding: 1.25rem 0 0; }

  .contents {
    margin: 10em auto 0; }

  h1 {
    font-size: 2.25rem;
    line-height: 1.5;
    padding: 1.5rem 1rem; }

  h3 {
    font-size: 1.5rem; }

  #about ul li {
    margin: 1rem 0.5rem 0; }

  #outline table th {
    width: 6rem; } }
