@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    railway.css
*
*
------------------------------------------------------------------------------------------ */
.is_pc #map_sp{ display: none;}
.is_sp #map_pc{ display: none;}

#myContainer {
    width: 900px;
    height: 600px;
    margin: 0 auto 20px auto;
}

.closeBtn{text-align: center;}

#map_sp{

}
#map_sp .map_inner{ opacity: 0; width: 9999px;}

#map_sp .map_inner,
#map_sp .map_inner p{
    height: 100%;
    font-size: 0;
    letter-spacing: 0;
}

#map_sp img{
    width: auto !important;
    height: 90vh !important;
}