@charset "UTF-8";
html {
    font-size: 62.5%;
    height: 100%;
}
body {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
	-webkit-text-size-adjust: 100%;
	background: #000;
}
/* Clearfix */
.cf:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.cf:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.cf:after { clear: both }
.cf { zoom: 1 }


header {
	padding: 20px;
}

h1 {
	width: 150px;
	margin: 0 auto;
}

h1 img {
	width: 100%;
}

#map {
	width: 100%;
	height: 100vh;
}

@media screen and (min-width: 481px) and (max-width: 768px) { 

}