@charset "utf-8";

/* ブラウザスタイル初期化用ＣＳＳ */
html {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
li,dt,dd{
	list-style-type: none;
}
p {
	margin: 0;
}
img {
	border: 0;
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #2d60ad;
	text-decoration: none;
}
a:hover img{
	/*モダンブラウザ用*/
	opacity:0.8;
	/*IE7以下用*/
	filter:alpha(opacity=80);
	/*IE8用*/
	-ms-filter:"alpha(opacity=80)";
}


body{
  background: url('images/main_bg.png') repeat center top;
  text-align: center;
/*
  background: url('0.png') no-repeat center top #f7f3f0;
*/
}
img{
	max-width: 100%;
}
.wrap{
  width: 960px;
  margin: 0 auto;
}


header{
  background: url('images/header/menu_bg.png') repeat-x center bottom;
  height: 164px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

header .info{
  width: 960px;
  height: 96px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
header .info .logo{
  position: absolute;
  top: 18px;
  left: 0;
}
header .info > div{
  padding-bottom: 10px;
}
header .info > div > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding-left: 14px;
}
/*header .info > div > a{
  padding-top: 14px;
}*/

header .menu{
}
header .menu > div{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
header .menu > div.select{
  background: url('images/header/menu_sel.png') no-repeat center center;
}
header .menu > div:hover{
  background-color: rgba(255, 255, 153, 0.9);
}
header .menu ul{
  position: absolute;
  top: 68px;
  left: -1px;
  z-index: 1;
  width: 100%;
  padding-right: 1px;
  display: none;
}
header .menu ul:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url('images/line_y.png') repeat;
  width: 1px;
  height: 100%;
}
header .menu ul:after{
  content: '';
  position: absolute;
  top: 0;
  right: -0px;
  z-index: 2;
  background: url('images/line_y.png') repeat;
  width: 1px;
  height: 100%;
}
header .menu ul li{
  font-size: 15px;
  line-height: 19px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: relative;
}
header .menu ul li:hover{
  background-color: rgba(255, 255, 153, 0.9);
}
header .menu ul li:before{
  content: url('images/submenu/icon_arrow1.png');
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 4px 6px 0 8px;
}
header .menu ul li:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url('images/line_x.png') repeat;
  width: 100%;
  height: 1px;
}
header .menu ul li a{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  color: #111111;
  min-width: 75%;
  padding: 12px 0;
}

header .bard{
  position: absolute;
  top: 76px;
  left: 14%;
}




footer{
  text-align: left;
  background: url('images/footer/visual.png') no-repeat, url('images/footer/bg.png') repeat-x;
  background-position: center bottom 250px;
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
  z-index: 0;
}
footer .access{
  width: 960px;
  margin: 0 auto;
  position: relative;
}
footer .access > img{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: 40px;
}
footer .access .address{
  position: absolute;
  top: 22px;
  left: 204px;
  font-size: 14px;
  line-height: 140%;
}
footer .access .box{
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 160%;
  min-width: 260px;
  margin: 0 10px 0 0;
}
footer .access .box img{
	float: left;
	padding-right: 9px;
	padding-bottom: 20px;
}
footer .access .box span{
  font-size: 14px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}
footer #idx_map{
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 20px;
}
footer #idx_map *{
  line-height: 160%;
}

footer .info{
  padding-top: 390px;
  width: 960px;
  margin: 0 auto;
}
footer .info > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
footer .info div{
  width: 160px;
  padding-left: 20px;
}
footer .info div a{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  line-height: 100%;
  color: #111111;
  margin: 3px 0;
}
footer .info div a:before{
  content: url('images/footer/icon_arrow.png');
  padding-right: 6px;
  vertical-align: sub;
}
footer .link{
  width: 960px;
  margin: 20px auto 0;
}
footer .link a{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  line-height: 100%;
  color: #111111;
  padding: 0 20px;
  border-left: solid 1px #3e3e3e;
}
footer .link a:last-child{
  border-right: solid 1px #3e3e3e;
}
footer .copy{
  width: 960px;
  margin: 20px auto 60px;
  font-size: 12px;
  line-height: 140%;
}
footer .mole{
  position: absolute;
  bottom: -40px;
  right: 16%;
}


/*
*/



#totop{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow: hidden;
}
#totop img{
  visibility: visible;
  position: absolute;
  bottom: 20px;
  right: -100px;
}


#idx{
}
#idx .visual{
  position: relative;
  background: url('images/idx/visual_bg.png') repeat-x bottom center;
}
#idx .visual div{
  position: absolute;
  top: 0;
  left: 50%;
}
#idx .visual .guidance{
  position: absolute;
  top: 264px;
  left: 214px;
  display: block;
  width: 160px;
  height: 160px;
}
#idx .visual .blog{
  position: absolute;
  top: 548px;
  left: 274px;
  display: block;
  width: 194px;
  height: 140px;
}
#idx .news{
  padding-top: 10px;
}
#idx .news .title{
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#idx .news .title .news_title{
}
#idx .news .title .news_more{
  position: absolute;
  top: 16px;
  right: 0;
}
#idx .news dl{
  width: 960px;
  margin: 10px auto 0;
  background: url('images/idx/news_list_bd.png') repeat-y center center;
  text-align: left;
}
#idx .news dl:before{
  content: url('images/idx/news_list_tp.png');
}
#idx .news dl:after{
  content: url('images/idx/news_list_bt.png');
}
#idx .news dt{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding: 16px 0 0 20px;
  width: 120px;
  font-size: 14px;
  line-height: 26px;
}
#idx .news dt:first-child{
  padding: 0 0 0 20px;
}
#idx .news dt:first-child + dd{
  padding: 0 0 0 0;
}
#idx .news dt span{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  background-color: #dbef00;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  border-radius: 6px;
  margin-right: 26px;
}
#idx .news dd{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding: 16px 0 0 0;
  width: 600px;
  font-size: 14px;
  line-height: 26px;
}
#idx .news dl div:before{
  content: url('images/idx/news_list_ln.png');
  padding: 16px 20px 0;
  display: block;
}

#idx .cont_1{
  padding-top: 76px;
}
#idx .cont_2,
#idx .cont_3,
#idx .cont_4{
  position: relative;
}
#idx .cont_2t1,
#idx .cont_2t2,
#idx .cont_2t3,
#idx .cont_3t1,
#idx .cont_3t2,
#idx .cont_4t1{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  font-size: 24px;
  line-height: 150%;
  text-align: left;
}
#idx .cont_2t1{
  margin: 430px 0 0 -470px;
}
#idx .cont_2t2{
  margin: 430px 0 0 180px;
}
#idx .cont_2t3{
  margin: 820px 0 0 -162px;
}
#idx .cont_3t1{
  margin: 322px 0 0 -470px;
}
#idx .cont_3t2{
  margin: 322px 0 0 180px;
}
#idx .cont_4t1{
  margin: 440px 0 0 -170px;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 18px;
  line-height: 176%;
  text-align: left;
}
#idx .cont_4t1 span{
  display: block;
  font-size: 20px;
  line-height: 100%;
  padding-top: 18px;
  font-weight: bold;
}
#idx .cont_4i1,
#idx .cont_4i2,
#idx .cont_4i3,
#idx .cont_4i4{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
}
#idx .cont_4i1{
  margin: 430px 0 0 280px;
}
#idx .cont_4i2{
  margin: 650px 0 0 -480px;
}
#idx .cont_4i3{
  margin: 650px 0 0 -140px;
}
#idx .cont_4i4{
  margin: 670px 0 0 190px;
}
#idx .cont_4m{
  position: absolute;
  top: 850px;
  top: 590px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 550px;
}
#idx .cont_4m iframe{
  width: 100%;
  height: 100%;
}


#submenu{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 212px;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
#submenu .blog{
}
#submenu ul{
  background: url('images/submenu/bg.png') repeat center center;
}
#submenu ul li{
  font-size: 16px;
  line-height: 176%;
  background-color: #ffffff;
  border-image: url('images/noise.png') 4 repeat;
  border-style: solid;
  border-width: 0 0 1px 0;
  text-align: left;
}
#submenu ul li.idx{
  background-color: transparent;
  border-width: 3px 0 3px 0;
  font-size: 18px;
}
#submenu ul li.select{
  background-color: #e9f803;
}
#submenu ul li a{
  color: #111111;
  display: inline-block;
  zoom: 1;
  text-indent: -12px;
  padding: 8px 0 8px 36px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#submenu ul li.idx a{
  color: #ffffff;
  padding: 8px 0 8px 30px;
}
#submenu ul li.select a{
  color: #111111;
}
#submenu ul li a:before,
#submenu ul li.idx a:before,
#submenu ul li.select a:before{
  padding-right: 6px;
  display: inline-block;
  vertical-align: sub;
}
#submenu ul li a:before{
  content: url('images/submenu/icon_arrow1.png');
}
#submenu ul li.idx a:before{
  content: url('images/submenu/icon_arrow2.png');
}
#submenu ul li.select a:before{
  content: url('images/submenu/icon_arrow1.png');
}
#submenu .tel_fax{
  padding-top: 20px;
}


.low_cont{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 700px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}


#about{
}
#about .visual{
  position: relative;
  z-index: -1;
  background: url('images/lower/visual_bg.png') repeat-x center center;
}
#about .visual .title{
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: -480px;
}
#about .pages{
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#about .pages > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#about .pages span:before{
  content: '>';
  padding-right: 12px;
}
#about .pages a{
  color: #111111;
}

#about .low_cont{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 700px;
  margin-right: 30px;
}

#about .cont_1,
#about .cont_3,
#about .cont_4,
#about .cont_5,
#about .cont_6,
#about .cont_7,
#about .cont_8{
  position: relative;
  margin-top: 30px;
}
#about .cont_1t1,
#about .cont_1t2{
  position: absolute;
  left: 0;
  z-index: 1;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
#about .cont_1t1{
  top: 168px;
}
#about .cont_1t2{
  top: 401px;
}

#about .cont_2{
  position: relative;
}
#about .cont_2t1{
  position: absolute;
  top: 180px;
  left: 150px;
  z-index: 1;
  width: 500px;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
}
#about .cont_2t2{
  position: absolute;
  top: 330px;
  left: 150px;
  z-index: 1;
  width: 500px;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
}
#about .cont_2t3{
  position: absolute;
  top: 490px;
  left: 150px;
  z-index: 1;
  width: 500px;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
}

#about .cont_2t4{
  position: absolute;
  top: 770px;
  left: 110px;
  z-index: 1;
  }
 #about .cont_2t4 a{
  font-size: 14px;
  text-decoration: underline;
} 
  

#about .cont_4t1{
  position: absolute;
  top: 150px;
  left: 150px;
  z-index: 1;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  line-height: 88px;
}

#about .cont_5t1,
#about .cont_5t2,
#about .cont_5t3{
  position: absolute;
  left: 50px;
  z-index: 1;
  font-size: 19px;
  line-height: 156%;
  text-align: left;
  letter-spacing: -1px;
  width: 600px;
}
#about .cont_5t1{
  top: 356px;
}
#about .cont_5t2{
  top: 744px;
}
#about .cont_5t3{
  top: 1133px;
}
#about .cont_6t1,
#about .cont_6t2,
#about .cont_6t3,
#about .cont_6t4,
#about .cont_6t5,
#about .cont_6t6,
#about .cont_6t7{
  position: absolute;
  left: 58px;
  z-index: 1;
  font-size: 19px;
  line-height: 156%;
  text-align: left;
  letter-spacing: -0.4px;
  width: 600px;
}
#about .cont_6t1{
  top: 251px;
}
#about .cont_6t2{
  top: 602px;
}
#about .cont_6t3{
  top: 819px;
}
#about .cont_6t4{
  top: 1108px;
}
#about .cont_6t5{
  top: 1340px;
}
#about .cont_6t6{
  top: 1570px;
}
#about .cont_6t7{
  top: 1941px;
  line-height: 160%;
  letter-spacing: -1px;
}
#about .cont_7,
#about .cont_8{
  margin-top: 30px
}
#about .cont_7 .title,
#about .cont_8 .title{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#about .cont_7 p{
  padding: 140px 0 10px 480px;
}
#about .cont_7 ul{
  display: block;
  padding: 8px;
  margin: 10px auto 0;
  text-align: left;
  background: url('images/noise.png') repeat center center;
  border-radius: 12px;
}
#about .cont_7 ul li{
	display: block;
	padding: 0 14px;
	background-color: #ffffff;
	border-bottom: solid 1px #ff9900;
}
#about .cont_7 ul li:first-child{
  border-radius: 8px 8px 0 0;
}
#about .cont_7 ul li:last-child{
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}
#about .cont_7 ul li span:first-child{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding: 14px 12px 14px 8px;
  width: 160px;
  text-align: left;
  font-weight: bold;
}
#about .cont_7 ul li span:last-child{
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding: 14px 0px 14px 22px;
	width: 450px;
	text-align: left;
	border-left: solid 1px #ff9900;
}

#about .cont_8{
  margin-bottom: 50px;
}

#about .cont_8 .map{
  padding-top: 140px;
}
#about .cont_8 .cont_8m1,
#about .cont_8 .cont_8m2,
#about .cont_8 .cont_8m3,
#about .cont_8 .cont_8m4,
#about .cont_8 .cont_8m5,
#about .cont_8 .cont_8m6,
#about .cont_8 .cont_8m7,
#about .cont_8 .cont_8m8,
#about .cont_8 .cont_8m9,
#about .cont_8 .cont_8m10,
#about .cont_8 .cont_8m11{
  position: absolute;
  z-index: 1;
  display: inline-block;
  zoom: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#about .cont_8 .cont_8m1{
  top: 441px;
  left: 567px;
}

/* 1日の流れ */
#program{
}
#program .visual{
  position: relative;
  z-index: -1;
  background: url('images/lower/visual_bg.png') repeat-x center center;
}
#program .visual .title{
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: -480px;
}
#program .pages{
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#program .pages > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#program .pages span:before{
  content: '>';
  padding-right: 12px;
}
#program .pages a{
  color: #111111;
}

#program .low_cont{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 700px;
  margin-right: 30px;
}
#program .cont_1, #program .cont_2, #program .cont_3 {
    position: relative;
    clear: both;
    margin-top: 50px; 
    text-align: center;
}
#program .cont_1 ul{
	display: table;
	width: 100%;
	margin: 15px auto;
}

#program .cont_1 ul li{
	display: table-cell;
}

#program .cont_1 div,
#program .cont_2 div,
#program .cont_3 div {
	position: absolute;
    width: 600px;
    margin: 0 auto;
    color: #433324
    border-collapse: collapse;
    z-index: 1;
}
#program .cont_1 div {
	top: 255px;
	left: 50px;
}
#program .cont_2 div {
	top: 50px;
	left: 50px;
}
#program .cont_3 div {
	top: 50px;
	left: 50px;
}

#program .cont_1 .cont1img {
    position: absolute;
    top: 305px;
    left: 120px;
    z-index: 2;
}
#program .cont_2 .cont2img {
    position: absolute;
    top: 100px;
    left: 120px;
    z-index: 2;
}
#program .cont_3 .cont3img {
    position: absolute;
    top: 100px;
    left: 170px;
    z-index: 2;
}

#program .cont_1 table,
#program .cont_2 table,
#program .cont_3 table {
    width: 600px;
    margin: 0 auto;
    color: #433324
    border-collapse: collapse;
}
#program .cont_1 table td,
#program .cont_2 table td,
#program .cont_3 table td {
  padding: 30px 0 5px ;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  border-bottom: 1px solid #ff9900;
}

#program .cont_1 div p,
#program .cont_2 div p,
#program .cont_3 div p {
  padding: 30px 0 5px ;
  font-size: 16px;
  color: #433324
  line-height: 1em; 
}


/* 年間行事 */
#life{
}
#life .visual{
  position: relative;
  z-index: -1;
  background: url('images/lower/visual_bg.png') repeat-x center center;
}
#life .visual .title{
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: -480px;
}
#life .pages{
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#life .pages > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#life .pages span:before{
  content: '>';
  padding-right: 12px;
}
#life .pages a{
  color: #111111;
}
#life .low_cont{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 700px;
  margin-right: 30px;
}

#life .cont_1, #life .cont_2 {
	position: relative;
	clear: both;
	margin-top: 30px; 
}
#life .cont_1t1 {
  position: absolute;
  top: 150px;
  left: 50px;
  z-index: 1;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
}
#life .cont_1t1 dt {
	display: inline-block;
	margin-bottom: 26px;
	margin-right: 20px;
	line-height: 1;
}
#life .cont_1t1 dt img {
	vertical-align: bottom;
	line-height: 1;
}
#life .cont_1t1 dd {
	display: inline-block;
	width: 500px;
	margin: -20px 0 25px;
	line-height: 1.4em;
	vertical-align: middle;
	color: #433324;
}
#life .cont_2 {
	margin-top: 30px; 
	text-align: center;
}
#life .cont_2 p{
  width: 580px;
  margin: 10px auto 0;
  font-size: 18px;
  text-align: left;
  color: #433324;
  line-height: 1.4em;
}

/* 給食 */
#lunch{
}
#lunch .visual{
  position: relative;
  z-index: -1;
  background: url('images/lower/visual_bg.png') repeat-x center center;
}
#lunch .visual .title{
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: -480px;
}
#lunch .pages{
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#lunch .pages > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#lunch .pages span:before{
  content: '>';
  padding-right: 12px;
}
#lunch .pages a{
  color: #111111;
}

#lunch .low_cont{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 700px;
  margin-right: 30px;
}
#lunch .cont_1,
#lunch .cont_1_2,
#lunch .cont_2{
  position: relative;
  margin-bottom: 50px;
}
#lunch .cont_1t1,
#lunch .cont_1t2,
#lunch .cont_1t3,
#lunch .cont_1t4,
#lunch .cont_2t1,
#lunch .cont_2t2,
#lunch .cont_2t3 {
  position: absolute;
  left: 0;
  z-index: 1;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  width: 100%;
  color: #433324;
}
#lunch .cont_1t1{
  top: 270px;
  left: 55px;
}
#lunch .cont_1t2{
  top: 250px;
  left: 55px;
}
#lunch .cont_1t3{
  top: 510px;
  left: 55px;
}
#lunch .cont_1t4{
  top: 780px;
  left: 55px;
}

#lunch .cont_2 .cont_2ttl {
	margin-bottom: 15px;
}
#lunch .cont_2t1{
  top: 245px;
  left: 0;
  width: 370px;
}
#lunch .cont_2t2{
  top: 555px;
  left: 0;
  width: 370px;
}
#lunch .cont_2t3{
  top: 895px;
  left: 0;
  width: 370px;
}

/* 入園のご案内 */
#guidance{
}
#guidance .visual{
  position: relative;
  z-index: -1;
  background: url('images/lower/visual_bg.png') repeat-x center center;
}
#guidance .visual .title{
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: -480px;
}
#guidance .pages{
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#guidance .pages > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#guidance .pages span:before{
  content: '>';
  padding-right: 12px;
}
#guidance .pages a{
  color: #111111;
}

#guidance .low_cont{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 700px;
  margin-right: 30px;
}
#guidance .cont_1,
#guidance .cont_1_2,
#guidance .cont_2{
  position: relative;
  margin-bottom: 50px;
}

#guidance .cont_1 {
	margin-top: 30px;
}

#guidance .cont_1 ol {
    position: absolute;
	top: 70px;
	left: 0;
	overflow: hidden;
}
#guidance .cont_1 ol li {
	float: left;
	width: 145px;
	height: 115px;
	padding: 65px 15px 15px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
  }
#guidance .cont_1n5 {
	clear: both;
	margin-left: 90px;
}  
#guidance .cont_1n7 {
	color: #FC9923;
}  
#guidance .cont_1 ol li span {
	font-weight: bold;
}
#guidance .cont_1 ol li small {
	font-size: 88%;
}
#guidance .btn {
	margin-top: 10px;
}  


#guidance .cont_2 {
	text-align: center;
}
#guidance .cont_2 p {
	font-size: 16px;
	text-align:left;
	line-height: 1.5em;
  }
#guidance .cont_2txt {
	position: absolute;
	top: 170px;
	left: 215px; 
	width: 470px;
}
   
#guidance .cont_2_2 {
	position: relative;
	text-align: center;
}
#guidance .cont_2_2 p {
	font-size: 16px;
	text-align:left;
	line-height: 1.5em;
  }
#guidance .cont_2_2 li {
	display: inline-block;
	padding: 2px 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
  }

#guidance .cont_2_2 li small {
	font-size: 14px;
  }
#guidance .cont_2txt2 {
	position: absolute;
	top: 310px;
	left: 0; 
	width: 100%;
	text-align: center !important;
}
#guidance p.cont_2txt3 {
	position: absolute;
	top: 40px;
	left: 20px; 
	width: 100%;
	font-size: 14px;
	text-align: center !important;
}
#guidance p.cont_2txt4 {
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	text-align: center !important;
}
#guidance p.cont_2txt5 {
	position: absolute;
	top: 100px;
	left: 40px; 
	width: 610px;
	text-align: center;
	color: #ff9900;
	font-weight: bold;
}
#guidance p.cont_2txt6 {
	position: absolute;
	top: 295px;
	left: 40px;
	line-height: 1em;
	width: 610px;
	text-align: center;
}

#guidance .cont_2 table{
	width: 700px;
	margin: 0 auto;
	font-size: 15px;
	text-align: left;
	line-height: 1.5em;
	border-collapse: collapse;
	border-bottom: 1px solid #cdcdcd;
}

#guidance .cont_2 table.cont2_tb {
	margin-top: -80px;
}

#guidance .cont_2 table th {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #010100;
	line-height: 1.5em;
	vertical-align: bottom;
}
#guidance .cont_2 table tbody th {
	text-align: left;
	background: #fff;
	border-top: 1px solid #cdcdcd;
}

#guidance .cont_2 table th small {
	font-weight: normal;
  }
#guidance .cont_2 table td {
	padding: 10px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
	background: #fff;
	border-top: 1px solid #cdcdcd;
 }
#guidance .cont_2 table td.age0 {
	color: #ff83a8;
	background: #fff8fa;
}
#guidance .cont_2 table td.age1 {
	color: #faaf3b;
	background: #fff8ef;
}

#guidance .cont_2 table td.age2 {
	color: #29aae1;
	background: #eaf7fc;
}
#guidance .cont_2 table td.age3 {
	color: #c993c6;
	background: #f3e6f2;
}


#guidance .cont_3 {
	position: relative;
	margin-top: 30px;
	
}

#guidance .cont_3 div.inner {
  position: absolute;
  top: 200px;
  margin-left: -10px;
  margin-right: -10px;
}

#guidance .cont_3 ul {
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 160%;
  width: 340px;
  height: 430px;
  margin: 0 10px;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}

#guidance .cont_3 li {
	display: inline-block;
	padding: 2px 5px;
	padding-left: 1.5em;
	text-indent: -1em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	color: #000000;
  }
#guidance .cont_3 li.last {
	clear: both;
}
#guidance .cont_3 li:before {
	content: "●";
	color: #faaf3b;
	margin-right: 5px;
	font-size: 88%;
}
#guidance .cont_3 p {
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
	color: #000000;
  }

/* アクセス */
#access{
}
#access .visual{
  position: relative;
  z-index: -1;
  background: url('images/lower/visual_bg.png') repeat-x center center;
}
#access .visual .title{
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: -480px;
}
#access .pages{
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#access .pages > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#access .pages span:before{
  content: '>';
  padding-right: 12px;
}
#access .pages a{
  color: #111111;
}

#access .low_cont{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 700px;
  margin-right: 30px;
}

#access .access{
  width: 700px;
  margin: 0 auto;
  position: relative;
}
#access .access > img{
}
#access .access .address{
  margin: 20px auto;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
}
#access .access .box{
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 160%;
  min-width: 340px;
  margin: 0 10px 10px 0;
  text-align: left;
}
#access .access .box img{
  float: left;
  padding-right: 9px;
  padding-bottom: 30px;
}
#access .access .box span{
  font-size: 16px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}
#access #idx_map{
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 20px;
}
#access #idx_map *{
  line-height: 160%;
}


/*ブログ */
#blog .visual{
  position: relative;
  z-index: -1;
  background: url('images/lower/visual_bg.png') repeat-x center center;
}
#blog .visual .title{
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: -480px;
}
#blog .pages{
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#blog .pages > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#blog .pages span:before{
  content: '>';
  padding-right: 12px;
}
#blog .pages a{
  color: #111111;
}
#blog .low_cont {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    width: 700px;
    min-height: 600px;
}
#blog .low_cont .box{
    text-align: left;
    margin-top: 40px;
}
#blog .low_cont .box h2{
    background-color: #ff9900;
    font-size: 24px;
    line-height: 100%;
    font-weight: normal;
    color: #ffffff;
    padding: 14px 30px 38px;
    border-radius: 8px;
    position: relative;
}
#blog .low_cont .box h2 span{
    position: absolute;
    bottom: 14px;
    right: 30px;
    font-size: 16px;
    line-height: 100%;
}
#blog .low_cont .box p{
    font-size: 16px;
    line-height: 180%;
    padding: 30px;
    word-break: break-all;
}
#blog .low_cont .box p img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 10px;
}
#blog .low_cont .box figure {
	margin: 20px 0 0;
}
#blog .low_cont .box figure.alignleft {
	text-align: left;
}
#blog .low_cont .box figure.aligncenter {
	text-align: center;
}
#blog .low_cont .box figure.alignright {
	text-align: right;
}
#blog .low_cont .box figure img {
	max-width: 100%;
	height: auto;
}
#blog .low_cont .box figure figcaption {
	font-size: 13px;
	line-height: 1.6;
	margin: 4px 0 0;
}
#blog .low_cont .box figure.wp-block-embed-youtube iframe {
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
#submenu_blog{
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 212px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}
#submenu_blog > img{
}
#submenu_blog ul{
    background: url('images/blog/bg.png') repeat center center;
    padding: 3px 0 2px;
    text-align: left;
}
#submenu_blog ul li{
    background-color: #ffffff;
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 100%;
    padding: 12px 0 10px 32px;
}
#submenu_blog ul li.idx{
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 3px;
    padding: 12px 0 12px 18px;
    font-weight: bold;
}
#submenu_blog ul li a{
    color: #030303;
}
#submenu_blog ul li a:before{
    content: url('images/blog/ar_r.png');
    padding: 0px 6px 2px 0;
    display: inline-block;
    vertical-align: middle;
}
#submenu_blog ul li.idx a:before{
    content: url('images/blog/ar_d.png');
}






#idx .posts {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 60px auto 0;
}
#idx .posts h1 {
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	padding: 25px 0 20px;
	color: #f39f10;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#idx .posts article {
	padding: 20px 0 0;
}
#idx .posts article a {
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 30px);
	margin: 0 15px 40px;
	text-align: left;
}
#idx .posts article a figure {
	margin: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
#idx .posts article a figure::after {
	content: attr(data-category);
	font-size: 16px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: white;
	padding: 5px 12px;
	border-radius: 0 4px 0 0;
}
#idx .posts article a figure[data-category="日記"]::after {
	background: #5555e0;
}
#idx .posts article a figure[data-category="給食"]::after {
	background: #e75959;
}
#idx .posts article a h2 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0;
}
#idx .posts article a .date {
	font-size: 14px;
	line-height: 1;
	color: #333;
	margin: 9px 0 0;
}
#idx .posts .more {
	font-size: 16px;
	line-height: 1;
	color: #333333;
	background: lightgrey;
	padding: 11px 40px;
	display: inline-block;
	margin: 20px 0 0;
	border-radius: 4px;
}

.has-dark-gray-color {
	color: #1a1a1a;
}
.has-dark-gray-background-color {
	background-color: #1a1a1a;
}
.has-medium-gray-color {
	color: #686868;
}
.has-medium-gray-background-color {
	background-color: #686868;
}
.has-light-gray-color {
	color: #e5e5e5;
}
.has-light-gray-background-color {
	background-color: #e5e5e5;
}
.has-white-color {
	color: #fff;
}
.has-white-background-color {
	background-color: #fff;
}
.has-blue-gray-color {
	color: #4d545c;
}
.has-blue-gray-background-color {
	background-color: #4d545c;
}
.has-bright-blue-color {
	color: #007acc;
}
.has-bright-blue-background-color {
	background-color: #007acc;
}
.has-light-blue-color {
	color: #9adffd;
}
.has-light-blue-background-color {
	background-color: #9adffd;
}
.has-dark-brown-color {
	color: #402b30;
}
.has-dark-brown-background-color {
	background-color: #402b30;
}
.has-medium-brown-color {
	color: #774e24;
}
.has-medium-brown-background-color {
	background-color: #774e24;
}
.has-dark-red-color {
	color: #640c1f;
}
.has-dark-red-background-color {
	background-color: #640c1f;
}
.has-bright-red-color {
	color: #ff675f;
}
.has-bright-red-background-color {
	background-color: #ff675f;
}
.has-yellow-color {
	color: #ffef8e;
}
.has-yellow-background-color {
	background-color: #ffef8e;
}