#widget {
    width: 100%;
    height: 65svh;
    border: none;
    overflow: hidden;
}

.main_contents h2 {
	font-size: 2.2rem;
	margin: 0px 0 20px 0;
	border-bottom: 3px solid var(--bordercolor_middle);
	padding: 4px 0 5px 0px;
	color: var(--themecolor);
	font-weight: 500;
	line-height:1.4;
}
.main_contents h2 span {
	display: inline-block;
	position: relative;
}
.main_contents h2 span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 3px;
	background-color: var(--themecolor);
}

.main_contents h3 {
    font-size: 1.6rem;
	font-weight: 600;
}

#transportation_map {
    height: 400px;
}

.map_caption img {
    width: 14px;
    vertical-align: middle;
}

.map_caption img.icon-red {
    filter: hue-rotate(150deg);
}

.icon-red { /* 地図上のマーカーの色指定 */
    filter: hue-rotate(150deg);
}