/* Home */

#header {
	margin-bottom: 0;
}

#home_map {
	position: relative;
	margin-bottom: 5em !important;
}
#home_map_embed {
	position: relative;
	width: 100%;
	height: 680px;
	background: #f3f3f3;
}
#home_map_legend {
	position: absolute;
	left: 0;
	left: -220px;
	top: 50%;
	padding: 30px 36px;
	width: 220px;
	background: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transform: translateY(-50%);
	z-index: 10;
	animation: map_legend_motion 600ms ease-in-out 1500ms 1 forwards;
}

@keyframes map_legend_motion {
	0% {
		left: -220px;
	}
	100% {
		left: 0;
	}
}
#home_map_legend li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 32px;
}
#home_map_legend li {
	margin: 5px 0;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#home_map_legend li a::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 20px;
	height: 10px;
	border-radius: 200px;
	background: #aaa;
	overflow: hidden;
	transform: translateY(-50%);
}
#map_legend_road_01 a::before {
	background: var(--road_01) !important;
}
#map_legend_road_02 a::before {
	background: var(--road_02) !important;
}
#map_legend_road_03 a::before {
	background: var(--road_03) !important;
}
#map_legend_road_04 a::before {
	background: var(--road_04) !important;
}
#map_legend_road_05 a::before {
	background: var(--road_05) !important;
}
#map_legend_road_06 a::before {
	background: var(--road_06) !important;
}
#map_legend_road_07 a::before {
	background: var(--road_07) !important;
}
#map_legend_road_08 a::before {
	background: var(--road_08) !important;
}
#map_legend_road_09 a::before {
	background: var(--road_09) !important;
}
#map_legend_road_10 a::before {
	background: var(--road_10) !important;
}

#home_tags h3.title {
	position: relative;
	margin-bottom: 1.8em;
	padding-left: 60px;
}
#home_tags h3.title::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 36px;
	height: 36px;
	background: url(../images/common/icon_search.png) no-repeat center / cover;
	transform: translateY(-50%);
}

#home_updated {
	margin-top: -3.5em;
	padding-top: 3.5em;
}