* {
	font-size:2vw;
}
@media screen and (max-width: 768px) {
p {
	font-size:5.5vw;
	}
}

a {
	text-decoration: none;
	}

img {
	width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
	}

.contents{
    position: relative;
	width: 100%;
	}

.leaflet {
	position: relative;
	z-index: 1;
	}

.bt {
	position: absolute;
	width: 80%;
	margin: 0 auto;
	right: 0;
	left: 0;
	z-index: 100;
	}

.download_link_01 {
	top: 391.5vw;
	}
.download_link_02 {
	top: 634vw;
	}
.download_link_03 {
	top: 1421vw;
	}

.google-map {
	position: absolute;
	width: 92%;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: 0vw;
	z-index: 100;
	margin-top: 4%;
	margin-bottom: 5%;
	}



/* footer */
footer {
	position: relative;
    width: 100%;
    font-size: 3vw;
	padding-bottom: 4vw;
	padding-top: 5vw;
	border-top: solid 2px #000;
	}

.footer_logo {
	width: 80%;
    margin: 0 auto;
    margin-bottom: 3vw;
	}

footer .fooertMENU {
	display:flex;
	flex-wrap:wrap;
  	}

.fooertMENU {
	margin-bottom: 4%;
	}

footer a:first-of-type {
	padding-left: 0;
  	}

footer a {
	font-size: 2.9vw;
	text-align: center;
	display: inline-block;
	width: 47%;
	color: #000;
	}

footer a:first-of-type {
	border-right: 1px solid #000;
	}

.copyright {
	text-align: center;
	font-size: 3vw;
	padding-top: 4%;
    border-top: solid 1px #808080;
	width: 90%;
    margin: 0 auto;
	}
