@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;
}
.location-hero {
	margin: 30px auto 60px;
}
.location-hero .hero-content h1 {
	font-size: 2.0rem;
}
.location-hero .lead-text {
	font-size: 1.0rem;
	line-height: 2.0;
	margin-bottom: 40px;
}
.location-hero .location-badges span {
	width: calc(95% / 4);
	padding: 10px;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
}
.location-features {
	margin: 60px auto;
}
.location-features h2 {
	font-size: 1.3rem;
}
.location-features h3 {
	font-size: 1.3rem;
}
.location-features .answer-first {
	font-size: 1.0em;
}
.location-features .cycle ul li {
	font-size: 1.0em;
}
.location-access {
	padding: 60px 0;
}
.location-access h2 {
	font-size: 1.3em;
}
.location-access h3 {
	font-size: 1.2rem;
}
.location-access .access-info p {
	font-size: 1.0rem;
}
.location-access .area-list {
	font-size: 1.0rem;
}
.location-access .access-info p.note {
	font-size: 1.0rem;
}
.location-access address {
	font-size: 1.0rem;
}
.location-faq {
	margin: 60px auto;
}
.location-faq h2 {
	font-size: 1.3rem;
}
.faq-list dt {
	font-size: 1.1rem;
}
.faq-list dd {
	font-size: 1.0rem;
}
.answer-first_02 {
	font-size: 1.0rem;
}
.cta-section {
	padding: 60px 0;
}
.cta-section h2 {
	font-size: 1.3rem;
}
.cta-section p {
	margin: 0 auto 20px;
	font-size: 1.0rem;
}
.cta-section .cta-buttons {
	width: 65%;
	margin: 40px auto;
	flex-direction: row;
	justify-content: space-between;
}
.cta-section a {
	width: calc(92% / 2);
}
.cta-section a:hover {
	outline-offset: 5px;
	opacity: 0.8;
}
}
