@charset "utf-8";

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

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

/***************************************************************************
google_map_basic
****************************************************************************/

.hljs {
    margin-bottom: 20px;
}
.google_map_basic {
	position: relative;
	padding-top: 20%;
	margin-bottom: 40px;
}
.google_map_basic iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.google_map_gray {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.google_map_gray #map-canvas_01,.google_map_gray #map-canvas_02 {
    width: 49%;
    height: 160px;
}

/***************************************************************************
/*google map
****************************************************************************/

.axgmap {
	width: 100% !important;
	padding-bottom: 40%;
	height: 0px !important;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
.gm-style-iw {
	text-align: center;
}