@charset "utf-8";
/*------------------------------------------------------------
Theme Name: wazuka
Theme URI: null
Description: カスタムのWordPressテーマ
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
figure.wp-block-image {
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	figure.wp-block-image {
		margin-bottom: 35px;
	}
}
.story_thumb {
	aspect-ratio: 626/418;
}
.story_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.notFound {
	padding: 0 30px;
	min-height: inherit;
	text-align: center;
}