html{
  height: 100%;
  margin: 0;
  font-size: 62.5%;
}
body {
  height: 98%;
  margin: 0;
  /* overflow: hidden; */
  font-size:1.6rem;/* 16px*/
}
#map {
  height: 68%;
  margin: 0 50px;
}


.band {
  padding:10px 0px;
  margin:10px 0px 10px 0px;
  background:#F39939;
  text-align:center;
  color:#FFFFFF;
  font-weight:bold;
  overflow:hidden;
}

.band .title {
  font-family: 'Kosugi Maru', sans-serif;
  color:#FFFFFF;
  font-size: 24px;
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
  letter-spacing: 1.5em;
}

.band .leftimage {
  position: absolute;
  width: 139px;
  height: 80px;
  margin-left: -200px;
}

.band .rightimage{
  position: absolute;
  width: 125px;
  height: 108px;
  top: 0;
  margin-left: 80px;
}

@media(min-width: 1200px){
  .band .title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1200px){
  .rightimage{
    visibility:hidden;
  }
  .leftimage{
    visibility:hidden;
  }
}


@media screen and (max-width: 640px){
  .band .title {
    font-size: 1.25rem;
  }
}

.footer{
  color: gray;
  background: white;
  font-size: 0.75rem;
  text-align: right;
  margin-right: 50px;
}

.sub {
  background: green;
  margin: 5px 50px;
}

.sub01{
  font-size: 1rem;
  padding: 0 0 0 0;
}

.textarea{
  background: #FFFFFF;
  color: black;
  border: 2px solid #C8BEBB;
  margin: 5px 50px;
  font-size: 1.25rem;
  overflow: auto;
  height: 80px;
}

.loader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 21px;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	background-color: #eee;
	opacity: .9;
}
.ball-pulse > div {
	background-color: #777;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(100, 99, 99, 0.226);
  z-index: 9999;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: rgb(0, 0, 0);
  z-index: 9998;
  font-size: 1.25rem;
}