.headerbar{
  background-color:rgba(150,150,150,0.5);
  left:0px;
  position:absolute;
  top:0px;
  width:100%;
  z-index:100;
}
.headerbar_index{
  background-color:forestgreen;
  color:white;
  font-size:1.3rem;
  height:3.9rem;
  width:100%;
}
.headerbar_content{
  background-color:forestgreen;
  color:white;
  height:2rem;
  width:100%;
}

.ContentWithMap{
  height:98vh;
  left:0px;
  position:absolute;
  top:0px;
  width:100%;
  z-index:10;
}

.ContentIndex{
  width:100%;
  margin-top:10rem;
}
.ButtonIndex{
  position:relative;
}
.ButtonIndex a{
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

.ContentText{
  width:100%;
}
.ContentText_item{
  display:none;
}

#mapleaflet{
  height:100%;
  width:100%;
}
