@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
.col_serec {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.col_serec.col_2 > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .col_serec.col_2 > * {
    width: 100%;
  }
}
.col_serec.col_2_sp > * {
  width: 50%;
}
.col_serec.col_3 > * {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .col_serec.col_3 > * {
    width: 100%;
  }
}
.col_serec.col_4 > * {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .col_serec.col_4 > * {
    width: 50%;
  }
}
.col_serec.col_5 > * {
  width: 20%;
}
.col_serec.col_6 > * {
  width: 16.6666666667%;
}
.col_serec.col_m_s > :first-of-type {
  width: 70%;
}
.col_serec.col_m_s > :last-of-type {
  width: 30%;
}
.col_serec.col_s_m > :first-of-type {
  width: 30%;
}
.col_serec.col_s_m > :last-of-type {
  width: 70%;
}
.col_serec.col_y {
  flex-direction: column;
  justify-content: space-between;
}

.txtBlock__link {
  padding-bottom: 2px;
  color: #1b82b7;
  border-bottom: 1px solid #1b82b7;
}

.arrow {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(-4px);
}

.container {
  width: 1000px;
  margin: 0 auto;
}

#cleaning {
  padding: 40px 0 0;
}
#cleaning .cleaning__title {
  margin-bottom: 50px;
}
#cleaning .cleaning__title .title__bg-brue {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 30px;
  background: #1b82b7;
  color: #fff;
  font-size: 24rem;
}
#cleaning .cleaning__title .title__title {
  font-size: 34rem;
  color: #1b82b7;
  margin: 30px;
  line-height: 1.6;
}
#cleaning .cleaning__title .title__title:before, #cleaning .cleaning__title .title__title:after {
  display: inline-block;
  content: '';
  background: #1b82b7;
  height: 2px;
  width: 40px;
  margin: 10px 20px;
}
#cleaning .cleaning__title .title__description {
  font-size: 20rem;
  color: #1b82b7;
}
#cleaning .cleaning__target {
  background-image: url("../images/cleaning/target_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 60px;
}
#cleaning .cleaning__target .brushing__title {
  font-size: 28rem;
  margin-bottom: 50px;
}
#cleaning .cleaning__target .cleaning__col .brushing__box {
  position: relative;
  margin-bottom: 90px;
  position: relative;
}
#cleaning .cleaning__target .cleaning__col .brushing__box .brushing__img {
  text-align: left;
  position: relative;
  z-index: 1;
}
#cleaning .cleaning__target .cleaning__col .brushing__box .brushing__img > img {
  max-width: 360px;
}
#cleaning .cleaning__target .cleaning__col .brushing__box .brushing__txtarea {
  position: absolute;
  border: 1px solid #259dda;
  text-align: left;
  width: 670px;
  padding: 40px 30px 30px 80px;
  border-radius: 20px;
  top: 50px;
  right: 12px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.7);
}
#cleaning .cleaning__target .cleaning__col .brushing__box .brushing__txtarea .txtBlock__title {
  font-size: 24rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1b82b7;
}
#cleaning .cleaning__target .cleaning__col .brushing__box .brushing__txtarea .txtBlock__txt {
  font-size: 15rem;
}

#select .select__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#select .select__flex .select__box > a {
  display: inline-block;
  width: 380px;
  color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  font-size: 18rem;
  box-sizing: border-box;
}
#select .select__flex .select__box .arrow__down {
  display: inline-block;
  margin-left: 20px;
  transform: translateY(-6px);
}
#select .select__flex .select__left > a {
  background: #eb885f;
}
#select .select__flex .select__right > a {
  background: #8cbc5b;
}

#flow .flow__box {
  padding-top: 150px;
  margin-top: -150px;
}
#flow .flow__box_a {
  padding-bottom: 50px;
}
#flow .flow__title {
  color: #fff;
  font-size: 22rem;
  border-radius: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
#flow .title__adult {
  background: #eb885f;
}
#flow .title__child {
  background: #8cbc5b;
  margin-bottom: 30px;
}
#flow .child__text {
  margin-bottom: 80px;
}
#flow .flow__num .num {
  position: relative;
  margin-bottom: 90px;
  position: relative;
}
#flow .flow__num .num .arrow__down {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#flow .flow__num .num .num__img {
  text-align: left;
  position: relative;
  z-index: 1;
}
#flow .flow__num .num .num__img .num__num {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 2;
  color: #fff;
  font-size: 30rem;
  padding: 13px 37px 25px 20px;
}
#flow .flow__num .num .num__img .num__adult {
  background-image: url("../images/cleaning/flow_icon_a.png");
}
#flow .flow__num .num .num__img .num__child {
  background-image: url("../images/cleaning/flow_icon_c.png");
}
#flow .flow__num .num .num__img img {
  width: 360px;
  height: 240px;
  object-fit: cover;
}
#flow .flow__num .num .num__txtarea {
  position: absolute;
  text-align: left;
  height: 240px;
  width: 670px;
  padding: 40px 30px 30px 80px;
  border-radius: 20px;
  top: 50px;
  right: 12px;
  z-index: 0;
}
#flow .flow__num .num .num__txtarea .txtBlock__title {
  font-size: 24rem;
  font-weight: 700;
  margin-bottom: 30px;
}
#flow .flow__num .num .num__txtarea .txtBlock__txt {
  font-size: 15rem;
}
#flow .flow__num .num .txtarea__adult {
  border: 1px solid #eb885f;
}
#flow .flow__num .num .txtarea__adult .txtBlock__title {
  color: #eb885f;
}
#flow .flow__num .num .txtarea__child {
  border: 1px solid #8cbc5b;
}
#flow .flow__num .num .txtarea__child .txtBlock__title {
  color: #8cbc5b;
}

#prevent .prevent__target {
  background: #ebf7fc;
  padding: 50px 0 80px;
}
#prevent .prevent__target .brushing__title {
  font-size: 28rem;
  margin-bottom: 50px;
}
#prevent .prevent__target .cleaning__col .prevent__box {
  position: relative;
  margin-bottom: 90px;
  position: relative;
}
#prevent .prevent__target .cleaning__col .prevent__box .prevent__img {
  text-align: left;
  position: relative;
  z-index: 1;
}
#prevent .prevent__target .cleaning__col .prevent__box .prevent__img > img {
  max-width: 360px;
}
#prevent .prevent__target .cleaning__col .prevent__box .prevent__txtarea {
  position: absolute;
  border: 1px solid #259dda;
  text-align: left;
  width: 670px;
  padding: 40px 30px 30px 80px;
  border-radius: 20px;
  top: 50px;
  right: 12px;
  z-index: 0;
  background: #fff;
}
#prevent .prevent__target .cleaning__col .prevent__box .prevent__txtarea .txtBlock__title {
  font-size: 24rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1b82b7;
}
#prevent .prevent__target .cleaning__col .prevent__box .prevent__txtarea .txtBlock__txt {
  font-size: 15rem;
}
#prevent .prevent__target .cleaning__col .prevent__box__odd .prevent__img {
  text-align: right;
}
#prevent .prevent__target .cleaning__col .prevent__box__odd .prevent__txtarea {
  padding: 40px 80px 30px 30px;
  right: auto;
  left: 12px;
}

#contact .contact__box .contact__title {
  position: relative;
  display: inline-block;
  font-size: 30rem;
  color: #fff;
  background: #259dda;
  padding: 40px 167px;
  border-radius: 15px;
  z-index: 2;
}
#contact .contact__box .contact__title:before, #contact .contact__box .contact__title:after {
  content: "";
  position: absolute;
  top: 0;
  width: 168px;
  height: 73px;
  background-image: url("../images/kidskyousei/flag.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
#contact .contact__box .contact__title:before {
  left: -80px;
}
#contact .contact__box .contact__title:after {
  right: -80px;
  transform: scale(-1, 1);
}
#contact .contact__box .contact__block {
  position: relative;
  max-width: 1000px;
  margin: 0 auto -60px;
  background: #259dda;
  border-radius: 15px;
  min-height: 260px;
  z-index: 1;
  transform: translateY(-60px);
}
#contact .contact__box .contact__block .block__cnt {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 0;
  right: 0;
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 0;
  background: #fff;
  border-radius: 15px;
}
#contact .contact__box .contact__block .block__cnt .cnt__title {
  color: #ffb311;
  font-weight: 700;
  font-size: 24rem;
  margin-bottom: 30px;
}
#contact .contact__box .contact__block .block__cnt img {
  margin-bottom: 5px;
}
#contact .contact__box .contact__block .block__cnt .cnt__tel {
  color: #444;
  font-size: 36rem;
  font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-left: 10px;
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  #cleaning .cleaning__title .title__bg-brue {
    line-height: 1.6;
  }
  #cleaning .cleaning__title .title__title {
    line-height: 1.6;
    margin: 30px auto;
    position: relative;
  }
  #cleaning .cleaning__title .title__title:before, #cleaning .cleaning__title .title__title:after {
    position: absolute;
    top: 50%;
  }
  #cleaning .cleaning__title .title__title:before {
    left: 0;
  }
  #cleaning .cleaning__title .title__title:after {
    right: 0;
  }
  #cleaning .cleaning__title .title__description {
    line-height: 1.6;
  }
  #cleaning .cleaning__target .brushing__title {
    line-height: 1.6;
  }
  #cleaning .cleaning__target .cleaning__col .brushing__box .brushing__img {
    margin-bottom: 30px;
    width: 100%;
  }
  #cleaning .cleaning__target .cleaning__col .brushing__box .brushing__img > img {
    width: 100%;
  }
  #cleaning .cleaning__target .cleaning__col .brushing__box .brushing__txtarea {
    position: relative;
    width: 100%;
    max-width: 670px;
    padding: 20px;
    top: 0;
  }

  #select .select__flex {
    display: block;
  }
  #select .select__flex .select__box {
    margin-bottom: 30px;
  }
  #select .select__flex .select__box > a {
    width: 100%;
    max-width: 380px;
  }
  #select .select__flex .select__right {
    margin-bottom: 0;
  }

  #flow .flow__num .num .arrow__down {
    top: initial;
    bottom: -70px;
  }
  #flow .flow__num .num .num__img {
    text-align: left;
    position: relative;
    z-index: 1;
  }
  #flow .flow__num .num .num__txtarea {
    position: relative;
    width: 100%;
    height: 100%;
    top: 30px;
    padding: 20px;
  }

  #prevent .prevent__target {
    padding: 50px 0 1px;
  }
  #prevent .prevent__target .cleaning__col .prevent__box .prevent__img {
    margin-bottom: 30px;
    width: 100%;
  }
  #prevent .prevent__target .cleaning__col .prevent__box .prevent__img > img {
    width: 100%;
  }
  #prevent .prevent__target .cleaning__col .prevent__box .prevent__txtarea {
    position: relative;
    width: 100%;
    max-width: 670px;
    padding: 20px;
    top: 0;
  }

  #contact .contact__box .contact__title {
    font-size: 20rem;
    padding: 40px 10px 20px;
  }
  #contact .contact__box .contact__title:before, #contact .contact__box .contact__title:after {
    width: 80px;
    top: -12px;
  }
  #contact .contact__box .contact__title:before {
    left: -45px;
  }
  #contact .contact__box .contact__title:after {
    right: -45px;
  }
  #contact .contact__box .contact__block {
    min-height: 230px;
  }
  #contact .contact__box .contact__block .block__cnt {
    padding: 20px 2%;
    margin: 0 3%;
    transform: translateY(-35%);
  }
  #contact .contact__box .contact__block .block__cnt .cnt__title {
    font-size: 20rem;
    margin-bottom: 20px;
  }
  #contact .contact__box .contact__block .block__cnt img {
    margin-bottom: 3px;
  }
  #contact .contact__box .contact__block .block__cnt .cnt__tel {
    font-size: 30rem;
  }
}
