@charset "UTF-8";
/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-01-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */
/*!　共通パーツ　*/
/*----------------------------------------------------------　*/
ul.infoList {
  margin: 0;
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

ul.infoList li {
  border-bottom: 2px dotted #603813;
}

ul.infoList li a {
  text-decoration: none;
  background-size: 1.5em,2px;
  margin: 0;
  padding: 10px;
  display: block;
  overflow: hidden;
}

ul.infoList li a:link {
  color: #006600;
}

ul.infoList li a:hover {
  color: #E20A16;
}

ul.infoList dt {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

ul.infoList dd {
  margin: 0;
  padding: 0px 0px 0px 100px;
}

ul.infoList dd h3 {
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: underline;
}

ul.infoList dd p {
  margin: 0px;
  padding: 15px 0px 0px;
  color: #000;
}

/*　ボタン　共通　 */
#btnNavi {
  margin: 0px auto;
  padding: 0px;
}

#btnNavi.btn1 {
  max-width: 300px;
}

#btnNavi a {
  padding: 15px;
  text-decoration: none;
  color: #FFF;
  display: block;
  text-align: center;
  background-color: #603813;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#btnNavi a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  margin-right: 15px;
}

#btnNavi a:hover {
  color: #E20A16;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

/* ========================================================== */
/*!　home
 * ---------------------------------------------------------- */
#home .category > .inner {
  padding: 20px 13px;
}

#home div.about__block img {
  border-style: none;
  height: auto;
  max-width: 100%;
  font-size: 0px;
  line-height: 0;
}

#home div.about__block .about__block__text {
  margin: 0 20px;
}

#home section.info {
  margin: 0px 0px 50px;
  overflow: hidden;
}

#home section.info .info_list_block ul.infoList {
  margin: 0 0 20px 0;
}

#home section.info .info_list_block figure {
  text-align: center;
}

#home section.access h3.tit {
  font-size: 1.125rem;
  font-weight: bold;
  color: #006600;
}

#home section.access .access__block .access__block__textArea {
  margin: 0;
}

#home section.access .access__block .access__block__imgArea {
  text-align: center;
}

#home section.access .map {
  background-color: #CCC;
  border-style: none;
  height: auto;
  max-width: 100%;
  margin: 0px auto;
  padding: 1px;
  width: 100%;
}

#home section.access .map iframe {
  vertical-align: bottom;
  width: 100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

#home #fade {
  max-width: 720px;
  margin: 0 auto 60px;
  padding: 0;
  height: auto;
}

@media (min-width: 960px) and (max-width: 1199px) {
  #home #fade {
    max-width: 530px;
  }
}

@media (min-width: 959px) {
  #home div.about__block {
    margin: 0px auto 70px;
  }
}

@media (max-width: 959px) {
  #home div.about__block {
    margin: 0px auto 70px;
  }
  #home div.about__block img {
    border-style: none;
    height: auto;
    max-width: 100%;
    font-size: 0px;
    line-height: 0;
  }
  #home section.info .info_list_block figure img {
    max-width: 40%;
  }
  #home section.access .access__block .access__block__imgArea img {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  #home section.info {
    margin: 0px 0px 50px;
    overflow: hidden;
  }
  #home section.info .info_list_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  #home section.info .info_list_block ul.infoList {
    padding: 0px;
    margin: 0 20px 0 0;
    max-width: 500px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #home section.access h3.tit {
    font-size: 1.125rem;
    font-weight: bold;
    color: #006600;
  }
  #home section.access .access__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  #home section.access .access__block .access__block__textArea {
    margin: 0 45px 0 0;
    max-width: 390px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #home section.access .access__block .access__block__imgArea {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/*=============================================================*/
/*!　お知らせ */
/* ---------------------------------------------------------- */
#info #contentsTit h2 {
  margin-bottom: -30px;
}

#info .category > .inner {
  padding: 20px 15px;
}

#info.details article.inner {
  padding: 30px;
}

#info.details .tape {
  position: absolute;
  top: -40px;
  text-align: center;
  width: 100%;
}

#info.details .articleTit {
  margin-bottom: 40px;
  border-bottom: 2px dotted #603813;
}

#info.details .articleTit p.day {
  margin-bottom: 10px;
}

#info.details .articleTit p.day time {
  padding: 0;
  margin: 0;
  line-height: normal;
}

#info.details .articleTit h1 {
  margin: 0px 0px 15px;
  padding: 0px;
  line-height: 1.6;
  font-size: 1.75rem;
  font-weight: bold;
  color: #006600;
}

#info.details #mainImg {
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
/*  width: 680px;*/
}

#info.details .system-free {
  margin: 0 auto 30px;
  padding: 0;
  max-width: 680px;
}

#info.details .PDF {
/*  width: 680px;*/
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 10px solid #EEE;
  padding: 15px 35px;
  margin: 0px auto;
  overflow: hidden;
}

#info.details .PDF td.banner {
  padding-right: 20px;
}

#info.details .PDF p.file {
  padding: 0.25em 0em 0.5em 2.5em;
  margin: 0em 0em 1em;
  background-image: url(../img/ico_pdf.png);
  background-repeat: no-repeat;
  background-position: left 0px;
}

#info.details .PDF p.file a {
  font-weight: bold;
  font-size: 1.067em;
}

#info.details .PDF p.file:link, #info.details .PDF p.file:visited, #info.details .PDF p.file:hover {
  color: #000;
}

#info.details .PDF dt {
  padding: 0;
  margin: 0;
  text-align: center;
  float: left;
}


#info.details .PDF dd {
  margin: 0px;
  padding: 0px 0px 0px 170px;
  font-size: 0.800rem;
}

@media (max-width: 479px) {
#info.details .PDF dt {
  text-align: left;
	float: none;
}
#info.details .PDF dd {
  padding: 0px 0px 0px 0px;
}

}


/* ============================================================ */
/*!　学園案内
 * ---------------------------------------------------------- */
#guide .category > .inner {
  padding: 20px 13px;
}

#guide .info {
  margin-bottom: 60px;
}

#guide .info .block {
  margin-bottom: 50px;
}

#guide .info .block table {
  margin-bottom: 20px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

#guide .info .block table td {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 10px;
}

#guide .info .block ul {
  padding-left: 20px;
  list-style: disc;
}

#guide .info h4.tit {
  font-size: 1.25rem;
  font-weight: bold;
  color: #5F3813;
  border-bottom: 2px solid #603813;
  background-image: url(../img/ico_01.jpg);
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 30px;
  margin-bottom: 25px;
}

#guide .introduction p.text {
  margin: 0px 16px 20px;
}

#guide .introduction td {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* ============================================================ */
/*!　年間行事
 * ---------------------------------------------------------- */
#event #contentsTit h2 {
  margin-bottom: -65px;
}

#event .photo {
  margin: 20px auto;
  padding: 0;
  max-width: 668px;
}

#event .photo p {
  text-align: center;
  border-style: none;
  height: auto;
  max-width: 100%;
  font-size: 0px;
  line-height: 0;
}

@media (max-width: 479px) {
  #event #contentsTit h2 {
    margin-bottom: -40px;
  }
  #event .photo {
    margin: 10px auto;
  }
}

/*=============================================================*/
/*!　活動 */
/* ---------------------------------------------------------- */
#life #contentsTit h2 {
  margin-bottom: -65px;
}

#life .category > .inner {
  padding: 90px 10px 70px;
}

#life .photo p {
  font-size: 0px;
  line-height: 0;
  text-align: center;
}

#life .flow__block {

}
#life .flow__block dl {
	margin: 0;
	padding: 0;
}
#life .flow__block dt {
	float: left;
	width: 6em;
	padding: 10px 0;
	font-weight: bold;

	text-align: center;
}
#life .flow__block dd {
	padding: 10px 0 10px 6em;
}

#life .flow__block .toddler__block dt.no,
#life .flow__block .infant__block dt.no {
	padding: 10px 0 0 0;
}

#life .flow__block .toddler__block dd.no,
#life .flow__block .infant__block dd.no {
	border-bottom: none;
	padding: 10px 0 0 6em;
}



#life .flow__block .toddler__block {
	margin: 0 0 50px 0;
}
#life .flow__block .toddler__block dl {
	background-color: #E9EBE9;	
}
#life .flow__block .toddler__block dt {
	color: #F16D66;
}
#life .flow__block .toddler__block dd {
	border-bottom: 1px dotted #F16E66;
}


#life .flow__block .infant__block {
}
#life .flow__block .infant__block dl {
	background-color: #E9F2EA;	
}
#life .flow__block .infant__block dt {
	color: #247E33;
}
#life .flow__block .infant__block dd {
	border-bottom: 1px dotted #247E33;
}

@media (min-width: 640px) {
#life .flow__block {
	max-width: 710px;
	margin: 0 auto;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

#life .flow__block .toddler__block {
	margin: 0 10px 0 0;
}
}

/*==============================================================*/
/*!　防犯・防災 */
/* ---------------------------------------------------------- */
#security #contentsTit h2 {
  margin-bottom: -20px;
}

#security .category > .inner {
  padding: 45px 35px;
}

#security #protect {
  margin: 0px auto;
  padding: 0;
  max-width: 609px;
}

#security #protect img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

#security #protect h3 {
  font-size: 0px;
  line-height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 999;
  top: 10px;
  width: 100%;
  text-align: center;
}

#security #protect > .inner {
  border: 4px solid #F2DAA7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 60px 10px 30px;
  position: relative;
}

#security #protect > .inner p {
  font-size: 0px;
  line-height: 0;
}

#security #protect td {
  font-size: 0px;
  line-height: 0;
}

@media (max-width: 959px) {
  #security .category > .inner {
    padding: 45px 15px;
  }
}

@media (max-width: 639px) {
  #security #protect h3 img {
    width: 80%;
  }
}

/*==============================================================*/
/*!　衛生施設 */
/* ---------------------------------------------------------- */
#hygiene #contentsTit h2 {
  margin-bottom: -10px;
}

#hygiene .category > .inner {
  padding: 65px 35px 45px;
}

#hygiene #protect {
  margin: 0px auto;
  padding: 0;
  max-width: 568px;
}

#hygiene #protect img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

#hygiene #protect h3 {
  font-size: 0px;
  line-height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 999;
  top: 20px;
  width: 100%;
  text-align: center;
}

#hygiene #protect > .inner {
  border: 4px solid #B8DCFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 60px 10px 30px;
  position: relative;
}

#hygiene #protect p img {
  font-size: 0px;
  line-height: 0;
}

@media (max-width: 479px) {
  #hygiene .category > .inner {
    padding: 30px 10px 15px;
  }
}

@media (max-width: 639px) {
  #hygiene #protect h3 img {
    width: 80%;
  }
}

/*===============================================================*/
/*!　多目的ホール */
/* ---------------------------------------------------------- */
#hall #contentsImg {
  top: 45px;
  right: 30px;
}

#hall .category > .inner {
  padding: 40px 35px;
}

/*==============================================================*/
/*!　学童保育
 * ---------------------------------------------------------- */
#gakudou #contentsTit h2 {
  margin-bottom: -60px;
}

#gakudou .category > .inner {
  padding: 30px 35px;
}

#gakudou #main .tel:before, #gakudou #main .fax:before {
  content: "■";
  color: #FFCC99;
}

#gakudou .tableLayout {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  width: 100%;
  margin-bottom: 10px;
}

#gakudou .tableLayout th {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  background-color: #DEEEA8;
  padding: 10px;
  max-width: 220px;
  text-align: center;
}

#gakudou .tableLayout td {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 10px;
}

@media (max-width: 479px) {
  #gakudou #contentsTit h2 {
    margin-bottom: -40px;
  }
  #gakudou .category > .inner {
    padding: 20px 15px;
  }
}
