/******************************************************************/
/* CSS settings for contact page                                  */
/******************************************************************/
@charset "utf-8";

/*========================== Base Tag ==========================*/
iframe { border: 1px solid #000; }

/*======================== Reservation =========================*/
#appStore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
}
#appStore img {
    width: auto;
    height: 50px;
}

/*=========================== Access ===========================*/
#mapContainer {
    clear: both;
    width: 90%;
    padding: 4px;
    border: 1px solid #CCC;
}
#mapContainer img { max-width: none; }
#map_canvas {
    margin-bottom: 1.5em;
    width: 100%;
    height: 300px;
}

/* 情報ウィンドウ内 */
#mapContent{ width: 250px; }
   
#mapContent p { font-size: 12px; }
   
@media only screen and (min-width:  600px) { 
    #mapCanvas { height: 350px; }
}
