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


/*-------------------------------------------
   parks
---------------------------------------------*/
.parks_fv {
	margin-bottom: 70px;
}
.parks_fv .adrs {
	text-align: center;
	margin-top: 20px;
}
.parks_fv .btn-internal {
	margin: 0 auto;
}
.btns-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
  margin-bottom: -10px;
}
.txtBody .btns-flex {
	justify-content: right;
}
.btns-flex.tennis {
	margin-top: 20px;
}
.btn-x,
.btn-instagram,
.btn-line,
.btn-kawasaki {
	width: 50px;
	height: 50px;
}
.txtBody .btn-x,
.txtBody .btn-instagram,
.txtBody .btn-line,
.txtBody .btn-kawasaki {
	width: 35px;
	height: 35px;
}
.btn-kawasaki a {
  border: 1px solid #ddd;
}
.btn-x a,
.btn-instagram a,
.btn-line a,
.btn-kawasaki a {
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.btn-x a {
	background: #000;
}
.btn-x img,
.btn-instagram img,
.btn-line img,
.btn-kawasaki img {
	width: 100%;
}
.btns-flex .btn-internal {
	flex: 1;
	margin: 0;
}
.parks_sec .itemBox .btn-internal + .btn-internal {
	margin-top: 20px;
}

.itemBox .btn-internal {
  margin: 30px auto 0;
}

.parks_sec .listTable th:first-child {
	width: 160px;
}
.parks_sec .listTable th:nth-child(4) {
	width: 420px;
}
.parks_sec .listTable td:nth-child(4) {
	text-align: left;
}

.mhBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.notice {
	margin-top: 20px;
	color: #285aa0;
}
.notice a {
	text-decoration: underline;
}
.notice a:hover {
	text-decoration: none;
	opacity: 1;
}

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

.parks_fv {
	margin-bottom: 40px;
}
.parks_fv .adrs {
	margin-top: 5px;
}
.parks_fv .btn-internal {
	margin: 30px auto 0;
}
.btns-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
  margin-bottom: -10px;
}
.btns-flex.tennis {
	margin-top: 20px;
}

.btns-flex .btn-internal {
	flex: 1;
	margin: 0;
}
.parks_sec .itemBox .btn-internal + .btn-internal {
	margin-top: 20px;
}
	
	

	
}