@charset "UTF-8";

.sec1{
  background-color: #2EDFBB;
  margin-top: -20px;
}

.sec2{
  background-image: url(../image/sand.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.wave2{
  margin-top: -5px;
}

.h2x{
  margin-top: 70px;
}

.sec1 img{
  width: 100%;
}

.lesson-p{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.auana-p, .kahiko-p{
  color: #4C4948;
}

.schedule{
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
}

.schedule a{
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  color: #B0B0B0;
}

.schedule p{
  font-size: 1.5em;
  line-height: 2em;
  padding-top: 5px;
  margin: 0;
}

.mon h3,.sun h3{
  padding-top: 50px;
}

.fri h3,.wed h3{
  padding-top: 20px;
}

.thu h3,.sat h3{
  padding-top: 30px;
}

.mon,.tue,.wed {
    width: 250px;
    height: 250px;
    background-color: #FFFAF0;
    border-radius: 50%;
}

.thu,.fri,.sat,.sun {
    width: 300px;
    height: 300px;
    background-color: #FFFAF0;
    border-radius: 50%;
}

.m-t{
  background-image: url(../image/ball1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.w-t{
  background-image: url(../image/ball3.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}

.f-t{
  background-image: url(../image/ball2.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.qp{
  text-align: center;
  padding: 20px;
}


@media (max-width:767px){
  .lessonpic img{
    width: 28%;
    height: auto;
    margin: 5px;
  }

  .lessonpic{
    text-align: center;
    margin-bottom: 50px;
  }

  .auana-title{
      position: relative;
  }

  .auana-title > div{
      position: absolute;
      left: 5%;
      bottom: -50%;
      font-family: 'Noto Serif', serif;
      color: #FFFAF0;
      font-size: 3em;
  }

  .auana-p{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
  }

  .kahiko-title{
      position: relative;
  }

  .kahiko-title > div{
      position: absolute;
      left: 5%;
      bottom: -50%;
      font-family: 'Noto Serif', serif;
      color: #FFFAF0;
      font-size: 3em;
  }

  .kahiko-p{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  .mon,.thu,.sat{
    margin-left: 20px;
    margin-right: auto;
  }

  .wed,.fri,.sun{
    margin-left: auto;
    margin-right: 20px;
  }

  .qp{
    font-size: 1.5em;
  }
}

@media (min-width:768px){
  .lessonpic img{
    width: 25%;
    height: auto;
    margin: 10px;
  }

  .lessonpic{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
  }

  .auana-title{
      position: relative;
  }

  .auana-title > div{
      position: absolute;
      left: 10%;
      bottom: -25%;
      font-family: 'Noto Serif', serif;
      color: #FFFAF0;
      font-size: 5em;
  }

  .auana-p{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 50px;
  }

  .kahiko-title{
      position: relative;
  }

  .kahiko-title > div{
      position: absolute;
      left: 10%;
      bottom: -25%;
      font-family: 'Noto Serif', serif;
      color: #FFFAF0;
      font-size: 5em;
  }

  .kahiko-p{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 50px;
  }

  .mon,.thu,.sat{
    margin-top: -50px;
    margin-left: 500px;
    margin-right: auto;
  }

  .wed,.fri,.sun{
    margin-top: -50px;
    margin-left: auto;
    margin-right: 500px;
  }

  .qp{
    font-size: 2em;
  }
}


@media (max-width:340px){
  .mon,.wed {
    width: 220px;
    height: 220px;
  }

  .thu,.fri,.sat,.sun {
    width: 240px;
    height: 240px;
  }

  .schedule p{
    font-size: 1.3em;
    line-height: 1.5em;
    padding-top: 5px;
    margin: 0;
  }

  .fri h3{
    padding-top: 20px;
  }

  .wed h3{
    padding-top: 30px;
  }

  .thu h3,.sat h3{
    padding-top: 30px;
  }
}
