@charset "UTF-8";
/* CSS Document */
/* TOPのヘッダ看板専用 */
#headerR-index {
  position: absolute;
  top: 0px;
  right: 145px;
  z-index: 3;
}

.cloud-wrap {
  width: 1050px;
  margin: auto;
  position: relative;
}

.move-cloud {
  position: absolute;
  pointer-events: none;
}
.cloud-wrap_1 .move-cloud_1 {
  bottom: -120px;
  left: -720px;
  animation: move-cloud 5.7s infinite ease alternate;
}

.cloud-wrap_2 .move-cloud_1 {
  width: 374px;
  top: -30px;
  left: -360px;
  animation: move-cloud-reverse 4.4s infinite ease alternate-reverse;
}

.cloud-wrap_1 .move-cloud_2 {
  bottom: 45px;
  right: -730px;
  animation: move-cloud-reverse 5.4s infinite ease alternate-reverse;
}

.cloud-wrap_2 .move-cloud_2 {
  width: 230px;
  top: 480px;
  right: -220px;
  animation: move-cloud 4.7s infinite ease alternate;
}

@keyframes move-cloud {
  0% {
    transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    transform: translate(0, -8%) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(1deg);
  }
}
@keyframes move-cloud-reverse {
  0% {
    transform: translate(0, -8%) rotate(0deg);
  }
  50% {
    transform: translate(0, 0) rotate(-1deg);
  }
  100% {
    transform: translate(0, -8%) rotate(0deg);
  }
}
nav {
  background-position: top 110px center;
  position: static;
}
nav > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
nav > ul > li {
  float: none;
}

#main-cloud {
  position: relative;
  overflow: hidden;
}

#main-image {
  width: 1095px;
  margin: 45px auto 0;
}
#main-image img {
  border-radius: 10px !important;
}
#main-image .main-image__catch {
  margin-bottom: 15px;
}

#mainBox {
  position: relative;
}
#mainBox .top-img2 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 576px) {
  #mainBox .top-img2 {
    width: 90%;
  }
}

#news-area {
  margin-top: 85px;
  margin-bottom: 85px;
}
#news-area .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#news-area .news-box {
  width: 890px;
  padding: 45px 70px 45px 70px;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}
#news-area .news-box__ttl {
  text-align: center;
}
#news-area .news-box__ttl > img {
  width: auto;
  height: 30px;
}
#news-area .news-box__section {
  margin-top: 30px;
}
#news-area .news-box__info {
  display: flex;
  margin-left: 10px;
  list-style: none;
  text-decoration: none;
  color: #000;
}
#news-area .news-box__date {
  color: #db54c8;
  font-weight: 800;
  white-space: nowrap;
}
#news-area .news-box__newsttl {
  margin-left: 120px;
  font-weight: 800;
}
@media only screen and (max-width: 576px) {
  #news-area .news-box__newsttl {
    margin-left: 30px;
  }
}
#news-area .news-box__dot {
  height: 4px;
  position: relative;
}
#news-area .news-box__dot::before {
  content: "";
  background-image: linear-gradient(to right, #768ecd, #768ecd 5px, transparent 3px, transparent 8px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#news-area .news-box__btn {
  margin-top: 40px;
  text-align: center;
}
#news-area .news-box__btn .btn-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 45px;
  border-radius: 10px;
  background: #7695e3;
  color: #fff;
  text-decoration: none;
}

#btn-area {
  margin-top: 15px;
}
#btn-area .inner {
  display: flex;
  justify-content: space-between;
  width: 820px;
}
#btn-area .btn {
  width: 400px;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
#btn-area .btn::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  z-index: 2;
}
#btn-area .btn_1::before {
  width: 43px;
  height: 42px;
  background-image: url(/kindergarten/img/btnarea_pic01.png);
  top: -25px;
  left: -10px;
}
#btn-area .btn_2::before {
  width: 60px;
  height: 22px;
  background-image: url(/kindergarten/img/btnarea_pic02.png);
  top: -10px;
  right: 20px;
}
#btn-area .btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 55px;
  border: solid 2px #f4e034;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#btn-area .btn-item::before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: dashed 1px #cfc24f;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  box-sizing: border-box;
}
#btn-area .btn-item:hover {
  background: #f4e034;
}

#movie {
  margin: 120px 0px;
  background: url(/kindergarten/img/movie_bg01.png) no-repeat top center/contain;
}
@media only screen and (max-width: 1000px) {
  #movie {
    margin: 60px 0px;
    padding-bottom: 60px;
    background: #fff;
  }
}
#movie .inner {
  height: 900px;
}
@media only screen and (max-width: 1000px) {
  #movie .inner {
    height: 700px;
  }
}
@media only screen and (max-width: 576px) {
  #movie .inner {
    height: 600px;
  }
}
#movie .movie {
  overflow-x: hidden;
}
#movie .movie__ttl {
  padding: 180px 0px 30px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #movie .movie__ttl {
    padding: 112px 0px 30px;
  }
}
@media only screen and (max-width: 576px) {
  #movie .movie__ttl {
    padding: 70px 0px 30px;
  }
}
#movie .movie__pic {
  position: absolute;
  top: 60px;
  right: 120px;
  width: 16%;
}
@media only screen and (max-width: 576px) {
  #movie .movie__pic {
    max-width: 30%;
    top: 24px;
    right: 30px;
  }
}
#movie .movie-main {
  width: 360px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  #movie .movie-main {
    width: 86%;
  }
}
#movie .movie-main iframe {
  width: 100%;
  height: 100%;
}
#movie .movie-main__txt {
  display: block;
  margin-bottom: 0.8em;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-color: #7695e3;
  text-decoration-thickness: 30%;
  text-align: center;
}
#movie .movie-list {
  width: 100%;
  max-width: 840px;
  margin: auto;
  font-size: 13px;
}
@media only screen and (max-width: 576px) {
  #movie .movie-list {
    display: block;
    max-width: 290px;
    margin: auto;
  }
}
#movie .movie-list__item {
  margin: 0 30px;
}
#movie .movie-list__txt {
  display: block;
  margin-bottom: 0.5em;
  padding-left: 12px;
  position: relative;
}
#movie .movie-list__txt::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  width: 0px;
  height: 14px;
  border: 2px solid #7695e3;
}
@media only screen and (max-width: 576px) {
  #movie .movie-list__txt::before {
    top: 2px;
  }
}

#lifeblog {
  padding: 130px 0 110px;
  margin: 60px auto 100px;
  background: url(/kindergarten/img/lifeblog_bg01.png) no-repeat top center/contain;
}
@media only screen and (max-width: 576px) {
  #lifeblog {
    margin: 60px auto;
  }
}
#lifeblog .lifeblog {
  overflow-x: hidden;
}
#lifeblog .lifeblog__ttl {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
#lifeblog .lifeblog__balloon {
  position: absolute;
  top: -125px;
  left: 170px;
}
#lifeblog .lifeblog__pic {
  position: absolute;
  top: -110px;
  right: 210px;
}
#lifeblog .lifeblog__btn {
  margin-top: 40px;
  text-align: center;
}
#lifeblog .lifeblog__btn .btn-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 45px;
  border-radius: 10px;
  background: #7695e3;
  color: #fff;
  text-decoration: none;
}
#lifeblog .lifeblog-list {
  width: 100%;
  max-width: 840px;
  margin: auto;
  font-size: 13px;
}
#lifeblog .lifeblog-list__item {
  margin: 0 30px;
}
#lifeblog .lifeblog-list__link {
  display: block;
  text-decoration: none;
  color: #333;
}
#lifeblog .lifeblog-list__img img {
  max-width: 100%;
}
#lifeblog .lifeblog-list__txt {
  display: block;
  margin-top: 0.5em;
}

.js-sponly-slider .slick-list {
  overflow: hidden;
}
.js-sponly-slider .slick-arrow {
  top: 50%;
  border: 2px solid #d9f0f2;
  border-radius: 50%;
}
.js-sponly-slider .slick-prev {
  background: url("common/img/arrows-left-sp.png") center center/contain no-repeat;
}
.js-sponly-slider .slick-next {
  background: url("common/img/arrows-right-sp.png") center center/contain no-repeat;
}

#blog-area {
  margin-top: 85px;
}
#blog-area .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#blog-area .blog-box {
  width: 460px;
  height: 485px;
  padding: 230px 70px 45px 70px;
  background: url(/kindergarten/img/blog_bg01.png) no-repeat top center/contain;
  box-sizing: border-box;
}
#blog-area .blog-box_info {
  position: relative;
}
#blog-area .blog-box_info .hiyoko-btn {
  position: absolute;
  top: -20px;
  right: 85px;
}
#blog-area .blog-box__ttl {
  text-align: center;
}
#blog-area .blog-box__ttl > img {
  width: auto;
  height: 24px;
}
#blog-area .blog-box__scrollarea {
  height: 160px;
  padding-right: 1em;
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
}
#blog-area .blog-box__scrollarea section {
  margin-bottom: 1em;
}
#blog-area .blog-box__scrollarea section:last-child {
  margin-bottom: 0;
}
#blog-area .blog-box__scrollarea::-webkit-scrollbar {
  width: 10px;
}
#blog-area .blog-box__scrollarea::-webkit-scrollbar-thumb {
  background: #c0c0c0;
}
#blog-area .blog-box__scrollarea::-webkit-scrollbar-track-piece:start {
  background: #dcdcdc;
}
#blog-area .blog-box__scrollarea::-webkit-scrollbar-track-piece:end {
  background: #fff;
}
#blog-area #bnBox {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-left: auto;
}
#blog-area #bnBox.insta {
  vertical-align: bottom;
}
#blog-area #bnBox > li {
  display: inline;
  list-style-type: none;
}

#three-years-old-class,
#hatsushiba-feature {
  margin-top: 100px;
}
@media only screen and (max-width: 576px) {
  #three-years-old-class,
  #hatsushiba-feature {
    margin-top: 50px;
  }
}
#three-years-old-class .btn-item,
#hatsushiba-feature .btn-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 45px;
  border-radius: 10px;
  background: #7695e3;
  color: #fff;
  text-decoration: none;
}

#sns {
  padding: 0px;
  margin: 60px auto 100px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #sns {
    margin: 60px auto;
  }
}
#sns .sns__ttl {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #sns .sns__ttl {
    margin-bottom: 30px;
  }
}
#sns .sns__contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top-special__body {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #fbe5d6;
  border-radius: 20px;
}
.top-special__body_bg-feature {
  background: #fff2cc;
}
@media only screen and (max-width: 576px) {
  .top-special__body {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
.top-special__lead {
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 1.7;
}
@media only screen and (max-width: 576px) {
  .top-special__lead {
    font-size: 16px;
  }
}

.top-media {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-media__img-wrap {
  flex-basis: 45%;
  flex-shrink: 0;
}
.top-media__img-wrap img {
  width: 100%;
}
.top-media__body {
  flex-basis: 50%;
}
@media only screen and (max-width: 576px) {
  .top-media {
    display: block;
  }
  .top-media__body {
    margin-top: 20px;
  }
}

.slick-prev,
.slick-next {
  width: 50px; /* 画像幅 */
  height: 50px; /* 画像高さ */
}
@media only screen and (max-width: 576px) {
  .slick-prev,
  .slick-next {
    width: 30px; /* 画像幅 */
    height: 30px; /* 画像高さ */
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

button.slick-prev,
button.slick-next {
  z-index: 2;
}

.slick-prev {
  left: 20px;
  top: 770px;
  position: absolute; /* 任意の値 */
}
@media only screen and (max-width: 576px) {
  .slick-prev {
    left: 10px;
    top: 480px;
  }
}

.slick-next {
  right: 20px;
  top: 770px; /* 任意の値 */
}
@media only screen and (max-width: 576px) {
  .slick-next {
    right: 10px;
    top: 480px;
  }
}

.slick-arrow {
  z-index: 10; /* 値は適当に */
}

.clearfix.center {
  display: flex;
  justify-content: center;
}

.head_flex {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .head_flex {
    justify-content: normal;
  }
}

.head_instagram {
  display: block;
}
.head_instagram img {
  width: auto;
  height: auto;
  margin-left: 16px;
}
@media only screen and (max-width: 576px) {
  .head_instagram {
    display: none;
  }
}