@charset "utf-8";

/* --------------------------------------------------------------------
	トップ共通の設定
---------------------------------------------------------------------*/

/* parts
----------------------------------------------------*/
.border_natural{
	border-bottom:1px solid #A37D7E;
	border-image:url(../../images/common/border_natural.jpg) 1 round;
	border-width:0pt 0pt 1pt  0pt;
	}

.ie9 .border_natural{
	border-bottom:0px;
	}

.midahiS{
	background:url(../../images/common/list_maruBrown.jpg) no-repeat left center;
	padding-left:1.2em;
	font-weight:bold;
	}

.ar_greenS{
	background:url(../../images/common/ar_greenS.png) no-repeat left center;
	padding-left:1.4em;
	}


/*kakomi-----*/

.kakomi_natural{
	background:#F6F1DC;
	padding:10px;
	margin:10px auto;
	/*border:1px #C2B88A solid;-*/
	font-weight:bold;
	}


/* wrapper
----------------------------------------------------*/

#wrapper {
	position:relative;
}


/* header
----------------------------------------------------*/

#header {
	background:url(../../images/common/bg_naturalWood2.jpg);
	height:150px;
	text-align:center;
	width:100%;
	padding-top:30px;
}

/* Gnavi
----------------------------------------------------*/
#Gnavi {
	background:url(../../images/common/bg_naturalWood.jpg) repeat;
	height:48px;
	padding-top:28px;
	width:100%;
}


#Gnavi a {
	color:#5f3222;
	font-size:14px;
	text-decoration: none;
	font-weight:bold !important;
}


#Gnavi a:hover {
	color:#5f3222;
	opacity: 0.7;
	font-size:14px;
	text-decoration: none;
	font-weight:bold !important;
}

#Gnavi  ul{
	width:1000px;
	text-align:center;
	margin:0 auto;
}

#Gnavi  ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.win #Gnavi  li{
	list-style: none;
	margin: 0;
	padding: 0;
}


#Gnavi  li.naviL{
	float:left;
	padding:0 25px;
}

.win #Gnavi  li.naviL{
	float:left;
	padding:0 20px;
}


/* map
----------------------------------------------------*/

.googlemap{
	width:525px;
	float:left;
	}
	
.address{
width:430px;
float:right;
}

.address dl{
width:440px;
clear:both;
margin:0 0 27px 0;
}

.address dl dt{
width:85px;
float:left;
}


.address dl dd{
width:335px;
margin-left:85px;
}


/* common
----------------------------------------------------*/

.midashiWrap{
	text-align:center;
}


.midashiWrap h2{
	border:1px solid #000;
	font-size:16px;
	font-weight:bold;
	padding:7px 50px 7px 50px;
	color:#573026;
	margin:0 auto;
	display:inline;
	}
	

.ctsSize{
	width:1000px;
	padding:47px 0;
	margin:0 auto;
	clear:both;
	}
	
.ie9 .ctsSize{
	width:1000px;
	padding:0 0 47px 0;
	margin:0 auto;
	clear:both;
	}


/* opendata yoyaku
----------------------------------------------------*/

.opendata{
width: 540px;
float:left;
}

.opendata table{
width: 540px;
border-collapse: collapse;
}
.opendata table th{
padding: 10px  10px;
text-align: center;
vertical-align: middle;
color: #fff;
background:url(../../images/common/bg_naturalWood2.jpg);
border: 1px solid #dadada;
	font-weight:bold;
}
.opendata table td{
padding: 10px  10px;
text-align: center;
vertical-align: middle;
background-color: #fff;
border: 1px solid #dadada;
}

.opendata td.opentime{
	background:url(../../images/common/bg_naturalWood.jpg);
	font-weight:bold;
}

.openInfo{
	margin-top:20px;
}

.footYoyaku{
width: 388px;
float:right;
}

.footYoyaku .call_foot{
	margin:22px 0 33px 0;
}


/* footer
----------------------------------------------------*/
#footer {
	background:url(../../images/common/bg_naturalWood2.jpg);
	height:90px;
	padding:35px 0;
	text-align:center;
	color:#fff;
	width:100%;
	/*min-width:100%;*/
}

#footer a {
	color:#fff;
	text-decoration:none;
}


#footer a:link,#footer a:visited{
	color:#fff;
	text-decoration:none;
}


#footer .copyR{
	font-size:10px;
	margin-top:20px;
	}



/* ページトップに戻る
----------------------------------------------------*/
.page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index:1000;
}