.wrap {
	position:relative;
	width: 1060px;
	height: 755px;
	top:0px; left:0; right:0; bottom:0;
	margin: auto;
	/*border: 1px solid blue;*/
}


.leaflet-container {
    width: 1060px;
    height: 755px;
    max-width: 100%;
    max-height: 100%;
    background: #ffffff;
    /*border: 1px solid gray;*/
    z-index: 0;
}
.leaflet-top {
    margin-top: 27px;
	margin-right: -5px;
}

#map {
    width: 1060px;
    height: 755px;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
	z-index: 0;
}
.forms {
    width: 460px;
    height: 21px;
    right:0;
	margin-top: 5px;
	margin-right: 5px;
	z-index: 2000;
    border-radius: 4px;
    background-color: white;
	padding: 5px;
	position:absolute;	
}

/*　ラジオボタン--------------------　*/

label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  font-size: 0.8em;
}


label::before,
label::after {
  content: "";
  display: block; 
  position: absolute;
}

label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #999999;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

label::after {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 3px;
  left: 7px;
}

input:checked + label::after {
  opacity: 1;
}
.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}

    .leaflet-popup-content-wrapper {
      width:500px;
}
    .leaflet-popup-content {
		margin-top: 20px;
		width:470px !important;
    }
.leaflet-popup-tip{
	display: none;
}