/**
 * Sorry CSS
 *
 * @copyright   (C) STUDIO POT SD Inc.
 */
:root {
	--font-family-emoji: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,"Helvetica Neue","Noto Sans",Arial,sans-serif,var(--font-family-emoji);
	--font-family-maru: "Archivo Black","Hiragino Maru Gothic ProN W4","Hiragino Maru Gothic ProN","Yu Gothic","YuGothic",Verdana,Arial,sans-serif,var(--font-family-emoji);
}
body {
	font-family: var(--font-family);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	margin: 0;
	width: 100vw;
	height: 100vh;
}
header, footer {
	width: 100vw;
	height: 60px;
	overflow: hidden;
	background: #000;
}
main {
	width: 100vw;
	height: calc( 100vh - 120px );
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background: #eee;
	color: #666;
	text-align: center;
}
h1, .logo, .logo > svg {
	height: 40px;
	line-height: 40px;
}
h1 {
	margin: 0;
	padding: 10px;
}
.logo {
	color: #fff;
}
svg {
	vertical-align: middle;
}
address {
	margin-top: 30px;
	background: #eee;
	color: #666;
	display: block;
	width: 100vw;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-style: normal;
}
.ib {
	display: inline-block;
}
p {
	margin: 0;
	line-height: 1.4em;
}
.mb-3 {
	margin-bottom: 1em;
}
.mb-4 {
	margin-bottom: 1.5em;
}
.error-image {
	width: 300px;
	height: 60px;
	margin: 30px auto 20px auto;
	border: 0;
	background: #666;
	color: #fff;
	font-family: var(--font-family-maru);
	font-weight: bold;
	font-size: 36px;
	line-height: 60px;
}
</style>
</head>
<body>
	<header>
		<h1><a href="/" class="logo"><svg width="200" height="40" viewbox="0,0,120,24" alt="版元ドットコム"><use xlink:href="assets/img/hanmoto-com-logo.svg#canvas"></svg></a></h1>
	</header>
	<main>
		<div class="error-image"><span>メンテナンス中</span></div>
		<p class="mb-3">
			<span class="ib">アクセス頂きありがとうございます。</span>
			<span class="ib">ただいまメンテナンスを行っています。</span>
		</p>
		<p class="mb-4">
			<span class="ib">版元ドットコムのAPIをご利用の場合には</span>
			<span class="ib">OpenBDのAPIに移行をお願いします。</span>
			<span class="ib">https://openbd.jp/</span>
		</p>
		<p>
			<span class="ib">大変お手数ですが、メンテナンスが</span>
			<span class="ib">終了した後に改めてアクセス頂けるよう</span>
			<span class="ib">お願い申し上げます。</span>
		</p>
	</main>
	<footer>
		<address>Copyright &copy; <span id="copyright-year">2023</span> 版元ドットコム</address>
	</footer>
</body>
</html>
