/* .kv
================================================ */
.kv {
  background-image: url(/7cn/culture/cc/img/class/tennis/kv_pc_2407.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 494px;
  padding-top: 134px;
}

.kv__tit {
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
  mix-blend-mode: hard-light;
}

.kv__catchcopy {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin: 14px 0;
  text-shadow: 0px 0px 10px #000;
  mix-blend-mode: hard-light;
}

.kv__txt {
  width: 780px;
  margin: auto;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0px 0px 6px #000;
  mix-blend-mode: hard-light;
}

.kv__inner {
  position: relative;
  padding-bottom: 16px;
  width: 820px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kv__inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
  background: url(/7cn/culture/cc/img/class/tennis/tennis-kv-bg_pc.png) center / contain no-repeat;
}

@media all and (max-width: 767px) {
  .kv {
    background-image: url(/7cn/culture/cc/img/class/tennis/kv_sp_2407.png);
    min-height: 529px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kv__catchcopy {
    margin: 18px 0;
  }
  .kv__txt {
    width: 100%;
    line-height: 1.8;
    padding: 0 10px;
  }

  .kv__inner::before {
    background: url(/7cn/culture/cc/img/class/tennis/tennis-kv-bg_sp.png);
  }
}

/* .point
================================================ */
.point {
  padding: 56px 0 92px;
}

.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.point__item {
  width: calc((100% / 3) - 60px / 3);
  background-color: #2265A8;
}

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

.point__item--num span {
  font-weight: bold;
  color: #2265a8;
  background-color: #fff;
  border-radius: 50px;
  padding: 4px 17px;
}

.point__item--txt {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .point {
    padding: 40px 0 50px;
  }
  .point__list {
    display: block;
  }
  .point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #2265A8;
  }
  .point__item + .point__item {
    margin-top: 10px;
  }
  .point__item--img {
    width: 50%;
  }
  .point__item__in {
    width: 50%;
    padding: 0 10px;
  }
  .point__item--num span {
    padding: 1px 17px;
  }
  .point__item--txt {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.5;
  }
}

/* .contact-area
================================================ */
.contact-area {
  padding-bottom: 120px;
}

@media all and (max-width: 767px) {
  .contact-area {
    padding-bottom: 50px;
  }
}

.contact-area-btm {
  padding: 80px 0 100px;
}

@media all and (max-width: 767px) {
  .contact-area-btm {
    padding: 40px 0 50px;
  }
}

/* .contact
================================================ */
.contact__box {
  background-color: #333;
}

.contact__head {
  padding: 10px 0;
}

.contact__head__tit {
  color: #fcff00;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.contact__head__info--txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.contact__head__info--price {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 0 -65px 0 85px;
}

.contact__head__info--price .num {
  font-size: 79px;
  font-weight: bold;
  color: #fcfd37;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
}

.contact__head__info--copy {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 13px 0 0 70px;
}

.contact__head__info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}

.contact__btm {
  background: -webkit-gradient(linear, left top, right top, from(#76c9fd), color-stop(49.26%, #1e87f0), to(#2265a8));
  background: linear-gradient(90deg, #76c9fd 0%, #1e87f0 49.26%, #2265a8 100%);
  padding: 30px 60px;
}

.contact__btm__tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 70px;
  text-align: center;
  padding: 7px 0;
}

.contact__btm__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__btm__box {
  margin-top: 18px;
}

.contact__btm__box--tel {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-left: -10px;
}

.contact__btm__box--tel:before {
  content: '';
  background: url(/7cn/culture/cc/img/common/ico_tel.svg) 50% 50% no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.contact__btm__box__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  margin-top: 20px;
  width: 443px;
}

.contact__btm__box__time--tit {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 75px;
  text-align: center;
  line-height: 1.4;
}

.contact__btm__box__time__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #fff;
  padding: 10px 0 10px 10px;
  line-height: 1.5;
}

.contact__btm__box__time__item {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.contact__btm__box__time__item .week {
  padding-right: 18px;
}

.contact__btm__form {
  margin-top: 30px;
}

.contact__btm__form--txt {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.contact__btm__form--txt:before {
  content: '';
  background: url(/7cn/culture/cc/img/common/ico_mail_white.svg) 50% 50% no-repeat;
  background-size: cover;
  width: 44px;
  height: 32px;
  display: inline-block;
  margin: 0 7px -6px 0;
}

.contact__btm__form--btn {
  margin-top: 18px;
}

@media all and (max-width: 767px) {
  .contact__head {
    padding: 10px 0 12px;
  }
  .contact__head__tit {
    font-size: 24px;
    line-height: 1.4;
  }
  .contact__head__info--txt {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }
  .contact__head__info--price {
    font-size: 25px;
    margin: 0;
  }
  .contact__head__info--price .num {
    font-size: 55px;
    margin-right: 5px;
    line-height: 1.1;
  }
  .contact__head__info--copy {
    font-size: 18px;
    margin: 8px 0 0;
    line-height: 1.3;
  }
  .contact__head__info__box {
    margin: 0;
  }
  .contact__btm {
    padding: 20px;
  }
  .contact__btm__tit {
    font-size: 16px;
    border-radius: 15px;
    padding: 0;
  }
  .contact__btm__info {
    display: block;
  }
  .contact__btm__box {
    margin-top: 10px;
  }
  .contact__btm__box--tel {
    text-align: center;
    font-size: 39px;
    margin-left: 0;
  }
  .contact__btm__box--tel:before {
    width: 31px;
    height: 31px;
    margin: 0 5px 0 0;
  }
  .contact__btm__box__time {
    margin-top: 14px;
    width: 100%;
  }
  .contact__btm__box__time--tit {
    font-size: 14px;
    width: 72px;
  }
  .contact__btm__box__time__list {
    padding: 10px 2px 10px 10px;
    line-height: 1.5;
  }
  .contact__btm__box__time__item {
    font-size: 14px;
  }
  .contact__btm__box__time__item .week {
    padding-right: 16px;
  }
  .contact__btm__box__time__item .sunday {
    display: block;
    text-align: right;
    line-height: 1.2;
  }
  .contact__btm__form {
    margin-top: 15px;
  }
  .contact__btm__form--txt {
    font-size: 18px;
    text-align: center;
  }
  .contact__btm__form--txt:before {
    width: 30px;
    height: 21px;
    margin: 0 5px -3px 0;
  }
  .contact__btm__form--btn {
    margin-top: 7px;
  }
}

/* .tennis-bg
================================================ */
.tennis-bg {
  background-color: #E8F0FF;
  padding: 55px 0 80px;
}

@media all and (max-width: 767px) {
  .tennis-bg {
    padding: 37px 0 35px;
  }
}

/* .guidance
================================================ */
.guidance__tit {
  text-align: center;
}

.guidance-class {
  margin-top: 23px;
}

.guidance-class + .guidance-class {
  margin-top: 40px;
}

.guidance-anchor {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guidance-anchor__item {
  width: calc(20% - 80px / 5);
}

.guidance-anchor__item + .guidance-anchor__item {
  margin-left: 20px;
}

.guidance-time {
  margin-top: 40px;
}

.guidance-time--img01 {
  margin-top: 20px;
}

.guidance-time--img02 {
  width: 531px;
  margin-top: 20px;
}

.guidance-schedule {
  margin-top: 50px;
}

.guidance-schedule__list {
  margin-top: 20px;
}

.guidance-schedule__item + .guidance-schedule__item {
  margin-top: 50px;
}

.guidance-schedule .borderbtm {
  border-bottom: 1px solid #2265A8;
}

.guidance__ex {
  border: 1px solid #2265A8;
  padding: 28px 30px 30px;
  margin-top: 50px;
}

.guidance__ex__list01__item {
  font-size: 16px;
}

.guidance__ex__list02 {
  background-color: #2265A8;
  margin-top: 15px;
  padding: 10px;
}

.guidance__ex__list02__item {
  color: #fff;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .guidance-class + .guidance-class {
    margin-top: 30px;
  }
  .guidance-anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .guidance-anchor__item {
    width: calc(50% - 10px / 2);
    margin-bottom: 10px;
  }
  .guidance-anchor__item + .guidance-anchor__item {
    margin-left: 0;
  }
  .guidance-time {
    margin-top: 30px;
  }
  .guidance-time--img02 {
    width: 100%;
  }
  .guidance-schedule {
    margin-top: 40px;
  }
  .guidance-schedule__item + .guidance-schedule__item {
    margin-top: 40px;
  }
  .guidance__ex {
    padding: 16px 20px 20px;
    margin-top: 40px;
  }
  .guidance__ex__list01__item + .guidance__ex__list01__item {
    margin-top: 10px;
  }
  .guidance__ex__list02 {
    padding: 12px 10px;
    text-align: center;
  }
  .guidance__ex__list02__item {
    line-height: 1.4;
  }
}

/* .price
================================================ */
.price {
  padding-top: 74px;
}

.price__tit {
  text-align: center;
}
.price__update-txt {
  margin-top: 30px;
  font-size: 12px;
  text-align: right;
}
.price .m-table {
  margin-top: 8px;
}

.price__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
}

.price__comment--tax {
  font-size: 12px;
}

.price__comment--txt {
  font-size: 12px;
}

.price__comment--txt span {
  padding-left: 12px;
}

.price-class {
  margin-top: 31px;
}

.price-jr {
  margin-top: 50px;
}

.price-special {
  margin-top: 50px;
}

.price-option {
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .price {
    padding-top: 64px;
  }
  .price__update-txt {
    margin-top: 18px;
  }
  .price .m-table {
    margin-top: 8px;
  }
  .price__comment {
    display: block;
    margin-top: 6px;
  }
  .price__comment--txt {
    line-height: 1.5;
    margin-top: 4px;
  }
  .price__comment--txt span {
    display: block;
    padding-left: 0;
  }
  .price-class {
    margin-top: 25px;
  }
  .price-class .m_title01 {
    padding: 10px 20px;
  }
  .price-jr {
    margin-top: 40px;
  }
  .price-jr .m_title01 {
    padding: 10px 20px;
  }
  .price-special {
    margin-top: 40px;
  }
  .price-special .m_title01 {
    padding: 10px 20px;
  }
  .price-option {
    margin-top: 40px;
  }
}

.coach {
  padding-bottom:  74px;
}

.coach-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .coach-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.coach-card {
  position: relative;
  margin-top: 60px;
  padding: 48px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 470px;
  font-weight: 600;
  background: #fff;
}
@media all and (max-width: 767px) {
  .coach-card {
    width: 100%;
  }
}

.coach__position {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 238px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  border-radius: 60px;
  background: #2265A8;
}

.coach-card__box {
  display: flex;
}

@media all and (max-width: 767px) {
  .coach-card__box {
    flex-direction: column;
    align-items: center;
  }
}

.coach__photo img {
  width: 90px;
}
@media all and (max-width: 767px) {
  .coach__photo img {
    width: 120px;
  }
}

.coach__name {
  margin-top: 4px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.coach__ruby {
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.coach__text {
  margin-left: 20px;
  width: calc(100% - 20px - 90px);
}
@media all and (max-width: 767px) {
  .coach__text {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }
}

.coach__info--pack {
  letter-spacing: -0.15em;
}
@media all and (max-width: 767px) {
  .coach__info--pack {
    letter-spacing: 0;
  }
}

.coach__info--wrap {
  padding-left: 126px;
}
@media all and (max-width: 767px) {
  .coach__info--wrap {
    padding-left: 0;
  }
}

.coach__message {
  margin-top: 16px;
}
