@charset "UTF-8";

/* CSS Document */

/*東北*/
.title_area span {
	color: #9932cc;
	box-shadow: 2px 2px #9932cc;
}

.map_inner {
	height: 400px;
}
.map_inner_img img {
	width: 100%;
	top: -60px;
	left: 40px;
}
.map_inner::before {
	background-image: url(../images/tohoku/map-tohoku.svg);
	background-position: 90px top;
}
.map_inner_list ol li span,
.parkinfo_name span {
	background-color: #9932cc !important;
}
.parkinfo_area {
	fill: #9932cc;
	color: #9932cc;
}

.guide_link {
	justify-content: center;
}
.guide_link dt,
.guide_link dd {
	width: 14%;
}

/*スマホはアタマに.smp付ける*/
.smp .map_inner::before {
	background-image: url(../images/tohoku/map-tohoku-sp.svg);
	height: 90vw;
	background-size: 70%;
	background-position: 14vw top;
}
.smp .guide_link {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;   
}
.smp .guide_link dt {
	width: 100%;
	height: auto;
	padding: 0;
}
.smp .guide_link dd {
    width: 20%;
}