@charset "UTF-8";

.main {
}

.hour {
	padding-bottom: 70px;
	border-bottom: #d9d2c3 1px solid;
}

.hour_hd {
}

.hour_wrap {
	display: flex;
	gap: 70px;
}

.hour_cnt {
}

.hour_tel {
	margin-bottom: 30px;
}

.hour_tel_num {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #a57165;
}

.hour_tel_num span {
	font-size: 28px;
}

.hour_tel_num a {
	font-size: 42px;
}

.hour_tel_note {
}

.hour_tbl {
}

.hour_tbl table {
	margin-bottom: 25px;
}

.hour_tbl_info {
}

.hour_tbl_info dl {
	display: flex;
	position: relative;
	padding-left: 16px;
}

.hour_tbl_info dl::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #a57165;
}

.hour_tbl_info dl dt {
	flex-shrink: 0;
}

.hour_tbl_info dl dd {
}

.hour_img {
}

.hour_img_cnt {
	overflow: hidden;
	border-radius: 10px;
}

.hour_info {
	margin-top: 70px;
}

.hour_info dl {
	display: flex;
	border-bottom: 1px solid #d9d2c3;
}

.hour_info dl:first-child {
	border-top: 1px solid #d9d2c3;
}

.hour_info dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	border-bottom: 2px solid #a57165;
}

.hour_info dl:first-child dt {
	border-top: 2px solid #a57165;
}

.hour_info dl dd {
	padding: 25px 30px;
}

.hour_info dl dd a {
	color: #d05d5d;
	text-decoration: underline;
}

.access {
	padding-bottom: 150px;
	border-bottom: none;
}

.access_hd {
}

.access_wrap {
}

.access_cnt {
}

.access_ttl {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d9d2c3;
	color: #6ba333;
	font-size: 20px;
}

.access_detail {
}

.access_detail span {
	color: #d05d5d;
}

.train_map {
	display: flex;
	justify-content: space-between;
	gap: 45px;
	margin-top: 40px;
}

.train_map_cnt {
	height: 320px;
	overflow: hidden;
	border-radius: 10px;
}

.train_map_cnt iframe {
	height: 620px;
	margin-top: -150px;
}

.car {
	padding-top: 70px;
}

.car_map {
	margin-top: 40px;
}

.car_map_cnt {
	width: fit-content;
	overflow: hidden;
	border: #d9d2c3 1px solid;
	border-radius: 10px;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.main {
	}

	.hour {
	}

	.hour_hd {
	}

	.hour_wrap {
		flex-flow: column;
		gap: 20px;
	}

	.hour_cnt {
	}

	.hour_tel {
		margin-bottom: 18px;
	}

	.hour_tel_num {
		align-items: baseline;
	}

	.hour_tel_num span {
		font-size: 22px;
	}

	.hour_tel_num a {
		font-size: 38px;
	}

	.hour_tel_note {
		font-size: 14px;
	}

	.hour_tbl {
	}

	.hour_tbl table {
	}

	.hour_tbl_info {
	}

	.hour_tbl_info dl {
		flex-flow: column;
		margin-bottom: 5px;
	}

	.hour_tbl_info dl::before {
	}

	.hour_tbl_info dl dt {
	}

	.hour_tbl_info dl dd {
	}

	.hour_img {
	}

	.hour_img_cnt {
	}

	.hour_info {
	}

	.hour_info dl {
		flex-flow: column;
		padding: 20px 10px;
	}

	.hour_info dl:first-child {
	}

	.hour_info dl dt {
		justify-content: start;
		border: none;
		color: #a57165;
	}

	.hour_info dl:first-child dt {
		border: none;
	}

	.hour_info dl dd {
		padding: 0;
	}

	.hour_info dl dd a {
	}

	.access {
		padding-bottom: 80px;
	}

	.access_hd {
	}

	.access_wrap {
	}

	.access_cnt {
	}

	.access_ttl {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 18px;
	}

	.access_detail {
	}

	.access_detail span {
		color: #d05d5d;
	}

	.train_map {
		flex-flow: column;
		gap: 20px;
	}

	.train_map_cnt {
		height: auto;
	}

	.train_map_cnt iframe {
		width: 100%;
		height: 450px;
		margin-top: -80px;
	}

	.car {
		padding-top: 30px;
	}

	.car_map {
		margin-top: 15px;
	}

	.car_map_cnt {
		margin: 0 auto;
	}
}
