@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background: url(../img/area/contact_header.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#mainvisual p {
	height: fit-content;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	font-size: 2.3rem;
}
.area-intro {
	max-width: 1100px;
	margin: 30px auto 40px;
}
.area-intro h1 {
	font-size: 2.0rem;
	line-height: 1.8;
}
.area-intro p {
	font-size: 1.0rem;
}
.area-detail {
	max-width: 1100px;
	margin: 30px auto 120px;
}
.description {
	font-size: 1.0rem;
}
.area-block .link-box {
	width: 520px;
	margin: 20px auto 40px;
	display: flex;
	justify-content: space-between
}
.area-block a {
	font-size: 1.0rem;
}
.pref-list {
	font-size: 1.0rem;
}
}
