@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 0;
}
#main .bgBox {
	padding: 15.1rem 0 24rem;
	background: #f5f7f9;
}
#main .headLine04 {
	margin-bottom: 2.4rem;
	padding-left: 2.1rem;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .headLine04::before,
#main .headLine04::after {
	width: 0.5rem;
	bottom: -0.1rem;
	left: 0.1rem;
}
#main .headLine04 .en {
	margin-bottom: 0.4rem;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}
#main .imgBox {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
#main .imgBox .textBox {
	margin-top: 0.5rem;
	width: 28.8rem;
}
#main .imgBox .textList li {
	padding: 1.4rem 0.6rem 2.6rem;
	position: relative;
	border-top: 1px solid #000;
}
#main .imgBox .textList li:last-child {
	padding-bottom: 0 !important;
}
#main .imgBox .textList li::before {
	width: 9.6rem;
	height: 2px;
	position: absolute;
	left: 0;
	top: -1px;
	background: #000;
	content: '';
}
#main .imgBox .textList li p {
	margin-bottom: 0.4rem;
	font-size: 1.4rem;
	line-height: 2.285;
	letter-spacing: 0.04em;
}
#main .imgBox .textList li p:last-child {
	margin-bottom: 0 !important;
}
#main .imgBox .textList li p strong {
	display: block;
	font-weight: 700;
}
#main .imgBox .textList li .tel {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.67;
}
#main .imgBox .textList .item01 {
	padding-top: 2.3rem;
}
#main .imgBox .textList .item01 p {
	margin-bottom: 1rem;
}
#main .imgBox .textList .item02 {
	padding: 4.4rem 0 0;
}
#main .imgBox .textList .subBox {
	padding: 3.1rem 2.5rem 2.3rem;
	background: #fff;
}
#main .imgBox .textList .subBox .ttl {
	margin-bottom: 1.1rem;
	padding: 0.5rem 1rem 0.4rem;
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.14em;
	border-radius: 5rem;
	background: #000;
}
#main .imgBox .textList .subBox .ttl::after {
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	right: 2rem;
	bottom: -0.5rem;
	background: #000;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: '';
}
#main .imgBox .photoBox {
	width: 75.5rem;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .mapBox {
	width: 100%;
	height: 46.5rem;
	position: relative;
	background: rgba(0, 0, 0, 0.2);
}
#main .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .accessBox:not(:last-child) {
	margin-bottom: 14rem;
	padding-bottom: 14.7rem;
	position: relative;
}
#main .accessBox .hr {
	width: calc(50vw + 55rem);
	height: 0.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
}
#main .accessBox .hr::after {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff0000;
	content: '';
}
@media all and (max-width: 828px) {
	#main .bgBox {
		padding: 6.1rem 0 11.3rem;
	}
	#main .headLine04 {
		margin-bottom: 2rem;
		padding-left: 2rem;
	}
	#main .headLine04::before,
	#main .headLine04::after {
		width: 0.4rem;
		left: 0;
	}
	#main .imgBox {
		margin-bottom: 2.5rem;
		display: block;
	}
	#main .imgBox .textBox {
		margin: 0 0 3.1rem;
		width: auto;
	}
	#main .imgBox .textList li {
		padding: 1.4rem 0 2rem;
	}
	#main .imgBox .textList li::before {
		width: 10.7rem;
	}
	#main .imgBox .textList li p {
		margin-bottom: 1.1rem;
		font-size: 1.6rem;
		line-height: 1.375;
	}
	#main .imgBox .textList li .tel {
		font-size: 2.05rem;
		line-height: 1.45;
	}
	#main .imgBox .textList .item01 {
		padding-top: 2.4rem;
	}
	#main .imgBox .textList .item01 p {
		margin-bottom: 2rem;
	}
	#main .imgBox .textList .item02 {
		padding-top: 2.8rem;
	}
	#main .imgBox .textList .subBox {
		padding: 2.7rem 3.6rem 3rem;
	}
	#main .imgBox .textList .subBox .ttl {
		margin-bottom: 1.6rem;
	}
	#main .imgBox .textList .subBox .ttl::after {
		width: 0.6rem;
		height: 0.6rem;
		right: 2.9rem;
		bottom: -0.6rem;
	}
	#main .imgBox .photoBox {
		width: auto;
	}
	#main .mapBox {
		height: 46.5rem;
	}
	#main .accessBox:not(:last-child) {
		margin-bottom: 7.4rem;
		padding-bottom: 8.6rem;
	}
	#main .accessBox .hr {
		width: calc(100vw - 3.8rem);
		left: -0.2rem;
	}
}