@charset "utf-8";


/* ===============================================
# main
=============================================== */
main{
  position: relative;
  padding-bottom: 73px;
}
main .box_clud{
  position: absolute;
  bottom: 0;
  z-index:0;
}
main .box_clud.left{
  width: 56.8%;
  max-width: 796px;
  left: 0;
}
main .box_clud.right{
  width:29%;
  max-width: 406px;
  right: 0;
}
@media screen and (max-width : 767px){
  main{
    background: url(../../img_sp/bg_cloud.png) no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 28.5%;
  }
}
/* ===============================================
# 共通
=============================================== */
.ttl_h2{
    border-left: solid 7px #62cce6;
    padding:3px 0 3px 12px;
    color: #81624c;
    font-weight: bold;
    font-size: 150%;
    line-height: 1;
}
.ttl_h2 span{
    font-size: 66.6%;
    line-height: 1.3;
    display: block;
}

.slick-dots li.slick-active button{
  background-color: #62cce6;
}

@media screen and (max-width : 767px){
  .ttl_h2{
      border-width: 8px;
      padding:3px 0 3px 12px;
      font-size:2.4rem;
  }
  .ttl_h2 span{
      font-size: 1.6rem;
  }
}
/* ===============================================
# section_promo プロモ
=============================================== */
.section_promo{
  padding-top: 60px;
  padding-bottom: 50px;
}
.section_promo_in{
  width: 94%;
  max-width: 1277px;
  margin: 0 auto 25px;
}
.section_promo .area_slide{
  position: relative;
  opacity: 0;
}
.section_promo .box_copy{
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
}
.section_promo .illust01{
  position: absolute;
  top:-12px;
  left: -21px;
}
.section_promo .illust02{
  position: absolute;
  top:0;
  right: -26px;
  z-index: 100;
}
.section_promo .chara{
  width: 18.8%;
  max-width: 240px;
  position: absolute;
  bottom:-5.5%;
  right: 10.9%;
  z-index: 100;
}
.section_promo ul.promo{

}
.section_promo ul.promo li.item{
  float: left;
}
.section_promo .slick-slide{
  outline: none;
}
.section_promo .slick-dots{
  margin-bottom: -25px;
}


@media screen and (max-width : 767px){
    .section_promo{
      margin-top: -25px;
      padding-top: 0;
      padding-bottom: 45px;
    }
    .section_promo_in{
      width: 100%;
      max-width: 100%;
      margin: 0 auto 25px;
    }
    .section_promo .box_copy{
      width: 60%;
      top: 13.5%;
      left: 50%;
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0);
    }
    .slick-dotted.slick-slider{
      margin-bottom: 35px;
    }
    .section_promo .slick-dots{
      margin-bottom: 0;
      bottom: -35px;
    }
}

/* ===============================================
# section_info お知らせ・ブログ
=============================================== */
/*お知らせ
------------------------------------------*/
.section_info .area_news{
  position: relative;
  width: 61%;
  float: left;
  background: url(../../img/bg_news.png) no-repeat right bottom;
  background-size: cover;
  padding-bottom: 8px;
}
.section_info .box_news{
  width: 98.6%;
  background-color: #fff;
  border-top:10px solid #62cce6;
  height: 294px;
}
.section_info dl.box_news{
  display: table;
  table-layout: fixed;
}
.section_info dl.box_news dt,
.section_info dl.box_news dd{
  display: table-cell;
  vertical-align: top;
}
.section_info dl.box_news dt{
  width: 18.4%;
  padding-top: 14px;
  text-align: center;
}
.section_info dl.box_news dt img{
  width: 68px;
}
.section_info dl.box_news dd{
  width: 81.6%;
  padding-top:30px;
  padding-right: 20px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width : 767px){
    .section_info .area_news{
      width: 100%;
      float: none;
      background: url(../../img_sp/bg_news.png) no-repeat right bottom;
      background-size: cover;
      padding-bottom: 5px;
    }
    .section_info .box_news{
      width: 98.8%;
      border-width: 8.5px;
      height: auto;
    }
    .section_info dl.box_news{
      display: block;
    }
    .section_info dl.box_news dt,
    .section_info dl.box_news dd{
      display: block;
    }
    .section_info dl.box_news dt{
      width: 100%;
      padding-top: 14px;
    }
    .section_info dl.box_news dt img{
      width: 100%;
    }
    .section_info dl.box_news dd{
      width: 100%;
      padding-top:34px;
      padding-right: 0;
    }
}
/*リスト*/
.section_info dl.box_news ul{
  width: 100%;
}
.section_info dl.box_news dd li:nth-child(n + 2){
  margin-top:8px;
}
.section_info dl.box_news dd li::after,
.section_info dl.box_news dd li a::after{
  content: '';
  clear: both;
  display: block;
}
.section_info dl.box_news dd li a{
  display: block;
}
.section_info dl.box_news .date{
  width: 6.5em;
  float: left;
  color: #62cce6;
}
.section_info dl.box_news .title{
  float: right;
  width: 77%;
  width : -webkit-calccalc(100% - 6.5em);
  width: calc(100% - 6.5em);
  display: inline-block;
  font-size: 112.5%;
  /* wp */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_info dl.box_news .title span{
  /*border-bottom: solid 2px #fff;*/
  line-height: 1.5;
  transition: all 0.3s ease;
  padding:0;
  background: linear-gradient(transparent 100%, #fff 0%);
}
@media screen and (min-width : 768px){
  .section_info dl.box_news a:hover{
    opacity: 1;
  }
  .section_info dl.box_news a:hover .title span{
    background: linear-gradient(transparent 92%, #62cce6 0%);
  }
}
@media screen and (max-width : 767px){
  .section_info dl.box_news dd li:nth-child(n + 2){
    margin-top:30px;
  }
  .section_info dl.box_news dd ul{
    width: 92.2%;
    margin: 0 auto;
  }
  .section_info dl.box_news .date{
    width: 6em;
  }
  .section_info dl.box_news .title{
    font-size: 1.8rem;
    width: calc(100% - 6em);
  }
}
/*ボタン*/
.section_info dl.box_news .box_listbtn{
  text-align: center;
  line-height: 1;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
   width: 63%;
}
.section_info dl.box_news .box_listbtn a{
  position: relative;
  padding: 16px 0;
  color: #81624c;
  font-weight: bold;
}
.section_info dl.box_news .box_listbtn.list a{
  background: url(../../img/bg_news_btn01.png) no-repeat top center;
  background-size: cover;
}
.section_info dl.box_news .box_listbtn.list a span{
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  background: url(../../img/ico_arrow_blue.png) no-repeat right 18px center;
}
.section_info dl.box_news .box_listbtn.open{
  width: 35.3%;
  margin-left: 1.7%;
}
.section_info dl.box_news .box_listbtn.open a{
  background: url(../../img/bg_news_btn02.png) no-repeat top center;
  background-size: cover;
}
.section_info dl.box_news .box_listbtn.open a span{
  display: block;
  width: 100%;
  padding-right: 10%;
  transition: all 0.3s ease;
  background: url(../../img/ico_arrow_b.png) no-repeat right 16px center;
  background-size: 12px auto;
}
@media screen and (max-width : 1023px){
  .section_info dl.box_news .box_listbtn{
    width: 49%;
  }
  .section_info dl.box_news .box_listbtn.open{
    width: 49%;
    margin-left: 2%;
  }
}
@media screen and (min-width : 768px){
  .section_info dl.box_news .box_listbtn a:hover{
    opacity: 1;
  }
  .section_info dl.box_news .box_listbtn a:hover::before{
    content: '';
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
  }
  .section_info dl.box_news .box_listbtn a:hover span{
    position: relative;
    background-position: right 7px center;
  }
}
@media screen and (max-width : 767px){
  .section_info dl.box_news .box_listbtn{
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
     width: 45.5%;
  }
  .section_info dl.box_news .box_listbtn a{
    padding: 16px 0;
  }
  .section_info dl.box_news .box_listbtn.list{
    margin-left: 3.3%;
  }
  .section_info dl.box_news .box_listbtn.list a{
    background: url(../../img/bg_news_btn01.png) no-repeat top center;
    background-size: cover;
  }
  .section_info dl.box_news .box_listbtn.list a span{
    background: none;
  }
  .section_info dl.box_news .box_listbtn.open{
    width: 45.5%;
    margin-left: 2.8%;
  }
  .section_info dl.box_news .box_listbtn.open a{
    background: url(../../img/bg_news_btn02.png) no-repeat top center;
    background-size: cover;
  }
  .section_info dl.box_news .box_listbtn.open a span{
    padding-right: 0;
    background: none;
  }
}

/*イラスト*/
.section_info .area_news .illust{
  position: absolute;
  width: 211px;
  left: -123px;
  top:148px;
}

/*ブログ
------------------------------------------*/
.section_info .area_blog{
  width: 35.2%;
  float: right;
}
.section_info .area_blog dl.box_blog{
  position: relative;
  background-color: #b1edfb;
  border-radius: 10px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section_info dl.box_blog dt,
.section_info dl.box_blog dd{
    display: table-cell;
    vertical-align: top;
}
.section_info dl.box_blog dt{
  width: 21.8%;
  text-align: center;
  padding-top: 24px;
}
.section_info dl.box_blog dt img{
  width: 42px;
}
.section_info dl.box_blog dd{
    position: relative;
    width: 78.2%;
    padding: 20px 15px 28px 0;
}
.section_info dl.box_blog li.item{
    position: relative;
    float: left;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 5px;
}
.section_info dl.box_blog li.item a{
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background-color: #000;
}
.section_info dl.box_blog li.item figure{
  position: absolute;
  width: 100%;
}
.section_info dl.box_blog li.item figure img{
  width: 100%;
  height: auto;
  max-width:200%;
  transition: transform 0.3s linear;
}

.section_info dl.box_blog li.item .title{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 17px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.463;
  display: block;
}
.section_info dl.box_blog li.item .title span{
  font-size: 100%;
  margin-right: 1em;
}
.section_info dl.box_blog li.item .title_trim{
  word-break: break-all;
}
.section_info dl.box_blog .slick-slide,
.section_info dl.box_blog .slick-slide a{
  outline: none;
}
.section_info dl.box_blog .slick-arrow{
  width: 34px;
  position: absolute;
  bottom: 20px;
  z-index: 250;
}
.section_info dl.box_blog .slick-arrow.prev{
  left: -17px;
}
.section_info dl.box_blog .slick-arrow.next{
  right: -17px;
}
.section_info .slick-dots{
  bottom: -25px;
}
.section_info .slick-dots li button{
  width: 8px;
  height: 8px;
}
.section_info .slick-dots li:nth-child(n+2){
  margin-left: 10px;
}

/*イラスト*/
.section_info .illust{
  position: absolute;
  right: -89px;
  bottom: -73px;
}
@media screen and (min-width : 768px){
  .section_info dl.box_blog li.item a:hover figure img{
    opacity: 0.6 !important;
    transform: scale(1.2);
    filter:brightness(1.2);
  }
}
@media screen and (max-width : 767px){
    .section_info .area_blog{
      width:100%;
      float: none;
      margin-top: 40px;
    }
    .section_info .area_blog dl.box_blog{
        display: block;
        width: 100%;
    }
    .section_info dl.box_blog dt,
    .section_info dl.box_blog dd{
      display: block;
    }
    .section_info dl.box_blog dt{
        width: 100%;
    }
    .section_info dl.box_blog dt img{
      width: 100%;
    }
    .section_info dl.box_blog dd{
        width: 88%;
        padding-right:0;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .section_info dl.box_blog li.item a{
      -webkit-tap-highlight-color: rgba(0,0,0,0.3);
    }
    .section_info dl.box_blog li.item .title{
        padding: 12px 9%;
        font-size: 1.8rem;
    }
    .section_info dl.box_blog ul li.item .title span{
        font-size: 1.6rem;
        margin-right: 1em;
    }
  .section_info dl.box_blog .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
    .section_info dl.box_blog .slick-arrow{
        width: 33px;
        bottom: 5.7%;
        margin-top: -16px;
    }
    .section_info dl.box_blog .slick-arrow.prev{
        left:-15px;
    }
    .section_info dl.box_blog .slick-arrow.next{
        right: -15px;
    }
    .section_info .slick-dots{
      bottom: -25px;
    }
    .section_info .slick-dots li button{
      width: 8px;
      height: 8px;
    }
    .section_info .slick-dots li:nth-child(n+2){
      margin-left: 12px;
    }
}

/* ===============================================
# section_feature　園の特色
=============================================== */
.section_feature{
    position: relative;
    padding-top: 60px;
}
.section_feature ul{
  margin-top: 25px;
}
.section_feature ul.list  li.item{
    float: left;
    width: 23.7%;
}
.section_feature ul.list  li.item:nth-child(n +2){
   margin-left:1.733%;
}
.section_feature ul.list  li.item .box_contents{
  width: 93.2%;
  margin: -10px auto 0;
  background-color: #fff;
  border-radius: 10px;
  margin-top: -10px;
  padding-top: 22px;
}
.section_feature ul.list  li.item .box_contents .title{
  font-weight: bold;
  text-align: center;
  font-size: 112.5%;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_feature ul.list  li.item.item01 .box_contents .title{
    background-image: url(../../img/bg_feature01.png);
}
.section_feature ul.list  li.item.item02 .box_contents .title{
    background-image: url(../../img/bg_feature02.png);
}
.section_feature ul.list  li.item.item03 .box_contents .title{
    background-image: url(../../img/bg_feature03.png);
}
.section_feature ul.list  li.item.item04 .box_contents .title{
    background-image: url(../../img/bg_feature04.png);
}
.section_feature ul.list  li.item .box_contents .text{
  line-height: 1.5 ;
  padding: 12px 8% 15px;
}

/*イラスト*/
.section_feature .illust01{
    position: absolute;
    left: -134px;
    bottom: 70px;
}
.section_feature .illust02{
    position: absolute;
    right: -111px;
    bottom: -101px;
    z-index: 1;
}

@media screen and (max-width : 767px){
  .section_feature{
      padding-top: 40px;
  }
  .section_feature ul.list{
    margin: 7px auto 23px;
    width:90%;
  }
  .section_feature ul.list  li.item{
    position: relative;
    width:100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .section_feature ul.list  li.item:nth-child(n +2){
    margin-left:10px;
  }
  .section_feature ul.list  li.item figure{
    padding: 0 3%;
  }
  .section_feature ul.list  li.item .box_contents{
    margin-top: -10px;
    padding-top: 25px;
  }
  .section_feature ul.list  li.item .box_contents .title{
    font-size: 1.8rem;
  }
  .section_feature ul.list  li.item .box_contents .text{
    padding: 12px 11% 15px;
  }

  .section_feature .slick-arrow{
    position: absolute;
    width: 46px;
    top:70%;
    bottom: 0;
    z-index: 250;
  }
  .section_feature .slick-arrow.prev{
    left: -10px;
  }
  .section_feature .slick-arrow.next{
    right: -10px;
  }
  .section_feature .slick-dots{
    bottom: -23px;
    text-align: center;
  }
  .section_feature .slick-dots li button{
    width: 8px;
    height: 8px;
  }
  .section_feature .slick-dots li:nth-child(n+2){
    margin-left: 12px;
  }
}
/* ===============================================
# section_genkinoizumi 元気の泉保育園
=============================================== */
.section_genkinoizumi{
  padding-top: 60px;
}
.section_genkinoizumi ul{
  margin-top: 20px;
}
.section_genkinoizumi ul li{
  float: left;
  background-color: #fff;
  width: 49%;
}
.section_genkinoizumi ul li .title{
  font-weight: bold;
  font-size: 112.5%;
  padding: 18px 20px 7px;
}
.section_genkinoizumi ul li .text{
  padding: 0 20px 10px;
  line-height: 1.5;
  display: block;
}
.section_genkinoizumi ul li .box_btn a{
  background: #ffdecc url("../../img/ico_arrow_b.png")no-repeat right 16px center;
  background-size: 12px auto;
  font-weight: bold;
  color: #81624c;
  text-align: center;
  line-height: 1.3;
  padding: 13px 0;
}

/*宇和島*/
.section_genkinoizumi ul li.uwajima{
  margin-left: 2%;
}
.section_genkinoizumi ul li.uwajima .box_contents{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section_genkinoizumi ul li.uwajima .box_contents > div{
  display: table-cell;
  width: 51%;
  vertical-align: top;
}
.section_genkinoizumi ul li.uwajima figure{
  display: table-cell;
  position: relative;
  width: 48%;
}
.section_genkinoizumi ul li.uwajima figure img{
}
.section_genkinoizumi ul li.uwajima .box_btn a{
  background-color: #fff2c7;
}

@media screen and (min-width : 768px){
  .section_genkinoizumi ul li .box_btn a:hover{
    background-color: #ffebe0;
    background-position: right 8px center;
    opacity: 1;
  }
  .section_genkinoizumi ul li.uwajima .box_btn a:hover{
    background-color: #fff7dd;
  }
}
@media screen and (max-width : 767px){
  .section_genkinoizumi{
    padding-top: 40px;
    clear: both;
  }
  .section_genkinoizumi .inner > p{
    margin-top: 13px;
  }
  .section_genkinoizumi ul li{
    float: none;
    width: 100%;
    margin-top: 17px;
  }
  .section_genkinoizumi ul li.uwajima .box_contents{
    display: none;
  }
  .section_genkinoizumi ul li.uwajima{
    margin-left: 0;
  }
}
