#map { position:fixed;
height: 100%;
width: 80%;
left: 20%; }

#dates { position: fixed;
    top: 5%;
    height: 40%;
    width: 16%;
    left: 2%; 
    text-align: center;
    border: 2px solid #1C6EA4;
    -webkit-border-radius: 10px;
    border-radius: 10px;}

.date_box{
    left: 0;
    width: 95%;
    text-align: center;
    font-size: 1.2vw;
    
}
#prices { position: fixed;

    top: 50%;
    height: 45%;
    width: 16%;
    left: 2%; 
    
    border: 2px solid #1C6EA4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#prices h2 {
    text-align: center;
    padding-left: 0px;
    margin-left: 0px;
    left: 0px;
}
.prices_box{
    left: 0;
    
}
.price_option { 
    padding-left:10%;
    font-size: 1.2vw;
}
.hh2 {
    margin-top: 5%;
    font-size: 2vw;
    text-align: center;
    margin-bottom: 5%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5%;
    font-weight: bold;
    font-size: 1.5vw;
}

input[type="radio"] {
    margin: 5% 0 0;
}