@charset 'utf-8';
#pagebody {
	width: 100%;
	margin: auto;
}
.syokihiyo_yasui_body {
	width: 100%;
	height: 801px;
	background-image: url(https://www.akibeya.site/images/zero_tokushu/tokushu_zero_backimage.png);
	background-size: cover;
}
.syokihiyo_yasui_body, .syokihiyo_yasui_body * {
	box-sizing: border-box;
}
.tokushu_midasi {
	text-align: center;
	font-size: 40px;
	color: #306600;
	line-height: 230px;
	text-shadow: -1px -1px 0px #fff;
}
.sapoie_body .tokushu_midasi {
	color: #FF8022;
}
.tokushu_bnr_wrapper {
	width: 1100px;
	margin: 0 auto;
}
.tokushu_bnr {
	float: left;
}
.tokushu_bnr + .tokushu_bnr {
	float: right;
}
.tokushu_bnr a:hover img {
	opacity:0.8;
}
div#footer {
	margin-top: 0;
}
@media screen and (max-width: 640px) {
	.syokihiyo_yasui_body {
		height: auto;
	}
	.tokushu_midasi {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 22px;
	}
	.tokushu_bnr_wrapper {
		width: 100%;
		margin: auto;
		padding: 20px 10px 50px;
	}
	.tokushu_bnr {
		width: 100%;
		float: none;
	}
	.tokushu_bnr img {
		width: 100%;
	}
	.tokushu_bnr + .tokushu_bnr {
		margin-top: 10px;
	}
}
