@charset "UTF-8";
/* CSS Document */
.nm {
	margin-bottom: 0;
	padding-bottom: 0;
}
.nm img {
	vertical-align: bottom;
}
.txt {
	line-height: 25px;
}
/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/*ご案内*/
#about .box {
	margin: auto;
	width: 1000px;
	margin-bottom: 80px;
}
#about h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #005BAB;
	margin: 50px 0px 20px;
}
#about li {
	float: left;
}
#about li.pad {
	margin-left: 30px;
}
/*目標*/
#info h2 {
	background: url(../images/top/title01.png) no-repeat center;
	font-size: 30px;
	color: #ED6C00;
	font-weight: bold;
	text-align: center;
	margin: 30px 0px;
}
#info .box {
	background: url(../images/top/box01.png) no-repeat top;
	height:203px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 60px;
	margin-bottom: 30px;
}
#info .box strong {
	font-size: 30px;
}
/*指針*/
#shishin {
	background: #FEED91;
	padding-bottom: 50px;
}
#shishin h2 {
	background: url(../images/top/title02.png) no-repeat center;
	font-size: 30px;
	font-weight: bold;
	color: #ED6C00;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}
#shishin .box {
	margin: auto;
	width: 1060px;
}
#shishin li {
	text-align: center;
	float: left;
	font-size: 20px;
	font-weight: normal;
}
#shishin li.pad {
	font-size: 60px;
	color: #ED6C00;
	font-weight: normal;
	margin-top: 100px;
}
#shishin .shishin1 strong,
#shishin .shishin2 strong,
#shishin .shishin3 strong {
	font-size: 27px;
	color: #ED6C00;
	font-weight: bold;
}
#shishin .shishin1 {
	background: url(../images/top/img_shishin01.png) no-repeat top center;
	background-size: 95%;
	width: 290px;
	padding: 130px 10px 130px 10px;
	text-align: center;
}
#shishin .shishin2 {
	background: url(../images/top/img_shishin02.png) no-repeat top center;
	background-size: 95%;
	width: 290px;
	padding: 130px 10px 130px 10px;
	text-align: center;
}
#shishin .shishin3 {
	background: url(../images/top/img_shishin03.png) no-repeat top center;
	background-size: 95%;
	width: 290px;
	padding: 100px 10px 130px 10px;
	text-align: center;
	letter-spacing: -0.5px;
}
/*約束*/
#promise {
	background: url(../images/bg02.png) repeat-x bottom;
	padding: 30px 0 40px;
}
#promise .box {
	margin: auto;
	width: 750px;
}
#promise h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #ED6C00;
	margin: 0px 0px 10px;
}
#promise .box dl {
	margin-bottom: 15px;
	margin-left: 50px;
}
#promise .box dt {
	float: left;
	padding-left: 60px;
	margin-right: 10px;
}
#promise .box dd {
	font-weight: bold;
	font-size: 27px;
	letter-spacing: 2px;
}
/*--------------------------------------------------
  一日の流れ
--------------------------------------------------*/
#flow {
	width: 100%;
	margin: auto;
	background: url(../images/flow/bg_flow.png) no-repeat bottom #FEED91;
	padding: 30px 0 20px;
}
#flow img {
	vertical-align: bottom;
}
#flow .box {
	width: 990px;
	margin: auto;
	background: #FFF;
	border: 1px solid #F8B62D;
	padding: 15px;
}
#flow .box_left {
	width: 480px;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 5px solid #EA5514;
}
#flow .box_right {
	width: 470px;
	float: left;
}
#flow .box dl {
	border-bottom: 1px solid #F8B62D;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#flow .box dt {
	width: 120px;
	float: left;
	margin-right: 20px;
}
#flow .box td {
	width: 300px;
	padding: 15px;
	font-size:16px;
	color: #005BAB;
	margin-bottom: 10px;
	line-height: 2;
}
#flow .box td span {
	font-size: 10pt;
	line-height: 1;
	color: #000;
}
#flow .box .socho {
	border-top: 5px solid #74C6BE;
	background: #D5EEEC;
}
#flow .box .hiru {
	border-top: 5px solid #C8DEFA;
	background: #F7F8F8;
}
#flow .box .encho {
	border-top: 5px solid #F091A7;
	background: #FDF1F3;
}
#flow .footer_img {
	margin: auto;
	width: 1000px;
}
#flow .footer_img p {
	margin-right: 0px;
}
/*--------------------------------------------------
  年間行事予定
--------------------------------------------------*/
#event img {
	vertical-align: bottom;
}
#event {
	width: 100%;
	margin: auto;
	background: url(../images/flow/bg_flow.png) no-repeat bottom #FEED91;
	padding: 30px 0 20px;
}
#event_in {
	background: url(../images/sp/top/bg_shishin.png) repeat;
}
#event h1 {
	background: url(../images/event/title_event.png) center no-repeat;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0px;
}
/**/
#event .box {
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
	background: #FFF;
}
#event .event_tbl {
	border: 1px solid #74c6be;
	width: 100%;
}
#event .event_tbl th,
#event .event_tbl td {
	padding: 15px;
	border: none;
	border-bottom: 1px solid #74c6be;
}
#event .event_tbl td {
	width: 40%;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

/**/
#event #gaibu {
	clear: both;
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
}
#event #gaibu span {
	display: block;
}
#event .gaibu1 {
	background: url(../images/event/bg_pink.png) no-repeat top;
	background-size: 100% auto;
	font-weight: normal;
	width: 275px;
	height: 275px;
	color: #FFF;
	text-align: center;
	float: left;
	margin: 0 35px;
	padding-bottom: 30px;
}
#event .gaibu2 {
	background: url(../images/event/bg_blue.png) no-repeat top;
	background-size: 100% auto;
	font-weight: normal;
	width: 275px;
	height: 275px;
	color: #FFF;
	text-align: center;
	float: left;
	margin: 0 35px;
	padding-bottom: 20px;
}
#event .gaibu3 {
	background: url(../images/event/bg_yellow.png) no-repeat top;
	background-size: 100% auto;
	font-weight: normal;
	width: 275px;
	height: 275px;
	color: #FFF;
	text-align: center;
	float: left;
	margin-left: 35px;
	padding-bottom: 20px;
}
#event .gaibu1 h2,
#event .gaibu2 h2,
#event .gaibu3 h2 {
	font-size: 30px;
	margin-bottom: 10px;
	padding-top: 50px;
	line-height: 1.2;
}
#event .gaibu1 p,
#event .gaibu2 p,
#event .gaibu3 p {
	font-size: 13px;
	padding: 0 30px;
}
#event .gaibu3 .fs {
	font-size: 11px;
}
#event .footer_img {
	margin: auto;
	margin-top: 20px;
	width: 1000px;
}
#event .footer_img p {
	margin-right: 0px;
}
#event .gaibu_box {
	clear: both;
	margin: auto;
	width: 1000px;
	text-align: center;
	font-size: 120%;
	color:#ea6da4;
	border: 1px solid #74c6be;
	border-radius: 20px;
	background: #FFF;
	padding: 5px;
}
/*--------------------------------------------------
  各園のご案内
--------------------------------------------------*/
#service {
	background: url(../images/bg01.png) #FEED91 no-repeat top;
	padding: 20px 0;
	width: 100%;
}
#service .box {
	width: 1000px;
	margin: auto;
}
#service h1 {
	font-size: 25px;
	color: #ED6C00;
	border-bottom: 2px dotted #ED6C00;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center
}
#service h2 {
	margin-bottom: 20px;
	text-align: center;
}
#service h2 span {
	display: block;
	color: #005BAB;
	font-size: 20px;
}
#service .box_left {
	width: 490px;
	float: left;
}
#service .box_right {
	width: 490px;
	float: right;
	margin-bottom: 50px;
}
#service h3 {
	text-align: center;
}
#service h3 img {
	vertical-align: bottom;
}
#service .about_box {
	border: 6px solid #FABE00;
	border-radius: 5px;
	background: #FFFEEE;
	padding: 20px;
	line-height: 2.0;
}
#service table {
	border: 2px solid #FABE00;
	margin-bottom: 10px;
	width: 100%;
}
#service th,
#service td {
	border: 1px solid #FABE00;
	text-align: center;
	padding: 8px;
}
#service th{
	background: #FFE787;
}
#service td{
	background: #FFF;
}
/*時間と保育料*/
#service .title_about {
	font-size:18px;
	margin: 40px 0px 20px;
	text-align: center;
	color: #ED6C00;
	border-bottom: 1px dotted #ED6C00;
	padding-bottom: 10px;
}
#service h4 {
	margin-bottom: 5px;
	font-weight: normal;
}
#service .hoiku {
	font-size: 13px;
}
#service .hoiku th,
#service .hoiku td {
	padding: 10px 5px;
}
#service .hoiku th {
	width: 30%;
}
#service .fs {
	font-size: 12px;
}
/*--------------------------------------------------
  アクセス
--------------------------------------------------*/
#access {
	background: url(../images/bg01.png) no-repeat top;
	padding: 20px 0;
}
#access h1 {
	background: url(../images/access/bg_title.png) no-repeat center;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0px -5px;
}
#access .tbl {
	margin: auto;
	width: 800px;
	margin-bottom: 20px;
}
#access .tbl th,
#access .tbl td {
	border: none;
	border-bottom: 1px dotted #005BAB;
	padding: 10px;
	font-size: 15px;
	line-height: 1.8;
}
#access .tbl th {
	background: #DFF1EE;
	width: 40%;
	font-weight: bold;
	text-align: center;
	border-top: 1px dotted #005BAB;
}
#access .tbl td {
	background: #F6FBFA;
}
#access .tbl th:last-child,
#access .tbl td:last-child {
	border-top: 1px dotted #005BAB;
}
/*マップ*/
#map .box {
	margin: auto;
	width: 1000px;
	margin-bottom: 20px;
}
#map h2 {
	font-size: 38px;
	font-weight: bold;
	margin: 10px 0px;
	color: #ED6C00;
}
/*--------------------------------------------------
  卒園児・保護者の声
--------------------------------------------------*/
#voice {
	background: url(../images/bg01.png) #FEED91 no-repeat top;
	padding: 20px 0;
}
#voice .box {
	width: 1000px;
	margin: 20px auto;
}
#voice h1 {
  background: #80bed5; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#voice h2 {
	font-size: 20px;
	color: #005bab;
	margin-bottom: 10px;
}
#voice .voice_box {
  border-radius: 0.5em;/*角の丸み*/
	margin-bottom: 30px;
	background: #FFF;
	padding: 20px 30px 10px;
}
#voice .voice_box dl {
	margin-bottom: 5px;
}
#voice .voice_box dt {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
	margin-bottom: 10px;
	font-size: 16px;
}	
#voice .voice_box dd {
	margin-bottom: 15px;
  color: #494949;/*文字色*/
  border-radius: 0.5em;/*角の丸み*/
	border: 1px dotted #7db4e6;
	padding: 10px 15px;
}

/*--------------------------------------------------
  採用情報
--------------------------------------------------*/
#recruit {
	background: url(../images/bg01.png) #FEED91 no-repeat top;
	padding: 30px 0 20px;
	width: 100%;
}
#recruit .box {
	width: 1000px;
	margin: auto;
}
#recruit h1 {
  background: #80bed5; /*背景色*/
  padding: 0.3em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.5em;
}
#recruit .recruit_box {
  border-radius: 0.5em;/*角の丸み*/
	margin-bottom: 30px;
	background: #FFF;
	padding: 20px 30px 10px;
}
/*応援*/
.message h2 {
  position: relative;
	font-size: 150%;
	font-weight: 500;
	color: #005bab;
	margin-bottom: 10px;
}
.message h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #c6e5e2, #c6e5e2 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #c6e5e2, #c6e5e2 2px, #fff 2px, #fff 4px);
}
.message dl {
	margin-bottom: 10px;
}
.message dd {
	font-size: 16px;
}
/*テーブル*/
#recruit table {
	border: 2px solid #FABE00;
	margin-bottom: 10px;
	width: 100%;
}
#recruit th,
#recruit td {
	border: 1px solid #FABE00;
	padding: 8px;
}
#recruit th{
	background: #FFE787;
	text-align: center;
	font-size: 110%;
	width: 30%;
}
#recruit td{
	background: #FFF;
	text-align: left;
}

