body {
  background: #fafafa;
  font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif;
}

a:link {
  color: #000;
}

a:hover {
  color: red;
}

a:visited {
  color: #000000;
}

.ttl {
  padding: 90px 0;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #444444;
}

.ttl-coach {
  font-size: 1.4rem;
  font-weight: bold;
}

.coachMes {
  position: relative;
}

.coachMes-cont {
  max-width: 1200px;
  margin: 0 auto;
}

.coachMes-bg {
  height: 550px;
  background: url(../img/coach-main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.coachMes-box {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 499px) {
  .coachMes-box {
    width: 90%;
  }
}

.coachMes-box h2 {
  padding: 0 0 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
}

@media (max-width: 499px) {
  .coachMes-box h2 {
    font-size: 1.8rem;
  }
}

.coachMes-box p {
  padding: 30px 50px;
  font-size: 1.6rem;
}

@media (max-width: 499px) {
  .coachMes-box p {
    padding: 10px 30px;
    font-size: 1.4rem;
  }
}

.instruction {
  position: relative;
  overflow: hidden;
}

.instruction-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

.instruction-wrap h2 {
  padding: 50px 0 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
}

.instruction-box {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.instruction-box .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 350px;
  margin: 50px 0 0 50px;
}

@media (max-width: 499px) {
  .instruction-box .inner {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0;
    overflow: hidden;
  }
}

.instruction-box .inner h3 {
  font-size: 2.4rem;
  font-weight: 800;
}

.instruction-box .inner .txt {
  position: relative;
  left: -50px;
  width: 75%;
  margin: 50px 0 0;
  padding: 80px 50px 20px 60px;
  color: #ffffff;
}

@media (max-width: 499px) {
  .instruction-box .inner .txt {
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}

.instruction-box .inner .kids {
  background: #F39800;
}

.instruction-box .inner .jr {
  background: #92C223;
}

.instruction-box .inner .jy {
  background: #098B3B;
}

.instruction-box .inner p {
  padding: 40px 0 0;
  font-size: 1.6rem;
}
/*# sourceMappingURL=coach.css.map */