@charset 'utf-8';

#gmap {
    height: 350px;
    width: 100%;
    border: 2px solid GREEN;
    border-radius: 20px;
    overflow: hidden;
}
.caution {
    color: RED;
    font-weight: bold;
}
button#back2home {
    display: block;
    margin: 0 auto;
    border: 0px;
    margin-top: 25px;
    background-color: transparent;
}
button.transport {
    padding: 8px 15px 8px 15px;
    font-size: 18px;
    border: 3px solid GREEN;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}
a#call {
    text-align: center;
    display: block;
    width: 40vw;
    padding: 7px 15px 7px 15px;
    border: 4px solid #acb066;
    border-radius: 12px;
    text-decoration: none;
    background-color: #e8ebae;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
img#parking {
    width: 50vw;
}