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

.header.change-color {
	background-color: rgba(0,0,0,0.9);
}
#mainvisual {
	width: 100%;
	height: 200px;
	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;
}
.area-intro {
	width: 95%;
	margin: 30px auto 40px;
}
.area-intro h1 {
	font-size: 1.3rem;
	margin-bottom: 15px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	line-height: 1.6;
}
.lead {
	font-size: 0.9rem;
	line-height: 2.0;
}
.area-detail {
	width: 94%;
	margin: 0 auto 60px;
}
.area-detail h2 {
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
}
.area-detail h3 {
	background: var(--main);
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.description {
	line-height: 2.0;
	font-size: 0.9rem;
}
.area-block {
	margin-bottom: 30px;
}
.pref-list {
	background: var(--grey);
	padding: 20px 20px 10px;
	margin-top: 15px;
	font-size: 0.9rem;
}
.pref-list dt {
	color: var(--main);
	font-weight: bold;
	line-height: 1;
	margin: 5px 0;
}
.pref-list dd {
	margin-bottom: 10px;
	line-height: 2.0;
}
.link-box {
	margin: 30px 0;
}
.area-block a {
	display: block;
	width: fit-content;
	background: #006;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px;
	margin: 20px auto;
}
.area-block a i {
	margin-left: 10px;
}
.schedule-section {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto 60px;
}
.schedule-section h2 {
	color: var(--main);
	font-family: U-OTF-GothicMB101Upr-Heavy;
}
.schedule-section p {
	margin-bottom: 10px;
}
.table-scroll-wrapper {
	overflow-x: auto;
}
.schedule-section table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	text-align: center;
}
.schedule-section table th, .schedule-section table td {
	padding: 15px;
	white-space: nowrap;
}
.schedule-section table thead {
	background: var(--main);
	color: #fff;
}
.schedule-section table tbody tr:first-of-type th, .schedule-section table tbody tr:nth-of-type(2) th {
	background: #fbf2f3;
}
.quality-section {
	background: var(--grey);
	padding: 30px 0;
}
.quality-section .inner {
	width: 95%;
	margin: 0 auto 60px;
}
.quality-section h2 {
	margin-bottom: 10px;
}
.quality-section h3 {
	color: var(--main);
	margin-bottom: 5px;
}
