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

.kv__logo {
  width: 140px;
  margin: auto;
}

.kv__tit {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
  background: linear-gradient();
}

.kv__txt {
  width: 780px;
  margin: 24px auto 0;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0px 0px 6px #000;
}

.kv__txtbox {
  margin-top: 24px;
  padding: 12px 0 16px;
  background: url(/7cn/culture/cc/img/class/soccer/soccer-kv-bg_pc.png) center / contain no-repeat;
}

@media all and (max-width: 767px) {
  .kv {
    background-image: url(/7cn/culture/cc/img/class/soccer/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__logo {
    width: 98px;
  }
  .kv__txt {
    margin: 12px auto 0;
    width: 100%;
    line-height: 1.8;
  }

  .kv__txtbox {
    margin-top: 12px;
    margin-left: -20px;
    padding: 12px 12px 16px;
    width: 100vw;
    background: url(/7cn/culture/cc/img/class/soccer/soccer-kv-bg_sp.png);
  }
}

/* .soccer-images
================================================ */
.soccer-images {
  background-color: #FFF0F1;
  padding: 60px 0 91px;
}

.soccer-images-slider {
  margin-left: -10px;
  padding-right: 10px;
}

.soccer-images .slick-slide {
  margin: 0 10px;
}

.soccer-images .slick-list {
  margin-right: -100%;
  padding-right: 100%;
}

.soccer-images .slick-prev, .soccer-images .slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #D1D1D1;
}

.soccer-images .slick-prev:before, .soccer-images .slick-next:before {
  content: '';
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 15px;
  opacity: 1;
  display: inline-block;
}

.soccer-images .slick-prev:hover, .soccer-images .slick-next:hover {
  background-color: #C8161E;
}

.soccer-images .slick-prev {
  left: -70px;
}

.soccer-images .slick-prev:before {
  background-image: url(/7cn/culture/cc/img/common/recommend_course/ico_arrow01.png);
}

.soccer-images .slick-next {
  right: -90px;
}

.soccer-images .slick-next:before {
  background-image: url(/7cn/culture/cc/img/common/recommend_course/ico_arrow01.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.soccer-images .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 590px;
  height: 8px;
  margin: auto;
  background-color: #fff;
  border-radius: 60px;
}

.soccer-images .slick-dots li {
  width: 100%;
  height: 8px;
  margin: 0;
}

.soccer-images .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}

.soccer-images .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  border-radius: 60px;
  top: 0;
  opacity: 1;
}

.soccer-images .slick-dots li.slick-active button:before {
  background-color: #C8161E;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .soccer-images {
    padding: 40px 0 29px;
  }
  .soccer-images-slider {
    margin-left: 0;
    padding-right: 0;
  }
  .soccer-images .slick-slide {
    margin: 0;
  }
  .soccer-images .slick-list {
    margin-right: 0;
    padding-right: 0;
  }
  .soccer-images .slick-dots {
    bottom: -20px;
    width: 100%;
  }
}

/* .contact
================================================ */
.contact {
  padding: 80px 0 60px;
}

.contact-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
}

.contact-mail__box01 {
  width: 359px;
  padding: 35px 33px 30px 33px;
}

.contact-mail__box02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #e05600;
  background: -webkit-gradient(linear, left top, right top, from(#e05600), to(#bf0009));
  background: linear-gradient(90deg, #e05600 0%, #bf0009 100%);
  padding: 40px 43px 0 30px;
}

.contact-mail__tit {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffc341;
  line-height: 1.3;
  margin-bottom: 17px;
}

.contact-mail__tel {
  font-size: 69px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

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

.contact-mail__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: 14px;
}

.contact-mail__time--tit {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 92px;
  text-align: center;
}

.contact-mail__time__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #fff;
  padding: 8px 0;
}

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

.contact-mail__time__item + .contact-mail__time__item {
  margin-left: 20px;
}

.contact-mail__time__item span {
  padding-right: 10px;
}

.contact-instructor {
  margin-top: 24px;
}

@media all and (min-width: 768px) {
  .contact-instructor a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact-instructor a:hover {
    opacity: .7;
  }
}

@media all and (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
  .contact-mail {
    display: block;
  }
  .contact-mail__box01 {
    width: 100%;
    padding: 27px 20px 24px;
  }
  .contact-mail__box02 {
    padding: 19px 20px 25px;
  }
  .contact-mail__tit {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .contact-mail__tel {
    font-size: 39px;
    text-align: center;
  }
  .contact-mail__tel:before {
    width: 31px;
    height: 31px;
    margin: 0 4px 0 0;
  }
  .contact-mail__time--tit {
    font-size: 14px;
    width: 83px;
  }
  .contact-mail__time__list {
    display: block;
    padding: 6px 10px;
  }
  .contact-mail__time__item {
    font-size: 14px;
  }
  .contact-mail__time__item + .contact-mail__time__item {
    margin-left: 0;
  }
  .contact-instructor {
    margin-top: 20px;
  }
}

/* .soccer-bg
================================================ */
.soccer-bg {
  background-color: #FFF0F1;
  padding: 54px 0 60px;
}

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

/* .guidance
================================================ */
.guidance__tit {
  text-align: center;
  margin-bottom: 25px;
}

.guidance__tit:before {
  content: '';
  background: url(/7cn/culture/cc/img/class/soccer/ico_guidance.png) 0 50% no-repeat;
  background-size: 43px auto;
  width: 43px;
  height: 39px;
  display: inline-block;
  margin: 0 10px -5px 0;
}

.guidance-sec + .guidance-sec {
  margin-top: 37px;
}

.guidance-sec--txt {
  font-size: 16px;
}

.guidance__list {
  margin-top: 22px;
}

.guidance__item + .guidance__item {
  margin-top: 48px;
}

@media all and (max-width: 767px) {
  .guidance__item + .guidance__item {
    margin-top: 40px;
  }
}

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

.price__tit {
  text-align: center;
  margin-bottom: 23px;
}

.price__tit:before {
  content: '';
  background: url(/7cn/culture/cc/img/class/soccer/ico_price.png) 0 50% no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 0 16px -8px 0;
}

.price__tax--txt {
  font-size: 12px;
  margin-top: 8px;
}

@media all and (max-width: 767px) {
  .price {
    padding-top: 67px;
  }
  .price__tit {
    margin-bottom: 26px;
  }
  .price__tit:before {
    margin: 0 6px -10px 0;
  }
  .price__tax--txt {
    font-size: 12px;
    margin-top: 8px;
  }
}

/* .entry
================================================ */
.entry {
  padding: 60px 0;
}

.entry__box {
  background-color: #F2F2F2;
}

.entry__head {
  background: -webkit-gradient(linear, left top, right top, from(#e05600), to(#bf0009));
  background: linear-gradient(90deg, #e05600 0%, #bf0009 100%);
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 30px 0;
}

.entry__head--tit {
  font-size: 57px;
  font-weight: bold;
}

.entry__head--sub {
  margin-top: 13px;
  font-size: 24px;
}

.entry__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px;
}

.entry__contact {
  width: 550px;
}

.entry__contact--tel {
  font-size: 72px;
  font-weight: bold;
  color: #c8161e;
  line-height: 1;
}

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

.entry__contact__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #C8161E;
  margin-top: 14px;
}

.entry__contact__time--tit {
  font-size: 16px;
  font-weight: bold;
  color: #C8161E;
  width: 102px;
  text-align: center;
}

.entry__contact__time__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #C8161E;
  padding: 8px 0;
}

.entry__contact__time__item {
  font-size: 16px;
  font-weight: bold;
  color: #C8161E;
}

.entry__contact__time__item + .entry__contact__time__item {
  margin-left: 20px;
}

.entry__contact__time__item span {
  padding-right: 10px;
}

.entry__btns {
  width: 294px;
}

.entry__btns__item + .entry__btns__item {
  margin-top: 15px;
}

@media all and (max-width: 767px) {
  .entry {
    padding: 40px 0;
  }
  .entry__head {
    padding: 25px 0;
  }
  .entry__head--tit {
    font-size: 32px;
    line-height: 1.3;
  }
  .entry__head--sub {
    margin-top: 11px;
    font-size: 16px;
  }
  .entry__btm {
    display: block;
    padding: 18px 20px 23px;
  }
  .entry__contact {
    width: 100%;
  }
  .entry__contact--tel {
    text-align: center;
    font-size: 39px;
  }
  .entry__contact--tel:before {
    width: 31px;
    height: 31px;
    margin: 0 4px 0 0;
  }
  .entry__contact__time--tit {
    font-size: 14px;
    width: 83px;
  }
  .entry__contact__time__list {
    display: block;
    padding: 6px 10px;
  }
  .entry__contact__time__item {
    font-size: 14px;
  }
  .entry__contact__time__item + .entry__contact__time__item {
    margin-left: 0;
  }
  .entry__btns {
    margin-top: 20px;
    width: 100%;
  }
}
