@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, img, 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;}

img {border:0; vertical-align:bottom;}

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:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background-color:#ffffff;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#005331;text-decoration:none;}
a:hover{color:#a6c752;}
a:active, a:focus {outline:0;}


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


/* for modern brouser */
.home:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.home {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .home {
  height: 1%;
}
.home {
  display: block;
}



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



/*************
/* ヘッダー
*************/
#header{
height:95px;
background:#fff;
}

#header_exp a {text-decoration:none;}
#header_exp {background:#005331; font-size:0.83em; font-weight:normal; padding:0.2em 0;color:#fff;}
#header_exp span {display:block; width:940px; margin:0 auto; text-align:left; text-indent:10px;}
#header_exp a {color:#fff;}

header nav ul {margin:0px; list-style:none; text-align:right; font-size:0.83em;padding-right:20px;}
header nav li {display:inline; border-right:1px #aaa dotted; padding:0 0.75em;}
header nav li.eol {border-right:none; padding-right:0;}/**********************************/
header nav a {color:#a6c752;}
header nav a:hover {color:#888;}
header nav img {vertical-align:middle;}

/*************
/* ロゴ
*************/
.logo{
float:left;
margin-left:17px;
}



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

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


/*************
/* ロゴ+電話番号
*************/
.info .tel{
margin-top:6px;
color:#338bf8;
font-size:20px;
font-weight:bold;
}

.logo{
margin-bottom:6px;
}


.logo img{
max-width:100%;
height:auto;
}

.logo span,.info span{
color:#425e80;
font-size:.6em;
font-weight:normal;
}


/* 新着情報 */
.news {margin-bottom:20px;}
.news h2 {background:url(../../images/common/mesh_2x4.gif) repeat-x 0 bottom; padding-bottom:6px; margin:0 0 15px!important; font-size:1.1em;}
.news dt {margin-top:0.4em;}
.news dd {margin:-1.5em 0 0.4em; padding:0 0 0.4em 10em; border-bottom:1px #ccc dotted;}
.news p {text-align:right;}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#topBanner_del{
margin:17px auto;/****17px*****/
padding:0;
width:100%;
position:relative;
line-height:0;
}

ul.bxslider{
margin: 0px 0px;
}

#topBanner_del img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}


#mainBanner{
margin:17px auto;/****17px*****/
padding:0;
width:100%;
position:relative;
line-height:0;
}


#mainBanner img{
width:100%;
height:auto;
/*border:4px solid #ebebeb;*/
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
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;
color:#fff;
}


.oneclm{
margin: 0px 15px;
}

.oneclm img{
max-width:100%;
height:auto;
}


/**************************
/* グリッド
**************************/
.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 #bda1af;/****ebebeb***/
}

.box img{
max-width:100%;
height:auto;
border:4px solid #bda1af;/****ebebeb***/
}

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

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

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


/*↓***banner*****/
.banner{
width:98%;
padding:5px;
/*border:1px dotted #d6d6d7;
border-radius: 12px;*/
}

.banner1{
float:left;
width:25%;
text-align:center;
}

.banner1 img{
width:90%;
}

/*↑***banner*****/


/*************
メイン コンテンツ
*************/

.topcontents{
margin-top:5px;
font-weight:bold;
text-align:center;
background-color: #ffffff;
}

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{/****************************左メニュータイトル***********************/
margin-top:5px;
font-weight:bold;
padding:0 10px 0 40px;
line-height:36px;
color:#005331;
border-top:1px solid #9bcb76;
border-bottom:3px solid #7abd4d;
/*text-shadow: 1px 1px 1px #ffffff;*/
background: url('../img/h3_header_bg.png') left center no-repeat #ffffff;
-webkit-background-size:50px auto;
background-size:50px auto;
}

h3.heading a {
color:#005331;
display:block;
}

h3.heading a:hover {
color:#a6c752;
}


h2.title{
font-size:120%;
margin-top:5px;
margin-bottom:5px;
font-weight:bold;
padding:8px 10px 8px 65px;
border-top:1px solid #9bcb76;
border-bottom:3px solid #7abd4d;
line-height:1.3em;
color:#000;
/*text-shadow: 1px 1px 1px #888;*/
background: url('../img/h3_header_bg.png') left center no-repeat #ffffff;
-webkit-background-size:80px auto;
background-size:80px auto;
}

h2.title a {
color:#338bf8;
}

h2.title a:hover {
color:#888;
}


h2.title_2{
font-size:120%;
margin-top:5px;
margin-bottom:5px;
font-weight:bold;
padding:2pxpx;
border-bottom:1px solid #9bcb76;
}



h3.title{
font-size:110%;
margin-top:5px;
font-weight:normal;
padding:0 10px 0 65px;
line-height:36px;
color:#0f4485;
text-shadow: 1px 1px 1px #ffffff; 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #b1d3fd), color-stop(0.5, #dbeafc), color-stop(0.00, #ebf3fc));
background: -webkit-linear-gradient(top, #ebf3fc 0%, #dbeafc 50%, #b1d3fd 100%);
}

h3.title a {
color:#338bf8;
}

h3.title a:hover {
color:#888;
}



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


.area{
border:2px solid #a6c752;background:#f3f3e8;padding:4px;
}

.area_p1{
font-weight:bold;border:1px dotted #a6c752;background:#ffffff;padding:4px 6px;color:red;text-align:center;
}


/*************
テーブル
*************/
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;
}


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

#sidebar li{
margin-left:10px;
margin-bottom:4px;
padding-bottom:4px;
list-style:none;
border-bottom:1px dotted #ebebeb;
font-weight:bold;
}

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

#sidebar li a{
color:#005331;
display:block;
}

#sidebar li a:hover{color:#a6c752;}

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


#sidebar .banners li{
padding:0;
margin-left:0px;
margin-top:5px;
margin-bottom:5px;
border:0px;
}

#sidebar .banners img{
max-width:100%;
}


/*************
/* フッター
*************/



.ptop {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:99;
	text-align:right;

}

.ptop a{
	text-decoration:none;
	color:#005331;
	display: inline-block;
	margin: 2px 2px 2px 2px;
	padding: 3px 10px;
	text-decoration: none;
	border: 2px solid #005331;
	border-radius: 0.2em;
	background-color: rgba( 255, 255, 255, 0.75 );
	cursor: pointer;
}


span.arrow{
	background: #000000;
	padding-left:12px;
	background: url('../images/arrow.png') no-repeat left 50%;
	font-weight:bold;
}



img.cnt{
width:50%;
}

img.img100{
width:100%;
}

img.btm10{
margin-bottom:10px;
}

img.top10{
margin-top:10px;
}

table.tablestyle1{
	width:100%;
	margin-left: 5px;
	border-collapse			: collapse;
	border-spacing			: 0px;
	color					: #3d3d3c;
	margin-bottom			: 10px;
	font-size: 12px;
}

	table.tablestyle1 th{
		font-weight:bold;
		width:20%;
		border-right			: 1px dotted #cccccc;
		border-bottom			: 1px dotted #cccccc;
		padding					: 3px;
		text-align				: right;
		vertical-align:middle;
	}

	table.tablestyle1 td{
		text-align				: left;
		border-bottom			: 1px dotted #cccccc;
		padding					: 4px 6px 4px 6px;
		line-height				: 200%;
	}


.bld{
font-weight:bold;

}

p.bld{
font-weight:bold;

}



/*↓問合せフォーム */
.form {
	padding: 10px 15px;
}
.form li ~ li {
	margin-top: 0px;
	padding-top: 0px;
}


.form-title {
	display: block;
	margin-bottom: 2px;
	color: #666;
}

.form-contents {
	margin-bottom:5px;
	margin-left:10px;
	font-weight:bold;
	font-size:100%;
}

.text-field {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 5px;
	background-color: #fafafa;
	font-size: 14px;
}
.text-field:focus {
	background-color: #fff;
}
.label-gender {
	margin-right: 1em;
}

.form-submit{
	clear:both;
	margin-top: 20px;
}

span.atn{
color:red;

}


/*form*/
form p{font-size:100%;}

select{
	width:90%; 
	font-size:100%; 
	padding:5px;
}

select{
width: 100%;
padding: 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #999;
background: #eee;
background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
background-size: 20px, 100%;
}

select.select1,select.select2,select.select3,select.select4 {
color:#e94b2d
}


input{
	width:90%; 
	font-size:120%; 
	padding:5px;
}


input.srch{
color:#e94b2d;
}


select.line{
width: auto; 
	font-size:120%; 
	padding:5px;
}

.inline{
	width:80%;display:inline-block;
}


input:focus,input:hover{
/*	background:#acf3ff;*/
}
textarea{
	width:100%; 
	font-size:120%; 
	padding:5px; 
	height:50px;
}
textarea:focus,textarea:hover{
	/*height: 150px;
	background:#acf3ff;*/
}
input[type="submit"],input[type="button"]{
	width: 100%; 
	font-size:120%; 
	margin: 0; 
	padding: 5px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; text-shadow: 1px 2px 3px #C45C00;
}

input[type="radio"]  {
	width: auto;
}
input[type="checkbox"]  {
	width: auto;
}

.focus{
	background:#acf3ff;
}
.wd33per{
	
}


input[type="submit"].btn_1{
	width:100%;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	padding:8px;
	border-radius: 5px;
	border:2px solid #ffffff;
	background: -moz-linear-gradient(top,  #fb8871 0%, #eb5b3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb8871), color-stop(100%,#eb5b3f));
	background: -webkit-linear-gradient(top,  #fb8871 0%,#eb5b3f 100%);
	background: -o-linear-gradient(top,  #fb8871 0%,#eb5b3f 100%);
	background: -ms-linear-gradient(top,  #fb8871 0%,#eb5b3f 100%);
	background: linear-gradient(to bottom,  #fb8871 0%,#eb5b3f 100%);
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.4);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4); 
}

.formblk{
 margin:20px;

}


.askbox{
	margin:0 0 10px 0;
	padding:10px;
	border-radius: 5px;
	border:1px solid #7abd4d;
}



/*↓パンクズリスト */
.bl {
	margin:5px 0;
}

.breadcrumb {
	font-size: 12px;
	padding: 4px;
	/*border-top: 1px solid #e0e0e0;*/
	/*border-bottom: 1px solid #e0e0e0;*/
	line-height: 110%;
}

.breadcrumb:after {
	clear: both;
	display: block;
	content: '';
}

.breadcrumb li {
	padding: 3px;
	display:inline;
	list-style: none;
}

.breadcrumb li a {
	text-decoration: none;
}

.breadcrumb li a:after {
	content: "\00003E"; /* >(大なり記号) の実体参照 */
	font-family: FontAwesome;
	color: #757575;
	margin: 0 0 0 12px;
	vertical-align: 1px;
}


.breadcrumb li.ya:after {
	content: "\00003E"; /* >(大なり記号) の実体参照 */
	font-family: FontAwesome;
	color: #757575;
	margin: 0 0 0 12px;
	vertical-align: 1px;
}



.breadcrumb li span {
}

/*↑パンクズリスト */

.formobile{
display:none;
}


.left_banner {

text-align:center;

}

.left_banner img{

margin-top:20px;

}

.box50{
width:50%;
float:left;
text-align:left;
position:relative;
}


/*↓***box1*****/
.box1_table{
width:100%;
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:5px;
}

.box1_cell{
display:table-cell;
border:1px solid #9bcb76;
padding:5px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffff), color-stop(0.7, #ffffff), color-stop(0.00, #ffffff));
}

.box1_cell img{
border:1px solid #cfcfd0;}


.box1_cell_title{
/*border-left:10px solid #b81c22;*/
padding:4px;
background-color:#e4fbc9;
font-size:120%;
font-weight:bold;
color:#b60005;
line-height:120%;
text-align:center;
}


.box1_cell_title_2{
/*border-left:10px solid #b81c22;*/
padding:4px;
background-color:#f5feeb;
background-color:#ffffff;
font-size:100%;
font-weight:bold;
color:#343c2a;
line-height:120%;
text-align:center;
}

p.box1_cell_img{
text-align:center;
margin-top:5px;
}

p.box1_cell_p{
font-size:90%;
color:#343c2a;
line-height:120%;
margin-top:5px;

}

p.box1_cell_a{
text-align:right;
}

p.box1_cell_a a{
}
/*↑***box1*****/


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
body {
	background				: url(../img/bg.jpg) no-repeat top center;
	background-attachment: fixed;
	-webkit-text-size-adjust: none;
}


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


  nav#mainNav_back{
	clear:both;
	/*overflow:hidden;*/
	position:relative;

	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #018b52), color-stop(0.5, #005331), color-stop(0.00, #005331));
	background: -webkit-linear-gradient(top, #018b52 0%, #005331 50%, #005331 100%);
	background: -moz-linear-gradient(top, #018b52 0%, #005331 50%, #005331 100%);
	background: -o-linear-gradient(top, #018b52 0%, #005331 50%, #005331 100%);
	background: -ms-linear-gradient(top, #018b52 0%, #005331 50%, #005331 100%);
	background: linear-gradient(top, #018b52 0%, #005331 50%, #005331 100%;)
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;*/
	}
	
	nav#mainNav_back .inner{
	width:960px;
	padding:0 14px;
	}

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


	nav#mainNav_back ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:159px;
	height:40px;
	padding-top:12px;
	color:#ffffff;
	font-weight:bold;
	border-right:1px solid #9bcb76;
	/*text-shadow: 1px 1px 1px #ffffff; */

	background-color:#7abd4d;
	background: url('../img/menubg.jpg') repeat-x #f3f3de;

	}

	nav#mainNav_back li.last{border-right:none;}


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

	nav#mainNav_back ul li a span{
	color:#fff100;
	font-size:10px;
	}



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

	a#menu{display:none;}

	nav#mainNav_back li a:hover{
	background: url('../img/menubg_on.jpg') repeat-x #f3f3de;
	}



	
	#topBanner{margin-left:15px;}/***15px****/
	#mainBanner{margin-left:0px;margin-top:5px;}/***15px****/
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	float:right;
	width:667px;
	padding-right:15px;
	}
	
	#sidebar{
	float:left;
	width:245px;
	padding:0 0 0 15px;/********15px 0 0 15px***********/
	overflow:hidden;
	}
	
	#sidebar article{
	padding:5px 5px 0 5px;
	margin-bottom:0px;/********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;
	}


	.foot{
	width:962px;
	/*height:72px;*/
	margin:0 auto;
	text-align:center;
	background:#7abd4d;
	color:#ffffff;	
	}


	.foot_1{
	float:left;
	width:431px;
	padding:25px;
	background:#7abd4d;
	font-size:14px;	
	}

	.foot_2{
	float:left;
	width:431px;
	padding:25px;
	background:#7abd4d;
	font-size:14px;	
	}

	.foot_2 ul li{
	float:left;
	margin-right:20px;
	}


}




@media only screen and (max-width:959px){
	#header_exp span {width:100%;}

	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	ul.bxslider{
	margin: 0px 0px;
	}
	
	nav#mainNav_back{
	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_back a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav_back ul li a {
	color:#005331;
	font-weight:bold;
	}

	nav#mainNav_back ul li a.cls,nav#mainNav_back ul li a.cls span{
	color:orange;
	}


	nav#mainNav_back ul li a span{
	color:orange;
	font-size:10px;
	}

	nav#mainNav_back ul li a:hover{
	color:orange;
	}

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

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

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

	nav#mainNav_back ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

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

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

	.foot{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	color:#ffffff;	
	}


	.foot_1{
	width:100%;
	padding:25px;
	font-size:12px;	
	background:#7abd4d;
	}

	.foot_2{
	display:none;
	}


	.formobile{
	display:inline;
	}

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

.box50{
width:100%;
}

.oneclm{
margin: 0px;
}

section.content article{
padding:5px;
margin-bottom:10px;
border:0px solid #ebebeb;
overflow:hidden;
}


	#header{
	height:auto;
	padding-bottom:20px;
	}

	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin: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;}

    ul.bxslider{
	margin: 0px 0px;
	}

   .slogan{
	left:50px;
	}

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2{font-size:110%;}
	#mainBanner p{display:none;}

	header nav li {padding:0 0.5em;}

	.slogan{
	left:20px;
	}

	table.tablestyle1 th{
		width:25%;
	}
	img.cnt{
	width:100%;
	height:auto;
	}
	section.content img{
	max-width:100%;
	height:auto;
	}
	.bl {
	margin:0;
	}
	nav#mainNav_back a.menu{
	width:60px;
	height:40px;
	line-height:30px;
	position:fixed;
	top:5px;
	right:2px;
	z-index:99;
	text-align:center;
	text-decoration:none;
	color:#005331;
	display: inline-block;
	margin: 2px 2px 2px 2px;
	padding: 3px;
	border: 2px solid #005331;
	border-radius: 0.2em;
	background-color: rgba( 255, 255, 255, 0.75 );
	}

	nav#mainNav_back{
	border-top:1px solid #e4e4e4;
	border-bottom:0px solid #e4e4e4;
	}

	nav#mainNav_back .inner {
	position:fixed;
	top:50px;
	background-color: #005331;
	z-index:999999;
	}

	nav#mainNav_back .panel a{
	color:#ffffff;
	}

	nav#mainNav_back .panel span{
	color:#fff100;
	}

	nav#mainNav_back .panel a:hover{
	color:#fff100;
	}

	nav#mainNav_back a#menu span{padding-left:0px;}
	nav#mainNav_back a.menu span:before{content: "";}
	nav#mainNav_back a.menuOpen span:before{content: "";}
}





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

	.box3_1,.box3_2,.box3_3,.box3_4,.box3_5,.box3_6{
	margin-right:1%;
	margin-left:1%;
	width:31%;
	float:left;
	}

	.box3_4{
	clear:both;
	}




	#headblock_nouse{
	position:fixed;/* トップを固定にする場合に設定 */
	top:0px;/* トップを固定にする場合に設定 */
	}



	#cancel_nouse{/**a linkで移動先を固定ヘッダー分下にずらす**/
	margin-top:-120px;
	padding-top:120px;

	}


	.for-mobile {display:none !important;}

	#footer{
	/*background: url('img/footbg.jpg') left top no-repeat #b60005;*/
	background:#bcb76;
	-webkit-background-size:1500px auto;
	background-size:1500px auto;
	}

	ul.footnav{
	margin-left:150px;
	width:400px;
	}

	.photo_left{
	/*margin-top:-30px;*/
	margin-top:30px;
	margin-left:-80px;
	z-index:1;
	position:relative;
	width:520px;
	height:900px;

	}
	.content_right{
	z-index:999;
	position:absolute;
	top:40px;
	left:330px;
	}

	p.textbox_1{
	margin:10px 120px 10px 100px;
	}

	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper_back{
	padding-bottom:20px;
	margin-top:140px;/* トップを固定にする場合に設定 */
	}
	


	nav#mainNav{
	margin-top:0px;
	z-index:99999;
	clear:both;
	/*overflow:hidden;*/
	height:41px;
	position:relative;
	}
	

	nav#mainNav .inner{
	width:962px;
	}

	#wrapper{
	margin-top:10px

	}

	nav#mainNav ul li{
	/*****margin-top:15px;***/
	height:42px;
	float: left;
	position: relative;
	}



	nav#mainNav ul li a.top-menu{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:159px;
	height:40px;
	padding-top:12px;
	color:#ffffff;
	font-weight:bold;
	border-right:1px solid #9bcb76;
	/*text-shadow: 1px 1px 1px #ffffff; */

	background-color:#7abd4d;
	background: url('../img/menubg.jpg') repeat-x #f3f3de;
	}

	nav#mainNav ul li a.top-menu span,nav#mainNav ul li a.top-menu strong{
	display:block;
	}

	nav#mainNav ul li a.top-menu span{
	color:#ffffff;
	font-size:10px;
	}

	nav#mainNav ul li a.top-menu:hover span{
	color:#ffffff;
	}

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

	nav#mainNav ul li.last a{width:162px;	border-right:none;}

	a#menu{display:none;}

	nav#mainNav ul li a.top-menu:hover{
	background: url('../img/menubg_on.jpg') repeat-x #f3f3de;
	}

/*トップメニュー反転*/
	#sub_1 nav#mainNav ul li.menu_2 a.top-menu,
	#sub_2 nav#mainNav ul li.menu_2 a.top-menu,
	#sub_3 nav#mainNav ul li.menu_2 a.top-menu,
	#sub_4 nav#mainNav ul li.menu_2 a.top-menu,
	#sub_5 nav#mainNav ul li.menu_2 a.top-menu,
	#sub_6 nav#mainNav ul li.menu_2 a.top-menu{
	background: url('../img/menubg_on.jpg') repeat-x #f3f3de;
	}

	#sub_7 nav#mainNav ul li.menu_3 a.top-menu{
	background: url('../img/menubg_on.jpg') repeat-x #f3f3de;
	}

	#sub_8 nav#mainNav ul li.menu_4 a.top-menu{
	background: url('../img/menubg_on.jpg') repeat-x #f3f3de;
	}
	
	#sub_9 nav#mainNav ul li.menu_5 a.top-menu{
	background: url('../img/menubg_on.jpg') repeat-x #f3f3de;
	}

	#sub_10 nav#mainNav ul li.menu_6 a.top-menu,
	#sub_11 nav#mainNav ul li.menu_6 a.top-menu,
	#sub_12 nav#mainNav ul li.menu_6 a.top-menu{
	background: url('../img/menubg_on.jpg') repeat-x #f3f3de;
	}



	/* dropdown */
	#mainNav ul.sub-menu, #mainNav ul.children {
	display:none;
	margin:10px;
	position:absolute;
	top:45px;
	left:0px;
	z-index:99999;
	list-style:none;
	margin:0;
	}

	#mainNav ul.sub-menu li, #mainNav ul.children li {

	display:block;
	width:250px;
	border-bottom:1px solid #9bcb76;
	height:28px;
	line-height:2em;
	margin:0;
	background-color:#7abd4d;
	opacity:0.95;

	}


	#mainNav ul.sub-menu li a, #mainNav ul.children li a {
	display:block;
	font-size:90%;

	color:#ffffff;
	margin:0px 10px;
	}

	#mainNav ul.sub-menu li a:hover, #mainNav ul.children li a:hover {
	color:#ffffff;
	font-weight:bold;
	}

	#topBanner{margin-left:15px;}/***15px****/
	#mainBanner{margin-left:0px;margin-top:5px;}/***15px****/
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	padding:0px 15px;
	/*float:right;
	width:667px;
	padding-right:15px;*/
	}
	
	#sidebar{
	float:left;
	width:245px;
	padding:0 0 0 15px;/********15px 0 0 15px***********/
	overflow:hidden;
	}
	
	#sidebar article{
	padding:5px 5px 0 5px;
	margin-bottom:0px;/********20px********/
	border:1px solid #ebebeb;
	border:none;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:right;
	width:250px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
	#gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}

	img.w90{
	width:90%;
	}

	.rinen{
	background: url('images/temaribg.jpg') right center no-repeat #ffffff;
	}


	.gaiyou_1{
	background: url('images/gaiyobg_1.jpg') right top no-repeat #ffffff;
	}

	.gaiyou_2{
	background: url('images/gaiyobg_2.jpg') right top no-repeat #ffffff;
	}

	.recruit_1{
	background: url('images/recruit_1.jpg') right top no-repeat #ffffff;
	}

	.recruit_2{
	background: url('images/recruit_2.jpg') right top no-repeat #ffffff;
	}

	.recruit_3{
	background: url('images/recruit_3.jpg') right top no-repeat #ffffff;
	}

	.recruit_4{
	background: url('images/recruit_4.jpg') right top no-repeat #ffffff;
	}

	.entyr_1{
	background: url('images/entry_1.jpg') right top no-repeat #ffffff;
	}

	.entyr_2{
	background: url('images/entry_2.jpg') right top no-repeat #ffffff;
	}

	.contact_2{
	background: url('images/honbu.jpg') right top no-repeat #ffffff;
	}

	.entryform_1{
	width:70%;
	}

	.message_1{
	position:relative;
	width:70%;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	}


	.message_circle{
	position:absolute;
	right:20px;
	top:200px;
	width:300px;
	height:300px;
	background-color:rgba(52,172,72,0.8);
	border-radius:50%;
	-wekit-border-radius:50%;
	-moz-border-radius:50%;
	}


	.message_momo{
	position:absolute;
	right:120px;
	top:170px;
	z-index:99;
	}


	.message_momo img{
	width:100px;
	}

	.message_title{
	padding-top:110px;
	text-align:center;
	}


	.message_circle .message_title p{
	margin-left:10px;
	margin-right:10px;
	color:#ffffff;
	font-weight:bold;
	line-height:1.8em;
	font-size:16px;
	}

	.message_title span{
	font-size:150%;
	color:#ffffff;
	font-style:oblique;
	font-weight:bold;
	margin-right:10px;
	}



	.shop_circle{
	position:absolute;
	right:150px;
	top:40px;
	width:180px;
	height:180px;
	background-color:rgba(255,0,0,0.5);
	border-radius:50%;
	-wekit-border-radius:50%;
	-moz-border-radius:50%;
	}

	.shop_title{
	padding-top:60px;
	text-align:center;
	}

	.pt40{
	padding-top:40px;
	}

	.shop_title p{
	margin-left:10px;
	margin-right:10px;
	font-size:150%;
	color:#ffffff;
	}

	.shop_title .shop_title_2{
	margin-left:10px;
	margin-right:10px;
	font-size:150%;
	color:#ffffff;
	}


}




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

	#wrapper{
	margin-top:0px

	}

	.for-mobile {display:inline !important;}
	.for-pc {display:none !important;}

	.for-not-mobile {display:none !important;}
	.forpc {display:none !important;}

	#header_exp span {width:100%;text-indent:10px;}


	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	ul.bxslider{
	margin: 0px 0px;
	}
	
	#dl-menu .dl-trigger{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;

	background-color:#7abd4d;
	background: url('../img/menubg.jpg') repeat-x #f3f3de;

	border:1px solid #e4e4e4;
	}

	#dl-menu .dl-trigger a{
	font-size:90%;
	color:#ffffff;
	}

	#dl-menu .dl-trigger a:hover{
	color:orange;
	}

	#dl-menu .dl-trigger a span{
	margin-left:10px;
	color:#3f7a9a;
	color:#ffffff;
	font-size:10px;
	}


	#dl-menu .dl-trigger a.menu{
	margin-left:20px;
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	cursor: pointer;
	}

	#dl-menu ul li a span{
	margin-left:10px;
	color:orange;
	font-size:10px;
	}

	#dl-menu ul li a:hover{
	color:orange;
	}


	#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;
	}
	.formobile{
	display:inline;
	}

	h2.title span{
	display:none;
	}

	.h2title span{
	display:none;
	}

	.h2title span.add{
	display:inline;
	}

	.h2title h2{
	font-size:150%;
	/*margin:25px 10px 15px 65px;*/
	padding:25px 10px 20px 65px;
	}


	.message_circle{
	display:none !important;
	}


	.message_momo{
	margin-top:10px;
	float:left;
	}


	.shop_circle{

	}

	.shop_title{
	}


	.shop_title p{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	font-size:120%;
	color:#000000;
	}

	.shop_title .shop_title_2{
	margin-right:10px;
	float:left;
	font-size:120%;
	color:#d55a88;
	
	}

	.shop_title .close{
	margin-right:0px;
	}

	.message_momo{
	/*display:none !important;*/
	}

	.message_momo{
	position:absolute;
	right:10px;
	bottom:20px;
	z-index:99;
	}

	.shop_title{
	padding-left:5px;
	position:absolute;
	left:5%;
	bottom:20px;
	z-index:99;
	background-color:rgba(255,255,255,0.7);
	}



	.message_momo img{
	width:100px;
	}

	.bottom_ichiran_momo{
	margin-left:0px;
	margin-top:0px;
	float:left;
	text-align:center;
	}

	.bl{
		margin-top:45px;
	}

}


/* ノートパッド用 */
@media only screen and (max-width:760px){

	.info,#gnav{display:none;}
	.logo{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	text-align:center;
	}


}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

	body {
	font-size:14px;
	}

	.fnavi li.item{
	min-height:40px;
	}

	.fnavi ul.menu li{
	font-size:14px;
	font-weight:bold;
	padding:15px 4px 0px 4px;
	min-height:40px;
	}



	.oneclm{
	margin: 0px;
	}

	section.content article{
	padding:5px;
	margin-bottom:10px;
	border:0px solid #ebebeb;
	overflow:hidden;
	}


	.textbox_2{
		margin:10px 0px;
		clear:both;
		height:auto;
		background: none;
	}

	.textbox_2 {
		/*text-align:center;*/
	}

	.textbox_2 a{
		display:block;
	 color:#f87d67;
	}

	.textbox_2 a:hover{
	 color:#f8a090;
	}

	.textbox_2 a:hover img{
	opacity:0.6
	}


	.textbox_2 p{
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
	}

	img.textboxtitle{
		margin-top:20px;

	}

	img.textboximg{
	float:left;
	clear:left;
	margin:3px 10px 10px 0;
	}


	#header{
	height:95px;
	padding-bottom:20px;
	}

	/*#header h1,.logo,.info{text-align:center;}*/
	
	.logo{
	clear:both;
	width:100%;
	float:none;
	margin: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;}

    ul.bxslider{
	margin: 0px 0px;
	}

   .slogan{
	left:50px;
	}

	.cell_4_2{
	width:48%;
	margin-right:2%;
	float:left;
	margin-bottom:20px;
	}

	.cell_2_1{
	width:100%;
	margin-bottom:20px;
	}

	.cell_2_1r{
	width:100%;
	margin-bottom:20px;
	margin-right:0%;
	}




	.h2title span.add{
	display:none;
	}

	.message_momo img{
	width:80px;
	}

	#header_exp {
	color:#ffffff;
	}

	.bottom_ichiran{
	width:95%;
	margin-left:5px;
	}

	.fnavi{
	padding:0;

	}

	.fnavi .fnavi_c, .fnav_title{
	/*width:95%;
	margin-left:5px;*/
	}


	.fnavi .fnavi_c_2, .fnav_title_2{
	/*width:95%;
	margin-left:5px;*/
	}



	.ptop {

		bottom:40px;

	}


	#dl-menu ul li{
	word-break:keep-all;
	}


	#dl-menu .dl-trigger{
	font-size:90%;

	}
	#btm_menu {
		display:inline;
		width:100%;
		height:40px;
		position:fixed;
		bottom:0px;
		right:0px;
		z-index:99;
		background-color:#3f8583;
	}


	#contact {
		display:none;
	}


	#btm_menu .btmmenu{
		width:20%;
		float:left;
		background-color:#3f8583;
		text-align:center;
		height:40px;
		border-left:1px solid #ffffff;
	}





	.bmtclr{
	height:40px;

	}


}


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

	#header{
	height:auto;
	padding-bottom:0px;
	}


	#header img{
	width:85%;
	}

	.logo{
	padding-top:15px;
	margin-bottom:0px;
	text-align:center;
	}

	.breadcrumb {
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;

	}


	img.textboximg{
	width:250px;
	}

	img.bannerimg{
	width:100px;
	}

	.fnavi .opener{
	/*color: #545b8d;*/
	/*border-left: 8px solid #545b8d;*/
	border-bottom: 1px dotted #545b8d;
	}


	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2{font-size:110%;}
	#mainBanner p{display:none;}

	header nav li {padding:0 0.5em;}

	.slogan{
	left:20px;
	}

	table.tablestyle1 th{
		width:25%;
	}
	img.cnt{
	width:100%;
	height:auto;
	}
	section.content img{
	max-width:100%;
	height:auto;
	}
	.bl {
	margin:0;
	}
	#dl-menu .dl-trigger {
	border:none;
	}

	#dl-menu .dl-trigger a.menu{
	width:60px;
	height:30px;
	line-height:20px;
	position:fixed;
	top:2px;
	right:2px;
	z-index:99999;
	font-size: 11px;
	font-size:90%;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	display: inline-block;
	margin: 2px 2px 2px 2px;
	padding: 3px;
	text-decoration: none;
	border: 2px solid #69b82d;
	border-radius: 0.2em;
	background-color: #69b82d;
	cursor: pointer;
	}

	#dl-menu .dl-trigger a.menu span{
	display:none;
	}

	#dl-menu{
	position:fixed;
	top:8px;

	}

	ul.dl-menu{
	position:fixed;
	top:75px;

	}

	ul.dl-menu a{
	/*font-size: 15px;*/
	font-size:90%;
	}

	ul.dl-menu a span{

	}


	.dl-menuwrapper {
	position:fixed;
	top:0px;
	right:0px;
	}


	input[type="text"]  {
		font-size:100%; 
		/*padding:2px;*/
		width:100%; 
		max-width:100%; 
	}

	.ptop {
		position:fixed;
		bottom:40px;
		right:4px;
		z-index:99;
		text-align:right;

	}

	.banner1{
	width:50%;
	font-size:90%;
	}


}


.top_kouen{
	margin:10px;
	border:1px solid #7abd4d;
}

.top_kouen img{
	width:45%;
}

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

	.top_kouen img{
		width:95%;
	}





}


#sub_1 #sidebar li.sub_1 a{color:orange;}
#sub_2 #sidebar li.sub_2 a{color:orange;}
#sub_3 #sidebar li.sub_3 a{color:orange;}
#sub_4 #sidebar li.sub_4 a{color:orange;}
#sub_5 #sidebar li.sub_5 a{color:orange;}
#sub_6 #sidebar li.sub_6 a{color:orange;}
#sub_7 #sidebar h3.sub_7 a{color:orange;}
#sub_8 #sidebar h3.sub_8 a{color:orange;}
#sub_9 #sidebar h3.sub_9 a{color:orange;}
#sub_10 #sidebar li.sub_10 a{color:orange;}
#sub_11 #sidebar li.sub_11 a{color:orange;}
#sub_12 #sidebar li.sub_12 a{color:orange;}

.center{
	text-align: center;
}

.b_detail{
	/*border-radius: 8px;*/
	/*border: 1px solid #31343d;*/
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin:15px 5px 10px 5px;
}

.b_detail ul{
	border-bottom: 1px solid #cdcdcd;
}

.b_detail ul.last{
	border-bottom: 0px solid #cdcdcd;
}

.b_detail li{
	padding:5px;
}

.b_detail li.t_contents{
	border-left: 1px solid #cdcdcd;

}


.b_detail .table{
	width:100%
	display:table;
}

.b_detail .t_title{
	width:120px;
	text-align:right;
	display:table-cell;
	background: #e3f9d5;
	font-weight:bold;
	vertical-align:middle;
}

.b_detail .t_title_2{
	width:200px;
	text-align:right;
	display:table-cell;
	background: #e3f9d5;
	font-weight:bold;
	vertical-align:middle;
}


.b_detail .t_contents{
	display:table-cell;

}

#privacy dt{
	margin-left: 10px;
	margin-top: 20px;
	border-bottom: 1px dotted #cccccc;
	margin-right: 20px;

	color:#4f1a03;
}

#privacy dd{
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;

}




