@charset "utf-8";
/* CSS Document */
/*
---------------------------------------------------共通
*/
main h2 {
  position: relative;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #fff;
  padding: 0.25em 0em 0.25em 80px;
  border: 3px solid #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  background-image: url(../images/h2_back.jpg);
  margin-bottom: 1em;
}
main h2::before {
  content: url(../images/midashi_top.png);
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 110;
  bottom: 0;
  left: 0;
}
main h3 {
  border-bottom: 2px solid #436EB4;
  padding-left: 2em;
  margin-bottom: 0.5em;
  clear: both;
}
.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.split2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article section {
  margin: 2em auto;
}
main .frame {
  width: 80%;
  margin: 1em auto;
}
.photo {
  margin: 1em 0;
}
.photo img {
  width: 100%;
  height: auto;
  border: 5px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  border-radius: 2px;
}
.leadCopy {
  font-size: 1.3em;
}
/*
---------------------------------------------------ホーム
*/
#topv {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto;
}
#rainbow {
  display: block;
  width: 80%;
  margin: auto auto 80px;
}
#rainbow .rainbowCatch {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  aspect-ratio: 2/1;
}
#rainbow .rainbowCatch .frame1 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#rainbow .rainbowCatch .frame1 img {
  width: auto;
  height: 100%;
  mask-image: url("../images/raimbowMask.png");
  mask-repeat: no-repeat;
  mask-position: left top;
  mask-size: contain;
  -webkit-mask-image: url("../images/raimbowMask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  -webkit-mask-size: contain;
  object-fit: cover;
}
#rainbow .rainbowCatch .frame2 {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
#rainbow .rainbowCatch .frame2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#rainbow .rainbowPhoto {
  background-image: url("../images/rainbowBack.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: relative;
}
#rainbow .rainbowPhoto p {
  text-align: center;
}
#rainbow .rainbowPhoto ul {
  position: relative;
}
#rainbow .rainbowPhoto ul::before {
  content: url(../images/midashi_top.png);
  position: absolute;
  width: auto;
  height: auto;
  z-index: +1;
  top: 0;
  left: 0;
}
#rainbow .rainbowPhoto ul::after {
  content: url(../images/midashi_top.png);
  position: absolute;
  width: auto;
  height: auto;
  z-index: +1;
  bottom: 50px;
  right: 0;
}
#rainbow .rainbowPhoto ul li {
  width: 32%;
}
#rainbow .rainbowPhoto ul li:nth-child(2n+1) {
  position: relative;
  margin-top: -40px;
}
#rainbow .rainbowPhoto ul li img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#song {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3em;
  padding: 2em;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  background-image: url("../images/back2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#song h3 {}
#song .auther h4 {
  text-align: center;
  font-size: 1.5em;
  font-family: "Rounded Mplus 1c", sans-serif;
  margin-bottom: 1em;
  color: #24D1ED;
}
#song .auther ul {
  width: fit-content;
  margin: 2em auto;
  font-size: 0.9em;
  line-height: 1.2em;
}
#song .poem {
  writing-mode: vertical-rl;
  margin-top: 2em;
}
#song .poem div {
  margin: 0 2em
}
#song .poem .number {
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-size: 1.5em;
  color: #24D1ED;
}
#cheering section {
  clear: both;
}
#cheering .catchCopy {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
#cheering .catchCopy p {
  font-family: "Rounded Mplus 1c";
  font-size: 1.5rem;
  font-weight: bold;
  color: #C32F8B;
  text-align: center;
}
#cheering .catchCopy .photo2 {
  position: relative;
  width: 60%;
  height: auto;
  max-width: 640px;
  margin: 1em auto 2em;
  aspect-ratio: 4/3;
  background-image: url("../images/cheeringBorder.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#cheering .catchCopy .photo2::after {
  content: url("../images/kazari01.png");
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#cheering .catchCopy .photo2 img {
  border-radius: 50%;
  border: 8px solid #fff;
}
#cheering .catchCopy .list {
  width: 100%;
  display: block;
  position: relative;
  top: -100px;
  z-index: 20;
  margin-bottom: -80px;
}
#cheering .catchCopy .list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
#cheering .catchCopy .list ul li {
  width: 32%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1em;
  text-align: center;
  font-weight: bold;
  padding: 1em
}
#cheering .catchCopy .list ul li img {
  width: 100%;
  height: auto;
}
#cheering .frame {
  width: 100%;
  position: relative;
}
#cheering .frame .blowing {
  display: inline-block;
  background-color: #436EB4;
  padding: 0.25em 1em;
  border-radius: 1.5em;
  line-height: 1em;
  color: #fff;
  position: relative;
}
#cheering .frame .sizeUp {
  font-size: 1.5em;
}
#cheering .frame .blowing::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 28px;
  margin-left: -8px;
  border: 6px solid transparent;
  border-top: 6px solid #436EB4;
  z-index: 2;
}
#cheering .frame .pdf {
  margin: 1em 0;
}
#cheering .frame .pdf a::before {
  content: url(../images/icon01.png);
  padding-right: 1em;
  vertical-align: middle;
}
#cheering .frame .photo3 {
  width: 30%;
  height: auto;
  float: right;
  margin-left: 2em;
}
#cheering .frame .photo3 img {
  width: 100%;
  height: auto;
  border: 5px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  border-radius: 2px;
}
#cheering .frame .photo4 {
  width: 20%;
  height: auto;
  float: right;
  margin-left: 2em;
}
#cheering .frame .photo4 img {
  width: 100%;
  height: auto;
  border: 5px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  border-radius: 2px;
}
#cheering .frame .photo ul {
  clear: both;
}
#cheering .frame .photo ul li {
  width: 24%;
}
/*
---------------------------------------------------園の紹介
*/
.outline dt {
  width: 20%;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.outline dd {
  width: 80%;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.outline iframe {
  width: 70%;
  height: 300px;
  border: 5px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  border-radius: 20px;
}
.outline .photo {
  width: 28%;
  float: right;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: trotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.history dt {
  width: 20%;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.history dd {
  width: 80%;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.class dt {
  width: 20%;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.class dd {
  width: 80%;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.aboutPhoto ul li {
  width: 24%;
}
.aim1 p {
  text-align: justify;
}
.aim2 figure {
  width: 32%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5em;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  border-radius: 2px;
}
.aim2 figure img {
  width: 100%;
  height: auto;
}
.aim2 figcaption {
  font-size: 1.5em;
  text-align: center;
}
.aim3 li {
  padding-bottom: 1em;
}
.special dt {
  width: 20%;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.special dd {
  width: 80%;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.specialPhoto ul li {
  width: 24%;
}
/*
---------------------------------------------------特色
*/
#feature .eatingPhoto ul li {
  width: 32%;
}
#feature .montessoriPhoto ul li {
  width: 24%;
}
#feature .hug a::before {
  content: url(../images/icon01.png);
  padding-right: 1em;
  vertical-align: middle;
}
#feature .englishPhoto ul li {
  width: 24%;
}
#feature .musicPhoto ul li {
  width: 24%;
}
#feature .japanesePhoto ul li:nth-child(2n) {
  width: 18%;
}
#feature .japanesePhoto ul li:nth-child(2n+1) {
  width: 28%;
}
#feature .crossAgePhoto ul li {
  width: 26%;
}
#feature .crossAgePhoto ul li:nth-child(3) {
  width: 18%;
}
/*
---------------------------------------------------年間行事
*/
#year .month {
  width: 32%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5em;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  border-radius: 2px;
  margin-bottom: 2em;
}
#year h3 span {
  font-size: 0.8em;
}
#year .month img {
  width: 100%;
  height: auto;
}
#year .everyMonth ul li {
  width: 24%;
}
#daily .dayPlan dt {
  width: 20%;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
#daily .dayPlan dd {
  width: 80%;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
.dailyPhoto1 {
  width: 24%;
  float: right;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: trotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
#daily .dailyPhoto2 ul li:nth-child(2n) {
  width: 20%;
}
#daily .dailyPhoto2 ul li:nth-child(2n+1) {
  width: 26%;
}
/*
---------------------------------------------------子育て支援
*/
#support .wakuwakuPhoto ul li {
  width: 32%;
}
#support .ichijiPhoto {
  width: 24%;
  float: right;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: trotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
#support .hamanasuPhoto ul li {
  width: 24%;
}
#support .dakkoPhoto {
  width: 20%;
  height: auto;
  float: left;
  margin-right: 2em;
}
/*
---------------------------------------------------お知らせ
*/
#notice section {
  margin-bottom: 2em;
}
#notice .art-date {
  text-align: right;
}
#notice .art-comment dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dashed #436EB4;
}
#notice .art-comment dt {
  width: 40%;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
#notice .art-comment dd {
  width: 60%;
  padding: 0.5em;
  border-bottom: 1px dashed #436EB4;
}
#notice .art-comment .kessanList {
  padding-left: 3em;
}
#notice .art-comment .kessanList li {
  list-style: square;
}
#notice .art-comment .kessanYear {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px dashed #436EB4;
}
#notice .art-comment .kessanYear li {
  padding: 0 1em;
}
#notice .top-panel {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5em;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
  border-radius: 2px;
  margin: 2em;
}
.ta-c {
  display: block;
  width: 60%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.50);
  border-radius: 10px;
}
/*
---------------------------------------------------レスポンシブ768
*/
@media screen and (max-width:768px) {
  main .frame {
    width: 90%;
  }
  #rainbow .rainbowPhoto {
    background-size: 80%;
  }
  #song .poem {
    writing-mode: horizontal-tb;
    margin-top: 2em;
    width: fit-content;
    margin: 2em auto;
  }
  #song .poem div {
    margin: 2em 0;
  }
  #cheering .catchCopy .photo2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  #cheering .catchCopy .photo2 img {
    width: 100%;
    height: auto;
  }
  .outline dt {
    width: 30%;
  }
  .outline dd {
    width: 70%;
  }
  .outline .lf::before {
    content: "\A";
    white-space: pre;
  }
  .outline iframe {
    width: 100%;
  }
  .outline .photo {
    width: 30%;
  }
  .aim2 figcaption {
    font-size: 1.2em;
    text-align: center;
  }
  #year .month {
    width: 48%;
  }
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  #topv {
    width: 100%;
  }
  #rainbow {
    display: block;
    width: 100%;
    margin: auto auto 80px;
  }
  #rainbow .rainbowPhoto {
    background-image: none;
  }
  #rainbow .rainbowPhoto ul li {
    width: 60%;
    margin-bottom: -40px;
  }
  #rainbow .rainbowPhoto ul li:nth-child(2n+1) {
    position: relative;
    margin-top: 0;
    margin-left: 40%;
  }
  #rainbow .rainbowPhoto ul::before {
    content: url(../images/midashi_top.png);
    position: absolute;
    width: auto;
    height: auto;
    z-index: +1;
    top: 0;
    left: auto;
    right: 0;
  }
  #rainbow .rainbowPhoto ul::after {
    content: url(../images/midashi_top.png);
    position: absolute;
    width: auto;
    height: auto;
    z-index: +1;
    bottom: 0;
    right: auto;
    left: 0;
  }
  #cheering .catchCopy .photo2::after {
    display: none;
  }
  #cheering .catchCopy .list ul {
    flex-wrap: wrap;
  }
  #cheering .catchCopy .list ul li {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1em;
    text-align: center;
    font-weight: bold;
    padding: 1em;
    margin: 1em auto;
  }
  #cheering .frame .photo3 {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
  }
  #cheering .frame .photo4 {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
  }
  #cheering .frame .photo ul li {
    width: 48%;
  }
  .outline dt {
    width: 100%;
    border-bottom: none;
  }
  .outline dd {
    width: 100%;
  }
  .outline iframe {
    width: 100%;
    height: 400px;
  }
  .outline .photo {
    width: 100%;
  }
  .history dt {
    width: 100%;
    border-bottom: none;
  }
  .history dd {
    width: 100%;
  }
  .class dt {
    width: 100%;
    border-bottom: none;
  }
  .class dd {
    width: 100%;
  }
  .aboutPhoto ul li {
    width: 48%;
  }
  .aim2 figure {
    width: 100%;
    margin-bottom: 1em;
  }
  .special dt {
    width: 100%;
    border-bottom: none;
  }
  .special dd {
    width: 100%;
  }
  .specialPhoto ul li {
    width: 48%;
  }
  #feature .eatingPhoto ul li {
    width: 48%;
  }
  #feature .eatingPhoto ul li:first-child {
    width: 100%;
  }
  #feature .eatingPhoto ul li:last-child {
    width: 100%;
  }
  #feature .montessoriPhoto ul li:nth-child(2n) {
    width: 40%;
  }
  #feature .montessoriPhoto ul li:nth-child(2n+1) {
    width: 60%;
  }
  #feature .englishPhoto ul li {
    width: 100%;
  }
  #feature .musicPhoto ul li {
    width: 100%;
  }
  #feature .japanesePhoto ul li {
    width: 100%;
  }
  #feature .japanesePhoto ul li:last-child {
    width: 100%;
  }
  #feature .crossAgePhoto ul li {
    width: 100%;
  }
  #feature .crossAgePhoto ul li:first-child {
    width: 100%;
  }
  #year .month {
    width: 100%;
  }
  #year .everyMonth ul li {
    width: 100%;
  }
  #daily .dayPlan dt {
    width: 100%;
    border-bottom: none;
  }
  #daily .dayPlan dd {
    width: 100%;
  }
  .dailyPhoto1 {
    width: 100%;
  }
  #daily .dailyPhoto2 ul li:nth-child(2n) {
    width: 100%;
  }
  #daily .dailyPhoto2 ul li:nth-child(2n+1) {
    width: 100%;
  }
  #support .wakuwakuPhoto ul li {
    width: 100%;
  }
  #support .ichijiPhoto {
    width: 100%;
    float: right;
  }
  #support .hamanasuPhoto ul li {
    width: 100%;
  }
  #support .hamanasuPhoto ul li:first-child {
    width: 80%;
  }
  #support .dakkoPhoto {
    width: 100%;
  }
  /*
---------------------------------------------------480ここまで
*/
}