    body { font-family: sans-serif;
	      padding-bottom: 2em;
	margin: 0;
	padding: 0;
	vertical-align:top;}

    .status { margin-top: 1em; }
    button { margin-top: 1em; }

.overlay-btn {
	width: 200px;
	margin: 0 auto;
	position: absolute;
	bottom: 3%;
	left:0;
	right:0;
	border-radius: 15px;
	text-align: center;}

.target {
	position: absolute !important;
	width: 90%;
	height: auto;
	top: 115px !important;
	left:5%;
	right:5%;
	padding: 0% 5% 2% 5%;
	font-size: 110%;
	background-color: rgba(255,255,255,0.8);
	display: hidden;
    /*z-index: 1;*/
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}

.target h3 {
	font-size: 130%;
	text-align: center;
	margin:10px 0 0 0;
	padding:3px;
	border-bottom: 1px solid #000;}

.target img {
	display: block;
	width: 80%;
	height: auto;
	margin: 10px auto;}

.target>.detail {
    padding: 3% 0;
    text-align: center;
    width: 92%;
    color: #fff;
    background-color: rgba(1, 1, 1, 0.6);
    margin: 4%;
}

/*---------------------------------*/
/*コントロールメニュー*/
/*---------------------------------*/
    .spot-html {
      margin-top:9em; 
      padding: 1em;
    }

    .spot-html .inner{
	width:90%;
	margin:0 auto; 
    }

#menu{
	width : 100% !important;
	display: flex;
	flex-wrap:wrap;/* 改行許可 */
	justify-content: center;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      color: #fff;
      background-color: transparent;
      background-color: transparent;
      z-index: 1000;
      margin:0 auto;
      padding:0 0 12px 0;
      text-align:center !important;
	background:rgba(0,0,0,0.8);
    }

#menu li{
	flex: 1;
	margin:0 0.8%;
	padding:0;
	list-style:none;}

#menu li button {
	border-style: none;
	background-color: transparent;}

#menu li .btn,
#menu li a.btn,
#menu li button{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: block;
      width: 100%;
  padding:8px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}


body#location #menu li a.btn-c,
body#camera #menu li a.btn-c{
  position: relative;
  padding: 2px5px;
  color: #666;
  background: #ccc;
  -webkit-box-shadow: 0 5px 0 #999;
  box-shadow: 0 3px 0 #999;
text-shadow: 1px 1px 2px #fff;
}

body#location #menu li:nth-child(1) a.btn-c,
body#camera #menu li:nth-child(2) a.btn-c {
  position: relative;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 3px 0 #2c9d60;
text-shadow: 1px 1px 2px #2c9d60;
}


#menu li a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #38c578;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

#menu li a.btn-c:hover:before {
  left: 2rem;
}

#menu li button a span{
	font-size: 14px;
	line-height: 2;
	font-weight: normal;
	display: block;
	color: #000;
	background-color: #fff;
	border-radius: 2rem;
	text-shadow: 1px 1px 2px #fff;
	width: 80%;
	margin: -20px auto 5px auto !important;	
}


.spot-html h3{
    font-size: 16px;
    margin:2em 0;
    position: relative;
    padding: 1.2em 1.8em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.spot-html h3:before,
.spot-html h3:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.spot-html h3:before {left: 10px;}
.spot-html h3:after {right: 10px;}
.spot-html h3 span {
    margin: 0; 
    padding: 0;
}

.spot-html h2 span{
	font-size: 12px !important;
	font-weight: normal!important;
	display: block!important;}

.spot-html span.to_hp a{
	display: block;
	border-radius: 30px;
	color: #fff;
	width: 80%;
	background-color: black;
	margin: 15px auto 100px auto;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;}
