@charset "utf-8";

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

header{
	width:100%;
	background:#fff;
	z-index:200;
}

.head {
    width: 1000px;
    margin: 30px auto 0px;
	padding-bottom:20px;
}

.head:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .head { zoom:1; }
*:first-child+html .head { zoom:1; }

.head a:hover{	opacity: 0.6;}

.flap{
	float:left;
	width:400px;}

.head h1 {
	font-size:80%;
}

.head h2 {	margin-top: 20px;
}

.topinfo {
    width: 600px;
    float: right;
	text-align:right;
}

.topinfo ul{	margin-top:10px;}

.topinfo li{
	float:right;
}

.topinfo .mail a{
	background:url(../img/icon-mail.png) no-repeat 5% center #926807;
	padding:10px 20px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:90%;
	line-height:1em;
	margin-left:30px;
	width:230px;
	display:block;
}

/*--------------------------------------------
 
      Global navi
 
---------------------------------------------*/

.drawer-container{	display:none;}

nav {
    width: 100%;
    z-index: 1000000;
    background: #fff;
    padding-bottom: 30px;
	border-top:5px solid #F2F2F2;
}

nav ul {
    width: 1000px;
    margin: 0px auto;
	color:#fff;
}

nav ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html nav ul { zoom:1; }
*:first-child+html nav ul { zoom:1; }

nav ul li {
    list-style: none;
    float: left;
	text-align:center;
	width:19%;
	margin-right:1.25%;
}

nav ul li:last-child{
	margin-right:0;}


/*--------------------------------------------

      ドロップダウンメニュー

---------------------------------------------*/

nav li .dis{
	position:relative;
}

nav li a {
display:block;
margin:0px;
padding: 0px 0;
cursor:pointer;
}

nav .submenu {
visibility:hidden;
position:absolute;
top:0;
width:100%;
z-index:20;
padding:0px;
}

nav li .submenu p {
	display:block;
}

nav li .submenu a {
margin:0 auto;
width:80%;
display:block;
text-align:center;
padding:8px 3%;
color:#fff;
background-color: rgba(72,147,149,0.8);
text-decoration:none;
border-bottom:1px #fff solid;
}

nav li .submenu a:hover {
color:#fff;
text-decoration:none;
background-color: rgba(72,147,149,1);
}

nav li .submenu a.last {border:none;}


.both{

	overflow:hidden;
}

/*--------------------------------------------
 
      コンテンツフレーム
 
---------------------------------------------*/

#cont{
	width:1000px;
	margin:0px auto 50px;
}

#cont:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #cont { zoom:1; }
*:first-child+html #cont { zoom:1; }

#un-cont{
	width:1000px;
	margin:220px auto 50px;
}

#un-cont:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #un-cont { zoom:1; }
*:first-child+html #un-cont { zoom:1; }

#maincont{
	width:72%;
	float:left;
}

#side{
	width:25%;
	float:right;
}

#side .info{
	background:#f4f4f4;
	padding:20px;
	margin-bottom:20px;
}

.accessmap{
	width:100%;
	text-align:center;
	background:#67A5A7;
	color:#fff;
	padding:10px 0;
	position: relative;
}

.accessmap:before{
	content: "";
	position: absolute;
	bottom: -23px;
	right: 46%;
	border: 12px solid transparent;
	border-top: 12px solid #67A5A7;
}

.maparea{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:18px;
}

.maparea img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

/*--------------------------------------------
 
      パンくず
 
---------------------------------------------*/

.pan{	margin:0 0 30px;}

/*--------------------------------------------
 
      footer
 
---------------------------------------------*/

#foot-info{
	width:100%;
	background:#F2F2F2;
	padding:20px 0;
}

.fp-area{
	width:1000px;
	margin:0px auto;
}

.fp-area:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .fp-area:after { zoom:1; }
*:first-child+html .fp-area:after { zoom:1; }

.fp-area li{
	float:left;
}

.fp-area li.mrb{
	margin-right:32px;
}

.f-link{
	text-align:center;
	padding:30px 0;
}

.copyright{
	text-align:center;
	padding:30px 0;
	background:#242423;
	color:#fff;
}