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




h3 {
	font-size: 30px;
	font-weight: 550;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
@media screen and (max-width:780px) {
	h3 {
		font-size: 25px;
		margin-bottom: 40px;
	}
}

.guide {
	margin-bottom: 150px;
}

.guide table {
	max-width: 1100px;
	width: 95%;
	margin: auto;
	margin-bottom: 50px;
}

.guide table th {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-radius: 0.5rem;
	width: 210px;
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	line-height: 1.5em;
}

.guide table td {
	padding: 10px 0 10px 20px;
	vertical-align: middle;
	font-size: 19px;
	line-height: 1.5em;
	text-align: justify;
}
@media screen and (max-width:800px) {
	.guide table th {
		font-size: 18px;
	}
	.guide table td {
		font-size: 16px;
	}
}

@media screen and (max-width:600px) {
	.guide table th, .guide table td {
		display: block;
		width: 95%;
		margin: auto;
	}
	.guide table td {
		padding: 10px 0 0 0;
	}
	.guide table th br {
		display: none;
	}
}








/*============施設使用状況ボタン=============*/

/*--------くの字矢印（右）--------*/
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #0068b7;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
/*-----------------------------*/




.btn-flex table {
	width: 250px;
	max-width: 100%;
	border: 1px solid #0068b7;
	border-radius: 0.7rem;
	border-collapse: separate;
	padding: 15px;
	margin: auto;
	
}

.btn-flex {
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	max-width: 1100px;
	width: 100%;
	margin: auto;
	padding: 0 10px;
	margin-bottom: 50px;
}
@media screen and (max-width:1099px) {
	.btn-flex {
		max-width: 830px;
	}
}
@media screen and (max-width:829px) {
	.btn-flex {
		max-width: 560px;
	}
}
@media screen and (max-width:600px) {
	.btn-flex {
		display: block;
	}
	.btn-flex table {
		width: 95%;
		margin: 0 auto 20px;
	}
}

.shisetsu-name {
	font-size: 16px;
	color: #0068b7;
	font-feature-settings: "palt";
}

.right-arrow {
	width: 24px;
	padding-left: 5px;
}
@media screen and (max-width:600px) {
	.right-arrow {
		max-width: 15px;
	}
}



.shisetsu-btn {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	transition: 0.5s;
}

.shisetsu-btn:hover .shisetsu-name,
.shisetsu-btn:hover .dli-chevron-round-right {
	color: #fff;
}
.shisetsu-btn table {
	transition: 0.5s;
}
.shisetsu-btn table:hover {
	background-color: #0068b7;
	border-radius: 0.7rem;
}


/*===============================*/









