@charset "utf-8";


.historic_map {
	width: 100%;
	height: auto;
}

.historic_item {
	margin-bottom: 32px;
}

.historic_no {
	display: inline-block;
	background-color: red;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	margin-right: 1rem;
	padding-top: 0.5rem;
	color: #fff;
	text-align: center;
}

@media screen and (min-width:568px) {
	.historic_br_pc_none {
		display: none;
	}
}

.historic_mapIcon {
	padding: 0.2rem 1rem;
	color: #fff;
	background: #333;
	margin-left: 4rem;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.historic_mapIcon i {
	padding-right: 0.5rem;
}

.historic_mapIcon:hover {
	text-decoration: none;
	color: #fff;
	background: green;
}

.historic_mapIcon:active {
	text-decoration: none;
	color: #fff;
	background: green;
}

.historic_siteIcon {
	padding: 0.2rem 1rem;
	color: #fff;
	background: green;
	margin-left: 2rem;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.historic_siteIcon:hover {
	text-decoration: none;
	color: #fff;
	background: #333;
}
