@charset "UTF-8";
/* CSS Document */
/*----------トップセクション----------*/
.section-top {
  background: #eaf8fb url("../annual-schedule_img/top_img.png");
  background-size: 53% auto;
  background-repeat: no-repeat;
  background-position: center 180px;
  height: 60vw;
  margin: 13px auto 120px;
  position: relative
}
.section-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 100%;
  height: 62px;
  background: url("../preschool_img/lightblue-nami.png") repeat-x left top;
  background-size: 100% auto;
}
.section-top h2 {
  font-family: Kiwi Maru;
  font-size: 4.0rem;
  color: #2a9eb8;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-left: 17vw;
  padding: 40px 0 0 0;
}
.notebook_img {
  width: 72px;
  padding-right: 10px;
}
.top-lead {
  font-size: 1.8rem;
  padding-left: 130px;
}
.section-top_fish1 {
  padding: 0 0 150px 0;
}
.section-top_fish2 {
  position: absolute;
  right: 30px;
  bottom: -7vw;
  width: 34vw;
}
/*----------タブレット版トップセクション----------*/
@media (min-width: 769px) and (max-width: 1020px) {
  .section-top {
    background: #eaf8fb url("../annual-schedule_img/top_img.png");
    background-size: 53% auto;
    background-repeat: no-repeat;
    background-position: center 180px;
    height: 65vw;
    margin: 13px auto 120px;
    position: relative
  }
  .section-top_fish1 {
    width: 31vw;
  }
  .section-top_fish2 {
    position: absolute;
    right: 0;
    bottom: -10vw;
    width: 34vw;
  }
}
/*----------モバイル版トップセクション----------*/
@media (max-width:768px) {
  .section-top {
    background: #eaf8fb url("../annual-schedule_img/mobile-top_img.png");
    background-size: 58% auto;
    background-repeat: no-repeat;
    background-position: center 130px;
    height: 110vw;
    margin: 3px auto 60px;
    position: relative
  }
  .section-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 50vw;
    background: url("../preschool_img/lightblue-nami.png") repeat-x left top;
    background-size: 100% auto;
  }
  .section-top h2 {
    font-size: 2.4rem;
    width: 225px;
    margin: 0 auto;
    padding: 13px 0 0 0;
    align-items: flex-end;
  }
  .top-lead {
    font-size: 1.4rem;
    width: 280px;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
  .section-top_fish1 {
    display: none;
  }
  .section-top_fish2 {
    width: 45vw;
    right: 0px;
    bottom: -14vw;
  }
}
/*----------年間予定セクション----------*/
.section-annual-calendar {
  margin-bottom: 130px;
}
/*----------１学期----------*/
.first-semester_outline {
  display: flex;
  margin-bottom: 15px;
  font-family: Kiwi Maru;
  font-size: 2.0rem;
  align-items: center;
}
.semester-img {
  width: 328px;
  margin-left: 60px;
}
.first-semester {
  margin: 0 0 0 13vw;
}
.first-semester_title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}
.first-semester_img {
  margin-left: 8vw
}
.tulip {
  padding-left: 20px;
  width: 100px;
}
.semester-detail1 {
  border: solid 2px #df93bd;
  background-color: #f8e9f1;
  width: 45vw;
  height: 185px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
  align-items: center;
}
.april, .may, .june, .september, .october, .november, .december, .january, .february, .march {
  width: 72px;
  padding: 0 0 0 67px;
}
.april_1, .may_1, .june_1, .september_1, .october_1, .november_1, .december_1, .january_1, .february_1, .march_1 {
  font-size: 7.0rem;
  line-height: 0.35em;
  font-family: Kiwi Maru;
  text-align: center;
}
.april_1 span, .may_1 span, .june_1 span, .september_1 span, .january_1 span, .february_1 span, .march_1 span {
  font-size: 1.8rem;
}
.october_1 span, .november_1 span, .december_1 span {
  font-size: 1.8rem;
  padding-left: 15px;
}
.april_2, .may_2, .june_2, .september_2, .october_2, .november_2, .december_2, .january_2, .february_2, .march_2 {
  padding-left: 10vw;
}
.semester-detail2 {
  border: solid 2px #df93bd;
  border-top: none;
  background-color: #f8e9f1;
  width: 45vw;
  height: 185px;
  display: flex;
  align-items: center;
}
.semester-detail3 {
  border: solid 2px #df93bd;
  border-top: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #f8e9f1;
  width: 45vw;
  height: 185px;
  display: flex;
  align-items: center;
}
.semester-img img {
  width: 24vw;
  margin-top: 20px;
}
/*----------２学期----------*/
.second-semester_outline {
  display: flex;
  margin-bottom: 0;
  font-family: Kiwi Maru;
  font-size: 2.0rem;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}
.second-semester-img {
  margin-top: 100px;
  width: 328px;
  text-align: right;
}
.second-semester-img img {
  width: 24vw;
  margin: 20px 2vw 0 0;
}
.second-semester {
  margin: 0 10vw 0 0;
}
.second-semester_title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.second-semester_title p {
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  margin-right: 10px;
}
.second-semester_img {
  width: 119px;
  height: 100%;
  margin-left: 5vw;
}
.summer-vacation {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.blue-goldfish {
  margin-right: 10px;
}
.semester-detail4 {
  border: solid 2px #2a9eb8;
  background-color: #ddf1f6;
  width: 45vw;
  height: 185px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
  align-items: center;
}
.semester-detail5, .semester-detail6 {
  border: solid 2px #2a9eb8;
  border-top: none;
  background-color: #ddf1f6;
  width: 45vw;
  height: 185px;
  display: flex;
  align-items: center;
}
.semester-detail7 {
  border: solid 2px #2a9eb8;
  border-top: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #ddf1f6;
  width: 45vw;
  height: 185px;
  display: flex;
  align-items: center;
}
.only-elementary {
  text-align: right;
  font-size: 1.5rem;
}
/*----------３学期----------*/
.third-semester_outline {
  display: flex;
  margin-bottom: 15px;
  font-family: Kiwi Maru;
  font-size: 2.0rem;
  align-items: center;
  justify-content: center;
}
.third-semester-img {
  margin-top: 100px;
  text-align: right;
  width: 235px;
}
.third-semester-img img {
  width: 80vw;
  max-width: 225px;
  margin-top: 20px;
}
.third-semester {
  margin: 0 10vw 0 0;
}
.third-semester_title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}
.third-semester_title p {
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  margin-left: 10px;
}
.third-semester_img {
  width: 119px;
  height: 100%;
  margin-right: 5vw;
  padding-top: 53px;
}
.winter-vacation {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.christmas-tree {
  margin-left: 10px;
  width: 90px;
}
.semester-detail8 {
  border: solid 2px #df93bd;
  background-color: #f8e9f1;
  width: 45vw;
  height: 185px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
  align-items: center;
}
.semester-detail9 {
  border: solid 2px #df93bd;
  border-top: none;
  background-color: #f8e9f1;
  width: 45vw;
  height: 185px;
  display: flex;
  align-items: center;
}
.semester-detail10 {
  border: solid 2px #df93bd;
  border-top: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #f8e9f1;
  width: 45vw;
  height: 185px;
  display: flex;
  align-items: center;
}
/*----------モバイル版年間予定セクション----------*/
@media (max-width:768px) {
  .first-semester_outline, .second-semester_outline, .third-semester_outline {
    display: block;
    font-size: 1.6rem;
  }
  .first-semester_img, .second-semester_img, .third-semester_img {
    width: 88px;
    text-align: center;
  }
  .tulip {
    width: 70px;
    padding-left: 10px;
  }
  .semester-img, .second-semester-img, .third-semester-img {
    margin-left: 0px;
    margin: 0 auto;
  }
  .first-semester, .second-semester, .third-semester {
    margin: 0 6vw;
  }
  .semester-detail1, .semester-detail2, .semester-detail3, .semester-detail4, .semester-detail5, .semester-detail6, .semester-detail7, .semester-detail8, .semester-detail9, .semester-detail10 {
    width: auto;
    max-width: 400px;
    height: 105px;
    margin: 0 auto;
  }
  .april, .may, .june, .september, .october, .november, .december, .january, .february, .march {
    width: 72px;
    padding: 0 0 0 10vw;
  }
  .april_1, .may_1, .june_1, .september_1, .october_1, .november_1, .december_1, .january_1, .february_1, .march_1 {
    font-size: 4.8rem;
    line-height: 0.38em;
  }
  .april_1 span, .may_1 span, .june_1 span, .september_1 span, .january_1 span, .february_1 span, .march_1 span {
    font-size: 1.4rem;
  }
  .october_1 span, .november_1 span, .december_1 span {
    font-size: 1.4rem;
    padding-left: 9px;
  }
  .april_2, .may_2, .june_2, .september_2, .october_2, .november_2, .december_2, .january_2, .february_2, .march_2 {
    padding-left: 12vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .semester-img img {
    width: 76vw;
    max-width: 345px;
  }
  .second-semester_title, .third-semester_title {
    display: block;
    text-align: center;
  }
  .summer-vacation {
    justify-content: center;
    padding-right: 38vw;
  }
  .second-semester_img {
    margin: 15px 0 0 0;
  }
  .second-semester-img {
    margin: 20px auto 0;
    text-align: center;
  }
  .second-semester-img img {
    width: 76vw;
    max-width: 345px;
    margin: 20px 0 0 0;
  }
  .october_2 img {
    width: 50px;
  }
  .third-semester_title {
    display: block;
  }
  .winter-vacation {
    justify-content: center;
    padding: 20px 0 0 30vw;
  }
  .third-semester_img {
    padding-top: 15px;
    text-align: center;
  }
  .third-semester_img img {
    width: 90vw;
    max-width: 345px;
  }
}