@charset "utf-8";
.contact-map {
    margin-bottom: 30px;
}

.contact-map iframe {
    position: relative;
    height: 420px;
    margin-bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-map:hover iframe {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*contact.css、inquiry.css共用*/

.btn.style01 {
    display: inline-block;
}

.btn-box {
    text-align: center;
    background: #eee;
    padding: 30px 0 50px 0;
}

/*!contact.css、inquiry.css共用*/

@media screen and (max-width: 1000px) {
    .contact-map iframe {
        height: 200px;
        margin-bottom: 5px;
    }
    /*contact.css、inquiry.css共用*/
    .btn.style01 {
        display: block;
        margin: 0 auto 10px;
    }
    /*!contact.css、inquiry.css共用*/
}