﻿@charset "UTF-8";

div#map {
    width: 100%;
    height: 100vw;
    position: relative;
    overflow: hidden;
    margin: 10vw auto 0;
}

div#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

div.addressSet {
    margin: 10px auto 0;
}

div.addressSet > p {
    width: initial;
    text-align: center;
    margin: 0 auto 20px;
}

@media screen and (min-width: 641px) {
    div.addressSet div.BtnCenter {
        margin: 0 auto;
    }

    div#map {
        height: 30vw;
    }
}
