@charset "utf-8";
/*
Theme Name: すし八兵衛
Theme URI: https://www.hachibee-foods.com
Author: e-bird
version: 1.0
*/

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	height: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 25px 25px;
	display: inline;
	height: auto;
}
img.alignleft {
	padding: 4px;
	margin: 0 25px 10px 0;
	display: inline;
	height: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.wp-pagenavi a.disabled {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
.wp-pagenavi span.extend {
	pointer-events: none !important;
}

#news .news .news-list .row .date-tag .tag {
	background: #b37e2a;
}
/* #news .news .news-list .row:nth-child(2n) .date-tag .tag {
	background: #b24519;
} */

#news .news .news-list .row a .cover img {
	width: 100%;
	aspect-ratio: 7/5;
	object-fit: cover;
}

#news .news .news-detail .box-white .content .description .img p {
	margin-top: 0.5em;
}

.box-video {
	width: 80%;
	margin: 40px auto 0;
}
.box-video .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.box-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#news .news .news-detail .box-white .content .description .box-video + * {
	margin-top: 50px;
}
@media only screen and (max-width: 750px) {
	.box-video {
		width: 100%;
		margin-top: 30px;
	}
	#news .news .news-detail .box-white .content .description .box-video + * {
		margin-top: 35px;
	}
}