@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***********************************************************************
clickable
***********************************************************************/

#clickable {
    display: flex;
    justify-content: space-between;
}
#clickable #map_image {
    width: 70%;
}
#clickable #zoom_image {
    width: 27%;
}
#clickable area {
	cursor: pointer;
}
#clickable #zoom_image ul {
    height: 100%;
    position: relative;
}
#clickable #zoom_image li {
    position: absolute;
    top: 0;
}