@charset "UTF-8";
/* //////////////////////////////////////////////////
[園の生活css] 
////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
スマホ
////////////////////////////////////////////////// */
#imagebox {
  background-image: url("../common/img/bg_h2.png"), url("img/h2_charaicon.png"), url("../common/img/bg1_blue.jpg");
}
/* [1日の流れ]  */
.box1 {
  padding-bottom: 10px;
  font-size: 17px;
}
.minititle {
  margin-top: -35px;
  width: 100%;
  text-align: center;
  position: relative;
}
.minititle img {
  width: 70%;
  height: auto;
}
.left_article {
  width: 100%;
  float: left;
  padding: 20px;
  height: auto;
  background-image: url("/common/img/bg_yellowgray.png");
  box-sizing: border-box; /* 幅と高さに含める  */
  margin-top: 20px;
}
.right_article {
  width: 100%;
  float: right;
  height: auto;
  padding-bottom: 15px;
}
.right_article img {
  width: 100%;
  height: auto;
}
table.ver2 {
  border-collapse: collapse;
  border: none;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #d9c2b6;
}
.ver2 th {
  text-align: center;
  border-bottom-color: #d9c2b6;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.ver2 td {
  padding: 0.2em 1em;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d9c2b6;
  padding-top: 0.7em;
  padding-right: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 0.7em;
}
/* [年間行事]  */
.gakki {
  margin-top: -60px;
  position: relative;
}
.gakki img {
  width: 170px;
  padding-left: 20px;
  height: auto;
}
.left_article_year {
  width: 100%;
  padding: 40px 10px 25px 10px;
  height: auto;
  border-radius: 15px;
  margin: 15px 0px 45px 0px;
  box-sizing: border-box;
}
.right_article_year {
  width: 100%;
  padding: 40px 10px 25px 10px;
  height: auto;
  border-radius: 15px;
  margin: 15px 0px 45px 0px;
  box-sizing: border-box;
}
.year_img {
  width: 90%;
  height: auto;
  max-width: 450px;
}
/* [給食について]  */
  .box2 {
   padding-top: 60px;
	     padding-bottom: 30px;
  }
.left_article_pan {
  width: 100%;
  height: auto;
  margin: 0px 0px 45px 0px;
  box-sizing: border-box;
}
.right_article_pan {
  width: 100%;
  height: auto;
  margin: 0px 0px 45px 0px;
  box-sizing: border-box;
}
.panimg {
  width: 100%;
  height: auto;
  max-width: 900px;
	margin: 0 auto;
}
.whitebox {
  background-color: white;
  padding: 15px;
  border-radius: 15px;
}
/* [送迎]  */
  .box5 {
   padding: 50px 0px 40px 0px;
  }
.left_article_bus {
  width: 100%;
  float: left;
  padding: 20px 0px;
  height: auto;
  box-sizing: border-box;
}
.right_article_bus {
  width: 100%;
  float: right;
  height: auto;
  box-sizing: border-box;
}
.right_article_bus img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media only screen and (min-width: 769px) {
  /* [幼稚園生活]  */
  .left_article {
    width: 60%;
    padding: 30px;
  }
  .right_article {
    width: 37%;
  }
  .right_article img {
    max-width: 270px;
  }
  /* [１日の流れ]  */
  .minititle {
    margin-top: -45px;
  }
  .minititle img {
    max-width: 300px;
  }
  /* [年間行事]  */
  .left_article_year {
    width: 45%;
    margin: 1% 2% 6% 1%;
    float: left;
  }
  .right_article_year {
    width: 45%;
    margin: 1% 2% 6% 1%;
    float: right;
  }
  .gakki img {
    width: 210px;
  }
  .year_img {
    width: 48%;
  }
  /* [給食について]  */
  .box2 {
    padding-top: 80px;
  }
  .left_article_pan {
    width: 46%;
    margin: 2% 2% 6% 2%;
    float: left;
  }
  .right_article_pan {
    width: 46%;
    margin: 2% 2% 6% 2%;
    float: right;
  }
  .whitebox img {
    max-width: 700px;
    margin: 0 auto;
  }
  /* [送迎]  */
	  .box5 {
    padding: 60px 0px 70px 0px;
  }
  .left_article_bus {
    width: 60%;
    padding: 20px;
  }
  .right_article_bus {
    width: 40%;
  }
}