@charset "utf-8";
/* CSS Document */

.header.change-color {
	background-color: rgba(0,0,0,0.9);
}
#mainvisual {
	width: 100%;
	height: 30vh;
	position: relative;
	background: url(../img/area/contact_header.jpg)center/cover no-repeat;
}
#mainvisual::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: 0;
}
#mainvisual p {
	height: fit-content;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
.location-hero {
	width: 95%;
	max-width: 1100px;
	margin: 30px auto 30px;
}
.location-hero .hero-content h1 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
}
.location-hero .lead-text {
	margin-bottom: 40px;
	font-size: 0.9rem;
}
.location-hero .location-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.location-hero .location-badges span {
	width: 47%;
	background: var(--main);
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 0.9rem;
}
.location-hero .location-badges i {
	margin-right: 10px;
}
.location-hero .hero-image {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.location-hero .hero-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.location-features {
	width: 94%;
	max-width: 1100px;
	margin: 30px auto;
}
.location-features h2 {
	font-size: 1.1rem;
	border-left: 4px solid var(--main);
	padding: 10px 10px;
	background: var(--grey);
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	line-height: 1.6;
}
.location-features .feature-block {
	margin: 15px auto 25px;
}
.location-features .feature-block p {
	line-height: 2.0;
	font-size: 0.9rem;
}
.location-features .feature-block a {
	color: var(--main);
	text-decoration:underline;
}
.location-features h3 {
	font-size: 1.1rem;
	border-bottom: 2px solid var(--main);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.location-features .answer-first {
	margin-bottom: 5px;
	font-size: 0.9rem;
}
.location-features .answer-first span {
	display: block;
	width: fit-content;
	background: var(--main);
	color: #fff;
	padding: 3px 15px 1px;
	margin-bottom: 10px;
}
.flow-section {
	width: 94%;
	max-width: 1100px;
	margin: 30px auto;
}
.flow-section h2 {
	font-size: 1.1rem;
	border-left: 4px solid var(--main);
	padding: 10px 10px;
	background: var(--grey);
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	line-height: 1.6;
}
.flow-section .container {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto 30px;
}
.flow-section .container .item {
	display: flex;
	align-items: flex-start;
}
.flow-section .arrow {
	text-align: center;
	transform: rotate(90deg);
	margin: 10px 0;
	color: var(--main);
}
.flow-section .item i {
	background: var(--grey);
	font-size: 2rem;
	padding: 10px;
	margin-right: 15px;
}
.flow-section .item h4 {
	font-size: 1.0rem;
}
.f_text {
	font-size: 0.9rem;
}
.location-access {
	background: var(--grey);
	padding: 30px 0;
}
.location-access .inner {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
.location-access h2 {
	font-size: 1.1rem;
	border-left: 4px solid var(--main);
	padding: 10px 10px;
	background: #fff;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	line-height: 1.6;
}
.location-access h3 {
	font-size: 1.1rem;
	line-height: 1.5;
	border-bottom: 2px solid var(--main);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.location-access .access-info {
	margin-bottom: 30px;
}
.location-access .access-info p {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 0.9rem;
	line-height: 2.0;
}
.location-access .area-list {
	background: #fff;
	padding: 20px;
	margin-bottom: 5px;
	border: 1px solid #000;
	font-size: 0.9rem;
}
.location-access .area-list li {
	line-height: 2.0;
}
.location-access .area-list strong {
	display: block;
	color: var(--main);
}
.location-access .access-info p.note {
}
.location-access address {
	font-size: 0.9rem;
}
.location-access .btn-map {
	display: block;
	width: fit-content;
	margin: 0 0 0 auto;
	padding: 5px 10px;
	background: var(--main);
	color: #fff;
}
.location-faq {
	width: 94%;
	max-width: 1100px;
	margin: 30px auto;
}
.location-faq h2 {
	font-size: 1.1rem;
	border-left: 4px solid var(--main);
	padding: 10px 10px;
	background: var(--grey);
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	line-height: 1.6;
}
.faq-list .faq-item {
	margin-bottom: 10px;
}
.faq-list dt {
	font-size: 1.0rem;
	font-weight: bold;
	border-bottom: 1px solid var(--main);
	padding: 0 0 5px;
	margin-bottom: 5px;
}
.faq-list dd {
	text-align: justify;
	margin-bottom: 20px;
	font-size: 0.9rem;
	line-height: 2.0;
}
.faq-list dd a {
	color: var(--main);
	text-decoration: underline;
}
.cta-section {
	background: var(--grey);
	padding: 30px 0;
}
.cta-section .inner {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
.cta-section h2 {
	font-size: 1.1rem;
	border-left: 4px solid var(--main);
	padding: 10px 10px;
	background: #fff;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	line-height: 1.6;
}
.cta-section p {
	margin-bottom: 10px;
	font-size: 0.9rem;
}
.cta-section .cta-buttons {
	width: 80%;
	display: flex;
	flex-direction: column;
	margin: 30px auto;
}
.cta-section a {
	display: block;
	background: var(--main);
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 25px;
}
