@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
/*ここから*/
html{
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	position: relative;
	background-color: #fff;
    -webkit-transition: -webkit-transform .3s ease-in-out;
	tline-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #333;ransition: transform .3s ease-in-out;
	
}
/*ラッパー*/
#wrapper {
	overflow: hidden;
	/*z-index: 0;*/
}
/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:link { }
a:visited { }
a:hover { }
a:active { }
/*------------------------------------------------------------
	表示・非表示メニュー
------------------------------------------------------------*/

#navk {
	position: absolute;
	left: -260px;
	top: 0;
	width: 260px;
	/*z-index: 100;*/
	background-color:rgba(51,51,51,1);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#navk a {
	display: block;
	color: #fff;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	padding: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
#navk a:hover {
	opacity: 0.6;
}
#navk div{
	background-color:rgba(153,153,153,1);
}
#navk div p{
	color:rgba(255,255,255,1);
	text-align:center;
	padding:5px;
}
#hmapstyle ul li input{
	width:100%;
	height:40px;
	text-align:left;
	background-color:rgba(153,255,153,1);
	border-color:rgba(0,255,0,1);
}
#navkli{
	background-color:rgba(130,181,0,1);
	border:groove;
	border-color:rgba(102,255,0,1);
	height:44px;
}
#navkli span{
	display: block;
	color: #000;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	padding: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 5px;
	border-bottom: 3px solid #374c00;
	width: 100%;
	height: 44px;
	display: table;
	line-height: 0;
	/*background-color:rgba(153,255,255,1);*/
}
.menu_btn {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	/*background-color:rgba(102,102,102,1);*/
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#8fc700), to(#7cad00));
	background: -webkit-linear-gradient(top, #8fc700 0%, #7cad00 100%);
	background: linear-gradient(top, #8fc700 0%, #7cad00 100%);
	text-align: center;
	/*line-height: 20px;*/
	text-shadow: 0 1px 2px rgba(250,0,0,0.8);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.logo {
	display: table-cell;
	vertical-align: middle;
	font-size:larger;
	text-align: center;
	color:rgba(0,0,0,1)
	text-shadow: 0 1px 2px rgba(0,0,0,1);
	height: 44px;
}
#jibun{
	/*display:table-row;*/
	font-size:12px;
	vertical-align:bottom;
	margin-right:0;
}

/*お知らせ*/
#infotx{
	width:100%;
	font-size:small;
	margin:3px;
	padding:3px;
    color:rgba(0,0,0,1);
    text-align : left;
}

/*ナビゲーション*/
#map_canvas {
	position:absolute;
	height:80%;
    width:100%;
    color : black;
	/*position: absolute;*/
	
}
/*アニメーション*/
@-moz-keyframes pulsate {
		from {
			-moz-transform: scale(0.25);
			opacity: 1.0;
		}
		95% {
			-moz-transform: scale(1.3);
			opacity: 0;
		}
		to {
			-moz-transform: scale(0.3);
			opacity: 0;
		}
	}
	@-webkit-keyframes pulsate {
		from {
			-webkit-transform: scale(0.25);
			opacity: 1.0;
		}
		95% {
			-webkit-transform: scale(1.3);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(0.3);
			opacity: 0;
		}
	}

	#map_canvas div[title="現在地"] {
		-moz-animation: pulsate 1.5s ease-in-out infinite;
		-webkit-animation: pulsate 1.5s ease-in-out infinite;
		border:1pt solid #fff;
		/* make a circle */
		-moz-border-radius:51px;
		-webkit-border-radius:51px;
		border-radius:51px;
		/* multiply the shadows, inside and outside the circle */
		-moz-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
		-webkit-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
		box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
		/* set the ring's new dimension and re-center it */
		/*height:51px!important;
		margin:-18px 0 0 -18px;
		width:51px!important;*/
		height:51px;
		margin:0;
		width:51px;
	}

	/*#map_canvas div[title="現在地"] img {
		display:none;
	}*/

	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
		#map_canvas div[title="現在地"] {
			margin:-10px 0 0 -10px;
		}
	}