@charset "UTF-8";

/* 改行 */

.br-450 {
  display: none;
}

@media all and (max-width: 450px) {
  .br-450 {
    display: block;
  }
}

.md-none {
  display: none;
}

@media all and (max-width: 767px) {
  .md-none {
    display: block;
  }

}

/* //改行 */

section.lp_wrap.ver2 .lp_wid {
  width: 1040px;
}

.cv_ttl {
  font-size: 40px;
  color: #ff2a77;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.7rem;
}

.cv_sbttl {
  font-size: 22px;
  color: #ff2a77;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.cv_ttl span {
  position: relative;
  padding: 0 30px 0 30px;
}

/* 追加分 */
.case_list .case_list_item.splide-active {
  color: #fff;
  background: #fb8d92;
}

.splide__arrow--next {
  right: -35px;
  background: #fff url(../img/lpslider_next.png) no-repeat 0 0;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
}

.splide__arrow--prev, .splide__arrow--next {
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}

.splide__arrow--prev {
  left: -35px;
  background: #fff url(../img/lpslider_prev.png) no-repeat 0 0;
  background-size: 100% auto;
  -ms-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
}

.splide__arrow>svg {
  display: none;
}

.splide__arrow:disabled {
  opacity: 1;
}

.splide__arrow {
  opacity: .8;
}

@media (max-width: 767px) {
  section.lp_wrap.ver2 .lp_wid {
    width: 100%;
  }

  .cv_ttl {
    font-size: 20px;
  }

  .cv_sbttl {
    font-size: 14px;
  }

  .cv_ttl span {
    position: relative;
    padding: 0 100px 0 100px;
  }

  .cv_ttl span:before {
    width: 25px;
    height: 30px;
    top: 20px;
    left: -20px;
    background: url("/cmn_lp/img/sp/lpcv_bg01.png") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .cv_ttl span:after {
    width: 34px;
    height: 29px;
    top: 20px;
    right: -25px;
    background: url("/cmn_lp/img/sp/lpcv_bg02.png") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .lpcv_wrap .cv_ttl span {
    position: relative;
    padding: 0 15px 0 15px;
  }

  .lpcv_wrap .cv_ttl span:before {
    top: 5px;
  }

  .lpcv_wrap .cv_ttl span:after {
    top: 5px;
  }

  .lpcv_wrap .cv_in:before {
    width: 62px;
    height: 400px;
    left: 10px;
    margin-top: -192px;
    background: url("../img/sp/lpcv_before02.png") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .lpcv_wrap .cv_in:after {
    width: 66px;
    height: 390px;
    right: 10px;
    margin-top: -188px;
    background: url("../img/sp/lpcv_after02.png") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  /* 追加分 */
  .splide__arrow--next {
    right: -15px;
  }

  .splide__arrow--prev {
    left: -15px;
  }

  .splide__arrow--prev, .splide__arrow--next {
    margin-top: -25px;
    width: 25px;
    height: 25px;
  }
}

/*@media*/

@media (max-width: 480px) {
  section.lp_wrap.ver2 .lp_wid {
    width: 100%;
  }

  .cv_ttl span:before {
    width: 25px;
    height: 30px;
    top: 20px;
    left: -39px;
    background: url("/cmn_lp/img/sp/lpcv_bg01.png") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .cv_ttl span:after {
    width: 34px;
    height: 29px;
    top: 20px;
    right: -46px;
    background: url("/cmn_lp/img/sp/lpcv_bg02.png") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .cv_ttl span {
    position: relative;
    padding: 0 30px 0 30px;
  }

  .cv_sbttl {
    font-size: 11px;
  }
}

/*@media*/

@media (max-width: 384px) {
  section.lp_wrap.ver2 .lp_wid {
    width: 100%;
  }

  .cv_ttl span:before {
    width: 25px;
    height: 30px;
    top: 20px;
    left: -20px;
    background: none no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .cv_ttl span:after {
    width: 34px;
    height: 29px;
    top: 20px;
    right: -25px;
    background: none no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .cv_ttl {
    font-size: 20px;
  }

  .cv_ttl span {
    position: relative;
    padding: 0 30px 0 30px;
  }

  .cv_sbttl {
    font-size: 11px;
  }

  .text-pink {
    color: #ff2a77;
  }
}

/*@media*/



/* 20240126 教室案内絞り込み追加 */


/* ヘッダーボタン */
header .c-btn.is-cv.is-clr03 {
  width: 148px;
  padding-right: 10px;
}

.c-btn.is-icn01.is-clr03 a .is-btn:after {
  background: url(../img/icon_class.svg) no-repeat 0 0;
  background-size: cover;
}

.c-btn.is-cv.is-clr03 a {
  background-color: #fff;
  color: #ff2a77;

}

header .c-btn.is-icn01.is-clr03 a .is-btn:after {
  height: 20px;
  width: 25px;
}

header .c-btn.is-icn01.is-clr03 a .is-btn {
  padding: 2px 0px 0 27px;
}


@media all and (max-width: 767px) {
  header .c-btn.is-cv a .is-btn {
    font-size: 13px;
  }

  .c-btn.is-cv.is-clr03 a {
    height: 40px;
  }

  header .c-btn.is-cv.is-clr03 {
    width: 119px;
    padding-right: 0;
    display: block;
  }

  .c-btn.is-icn01.is-clr03 a .is-btn:after {
    top: 17px;
    left: -65px;
  }

  header .c-btn.is-icn01.is-clr03 a .is-btn:after {
    height: 17px;
    width: 20px;
  }
}


/* 教室ボタン */
.lpclass_btn_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.lpclass_btn_txt {
  margin-right: 20px;
  padding: 8px 0;
  font-weight: bold;
}

.lpclass_btn {
  border-radius: 80px;
  background-color: #fff;
  padding: 8px 16px;
  margin-right: 10px;
  font-weight: bold;
}

.lpclass_btn:hover,
.lpclass_btn.is-active {
  text-decoration: none;
  color: #fff;
}

.lpclass_btn:last-of-type() {
  margin-right: 0;
}


.lpclass_btn01 {
  border: 2px solid #ff2a77;
  color: #ff2a77;
}

.lpclass_btn01:hover,
.lpclass_btn01.is-active {

  background-color: #ff2a77;
}

.lpclass_btn02 {
  border: 2px solid #FF9E1A;
  color: #FF9E1A;
}

.lpclass_btn02:hover,
.lpclass_btn02.is-active {

  background-color: #FF9E1A;
}

.lpclass_btn03 {
  border: 2px solid #FB8D92;
  color: #FB8D92;
}

.lpclass_btn03:hover,
.lpclass_btn03.is-active {

  background-color: #FB8D92;
}

.ver12 .is-hide {
  display: none;
}


.digsmile-content {
  border-top: none;
}

.class_list>li:first-child {
  border-top: none;
}



.class_link-time {

  font-size: 14px;
  font-weight: 500;
  margin: 12px 0 0 0;
}

.class_link-past {
  margin: 7px 0 0 0;
}

.clock-icon, .train-icon {
  margin-right: 7px;

}

.map-icon {
  margin-right: 4px;
}



.class_link-past,
.class_link-time {
  display: flex;
}

.link-time_txt,
.link-past_txt {
  margin-top: 1.8px;
}

.class_link-tel {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.class_list {
  border-top: 2px dotted #ff9e1a;
}

.map-icon img {
  width: 13px;
}

.class_link-parking {
  font-size: 14px;
  font-weight: 500;

}

.link-parking_txt {
  margin: 7px 0 0 0;
}

.time-br {
  display: none;
}

@media all and (max-width: 767px) {
  .map-icon img {
    width: 9px;
  }

  .lpclass_btn_wrapper {
    flex-wrap: wrap;
  }

  .lpclass_btn_txt {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-right: 0;
    padding: 0 0 7px 0;
  }

  .lpclass_btn {
    font-size: 12px;
    padding: 1px 7px 0;
    margin-right: 8px;
  }

  .lpclass_wrap:before {
    top: -188px;
    width: 52px;
    height: 82px;
    right: 11px;
  }

  .class_link-time {
    font-size: 12px;
  }

  .class_link-parking {
    font-size: 12px;

  }
}

@media all and (max-width: 450px) {
  .time-br {
    display: block;
  }
}

@media all and (max-width: 350px) {
  .map-icon img {
    /* width: 14px; */
  }

  .lpclass_btn_wrapper {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .lpclass_btn_txt {
    width: 100%;
    text-align: center;
    font-size: 10px;

  }

  .lpclass_btn {
    font-size: 10px;
    padding: 0px 7px;
    margin-right: 8px;
  }

  .lpclass_wrap:before {
    top: -155px;

  }
}


/* //20240126 教室案内絞り込み追加 */