@charset "UTF-8";
.areaDetail {}
.areaDetail_title {}
.areaDetail_list {
	list-style: none;
	display: flex;
}
.areaDetail_list > li {
	width: 19%;
	margin-left: 1.25%;
}
.areaDetail_list > li:first-child {
	margin-left: 0;
}
.areaDetail_list > li:last-child {}
.areaDetail_list > li:nth-child(2n+1) {}
.areaDetail_list > li:nth-child(n+3) {}
.areaDetail_list > li > a {
	height: 95px;
	font-size: 16px;
	padding: 0 20px;
}
.areaDetail_list > li > a::before {
	content: "";
}
.areaDetail_list > li > a::after {
	content: "";
	right: 10px;
}
.areaDetail_sect {}
.areaDetail_headline {}
.intro {}
.intro_title {}
.intro_cols {
	display: flex;
	justify-content: space-between;
}
.intro_col {}
.intro_col-no1 {
	width: 27.8%;
}
.intro_fig {}
.intro_fig > img {}
.intro_fig > figcaption {
	font-size: 14px;
	margin-top: 7px;
}
.intro_col-no2 {
	width: 69%;
}
.intro_text {
	margin-bottom: 1em;
}
.spot {}
.spot_title {}
.spot_list {
	list-style: none;
}
.spot_list > li {}
.spot_list > li:first-child {}
.spot_list > li:last-child {}
.spot_list > li:nth-child(2n+1) {}
.spot_list > li:nth-child(n+3) {}
.history {}
.history_title {}
.history_cols {
	display: flex;
	justify-content: space-between;
}
.history_cols-start {
	justify-content: flex-start;
}
.history_col {}
.history_col-no1 {
	width: 69%;
}
.history_text {
	margin-bottom: 1em;
}
.history_col-no2 {
	width: 27.7%;
}
.history_fig {}
.history_fig > img {}
.history_fig > figcaption {
	font-size: 14px;
	margin-top: 6px;
}
.history_col-no3 {
	width: 27.8%;
}
.history_image {}
.history_image > img {}
.history_col-no4 {
	width: 68.6%;
}
.history_col-no5 {
	width: 32.5%;
	margin-left: 3%;
}
.history_col-no5:first-child {
	margin-left: 0;
}
.event {}
.event_title {}
.event_list {
	list-style: none;
}
.event_list > li {}
.event_list > li:first-child {}
.event_list > li:last-child {}
.event_list > li:nth-child(2n+1) {}
.event_list > li:nth-child(n+3) {}
.areaDetai_map {}
@media screen and (min-width:1000px) {
	.areaDetail_list > li > a:hover {}
}
@media screen and (max-width:999px) {
	.areaDetail {}
	.areaDetail_title {}
	.areaDetail_list {}
	.areaDetail_list > li {
		width: auto;
		flex-grow: 1;
		margin-left: 10px;
	}
	.areaDetail_list > li:first-child {}
	.areaDetail_list > li:last-child {}
	.areaDetail_list > li:nth-child(2n+1) {}
	.areaDetail_list > li:nth-child(n+3) {}
	.areaDetail_list > li > a {
		font-size: 14px;
		height: 100%;
		padding: 10px 5px;
		box-sizing: border-box;
		padding-right: 20px;
	}
	.areaDetail_list > li > a::before {}
	.areaDetail_list > li > a::after {}
	.areaDetail_sect {}
	.areaDetail_headline {}
	.intro {}
	.intro_title {}
	.intro_cols {}
	.intro_col {}
	.intro_col-no1 {}
	.intro_fig {}
	.intro_fig > img {}
	.intro_fig > figcaption {}
	.intro_col-no2 {}
	.intro_text {}
	.spot {}
	.spot_title {}
	.spot_list {}
	.spot_list > li {}
	.spot_list > li:first-child {}
	.spot_list > li:last-child {}
	.spot_list > li:nth-child(2n+1) {}
	.spot_list > li:nth-child(n+3) {}
	.history {}
	.history_title {}
	.history_cols {}
	.history_col {}
	.history_col-no1 {}
	.history_text {}
	.history_col-no2 {}
	.history_fig {}
	.history_fig > img {}
	.history_fig > figcaption {}
	.history_col-no3 {}
	.history_image {}
	.history_image > img {}
	.history_col-no4 {}
	.event {}
	.event_title {}
	.event_list {}
	.event_list > li {}
	.event_list > li:first-child {}
	.event_list > li:last-child {}
	.event_list > li:nth-child(2n+1) {}
	.event_list > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
	.areaDetail {}
	.areaDetail_title {}
	.areaDetail_list {
		display: block;
	}
	.areaDetail_list > li {
		margin: 10px 0 0;
	}
	.areaDetail_list > li:first-child {}
	.areaDetail_list > li:last-child {}
	.areaDetail_list > li:nth-child(2n+1) {}
	.areaDetail_list > li:nth-child(n+3) {}
	.areaDetail_list > li > a {
		height: 65px;
		padding: 0 10px;
		padding-right: 25px;
	}
	.areaDetail_list > li > a::before {}
	.areaDetail_list > li > a::after {}
	.areaDetail_sect {}
	.areaDetail_headline {}
	.intro {}
	.intro_title {}
	.intro_cols {
		display: block;
	}
	.intro_col {
		width: auto;
	}
	.intro_col-no1 {
		margin-bottom: 15px;
	}
	.intro_fig {}
	.intro_fig > img {
		width: 100%;
		display: block;
	}
	.intro_fig > figcaption {
		font-size: 12px;
	}
	.intro_col-no2 {}
	.intro_text {}
	.spot {}
	.spot_title {}
	.spot_list {}
	.spot_list > li {}
	.spot_list > li:first-child {}
	.spot_list > li:last-child {}
	.spot_list > li:nth-child(2n+1) {}
	.spot_list > li:nth-child(n+3) {}
	.history {}
	.history_title {}
	.history_cols {
		display: block;
	}
	.history_col {
		width: auto;
		margin-bottom: 15px;
		margin-left: 0;
	}
	.history_col-no1 {}
	.history_text {}
	.history_col-no2 {}
	.history_fig {}
	.history_fig > img {
		display: block;
		width: 100%;
	}
	.history_fig > figcaption {
		font-size: 12px;
	}
	.history_col-no3 {}
	.history_image {}
	.history_image > img {
		display: block;
		width: 100%;
	}
	.history_col-no4 {}
	.event {}
	.event_title {}
	.event_list {}
	.event_list > li {}
	.event_list > li:first-child {}
	.event_list > li:last-child {}
	.event_list > li:nth-child(2n+1) {}
	.event_list > li:nth-child(n+3) {}
}
