@charset "UTF-8";

.hours {
}

.hours_wrap {
}

.hours_tbl {
	padding: 0 100px;
}

.hours_tbl table {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	table-layout: fixed;
}

.hours_tbl table tr {
	border-bottom: 1.5px solid #333333;
}

.hours_tbl table thead {
	font-size: 20px;
}

.hours_tbl table thead tr th {
	padding-bottom: 15px;
	color: #80b051;
	font-size: 24px;
}

.hours_tbl table thead tr td {
	padding-bottom: 15px;
	text-align: center;
}

.hours_tbl table th {
	width: 220px;
}

.hours_tbl table tbody th {
	padding: 40px 20px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}

.hours_tbl table tbody td {
	text-align: center;
	vertical-align: middle;
}

.hours_tbl table tbody td span.maru {
	display: inline-flex;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #80b051;
}

.hours_tbl p {
	font-weight: bold;
	font-size: 20px;
}

.hours_note {
}

.address {
	padding: 100px 0;
}

.address_wrap {
}

.address_ttl {
	margin-bottom: 23px;
	color: #80b051;
	font-size: 24px;
}

.address_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 70px;
	align-items: end;
}

.address_info {
}

.address_info dl {
	display: flex;
	border-bottom: 1.5px solid #333333;
}

.address_info dl dt {
	width: 90px;
	padding: 19px 0;
	border-bottom: 2px solid #80b051;
	text-align: center;
}

.address_info dl dd {
	padding: 19px 24px;
}

.address_img {
	position: relative;
}

.address_img_item {
	position: absolute;
	top: -60px;
	right: 37px;
}

.address_img_cnt {
	overflow: hidden;
	border-radius: 20px;
}

.address_map {
	height: 420px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 20px;
}

.address_map iframe {
	width: 100%;
	height: 100%;
}

.address_access {
	padding: 45px 60px;
	border-radius: 20px;
	background: #f4f1e4;
}

.address_access_ttl {
	margin-bottom: 20px;
	color: #80b051;
	font-weight: bold;
	font-size: 24px;
}

.address_access_detail {
}

.address_access_detail_ttl {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	font-size: 20px;
}

.address_access_detail_ttl span {
	display: flex;
	flex-shrink: 0;
}

.address_access_detail_wrap {
	padding: 0 50px;
}

.address_access_detail_txt {
	margin-bottom: 25px;
}

.address_access_detail_txt span {
	color: #e88f00;
}

.address_access_detail_map {
	text-align: center;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.hours {
	}

	.hours_wrap {
	}

	.hours_tbl {
		padding: 0;
		font-size: 14px;
	}

	.hours_tbl table {
		table-layout: auto;
	}

	.hours_tbl table tr {
	}

	.hours_tbl table thead {
		font-size: 14px;
	}

	.hours_tbl table thead tr th {
		padding-bottom: 5px;
		font-size: 16px;
	}

	.hours_tbl table thead tr td {
		padding-bottom: 5px;
	}

	.hours_tbl table th {
		width: 110px;
	}

	.hours_tbl table tbody th {
		padding: 12px 7px;
		font-size: 14px;
	}

	.hours_tbl table tbody td {
		font-size: 14px;
	}

	.hours_tbl table tbody td span.maru {
		width: 12px;
		height: 12px;
	}

	.hours_tbl p {
		font-size: 16px;
	}

	.hours_note {
	}

	.address {
		padding: 40px 0;
	}

	.address_wrap {
	}

	.address_ttl {
	}

	.address_cnt {
		grid-template-columns: 1fr;
		gap: 90px;
		margin-bottom: 20px;
	}

	.address_info {
	}

	.address_info dl {
	}

	.address_info dl dt {
		flex-shrink: 0;
		padding: 10px 0;
	}

	.address_info dl dd {
		padding: 10px;
	}

	.address_img {
	}

	.address_img_item {
	}

	.address_img_cnt {
	}

	.address_map {
	}

	.address_map iframe {
	}

	.address_access {
		padding: 30px 15px;
	}

	.address_access_ttl {
		margin-bottom: 12px;
		font-size: 20px;
	}

	.address_access_detail {
	}

	.address_access_detail_ttl {
		font-size: 18px;
	}

	.address_access_detail_ttl span {
	}

	.address_access_detail_wrap {
		padding: 0;
	}

	.address_access_detail_txt {
	}

	.address_access_detail_txt span {
	}

	.address_access_detail_map {
	}
}
