@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{
}
.wrap{
  width: 960px;
  margin: 0 auto;
}


header{
  background: url('images/english/menu_bg.png') repeat-x center bottom;
  height: 97px;
  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: 0;
}

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(216, 241, 194, 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(216, 241, 194, 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;
  padding:20px 0px;
  position: relative;
}
footer .access > img{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom:10px;
}
footer .access .address{
  position: absolute;
  top: 40px;
  left: 204px;
  font-size: 14px;
  line-height: 140%;
}
footer .access .box1{
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 160%;
  min-width: 450px;
  margin: 0px 10px 10px 0px;
}
footer .access .box1 img{
 float: left;
 padding-right: 9px;
 padding-bottom: 20px;
 left:230px;
}
footer .access .box1 span{
  font-size: 14px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}

footer .access .box2{
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 160%;
  min-width: 450px;
  margin: 10px 10px 20px 195px;
  float:left;
}
footer .access .box2 img{
 float: left;
 padding-right: 9px;
 padding-bottom: 20px;
 left:230px;
}
footer .access .box2 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;
  margin:10px;
}
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: 10px;
  padding-left:10px;
  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 img{
	margin-top:100px;
}
#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: 20px;*/
}

#idx .cont_2,
#idx .cont_3,
#idx .cont_4{
  position: relative;
}
#idx .cont_2t1,
#idx .cont_2t2,
#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_3t1{
  margin: 180px 0 0 0px;
}
#idx .cont_3t2{
  margin: 10px 0 0 0px;
}
#idx .cont_4t1{
  margin: 10px 0 0 0;
  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: 658px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 550px;
}
#idx .cont_4m div{
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#idx .cont_4m img{
  position: relative;
  z-index: 2;
}
#idx .cont_4m iframe{
  position: absolute;
  top: -220px;
  left: 1px;
  z-index: 1;
  width: 100%;
  height: 1040px;
  min-width: 1820px;
}


#submenu{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 212px;
  position: relative;
  padding:20px 0px 0px;
  z-index: 1;
}
#submenu .blog{
}
#submenu ul{
  background: url('images/submenu/bg.png') repeat center center;
  padding: 4px 0;
  border-radius: 4px
  ;
}
#submenu ul li{
  font-size: 16px;
  line-height: 100%;
  background-color: #ffffff;
  border-image: url('images/noise.png') 4 repeat;
  border-style: solid;
  border-width: 1px 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: 0px;
  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_2,
#about .cont_3,
#about .cont_3_2,
#about .cont_4,
#about .cont_5,
#about .cont_6,
#about .cont_7{
  position: relative;
}
#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: 95px;
  width:700px;
  margin: 30px 0;
}
#about .cont_1t2{
  top: 310px;
  width:700px;
  margin:0px 0;
  padding:0 0 0 0px;
}

#about .cont_3{
	padding:20px 0px 0px;
}

#about .cont_3t1,
#about .cont_3t2,
#about .cont_3t3,
#about .cont_3t4,
#about .cont_3_2t{
  position: absolute;
  left: 65px;
  z-index: 1;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
}
#about .cont_3_2t{
  top: 54px;
  left: 110px;
  }
 #about .cont_3_2t a{
  font-size: 14px;
  text-decoration: underline;
} 
  

#about .cont_4{
	padding:30px 0px ;
}

#about .cont_4t1,
#about .cont_4t2,
#about .cont_4t3,
#about .cont_4t5,
#about .cont_4t6{
  position: absolute;
  left: 70px;
  z-index: 1;
  font-size: 19px;
  line-height: 156%;
  text-align: left;
  letter-spacing: 0px;
  width: 600px;
}
#about .cont_4t4{
  position: absolute;
  left: 54px;
  z-index: 1;
  font-size: 19px;
  line-height: 156%;
  text-align: left;
  width: 615px;
}
#about .cont_4t1{
  top: 365px;
}
#about .cont_4t2{
  top: 820px;
}
#about .cont_4t3{
  top: 1180px;
}
#about .cont_4t4{
  top: 1570px;
}
#about .cont_4t5{
  top: 1970px;
}

#about .cont_5,
#about .cont_6{
  margin-top: 10px
}
#about .cont_7{
	margin-top:30px;
}
#about .cont_5 .title,
#about .cont_6 .title,
#about .cont_7 .title{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#about .cont_5 img{
	float:left;
}
#about .cont_5 p{
  padding: 30px 0 20px 280px;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
}
#about .cont_6 p{
  padding: 140px 0 10px 480px;
}
#about .cont_5 ul,
#about .cont_6 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_5 ul li,
#about .cont_6 ul li{
  display: block;
  padding: 0 14px;
  background-color: #ffffff;
  border-bottom: solid 1px #9bc873;
}
#about .cont_5 ul li:first-child,
#about .cont_6 ul li:first-child{
  border-radius: 8px 8px 0 0;
}
#about .cont_5 ul li:last-child,
#about .cont_6 ul li:last-child{
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}
#about .cont_5 ul li span:first-child,
#about .cont_6 ul li span:first-child{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 0px 12px 0px 8px;
  width: 160px;
  text-align: left;
  font-weight: bold;
}
#about .cont_5 ul li span:last-child,
#about .cont_6 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 #9bc873;
}
#about .cont_7 .map{
  padding-top: 50px;
}

.cont_7img{
	padding:40px 0 0 0;
}

#about .cont_7 .cont_7m1,
#about .cont_7 .cont_7m2,
#about .cont_7 .cont_7m3,
#about .cont_7 .cont_7m4,
#about .cont_7 .cont_7m5,
#about .cont_7 .cont_7m6,
#about .cont_7 .cont_7m7,
#about .cont_7 .cont_7m8,
#about .cont_7 .cont_7m9,
#about .cont_7 .cont_7m10,
#about .cont_7 .cont_7m11,
#about .cont_7 .cont_7m12,
#about .cont_7 .cont_7m13,
#about .cont_7 .cont_7m14,
#about .cont_7 .cont_7m15,
#about .cont_7 .cont_7m16,
#about .cont_7 .cont_7m17{
  position: absolute;
  z-index: 1;
  display: inline-block;
  zoom: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

/*乳児園*/
#about .cont_7 .cont_7m1{
  top: 244px;
  left: 126px;
}
#about .cont_7 .cont_7m2{
  top: 228px;
  left: 244px;
}
#about .cont_7 .cont_7m3{
  top: 332px;
  left: 42px;
}
#about .cont_7 .cont_7m4{
  top: 350px;
  left: 124px;
}
#about .cont_7 .cont_7m5{
    top: 334px;
    left: 204px;
}
#about .cont_7 .cont_7m6{
    top: 334px;
    left: 254px;
}
#about .cont_7 .cont_7m7{
    top: 414px;
    left: 46px;
}
#about .cont_7 .cont_7m8{
    top: 462px;
    left: 78px;
}
#about .cont_7 .cont_7m9{
    top: 462px;
    left: 176px;
}
#about .cont_7 .cont_7m10{
    top: 434px;
    left: 378px;
}
#about .cont_7 .cont_7m11{
    top: 636px;
    left: 530px;
}
#about .cont_7 .cont_7m12{
  top: 1540px;
  left: 530px;
}
#about .cont_7 .cont_7m13{
  top: 1650px;
  left: 50px;
}
#about .cont_7 .cont_7m14{
  top: 1650px;
  left: 200px;
}
#about .cont_7 .cont_7m15{
  top: 1650px;
  left: 280px;
}
#about .cont_7 .cont_7m16{
  top: 1650px;
  left: 400px;
}
#about .cont_7 .cont_7m17{
  top: 2000px;
  left: 514px;
}

#about .cont_7 a{
  display: block;
  width: 100%;
  height: 100%;
 }
#about .cont_7 .cont_7m17 a{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 140px;
  height: 95px;
  float:left;
}

/*入園までの流れ*/
#about .low_cont_n {
   display: inline-block;
   margin-right: 230px;
   vertical-align: top;
}
#about .cont_8,
#about .cont_9,
#about .cont_10,
#about .cont_11{
  position: relative;
}

#about .cont_8{
	padding:30px 0px 0px;
}

/*#about .cont_9,
#about .cont_10{
	padding:0px 0px 0px 20px;
}*/

#about .cont_9 *,
#about .cont_10 *{
  font-size: 14px;
  line-height: 22px;
}
#about .cont_9map{
  position: absolute;
  top: 155px;
  left: 30px;
  z-index: 1;
  width: 200px;
  height: 300px;
}
#about .cont_9t1{
  position: absolute;
  top: 220px;
  left: 330px;
  text-align:left;
  z-index: 1;
}
#about .cont_9t1 span{
  letter-spacing: -4px;
}
#about .cont_9t2{
  position: absolute;
  top: 273px;
  left: 330px;
  text-align:left;
  z-index: 1;
}
#about .cont_9t3{
  position: absolute;
  top: 335px;
  left: 330px;
  text-align:left;
  z-index: 1;
}
#about .cont_9t4{
  position: absolute;
  top: 380px;
  left: 330px;
  text-align:left;
  z-index: 1;
}
#about .cont_9t4 span{
  display: block;
}
#about .cont_9t4 span:before{
  content: '●';
  color: #ff8277;
  font-size: 10px;
  padding-right: 2px;
}
#about .cont_9btn{
  position: absolute;
  top: 580px;
  left: 250px;
  z-index: 1;
}
#about .cont_10map{
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  width: 200px;
  height: 200px;
}
#about .cont_10t1{
  position: absolute;
  top: 95px;
  left: 330px;
  text-align:left;
  z-index: 1;
}
#about .cont_10t1 span{
  letter-spacing: -4px;
}
#about .cont_10t2{
  position: absolute;
  top: 160px;
  left: 330px;
  text-align:left;
  z-index: 1;
}
#about .cont_10t3{
  position: absolute;
  top: 220px;
  left: 330px;
  text-align:left;
  z-index: 1;
}
#about .cont_10t4{
  position: absolute;
  top: 265px;
  left: 330px;
  text-align:left;
  z-index: 1;
}
#about .cont_10t4 span{
  display: block;
}
#about .cont_10t4 span:before{
  content: '●';
  color: #ff8277;
  font-size: 10px;
  padding-right: 2px;
}
#about .cont_10btn{
  position: absolute;
  top: 470px;
  left: 250px;
  z-index: 1;
}

#about .cont_11{
	padding:0px 0px 20px;
}

/*乳児園ってどんなところ？*/
#about .cont_3t1,
#about .cont_3t2,
#about .cont_3t3,
#about .cont_3t4{
  position: absolute;
  left: 49px;
  z-index: 1;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  width: 600px;
}
#about .cont_3t1{
	top: 30px;
	padding:0px 0px 20px;
}
#about .cont_3t2{
	top: 560px;
}
#about .cont_3t3{
  top: 885px;
}
#about .cont_3t4{
  top: 1120px;
}


.featherlight-content{
    background: transparent!important;
}
.featherlight-close-icon{
    visibility: hidden;
}
.featherlight-close-icon:before{
    content: url('fl/close.png');
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    visibility: visible;
}
.featherlight-next{
    visibility: hidden;
}
.featherlight-next:before{
    content: url('fl/next.png');
    position: absolute;
    right: -20px;
    top: 44%;
    z-index: 1;
    visibility: visible;
}
.featherlight-previous{
    visibility: hidden;
}
.featherlight-previous:before{
    content: url('fl/prev.png');
    position: absolute;
    left: -20px;
    top: 44%;
    z-index: 1;
    visibility: visible;
}



