@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
	font-size: 13px;
	color: #323232;
}

h1 {
	color: #323232;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* ヘッダー */
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	height: 130px;
	margin-bottom: 0px;
}

#logo a {
	display: block;
	background-image: url(../images/logo.png);
	width: 231px;
	height: 70px;
	text-indent: -9999px;
	float: left;
}

#header #head_contact {
	float: right;
	width: 314px;
	height: 58px;
	margin-top: 5px;
}

/* ページ全体 */
#page {
	clear: both;
	float: none;
	width: 100%;
	overflow: hidden;
	height: 133px;
}

/* フッター */
#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-top: 1px solid #DDDDDD;
	padding-top: 30px;
}

#foot_contact #foothase {
	width: 244px;
	height: 148px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

/* フッターメニュー */
#footer_gnav {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
}

#footer ul.foot_navi {
	margin-right: -24px;
	margin-bottom: 24px;
}

ul.foot_navi li {
	float: left;
}

ul.foot_navi li a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	margin-right: 23px;
}

ul.foot_navi li a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
	margin-right: 23px;
}


/* コピーライト */
#copyright {
	height: 50px;
	width: 100%;
	background-color: #207BEE;
	padding-bottom: 10px;
}
#copyright h5 {
	color: #FFFFFF;
	text-align: center;
	padding-top: 22px;
}

/* ページトップ */
.pagetop {
	position: fixed;
    bottom: 100px;
    right: 100px;
    width: 40px;
    height: 40px;
}
#hase_time {
	width: 750px;
	height: 196px;
	margin-left: auto;
	margin-right: auto;
}
.black_bold {
	font-weight: bold;
	color: #000000;
}


.facility-standards {margin: 0 0 24px; text-align: center; color: #000000; font-size: 11px; text-decoration: none; display: flex; justify-content: center;}

.news_box b {font-weight: bold;}

/*================================
-250610 add
=================================*/

.common-footer-reception {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 40px;
}

.common-reception-table{
	border-collapse: collapse;
	width: 100%;
	margin: 40px auto 0;
	border: 1px solid #ccc;
	margin-bottom: 16px;

	th, td {
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		line-height: 1.6;
		font-size: 15px;
		vertical-align: middle;
	}

	tr {
		border-bottom: .5px solid #ccc;

		&:last-child {
			border-bottom: 0;
		}
	}

	th {
		background-color: #1F7BE8;
		color: #fff;
		padding: 8px;
		text-align: center;
		border-right: .5px solid #fff;

		&:first-child {
			width: 25%;
		}

		&:nth-of-type(2),
		&:nth-of-type(3),
		&:nth-of-type(4),
		&:nth-of-type(5),
		&:nth-of-type(6),
		&:nth-of-type(7){
			width: 10%;
		}

		&:last-child {
			border-right: 0;
			width: 10%;
		}
	}

	td {
		border-right: .5px solid #ccc;
		text-align: center;
		padding: 8px 16px;
		font-size: 30px;
		color: #1F7BE8;
		line-height: 1.2;
		font-weight: 300;

		&:last-child {
			border-right: 0;
		}
	}

	.td-date {
		line-height: 1.6;
		font-size: 15px;
		font-weight: 800;
		letter-spacing: 1px;
		color: #000000;
	}

	.none {
		width: 20px;
		height: 1px;
		background-color: #bdbdbd;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}
}

.common-reception-text {
	font-size: 15px;
	text-align: right;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	line-height: 1.6;
	letter-spacing: 1px;
}

.common-footer-map {
	display: flex;
	justify-content: center;
	margin: 0 auto;

	>iframe {
		margin: auto;
		max-width: ;
		aspect-ratio: 16 / 9;
		max-width: 950px;
		width: 100%;
		height: 100%;
	}
}