@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/header_bg.png) repeat-x #EAFAFF;
}

.wrapper {
	clear:both;
	width:1000px;
	margin:0 auto;
}

.none {
	display:none;
}
.drawer-hamburger,
.drawer-nav {
	display:none !important;
}

/* ------------------
header
------------------ */
#header {
	position:relative;
	z-index:1;
}
#header .wrapper {
	position:relative;
	height:96px;
}
#header h1 {
	margin:27px 0 0 14px;
	float:left;
}
#header p.read {
	margin:33px 0 0 26px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	float:left;
}

#header img.ecochan {
	position:absolute;
	right:4px;
	top:4px;
}
/* ------------------
map header
------------------ */
body#map #header {
	background:url(../images/cloud.png) no-repeat;
	background-position:674px 16px;
	position:relative;
	z-index:1;
}
body#map #header .wrapper {
	position:relative;
	height:173px;
}
body#map #header .wrapper img.visual {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
}
body#map #header h1 {
	margin:27px 0 0 14px;
	float:none;
}
body#map #header p.read {
	font-size:14px;
	line-height:18px;
	margin:3px 0 0 59px;
	font-weight:bold;
	float:none;
}

/* ------------------
menu
------------------ */
#menu {
	background:url(../images/menu_bg.png) repeat-x;
	height:67px;
	position:relative;
	z-index:500;
	box-shadow:0px 5px 5px #333333;
}
#menu ul {
	margin:4px 0 0 11px;
	float:left;
}
#menu ul img {
	float:left;
}
#menu li {
	float:left;
	width:120px;
	font-size:18px;
	line-height:22px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
#menu li.karabox {
	width:2px !important;
	height:58px;
	background:url(../images/kugiri.gif);
}
#menu li:before {
	content:'';
	width:2px;
	height:58px;
	background:url(../images/kugiri.gif);
	float:left;
}

#menu li.line2 {
}
#menu li a {
	display:block;
	color:#FFFFFF;
	height:45px;
	padding:18px 0 0 0;
	text-decoration:none;
	text-shadow:1px 1px 1px #003366;
}
#menu li.line2 a {
	height:55px;
	padding:8px 0 0 0;
}
#menu li a:hover {
	background:url(../images/menu_active_bg.png) repeat-x;
	text-shadow:-1px -1px 1px #003366;
}
#menu li.active a {
	background:url(../images/menu_active.png) no-repeat;
	text-shadow:-1px -1px 1px #003366;
	color:#FC3;
}

/* ------------------
maincontent
------------------ */
#maincontent {
}

#maincontent p.chuui {
	font-size:12px;
	float:left;
	margin:5px 0 0 0;
}
#maincontent p.tani {
	font-size:12px;
	float:right;
	margin:5px 0 0 0;
}



/* ------------------
banner
------------------ */
#banner {
	clear:both;
	min-height:125px;
	background:url(../images/banner_bg.png) repeat-x #067496;
	border-bottom:8px solid #21355F;
}
#banner ul {
	margin:0px -23px 0 -1px;
}
#banner li {
	float:left;
	margin-right:23px;
	margin-top:10px;
	
}
#banner li img:hover {
	opacity:0.9;
}
#banner p {
	text-align:center;
	font-size:12px;
	margin-top:8px;
	color:#FFFFFF;
	margin-bottom:4px;
}
/* ------------------
footer
------------------ */
.back {
	background:url(../images/header_bg.png) repeat-x #EAFAFF;
}
#footer {
	clear:both;
	padding:20px 0px;
	width:1000px;
	margin:0 auto;
}
#footer p.address {
	float:left;
	font-size:14px;
	line-height:19px;
	color:#000;
}
#footer p.copyright {
	float:right;
	font-size:13px;
	line-height:19px;
	color:#000;
}
#footer p strong {
	font-size:15px;
	font-weight:bold;
}

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


body {
	background:url(../images/header_bg.png) repeat-x #EAFAFF;
	width:100%;
}

.wrapper {
	clear:both;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}


.drawer-hamburger,
.drawer-nav {
	display:block !important;
}



/* ------------------
header
------------------ */
#header {
	position:relative;
	z-index:1;
}
#header .wrapper {
	position:relative;
	height:auto;
	padding-top:1px;
}
#header h1 {
	margin:15px 10px 20px;
	float:none;
}
#header h1 img {
	width:75%;
	height:auto;
}
#header p.read {
	margin:0px 10px 10px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	float:none;
}
#header p.read br {
	display:none;
}

#header img.ecochan {
	position:absolute;
	right:40px;
	top:0px;
	max-width:60px;
	width:12.5%;
	height:auto;
	margin:0;
	padding:0;
}

/*====================
menu
====================*/
#menu {
	display:none;
}

/* ------------------
content
------------------ */
#content {
	min-height:80vh;
}

#maincontent p.chuui {
	font-size:12px;
	float:left;
	margin:5px 0 0 0;
}
#maincontent p.tani {
	font-size:12px;
	float:right;
	margin:5px 0 0 0;
}



/* ------------------
banner
------------------ */
#banner {
	clear:both;
	min-height:125px;
	background:url(../images/banner_bg.png) repeat-x #067496;
	border-bottom:8px solid #21355F;
}
#banner ul {
	margin:0px 0px 0 0px;
	box-sizing:border-box;
	padding:0 3%;
}
#banner li {
	float:left;
	margin:10px 3% 0;
	text-align:center;
	width:44%;
}
#banner li img {
	width:100%;
	max-width:233px;
	height:auto;
}
#banner p {
	text-align:center;
	font-size:11px;
	line-height:1.4em;
	margin:8px 15px 4px;
	color:#FFFFFF;
}
/* ------------------
footer
------------------ */
.back {
	background:url(../images/header_bg.png) repeat-x #EAFAFF;
}
#footer {
	clear:both;
	padding:10px 10px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
#footer p.address {
	float:none;
	font-size:12px;
	line-height:17px;
	color:#000;
}
#footer p.copyright {
	float:none;
	font-size:11px;
	line-height:15px;
	color:#000;
	text-align:center;
	margin:5px auto 0;
}
#footer p strong {
	font-size:13px;
	font-weight:bold;
}


/*====================
drawer-menu
====================*/
.drawer-nav {
}

ul.drawer-menu {
	margin:15px;
	padding:0 0px;
}

ul.drawer-menu li {
	float:none;
	font-size:14px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	margin-right:6px;
	text-shadow: 1px 1px 1px #003366;
}
ul.drawer-menu li.top {
	background:url(../images/icon-home.png) no-repeat 10px 7px;
}
ul.drawer-menu li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	height:30px;
	padding-left:0px;
	font-weight:bold;
	border-top:1px #496499 solid;
}
ul.drawer-menu li a.current {
	color:#FC3;
}

ul.drawer-menu li ul li a {
	background:none !important;
	font-weight:normal;
	margin-left:34px;
	padding-left:0px;
	border-top:1px #496499 solid;
}
ul.drawer-menu > li:last-child a {
	border-top:1px #496499 solid;
}


/*====================
 dropmenu
====================*/


.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
}
.dropmenu li a{
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
	font-weight:normal !important;
  border:none;
  white-space:nowrap;
  font-size:14px;
  margin-left:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
  overflow: hidden;
  height: 0;
  transition: .2s;
  background:none !important;
	border:none;
}
.dropmenu li ul li a{
  text-align: left;
  min-width:118px;
  font-size:14px;
  line-height:25px;
  background-image:none !important;
  padding-left:8px !important;
  height:25px !important;
  padding-top:2px;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	background-color:rgba(255,255,255,0.90) !important;
	border:none !important;
}
.dropmenu li ul li a:hover {
	background:#9467B7 !important; 
	border:none;
}

.dropmenu li:hover ul li{
  overflow: visible;
  height: 27px;
	border:none;
}


}