@charset "utf-8";

/* =Reset default browser CSS.
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
{
	color:#663300;
	-webkit-text-size-adjust: none;
	background: #fffdf0 url(images/main_bg2.png) repeat left top;
	font: small/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* リンク設定
------------------------------------------------------------*/
a
{
	color:#663300;
	text-decoration:none;
}

a:hover
{
	color:#cc0000;
}

a:active, a:focus
{
	outline:0;
}

.marker
{
	background: #D4E9F9 url(images/navi_bg.gif) repeat;
	padding: 5px 5px 3px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bolder;
}

.space
{
	padding-bottom: 40px;
}

#link_btn
{
	text-align: center;
	display: block;
	padding: 12px 5px 10px;
	line-height: 20px;
	background-color: #79C1E3;
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

#link_btn a
{
	color: #663300;
	display: block;
}

#link_btn a:hover
{
	color: #CC0000;
	text-decoration: underline;
	display: block;
}

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

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

.red
{
	color: #CC0000;
}

.laege
{
	font-size: 105%;
	font-weight: bolder;
	padding-bottom: 20px;
}

/*************
/* ヘッダー
*************/
#header
{
	height:110px;/*110px*/
}

#header h1
{
	padding:5px 0 10px 15px;
	font-size:10px;
	font-weight:normal;
}

/*************
/* ロゴ
*************/
.logo
{
	float:left;
}

.logo p
{
	float:left;
}

.logo img
{
	width:auto;
	float:left;
	padding:2px 10px 0 10px;
}

.logo span
{
	display:block;
}

/*************
/* 電話番号
*************/
.info
{
	float:right;
	padding-right:20px;
	text-align:right;
	padding-top: 42px;
}

.info .open
{
	font-size:11px;
}

.info .recruit
{
	font-size:11px;
	color: #D61518;
}

/*************
/* ロゴ+電話番号
*************/
.logo, .info .tel
{
	margin-top:6px;
	color:#663300;
	font-size:18px;
	font-weight:bold;
}

.logo span, .info span
{
	color:#FFF;
	font-size:.8em;/*6em*/
	font-weight:normal;
}

/*************
/* ヘッダーロゴ+電話番号
*************/
.tel2
{
	color:#000;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner
{
	margin:0px auto 60px;/*17px auto;*/
	padding:0;
	width:100%;
	position:relative;
	line-height:0;
	background: url(images/sub_bg.png) repeat left center;
}

#mainBanner img
{
	max-width:100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#subpage #mainBanner img
{
/*border:4px solid #f1f1f1;*/
}

.slogan
{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:10px;/*20px*/
	padding:5px 10px;
	line-height:1.4;
	color:#FFF;
	left: 0%;
}

.slogan h2
{
	padding-bottom:40px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	margin-right: 0px;
}

.content_image
{
	text-align: center;
	margin: 0px auto 20px;
	display: block;
}

/**************************
/* グリッド
**************************/
.gridWrapper
{
	padding-bottom:20px;
	overflow: hidden;
}

* html .gridWrapper
{
	height:1%;
}

.grid
{
	float:left;
	border-radius:5px;/*background:#fff;*/
}

.box
{
	margin:0 5px;
	padding:10px;
	border:1px solid #fffdf0;
}

.box img
{
	max-width:100%;
	height:auto;
	border:4px solid #fffdf0;
}

.box h3
{
	padding:10px 0 5px;
}

.box h3, .box p
{
	text-align:left;
}

.box p.readmore
{
	padding:10px 5px 5px;
	text-align:right;
}

/*#wrapper .gridWrapper .grid .box .readmore a
{
	color: #3399FF;
}*/
/*************
メイン コンテンツ
*************/
section.content article
{
	padding:20px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	background: #FFF url(images/main_bg.png);
}

* html section.content article
{
	height:1%;
}

section.content p
{
	margin-bottom:5px;
}

h3.heading
{
	font-weight:bold;
	padding:0 10px;
	line-height:36px;
	color:#FFF;
	background:url(images/bar_bg.png) repeat left top;
	letter-spacing: 2px;
	word-spacing: 2em;
	font-size: 110%;
}

section.content img
{
	max-width:100%;
	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, ul.list img
{
/*border:4px solid #fff;*/
}

#subpage #wrapper #main .content article p
{
	line-height: 1.8em;/*font-size: 105%;*/
}

/*************
園の紹介・決まりリスト
*************/

#subpage #wrapper #main .content article ul
{
	line-height: 2.5em;
	padding-bottom: 20px;
	padding-left: 10px;
	list-style: disc inside;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*************
苦情解決の仕組みリスト
*************/

.compheading{
	font-size: 112%;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 1em;
	display: block;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: thin dotted #663300;
	margin-bottom: 20px;
	color: #CC0000;
}

#subpage #wrapper #main .content article ol li
{
	line-height: 2em;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style: decimal inside;
	margin-bottom: 10px;
	border-bottom: thin dotted #663300;
	padding-top: 10px;
}

/*************
テーブル
*************/
table.table
{
	/*border-collapse:collapse;*/
	border-collapse: separate;
	border-spacing:0;
	cellspacing:0;
	margin:5px auto 15px;
	width: 100%;
}

table.table td
{
	/*border-collapse:collapse;*/
	border-collapse: separate;
	border-spacing:0;
	cellspacing:0;
	text-align:left;
	padding:10px 8px;
	line-height:20px;
	background: url(images/main_bg.png) repeat;
	border: 1px dotted #754C24;
}

table.table th
{
	text-align:right;
	padding:10px 8px;
	white-space:nowrap;
	color: #42210b;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	background: #d2eaf6;
	border: 1px dotted #754c24;
}

/*************
区切り線
*************/

hr.style-three {
	border: 0;
	border-bottom: 2px dashed #663300;
	background: #fff;
	display: block;
	clear: both;
	padding-top: 80px;
	margin-bottom: 80px;
}

hr.style {
	border: 0;
	border-bottom: 2px dashed #663300;
	background: #fff;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

/*************
トピック見出し
*************/

.topic{
	font-size: 105%;
	font-weight: bold;
	background: url(images/sakuranbo.png) no-repeat;
	/*display: block;*/
	padding-left: 30px;
	height:25px;
	border-bottom: thin dotted #663300;
	margin-top: 20px;
	
}


/*************
/* サイドバー
*************/
#sidebar ul
{
	padding:10px;
}

#sidebar li
{
	margin-bottom:10px;
	padding-bottom:10px;
	list-style:none;
	border-bottom:2px dashed #8C6239;
}

#sidebar li:last-child
{
	border:0;
	margin-bottom:0px;
}

#sidebar li a
{
	display:block;
}

#sidebar ul.list li
{
	clear:both;
	margin-bottom:5px;
	padding:5px 0;
	overflow:hidden;
	border:0;
}

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:0px 0px 30px;
	background:#41210d url(images/main_bg3.png) repeat left top;
	height: auto;
	margin-top: 40px;
}

.line
{
	height: auto;
	width: 100%;
	border-top: 2px dashed #FFFFFF;
	z-index: 99;
	margin: 6px 0px 0px;
	padding: 25px 10px;
}

* 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:14px;/*18px*/
}

#footer .info .tel, #footer .info .tel span, #footer #info .open
{
	font-size:12px;
	color:#FFF;
}

ul.footnav
{
	float:right;
	width:650px;
	padding:10px 0;
}

ul.footnav li
{
	float:left;
	margin-bottom:10px;
	padding:0 7px 0 8px;
	font-size:11px;
	border-right:1px solid #FFF;
}

#footer a
{
	color:#FFF;
}

#footer a:hover
{
	color:#DFA2B8;
}

address
{
	clear:both;
	padding:5px;
	text-align:center;
	font-style:normal;
	font-size:10px;
	color:#630;
	background:#fffff2 url(images/main_bg2.png) repeat;
}

#pagetop
{
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 20px;
	height: 80px;
	width: 37px;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {

#header, #wrapper, .inner
{
	width:960px;
	padding:0;
	margin:0 auto;
}

#wrapper
{
	padding-bottom:20px;
}

nav#mainNav
{
	clear:both;
	overflow:hidden;
	position:relative;
	margin-bottom: 10px;
	height: 56px;
}

nav#mainNav .inner
{
	width:932px;
	padding:0 14px;
}

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

nav#mainNav li:last-child
{
	border-right:1px dotted #fffdf0;
}

nav#mainNav ul li a
{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #fffdf0;
}

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

nav#mainNav ul li a span
{
	color:#cdcdcd;
	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
{
	padding-top:9px;
	border-bottom: 1px dotted #ff0000;
}

#mainBanner
{
	margin-left:0px;/*15px*/
}

#subpage #mainBanner
{
	margin:17px auto;
}

#main
{
	float:right;
	width:667px;
	padding-right:15px;
}

#sidebar
{
	float:left;
	width:245px;
	padding:17px 0 0 15px;
	overflow:hidden;
}

#sidebar article
{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	background: url(images/content_bg.png) repeat left top;
}

/* グリッド全体 */
	.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 19px;
}

/* 　県章　*/
#taiyo
{
	margin-right: 50px;
}
}
 @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.menu 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;
}

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:#006699;
}

nav div.panel
{
	float:none;
}

#subpage #mainBanner
{
	max-width:668px;
}

#sidebar
{
	padding-bottom:30px;
}

#sidebar article
{
	padding:7px 0;
}

#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%;
}

#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;
}
}


/* スマートフォン 横(ランドスケープ) */
@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;
}

.box img
{
	float:left;
	margin-right:5px;
}

.box h3
{
	padding-top:0;
}

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

#gallery .grid
{
	float:left;
}

/*************
/* 電話番号
*************/
.info
{
	float:none;
	/*padding-right:20px;*/
	text-align:center;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.info .open
{
	font-size:11px;
}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {

.logo img/*全て後付け*/
{
	width:100%;
	height: auto;
	float:none;
	padding:0;
	
}

.grid
{
	width:100%;
}

.box img
{
	max-width:100px;
}

#mainBanner h2, #mainBanner p
{
	font-size:80%;
}

iframe
{
	height: 200px;
}
}
