@charset "UTF-8";

body#MAP {
    border-top: 12px solid #aaa;
}

body#MAP .sh-gradient-wrapper {
    padding-bottom: 0;
}

.sh-map-image {
    margin: 0 auto;
    /*background: url(/location/images/bg_map.gif) repeat-x left top transparent;*/
    text-align: center;
}

.sh-map-image {
    max-width: 820px;
    position: relative;
}
.sh-map-image img {
    max-width: 820px;
}
.sh-map-image .sh-map_tel {
    position: absolute;
    display: inline-block;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    background-position: left top;
    background-repeat: repeat;
    /*border: 1px solid red;*/
}
.sh-map-image .sh-map_tel {
    width: 35.15625%;
    height: 4.590566%;
    left: 6.6625%;
    top: 16.6%;
}

.sh-map-bottom {
    padding: 15px 0 30px;
    background-color: #f4f4f4;
}

.sh-map-bottom-wrapper {
    width: 94%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.sh-map-bottom-button__close {
    float: left;
}

.sh-map-bottom-button__print {
    float: right;
}

.sh-map-bottom-button {
    width: 40%;
    max-width: 180px;
}

.sh-map-bottom-button a.sh-nav-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-image: none;
    overflow: hidden;
    color: #fff;
}

.sh-map-bottom-button a.sh-nav-link.sh-nav-link__print {
    letter-spacing: 1em;
}

.sh-map-bottom-button a.sh-nav-link.sh-nav-link__print:after {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    content: '\f02f';
    width: 30px;
    height: 40px;
    top: 0;
    right: 0;
    background-color: #000;
    text-align: center;
    letter-spacing: normal;
}

.sh-map-bottom-button a.sh-nav-link.sh-nav-link__close {
    padding-left: 24px;
}

.sh-map-bottom-button a.sh-nav-link.sh-nav-link__close:after {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    content: '\f00d';
    width: 36px;
    height: 40px;
    top: 0;
    left: 0;
    background-color: #000;
    font-size: 22px;
    text-align: center;
}

html.no-print .sh-map-bottom-button__close {
    float: none;
    display: inline-block;
}

html.no-print .sh-map-bottom-button__print {
    display: none;
}

html.no-touch .sh-map-bottom-button a:hover {
    color: #fff;
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .sh-map-bottom {
        padding-bottom: 20px;
    }
}