@charset "utf-8";

/*****************************************************************************************************************************************************
	デフォルト設定
	Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
*****************************************************************************************************************************************************/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


/*****************************************************************************************************************************************************
	ベース設定
*****************************************************************************************************************************************************/
/*Body*/
body {
	color:#333;
	font-size:95%;/*small*/
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	background:#f1f1f1;
	-webkit-text-size-adjust: none;
	}
/*リンク設定*/
a{color:#8aaa16;text-decoration:underline;}
a:hover{color:#708c0c;}
a:active, a:focus {outline:0;}


/*全体*/
#wrapper{
	margin:0 auto;
	padding:0 1%;
	width:98%;
	position:relative;
	background:#fff;
	}

.inner{
	margin:0 auto;
	width:100%;
	}

/*****************************************************************************************************************************************************
	ヘッダ設定
*****************************************************************************************************************************************************/
#header{height:110px;}
	
	/*H1*/
	#header h1{
		padding:5px 0 10px 10px;
		font-size:12px;
		font-weight:normal;
		}
	/*ロゴ*/
	.logo{float:left;}
	.logo p{float:left;}
	.logo img{
		width:auto;
		float:left;
		padding:0 5px 0 10px;
		}
	.logo span{display:block;}
	.logo a {text-decoration:none;}
	
	/*電話番号*/
	.info{
		float:right;
		padding-right:20px;
		text-align:right;
		}
	.info .open{
		font-size:85%;/*1.1em*/
		}

	/*ロゴ+電話番号*/
	.logo,.info .tel{
		color:#8aaa16;
		font-size:22px;/*24*/
		font-weight:bold;
		}
	.logo span,.info span{
		color:#333;
		font-size:.6em;
		font-weight:normal;
		}
	
	/*文字サイズ*/
	div#size {margin:0;}
	div#size ul {margin:0;padding:0;}
	div#size ul li {margin:0 0 0 5px;padding:0;float:right;list-style:none;}
	div#size ul li a {cursor:pointer;}
	p.tel {clear:right;}
	
	/*Grovalメニュー*/
	nav#mainNav ul li a{text-decoration:none;}
	
/*****************************************************************************************************************************************************
	トピックパス設定
*****************************************************************************************************************************************************/
		#topic_path {margin:15px 0 0 0;font-size:85%;}
		#topic_path div {display:inline;}
		#topic_path div a {text-decoration:none;}
		#topic_path div a:hover span {color:#0066FF;}
		#topic_path div span {color:#03C;text-decoration:underline;}
		#topic_path #thispage {margin-right:15px;color:#000000;}

/*****************************************************************************************************************************************************
	メイン画像（トップページ+サブページ）
*****************************************************************************************************************************************************/
#mainBanner{
	margin:17px auto;
	padding:0;
	width:100%;
	position:relative;
	line-height:0;
	}
#mainBanner img{
	max-width:100%;
	height:auto;
	/*border:4px solid #ebebeb;*/
	}
.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:10px;
	left:0px;
	padding:5px 10px;
	line-height:1.4;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
	}
.slogan h2{
	padding-bottom:5px;
	font-size:20px;
	}
.slogan p{font-size:80%;}
#top_slgn {max-width:50%;left:5px;}

/*****************************************************************************************************************************************************
	グリッド
*****************************************************************************************************************************************************/
.gridWrapper{
	padding-bottom:20px;
	overflow: hidden;
	}
* html .gridWrapper{height:1%;}
.grid{
	float:left;
	border-radius:5px;
	background:#fff;
	}
.box{
	margin:0 5px 10px 5px;
	padding:10px;
	border:1px solid #ebebeb;
	}
.box img{
	max-width:100%;
	height:auto;
	border:4px solid #ebebeb;
	}
.box h3{padding:10px 0 5px;font-weight:bold;font-size:120%;}
.box h3 a {text-decoration:underline;}
.box h3, .box p{text-align:center;}/*left*/
.box p.result_title {font-weight:bold;font-size:95%;}
.box p.readmore{
	padding:10px 5px 5px;
	text-align:right;
	}

/*****************************************************************************************************************************************************
	フォーム
*****************************************************************************************************************************************************/
input[type="text"], 
input[type="password"],
input[type="email"],
textarea, 
select {
	border: 1px solid #ccc;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-webkit-box-shadow:1px 1px 0 #fff, inset 1px 1px 0 #fff;
	box-shadow:1px 1px 0 #fff, inset 1px 1px 0 #eee;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	background: #fff;
	padding:5px 10px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
 	color: #444;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	background-color:#FFFEE6;
}
label,legend { 
	/*display: block;
	font-weight: bold;
	font-size: 100%;*/
}
input[type="checkbox"] {
	display: inline;
}
button {
	cursor:pointer;
}
input.money {width:80%;text-align:right;ime-mode: disabled;}


/*****************************************************************************************************************************************************
	メイン コンテンツ
*****************************************************************************************************************************************************/
section.content article{
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
* html section.content article{height:1%;}
section.content p{margin-bottom:5px;}
h3.heading{
	font-weight:normal;
	padding:0 10px;
	line-height:36px;
	color:#fff;
	background:url(../img/heading3.png) repeat-x 0 0;
	}
section.content img{
	max-width:100%;/*90%;*/
	height:auto;
	}
.alignleft{
	float:left;
	clear:left;
	margin:3px 10px 10px 0;
	}
.alignright{
	float:right;
	clear:right;
	margin:3px 0 10px 10px;
	}
#gallery .grid img,.border{border:4px solid #ebebeb;}


	ol {margin:0 0 10px 0px;padding:0;}
	ol li {
		list-style:outside;
		list-style-type:decimal;
		margin:0 0 3px 25px;
		padding:0;
		}
	ul.disc {margin:0 0 10px 0px;padding:0;}
	ul.disc li {
		list-style:outside;
		list-style-type:disc;
		margin:0 0 3px 15px;
		padding:0;
		}

	dl.teigi {margin:0;padding:0;}
	dl.teigi dt {
		width:100%;
		background-color:#F3F3F3;
		font-weight:bold;
		margin:0 0 10px 0;
		padding:5px 10px;
		}
	dl.teigi dd {
		margin:0 0 15px 20px;
		}
	
	.red {color:red;}
	.blue {color:#0066CC;}
	
	/*アドセンス*/
	div.ads {margin:10px auto;text-align:center;}
	
	/*検索結果上部の区分リンク*/
	ul#kubun-link li a{float:left;display:block;text-align:center;border:1px solid #a9cf1b;margin:0 5px 0 0;padding:10px 0;background-color:#f4fbdb;font-size:80%;text-decoration:none;}
	ul#kubun-link li a.k_active,
	ul#kubun-link li a:hover {background-color:#96b328;color:#FFF;}
	ul#kubun-link li a.k_none {border-color:#999999;background-color:#CCC;color:#999999;}
	
	/*検索結果の絞り込みリスト*/
	ul.sibori li {float:left;margin:0 20px 3px 0;}
	ul.sibori li a {text-decoration:none;}
	a.zero {color:#CCC;font-size:70%;}
	
	/*GoogleMapのレイアウト崩れ対策http://accountingse.net/2012/10/604/*/
	#map img {
		max-width: none !important;
		}
	
	/*詳細基本情報*/
	.s_syo_ki_left {float:left;width:350px;margin-right:20px;}
	.s_syo_ki_right {float:right;width:470px;}
		.s_syo_ki_right .sflowlist {overflow-y: scroll;height:500px;}
		/*IE*/
		.s_syo_ki_right {float:right;width:430px\9;}
	.s_syo_ki_right dd {font-size:85%;}

	/*問合ボタン*/
	div#toiawase {
		position:fixed;
		max-width:100%;
		height:auto;
		bottom:0px;
		padding:20px 50px;
		line-height:1.4;
		color:#fff;
		font-weight:bold;
		font-size:110%;
		background-color: rgba(0,0,0,0.5);
		z-index:10;
		}
		div#toiawase form {float:left;margin-right:20px;}
		.cntct_btn {font-size:120%;padding:10px 20px;font-weight:bold;color:red;}
		
		/*IE 5, 5.5, 6, 7, 8 用 \9を末尾につける。IE8以下は透過されない*/
		div#toiawase {background-color:#666666\9;}
	
	
	/*施設詳細ページフォトギャラリー*/
	#home_kihon {width:67%;float:left;min-height:280px;}
	#galleria{width:31%;float:right;height:280px;}
	
	/*施設詳細ページ*/
	h4.home_ttl {font-weight:bold;font-size:130%;color:#93b028;}
	div.home_setu {margin:5px 10px 20px 20px;}
	strong.sname {font-weight:bold;color:#000;}
	div.s_hosoku {margin:20px;padding:10px;background-color:#F4F7EE;border:1px solid #DAEBD8;}
	ul.s_tokutyo li {float:left;margin-right:5px;}
	a.eigyo_link {color:red;text-decoration:none;}
	a.eigyo_link:hover {color:#009933;text-decoration:underline;}
	
	
	
	/*戻る、進むボタン*/
	#cnt_foot {}
	p#c_back {text-align:left;}
		p#c_back a {background-image:url(../img/c_back.png);background-repeat:no-repeat;padding-left:90px;height:25px;display:block;text-decoration:none;}
	p#c_next {text-align:right;}
		p#c_next a {background-image:url(../img/c_next.png);background-repeat:no-repeat;padding-right:90px;height:25px;display:block;background-position:right;text-decoration:none;}
	
	
	/*トップページ*/
	div#top_new {overflow-y: scroll;height:200px;}
	
	div.top_tokutyo {
		width:27%;
		margin-right:3%;
		float:left;
		text-align:center;
		font-size:130%;
		background-image:url(../img/top/tokutyo_back.gif);
		background-position:center;
		color:#FFFFFF;
		font-weight:bold;
		line-height:1em;
		
		padding:5px 2%;
		border:1px solid #F03;
		box-shadow:5px 5px 5px rgba(255,0,0,0.4);
		-moz-box-shadow:5px 5px 5px rgba(255,0,0,0.4);
		-webkit-box-shadow:5px 5px 5px rgba(255,0,0,0.4);
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		}
		div.top_tokutyo span {font-size:70%;font-weight:normal;}
	
	dl.top_flow dd {
		margin:-30px 0 15px 20px;
		border:1px solid #090;
		padding:30px 10px 10px 10px;
		background-color:#F3F8EF;
		}
		dl.top_flow dd a {
			color:#069;
			text-decoration:underline;
			}
	
	
	/*グループホームページ*/
	div.grh_list {
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:255px;
		}


	hr {
   	border: 0;
    	height: 0;
    	border-top: 1px solid rgba(0, 0, 0, 0.1);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		}
	
/*****************************************************************************************************************************************************
	テーブル
*****************************************************************************************************************************************************/
table.table {
	border-collapse:collapse;
	margin:5px auto 15px auto;
	}

table.table td {
	border-collapse:collapse;
	background-color:#F9F9F9;
	text-align:left;
	padding:8px;
	border:1px solid #D6D6D6;
	line-height:20px;
	}

table.table th {
	background-color:#F5F5F5;
	text-align:right;
	padding:8px;
	white-space:nowrap;
	color: #151515;
	border-top:1px solid #D4D4D4;
	border-right:4px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	background-repeat:repeat-x;
	background-position:top;
	}
	table.s_list th,
	table th.cent {border-right:1px solid #D4D4D4;text-align:center;color:#000000;font-weight:bold;border-bottom:4px solid #D4D4D4;}
	table.s_list td a {text-decoration:underline;color:#09F;}
	table td.hissu {background-color:#FEFFE8;}
	table td.rht {text-align:right;}
	
	
/*****************************************************************************************************************************************************
	サイドバー
*****************************************************************************************************************************************************/
#sidebar ul{padding-top:10px;}

#sidebar li{
	margin-bottom:10px;
	padding-bottom:10px;
	list-style:none;
	border-bottom:1px dashed #ebebeb;
	font-size:85%;
	}
#sidebar li:last-child{
	border:0;
	margin-bottom:0px;
	}

#sidebar li a{display:block;text-decoration:none;}

ul.list li{
	clear:both;
	margin-bottom:5px;
	padding:5px 0;
	overflow:hidden;
	}
ul.list li{height:1%;}
ul.list li img{
	float:left;
	margin-right:10px;
	}
ul.list li{
	font-size:12px;
	line-height:1.35;
	}


/*****************************************************************************************************************************************************
	フッター
*****************************************************************************************************************************************************/
#footer{
	clear:both;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	background:#e8e8e8;
	}
* html #footer{height:1%;}
#footer .grid{
	padding:10px 0 5px;
	margin:0;
	background:transparent;
	}
#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
	clear:both;
	padding:10px 0 0 15px;
	text-align:left;
	}
#footer .logo{font-size:18px;}
#footer .info .tel,#footer .info .tel span,#footer #info .open{font-size:12px;}
ul.footnav  {
	float:right;
	width:620px;
	padding:10px 0;
	}

ul.footnav li{
	float:left;
	padding:0 7px 0 8px;
	border-right:1px solid #b6b6b6;
	font-size:85%;
	}

#footer a{color:#333;text-decoration:none;}
#footer a:hover{color:#888;}

address{
	clear:both;
	padding:5px;
	text-align:center;
	font-style:normal;
	font-size:12px;
	color:#fff;
	background:#333;
	}
	address a.cmpny {color:#FFF;text-decoration:none;}
	address a.cmpny:hover {color:#8aaa16;}
	

/*問い合わせボタン*/
input#bt_send {font-size:130%;padding:15px;}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
  nav#mainNav{
	padding:0 14px;
	clear:both;
	overflow:hidden;
	position:relative;
	background:url(../img/topnavBg.png);
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:15px;
	color:#333;
	background:url(../img/topnavSep.png);
	border-left:1px solid #ebebeb;
	text-decoration:none;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#708c0c;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	padding-top:15px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}

	#wrapper,.inner{
	width:960px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	#main{
		float:right;
		width:717px;
		padding-right:15px;
		}
	
	.main_single {
		width:912px;
		padding:15px;
		}
	
	#sidebar{
		float:left;
		width:200px;/*195*/
		padding:15px 0 0 15px;
		overflow:hidden;
		}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  	border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	/*background:url(../images/bg.png);画像見当たらず*/
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{	color:#708c0c;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:720px;}
	
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}

	.s_syo_ki_left,.s_syo_ki_right {
	clear:both;
	width:100%;
	float:none;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
	
	div#toiawase {
		padding:10px 30px;
		line-height:1.4;
		font-weight:bold;
		font-size:90%;
		}

	div.top_tokutyo {
		width:32%;
		margin-right:1%;
		}		
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
		
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.grid{width:100%;}
	.box img {max-width:180px;float:left;margin:0 5px 20px 0;}
	.box {text-algn:left;}
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}


	/*施設詳細ページフォトギャラリー*/
	#home_kihon {width:100%;float:none;}
	#galleria{width:100%;float:none;}

	div#toiawase {
		padding:10px 20px;
		line-height:1.2;
		font-weight:bold;
		font-size:80%;
		}

	dl.top_flow dd {
		margin:0 0 15px 0;
		padding:10px;
		}
	
	
	/*グループホームページ*/
	div.grh_list {
		background-position:center top;
		padding-left:0px;
		padding-top:180px;
		}

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	.box p.result_title {clear:left;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	
	div#size {display:none;}
	
	.logo p {font-size:18px;}
	.logo p span {font-size:10px;}
	
	.slogan {
		line-height:1em;
		width:100%;
		
		position:relative;
		height:auto;
		padding:5px 10px;
		margin-top:10px;
		
		color:#666;
		background-color: rgba(0,0,0,0.1);
		}
	#top_slgn {max-width:100%;left:0px;}
	
	section.content article{
		padding:5px;
		margin-bottom:10px;
		}

	/*メールフォームのテーブル組み*/
	table.TBLtoDL {margin:0;}
	table.TBLtoDL tr{
      display: block;
      margin-bottom: 1.5em;
    	}
   table.TBLtoDL th,
   table.TBLtoDL td{
      display: list-item;
      border: none;
		width:100%;
		text-align:left;
		list-style-type:none;
		padding:5px;
    	}
	table.TBLtoDL th {background-color:#CCCCCC;}
	table.TBLtoDL th.cent {background-color:#063;color:#fff;}
	table.TBLtoDL th br {display: none;}
	
	div#top_new {overflow-y:visible;height:auto;}

	/*問い合わせボタン*/
	input#bt_send {font-size:80%;padding:20px 5px;}

	/*施設詳細ページ*/
	div.home_setu {margin:5px;}
	div.s_hosoku {margin:5px 0 20px 0px;padding:5px;}
	.s_syo_ki_right {overflow-y:visible;height:auto;}
	
}