.st1{
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
	width:350px;
	height:auto;
	border: solid 1px gray;
	box-shadow:2px 4px 10px 1px gray;
	padding: 20px 30px 20px 30px;
	border-radius:20px;
	line-height:2em;
	background-color:#f5f5f5;
}
textarea {
	border:none;
	background-color:#f5f5f5;
}
@media only screen and (max-device-width: 640px) {
.st1{
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
	width:280px;
	height:auto;
	border: solid 1px gray;
	box-shadow:2px 4px 10px 1px gray;
	padding: 10px 20px 10px 20px;
	border-radius:20px;
	line-height:2em;
	background-color:#f5f5f5;
}
#mapArea{
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
	width:2800px;
	height:600px;
	border: solid 1px gray;
	box-shadow:2px 4px 10px 1px gray;
	padding: 20px 30px 20px 30px;
	border-radius:20px;
	line-height:2em;
}
}
#mapArea{
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
	width:350px;
	height:600px;
	border: solid 1px gray;
	box-shadow:2px 4px 10px 1px gray;
	padding: 20px 30px 20px 30px;
	border-radius:20px;
	line-height:2em;
}
h5 {
	margin-bottom: 0;
}
body {
	background-color: #e8e8e8;
}
center {
	vertical-align: middle;
}
img {
	vertical-align: middle;
}
.info2{
    margin-left:10px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000000;
    color: #FFF;
    position: relative;
}
.info2:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: calc(50% - 1px);
}

.info2:after{
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background: #FFF;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 1px);
}
.tooltip:before {
	content: '';
	position:absolute;
	top:2px;
	left:20px;
	border:5px solid transparent;
	border-right:5px solid #000;
}
.tooltip {
	display:none;
	position:absolute;
	background-color: #000;
	color:#fff;
	font-size:0.5em;
	border-radius:0.5em;
	padding:1px;
	margin: 0.2em 0.2em 0.3em 0;
}
.tool:hover .tooltip{
	position: absolute;
	cursor: pointer;
	display: inline-block;
	margin-top:-10px;
}
#nex{
	font-size: small;
	color: red;
}
