@charset "utf-8";

/*--------------------------------------------------*/
/* measure */
/*--------------------------------------------------*/

.l_measure {
	display: flex;
	gap: 20px;
}

@media (max-width: 540px) {
	.l_measure {
		display: block;
	}
}

/*--------------------------------------------------*/
/* gmap */
/*--------------------------------------------------*/

.l_gmap {
	margin: 0;
	height: 480px;
	width: 540px;
}
@media (max-width: 540px) {
	.l_gmap{
		width: 100% !important;
    height: auto !important;
	}
    .l_gmap img{
		width: 100% !important;
    height: auto !important;
	}
}

/*--------------------------------------------------*/
/* map */
/*--------------------------------------------------*/

.l_map {
	margin: 0;
	width: 60%;
}

.l_map img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

@media (max-width: 500px) {
	.l_map {
		width: 100%;
	}
}

/*--------------------------------------------------*/
/* list */
/*--------------------------------------------------*/

.l_list {
	counter-reset: count;
	list-style-type: none;
	padding: 0;
}

.l_list li {
	position: relative;
	padding-left: 1.5em;
}

.l_list li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: count;
	content: counters(count, "");
}

/*--------------------------------------------------*/
/* legend */
/*--------------------------------------------------*/

.l_legend {
	padding: 15px;
	background-color: #ebf2f4;
	font-size: 14px;
}

.l_legend h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.l_legend h5 {
	font-size: 16px;
	margin-bottom: 0;
}

.l_legend > *:first-child {
	margin-top: 0;
}

.l_legend_list {
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.l_legend_list li {
	white-space: nowrap;
	font-size: 14px;
	line-height: 1;
}

.l_legend_list li img {
	width: auto;
	height: 1em;
	margin-right: 5px;
	vertical-align: -0.1em;
}

/*--------------------------------------------------*/
/* kome */
/*--------------------------------------------------*/

.l_kome_list {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}

.l_kome_list li {
	font-size: 12px;
}

.l_kome_list li::before {
	content: '※';
}

.l_measure02{
    display:flex;
}
@media screen and (max-width: 600px) {
.l_measure02 {
    display: block;
}
    .l_gmap02 img{
        width: auto !important;
    }
}
