@charset "utf-8";
/* ====================================================
		Layout
==================================================== */
#main .row {}
#main img {
  border-radius: 40px;
}
#gNavi ul li:nth-child(2) a {
  color: #00608d;
}
#gNavi ul li.has-child ul li a {
  color: #774935;
}

#main::after, #main h1::after {
  background: none;
}
#main h1::before {
  width: 366px;
  height: 274px;
  background: url("../img_common/img_texture_yellow_09.png") no-repeat 0 0 / 272px 204px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 600px;
  left: 10px;
}
#main h1 span::before {
  width: 270px;
  height: 232px;
  background: url("../img_common/img_texture_green_13.png") no-repeat 0 0 / 270px 232px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 70px;
  right: -80px;
}
#main h1 span::after {
  width: 182px;
  height: 126px;
  background: url("../img_common/img_texture_pink_01.png") no-repeat 0 0 / 182px 126px;
  animation: fuwafuwa3 3s infinite ease-in-out .3s alternate;
  top: 269px;
  right: 5%;
}
/* -------------------------------
		H2
------------------------------- */
#main h2 {
  padding-bottom: 20px;
}
#main h3 {
  font-size: 2.6rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
}
#main article p {
  line-height: 2.5;
  letter-spacing: 0.15em;
}
/* ====================================================
		Philosophy
==================================================== */
#philosophy .row {
  width: 840px;
}
/* -------------------------------
		Text
------------------------------- */
#philosophy p.lead {
  padding: 0 60px;
}
/* -------------------------------
		Point - 4
------------------------------- */
#philosophy .flex {
  font-size: 2.4rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0 0;
}
/* Background - White Circle */
#philosophy .flex li {
  width: 25%;
  background: #fff;
  animation: fluidrotate 40s ease .5s infinite;
  padding: 40px 0 50px;
  position: relative;
}
#philosophy .flex li:nth-child(1) {
  right: -15px;
}
#philosophy .flex li:nth-child(2) {
  right: -5px;
}
#philosophy .flex li:nth-child(3) {
  left: -5px;
}
#philosophy .flex li:nth-child(4) {
  left: -15px;
}
/* Background - Animation */
#philosophy .flex li:nth-child(1) {
  animation: fluidrotate 30s ease .4s infinite;
}
#philosophy .flex li:nth-child(2) {
  animation: fluidrotate 50s ease .3s infinite;
}
#philosophy .flex li:nth-child(3) {
  animation: fluidrotate 45s ease .2s infinite;
}
#philosophy .flex li:nth-child(4) {
  animation: fluidrotate 40s ease .5s infinite;
}
/* Text - Point Color */
#philosophy .flex li:nth-child(1) span {
  color: #ffbb00;
}
#philosophy .flex li:nth-child(2) span {
  color: #00b800;
}
#philosophy .flex li:nth-child(3) span {
  color: #00abd0;
}
#philosophy .flex li:nth-child(4) span {
  color: #ff8cd4;
}
/* Icon */
#philosophy .flex li::before {
  content: '';
  width: 24px;
  height: 24px;
  animation: kakukaku2 4s step-start 0s infinite normal;
  background: url("../img_common/icon_circle_brown.png") no-repeat 0 0 / 24px;
  display: block;
  margin: 0 auto 10px;
}
#philosophy .flex li:nth-child(1)::before {
  animation: kakukaku2 4s step-start 0s infinite normal;
  background-image: url("../img_common/icon_ring_orenge.png");
}
#philosophy .flex li:nth-child(2)::before {
  animation: kakukaku2 6s step-start .2s infinite normal;
  background-image: url("../img_common/icon_triangle_green.png");
}
#philosophy .flex li:nth-child(3)::before {
  animation: kakukaku2 5s step-start .1s infinite normal;
  background-image: url("../img_common/icon_square_blue.png");
}
#philosophy .flex li:nth-child(4)::before {
  animation: kakukaku2 3s step-start .2s infinite normal;
  background-image: url("../img_common/icon_triangle_pink.png");
}
/* -------------------------------
		Animation - Paints
------------------------------- */
#philosophy h2::before {
  content: "";
  width: 270px;
  height: 270px;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 400px;
  right: -300px;
  display: block;
  position: absolute;
  z-index: -10;
}
/* ====================================================
		Nurturing
==================================================== */
/* -------------------------------
		Background - Wave
------------------------------- */
canvas#waveNurturingTop {
  position: relative;
  left: 0;
  bottom: 0;
  transform: scale(1, -1);
}
canvas#waveNurturingBottom {
  position: relative;
  left: 0;
  bottom: 0;
}
/* -------------------------------
		Nurturing List
------------------------------- */
/* Layout */
#nurturing section {
  width: 25%;
}
#nurturing section:nth-child(1) {
  padding-top: 10px;
}
#nurturing section:nth-child(2) {
  padding-top: 100px;
}
#nurturing section:nth-child(4) {
  padding-top: 120px;
}
#nurturing section div {
  position: relative;
}
/* H3 */
#nurturing h3 {
  width: 80%;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* Number */
#nurturing h3 span {
  font-size: 1.2rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}
#nurturing h3 span::after {
  content: '';
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  display: block;
  margin: 6px auto 20px;
}
/* Background - Color Image */
#nurturing svg {
  position: relative;
  z-index: -1;
}
/* Text */
#nurturing section p {
  padding: 0 10%;
}
/* -------------------------------
		Animation - Paints
------------------------------- */
#nurturing h2::before, #nurturing h2::after {
  content: "";
  display: block;
  position: absolute;
}
#nurturing h2::before {
  width: 444px;
  height: 302px;
  margin: 0 auto;
  background: url("../img_common/img_texture_yellow_01.png") no-repeat 0 0 / 444px 302px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 270px;
  right: -60px;
  z-index: -10;
}
#nurturing h2::after {
  width: 298px;
  height: 280px;
  margin: 0 auto;
  background: url("../img_common/img_texture_pink_07.png") no-repeat 0 0 / 298px 280px;
  animation: fuwafuwa3 4s infinite ease-in-out .4s alternate;
  bottom: -300px;
  left: -250px;
}
/* ====================================================
		Policy
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#policy .flex {
  padding-bottom: 100px;
}
#policy section {
  width: 46%;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: -200px;
}
#policy section:nth-child(even) {
  margin-top: 200px;
}
#policy p {
	color: #001e43;
}
#policy p.lead {
  padding: 0 160px 100px;
	color: #001e43;
}
#policy .catchCopy {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  -webkit-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: -20px;
  right: 50px;
  z-index: 2;
  font-feature-settings: normal;
  -moz-font-feature-settings: normal;
}
#policy .catchCopy span {
  border-radius: 4px;
  margin-left: 15px;
  display: block;
}
#policy .catchCopy span span {
  display: inline-block;
  background: #ED2864;
  margin: 0;
  padding: 15px 5px;
}
#policy section:nth-child(2) .catchCopy, #policy section:nth-child(3) .catchCopy {
  right: inherit;
  left: 50px;
}
#policy h3 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 280px;
  left: 60px;
  animation: kakukaku1 4s step-start 0s infinite normal;
  letter-spacing: 0;
}
#policy h3::after {
  content: '';
  width: 138px;
  height: 106px;
  background: url("../about/images/img_speech-bubbles_green.png") no-repeat 0 0 / 138px 106px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
#policy h3 span {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 25px;
}
#policy h3 strong {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-left: 10px;
}
#policy h3 strong span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 0;
}
#policy section:nth-child(2) h3, #policy section:nth-child(3) h3 {
  animation: kakukaku1 4s step-start .4s infinite normal;
}
/* -------------------------------
		Text
------------------------------- */
#policy section .text {
  padding: 30px 40px 0 180px;
}
/* -------------------------------
		Animation - Paints
------------------------------- */
#policy h2::before, #policy h2::after, #policy h2 .arch::after {
  content: "";
  display: block;
  position: absolute;
}

#policy h2 .arch::after {
  width: 182px;
  height: 128px;
  margin: 0 auto;
  background: url("../img_common/img_texture_yellow_03.png") no-repeat 0 0 / 182px 128px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  bottom: 70px;
  left: -100px;
}
/* ====================================================
		Information
==================================================== */
/* -------------------------------
		Background - Wave
------------------------------- */
canvas#waveInformationTop {
  position: relative;
  left: 0;
  bottom: 0;
  transform: scale(1, -1);
}
canvas#waveInformationBottom {
  position: relative;
  left: 0;
  bottom: 0;
}
/* -------------------------------
		BgWhiteBox
------------------------------- */
/* text */
#information .bgWhiteBox {
  letter-spacing: 0.1em;
  background-color: #fdfef8;
}
/* -------------------------------
		Access
------------------------------- */
#information #access {
  padding-top: 100px;
}
#information #access div:first-child {
  width: 35%;
  padding-top: 20px;
}
#information #access div:first-child .listTypeB {
  padding: 40px 0;
}
#information #access .listTypeB {
  letter-spacing: 0.15em;
}
/* Button - Bus */
#information #access div:first-child a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 0 20px 80px;
  position: relative;
  transition: ease .2s;
  letter-spacing: 0.05em;
}
#information #access div:first-child a::after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  transition: all .3s;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../img/icon/yajirushi.webp") no-repeat left center / 60px;
}
#information #access div:first-child a:hover::after {
  left: 40px;
}
/* Google Map */
#information #access .googleMap {
  width: 64%;
  padding-right: 1%;
}
#information #access .googleMap iframe {
  border: 4px solid#ED2864;
  border-radius: 20px;
}
/* Button - Google Map */
#information #access .googleMap .btn {
  width: 200px;
  font-size: 1.4rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 20px auto 0;
}
#information #access .googleMap .btn a {
  font-size: 1.3rem;
  overflow: hidden;
  border: 2px solid#ED2864;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
  line-height: 1em;
  padding: 14px 0 12px;
  position: relative;
  transition: ease .2s;
  display: block;
}
#information #access .googleMap .btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 2px solid#ED2864;
  background:#ED2864;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#information #access .googleMap .btn a span {
  position: relative;
  z-index: 3;
  color:#ED2864;
  padding-left: 18px;
  background: url("../img_common/icon_map.png") no-repeat left center / 12px 16px;
  padding-top: 4px;
}
#information #access .googleMap .btn a:hover {
  opacity: 1;
}
#information #access .googleMap .btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#information #access .googleMap .btn a:hover span {
  color: #fff;
  background: url("../img_common/icon_map_white.png") no-repeat left center / 12px 16px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { /*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #information #access .googleMap .btn a::before {
    content: none;
  }
  _::-webkit-full-page-media, _:future, :root #information #access .googleMap .btn a:hover span {
    opacity: 0.6;
  }
  _::-webkit-full-page-media, _:future, :root #information #access .googleMap .btn a:hover span {
    color: #774935;
    background: url("../img_common/icon_map.png") no-repeat left center / 12px 16px;
  }
}
/* -------------------------------
		Animation - Paints
------------------------------- */
#information h2::before, #information h2::after, #information h2 .arch::before, #information .bgWhiteBox::before {
  content: "";
  display: block;
  position: absolute;
}

/* ====================================================
		Facilities
==================================================== */
#facilities section {
  position: relative;
  padding-bottom: 200px;
}


/* -------------------------------
		H2
------------------------------- */
#facilities h2 {
  padding-bottom: 100px;
}
/* -------------------------------
		Image
------------------------------- */
#facilities img {
  width: 100%;
  height: auto;
}
/* -------------------------------
		White Box
------------------------------- */
#facilities .whiteBox {
  width: 24%;
  background: #fff;
  padding: 50px 10%;
  border-radius: 40px 0 0 40px;
  position: absolute;
}
#facilities section:nth-child(odd) .whiteBox {
  border-radius: 0 40px 40px 0;
  left: 0;
}
#facilities section:nth-child(even) .whiteBox {
  right: 0;
}
/* -------------------------------
		Garden Hut
------------------------------- */
#gardenHut .photo {
  width: 1100px;
  margin: 0 auto;
}
#gardenHut .whiteBox {
  bottom: 100px;
}
/* -------------------------------
		Space
------------------------------- */
#space .photo {
  width: 1030px;
  margin: 0 auto;
  padding-left: 70px;
  position: relative;
  z-index: -1;
  padding-bottom: 370px;
}
#space .photo img {
  position: relative;
}
#space .photo img:nth-child(1) {
  width: 600px;
  height: auto;
}
#space .photo img:nth-child(2) {
  width: 280px;
  height: auto;
  top: 120px;
  right: 50px;
  position: absolute;
}
#space .photo img:nth-child(3) {
  width: 200px;
  height: auto;
  top: 440px;
  right: 0;
  position: absolute;
}
#space .photo img:nth-child(4) {
  width: 430px;
  height: auto;
  bottom: 0;
  left: 400px;
  position: absolute;
}
#space .whiteBox {
  bottom: 450px;
}
/* -------------------------------
		kindergarten Yard
------------------------------- */
#kindergartenYard .photo {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
  padding-bottom: 530px;
}
#kindergartenYard .photo img:nth-child(2) {
  width: 745px;
  height: auto;
  margin-top: 70px;
  bottom: 0;
  right: 0;
  position: absolute;
}
#kindergartenYard .photo img:nth-child(3) {
  width: 230px;
  height: auto;
  bottom: -70px;
  left: 60px;
  position: absolute;
}
#kindergartenYard .whiteBox {
  top: 480px;
}
/* -------------------------------
		Feeding Center
------------------------------- */
#feedingCenter .photo {
  width: 1100px;
  text-align: right;
  margin: 0 auto;
}
#feedingCenter .photo img {
  width: 720px;
  height: auto;
}
#feedingCenter .whiteBox {
  bottom: 140px;
}
/* -------------------------------
		Animation - Paints
------------------------------- */
#gardenHut .photo::before, #gardenHut .photo::after, #space .photo::before, #space .photo::after, #kindergartenYard .photo::before, #kindergartenYard .photo::after, #kindergartenYard .whiteBox::before, #feedingCenter .photo::before, #feedingCenter .photo::after {
  content: "";
  display: block;
  position: absolute;
}
#gardenHut .photo::before {
  width: 464px;
  height: 280px;
  margin: 0 auto;
  background: url("../img_common/img_dot_03.png") no-repeat 0 0 / 464px 280px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: -500px;
  left: -200px;
}
#gardenHut .photo::after {
  width: 224px;
  height: 226px;
  margin: 0 auto;
  background: url("../img_common/img_dot_07.png") no-repeat 0 0 / 224px 226px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 450px;
  left: 10px;
}
#space .photo::before {
  width: 442px;
  height: 302px;
  margin: 0 auto;
  background: url("../img_common/img_texture_yellow_06.png") no-repeat 0 0 / 442px 302px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 600px;
  right: 50px;
}
#space .photo::after {
  width: 432px;
  height: 246px;
  margin: 0 auto;
  background: url("../img_common/img_texture_green_09.png") no-repeat 0 0 / 432px 246px;
  animation: fuwafuwa3 4s infinite ease-in-out .4s alternate;
  bottom: -320px;
  left: -200px;
}
#kindergartenYard .photo::before {
  width: 146px;
  height: 138px;
  margin: 0 auto;
  background: url("../img_common/img_texture_orange_01.png") no-repeat 0 0 / 146px 138px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 0;
  left: -90px;
  z-index: -10;
}
#kindergartenYard .photo::after {
  width: 410px;
  height: 302px;
  margin: 0 auto;
  background: url("../img_common/img_texture_pink_09.png") no-repeat 0 0 / 410px 302px;
  animation: fuwafuwa3 3s infinite ease-in-out .3s alternate;
  bottom: -100px;
  right: -100px;
  z-index: -10;
}
#kindergartenYard .whiteBox::before {
  width: 270px;
  height: 270px;
  margin: 0 auto;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px 270px;
  animation: fuwafuwa3 3s infinite ease-in-out .3s alternate;
  top: -600px;
  right: 50px;
}
#feedingCenter .photo::before {
  width: 224px;
  height: 226px;
  margin: 0 auto;
  background: url("../img_common/img_dot_07.png") no-repeat 0 0 / 224px 226px;
  animation: fuwafuwa3 3s infinite ease-in-out .3s alternate;
  top: 300px;
  right: 50px;
  z-index: -10;
}
#feedingCenter .photo::after {
  width: 182px;
  height: 127px;
  margin: 0 auto;
  background: url("../img_common/img_texture_yellow_03.png") no-repeat 0 0 / 182px 127px;
  animation: fuwafuwa3 4s infinite ease-in-out .4s alternate;
  top: 450px;
  right: 200px;
  z-index: -20;
}
#subFooter::before, #subFooter::after {
  background: none;
}
@media screen and (min-width: 897px) and (max-width: 1299px) {
  #main .row {}
  #philosophy h2::before {
    top: 400px;
    right: -150px;
    z-index: -10;
  }
  #nurturing h2::before {
    top: 270px;
    right: -150px;
    z-index: -10;
  }
  #nurturing h2::after {
    bottom: -300px;
    left: -100px;
  }
  #policy h3 {
    top: 240px;
  }
  #policy h2::before {
    top: 580px;
    right: 50px;
  }
  #policy h2::after {
    top: 520px;
    right: -150px;
  }
  #policy h2 .arch::after {
    bottom: 80px;
    left: 20px;
  }
  /* ====================================================
      Information
  ==================================================== */
  #information h2::before {
    left: -120px;
  }
  #information h2::after {
    left: -50px;
  }
  #information h2 .arch::before {
    left: 40px;
  }
  #facilities .whiteBox {
    width: 50%;
    padding: 50px 10%;
  }
  /* -------------------------------
      Garden Hut
  ------------------------------- */
  #gardenHut .photo {
    width: inherit;
    padding: 0 50px;
  }
  /* -------------------------------
      Space
  ------------------------------- */
  #space .photo {
    width: inherit;
    padding: 0 50px;
  }
  #space .photo img:nth-child(1) {
    width: 70%;
  }
  #space .photo img:nth-child(2) {
    width: 22%;
    top: 120px;
    right: 50px;
  }
  #space .photo img:nth-child(3) {
    width: 18%;
    top: 40%;
    right: 50px;
  }
  #space .photo img:nth-child(4) {
    width: 430px;
    bottom: -80px;
    left: 50%;
    position: relative;
  }
  #space .whiteBox {
    bottom: 300px;
  }
  /* -------------------------------
      kindergarten Yard
  ------------------------------- */
  #kindergartenYard .photo {
    width: inherit;
    padding: 0 50px;
    padding-bottom: 520px;
  }
  #kindergartenYard .photo img:nth-child(2) {
    width: 70%;
    right: -40px;
  }
  #kindergartenYard .photo img:nth-child(3) {
    width: 24%;
    left: 50px;
  }
  #kindergartenYard .whiteBox {
    top: 30%;
  }
  /* -------------------------------
      Feeding Center
  ------------------------------- */
  #feedingCenter .photo {
    width: inherit;
    padding-right: 50px;
  }
  #feedingCenter .photo img {
    width: 80%;
  }
  #feedingCenter .whiteBox {
    bottom: 50px;
  }
  /* -------------------------------
		Animation - Paints
  ------------------------------- */
  #gardenHut .photo::after {
    top: 470px;
    left: -30px;
  }
  #space .photo::after {
    bottom: -300px;
    left: -200px;
  }
  #kindergartenYard .photo::before {
    top: 30px;
    left: -10px;
  }
  #kindergartenYard .photo::after {
    bottom: -100px;
    right: -110px;
  }
  #kindergartenYard .whiteBox::before {
    top: -490px;
    right: -110px;
  }
  #feedingCenter .photo::before {
    top: 500px;
    right: 0;
  }
  #feedingCenter .photo::after {
    top: 600px;
    right: 150px;
  }
}
/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  /* ====================================================
      Layout
  ==================================================== */
  #main .row {
    /*width: inherit;
    padding: 0 5% 80px;*/
  }
  #main::after {
    width: 200px;
    height: 200px;
    background-size: 200px;
    bottom: -200px;
    right: 200px;
  }

  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #main h1::before {
    width: 136px;
    height: 102px;
    background-size: 136px 102px;
    top: 350px;
    left: -40px;
  }
  #main h1 span::before {
    width: 136px;
    height: 116px;
    background-size: 136px 116px;
    top: 70px;
    right: -80px;
  }
  #main h1 span::after {
    width: 92px;
    height: 64px;
    background-size: 92px 64px;
    top: 140px;
    right: 2%;
  }
  /* -------------------------------
		Text
  ------------------------------- */
  #main article p {
    line-height: 2;
    letter-spacing: 0.01em;
  }
  /* ====================================================
      Philosophy
  ==================================================== */
  #philosophy .row {
    width: inherit;
    padding: 0 5% 50px;
  }
  /* -------------------------------
      Text
  ------------------------------- */
  #philosophy p.lead {
    padding: 0;
  }
  /* -------------------------------
      Point - 4
  ------------------------------- */
  #philosophy .flex {
    font-size: 1.8rem;
    padding: 50px 0 0;
  }
  /* Background - White Circle */
  #philosophy .flex li {
    width: 50%;
    padding: 40px 0 50px;
  }
  #philosophy .flex li:nth-child(1) {
    right: 0;
  }
  #philosophy .flex li:nth-child(2) {
    right: 0;
  }
  #philosophy .flex li:nth-child(3) {
    left: 0;
  }
  #philosophy .flex li:nth-child(4) {
    left: 0;
  }
  /* -------------------------------
		Animation - Paints
  ------------------------------- */
  #philosophy h2::before {
    width: 200px;
    height: 200px;
    background-size: 200px;
    top: 450px;
    right: -80px;
  }
  /* ====================================================
      Nurturing
  ==================================================== */
  /* -------------------------------
      Nurturing List
  ------------------------------- */
  /* Layout */
  #nurturing section {
    width: 100%;
    padding-bottom: 30px;
  }
  #nurturing section:nth-child(1) {
    padding-top: 0;
  }
  #nurturing section:nth-child(2) {
    padding-top: 0;
  }
  #nurturing section:nth-child(4) {
    padding-top: 0;
    padding-bottom: 0;
  }
  #nurturing section div {
    width: 60%;
    margin: 0 auto;
  }
  /* H3 */
  #nurturing h3 {
    font-size: 2.8rem;
  }
  /* Text */
  #nurturing section p {
    padding: 0 10%;
  }
  /* -------------------------------
		Animation - Paints
  ------------------------------- */
  #nurturing h2::before {
    width: 222px;
    height: 151px;
    background-size: 222px 151px;
    top: 100px;
    right: -110px;
  }
  #nurturing h2::after {
    width: 150px;
    height: 140px;
    background-size: 150px 140px;
    bottom: -200px;
    left: -20px;
  }
  /* ====================================================
      Policy
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #policy .row {
    padding-bottom: 30px;
  }
  #policy .flex {
    padding: 0;
  }
  #policy section {
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  #policy section:nth-child(even) {
    margin-top: 0;
  }
  #policy section:last-child {
    padding-bottom: 0;
  }
  #policy section img {
    border-radius: 20px;
  }
  /* -------------------------------
      Text
  ------------------------------- */
  #policy p.lead {
    padding: 0 0 80px;
  }
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #policy .catchCopy {
    top: -50px;
    right: 30px;
  }
  #policy section:nth-child(2) .catchCopy, #policy section:nth-child(3) .catchCopy {
    left: inherit;
    right: 30px;
  }
  /* -------------------------------
      H3 - Balloon
  ------------------------------- */
  #policy h3 {
    font-size: 3rem;
    top: -40px;
    left: 8%;
  }
  #policy h3::after {
    width: 80px;
    height: 61px;
    background: url("../about/images/img_speech-bubbles_green.png") no-repeat 0 0 / 80px 61px;
  }
  #policy h3 span {
    font-size: 1rem;
    padding-top: 14px;
    padding-bottom: 4px;
  }
  #policy h3 strong {
    font-size: 2rem;
    padding-left: 10px;
    display: block;
  }
  #policy h3 strong span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  /* -------------------------------
      Text
  ------------------------------- */
  #policy section .text {
    padding: 30px 5% 0;
  }
  /* -------------------------------
		Animation - Paints
  ------------------------------- */
  #policy h2::before {
    width: 200px;
    height: 200px;
    background-size: 200px;
    top: 480px;
    right: -20px;
  }
  #policy h2::after {
    width: 174px;
    height: 178px;
    background-size: 174px 178px;
    top: 520px;
    right: -20px;
  }
  #policy h2 .arch::after {
    width: 92px;
    height: 64px;
    background-size: 92px 64px;
    bottom: 170px;
    left: 20px;
    z-index: 10;
  }
  /* ====================================================
      Information
  ==================================================== */
  #information .bgWhiteBox {
    letter-spacing: 0.08em;
  }
  /* -------------------------------
      Access
  ------------------------------- */
  #information #access {
    padding-top: 0;
  }
  #information #access h3, #information #access .listTypeB {
    letter-spacing: 0.08em;
  }
  #information #access div:first-child {
    width: 100%;
    padding-top: 30px;
  }
  #information #access div:first-child .listTypeB {
    padding: 10px 0 0;
  }
  #information #access div:first-child h3 {
    font-size: 2rem;
  }
  /* Button - Bus */
  #information #access div:first-child a {
    padding: 10px 0 10px 12%;
  }
  #information #access div:first-child a::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    left: 5%;
  }
  #information #access div:first-child a:hover::after {
    left: 6%;
  }
  /* Google Map */
  #information #access .googleMap {
    width: 98%;
    padding-top: 40px;
  }
  #information #access .googleMap .btn a:hover::before, #information #access .googleMap .btn a:hover span {
    animation: none;
    transition: unset;
    transform: none;
    border: none;
  }
  /* -------------------------------
		Animation - Paints
  ------------------------------- */
  #information h2::before {
    width: 216px;
    height: 122px;
    background-size: 216px 122px;
    top: -70px;
    left: -80px;
  }
  #information h2::after {
    width: 200px;
    height: 200px;
    background-size: 200px;
    top: -180px;
    left: -100px;
  }
  #information h2 .arch::before {
    width: 74px;
    height: 70px;
    margin: 0 auto;
    background-size: 74px 70px;
    top: 0;
    left: 10px;
  }

  /* ====================================================
      Facilities
  ==================================================== */
  #facilities section {
    padding-bottom: 60px;
  }
  #facilities img {
    border-radius: 20px;
  }
  #facilities h2 {
    padding-bottom: 60px;
  }
  /* -------------------------------
      White Box
  ------------------------------- */
  #facilities .whiteBox {
    width: 80%;
    padding: 30px 5%;
    margin: 20px 5% 0;
    border-radius: 20px;
    position: static;
  }
  #facilities section:nth-child(odd) .whiteBox {
    border-radius: 20px;
    left: 0;
  }
  #facilities .whiteBox h3 {
    font-size: 2rem;
  }
  /* -------------------------------
      Garden Hut
  ------------------------------- */
  #gardenHut .photo {
    width: inherit;
    padding: 0 5%;
  }
  /* -------------------------------
      Space
  ------------------------------- */
  #space .photo {
    width: inherit;
    padding: 0 0 20px;
  }
  #space .photo img:nth-child(1) {
    width: 70%;
    left: -20px;
  }
  #space .photo img:nth-child(2) {
    width: 24%;
    top: 100px;
    right: 5%;
  }
  #space .photo img:nth-child(3) {
    width: 18%;
    top: 38%;
    right: 2%;
  }
  #space .photo img:nth-child(4) {
    width: 80%;
    bottom: -20px;
    right: -30%;
    left: inherit;
    position: relative;
  }
  /* -------------------------------
      kindergarten Yard
  ------------------------------- */
  #kindergartenYard .photo {
    width: inherit;
    padding: 0 5%;
    padding-bottom: 20px;
  }
  #kindergartenYard .photo img:nth-child(2) {
    width: 80%;
    right: -30%;
    bottom: -20px;
    margin-top: 0;
    position: relative;
  }
  #kindergartenYard .photo img:nth-child(3) {
    width: 22%;
    left: 5%;
    bottom: 40px;
  }
  /* -------------------------------
      Feeding Center
  ------------------------------- */
  #feedingCenter .photo {
    width: inherit;
    padding-right: 5%;
  }
  #feedingCenter .photo img {
    width: 95%;
  }
  /* -------------------------------
		Animation - Paints
  ------------------------------- */
  #gardenHut .photo::before {
    width: 280px;
    height: 140px;
    background-size: 280px 140px;
    top: -400px;
    left: -170px;
  }
  #gardenHut .photo::after {
    width: 112px;
    height: 113px;
    background-size: 112px 113px;
    top: 350px;
    left: -30px;
    z-index: -10;
  }
  #space .photo::before {
    width: 112px;
    height: 113px;
    margin: 0 auto;
    background-size: 112px 113px;
    top: 0;
    right: 50px;
  }
  #space .photo::after {
    width: 216px;
    height: 123px;
    background-size: 216px 123px;
    bottom: -320px;
    left: 0;
  }
  #kindergartenYard .photo::before {
    width: 74px;
    height: 70px;
    background-size: 74px 70px;
    top: 0;
    left: -90px;
  }
  #kindergartenYard .photo::after {
    width: 205px;
    height: 150px;
    background-size: 205px 150px;
    bottom: -100px;
    left: -400px;
  }
  #kindergartenYard .whiteBox::before {
    width: 270px;
    height: 270px;
    background-size: 200px;
    top: -60px;
    right: -150px;
    z-index: -10;
  }
  #feedingCenter .photo::before {
    width: 112px;
    height: 113px;
    background-size: 112px 113px;
    top: 400px;
    right: 0;
  }
  #feedingCenter .photo::after {
    width: 90px;
    height: 64px;
    background-size: 90px 64px;
    top: 450px;
    right: 50px;
  }
  #subFooter::before {
    width: 150px;
    height: 201px;
    background-size: 150px 201px;
    bottom: 700px;
    right: -20px;
  }
  #subFooter::after {
    bottom: 650px;
    right: 10px;
  }
}
/* ====================================================
		value
==================================================== */
#value {
  background-color: #fef9fb;
}
#value .row {
  width: 980px;
}
#value p.lead {
  padding: 20px 20px;
  color: #001e43;
}
#value ul.flex_center {
  width: 90%;
  margin: 0 auto 60px;
  position: relative;
}
#value ul.flex_center::before, #value ul.flex_center::after {
  content: '';
  display: block;
  position: absolute;
}
#value ul.flex_center::before {
  width: 362px;
  height: 226px;
  background: url("../img_common/img_dot_02.png") no-repeat 0 0 / 362px 226px;
  animation: fuwafuwa3 5s infinite ease-in-out .3s alternate;
  top: -250px;
  right: -250px;
}
#value ul.flex_center::after {
  width: 182px;
  height: 126px;
  background: url("../img_common/img_texture_yellow_03.png") no-repeat 0 0 / 182px 126px;
  animation: fuwafuwa3 2s infinite ease-in-out .5s alternate;
  top: -80px;
  right: -120px;
}
#value ul.flex_center li {
  width: 26%;
  padding: 0 2%;
}
#value h2 {
  font-family: 'Bungee', cursive;
  font-size: 5.5rem;
  color: #001e43;
}
#value h2 strong span {
  color: #0068b7;
}
#value h3 {
  font-family: 'Bungee', cursive;
  font-size: 2.5rem;
  color: #001e43;
  text-align: center;
}
#value h2::before {
  content: "";
  width: 270px;
  height: 270px;
  background: url("../img/top/value.webp") no-repeat 0 0 / 270px;
  animation: fuwafuwa4 2s infinite ease-in-out .2s alternate;
  top: 400px;
  right: -300px;
  display: block;
  position: absolute;
  z-index: -10;
}
@media screen and (min-width: 897px) and (max-width: 1299px) {
  #value h2::before {
    top: 400px;
    right: -150px;
    z-index: -10;
  }
}
@media screen and (max-width: 896px) {
  #value {
    padding: 10px 5% 5px;
  }
	
	#value .row {
    width: inherit;
  }
  #value h2 {
    font-size: 3rem;
  
  }
  #value p.lead {
    padding: 0;
  }
	#value h3 {
    font-size: 2rem;
  }
  #value ul.flex_center {
    width: 100%;
  }
  #value ul.flex_center::before {
    width: 200px;
    height: 125px;
    background-size: 200px 125px;
    top: -50px;
    right: -80px;
    z-index: -1;
  }
  #value ul.flex_center li:first-child {
    width: 100%;
    text-align: center;
  }
  #value ul.flex_center li:first-child img {
    width: 48%;
    height: auto;
  }
  #value ul.flex_center li {
    width: 46%;
    padding: 0 2%;
  }

}
/* ====================================================
		元class-details  今class-details
==================================================== */
#class-details {
  position: relative;
  padding-bottom: 50px;
	background-color:#ffffdb;
}
#class-details section.flex {
  margin-top: 70px;
}

#class-details section.flex .textBox {
  width: 50%;
  background: #fff;
  animation: footeradd 20s ease 0s infinite;
  border-radius: 10% 40% 10% 40%/30% 30% 50% 30%;
  padding: 70px 70px 50px 40px;
  position: relative;
  margin-bottom: 0px;
}
#class-details section.flex .textBox::before,
#class-details section.flex .textBox::after {
  content: '';
  display: block;
  position: absolute;
}
#class-details section.flex .textBox::before {
  width: 298px;
  height: 274px;
  animation: fuwafuwa3 2s infinite ease-in-out .6s alternate;
  background: url("../img/top/value.webp") no-repeat 0 0 / 298px 274px;
  left: -140px;
  z-index: -1;
}


#class-details h2 {
  padding: 150px 0 100px;
}
#class-details h3 {
  font-size: 3.6rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700 normal;
  color: #001e43;
  letter-spacing: 0.05em;
  padding: 0 0 40px;
}
#class-details h3 span {
  font-size: 1.6rem;
  color: #774935;
  display: block;
}
#class-details h3 strong {
  display: inline-block;
  border-bottom: 3px dotted #ED2864;
}


#class-details .btnArrow {
  width: 5.5em;
  justify-content: flex-end;
  margin: 20px 0 0 auto;
}
#class-details .btnArrow a {
}


#class-details section.flex .photo {
  width: 70%;
  position: absolute;
  animation: fuwafuwa4 6s infinite ease-in-out .8s alternate;
  z-index: -1;
  top: -50px;
  right: -24%;
	border-radius: 16px; 
}
#class-details section.flex .photo::before {
  content: '';
  width: 442px;
  height: 302px;
  animation: fuwafuwa3 5s infinite ease-in-out .3s alternate;
  background: url("../img/top/culi_reft_b.webp") no-repeat 0 0 / 442px 302px;
  display: block;
  position: absolute;
  bottom: -140px;
  right: 20px;
  z-index: 0;
}


#class-details div.flex {
  padding: 50px 0 0;
}
#class-details div.flex section {
  width: 30%;
  position: relative;
}
#class-details div.flex section a {
  position: relative;
}

/* Layout */
#class-details div.flex section:nth-child(1) { margin-top: 50px;}
#class-details div.flex section:nth-child(3) { margin-top: 80px;}

/* Speech Bubbles */
#class-details div.flex section .speechBubbles {
  width: 138px;
  height: 106px;
  animation: kakukaku1 2s step-start 0s infinite normal;
  background: url("../img_index/img_speech-bubbles_activity.png") no-repeat 0 0 / 138px 106px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1!important;
}


/* Photo */
#class-details div.flex section a .photo,
#class-details div.flex section a:hover .photo,
#class-details div.flex section a:hover .photo img {
  position: relative;
  z-index: -1;
}
#class-details div.flex section a .photo::after {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img_common/btn_arrow_brown.png") no-repeat 0 0 / 60px;
  display: block;
  transition: ease .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}
#class-details div.flex section a:hover .photo::after {
  right: -10px;
}

/* Title */
#class-details div.flex section h4 {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 15px 0 10px;
}

/* Text */
#class-details div.flex section .text {
  font-size: 1.4rem;
  padding: 0 12%;
}


@media screen and (min-width: 897px) and (max-width: 1299px) {
  #class-details section.flex.row {
    padding-bottom: 0;
  }
  #class-details div.flex {
    padding: 50px 50px 0;
  }
  
  /* Title */
  #class-details div.flex section h4 {
    font-size: 2rem;
  }
  }  

@media screen and (max-width: 896px) {

  #class-details {
    padding-top: 10px;
	   padding-bottom: 0px;
  }

  #class-details section.flex {
    margin-top: 0;
    flex-direction: column;
  }
  

  #class-details section.flex .textBox {
    width: 80%;
    padding: 50px 10% 10px;
    top: -50px;
    margin-bottom: 0;
    order: 2;
  }
  
  #class-details h2 {
    padding: 30px 0 50px;
  }
  #class-details h3 {
    font-size: 2.4rem;
    padding: 0 0 30px;
  }
  #class-details h3 span {
    font-size: 1.4rem;
  }
  

  #class-details .btnArrow {
    width: auto;
    justify-content: flex-start;
    margin: 10px 0 0;
    padding: 0;
  }
  

  #class-details section.flex .photo {
    width: 100%;
    top: 0;
    right: -15%;
    position: relative;
    order: 1;
  }
  #class-details section.flex .photo::before {
    width: 221px;
    height: 151px;
    background-size: 221px 151px;
    bottom: -140px;
    right: 20px;
  }
  

  #class-details div.flex {
    display: block;
    padding: 0;
  }
  #class-details div.flex section {
    width: 80%;
    margin: 0 auto 0px;
  }
  

  #class-details div.flex section:nth-child(1),
  #class-details div.flex section:nth-child(3) { margin-top: 0;}
  

  #class-details div.flex section .speechBubbles {
    width: 100px;
    height: 77px;
    background-size: 100px 77px;
    top: -10px;
    left: -10px;
  }
  #class-details div.flex section .speechBubbles span {
    font-size: 1.1rem;
  }
  

  #class-details div.flex section a .photo::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

  #class-details div.flex section h4 {
    font-size: 2rem;
    padding: 15px 0 10px;
  }
  #class-details div.flex section .text {
    font-size: 1.4rem;
    padding: 0 10%;
  }
}


#class-details section.flex + section.flex {
  margin-top: 50px; /* 上下が被らない適度な余白 */
}

#class-details section.flex .photo img {
  display: block;        /* すき間防止 */
  width: 70%;
  height: auto;
  border-radius: inherit; /* 親(.photo)の 16px をそのまま使う */
  /* 直接値で固定したいなら → border-radius: 16px; */
}

@media screen and (max-width: 896px) {
#class-details section.flex + section.flex {
  margin-top: 2px; /* 上下が被らない適度な余白 */
}
	}
/* ===== PC: 画像を消してテキストのみの1カラムに整形 ===== */

/* 画像ブロックを完全に無効化（HTMLに残っていても非表示） */
#about p.photo { 
  display: none !important; 
}

/* 横並び→縦並び（1カラム）へ */
#about.flex {
  display: block;
  align-items: initial;  /* 不要化 */
  padding-bottom: 30px;  /* 既存値は維持 */
  position: relative;
}

/* テキスト領域をフル幅＋中央寄せ。読み幅は適度に制限 */
#about section {
  width: 100%;
  max-width: 880px;   /* 読みやすい行長に調整 */
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

/* 固定幅を解除し、自然な改行に */
#about section h3,
#about section p {
  width: auto;
  max-width: 720px;   /* 見出し/本文はさらに少し絞る */
}

/* 見出しまわりの余白だけ最小限調整（装飾は既存のまま） */
#about section h3 {
  margin: 0 0 14px;
  color: #001e43;
}

#about section h4 {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block; 
  border-bottom: 1px solid #00608d;
  padding-bottom: 5px;
  color: #001e43;
  margin: 22px 0 8px;
}

#about section p {
  margin: 0 0 16px;
  color: #001e43;
}

/* 画像用の右寄せオフセット等は無意味になるので念のため打ち消し */
#about p.photo img { border-radius: 0; }
#about p.photo { right: 0; width: 0; }

/*園長挨拶*/
#preparation.flex {
  flex-wrap: nowrap;
  gap: 80px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 50px;
}

#preparation h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  padding-bottom: 30px;
  position: relative;
}

#preparation h3 span {
  color: #00608d;
  display: inline-block;
  font-size: 1.5rem;
}

#preparation p {
  color: #001e43;
  flex-shrink: 1;
}

#preparation h3 strong {
  border-bottom: 1px solid #ED2864;
  padding-bottom: 7px;
}

#preparation h4 {
    font-size: 2.6rem;
    color: #00608d;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 30px 0 12px;      /* ← 左の余白は不要（flexで配置するため） */
    display: flex;             /* アイコンと文字を横並びに */
    align-items: center;       /* 縦中央にビタッと合わせる */
    gap: .6em;                 /* アイコンと文字の間隔 */
  }

  #preparation h4::before {
    content: "";
    display: inline-block;
    width: 1.2em;              /* 文字サイズに追従して拡大縮小 */
    height: 1.2em;
    flex: 0 0 auto;
    background: url("../img/icon/check.svg") no-repeat center / contain; /* 固有色をそのまま */
  }

#preparation h3 .txt_s {
  font-size: 1.4rem;
}

#preparation img {
  width: 420px;
}

#preparation article {
  width: 600px;
  flex-shrink: 3;
  padding-top: 15px;
}

#preparation h3::before {
  content: "";
  position: absolute;
}

@media screen and (min-width: 897px) and (max-width: 1299px) {
  #preparation article {
    padding-right: 40px;
  }
}

@media screen and (max-width: 896px) {
	
	
  #preparation.flex {
    flex-direction: column; /* ← 縦並び */
    gap: 20px;
  }

  #preparation h3 {
    font-size: 2.2rem;
  }

  #objective h3 strong {
    padding-bottom: 4px;
    font-size: 2.2rem;
  }

  #preparation h4 {
    font-size: 2rem;
    padding: 5px 0 5px 2.2rem;  /* ← アイコン分の左余白を追加 */
    position: relative;
    line-height: 1.3;
  }
  #preparation h4::before {
    content: "";
    position: absolute;
    left: 0; 
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem; 
    height: 1.4rem;

    background: url("../img/icon/check.svg") no-repeat center / contain;
  }

  #preparation article {
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  #preparation p {

    margin: 0 auto;             /* ← 念のため中央寄せ */
    width: 100%;                /* ← 幅いっぱい */
    display: block;             /* ← ブロック要素に */
  }

  #preparation img {
    width: 100%;                /* ← 親にフィット */
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
  }

  #preparation h3::before {
    width: 80px;
    height: 58px;
    background-size: 80px 58px;
    top: -30px;
    left: 280px;
  }
	
	#preparation img {
    display: none;
    
  }
	
	/* -------------------------------
      About
  ------------------------------- */
  #about.flex {
    padding-bottom: 50px;
  }
  /* Photo */
  #about p.photo {
    width: 100%;
    padding: 20px 0;
    right: 5%;
  }
  #about p.photo img {
    border-radius: 0 20px 20px 0;
  }

  /* Text */
  #about section {
    width: 80%;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  #about section h3 {
    width: 100%;
    margin-top: 20px;
	  color: #001e43;
  }
  #about section p {
    text-align: left;
    width: 100%;
	  color: #001e43;
  }
}



/*お知らせ一覧セクション*/

.news-contents {
  background: #fffaf5;
  padding: 60px 20px;
  font-family: "Kosugi Maru", sans-serif;
}

.section-title {
  font-size: 2rem;
  color: #cc7070;
  text-align: center;
  margin-bottom: 40px;
}

.news-entry {
  background: #fff;
  padding: 24px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.news-entry-title {
  font-size: 1.4rem;
  color: #00608d;
  margin-bottom: 8px;
}

.news-entry-date {
  font-size: 1.2rem;
  color: #888;
  display: block;
  margin-bottom: 16px;
}

.news-entry-body p {
  font-size: 1.4rem;
  color: #001e43;
  line-height: 1.8;
  margin-bottom: 1em;
}


#photoGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px; /* 余白を10px→5pxに縮小 */
}

#photoGallery img {
  width: 100%;
  cursor: pointer;
  border-radius: 0; /* 角丸を無くす */
}

@media screen and (max-width: 896px) {
  #photoGallery {
    grid-template-columns: 1fr;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.modal-content img {
  max-width: 95%; /* 90%→95%にして左右の余白を減らす */
  max-height: 95%;
  border-radius: 0; /* モーダル画像も角丸を無くす */
}

/* ===== Class Table ===== */
.classTableWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.classTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 16px;      /* 既存の角丸感に合わせる */
  overflow: hidden;
  box-shadow: 0 0 0 1px #e2dbd8 inset; /* 既存の淡い枠調 */
}

.classTable th,
.classTable td {
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  padding: 14px 12px;
  border-bottom: 1px dashed #f3b7ba;    /* 既存bgWhiteBoxの点線色 */
  color: #001e43;
  line-height: 1.5;
}

.classTable thead th {
  background: #fefcee;   /* 淡い黄色の帯 */
  color: #774935;
  font-weight: 600;
  border-bottom: 1px solid #e2dbd8;
}

.classTable th.year {
  width: 90px;
  background: #fff7f9;   /* 見出し列の薄ピンク */
  color: #774935;
  border-right: 1px solid #e2dbd8;
}

.classTable th.group {    /* 上段の大見出しセル */
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.classTable .nursery { background: #fff7f9; } /* ナーサリー帯 */
.classTable .kids    { background: #eef9ff; } /* キッズ帯 */

.classTable tbody tr:last-child th,
.classTable tbody tr:last-child td {
  border-bottom: none;
}

.classTable td small {    /* 併記サブクラス */
  display: block;
  color: #0068b7;
  padding-top: 4px;
  font-size: 1.2rem;
}

/* SP微調整 */
@media (max-width: 896px) {
  .classTable th,
  .classTable td { padding: 12px 8px; font-size: 1.4rem; }
  .classTable th.group { font-size: 1.2rem; }
}



/* セクション全体（白背景） */
#contact-parents.formSection {
  background: #fff;
  border-radius: 16px;
  padding: clamp(20px, 3vw, 32px);
  margin-top: 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* カラー変数（未定義なら定義） */
:root {
  --pink: #ff69b4; /* 必要なら園カラーに変更可 */
}

/* 上部の電話ボックス */
.contactTelBox {
  text-align: center;
  margin-bottom: 20px;
}
.contactLead {
  color: #555;
  margin: 0 0 8px;
  font-size: 0.95rem;
}
.telButton {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  background: var(--pink);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(255,105,180,0.25);
  transition: transform .05s ease, filter .2s ease;
}
.telButton:hover { filter: brightness(1.05); }
.telButton:active { transform: translateY(1px); }
.telLabel {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  letter-spacing: .03em;
}
.telNumber { font-size: clamp(1.1rem, 2.4vw, 1.4rem); }

/* フォーム全体 */
.parentsForm {
  display: grid;
  gap: 20px;
  margin-top: 16px;
}
.parentsForm .formRow label {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.parentsForm .required::after {
  content: " 必須";
  color: #e74c3c;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: .4em;
}

/* 入力欄：ピンク枠＋大きめ */
.parentsForm input[type="text"],
.parentsForm input[type="email"],
.parentsForm input[type="tel"],
.parentsForm textarea {
  width: 100%;
  padding: 14px 16px;
  min-height: 54px;
  border: 2px solid var(--pink);
  border-radius: 10px;
  font-size: 1.05rem;
  line-height: 1.6;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}
.parentsForm textarea {
  min-height: 160px;
  resize: vertical;
}
.parentsForm input:focus,
.parentsForm textarea:focus {
  border-color: color-mix(in srgb, var(--pink) 85%, #000 15%);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--pink) 20%, transparent 80%);
}

/* お名前の2列→スマホで1列 */
.parentsForm .name-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 896px) {
  .parentsForm .name-fields { grid-template-columns: 1fr; }
}

/* 送信ボタン */
.parentsForm .submit-btn { text-align: center; }
.parentsForm .submit-btn button {
  padding: 14px 32px;
  min-height: 54px;
  font-size: 1.1rem;
  border: none;
  border-radius: 30px;
  background: var(--pink);
  color: #fff;
  cursor: pointer;
  transition: transform .05s ease, filter .2s ease;
}
.parentsForm .submit-btn button:hover { filter: brightness(1.05); }
.parentsForm .submit-btn button:active { transform: translateY(1px); }

/* 説明資料セクション */
.materials-section {
  padding: 40px 0;
}
.materials-container {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.materials-header {
  text-align: center;
  margin-bottom: 16px;
}
.materials-header h2 {
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2.2rem);
  margin: 0 0 6px;
  font-weight: 700;
}
.materials-container p {
 font-size: clamp(1.6rem, 1.2rem + 1vw, 2.2rem);
  margin: 0 0 6px;
  font-weight: 700;
  text-align: center;
}

.materials-note {
  font-size: 0.95rem;
  color: #666;
}

/* グリッド */
.materials-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .materials-grid { grid-template-columns: 1fr 1fr; }
}

/* カード */
.materials-card {
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.materials-thumb {
  display: block;
  line-height: 0;
}
.materials-card img {
  width: 100%;
  height: auto;
  display: block;
}
.materials-card figcaption {
  padding: 10px 12px;
  font-size: 0.95rem;
  text-align: center;
  color: #333;
}

/* CSSだけのライトボックス */
.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 9999;
}
.lightbox:target { display: flex; }
.lightbox-bg {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
}
.lightbox img {
  position: relative;
  max-width: min(95vw, 1400px);
  max-height: 85vh;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  border-radius: 8px;
  background: #fff;
}

/* 閉じるボタン */
.lightbox-close {
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 2;
  font-size: 28px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  padding: 6px 10px;
}

/* 画像を右クリック保存されにくくする（任意） */
/*
.materials-card img,
.lightbox img { pointer-events: none; }
*/

/* アドバイザー表示（このページだけ） */
#policy .dlMedia{
  width: 100%;
  display: flex;
  justify-content: center; /* かたまりを中央へ */
  margin: 18px 0 0;
}

/* “かたまり”本体（ここが中央に居座る） */
#policy .dlMedia__inner{
  display: flex;
  align-items: center;
  gap: 16px;              /* 離れすぎ防止 */
  width: fit-content;     /* 中身の幅だけにする＝中央にまとまる */
  max-width: 92vw;        /* はみ出し保険 */
}

/* 左：文字 */
#policy .advisor-text{
  margin: 0;
  color: #001e43;
  font-size: 1.35rem;     /* 文字を大きく */
  line-height: 1.55;      /* 詰めすぎない */
  letter-spacing: 0.02em;
}

#policy .advisor-text strong{
  display: inline-block;
  font-size: 1.05em;
  margin-bottom: 0.12em;  /* ラベル下の余白を小さく */
}

/* 右：画像 */
#policy .dlMedia__photo{
  margin: 0;
  width: 170px;           /* 画像を大きく */
  flex: 0 0 auto;
}

#policy .dlMedia__photo img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;    /* ロゴなら contain（顔写真なら cover に） */
}

@media screen and (max-width: 896px){
  #policy .dlMedia__inner{
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  /* 画像を上 */
  #policy .dlMedia__photo{
    order: 1;
    width: 190px;
  }

  /* 文字を下 */
  #policy .advisor-text{
    order: 2;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

/* ====================================================
   子育て広場：lead右側に赤メッシュ（装飾）
==================================================== */

/* 装飾を置くための基準 */
#policy p.lead.leadMesh{
  position: relative;
}

/* 右側の赤メッシュ（PC） */
#policy p.lead.leadMesh::after{
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  width: 200px;
  height: 156px;
  pointer-events: none;
  

  background: url("../img/about/kosodate.webp") no-repeat center / contain;
  border-radius: 10px;
}

/* スマホ：文章に被らないように、右下に“ほんのり” */
@media screen and (max-width: 896px){

  /* 既存は #policy p.lead { padding: 0 0 80px; } なので
     装飾分だけ下に余白を足す */
  #policy p.lead.leadMesh{
    padding-bottom: 140px;
  }

  #policy p.lead.leadMesh::after{
    top: auto;
    bottom: 10px;
    right: 10px;
    width: 140px;
    height: 100px;
  }
}
