@charset "utf-8";

/**************************************************

	ヘッダー

**************************************************/
#header{
	width: 100%;
	height: 75px;
  font-weight: bold;
	background: url(../top_bg.png) repeat-x;
}

#header_inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header h1{
	position: absolute;
	top: 10px;
	left: 0;
}

#header_inner #btn_map{
	position: absolute;
	top: 10px;
	right: 0;
}

#header_inner #btn_map a:hover img{
	opacity: 1;
	filter: alpha(opacity=1);
}

#sp_header{display: none;}
#nav_toggle{display: none;}
#sp_gnavi{display: none;}


/**************************************************

	ナビ

**************************************************/
#nav{
	width: 1000px;
	margin: 20px auto;
}

#nav ul{
	display: flex;
	justify-content: space-between;
}

#nav a:hover img{
	opacity: 1;
	filter: alpha(opacity=1);
}


/**************************************************

	共通部分

**************************************************/
#main{
	width: 1000px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}

#main #contents{
	width: calc(100% - 250px);
}

#main article{
	margin-bottom: 30px;
	padding: 30px;
	background: #FFF;
	border: solid 1px #F9F9DD;
	border-radius: 10px;
}
#main article#content{
	width: calc(100% - 250px);
}

#main article h3{
	padding: 0 10px 5px 10px;
	font-size: 1.15em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
	color: #666;
	background: linear-gradient(transparent 88%,rgba(247, 198, 104, 0.2) 88%,rgb(247, 198, 104) 95%,rgba(247, 198, 104, 0.2));
}

#main article section{
	margin-bottom: 50px;
}
#main article section:last-child{
	margin-bottom: 30px;
}
#main article section p{
	margin: 20px 0;
}

/*　個別ページ　*/
#page_title{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
#page_title h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.4em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 3px;
	color: #666;
	z-index: 2;
}
#page_title p{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/**************************************************

	お知らせ欄

**************************************************/
#top_news{}

#top_news h2{
	padding: 12px 20px 8px;
	background: #FFCCCC;
	border-radius: 10px 10px 0 0;
}

#top_news_box{
	height: 218px;
	padding: 16px 20px;
	overflow: auto;
	background: #FFF;
	border: 2px solid #FFCCCC;
	border-radius: 0 0 10px 10px;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}

#top_news_box iframe{
	width: 100%;
	height: 100%;
	display: block;
}


/**************************************************

	サイド

**************************************************/
#sidebar{}
#sidebar ul{}
#sidebar li, #top_sidebar li{
	margin-bottom: 10px;
}


/**************************************************

	フッター

**************************************************/
#footer{
	height: 45px;
	background: url(../bottom_bg.png) repeat-x;
}

#footer #copyright{
	padding: 12px 0 6px;
	text-align: center;
}


/**************************************************

	ページトップへ戻るボタン

**************************************************/
#pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.8em;
	filter: drop-shadow(0px 0px 1px rgba(0,0,0,.1));
	-webkit-filter: drop-shadow(0px 1px 1px rgba(0,0,0,.1));
}

#pagetop a{
	width: 100px;
	padding: 16px 8px;
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #FF9999;
	text-align: center;
	border-radius: 10px;
}
#pagetop a:hover{
	color: #FF3399;
	background: #FFCCCC;
	border-radius: 60px;
}


/**************************************************

	トップページ

**************************************************/
#index_movie{
	width: 1000px;
	margin: 0 auto;
}

#index_movie video{
	width: 100%;
	height: auto;
}

#btn_recruit{
	margin: 20px 0;
	text-align: center;
}
#btn_recruit_sp{
	display: none;
}

#top_policy{}
#top_policy p:nth-child(3){
	text-align: center;
}

#top_goal{}
#top_goal p{
	text-align: center;
}
#top_goal p:nth-child(3){
	display: none;
}
#top_goal ul{
	display: flex;
	justify-content: space-between;
}
#top_goal li{
	width: calc(94% / 4);
	margin: 0 auto;
}
#top_goal li img{
	max-width: 100%;
}

#top_greeting{}
#top_greeting_box{
	display: flex;
	justify-content: space-between;
}
#top_greeting_box span{
	padding-top: 20px;
	float: right;
}
#top_greeting_box p:nth-child(2){
	margin-left: 20px;
}

/*　メールフォーム　*/
#main article section#top_contact h3{
	margin-bottom: 20px;
	padding: 20px 5px;
	font-size: 1.6em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 6px;
	color: #FFF;
	background: #ACD630;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 1px 1px 1px rgba(192,192,192,.3);
}

#top_contact h4{
	padding: 0 10px 5px 10px;
	font-size: 1.2em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	color: #666;
	background: linear-gradient(to right, #ACD630 60%, rgba(255,255,255,0) 0%) repeat-x 0 100%;
	background-size: 16px 2px;
}

#top_contact #top_tel{
	margin-bottom: 50px;
	font-size: 1.3em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}
#top_contact #top_tel > span{
	font-size: 0.75em;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro',Meiryo,Osaka, sans-serif;
	font-weight: normal;
}

#top_contact p:nth-child(7){
	margin: 40px 0 10px;
}

#top_contact #formWrap{}
#top_contact #formWrap th{
	background: #E6F3C0;
}

#top_contact #formWrap select{
	margin-right: 5px;
	padding: 5px;
}
#top_contact #formWrap input[type="text"]{
	width: 72%;
	padding: 5px;
}
#top_contact #formWrap textarea{
	width: 100%;
	height: 80px;
	padding: 5px;
}

#top_contact #form_btn{
	margin: 30px 0 40px;
	text-align: center;
}
#top_contact #form_btn input{
	width: 140px;
	padding: 6px 0 4px;
	background: #EFEFEF;
	text-align: center;
}

#top_contact h5{
	margin-bottom: -18px;
}

#top_contact #top_privacy{
	padding: 12px 34px 8px;
	background: #FFFFCC;
	border: 2px solid #FF9933;
	border-radius: 30px;
}
#top_contact #top_privacy h5{
	font-size: 1.1em;
}
#top_contact #top_privacy h5 > span{
	font-size: 0.9em;
}
#top_contact #top_privacy p:first-child{
	color: #FF6600;
	font-size: 1.2em;
	font-weight: bold;
}
#top_contact #top_privacy ul{
	margin: -20px 0 20px;
}
#top_contact #top_privacy li{
	display: inline-block;
}
#top_contact #top_privacy li:last-child{
	margin-left: 20px;
}
#top_contact #top_privacy li a{
	color: #333;
}


/**************************************************

	入園案内

**************************************************/
.enter_box{}
.enter_box h4{
	margin: 40px 0 -20px;
}
.enter_box table{
	margin-top: 20px;
}
.enter_box table th{
	width: 18%;
}
.enter_box ul{
	margin: 20px 0;
}

#caution{
	margin-top: 20px;
	padding: 5px 10px;
	border: solid 2px #F00;
	text-align: center;
}
#caution a{
	color: #F00;
	text-decoration: underline;
}
#caution a:hover{
	text-decoration: none;
}

#access{}
#access h4{
	font-size: 1.05em;
}
#access p:nth-child(3){
	text-align: center;
}
#access p:last-child{
	line-height: 1.4;
}


/**************************************************

	年間行事

**************************************************/
#main #year_box01, #main #year_box02, #main #year_box03, #main #year_box04{
	margin-bottom: 20px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
}
#year_box01 div, #year_box02 div, #year_box03 div, #year_box04 div{
	width: 200px;
	display: flex;
	flex-direction: column;
}
#year_box01 div h3, #year_box02 div h3, #year_box03 div h3, #year_box04 div h3{
	font-size: 1.25em;
	letter-spacing: 1px;
	background: none;
}
#year_box01 div ul, #year_box02 div ul, #year_box03 div ul, #year_box04 div ul{
	margin-bottom: 20px;
	padding: 0 10px 0;
	color: #666;
}
#year_box01 div p:last-child, #year_box02 div p:last-child, #year_box03 div p:last-child, #year_box04 div p:last-child{
	margin: auto 0 0;
}

#year_box01{
	background: #FFE5E5;
}
#year_box01 div h3{
	color: #FF3399;
}

#year_box02{
	background: #EFFFE0;
}
#year_box02 div h3{
	color: #009933;
}

#year_box03{
	background: #E0FFFF;
}
#year_box03 div h3{
	color: #0066FF;
}

#year_box04{
	background: #FFF2E5;
}
#year_box04 div h3{
	color: #FF6633;
}


/**************************************************

	園の1日

**************************************************/
#main #day_contents{
	width: calc(100% - 250px);
	padding: 30px;
	background: #FFFFCC;
	border: solid 1px #F9F9DD;
	border-radius: 10px;
}

#main article#day_contents h3{
	padding: 0;
	background: none;
}

#day_box{
	background: url(../../day/img/day_tline.png) repeat-y 30px 0;
}
#day_box div{
	display: flex;
	justify-content: space-between;
}
#day_box div > ul{
	width: 298px;
	margin-top: 30px;
	padding: 12px 4px 10px 20px;
	margin-right: auto;
	border-top: dotted 3px #FFE57F;
}

#day_box div#day_box01 > h3{
	margin-top: -5px;
}
#day_box div#day_box01 > p{
	margin: -5px 0 0;
}
#day_box div#day_box02 > p{
	margin: 20px 0 0;
}
#day_box div#day_box03 > p{
	margin: 15px 0 0;
}
#day_box div#day_box04 > p{
	margin: 50px 0 -50px;
}
#day_box div#day_box06{
	margin-top: 40px;
}
#day_box div#day_box06 > p{
	margin: -70px 60px 0 0;
}
#day_box div#day_box07{
	margin-top: 40px;
}
#day_box div#day_box07 > p{
	margin: -40px 0 0;
}
#day_box div#day_box08{
	margin-top: 40px;
}
#day_box div#day_box08 > p{
	margin: -20px 0 -30px;
}


/**************************************************

	保育内容

**************************************************/
#guide_title01, #guide_title02, #guide_title03, #guide_title04, #guide_title05{
	display: flex;
}
div#guide_title01 h3, div#guide_title02 h3, div#guide_title03 h3, div#guide_title04 h3, div#guide_title05 h3{
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.05em;
	letter-spacing: 3px;
	color: #FFF;
}
#contents div#guide_title01 p, #contents div#guide_title02 p, #contents div#guide_title03 p, #contents div#guide_title04 p, #contents div#guide_title05 p{
	margin: 12px 0;
	padding: 0 15px;
}

#guide_txt01, #guide_txt02, #guide_txt03, #guide_txt04{
	display: flex;
	justify-content: space-between;
}
#guide_txt01 ul, #guide_txt02 ul, #guide_txt03 ul, #guide_txt04 ul{
	margin: 20px 0 0 30px;
}
#guide_txt01 li, #guide_txt02 li, #guide_txt03 li, #guide_txt04 li{
	margin-bottom: 10px;
}

#guide_title01{
	border: solid 2px #FF9900;
}
div#guide_title01 h3{
	background: #FF9900;
}

#guide_title02{
	border: solid 2px #99CC00;
}
div#guide_title02 h3{
	background: #99CC00;
}

#guide_title03{
	border: solid 2px #FF9999;
}
div#guide_title03 h3{
	background: #FF9999;
}

#guide_title04{
	border: solid 2px #33CCFF;
}
div#guide_title04 h3{
	background: #33CCFF;
}
#guide_txt04 h4{
	margin: 20px 0 -20px;
	font-size: 1.02em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	color: #33CCFF;
}

#guide_title05{
	border: solid 2px #FFCC00;
}
div#guide_title05 h3{
	background: #FFCC00;
}


/**************************************************

	子育て支援

**************************************************/
#support_oyako{}
#support_oyako #oyako{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
}
#support_oyako #oyako table:last-child, #support_tsubomi table:nth-child(2){
	margin-left: -1px;
}
#support_oyako #oyako th{
	background: #F0FFF0;
	text-align: center;
}
#support_oyako #oyako td{
	padding: 5px 50px 5px 5px;
	text-align: right;
}
/*#support_oyako table{
	margin-top: 20px;
}
#support_oyako table th{
	width: 18%;
}
#support_oyako table#oyako th{
	background: #F0FFF0;
	text-align: center;
}
#support_oyako table#oyako td{
	padding: 5px 50px 5px 5px;
	text-align: right;
}*/

#support_oyako h4{
	margin: 30px 0 -18px;
	font-size: 1.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FF9900;
}

#support_tsubomi{}
#support_tsubomi table{
	margin-top: 20px;
}
#support_tsubomi table th{
	width: 18%;
	background: #FCCCD6;
}

#support_tsubomi h4{
	margin: 30px 0 -18px;
	font-size: 1.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FF3399;
}

#support_tsubomi #tsubomi{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#support_tsubomi #tsubomi table th{
	background: #FEFEDF;
	text-align: center;
}
#support_tsubomi #tsubomi p{
	margin-left: 30px;
}

#support_tsubomi h4#btn_tsubomi{
	text-align: center;
}
#support_tsubomi p:last-child{
	margin-top: 30px;
	text-align: center;
}


/**************************************************

	採用案内

**************************************************/
#recruit_box{}

#main section#recruit_box h3{
	width: auto;
	height: 113px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	line-height: 1.4;
	background: url(../../recruit/img/recruit_title02.png) no-repeat 50% 0;
	text-align: center;
}

#recruit_box h4{
	margin-top: 40px;
	padding: 0 5px 3px;
	font-size: 1.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #666;
	border-bottom: solid 2px #9999FF;
}
#recruit_box ul{
	margin-top: 15px;
}
#main section#recruit_box p{
	margin-top: 15px;
}

#recruit_box table{
	margin-top: -10px;
}
#recruit_box th{
	width: 30%;
	background: #F4EAFF;
}
#recruit_box input[type="text"]{
	width: 80%;
	padding: 5px;
}
#recruit_box .input_small input[type="text"]{
	width: 30%;
}
#recruit_box textarea{
	width: 100%;
	height: 80px;
	padding: 5px;
}

#recruit_box #form_btn{
	margin: 30px 0 40px;
	text-align: center;
}
#recruit_box #form_btn input{
	width: 140px;
	padding: 6px 0 4px;
	background: #EFEFEF;
	text-align: center;
}

#recruit_box p:nth-child(2){
	font-size: 1.1em;
	letter-spacing: 2px;
	text-align: center;
	color: #FF6666;
}
#recruit_box p:last-child{
	padding: 24px 34px 20px;
	font-size: 1.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	color: #FF6699;
	background: #FFEAF4;
	border: 2px solid #FF6699;
	border-radius: 20px;
	text-align: center;
}
