@charset "UTF-8";


/*----------------------------------------------
----------------------------------------------*/
.accessTxt{
width: 50%;
float: left;
}
.accessMap{
width: 50%;
float: right;
}
#map {
    width: 100%;
    height: 500px;
}

/*--media screen--*/
@media screen and (max-width: 768px) {
.accessTxt,
.accessMap{
width: auto;
float: none;
}
.accessMap{
margin-top: 20px;
}
}
