﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	background: #fff;
	
	
}




.contents img:hover {
	opacity: 0.5 ;transition: 0.6s ;
}

.kanko img:hover {
	opacity: 0.5 ;transition: 0.6s ;
}

.kanko{margin-top:-170px;margin-bottom:170px;text-align:center;
position:relative; z-index:900000000;}

.clear  { clear:both; }

a:link { text-decoration:underline; color: #000;}
a:visited { text-decoration:underline; color: #000;}
a:active { text-decoration:underline; color: #37bef0;}
a:hover { text-decoration:underline; color: #37bef0;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;

}
small {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	display: block;
}

#container {
	width: 100%;
}

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}


/* PagiNation
--------------------------- */
.pagiNation {
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
	background: transparent url(../img/pattern.png) repeat top left; 
}




/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 1100000;
}

.contents {
	padding: 30px 50px 50px 50px;
	min-height: 300px;
	margin:0 auto;
	 width: 1100px;
}
.contents p {
	padding-bottom: 3em;
	line-height: 180%;
}

/* =======================================
	ClearFixElements
======================================= */


.logo{margin:0px;
padding-top:10%;
width:100%;
  position: fixed;
z-index: 1000000;}



.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}


img.lazy{margin-bottom:100px;
width: 1100;
  height: 503;
}

#menu{margin:0 auto;width:1100px;}

.menu_pic{margin-bottom:-65px;position: relative;
	z-index: 1100000;}
.menu_pic2{margin-top:120px;margin-bottom:-185px;position: relative;
	z-index: 1100000;}	
	
	
  #map_canvas {
  width: 100%;
  height: 500px;
  z-index: 1; }	
  
.copy {margin:0 auto; text-align:right;width:1100px;}

#nav2{position:absolute;top:10;left:0;}
#nav3{position:fixed;}
ul li.b1 a { background: #FF9933; }
ul li.b2 a { background: #00CCFF; }
ul li.b3 a { background: #33CC66; }
ul li.b4 a { background: #FF84D7; }
ul#nav2 li {
    margin-bottom: 10px;
}
ul#nav2 li a {
    font-weight: bold;
    display: block;
    margin-left: -200px;
    width: 300px;
    padding: 5px 20px 5px 0;
    color: #fff;
    text-align: right;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
ul#nav2 li a:hover {
    margin-left: 0px;
}