@charset "UTF-8";
/*739px以下*/

#error{
	display:none;
}
/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	text-align:center;
	font-size:62.5%;
	line-height:100%;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:320px;
	margin:0 auto;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:1.6em;
	line-height:1.8;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	font-weight:inherit;
}
span{
	font-weight:inherit;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*iframeスクロール中は固定*/
.map{
	cursor:pointer;
}
.map iframe{
	pointer-events: none;
}
.map.on iframe{
	pointer-events: auto;
}
/*標準のリンク*/
a{
	color: #004D99;
	text-decoration: none;
	outline:none;
	font-weight:inherit;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*画像のhoverは透過*/
a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
/*表示の切り替え*/
.pc{
	display:none;
}
/*-------------------------フッター固定（なし）*/
#wrapper {
	position:relative;
}
footer {
	position:relative;
}
.frame{
	margin:0 auto;
	text-align:left;
}


/*header
-----------------------------------------------------------------------------------------*/
header{
	border-top:3px solid #EDECE7;
	text-align:left;
	position:relative;
}
/*-------------------------panel*/
header #panel{
	display:none;
	width:100%;
	position:absolute;
	top:57px;
	left:0;
}
header #panel div{
	padding:8px;
}
/*検索枠*/
header #searchform{
	width:100%;
	height:30px;
	background:#FFF;
	padding-right:40px;
	position:relative;
}
header #searchform input[type="text"]{
	width:100%;
	height:30px;
	border:none;
	background:none;
	font-size:16px;
	line-height:30px;
	color:#000;
	text-indent:10px;
}
header #searchform input[type="submit"]{
	width:40px;
	height:30px;
	border:none;
	background:url(images/header_search_btn.png) center center no-repeat ;
	background-size:25px;
	position:absolute;
	top:0;
	right:0;
}
header #searchform input[type="submit"]:hover{
	background-color:#CCEFDB;
}
/*fontsize*/
header .fontsize{
	display:none;
}


/*-------------------------グローバルメニュー*/
/*パネルボタン*/
header #panelbtn{
	display:none;
}
/*ナビ*/
header nav{
}
header nav a{
	display:block;
}
header nav h1{
	margin-right:60px;
}
header nav h1 a{
	padding:1px 10px;
}
header nav h1 img{
	width:220px;
	height:55px;
}
/*-------------------------メニューボタン*/
#nav_open{
	width:60px;
	height:60px;
	text-indent:-9999em;
	position:absolute;
	top:-3px;
	right:0;
	z-index:1000;
}
#nav_open span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#nav_open span{
	position: absolute;
	left: 16px;
	width: 28px;
	height: 2px;
	background: #00B14B;
}
#nav_open span:nth-of-type(1){
	top: 22px;
}
#nav_open span:nth-of-type(2){
	top: 30px;
}
#nav_open span:nth-of-type(3){
	top: 38px;
}
/*開いた時*/
#nav_open.open span:nth-of-type(1){
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#nav_open.open span:nth-of-type(2){
	opacity: 0;
}
#nav_open.open span:nth-of-type(3){
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/*-------------------------グローバルメニュー*/
header nav ul{
	display:none;
	border-top:45px solid #E0DDDB;
}
header nav li{
	letter-spacing:1px;
	width:50%;
	float:left;
	text-align:center;
	border-top:1px solid #E0DDDB;
}
header nav li:nth-child(even){
	border-left:1px solid #E0DDDB;
}
header nav li a{
	font-size:16px;
	line-height:50px;
	padding:0px 15px;
	color:#66574B;
}
header nav li a:hover,
header nav li a.current{
	background:#EDECE7;
}

/*contents
-----------------------------------------------------------------------------------------*/
#contents{
}
#contents .accordion{
	display:none;
}

/*ぱんくず
-----------------------------------------------------------------------------------------*/
#path{
	text-align:left;
	margin:0 auto;
	border-top:1px solid #00B14B;
	z-index:-1;
}
#path p{
	font-size:1em;
	letter-spacing:1px;
	color:#666666;
	padding:5px 10px;
}
#path p a:hover{
	text-decoration:underline;
}
#path p strong{
	font-weight:normal;
}

/*ページャー
-----------------------------------------------------------------------------------------*/
article .bg .pager{
	background:none;
	padding:0;
}
.pager{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}
.pager p{
	font-size:1.2em;
}
.pager ul{
	position:relative;
	left:50%;
	float:left;
}
.pager li{
	position:relative;
	left:-50%;
	float:left;
	margin:2px;
}
.pager a.page-numbers,
.pager .current{
	background:#FFFFFF;
	display:block;
	width:2.5em;
	height:2.5em;
	line-height:2.5em;
	color:#00B14B;
	text-decoration:none;
}
.pager a:hover,
.pager .current{
	background:#00B14B;
	color:#FFF;
}

/*search
-----------------------------------------------------------------------------------------*/
#search .frame p{
	padding:5px 0 5px 1.5em;
	background:url(images/ya.png) 0 0.65em no-repeat;
	background-size:1em;
	border-bottom:1px solid #CCC;
}
#search a{
	text-decoration:none;
}
#search a:hover{
	text-decoration:underline;
}
/*-------------------------該当なし*/
#search p.none{
	padding-left:0;
	background:none;
	border:none;
}
#search form{
	width:100%;
	height:32px;
	background:#FFF;
	padding-right:40px;
	position:relative;
	border:1px solid #CCC;
}
#search form input[type="text"]{
	width:100%;
	height:30px;
	border:none;
	background:none;
	font-size:16px;
	line-height:30px;
	color:#000;
	text-indent:10px;
}
#search form input[type="submit"]{
	width:40px;
	height:30px;
	border:none;
	background:url(images/header_search_btn.png) center center no-repeat ;
	background-size:25px;
	position:absolute;
	top:0;
	right:0;
}
#search form input[type="submit"]:hover{
	background-color:#CCEFDB;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer{
	color:#66574B;
	background:#F0F0EC;
	letter-spacing:1px;
	padding-top:50px;
}
/*-------------------------上へ*/
#toPageTop {
	position:absolute;
	top: 0;
	right: 0;
	width:100%;
	height:50px;
	overflow:hidden;
	background:#009428;
	text-align:center;
}
#toPageTop img{
	width:50px;
	height:50px;
}
* html #toPageTop {position:absolute;}
/*-------------------------フッターナビ*/
footer nav{
	background:#00B14B;
	position:relative;
	overflow:hidden;
}
footer nav ul{
	padding:0 10px;
}
footer nav li{
	float:left;
	width:50%;
	padding:10px 0;
}
footer nav li:nth-child(n + 3){
	border-top:1px solid #FFF;
}
footer nav li a{
	display:block;
	color:#FFF;
	font-size:14px;
	line-height:40px;
}
footer nav li:nth-child(even) a{
	border-left:1px solid #FFF;
}
footer nav li a:hover{
	background:#000;
	background:rgba(0,0,0,0.5);
}
/*-------------------------data*/
footer div.data{
	padding:20px 0;
}
footer div.data span{
	display:block;
}
footer div.data p.name{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
footer div.data p.tel{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	color:#00B14B;
	margin:5px 0;
}
footer div.data p.tel a{
	color:#00B14B;
	text-decoration:underline;
}
footer div.data p.tel span:nth-child(2){
	display:none;
}
footer div.data p.tel span:nth-child(3){
	font-size:14px;
	line-height:22px;
}
footer div.data p.open{
	font-size:16px;
	line-height:28px;
	margin:10px 0;
}

footer div.data p.adr{
	font-size:14px;
}

footer div.data ul{
	width:200px;
	margin:0 auto;
}
footer div.data li{
	margin-top:10px;
}
/*-------------------------バナー*/
footer p.banner{
}
/*-------------------------コピーライト*/
footer small{
	display:block;
	font-family:arial;
	font-size:10px;
	line-height:16px;
	padding:15px;
}
footer small a{
	color:#84786F;
	display:block;
}
footer small a:hover{
	text-decoration:underline;
}
