<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*
Theme Name: ふじみ保育園テーマ
Theme URI:
Description: 2017年製作
Author: echna network project
*/

*{
	margin:0;
	padding:0;
	border:0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}

body, textarea { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input, select { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
/*-------*/

html{
	box-sizing:border-box;
}

body{
	min-width:920px;
	font-size:15px;
	line-height:1.8em;
	background-repeat:repeat-y;
	background-position:center;
	box-sizing:inherit;
}

#wrap{
	min-width:1250px;
	box-sizing:inherit;
	overflow: hidden;
}

p{
	text-align:justify;
	margin-bottom:13px;
}

a{
	text-decoration:underline;
	color:#00652e;
}

a:hover{
	text-decoration: none;
}

.red{
	color:#F30;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

/*記事内の画像*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

table.aligncenter{
	display:table;
}

/*ギャラリー*/
#main .gallery *{
	border-left:0;
	border-bottom:0;
	padding: 0;
	margin: 0;
}

/*送信メッセージ*/
.wpcf7-response-output{
	color:#C30;
	text-align:center;
	margin-top:20px;
}

/*記入漏れ*/
.wpcf7-not-valid-tip-no-ajax{
	color:#C30;
	margin-left:5px;
	text-decoration:underline;
}
			
sup{
	font-size:10px;
}

iframe{/*グーグルマップとか*/
}

dt{
	font-weight:bold;
}

strong{
	font-weight: bold;
	color:inherit;
}

em{
	font-style:italic;
}

del{
	text-decoration: line-through;
}

blockquote{
	color:#999;
	padding:30px;
	margin-bottom:13px;
	font-style:oblique;
	text-align:justify;
	background:#fff4ff;
	border-radius:15px;
}

blockquote p{
	font-style:oblique;
	text-align:justify;
}

td p{
	text-align:justify;
	font-size:15px;
	}
	
/*パンくずリスト*/
#main #p_list{
	margin-top:5px;
	margin-bottom:5px;
}

#main #p_list p{
	text-align:right;
	font-size:small;
}

#main #p_list a{
	font-size:90%;
}

#main #p_list a:hover{
}

/*=====================================*/

		/*リスト*/
		#main .text ul{
			margin-left:30px;
			list-style-type:disc;
		}
		
		#main .text ol{
			margin-left:30px;
			list-style-type:decimal;
		}
		
		#main .text li{
		}


/*=====================================*/

		/*テーブル*/
		table{
			margin-bottom:15px;
			border-top:2px solid #333;
			border-bottom:2px solid #333;
			border-collapse:collapse;
		}
		
		tr{
			border:1px solid #333;
		}
		
		th{
			padding:10px;
			white-space:nowrap;
			font-weight:bold;
			text-align:center;
			border:1px solid #333;
			border:#fff;
		}
		
		td{
			padding:10px;
			border:1px solid #52df7d;
		}
		
		td p{
			line-height:1.3em;
			text-indent:0;
			margin-bottom:10px;
			margin-top:10px;
		}
			
			/*ページトップへ*/
			#go_top{
				height:50px;
				line-height:55px;
				text-align:right;
				clear:both;
				overflow:hidden;
			}
			
			#go_top a{
				margin-right:3px;
				text-align:right;
				line-height:2em;
				float:right;
				color:#333;
			}
			
			#go_top a:hover{
			}

		#main td ul{
			margin-left:inherit;
		}			

		/* フォーム */
		form{
		}

		form p:first-line{
			font-weight:bold;
		}

		form p{
			overflow:hidden;
		}

		form th,td{
			padding:8px;
			border-bottom:1px dotted #ccc;
		}

		form tr.no_bod&gt;th,tr.no_bod&gt;td{
			border:none;
		}

		form input[type="text"],[type="email"],[type="tel"],[type="password"],
		select,textarea{
			border:1px solid #eee;
			margin:13px 5px;
			padding:8px;
			outline:none;

			/* border-radius */
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;

			/* box-shadow */
			box-shadow:rgba(214, 221, 231, 0.65098) 3px 3px 3px 0px;
			-webkit-box-shadow:rgba(214, 221, 231, 0.65098) 3px 3px 3px 0px;
			-moz-box-shadow:rgba(214, 221, 231, 0.65098) 3px 3px 3px 0px;
		}

		select{
			padding:0;
		}

		label{
			margin:8px;
		}

		form span{
			color:#F00;
		}

		form input[type="radio"],[type="checkbox"]{
		}

		form input[type="submit"],
		[type="reset"],
		[type="button"]{
			padding: 8px 13px;
			margin-bottom:13px;
			font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight:bold;
			text-decoration:none;
			color:#fff;
			background-color:#ff9800;
			border-radius:5px;
			cursor: pointer;
		}

		form input[type="submit"]:hover,
		[type="reset"]:hover,
		[type="button"]:hover{
			background-color:#ffc107;
			transition:.2s;
		}

		form label{
			cursor: pointer;
		}

		.wpcf7-list-item-label{
			color:#333;
		}
						
			.go_top a:hover{
				outline:#C90 1px solid;
			}
			
#wrap_top{
	width:100%;
}

#wrap_bottom{
}


/*----------------ヘッダー----------------*/
#head_h1{
}
	h1{
		font-size:80%;
		letter-spacing: 2px;
	}

#head_back{
	position:relative;
	background-color:rgba(255,255,255,0.9);
	z-index:10;
/*	background-image:url(./img/head_back.jpg);
	background-position:50%;
	padding-bottom:15px;
*/}

#head_back:before{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	content:'';
	top: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
}
	
#head{
	position:relative;
	width:1000px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

	/*会社名*/
	#head h1{
		float:left;
	}
	
	#head h1 a{
		display:block;
		padding:10px 0 10px 45px;
		font-size:250%;
		line-height:1em;
		text-decoration:none;
		color:#f3f318;
		text-shadow:1px 1px 1px #ccc;
		width:420px;
		background-image:url(./img/logo_01.png);
		background-repeat:no-repeat;
		background-position:0% 50%;

	}

#head h1 a span{
		color:#f3f318;
}

	#head h1 a span:nth-child(2n){
		color:#fa75ff;
	}

	#head h1 a span:nth-child(3n){
		color:#52df7d;
	}

	#head h2{
	font-size:80%;
	}
	
	/*問い合わせ先*/
	#head_add{
		position:absolute;
		width:300px;
		height:40px;
		float:right;
		margin:auto;
		padding:40px 3px 3px 3px;
		overflow:hidden;
		top:0;
		bottom:0;
		right:0;
	}
		
	#head_add p{
		font-size:150%;
		line-height:1em;
		text-align:right;
		font-weight:bold;
		color:#333 !important;
		margin-bottom:0;
		text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
	}

	#head_add p.twoline{
		margin-top: -15px;
		font-size:130%;
		line-height:1.2em;
	}
		
/*----------------コンテンツ　２カラム　左メニュー----------------*/
#cont{
	max-width:1000px;
	margin:auto;
	clear:both;
	overflow:hidden;
	background-color:#fff;
	padding:13px 3em;
	box-sizing:inherit;
}

		/*メイン画像*/
		#image_wrap{
			position: relative;
			box-sizing:inherit;
		}

		#image_wrap:before{
			content:'';
			position:absolute;
			display:block;
			margin:auto;
			width:100%;
			max-width:1200px;
			height:500px;
			box-shadow: inset 0px 0px 9px 9px #fff;
			top:0;
			bottom:0;
			left:0;
			right:0;
			z-index:5;
		}

		#top_image{
			width:100%;
			max-width:1200px;
			height:500px;
			margin-bottom:5px;
			margin:0 auto;
			overflow:hidden;
			box-sizing:inherit;
		}

		#top_image p{
			position:relative;
			min-width:1250px;
			height:500px;
			margin-bottom:0;
			padding:0;
			line-height:0;
		}

		#top_image img{
			position:absolute;
			max-width:100%;
			min-height:750px;
			margin:auto;
			top:0;
			bottom:0;
			left:0;
			right:0;
		}

		.page #image_wrap:before{
			height:200px;
		}
		
		.page #top_image{
			height:200px;
		}

		.page #top_image p{
			height:200px;
		}

		.page #top_image img{
			max-width:100%;
		}
		
		/*パンくずリスト*/
		#p_list{
		}

	/*----------------グローバルメニュー----------------*/
	#gl_wrap{
		margin: 0;
		background: #FF9800;
		border-bottom: 1px solid #ddd;
		box-sizing:inherit;
		box-shadow:0 -5px 2px #fff;
	}

	#gl_menu{
		width:1000px;
		padding:0 3em;
		margin:0 auto;
		box-sizing:inherit;
	}
	
	#gl_menu ul{
		overflow:hidden;
		list-style-type:none;
	}
	
	#gl_menu li{
		float:left;
		width:20%;
		box-sizing: border-box;
		text-align:center;
	}
	
	#gl_menu li a{
		padding:13px 0;
		display:block;
		font-size:95%;
		font-weight:bold;
		text-shadow:1px 1px 1px #333;
		color:#fff;
		background: #f3f318;
		box-shadow: -2px 0px 2px #fff;
		text-decoration:none;
	}

#gl_wrap li:nth-child(2) a{
	background:#52df7d
}

#gl_wrap li:nth-child(5) a{
	background:#52df7d
}

#gl_wrap li:nth-child(3n) a{
	background:#fa75ff
}

	#gl_menu li a:hover{
		background: #fff;
		color:#ff9800;
		text-shadow:none;
		transition:.2s;
	}
	
	/*いまここ*/
	#gl_wrap #gl_menu .current-menu-item a{
		text-decoration:underline;
		background: #fff;
		color:#ff9800;
		text-shadow:none;
		transition:.2s;
	}
	
	

	
	/*----------------左メニュー----------------*/
	#menu_wrap{
		float:left;
		overflow:hidden;
		display:none;
	}

	#menu{
		width:190px;
		background-color:#4a3d86;
	}
	
	#menu ul{
		overflow:hidden;
		list-style-type:none;
		border:5px solid #4a3d86;
	}
	
	#menu li{
		background-color:#fff;
	}
	
	#menu p{
		font-size:120%;
		color:#fff;
		padding:8px;
		font-weight:bold;
		margin:0 auto;
	}

	#menu li a{
		padding:1em;
		display:block;
		font-weight:bold;
		text-decoration:none;
		color:#333;
	}
	
	#menu li a:hover{
		background-color:#dbf3ff ;
	}
	
	/*いまここ*/
	#menu ul.menu .current-menu-item a,#menu  ul.menu .current-post-ancestor a,#menu  ul.menu .current-menu-parent a,#menu  ul.menu .current_page_item a{
	background-color:#dbf3ff ;
	}

	/*---- バナー ----*/
	#bn_wrap{
		width:190px;
		overflow:hidden;
	}
	
	#bn_wrap p{
		margin:8px auto;
		text-align:center;
	}
	
	
	/*----------------メイン ボックス二つ----------------*/
	/*トップページ*/
	#main_top{
		width:100%;
		min-height:550px;
		overflow:hidden;
		float:right;
		box-sizing:inherit;
	}
	
	/*ページ*/
	#main{
		width:600px;
		min-height:550px;
		padding-right:30px;
		overflow:hidden;
		float:left;
		border-right:1px dotted #ccc;
	}
	
	/*====================トップのみ====================*/
	
			/*お知らせ*/
			#news{
				width:100%;
				margin:0 auto;
				background-repeat:no-repeat;
				background-position:bottom;
				background-color:#FFF;
			}
			
			#news h3{
				position:relative;
				background-repeat:no-repeat;
				font-size:110%;
				padding: 8px 13px;
				margin:0 !important;
				font-weight:bold;
				color:#333;
				border-bottom:3px solid #fa75ff;
			}

			#news h3:before{
				display:block;
				position:absolute;
				content: '';
				width:15%;
				height:3px;
				background-color:#ff8d59;
				bottom:-3px;
				left:0;
			}

			#news h3:after{
				display:block;
				position:absolute;
				content: '';
				width:10%;
				height:3px;
background: rgb(240,116,59); /* Old browsers */
background: -moz-linear-gradient(left,#ff8d59 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 51%, #fa75ff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff8d59 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 51%,#fa75ff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff8d59 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 51%,#fa75ff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d59', endColorstr='#fa75ff',GradientType=1 ); /* IE6-9 */
				bottom:-3px;
				left:15%;
			}
			
			/*見出しh4*/
			#news h4{
				padding:5px;
				margin-bottom:15px;
				margin-top:15px;
				font-size:100%;
				font-weight:bold;
			}
			
			/*見出しh5*/
			#news h5{
				padding:5px;
				font-size:100%;
				margin-bottom:15px;
				margin-top:15px;
				font-weight:bold;
			}
			
			/*見出しh6*/
			#news h6{
				padding:5px;
				font-size:100%;
				margin-bottom:15px;
				margin-top:15px;
				font-weight:bold;
			}
			
			#news ul{
				background-repeat:repeat-y;
				list-style-type:none;
				margin-left:0 !important;
				margin-bottom:0 !important;
				padding-bottom:10px;
			}
			
			#news li{
				width:100%;
				margin: 0 auto;
				padding-bottom: 10px;
				padding-top: 10px;
				font-size: 90%;
				font-weight: bold;
				color: #333;
				border-bottom: 1px dotted #aaa;
			}
			
			#news li a{
				font-size: 90%;
				font-weight: bold;
				color: #3261ab;
			}
			
			#news li a:hover{
			}
			
			li#kako{
				border:0;
			}
		
			li#kako a{
				font-weight:normal;
			}
		
			#kako{
				text-align:right;
			}
		
			#kako a{
			}
			
		/*----------------ボックス　右----------------*/
		#top_right{
			width:590px;
			margin-top:10px;
			margin-bottom:10px;
		}
			
		#top_right h3{
			padding:10px;
			font-size:120%;
			font-weight:bold;
			color:#ff5e1e;
			margin-bottom:10px;
			margin-top:0 !important;
			border-top:4px double #412d1e;
			border-bottom:4px double #412d1e;
		}
		
		/*見出しh4*/
		#top_right h4{
			padding:5px;
			margin-bottom:15px;
			margin-top:15px;
			font-size:100%;
			font-weight:bold;
			color:#6e3e13;
			border-left:8px solid #f39800;
			border-bottom:1px dashed #ccc;
		}
		
		/*見出しh5*/
		#top_right h5{
			padding:5px;
			font-size:100%;
			margin-bottom:15px;
			margin-top:15px;
			font-weight:bold;
			color:#6e3e13;
			border-left:12px double #f39800;
		}
		
		/*見出しh6*/
		#top_right h6{
			padding:5px;
			font-size:100%;
			margin-bottom:15px;
			margin-top:15px;
			font-weight:bold;
			color:#6e3e13;
			border-left:6px double #966654;
		}
			
		#top_right ul{
		}
			
		#top_right ul li{
		}
			
			
		/*------------ボックス　右ここまで------------*/
		
	/*================トップのみここまで================*/
	
	
		
	/*====================各ページ====================*/
	
		/*見出しh2*/
		#main h2{
			clear:both;
			position:relative;
			background-repeat:no-repeat;
			font-size:110%;
			padding: 8px 13px;
			margin:0 !important;
			font-weight:bold;
			color:#333;
			border-bottom:3px solid #fa75ff;
		}

		#main h2:before{
			display:block;
			position:absolute;
			content: '';
			width:15%;
			height:3px;
			background-color:#ff8d59;
			bottom:-3px;
			left:0;
		}

		#main h2:after{
			display:block;
			position:absolute;
			content: '';
			width:10%;
			height:3px;
background: rgb(240,116,59); /* Old browsers */
background: -moz-linear-gradient(left,#ff8d59 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 51%, #fa75ff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff8d59 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 51%,#fa75ff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff8d59 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 51%,#fa75ff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d59', endColorstr='#fa75ff',GradientType=1 ); /* IE6-9 */
			bottom:-3px;
			left:15%;
		}
		
		/*見出しh3*/
		#main h3{
			clear:both;
			margin-bottom:15px;
			margin-top:15px;
			padding:8px 13px;
			font-size:15px;
			font-weight:bold;
			color: #333;
			border-top:1px dotted #ff9800;
			border-bottom:double 3px #52df7d;
		}
		
		/*見出しh4*/
		#main h4{
			clear:both;
			margin-bottom:20px;
			margin-top:20px;
			padding:5px;
			font-size:15px;
			font-weight:bold;
			color:#333;
			border-left:8px solid #f3f318;
			border-bottom:1px dashed #ccc;
		}
		
		/*見出しh5*/
		#main h5{
			clear:both;
			padding:3px 7px;
			font-size:100%;
			margin-bottom:15px;
			margin-top:15px;
			font-size:15px;
			font-weight:bold;
			color:#333;
			border-left:6px double #ff8d59;
		}
		
		/*見出しh6*/
		#main h6{
			clear:both;
			padding:3px 7px;
			margin-bottom:15px;
			margin-top:15px;
			font-size:15px;
			font-weight:bold;
			color:#333;
			border-bottom:1px dotted #333333;
		}
		
		/*本文*/
		#main p{
			margin-bottom:13px;
			word-break:break-all;
		}
		
		/*画像*/
		#main img{
			border: 1px solid #ccc;
			padding: 3px;
			margin:0.5em;
			box-sizing:border-box;
		}

		/*罫線*/
		#main hr{
			border-top:1px dotted #ccc;
			clear:both;
			margin:0 0 13px;
		}
		
		/*リスト*/
		#main ul{
			margin-left:30px;
			margin-bottom:10px;
			list-style-type:none;
		}
		
		#main ol{
			margin-left:30px;
			margin-bottom:10px;
		}
		
		#main li,#main dt{
			padding:8px;
			margin:0 0 13px 0;
			border-bottom:1px dotted #ccc;
			border-left:3px solid #fdccff;
		}
		#main li:nth-child(2n),#main dt:nth-child(2n){
			border-left:3px solid #ffff00;
		}
		#main li:nth-child(3n),#main dt:nth-child(3n){
			border-left:3px solid #d9fde4;
		}

		#main dd{
			margin-left:30px;
		}
		
		/*テーブル*/
		#main table{
			margin-bottom:15px;
			font-size:90%;
			border-top:2px  #ff9800 solid;
			border-bottom:2px #ff9800 solid;
			border-collapse:collapse;
		}
		
		#main tr{
		}
		
		#main th{
			padding:10px;
			text-align:center;
			font-weight:bold;
			color: #300;
			background-color:#f5ffea;
			border: 1px solid #52df7d;
			white-space:nowrap;
		}
		
		#main td{
			padding:10px;
		}
		
		#main td p{
			font-size:inherit;
			line-height:1.3em;
			text-indent:0;
			margin-bottom:10px;
			margin-top:10px;
		}

		#main pre{
			display: inline-block;
			margin-right:13px;
			margin-bottom:13px;
			font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight:bold;
			color:#fff;
			background-color:#ff9800;
			border-radius:5px;
		}

		#main pre a{
			padding: 8px 13px;
			margin-bottom:13px;
			font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight:bold;
			text-decoration:none;
			color:#fff;
			background-color:#ff9800;
			border-radius:5px;
		}

		#main pre a:hover{
			background-color:#ffc107;
			transition:.2s;
		}

		/*--img caption--*/
		#main .wp-caption-text{
			margin:0 13px 13px;
			text-align:center;
		}
			
		/*--form--*/
		#postnumber{
			width:8em;
		}

		/*--特殊テーブル--*/

		#main table.fit{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#main table.large_table{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#main table td li{
			padding:3px;
			line-height:1.6em;
		}


		/* アーカイブカテゴリ */
		#main ul.post-categories{
			display:inline-block;
			margin-left:inherit;
		}

		#main ul.post-categories li{
			border-left:0;
			padding:0;
			border-bottom:0;
		}



	/*================各ページここまで================*/

/*----------------サイドバナー----------------*/
	#side_bn{
	width: 250px;
	float: right;
	}

	#side_bn p{
		max-width:220px;
		margin:0 auto 13px;
	}

	#side_bn hr{
		border: 1px dotted #333;
		margin: 0 auto 13px;
		width: 220px;
	}

	#side_bn h3{
		clear:both;
		margin-bottom:15px;
		margin-top:15px;
		padding:8px 13px;
		font-size:15px;
		font-weight:bold;
		color: #333;
		border-top:1px dotted #ff9800;
		border-bottom:double 3px #52df7d;
	}

	#side_bn ul{
		list-style:inside;
		list-style-type:none;
	}

	#side_bn ul li {
		border-bottom:1px dotted #ccc;
	}

		#side_bn pre{
			display: inline-block;
			margin-right:13px;
			margin-bottom:13px;
			font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight:bold;
			color:#fff;
			background-color:#ff9800;
			border-radius:5px;
		}

		#side_bn pre a{
			display: block;
			padding: 8px 13px;
			font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight:bold;
			text-decoration:none;
			color:#fff;
			background-color:#ff9800;
			border-radius:5px;
		}

		#side_bn pre a:hover{
			background-color:#ffc107;
			transition:.2s;
		}

/*----------------サイト内検索----------------*/
	#search{
		max-width:220px;
		margin:0 auto 13px;
	}

	.search-form {
	    position: relative;
	    color: #666;
	    background: #fff;
	    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	    border: 1px solid #bbb;
	    -webkit-border-radius: 3px;
	    border-radius: 3px;
	    display: block;
	    padding: 0.7em;
	}

	#search form input[type="text"]{
	    border:0;
	    margin:0;
	    padding: 0;
	    outline: none;
	    border-radius: 0;
	    -webkit-border-radius: 0;
	   -moz-border-radius: 0;
	   box-shadow:none;
	   -webkit-box-shadow: none;
	   -moz-box-shadow: none;
}

	.search-form .search-submit {
	    bottom: 3px;
	    padding: 0.5em 1em;
	    position: absolute;
	    right: 3px;
	    top: 3px;
	}

	.search-form .search-submit .icon {
	    height: 15px;
	    top: -2px;
	    width: 15px;
	}

	.screen-reader-text {
	    clip: rect(1px, 1px, 1px, 1px);
	    height: 1px;
	    overflow: hidden;
	    position: absolute !important;
	    width: 1px;
	    word-wrap: normal !important;
	}

/*----------------カレンダー----------------*/

#cal,#cal table{
	width:75%;
	margin:0 auto;
	font-size:10px;
	border: 0;
}

#cal table{
	border-top:1px solid #00652e;
	border-left:1px solid #00652e;
}

form #cal tr {
	border:0;
}

form #cal th, form #cal td {
    padding: 0;
    border:0;
}


#cal table th,#cal table td{
    border-right:1px solid #00652e;
    border-bottom:1px solid #00652e;
}

#cal table th{
	background-color: #f6fbfd;
}

#cal table td{
	padding-right:3px;
	line-height:1.5em;
}

#cal table td strong{
	/*font-size:15px;*/
}

#cal table span{
	color:inherit;
}

/*---- go_top ----*/
.pageTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  border-radius: 15px;
  background-color: #3eb134;
  background: rgba(64, 153, 197, 0.4);
  text-align: center;
  }
  .pageTopBtn a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("./icon_pageTop.png") center 2px no-repeat;
    background-size: 40px auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    }
    .pageTopBtn:hover {
      background: rgba(64, 153, 197, 0.8);
      }
  .pageTopBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    border-radius: 15px;
    background-color: #3eb134;
    background: rgba(64, 153, 197, 0.5);
}

#go_top{
	display:none;
}

/*----------------フッター----------------*/
#wrap_bottom{
	min-width:1250px;
	border-top:1px solid #ddd;
	background-color:#fff;
}

#foot{
	width:920px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-top:10px;
}
	
	/*フッターメニュー*/
	#foot_menu{
		margin-bottom:10px;
	}
	
	#foot_menu ul{
		overflow:hidden;
		list-style-type:none;
	}
	
	#foot_menu li{
		line-height:1em;
		height:1em;
		float:left;
		padding-right:15px;
		margin-right:15px;
		font-size:90%;
	}
	
	#foot_menu ul li a{
		font-size:90%;
	}
	
	#foot_menu a:hover{
	}
	
	/*バナー*/
	#foot_bn{
		float:left;
		padding:13px 0 0 0;
	}

	#foot_bn img:hover{
		opacity:0.8;
	}

	/*問い合わせ先*/
	#foot_add{
		min-width:200px;
		float:right;
	}
	
	#foot_add h3{
		font-weight:bold;
		color:#333;
	}
	
	#foot_add p{
		margin-bottom:3px;
		font-size:90%;
		line-height:1.5em;
	}
	
	/*アドレス*/
	address{
		clear:both;
		text-align:left;
		font-size:small;
		text-align:center;
		color:#fff;
		background-color:#333;
	}


	
#sp_menu{
	display:none;
}


@media screen and (max-width:769px){

*{
	font-size:1em;
}

html{
	 width:100%;
	 min-width:300px;
}

body{
	 width:100%;
	 min-width:300px;
}

#wrap{
	width:100%;
	min-width:100%;
}

a{
    word-wrap: break-word;
}

/*------- sp_header -------*/
#wrap_top{
	position:static;
}

#head{
	min-width:300px;
	width:100%;
	height:auto;
	background-image:none;
}

#head_h1{
	height:auto;
}

h1{
	min-width:300px;
	width:100%;
	font-size:70%;
}

#head h2{
	float:none;
}

@media screen and (max-width: 530px){
#head h1 a{
 float: none;
	width:80%;
	max-width:299px;
vertical-align: middle;
    display: table-cell;
}

#head h2{
	display:none;
}

}

#head_add{
	position:static;
	width:100%;
	height:auto;
	box-sizing:border-box;
}

#head_add p{
	font-size:100%;
}

#head_add p a{
	color:#333;
}

#top_logo{
	float:left;
	width:100%;
}

#top_logo p{
}

//heightを0にし表示画像の高さ÷表示画像の幅×100でpaddingの値を出す

#info{
	float:left;
}

#info p{
	margin:1%;
}

#top_image{
	width:100%;
	height:auto;
}

.page #image_wrap{
	display:none;
}
#image_wrap {
    z-index: -1;
}

#image_wrap:before{
	height:0;
}

.page #image_wrap:before{
	display:none;
}

#top_image img{
	position:static;
	width:95% !important;
	padding:3px;
	height:auto;
	background-color:#fff;
	box-shadow:1px 1px 1px #aaa;
}

#top_image p{
	position:static;
	min-width:300px;
	height:100%;
	text-align:center;
	margin:8px 0;
	transform: none;
}

#top_image img{
	width:100%;
	height:auto;
	min-width:95%;
	min-height:0;
}

#main_top{
	width:95%;
	margin:0 auto;
	float:none;
}

#main_top #main td{
	width:auto !important;
	display:table-cell;
	text-align:center;
}

/*----sp_menu ----*/

#sp_menu{
	display:block;
	width:100%;
	margin:auto auto 8px auto;
}


.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

{
  .js .nav-collapse {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

{
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #333;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}

{
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

{
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  text-align:center;
  text-decoration:none;
  background:#fff;
  font-weight:bold;
  padding:8px 0;
  display:block;
  margin:0 auto;
}

#nav-collapse {
	background-color:rgba(255,255,255,0.5);
}

/*------- sp_global navi -------*/

#gl_wrap{
	display:none;
}

#menu_wrap{
	display:none;
}

/*---- sp_main ----*/

			/*お知らせ*/
			#news{
			}
			
			#news h3{
			}
			
			/*見出しh4*/
			#news h4{
			}
			
			/*見出しh5*/
			#news h5{
			}
			
			#news ul{
			}
			
			#news li{
			}
			
			#news li a{
			}
			
			#news li a:hover{
			}
			
			li#kako{
			}
		
			li#kako a{
			}
		
			#kako{
			}
		
			#kako a{
			}
			

	

#main{
	min-width:300px;
	width:100%;
}

.page #main{
	margin-bottom:30px;
}

#main p{
	margin:0 auto 13px;
	clear:both;
}

#main img{
	display:block;
	max-width:96%;
	margin:1% auto;
	padding:1%;
	height:auto;
	float:none;
	clear:both;
}

#main .wp-caption{
	width:auto !important;
	margin-right:0;
}

#main ul{
	width:95%;
	margin:0 auto;
}


#main h2{
	margin:8px 0 !important;
}

/*---- sp_sidemenu ----*/

#side_menu {
	display:none;
}

/*---- sp_contents ----*/

#cont{
	width:100%;
	padding:13px 1%;
	float:none;
}

#cont p{
	width:95%;
}

#main table.large_table{
	display: block;
	height:auto !important;
	overflow-x: scroll;
	table-layout:fixed; 
	font-size:85%;
	box-sizing: border-box;
}

#main table.large_table td,#cont table.large_table th{
	white-space: nowrap;
	padding:3px 8px;
}

#main table.large_table {
     overflow: auto;
}

#main table::-webkit-scrollbar{ /* スクロールバー全体 */
    height: 5px;
}

#main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #3b8734;
    border-radius: 10px;
}
#main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #beffb0;
}
#main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #beffb0;
}

#main table:not(.large_table) td,#main table:not(.large_table) th{
	display:block;
	overflow:hidden;
}

/*---- sp_news--*/

#news a{
	clear:both;
	display:block;
}

/*---- sp_fact_item ----*/
#fact_item{
	width:42%;
	margin:4px 1% 13px;
}

/*---- sp_footer ----*/

#wrap_bottom{
	min-width:320px;
}

#foot{
	min-width:320px;
	width:95%;
	margin:0 auto;
}

#foot_menu{
	display:none;
}

#footer p:first-line{
	font-weight:bold;
	font-size:120%;
}

address{
	font-size:0.5em;
	width:100%;
	text-align:center;
}


/*---- side bn ----*/

#side_bn{
	width:100%;
}

#search {
    max-width: 100%;
}

#side_bn hr{
    width: 100%;
}

/*---- search ----*/
.search-form{
	padding:0;
}

/*---- iframe ----*/

.iframe_wrap{
	position: relative;
	width:100%;
	padding:64% 0 0 0;
}

iframe{
    width: 100%;
    height: auto;
}

/*---- sp_table ----*/

#table_sc{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display:block;
	box-sizing: border-box;
}

#main table{
	width:96% !important;
	height:auto !important;
	margin:0 auto 13px;
	box-sizing: border-box;
}

#main tbody{
}
	
#main tr{
}
	
#main th{
	height:auto !important;
	padding:1%;
	white-space:nowrap;
	font-weight:bold;
	text-align:center;
	box-sizing: border-box;
}
		
#main td{
	height:auto !important;
	padding:1%;
	box-sizing: border-box;
}
	
#main td p{
	font-size:80%;
	margin:10px 0;
}



/*---- sp_form ----*/
form{
	padding-left:0 !important;
	width:95%;
	margin:0 auto;
}

form fieldset{
}

form legend{
	font-size:90%;
}
			
form label{
}
			
form input[type="checkbox"]{
}
	
form textarea,input[type="email"],[type="text"],[type="tel"]{
	width:95% !important;
	margin:1% !important;
	padding:8px 0 !important;
}
			
		
form input[type="radio"]{
	margin-left:1%;
}
			
form select{
	margin-left:1%;
}

form  select:after{
	content:"▼";
}
					
form input[type="submit"]{
	width:95%;
	padding:1%;
	margin:1%;
	font-size:90%;
}
			
form input[type="submit"]:hover{
}			

#p_list{
	display:none;
}

.books{
	width:auto !important;
}
			
}

@media screen and (max-width:450px){
#fact_item{
	width:95%;
	margin: 4px 0 13px;
}

	#foot_bn p{
		text-align:center;
	}



}

/*スタイル解除*/
.style_reset{
	margin:0 !important;
	padding:0 !important;
	border:none !important;
}

.noborder{
	border:none !important;
}

.noborder td{
	border:none !importatnt;
}

/* plugin css */

#cont .su-accordion{
	margin-left:20px;
}

#cont .su-spoiler-title, 
#cont .su-spoiler-icon {
    font-size: 15px;
}

#cont .su-accordion ul {
	margin-left:0px;
}

#cont .su-accordion ul li:after{
	content:none;
}

#cont .su-spoiler-style-default &gt; .su-spoiler-content {
	padding-left:0;
}

#cont .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before{
    display:block;
    content: "\f067";
    color:#333;
    transform: rotate(0deg);
    transition:.3s;
    top:-1px;
    position: relative;
}

#cont .su-spoiler-icon-plus .su-spoiler-icon:before{
    display:block;
    content: "\f068";
    color:#333;
    transform: rotate(180deg);
    transition:.3s;
    top:-3px;
    position: relative;
}
</pre></body></html>