@charset "utf-8";
html body {
    height: 100%;
}
/* フッターを底につける為に使用。 */
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
#map {
    width: 600px;
    height: 500px;
    margin: auto;
}
#accessInfomation {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
}
footer {
    width: 100%;
    height: 200px;
    margin-top: auto;
}