.nakamenMv {
  background: url(/eigokyouiku/images/img_mv_nakamen_onlyus.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  height: 52vh;
  position: relative;
  width: 100%;
}

.taberutowaPositionBox {
  position: relative;
}

/*食育について*/

.onlyusBox {
  padding: 120px 0 0 0;
}

.onlyus__left img {
  border-radius: 50%;
}

.gijiEigokyoikuTitle {
  position: relative;
  color: #CB9AE2;
  padding-left: 60px;
}

.gijiEigokyoikuTitle::before {
  content: '';
  background: url(/eigokyouiku/images/img_eigokyoiku_position.png);
  width: 56px;
  height: 36px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.onlyusAnchor li {
  background: #CB9AE2;

}

.onlyusAnchor li :hover {
  background: #dcacf2;
  border-radius: 5px;
}

/*レシピ*/

.flexBox__list {
  background: #fff;
  border-radius: 30px;
}


.flexBoxImg {
  border-radius: 30px 30px 0 0;
}

.flexBox__3colom__text {
  padding: 30px;
  border-radius: 0 0 30px 30px;
}


.recipeBox__date {
  color: #000;
  opacity: 0.2;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.recipeBox__title {
  color: #79BE35;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.recipeBox__text {
  display: inline-block;
  margin: 10px 0 20px 0;
}


.recipeBox__photo {
  padding-top: calc(190 / 310 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

.recipeBox__recipePhoto01 {
  background: url(/recipe/images/img_recipedetail_01.jpg)no-repeat;
  background-size: cover;
  background-position: center;

}

.recipeBox__recipePhoto02 {
  background: url(/recipe/images/img_recipedetail_02.jpg);
  background-size: cover;
  background-position: center;
}

.recipeBox__recipePhoto03 {
  background: url(/recipe/images/img_recipedetail_03.jpg);
  background-size: cover;
  background-position: center;
}


.btn__white_01 {
  margin: 70px auto 0 auto;
}

.btn__white_01 a {
  width: 350px;
  padding: 20px 0;
  font-size: 22px;
}

.btn__white_01 a::after {
  position: absolute;
  content: '';
  background: url(/images/img_giji_onlyus_btn.png);
  width: 12px;
  height: 22px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn__white_01 a:hover {
  width: 380px;
}


@media screen and (max-width:760px) {

  .onlyusBox {
    padding: 30px 0 0 0;
  }

  .nakamenMv {
    height: 40vh;
  }

  .btn__white_01 {
    margin: 70px auto 0 auto;
  }

  .btn__white_01 a {
    width: 250px;
    padding: 20px 0;
    font-size: 22px;
  }

  .btn__white_01 a::after {
    position: absolute;
    content: '';
    background: url(/images/img_giji_onlyus_btn.png);
    width: 12px;
    height: 22px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .btn__white_01 a:hover {
    width: 280px;
  }


  .gijiEigokyoikuTitle {
    text-align: center;
    padding-left: 0;
  }

  .gijiEigokyoikuTitle::before {
    left: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -20px;
  }

  .onlyusBox__Second p {
    width: 100%;
  }

  .fltBox__twoColom__left {
    margin: 0 auto !important;
  }

  .fltBox__twoColom__right {
    margin: 0 auto !important;
  }


}




/*--------------20191209 add css----------------*/

.eigokyoikuBox {
  padding: 60px 0 0 0;
}

@media screen and (max-width:760px) {
  .eigokyoikuBox {
    padding-top: 0;
  }
}

.eigokyoikuBox__engTxt {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px;

}

.engTxt {

  font-size: 16px;

}

.engTxt__pharase {
  display: block;
  margin-bottom: -35px;
  color: #99d4c6;
}

.eigokyoikuBoxLast {
  padding-bottom: 60px;
}


.subTitle__pttern01 .underLine {
  border-bottom: 8px solid #FFFE45;
}


.eigokyoikuBox__01,
.eigokyoikuBox__02,
.eigokyoikuBox__03,
.eigokyoikuBox__04 {
  position: relative;
}

.ashirai__01 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 120px;
}

.ashirai__02 {
  position: absolute;
  top: 10px;
  right: 40px;
  width: 120px;
}

.ashirai__03 {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 120px;
}

.ashirai__04 {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 120px;
}
