<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ****************************************************************************************************
   * visual
**************************************************************************************************** */

#visual .slide {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#visual .slide img {
  display: none;
}

@media screen and (max-width:768px) {
  #visual {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 65.86%;
  }
  #visual .visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #visual .slide {
    height: auto !important;
    background: none !important;
  }
  #visual .slide img {
    position: relative;
    left: -25%;
    max-width: 150%;
    width: 150%;
    display: block;
  }
}

/* ****************************************************************************************************
   * 保護者の方々へ
**************************************************************************************************** */

#topics {
  padding-top: 50px;
}

#topics .body .buttom {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#topics .body .buttom a.btn {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #f00;
  background: #fff;
  border:4px solid #f00;
  padding: 10px 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {

#topics .body .buttom {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#topics .body .buttom a.btn {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #f00;
  background: #fff;
  border:2px solid #f00;
  padding: 10px 20px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#topics .body .buttom {
  width: 155px;
  margin: 0 auto;
  text-align: center;
}
#topics .body .buttom a.btn {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
  background: #fff;
  border:2px solid #f00;
  padding: 10px;
}
}


/* ****************************************************************************************************
   * message
**************************************************************************************************** */

#message {
  padding: 50px 0;
  background: #fffdf7;
}

#message .body {
  position: relative;
  padding-bottom: 95px;
  background: url(../../_images/index/message-bg-3.png) center bottom no-repeat;
}

#message .body:before,
#message .body:after {
  content: '';
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
}

#message .body:before {
  left: 0;
  background: url(../../_images/index/message-bg-1.png) 0 center no-repeat;
  background-size: contain;
}

#message .body:after {
  right: 0;
  background: url(../../_images/index/message-bg-2.png) 0 center no-repeat;
  background-size: contain;
}

#message .title-1 {
  position: relative;
  z-index: 1;
  color: #ea5e5e;
}

#message .message {
  position: relative;
  z-index: 1;
  width: 55%;
  display: table;
  line-height: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:768px) {
  #message .body:before,
  #message .body:after {
    background-position: 0 0;
  }
  #message .message {
    width: 90%;
  }
}

/* ****************************************************************************************************
   * blog
**************************************************************************************************** */

#blog {
  padding: 50px 0;
  background: #e9f8f9;
}

#blog .title-1 {
  color: #5e1919;
}

#blog .list {
  max-width: 1000px;
  width: 100%;
  display: table;
  letter-spacing: -0.5em;
  margin: 0 auto;
}

#blog .list .item {
  width: 20%;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  text-decoration: none;
  color: inherit;
  margin-left: 6.5%;
}

#blog .list .item:nth-child(4n+1) {
  margin-left: 0;
}

#blog .list .item .photo {
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #8cf2ee;
  margin: 0 auto 1em;
}

#blog .list .item .photo .img-wrap {
  width: 100%;
}

#blog .list .item .photo img {
  width: 100%;
  border-radius: 50%;
}

#blog .list .item .content {
  display: table;
  margin: 0 auto;
}

#blog .list .item .content time {
  display: block;
  font-weight: bold;
  color: #5e1919;
  text-align: center;
}

#blog .btn {
  text-align: center;
}

#blog .btn a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  padding: 0.75em 2em;
  padding-left: 2.4em;
  border-radius: 10px;
  background: url(../../_images/_common/listmark-3.png) 1em center no-repeat #00b8c2;
  transition: 0.2s opacity;
}

#blog .btn a:hover {
  opacity: 0.8;
}

  
@media screen and (max-width:768px) {
  #blog .list .item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  #blog .list .item .photo {
    width: 85%;
  }
  #blog .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

/* ****************************************************************************************************
   * album
**************************************************************************************************** */

#album {
  padding: 50px 0;
  background: #f9ebe9;
}

#album .title-1 {
  color: #5e1919;
}

#album .list .item {
  overflow: hidden;
  border-radius: 5%;
  margin: 0 5px;
}

#album .list .item .img-wrap {
  display: block;
}

#album .list .item img {
  width: 100%;
}

/* ****************************************************************************************************
   * pagetop
**************************************************************************************************** */

#pagetop {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s opacity;
}

#pagetop.view {
  visibility: visible;
  opacity: 1;
}
</pre></body></html>