@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap&subset=japanese');

body {
	background: #f4f4f4;
	font-family: YakuHanMP, '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	color: #222;
	font-size: 15px;
	font-feature-settings: "palt"1;
	line-height: 2;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
}

/* for Firefox */
::-moz-selection {
	background: #c8c8c8;
}
::selection {
	background: #c8c8c8;
}

.pic img {
	width: 100%;
	height: auto;}

.aks {
	display: inline-block;
	text-indent: initial;}


/* -- header -- */
header {
	position: relative;
}
header > .logo {
	max-width: 80px;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1000;
}
header > .logo img {
	max-width: 100%;
}
@media only screen and (max-width:640px) {
	header > .logo {
		max-width: 60px;
		top: 20px;
		left: 20px;
	}
}


/* -- footer -- */
footer {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 50px;
	background: #f4f4f4;
}
footer small {
	width: 100%;
	display: block;
	color: #b4965f;
	text-align: center;
}
@media only screen and (max-width:640px) {
	footer {
		padding: 80px 0 50px;
	}
}

/* -- container -- */
.inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;}