@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:#f3f3e8;
-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{
margin:17px auto;/****17px*****/
padding:0;
width:100%;
position:relative;
line-height:0;
}

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

#topBanner 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{
max-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;
}



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

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

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 35px;
line-height:36px;
color:#005331;
/*text-shadow: 1px 1px 1px #ffffff;*/
background: url('../img/h3_header_bg.png') left center no-repeat #f3f3de;
-webkit-background-size:80px auto;
background-size:80px auto;
}

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

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


h2.title{
font-size:120%;
margin-top:5px;
font-weight:bold;
padding:0 10px 0 40px;
line-height:36px;

color:#fff100;
/*text-shadow: 1px 1px 1px #888;*/
background: url('../img/h3_title_bg.png') left center no-repeat #005331;
-webkit-background-size:80px auto;
background-size:80px auto;
}

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

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


h2.subtitle_tel{
font-size:120%;
margin-top:5px;
font-weight:bold;
padding:8px 10px 8px 36px;
line-height:1.3em;
color:#023a51;
color:#ffffff;
background-color:#5f9ea0;

/*text-shadow: 1px 1px 1px #888;*/
background: url('../img/tel_bg.png') left center no-repeat #2e8b57;
-webkit-background-size:80px auto;
background-size:80px auto;
}


h2.subtitle_mail{
font-size:120%;
margin-top:5px;
font-weight:bold;
padding:8px 10px 8px 36px;
line-height:1.3em;
color:#023a51;
color:#ffffff;
background-color:#5f9ea0;

/*text-shadow: 1px 1px 1px #888;*/
background: url('../img/mail_bg.png') left center no-repeat #2e8b57;
-webkit-background-size:80px auto;
background-size:80px auto;
}

h2.subtitle_line{
font-size:120%;
margin-top:5px;
font-weight:bold;
padding:8px 10px 8px 36px;
line-height:1.3em;
color:#023a51;
color:#ffffff;
background-color:#5f9ea0;

/*text-shadow: 1px 1px 1px #888;*/
background: url('../img/line_bg.png') left center no-repeat #2e8b57;
-webkit-background-size:80px auto;
background-size:80px auto;
}

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


/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#a6c752;
}

* 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 .logo a{
color:#fff100;
}

#footer .logo a:hover{
color:#ffffff;
}


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

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

#footer a{color:#005331;}
#footer a:hover{color:#ffffff;}



address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#ffffff;
background:#005331;
}

address a{
color:#ffffff;
}

address a:hover{
color:#ffffff;
}


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

}

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


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 10px 10px 10px;
	padding:10px;
	border-radius: 5px;
	border:1px solid #adadad;
}



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

.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;
}
/* 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;

	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 .inner{
	width:932px;
	padding:0 14px;
	}

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

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

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:40px;
	padding-top:12px;
	color:#ffffff;
	border-left:1px solid #ffffff;
	/*text-shadow: 1px 1px 1px #ffffff; */

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

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

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

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

	a#menu{display:none;}

	nav#mainNav li a:hover{
	color:#ffffff;
	padding-top:12px;
/***********/
	background:#a6c752;

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




@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{
	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 ul li a {
	color:#005331;
	font-weight:bold;
	}

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


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

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

	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:#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%;
	}
	
	#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;
	}
	#gnav{display:none;}

}


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

/*↓追加20250127*/
.content {
font-size:11pt;
}

#side {
font-size:11pt;
}

.info .tel a{
font-size:13pt;
}

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

.breadcrumb{
font-size:10pt;
}

.panel{
font-size:11pt;

}
/*↑追加20250127*/

.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 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{
	border-top:1px solid #e4e4e4;
	border-bottom:0px solid #e4e4e4;
	}


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

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

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

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

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


#btm_menu{
display:none;
}


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

	.ptop {
		position:fixed;
		bottom:50px;


	}

	#btm_menu {
		display:inline;
		width:100%;
		height:48px;
		position:fixed;
		bottom:0px;
		right:0px;
		z-index:99;
		/*background-color:#023a51;*/
	background-color: rgba( 0, 83, 49, 0.75 );/*#023a51*/
	}



	#btm_menu .btmmenu{
		width:50%;
		float:left;
		/*background-color:#023a51;*/
		text-align:center;
		height:48px;
		border-left:1px solid #ffffff;
	}

	#btm_menu .btmmenu img{
		margin-top:4px;
	}


}


nav.breadcrumbs{
	margin:0 10px;
	padding: 4px;
	border-bottom: 1px solid #e0e0e0;
	line-height: 110%;
}

nav.breadcrumbs li{
	font-size: 12px;
	list-style:none;
	display: inline-block;
}

.breadcrumbs li::after{
	content: '>';
	display: inline-block;
	padding: 0 5px; /*左右に余白*/
}

.breadcrumbs li:last-child::after{
	display: none;
}


.faqset{
	margin-bottom:10px;
}
.faq_question{
	font-size:15px;
	color:orange;
	border-bottom:dotted 1px orange;
}
.faq_answer{
	
}

