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

/* ---------------------------------
  『館内案内』ページ専用CSS
------------------------------------*/
h2 {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.12em;
	margin-bottom: 1em;
	text-align: center;
}
h2 div {
	font-size: 80%;
}

section.contents_header {
	background-image: url("../images/facilities/mainview.jpg");
	background-position: center center;
}

#guide-map {
	margin-bottom: 2em;
	padding: 4em 0;
	background-color: rgba(0,7,24,0.8);
}
.guidemap_inner {
	display: flex;
	justify-content: space-between;
}
.guidemap_inner img {
	width: 30%;
}
.guidemap_inner table {		/* 館内案内図 */
	width: 65%;
	border-collapse:  collapse;
}
.guidemap_inner table th {
	border: 1px solid #fff;
	border-right: 0;
	width: 10%;
}
.guidemap_inner table td {
	border: 1px solid #fff;
	border-left: 0;
	width: 40%;
	line-height: 1.5;
}
.guidemap_inner table th.none, .guidemap_inner table td.none {
	border: none;
}
.guidemap_inner table td.w30 {
	width: 30%;
}
.guidemap_inner table td.w50 {
	width: 50%;
}
.guidemap_inner table th span {
	font-size: 120%;
}
@media screen and (max-width: 640px){
	.guidemap_inner {
		flex-direction: column;
	}
	.guidemap_inner img {
		width: 100%;
	}
	.guidemap_inner table {		/* 館内案内図 */
		width: 100%;
		margin-top: 2em;
	}
}

#information .lounge_wrapper {
	display: flex;
	justify-content: space-between;
	background-color: rgba(0,7,24,0.8);
	margin: 4em 0 2em;
}
#information .lounge_inner {
	width: 50%;
	padding: 2em;
}
#information .lounge_wrapper img {
	width: 50%;
}
#information .opening {
	border-top: 1px solid #fff;
	margin-top: 1em;
	padding: 1em 0;
	font-size: 90%;
	line-height: 1.5;
}
@media screen and (max-width: 640px){
	#information .lounge_wrapper {
		flex-direction: column;
	}
	#information .lounge_inner {
		width: 100%;
		padding: 1em;
		box-sizing: border-box;
	}
	#information .lounge_wrapper img {
		width: 100%;
	}
}

#information ul.facilities_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;}
#information ul.facilities_list li {
	margin-bottom: 2em;
	width: 350px;
	text-align: center;}
#information ul.facilities_list li img {
	margin-bottom: 1em;
	width: 100%;}
@media screen and (max-width: 640px){
	#information ul.facilities_list li {
		width: 100%;
	}

}

#information ul.facilities_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#information ul.facilities_list li {
	width: 31%;
	margin-top: 2.5em;
}
#information ul.facilities_list li img {
	width: 100%;
	margin-bottom: 0.5em;
}
#information dl {
	text-align: left;
	line-height: 1.4;
}
#information dl dt {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 640px){
	#information ul.facilities_list li {
		width: 100%;
	}
}


section#overview table {
	border-collapse:  collapse;
	border-top: 1px solid #fff;
	width: 100%;
	margin-bottom: 4em;
	line-height: 1.7;
}
section#overview tr {
	border-bottom: 1px solid #fff;
}
section#overview tr th {
	padding: 2em;
	background-color: #000718;
	width: 30%;
}
section#overview tr td {
	padding: 2em;
}
section#overview .important {
	color: #eeb821;
	font-weight: bold;
}
section#overview dl dd {
	margin-left: 2em;
}
@media screen and (max-width: 640px){
	section#overview tr th,
	section#overview tr td {
		border-bottom: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 1em;
	}

}