@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');

/* フォント指定 */
body {
	font-family: 
	"Noto Sans JP", 
	"Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	"BIZ UDPGothic",
	Meiryo,
	sans-serif;
}

body{
	background-color:#FFF;
}
div#panoDIV.cursorMoveMode {
	cursor: move;
	cursor: url(indexdata/graphics/cursors_move_html5.cur), move;
}
div#panoDIV.cursorDragMode {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: url(indexdata/graphics/cursors_drag_html5.cur), default;
}
#maptop {
	z-index:1;
	position: fixed;
	width:100%;
	height:40px;
	background-color:#660066;
}
#kensakuarea {
	width: 750px;
	position: relative;
	float: left;
	margin:0 0 0 220px;
	z-index:9;
}
#navigation{
	clear: both;
	width: 100%;
	/*max-width: 370px;*/
	margin:50px 0 0 0;
	float:right;
}
#navigation ul{
	display: table;
	width: 100%;
	text-align: center;
}
#navigation ul li{
	display: table-cell;
	width: 170px;
	max-width: 170px;
	float: left;
	background: none;
	margin: 0 10px 0 0;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}
#navigation ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 8px;
	margin-right: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	float: none;
	width: auto;
	height: auto;
}
.btn1 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 8px;
	margin:5px 0 0 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	float: none;
	width: auto;
	height: auto;
	background: #e8b005;
	width:160px;
}

.btn2 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 8px;
	margin:5px 0 0 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	float: none;
	height: auto;
	background: #659933;
	width:120px;
}

.btn2-2 a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 8px;
	margin:5px 0 0 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	float: right;
	height: auto;
	background: #e8b005;
	width:120px;
}

#setumei {
	width:260px;
	margin:10px 0 0 10px;
	background-color:#666;
	float:left;
	padding:20px 20px 10px 20px;
	text-align:left;
	color:#FFF;
	font-size:x-small;
	letter-spacing:1px;
}

#setumeisp {
	width:300px;
	margin:10px 0 0 10px;
	background-color:#666;
	float:left;
	padding:20px 20px 10px 20px;
	text-align:left;
	color:#FFF;
	font-size: medium;
	letter-spacing:1px;
}

#batu {
	text-align:right;
	margin:0 10px 0 0;
	font-size:x-large;
}
#batu a {
	color:#FFF;
	text-decoration:none;
}

#batusp {
	text-align:right;
	margin:-30px 10px 0 0;
	font-size:60px;
}

#batusp a {
	color:#FFF;
	text-decoration:none;
}


.btn {
	background:transparent url(btn.png) no-repeat 0 0;
	display: block;
	width:35px;
	height: 35px;
	position: absolute;
	top:10px;
	right:20px;
	cursor: pointer;
	z-index: 100;
}
.peke {
	background-position: -35px 0;
	top:10px;
	z-index: 101;
}
#menu li {
	width:250px;
}
#menu li a {
	color:#fff;
	display: block;
	padding:10px 5px 10px 15px;
}
h2 {
	border: none;
  background-color: transparent;
  height: auto;
  font-weight: bold;
	color:#FFF;
  width: 15%;
  font-size: 16px;
  padding-top: 8px;
}
SELECT {
	padding:5px 5px 5px 5px;
}
.drawr {
	display: none;
	background-color:rgba(0,130,255,1.0);
	position: absolute;
	top: 0px;
	right:0;
	width:100%;
	padding:60px 0 20px 50px;
	z-index: 100;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
