header {
	background-image: url("../image/header/location.jpg");
	background-position: center 80%;
}

.google-map {
	width: 100%;
	height: 550px;
	margin-top: 35px;
	border: 0;
}

@media only screen and (max-width: 639px) {
	.google-map {
		height: 350px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	header {
		background-image: url("../image/header/location@2x.jpg");
	}
}

@media only screen and (min-width: 1500px) {
	header {
		background-image: url("../image/header/location@2x.jpg");
	}
}
