@charset "utf-8";
/* ===================================================================
   ルート検索
   =================================================================== */
div#shopmap {
    position: relative;
}
div#shopmap_shifting {
    text-align: center;
}
div#shopmap_destination {
    bottom: -51px;
    border: solid transparent;
    height: 35px;
    width: 315px;
    left: 50%;
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    border-radius: 20px;
    margin: 0px 0px -2px -160px;
    z-index: 599;
    text-align: center;
    display: none;
}
div#shopmap_destination:after {
    bottom: 106%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(0, 0, 0, 1);
    border-width: 15px;
    margin-left: -15px;
    z-index: 598;
}
span#shopmap_destination_msg {
    font-size:11px;
}
span#destination_span {
    font-size:16px;
}
a#destination_shop_link {
    cursor: default;
    margin: 0 4px 0 0;
}
a#destination_parking_link {
    cursor: default;
}
img#destination_walking_img {
    width: 33%;
    float: left;
}
img#destination_car_img {
    width: 33%;
}
img#destination_train_img {
    width: 33%;
    float: right;
}
img#destination_shop_img {
    cursor: default;
    margin: 6px -4px -3px 4px;
}
img#destination_parking_img {
    cursor: default;
    margin: 6px -3px -3px 3px;
}
span#destination_shop_msg {
    cursor: default;
    color: #ffffff;
    font-size:16px;
    margin: 0 0 0 6px;
}
span#destination_parking_msg {
    cursor: default;
    color: #ffffff;
    font-size:16px;
    margin: 0 0 0 6px;
}
