@charset "utf-8";
/* CSS Document */
.w80 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.w60 {
  width: 60%;
  max-width: 960px;
  margin: 0 auto;
}
.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.split2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo img {
  width: 100%;
  height: auto;
}
main h1 {
  text-align: center;
}
main h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
}
main h2 .titleEn {
  display: inline-block;
  font-family: 'Pinyon Script', cursive;
  font-size: 1.8em;
  border-bottom: 2px solid #DB1D53;
  padding: 0 0.5em 0.1em;
}
main h2 .titleJp {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.75em;
}
main h3 {
  border: 1px solid #D4B965;
  color: #db1d53;
  font-size: 1em;
  padding: 0.25em 1em;
  border-radius: 8px;
  margin-bottom: 1em;
  background: #fff url(../images/h3_bg.png) no-repeat right center;
}
main article {
  display: block;
}
main section {
  display: block;
  margin-bottom: 3em;
}
main section:last-child {
  margin-bottom: 0;
}
/*
---------------------------------------------------トップビジュアル
*/
#topv {
  position: relative;
  width: 100%;
  height: 65vh !important;
  z-index: 1;
  top: -90px;
}
#topv ul img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  font-family: 'object-fit: cover'; /* IE対策 */
}
#topv .topvIllust {
  display: inline-block;
  position: absolute;
  z-index: 500;
  top: 100%;
  right: 1%;
  width: 25vw;
}
#topv .topvIllust img {
  width: 100%;
  height: auto;
}
/*
---------------------------------------------------ホーム
*/
#ourPolicy {
  display: block;
  margin-bottom: 3em;
}
#ourPolicy .rinen {
  margin-top: 1em;
}
#ourPolicy .rinen li {
  width: 24%;
  padding: 2em 1em;
  text-align: center;
}
#ourPolicy .rinen li:nth-child(1) {
  border: 1px solid #F0907F;
  background-image: url(../images/column_bg_a01.png), url("../images/column_bg_a02.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border-radius: 1em 0 1em 0;
}
#ourPolicy .rinen li:nth-child(2) {
  border: 1px solid #ACD48F;
  background-image: url(../images/column_bg_b01.png), url("../images/column_bg_b02.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border-radius: 1em 0 1em 0;
}
#ourPolicy .rinen li:nth-child(3) {
  border: 1px solid #88ABDA;
  background-image: url(../images/column_bg_c01.png), url("../images/column_bg_c02.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border-radius: 1em 0 1em 0;
}
#ourPolicy .rinen li:nth-child(4) {
  border: 1px solid #C28DBD;
  background-image: url(../images/column_bg_d01.png), url("../images/column_bg_d02.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border-radius: 1em 0 1em 0;
}
#ourPolicy .rinen li span {
  font-size: 1.6em;
  font-family: 'Noto Serif JP', serif;
}
#ourPolicy .catchCopy {
  font-size: 1.2em;
  font-family: 'Noto Serif JP', serif;
  padding-left: 2em;
  background: #fff url(../images/icon02.png) no-repeat left 0.25em;
}
#ourPolicy .pdfBtn {
  text-align: center;
  margin-bottom: 1em;
}
#ourPolicy .pdfBtn a {
  display: inline-block;
  border: 1px solid #DB1D53;
  border-radius: 8px;
  padding: 0.25em 1em;
  color: #DB1D53;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#ourPolicy .pdfBtn a:hover {
  background: #DB1D53;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#aboutUs {
  display: block;
  margin-bottom: 3em;
}
#aboutUs .tableFrame h4 {
  width: 25%;
  color: #D4B965;
  border-bottom: 1px dashed #E5D5A3;
  padding: 0.25em;
}
#aboutUs .tableFrame h4::before {
  content: url("../images/icon01.png");
  padding-right: 1em;
}
#aboutUs .tableFrame p {
  width: 75%;
  border-bottom: 1px dashed #E5D5A3;
  padding: 0.25em;
}
#gmap {
  width: 100%;
  height: auto;
  position: relative;
  padding: 30px 0;
}
#gmap iframe {
  width: 100%;
  height: 320px;
  border-top: 1px solid #9F8B4C;
  border-bottom: 1px solid #9F8B4C;
}
#gmap p {
  text-align: center;
}
#gmap .tel {
  text-align: center;
  margin-top: 1em;
}
#gmap .tel span {
  font-weight: bold;
}
#gmap .tel a {
  display: inline-block;
  border: 1px solid #DB1D53;
  border-radius: 8px;
  padding: 0.25em 1em;
  color: #DB1D53;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#gmap .tel a:hover {
  background: #DB1D53;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#banner {
  width: 100%;
}
#banner ul li {
  padding: 0 1em;
  margin-bottom: 1em;
}
/*
---------------------------------------------------お知らせ
*/
#news .frame {
  margin: 0 auto 3em;
}
#news .date {
  color: #9F8B4C;
  font-weight: bold;
  font-size: 0.8em;
  border-bottom: 1px dashed #E5D5A3;
  margin-bottom: 0.5em;
}
#news a {
  color: #DB1D53;
  font-size: 0.9em;
  padding: 0 0 0 2em;
  background: url("../images/icon02.png") no-repeat left top;
}
#disclosure .text {
  text-align: center;
  margin-bottom: 1em;
}
#disclosure .pdf {
  text-align: center;
}
#disclosure .pdf a {
  display: inline-block;
  border: 1px solid #DB1D53;
  border-radius: 8px;
  padding: 0 1em;
  font-size: 0.9em;
  color: #DB1D53;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#disclosure .pdf a:hover {
  background: #DB1D53;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*
---------------------------------------------------園の教育環境
*/
#room .catch {
  display: block;
  text-align: justify;
  margin-bottom: 2em;
}
#room .frame {
  margin-bottom: 3em;
}
#room .frame .heimenzu {
  width: 48%;
  height: auto;
}
#room .heimenzu img {
  width: 100%;
  height: auto;
}
#room .frame .text {
  width: 48%;
}
#room h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #9F8B4C;
}
#room .pdf {
  margin: 1em 0;
}
#room .pdf a {
  color: #DB1D53;
  font-size: 0.9em;
  padding: 0 0 0 2em;
  background: url("../images/icon02.png") no-repeat left top;
}
#room .pdf a:hover {
  font-weight: bold;
}
#room .photo {
  width: 100%;
}
#room .photo li {
  width: 32%;
}
/*
---------------------------------------------------園の特色
*/
#features .text {
  padding: 0 1em 1em;
}
#features .pdf {
  margin-bottom: 1em;
}
#features .pdf a {
  color: #DB1D53;
  font-size: 0.9em;
  padding: 0 0 0 2em;
  background: url("../images/icon02.png") no-repeat left top;
}
#features figure {
  width: 32%;
  line-height: 1.2em;
  margin-bottom: 1em;
}
#features figcaption {
  font-size: 0.8em;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 3px solid #DB1D53;
}
/*
---------------------------------------------------園の生活
*/
#daily {
  display: block;
  margin-bottom: 3em;
}
#daily .frame {
  width: 32%;
  padding: 1em;
}
#daily h4 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
#daily h4 span {
  font-size: 0.6em;
  padding-left: 0.5em;
}
#daily .age01 {
  border: 1px solid #F0907F;
  background-image: url(../images/column_bg_a01.png), url("../images/column_bg_a02.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border-radius: 1em 0 1em 0;
}
#daily .age2 {
  border: 1px solid #ACD48F;
  background-image: url(../images/column_bg_b01.png), url("../images/column_bg_b02.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border-radius: 1em 0 1em 0;
}
#daily .age345 {
  border: 1px solid #88ABDA;
  background-image: url(../images/column_bg_c01.png), url("../images/column_bg_c02.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border-radius: 1em 0 1em 0;
  margin-bottom: 3em;
}
#daily .frame h5 {
  width: 20%;
  padding: 0.25em 0;
  border-top: 1px dashed #E5D5A3;
}
#daily .frame p {
  width: 80%;
  padding: 0.25em 0;
  border-top: 1px dashed #E5D5A3;
}
#year .event {
  margin-bottom: 2em;
}
#year .event h4 {
  width: 10%;
  color: #DB1D53;
  padding: 0.25em 0;
  white-space: nowrap;
  border-bottom: 1px dashed #E5D5A3;
}
#year .event h4 span {
  font-size: 0.8em;
  font-weight: normal;
}
#year .event p {
  width: 90%;
  padding: 0.25em 0;
  border-bottom: 1px dashed #E5D5A3;
}
#year figure {
  width: 32%;
  line-height: 1.2em;
  margin-bottom: 1em;
}
#year figcaption {
  font-size: 0.8em;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 3px solid #DB1D53;
}
/*
---------------------------------------------------ブログ
*/
#blog {
  width: 75%;
}
#blog .date {
  color: #9F8B4C;
  font-weight: bold;
  font-size: 0.8em;
  border-bottom: 1px dashed #E5D5A3;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
#blog .blogKiji {
  text-align: justify;
  margin-bottom: 1em;
}
#blog .blogPhoto figure {
  width: 32%;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
  padding: 4px;
  margin-bottom: 1em;
  line-height: 1.2em;
}
#blog .blogPhoto img {
  width: 100%;
  height: auto;
}
#blog .blogPhoto figcaption {
  font-size: 0.8em;
  text-align: center;
}
#blog .blogPdf {
  display: block;
  margin-bottom: 1em;
}
#blog .blogPdf a {
  color: #DB1D53;
  font-size: 0.9em;
  padding: 0 0 0 2em;
  background: url("../images/icon02.png") no-repeat left top;
}
#blog .blogPdf a:hover {
  font-weight: bold;
}
#categoly {
  width: 20%;
  display: block;
  border: 1px solid #E5D5A3;
  border-radius: 1em;
  background-image: url(../images/column_bg_e01.png), url("../images/column_bg_e02.png"), url(../images/column_bg_e03.png), url("../images/column_bg_e04.png");
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-color: rgba(242, 238, 228, 0.3);
  padding: 1em;
}
#categoly h4 {
  font-family: 'Pinyon Script', cursive;
  font-weight: normal;
  text-align: center;
  color: #6A5D33;
  font-size: 1.5em;
  border-bottom: 1px solid #6A5D33;
  line-height: 0.9em;
  margin-bottom: 1em;
}
#categoly ul {}
#categoly ul li {
  border-bottom: 1px dashed #E5D5A3;
  padding: 0.5em 0;
}
#categoly ul li a {
  color: rgba(219, 29, 83, 1.0);
}
#categoly ul li a:hover {
  color: rgba(219, 29, 83, 0.6);
}
/*
---------------------------------------------------一時預かり
*/
#tempNotice {
  margin-bottom: 3em;
}
#tempNotice ul {
  margin: 1em 0 2em 2em;
}
#tempNotice ul li {
  list-style: disc;
}
#tempNotice .tableFrame h4 {
  width: 25%;
  color: #D4B965;
  border-bottom: 1px dashed #E5D5A3;
  padding: 0.25em;
}
#tempNotice .tableFrame h4::before {
  content: url("../images/icon01.png");
  padding-right: 1em;
}
#tempNotice .tableFrame p {
  width: 75%;
  border-bottom: 1px dashed #E5D5A3;
  padding: 0.25em;
}
#temp section {
  display: block;
  margin-bottom: 3em;
  clear: both;
}
#temp p {
  padding: 0 1em;
}
#temp figure {
  max-width: 25%;
  float: right;
  position: relative;
  margin: 0 1em 1em 2em;
  padding: 1em;
  border: 1px solid #eee;
}
#temp figure img {
  width: 100%;
  height: auto;
}
#temp figure figcaption {
  font-size: 0.9em;
}
#temp .pdfLink {
  padding: 1em;
}
#temp a {
  color: #31AB93;
  font-weight: bold;
}
#temp2 .text {
  padding: 0 1em 1em;
}
#temp2 .pdf {
  margin-bottom: 1em;
}
#temp2 .pdf a {
  color: #DB1D53;
  font-size: 0.9em;
  padding: 0 0 0 2em;
  background: url("../images/icon02.png") no-repeat left top;
}
#temp2 figure {
  width: 32%;
  line-height: 1.2em;
  margin-bottom: 1em;
}
#temp2 figcaption {
  font-size: 0.8em;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 3px solid #DB1D53;
}
/*
*/
/*
---------------------------------------------------レスポンシブ1024
*/
@media screen and (max-width:1024px) {
  #ourPolicy .rinen li {
    width: 48%;
    margin-bottom: 1em;
  }
  .w60 {
    width: 80%;
  }
  #daily .frame {
    width: 80%;
    margin: 0 auto 2em;
    padding: 1em;
  }
  #blog {
    width: 100%;
  }
  #categoly {
    width: 80%;
    margin: 0 auto;
  }
  #blog .blogPhoto figure {
    width: 48%;
  }
  /*
---------------------------------------------------1024ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  #topv {
    position: relative;
    width: 100%;
    height: 40vh !important;
  }
  #topv ul img {
    width: 100%;
    height: 40vh;
  }
  main h3 {
    background: none;
  }
  #ourPolicy .rinen li {
    width: 100%;
    margin-bottom: 1em;
  }
  #aboutUs .tableFrame h4 {
    width: 100%;
    border-bottom: none;
    padding: 0.5em 0.25em 0;
  }
  #aboutUs .tableFrame p {
    width: 100%;
    padding: 0 0.25em 0.5em;
  }
  #room .frame .heimenzu {
    width: 100%;
  }
  #room .frame .text {
    width: 100%;
  }
  #room .photo li {
    width: 100%;
  }
  #features figure {
    width: 100%;
  }
  #year .event h4 {
    width: 20%;
  }
  #year .event p {
    width: 80%;
  }
  #year figure {
    width: 100%;
  }
  #blog .blogPhoto figure {
    width: 100%;
  }
  #categoly {
    width: 100%;
  }
  #tempNotice .tableFrame h4 {
    width: 100%;
    border: none;
  }
  #tempNotice .tableFrame p {
    width: 100%;
  }
  #temp2 figure {
    width: 100%;
  }
  /*
---------------------------------------------------480ここまで
*/
}