.mainvisual {
	background-image: url(../img/mv-photo.jpg);
}
section {
	padding-bottom: 62px;
}
h1 {
	margin-bottom: 36px;
	text-align: center;
}
dl {
	max-width: 980px;
	margin: 0 auto;
}
dl + dl {
	margin-top: 58px;
}
dt {
	background-color: #0097ff;
	margin-bottom: 15px;
	padding: 8px 30px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
}
dd {
	padding: 0 30px;
	font-size: 1.8rem;
	font-weight: bold;
}
dd p {
	font-size: 2.4rem;
}
dd p br {
	display: none;
}
dd .btn {
	margin-top: 30px;
}
dd .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	width: 485px;
	border: 1px solid #609330;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	text-align: center;
	font-size: 2.3rem;
	color: #609c30;
}
dd .btn i {
	position: absolute;
	right: 40px;
	bottom: 50%;
	transform: translateY(50%);
}
dd .kome {
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
}
dd .contact {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
dd .contact .tel-link {
	flex: 0 0 auto;
	margin-top: 30px;
	position: relative;
	color: #609c30;
	font-size: 3.0rem;
}
dd .contact .tel-link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.08em;
	background-color: #609c30;
	left: 0;
	bottom: 3px;
}
dd .contact .tel-link span {
	font-size: 3.6rem;
}
dd .contact .btn {
	flex: 0 0 auto;
}
.table {
	margin-top: 10px;
}
.table table {
	width: 100%;
	border: 2px solid #4f4034;
}
.table th {
	background-color: #cae9ff;
	border-right: 2px solid #4f4034;
	border-bottom: 1px solid #4f4034;
	padding: 12px 25px;
	width: 350px;
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
}
.table td {
	background-color: #fff;
	border-bottom: 1px solid #4f4034;
	padding: 12px 18px;
	text-align: right;
	font-size: 100%;
}
.table td + td {
	border-left: 1px solid #4f4034;
	width: 278px;
}
/* 入園料 */
.scroll {
	margin-bottom: 10px;
}
.scroll:first-of-type {
	margin-top: 28px;
}
.scroll table {
	width: 100%;
	border: 2px solid #4f4034;
}
.scroll th {
	background-color: #cae9ff;
	border-right: 2px solid #4f4034;
	border-bottom: 1px solid #4f4034;
	padding: 12px 0;
	width: 200px;
	text-align: c;
	vertical-align: middle;
	font-size: 100%;
}
.scroll tr:not(.theader) td:nth-child(-n+2) {
	border-right: 2px solid #4f4034;
}
.scroll td {
	background-color: #fff;
	border: 1px solid #4f4034;
	padding: 12px;
	text-align: center;
	font-size: 100%;
	width: 200px;
}
.scroll .theader th:first-of-type {
	border-bottom: 1px solid #4f4034;
	width: 70px;
}
.scroll .theader th:nth-child(2),
.scroll .theader th:nth-child(3),
.scroll .theader td{
	border-bottom: 2px solid #4f4034;
}
.scroll .theader th:nth-child(3) {
	width: 300px;
}
.access {
	background-color: #cae9ff;
	max-width: 980px;
	margin: 58px auto 0;
	padding: 20px 20px 20px 0;
	display: flex;
}
.access .textbox {
	flex: 1 0 0%;
	font-size: 2.0rem;
	font-weight: bold;
}
.access .midashi {
	border-bottom: 1px dashed #0097ff;
	padding-bottom: 16px;
	padding-left: 20px;
	margin-bottom: 16px;
	font-size: 2.4rem;
}
.access .address {
	padding-left: 20px;
}
.access .address div:first-child {
	margin-bottom: 10px;
}
.map {
	position: relative;
	flex: 0 0 auto;
	width: 512px;
	height: 223px;
}
.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
@media screen and (min-width: 768px) {
	dd .btn a:hover {
		background-color: #609330;
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	section {
		padding-bottom: 45px;
	}
	dt {
		text-align: center;
		font-size: 1.7rem;
	}
	dd {
		padding: 0 18px;
		font-size: 1.5rem;
	}
	dd p {
		margin-bottom: -5px;
		font-size: 2.1rem;
	}
	dd p br {
		display: inline;
	}
	dd .btn {
		margin-top: 20px;
	}
	dd .btn a {
		width: 100%;
		font-size: 1.8rem;
	}
	dd .btn a:active {
		background-color: #609330;
		color: #fff;
	}
	dd .btn i {
		right: 26px;
	}
	dd .btn .iconArrow {
		width: 25px;
		height: 12px;
	}
	dd .contact {
		display: block;
		text-align: center;
	}
	dd .contact .tel-link {
		border-bottom: none;
		position: static;
		font-size: 2.6rem;
		line-height: 1.2;
		font-feature-settings: "palt";
	}
	dd .contact .tel-link::before {
		display: none;
	}
	dd .contact .tel-link span {
		display: inline-block;
		margin-left: 5px;
		font-size: 3.2rem;
	}
	dd .contact .tel-link a {
		position: relative;
		display: inline-block;
	}
	dd .contact .tel-link a::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0.08em;
		background-color: #609c30;
	}
	dd .contact .tel-link a:active::before {
		background-color: rgba(96, 156, 48, 0);
	}
	.table {
		margin-top: 0px;
	}
	.table th {
		padding: 8px;
		width: auto;
		line-height: 1.27;
	}
	.table td {
		padding: 8px;
		vertical-align: middle;
		line-height: 1.27;
		width: 64%;
	}
	.table td span {
		display: inline-block;
	}
	.access {
		display: block;
		margin: 24px 15px 0;
		padding: 15px 10px;
	}
	.access .textbox {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	.access .midashi {
		margin: 0 -10px 16px;
		padding-left: 0;
		text-align: center;
		font-size: 1.9rem;
	}
	.access .address {
		padding-left: 0px;
	}
	.access .address br {
		display: none;
	}
	.map {
		width: 100%;
		height: 212px;
	}
	/* 入園料 */
	.scroll {
		overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
	}
	.scroll table {
		width: 920px;
		border-collapse: separate;
		border-left: none;
		border-right: none;
	}
	.scroll th:first-child {
  border-left: 2px solid #4f4034;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
	.scroll .theader th:first-of-type {
	border-bottom: 1px solid #4f4034;
		padding: 0;
	width: 20px;
	}
	.scroll th {
		padding: 8px;
		line-height: 1.27;
		width: 80px;
	}
	.scroll td {
		padding: 8px;
		vertical-align: middle;
		line-height: 1.27;
		border-top: none;
		border-right: 1px solid #4f4034;
		border-bottom: 1px solid #4f4034;
		border-left: none;
		width: 80px;
	}
	.scroll td:last-child {
		border-right: 2px solid #4f4034;
	}
	.scroll .theader th:nth-child(3){
		width: 100px;
	}
}
@media screen and (max-width: 360px) {
	dd .contact .tel-link {
		font-size: 2.7rem;
	}
	dd .contact .tel-link span {
		font-size: 3.3rem;
	}
}
@media screen and (max-width: 320px) {
	dd .contact .tel-link {
		font-size: 2.1rem;
	}
	dd .contact .tel-link span {
		font-size: 2.7rem;
	}
}
