@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th, td{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/*IE9未満用*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
} 


img {
	vertical-align: bottom;
	border: 0px;

}

area{
	border: none;
	outline: none;
	onFocus="this.blur();"
}

/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	color: #7a6a56;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-color: #fffbf0;
}

/*-----------------------------------システムメイン*/

#system_main {
	width: 100%;	
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-color: #fffbf0;
}

/*-----------------------------------ヘッダー*/

header {
	width: 1020px;
	height: 230px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;

}

header h1{
	text-align: center;
	margin-top: 10px
}


/*-----------------------------------コンテナ―*/

#container{
	width: 100%;
	background-image: url(images/bg_header_l.png),url(images/bg_header_r.png), url(images/bg_top.png);
	background-position: left top, right top, center top;
	background-repeat: no-repeat, no-repeat, repeat-x;
}

#container2{
	width: 100%;
	background-image: url(images/bg_header_l.png),url(images/bg_header_r.png), url(images/bg_top_egao.png);
	background-position: left top, right top, center top;
	background-repeat: no-repeat, no-repeat, repeat-x;
}

/*-----------------------------------ナビ*/

nav{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

nav ul{
	width:1020px;
	margin-right: auto;
	margin-left: auto;
}

nav ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
}

nav ul li a{
	width:150px;
	height:60px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-size:cover;
}

nav ul li:nth-child(1){
	background-image: url(images/menu1.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(1):hover{
	background-image: url(images/menu1_a.png);
	background-repeat: no-repeat;
}

nav ul li:nth-child(2){
	background-image: url(images/menu2.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(2):hover{
	background-image: url(images/menu2_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(3){
	background-image: url(images/menu3.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(3):hover{
	background-image: url(images/menu3_a.png);
	background-repeat: no-repeat;
}

nav ul li:nth-child(4){
	background-image: url(images/menu4.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(4):hover{
	background-image: url(images/menu4_a.png);
	background-repeat: no-repeat;
}

nav ul li:nth-child(5){
	background-image: url(images/menu5.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(5):hover{
	background-image: url(images/menu5_a.png);
	background-repeat: no-repeat;
}

nav ul li:nth-child(6){
	background-image: url(images/menu6.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(6):hover{
	background-image: url(images/menu6_a.png);
	background-repeat: no-repeat;
}

/*-----------------------------------メイン*/

#main {
	font-size: 15px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

article{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}


h2{
	margin-bottom: 10px;
}

h3{
	text-align: left;
	margin-bottom: 15px;
	background-color: #b7d663;
	padding: 5px 20px;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
}

/*-----------------------------------ページトップへ*/

#pagetop {
  display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
  }
  
.fuwafuwa {
	-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
-moz-animation:fuwafuwa 3s infinite linear alternate;
}

@keyframes fuwafuwa {
	0% {transform:translate(0, 0) rotate(-5deg);}
	50% {transform:translate(0, -5px) rotate(0deg);}
	100% {transform:translate(0, 0)rotate(5deg);}
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
	50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
	100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0) rotate(-5deg);}
	50% {-moz-transform:translate(0, -5px) rotate(0deg);}
	100% {-moz-transform:translate(0, 0)rotate(5deg);}
}
  
/*-----------------------------------フッター*/

#footer {
	width: 100%;
	left: 0px;
	overflow: hidden;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footer p{
	padding-top: 5px;
	color: #fff;
}

/*-----------------------------------リンク*/

#link{
	width: 1020px;
	position: absolute;
	margin: auto;
	right: 0px;
	left: 0px;
	top: 0px;
}

#link table{
	float: right;
	margin-right: 10px;
}

#link a:hover{
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

/*-----------------------------------トップページ*/

#top_photo{
	background-image: url(images/bg_top_photo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	box-shadow: 2px 2px 4px #ccc;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	position: relative;
	padding-top: 50px;
	margin-top: 15px;
}

#top_photo img{
	margin-bottom: 40px;
}


#news {
	overflow: hidden;
}


#news .news_details {
	width: 100%;
	background-image: url(images/bg_news.gif);
	padding-top: 35px;
	padding-bottom: 25px;
	margin-top: -35px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}

#news .news_details iframe {
	width: 90%;
	height: 350px;
	border-style: none;
	background-color: #fff;
	margin: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 4px #ccc inset;
	-moz-box-shadow: 2px 2px 4px #ccc inset;
	-webkit-box-shadow: 2px 2px 4px #ccc inset;
}

#base_info table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 20px;
}

#base_info th{
	padding: 8px 10px;
	background-color: #dfef6a;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

#base_info td{
	padding: 8px 10px;
	border: 1px solid #d7ef26;
	background-color: #fff;
}

#base_info td br{
	display: none;
}

#base_info table.open_hour{
	width: auto;
	margin-bottom: 0px;
}

#base_info .open_hour th{
	text-align:left;
	padding: 0px;
	background-color: #fff;
	border: none;
	font-weight: normal;
}

#base_info .open_hour td{
	border: none;
	padding: 0px;
	vertical-align: top;
}

#base_info .open_hour br{
	display: none;
}

#base_info ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

#base_info a{
	color: #7a6a56;
}

#base_info a:hover{
	text-decoration: none;
}

#map ul{
	float: left;
	width: 33%;

}

#map ul li{
	display: inline-block;
	width: 98%;
	margin-bottom: 15px;
}

#map ul li img{
	width: auto;
}

#map ul li.p_photo img{
	width: 90%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#map .w_map .googlemap iframe{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left: auto;
	margin-right: auto;	
}

#map .w_map{
	float: right;
	width: 65%;
}

#map .w_map .googlemap {
	width: 100%;
	height: 350px;
	border: 3px solid #dfef6a;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left: auto;
	margin-right: auto;	
}

#youtube{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
 	position: relative;
 	width: 95%;
 	padding-top: 56.25%;
}

#youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#youtube p{
	font-size: 20px;
	padding: 30px 0px;
}

/*-----------------------------------保育について*/

#target p{
	text-align: left;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #f66;
}


#target ul li{
	text-align: left;
	margin-bottom: 20px;
	background-image: url(images/list_target.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	border-bottom: 1px dotted #FC3;
}

#hoshin{
	background-image: url(images/bg_hoshin.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#hoshin p.hashira{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#hoshin p{
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

#lunch p{
	text-align: left;
	margin-bottom: 10px;
}

#lunch dl{
	text-align: left;
}

#lunch dt{
	border-bottom: 2px dotted #cd0;
	font-size: 18px;
	font-weight:bold;
	color: #8fc31f;
	margin-bottom: 10px;
}

#lunch dd{
	margin-bottom: 20px;
}

#lunch ul{
	display: flex;
	flex-wrap: wrap;
	justiy-content: space-between;
	margin: auto;
}

#lunch ul li{
	width: 30%;
	margin: 0px 15px;
}

#lunch ul li img{
	width: 90%;
	border-radius: 20px;
}

#guide ul li:first-child{
	margin-bottom: 30px;
}

/*-----------------------------------園の生活*/

#daily ul li{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

#daily table{
	width: 100%;
}

#daily th{
	text-align: center;
	padding-bottom: 10px;
	
}

#daily td img{
	width: 100%;
}

#event .month ul{
	margin-bottom: 30px;
}

#event .month ul li{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}


#event .month ul li.may, #event .month ul li.jul, #event .month ul li.sep, #event .month ul li.nov, #event .month ul li.jan, #event .month ul li.mar{
	margin-left: 30px;
}

#event .month table{
	width: 100%;
}

#event .month td.gyoji{
	width: 50%;
	vertical-align: top;
}

#event .month td.e_photo{
	width: 50%;
	vertical-align: top;
}

#event .month td.e_photo img{
	width: 95%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#event .month dl{
	width: 95%;
}

#event .month dt{
	margin-bottom: 10px;
}

#event dd{
	margin-left: 5px;
	border-bottom: 1px dotted;
	padding-top: 5px;
}

#event .month ul li.apr dd:before, #event .month ul li.may dd:before{
	content: "●";
	color: #e44f8b;
}
#event .month ul li.jun dd:before, #event .month  ul li.jul dd:before{
	content: "●";
	color: #ef8200;
}
#event .month ul li.aug dd:before, #event .month ul li.sep dd:before{
	content: "●";
	color: #0080cb;
}
#event .month ul li.oct dd:before, #event .month ul li.nov dd:before{
	content: "●";
	color: #009844;
}
#event .month ul li.dec dd:before, #event .month ul li.jan dd:before{
	content: "●";
	color: #e50012;
}
#event .month ul li.feb dd:before, #event .month ul li.mar dd:before{
	content: "●";
	color: #905ca2;
}

#event .month p{
	text-align: left;
	margin-bottom: 10px;
	margin-right: 15px;
	border-bottom: 1px dotted;
}

#event .month p br{
	display: none;
}

#event .others table{
	width: 100%;
	margin-bottom: 20px;
}

#event .others p{
	text-align: left;
	margin-bottom: 10px;
	margin-right: 15px;
	border-bottom: 1px dotted;
}

#event .others p br{
	display: none;
}


#event .others ul{
	width: 100%;
}

#event .others ul li{
	display: inline-block;
	width: 19%;
}

#event .others ul li img{
	width: 95%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*-----------------------------------入園案内*/

#admission section{
	margin-bottom: 40px;
}

#admission .adm_dtl{
	position: relative;
}

#admission .adm_dtl p{
	position: absolute;
	right: 60px;
	top: 60px;
}

#admission .adm_dtl dl{
	text-align: left;
}

#admission .adm_dtl dt{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

#admission .adm_dtl dt:before{
	content: "● ";
	color: #b7d663;
}

#admission .adm_dtl dd{
	padding-left: 20px;
	margin-bottom: 20px;
}

#admission .adm_price p{
	text-align: left;
	padding-left: 10px;
}

#admission .uniform p{
	text-align: left;
	margin-bottom: 10px;
}

#admission .uniform ul li{
	display: inline-block;
	width: 32%;
}

#admission .uniform ul li img{
	width: 90%;
	border-radius: 20px;
	border: 4px solid #FC3;
}

#admission p a{
	color: #7a6a56;
}

#admission p a:hover{
	opacity: 0.7;
}

#admission .qa dl{
	text-align: left;
}

#admission .qa dt{
	color: #7daa00;
	font-weight: bold;
	font-size: 17px;
}

#admission .qa dd{
	margin-bottom: 20px;
	padding: 8px;
	border: 1px dotted #b7d663;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.5);
}

/*-----------------------------------求人情報*/

#rec_subMenu ul{
	display: flex;
	margin: 20px 0px;
	background-color: rgba(255, 146, 190, 0.1);
	border-bottom: 3px solid rgba(255, 146, 190, 1);
	padding: 10px 5px 5px 5px;
}

#rec_subMenu ul li{
	margin: 0px 10px;
}

#rec_subMenu ul li:before{
	content: "●";
}

#rec_subMenu a{
	text-decoration: none;
	color: #7a6a56;
}

#rec_subMenu a:hover{
	color: #ff66a1;
}

#recruit #feature dl{
	margin-bottom: 40px;
}

#recruit #feature dt{
	background-color: #b5d469;
	padding: 3px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 10px;
}

#recruit #feature dd{
	text-align: left;
	padding: 10px 20px;
	border: 1px dashed #b5d469;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.4);
}

#recruit p{
	margin-bottom: 5px;
}

#recruit ol{
	counter-reset:list;
	list-style-type:none;
	padding: 1em 0;
	text-align: left;
	margin-bottom: 30px;
}

#recruit ol li{
	position:relative;
	padding: 10px 10px 10px 45px;
	border-bottom: 1px dashed #FF9173;
}

#recruit ol li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #FF9173;
	border-radius: 50%;
	top: 1.5em;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#recruit p.rec_phone{
	margin-bottom: 30px;
}

#recruit p.rec_phone a:hover{
	opacity: 0.7;
}


#recruit #bosyu{
	margin-bottom: 50px;
}

#recruit #bosyu p{
	background-color: #b5d469;
	padding: 3px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 10px;
}

#recruit #bosyu ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#recruit #bosyu ul li{
	width: 48%;
}

#recruit #bosyu p.b_category{
	background-color: inherit;
	color: #7a6a56;
	text-align: left;
	font-size: 17px;
	margin-bottom: 5px;
}

#recruit .bosyu_news{
	margin: 20px 0px;
}


#recruit .bosyu_details {
	width: 98%;
	margin: auto;
	border: double #FC3;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}

#recruit .bosyu_details iframe {
	width: 100%;
	height: 300px;
	border-style: none;
	background-color: #fff;
	margin: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 4px #ccc inset;
	-moz-box-shadow: 2px 2px 4px #ccc inset;
	-webkit-box-shadow: 2px 2px 4px #ccc inset;
}

#recruit #bosyu table{
	width: 100%;
}

#recruit #bosyu th{
	white-space: nowrap;
	padding: 5px;
	border: 1px solid #b5d469;
	text-align: center;
	background-color: #edf7cd;
}

#recruit #bosyu td{
	padding: 5px;
	border: 1px solid #b5d469;
	width: 80%;
}

#recruit #bosyu td span{
	font-size: 14px;
}

#recruit #bosyu p.r_note{
	background-color: inherit;
	color: #7a6a56;
	text-align: left;
	font-size: 15px;
	margin-bottom: 0px;
	font-weight: normal;
}

#recruit #bosyu p.r_note span{
	font-weight: bold;
}

#recruit h4{
	font-size: 22px;
	margin-bottom: 20px;
	border-top: 4px double #093;
	border-bottom: 4px double #093;
	padding: 5px 0px;
	background-color: rgba(255,255,255,0.6);
}

#recruit ul.principal{
	display: flex;
	text-align: left;
	margin-bottom: 30px;
}

#recruit ul.principal li:first-child{
	width: 30%;
}

#recruit ul.principal li:last-child{
	width: 70%;
	padding-top: 20px;
}

#recruit ul.principal li:first-child img{
	width: 90%;
	border-radius: 50%;
}


#recruit ul.staff:nth-child(even){
	display: flex;
	flex-direction: row-reverse;
	border-bottom: 1px dotted;
}

#recruit ul.staff:nth-child(odd){
	display: flex;
	border-bottom: 1px dotted;
}

#recruit ul.staff li{
	padding: 20px 0px;
}

#recruit ul.staff li:first-child{
	width: 25%;
}

#recruit ul.staff:nth-child(odd) li:first-child{
	padding-right: 20px;
}

#recruit ul.staff:nth-child(even) li:first-child{
	padding-left: 20px;
}

#recruit ul.staff li:last-child{
	width: 75%;
	text-align: left;
	margin-top: 10px;
}	

#recruit ul.staff li img{
	width: 90%;
	border-radius: 50%;
}

#recruit ul.staff li span{
	font-size: 12px;
}
#recruit_photo ul li{
	display: inline-block;
	width: 24%;
	vertical-align: middle;
	margin: 10px 0px;
}
#recruit_photo ul li img{
	width: 90%;
	border-radius: 15px;
}
#recruit_photo ul li:nth-child(4) img, #recruit_photo ul li:nth-child(5) img{
	width: 70%;
}


/**高宮えがお保育園**/

#egao_menu{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#egao_menu ul{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#egao_menu ul li{
	text-align: center;
	width: 24%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#egao_menu p a:hover{
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

#egao_principal dl{
	text-align: left;
	border: 1px dashed #F9C;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
}

#egao_principal dt{
	font-size: 20px;
	margin-bottom: 5px;
	text-align: center;
}

#egao_principal dd{
	padding: 0px 10px 10px 10px;
}

#egao_principal dd ul{
	display: flex;
	text-align: left;
}

#egao_principal dd ul li:first-child{
	width: 20%;
}

#egao_principal ul li:last-child{
	width: 80%;
	padding-top: 20px;
}

#egao_principal ul li:first-child img{
	width: 90%;
	border-radius: 50%;
}

#egao_staff dl{
	text-align: left;
	border: 1px dashed #FC0;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
}

#egao_staff dt{
	font-size: 20px;
	margin-bottom: 5px;
	text-align: center;
}

#egao_staff ul.e_staff:nth-child(even){
	display: flex;
	flex-direction: row-reverse;
	border-bottom: 1px dotted;
}

#egao_staff ul.e_staff:nth-child(odd){
	display: flex;
	border-bottom: 1px dotted;
}

#egao_staff ul.e_staff li{
	padding: 20px 0px;
}

#egao_staff ul.e_staff li:first-child{
	width: 17%;
}

#egao_staff ul.e_staff:nth-child(odd) li:first-child{
	padding-right: 20px;
}

#egao_staff ul.e_staff:nth-child(even) li:first-child{
	padding-left: 20px;
}

#egao_staff ul.e_staff li:last-child{
	width: 73%;
	text-align: left;
	margin-top: 10px;
}	

#egao_staff ul.e_staff li img{
	width: 90%;
	border-radius: 50%;
}

#egao_staff ul.e_staff li span{
	font-size: 12px;
}

#egao_staff ul.e_staff li.estaff_photo{
	text-align: center;
}


#outline_egao table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 20px;
}

#outline_egao th{
	padding: 8px 10px;
	background-color: #ffd7e3;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

#outline_egao td{
	padding: 8px 10px;
	border: 1px solid #ffa9c4;
	background-color: #fff;
}

#outline_egao td br{
	display: none;
}

#outline_egao table.open_hour{
	width: auto;
	margin-bottom: 0px;
}

#outline_egao .open_hour th{
	text-align:left;
	padding: 0px;
	background-color: #fff;
	border: none;
	font-weight: normal;
}

#outline_egao .open_hour td{
	border: none;
	padding: 0px;
	vertical-align: top;
}

#outline_egao .open_hour br{
	display: none;
}

#outline_egao p.lunch{
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

#outline_egao dl{
	text-align: left;
}

#outline_egao dt{
	border-bottom: 2px dotted #cd0;
	font-size: 18px;
	font-weight:bold;
	color: #8fc31f;
	margin-bottom: 10px;
}

#outline_egao dd{
	margin-bottom: 15px;
}


#access ul{
	float: left;
	width: 510px;
}

#access ul li{
	width: 45%;
	display: inline-block;
	margin-bottom: 15px;
	text-align: left;
}

#access ul li img{
	width: 95%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#access #map_egao #googlemap_egao iframe{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left: auto;
	margin-right: auto;	
}

#access #map_egao{
	float: right;
	width: 450px;
	margin-right: 7px;

}

#access #map_egao #googlemap_egao {
	width: 450px;
	height: 340px;
	border: 3px solid #ffa9c4;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}

#event_egao .gyoji li{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

#event_egao .gyoji li.apr dl{
	background-image: url(images/apr_i.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.may dl{
	background-image: url(images/spr.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.jun dl{
	background-image: url(images/jun_i.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.jul dl{
	background-image: url(images/jul_i.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.aug dl{
	background-image: url(images/sum.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.sep dl{
	background-image: url(images/sep_i.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.oct dl{
	background-image: url(images/aut.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.nov dl{
	background-image: url(images/nov_i.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.dec dl{
	background-image: url(images/dec_i.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.jan dl{
	background-image: url(images/jan_i.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.feb dl{
	background-image: url(images/win.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#event_egao .gyoji li.mar dl{
	background-image: url(images/mar_i.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#event_egao table{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

#event_egao td{
	text-align: center;
}

#event_egao td img{
	width: 90%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}


#event_egao dl{
	width: 90%;
	min-height: 150px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	border: 3px solid #FF0;
}

#event_egao dt{
	margin-bottom: 10px;
}

#event_egao dd{
	text-align: left;
	margin-left: 5px;
	padding-top: 5px;
}

#event_egao .gyoji li.apr dd:before, #event_egao .gyoji li.may dd:before{
	content: "●";
	color: #e44f8b;
}

#event_egao .gyoji li.apr dd.star:before, #event_egao .gyoji li.may dd.star:before{
	content: "★";
	color: #e44f8b;
}

#event_egao .gyoji li.jun dd:before, #event_egao .gyoji li.jul dd:before{
	content: "●";
	color: #ef8200;
}

#event_egao .gyoji li.jun dd.star:before, #event_egao .gyoji li.jul dd.star:before{
	content: "★";
	color: #ef8200;
}

#event_egao .gyoji li.aug dd:before, #event_egao .gyoji li.sep dd:before{
	content: "●";
	color: #0080cb;
}

#event_egao .gyoji li.aug dd.star:before, #event_egao .gyoji li.sep dd.star:before{
	content: "★";
	color: #0080cb;
}

#event_egao .gyoji li.oct dd:before, #event_egao .gyoji li.nov dd:before{
	content: "●";
	color: #009844;
}

#event_egao .gyoji li.oct dd.star:before, #event_egao .gyoji li.nov dd.star:before{
	content: "★";
	color: #009844;
}

#event_egao .gyoji li.dec dd:before, #event_egao .gyoji li.jan dd:before{
	content: "●";
	color: #e50012;
}

#event_egao .gyoji li.dec dd.star:before, #event_egao .gyoji li.jan dd.star:before{
	content: "★";
	color: #e50012;
}

#event_egao .gyoji li.feb dd:before, #event_egao .gyoji li.mar dd:before{
	content: "●";
	color: #905ca2;
}

#event_egao .gyoji li.jan dd.star:before, #event_egao .gyoji li.feb dd.star:before{
	content: "★";
	color: #905ca2;
}

#event_egao p{
	text-align: left;
}

#event_egao #line{
	margin-top: 30px;
}

#event_egao .e_photo{
	margin-top: 30px;
}

#event_egao .e_photo li{
	width: 24%;
	display: inline-block;
	margin-bottom: 20px;
}

#event_egao .e_photo li img{
	width: 90%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#footer_egao {
	width: 100%;
	left: 0px;
	overflow: hidden;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footer_egao p{
	padding-top: 5px;
	color: #fff;
}


@media screen and (max-width:768px){


/*-----------------------------------システムメイン*/

#system_main{
	width: 100%;
	height: auto;
}

/*-----------------------------------ヘッダー*/

header, #main, #container, #container2{
	width: 100%;
	height:auto;	
}

header h1{
	padding-bottom: 10px;
	margin-top: 0px;
}

header h1 img{
	width: 450px;
}

/*-----------------------------------コンテナ―*/

#container{
	background-size: 40%, 40%, 160%;
}

#container2{
	background-size: 40%, 40%, 160%;
}

/*-----------------------------------ナビ*/

nav{
	float:none;
	width:100%;
	margin-top: 0px;
	margin-bottom: 5px;
}

nav ul{
	width:100%;
	margin-bottom: 0px;
	box-shadow: none;
}

nav ul li{
	background-image:none;
	float:left;

}

nav ul li:nth-child(1){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;
}

nav ul li:nth-child(1):hover{
	background-image: none;
	
}
nav ul li:nth-child(2){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(2):hover{
	background-image:none;
}
nav ul li:nth-child(3){
	background-image: none;
	width: 34%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(3):hover{
	background-image: none;
}

nav ul li:nth-child(4){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(4):hover{
	background-image: none;
}

nav ul li:nth-child(5){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(5):hover{
	background-image: none;
}

nav ul li:nth-child(6){
	background-image: none;
	width: 34%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(6):hover{
	background-image: none;
}

nav ul li {
	font-size:90%;
	padding-top: 0em;
	margin-right: 0px;
	text-align: center;
	
}
nav ul li a{
	background-color: #ff9fba;
	width: auto;
	height: auto;
	display: block;
	text-indent: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #fff;
	text-decoration: none;
	border-right: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #fff;
}
	
nav ul li a:hover{
	background-color: #afdd2c;
	color: #fff;
	font-weight:bold;
	font-size: 100%;
}

/*-----------------------------------メイン*/

#main {
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

article{
	width: 90%;
	margin-bottom: 30px;
}

/*-----------------------------------ページトップへ*/

#pagetop{
	position: relative;
  	bottom: 0;
	display: block;
 	width: 100%;
 	text-align: right;
	padding-top: 0px;
}

/*-----------------------------------フッター*/

#footer{
	margin-top: -80px;
}

/*-----------------------------------リンク*/

#link{
	width: 100%;
}

#link table{
	margin-right: 20px;
}

#link table td img{
	width: 130px;
}

/*-----------------------------------トップページ*/

#top_photo{
	width: 100%;
	background-size: 150%;
	margin-top: 0px;
}

#top_photo img{
	width: 90%;
	margin-bottom: 20px;
}

#base_info .open_hour th{
	display: block;
}

#base_info .open_hour td{
	display: block;
	margin-bottom: 5px;
}

/*-----------------------------------保育について*/

#lunch ul li{
	width: 33%;
	margin: 0px;
}

#guide ul li img{
	width: 100%;
}

/*-----------------------------------園の生活*/

#daily th img{
	width: 200px;
}

#event .month ul li.may, #event .month ul li.jul, #event .month ul li.sep, #event .month ul li.nov, #event .month ul li.jan, #event .month ul li.mar{
	margin-left: 0px;
}

#event .month td{
	display: block;
}

#event .month td.gyoji{
	width: 100%;
	min-height: 150px;
}

#event .month td.e_photo{
	width: 100%;
	text-align: center;
}

#event .month dl{
	margin-bottom: 20px;
}

#event .month dd{
	margin-left: 20px;
}

#event .month td.e_photo img{
	width: 80%;
}

#event .month p{
	margin-right: 0px;
}

#event .month p br{
	display: inherit;
}

#event .others ul li{
	width: 32%;
	margin-bottom: 15px;
}

/*-----------------------------------入園案内*/

#admission .adm_dtl p{
	position: inherit;
	margin: 20px auto;
	top: 0px;
	left: 0px;
	right: 0px;
}

/*-----------------------------------求人情報*/

#recruit p.needs img{
	width: 100%;
}

#recruit_photo ul li{
	width: 48%;
}



/**高宮えがお保育園**/

#egao_menu{
	width: 100%;
	margin-bottom: 10px;
}

#egao_menu ul li{
	width: 30%;
	margin-top: 10px;
	margin-left :5px;
	margin-right: 5px;
}

#egao_menu ul li img{
	width: 95%;
}

#egao_menu ul li:last-child img{
	width: auto;
}

#top_photo_egao img{
	width: 95%;
}

#outline_egao .open_hour th{
	display: block;
}

#outline_egao .open_hour td{
	display: block;
	margin-bottom: 5px;
}

#access ul{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#access ul li{
	width: 24%;
	text-align: center;
}

#access #map_egao{
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;

}

#access #map_egao #googlemap_egao {
	width: 98%;

}


#event_egao .gyoji li{
	width: 45%;
	margin-left: 10px;
	margin-right: 10px;
}

#event_egao .e_photo li{
	width: 32%;
}

#footer_egao{
	margin-top: -80px;
}


}

@media screen and (max-width:480px){
	
/*-----------------------------------システムメイン*/
	
header, #footer, #system_main, #container, #container2, #main {
	width: 100%;
	height: auto;	
}

/*-----------------------------------コンテナ―*/

#container{
	height: auto;
	background-size: 50%, 50%, 250%;
}

#container2{
	height: auto;
	background-size: 50%, 50%, 250%;
}

/*-----------------------------------ヘッダー*/

header h1{
	padding-bottom: 0px;
}

header h1 img{
	width: 90%;
}


/*-----------------------------------ページトップへ*/

#pagetop{
	margin: auto;
	left: 0px;
	right: 0px;
	text-align: center;
}

/*-----------------------------------フッター*/

#footer{
	margin-top: 0px;
}

#footer p{
	font-size: 12px;
}

#footer p img{
	width: 100%;
}

/*-----------------------------------メイン*/

h2{
	margin-right: 20px;
}

h2 img{
	width: 95%;
}

/*-----------------------------------リンク*/

#link table td img{
	width: 120px;
}

/*-----------------------------------トップページ*/

#top_photo{
	padding-top: 60px;
}


#top_photo img{
	width: 95%;
}

#news p img{
	width: 90%;
}

#map img{
	width: 100%;
}

#base_info th{
	display: block;
	width: auto;
}

#base_info td{
	display: block;
}

#base_info td br{
	display: inherit;
}

#base_info ul li{
	width: 95%;
	margin-bottom: 25px;
}

#map ul{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

#map ul li{
	width: 98%;
}



#map .w_map{
	float: none;
	width: 100%;
	margin-top: 20px;
}

#map .w_map .googlemap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#map .w_map .googlemap iframe{
	width: 100%;
}

/*-----------------------------------保育について*/

#lunch ul li{
	width: 98%;
	margin-bottom: 20px;
}

/*-----------------------------------園の生活*/

#daily ul li{
	width: 100%;
	
}

#daily th img{
	width: 230px;
}

#event .month ul li{
	width: 100%;
}

#event .month td.gyoji{
	min-height: inherit;
}

#event .others p br{
	display: inherit;
}

#event .others ul li{
	width: 90%;
	margin-bottom: 20px;
}

/*-----------------------------------入園案内*/

#admission .uniform ul li{
	width: 98%;
	margin-bottom: 20px;
}

/*-----------------------------------求人情報*/

#rec_subMenu ul{
	flex-wrap: wrap;
}

#rec_subMenu ul li{
	margin: 5px;
}

#recruit #bosyu img{
	width: 100%;
}

#recruit p.rec_phone img{
	width: 100%;
}

#recruit #bosyu ul{
	flex-wrap: wrap;
}

#recruit #bosyu ul li{
	width: 100%;
	margin: 15px;
}

#recruit ul.principal{
	flex-wrap: wrap;
	text-align: center;
}

#recruit ul.principal li:first-child{
	width: 100%;
}

#recruit ul.principal li:last-child{
	width: 100%;
	padding-top: 20px;
	text-align: left;
}

#recruit ul.principal li:first-child img{
	width: 60%;
	border-radius: 50%;
}


#recruit ul.staff:nth-child(even){
	flex-wrap: wrap;
	flex-direction: row;
}

#recruit ul.staff:nth-child(odd){
	flex-wrap: wrap;
}

#recruit ul.staff li{
	padding: 20px 0px;
}

#recruit ul.staff li:first-child{
	width: 100%;
}

#recruit ul.staff li:first-child img{
	width: 50%;
}

#recruit ul.staff:nth-child(odd) li:first-child{
	padding-right: 0px;
}

#recruit ul.staff:nth-child(even) li:first-child{
	padding-left: 0px;
}

#recruit ul.staff li:last-child{
	width: 100%;
	margin-top: 0px;
}	

#recruit ul.staff li span{
	font-size: 14px;
}

/**高宮えがお保育園**/

#egao_menu ul li{
	width: 40%;
	margin-left: 10px;
	margin-right: 10px;
}

#egao_menu ul li img{
	width: 100%;
}

#egao_menu ul li:last-child img{
	width: 100%;
}

#egao_menu ul li p img{
	width: 140px;
}

#outline_egao th{
	display: block;
}

#outline_egao td{
	display: block;
}

#outline_egao td br{
	display: inherit;
}

#access ul li{
	width: 48%;
}

#event_egao .gyoji li{
	width: 95%;
	margin-left: 0px;
	margin-right: 0px;
}

#event_egao #line img{
	width: 100%;
}

#event_egao .e_photo li{
	width: 48%;
}

#egao_principal dd ul{
	flex-wrap: wrap;
	text-align: center;
}

#egao_principal dd ul li:first-child{
	width: 100%;
}

#egao_principal dd ul li:last-child{
	width: 100%;
	padding-top: 20px;
	text-align: left;
}

#egao_principal dd ul li:first-child img{
	width: 50%;
	border-radius: 50%;
}


#egao_staff ul.e_staff:nth-child(even){
	flex-wrap: wrap;
	flex-direction: row;
}

#egao_staff ul.e_staff:nth-child(odd){
	flex-wrap: wrap;
}

#egao_staff ul.e_staff li{
	padding: 20px 0px;
}

#egao_staff ul.e_staff li:first-child{
	width: 100%;
}

#egao_staff ul.e_staff li:first-child img{
	width: 50%;
}

#egao_staff ul.e_staff:nth-child(odd) li:first-child{
	padding-right: 0px;
}

#egao_staff ul.e_staff:nth-child(even) li:first-child{
	padding-left: 0px;
}

#egao_staff ul.e_staff li:last-child{
	width: 100%;
	margin-top: 0px;
}	

#egao_staff ul.e_staff li span{
	font-size: 14px;
}

#footer_egao{
	margin-top: 0px;
}

#footer_egao p{
	font-size: 12px;
}


	}
	
