@charset "utf-8";
/*
Theme Name: ベイサイド三浦浄苑
Theme URI: https://www.bayside-miurajoen.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 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.wp-pagenavi a {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	background: none;
	border: 1px solid #275799;
	line-height: 1;
	margin: 0 5px;
	color: #275799;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	text-decoration: none;
	background-color: rgba(39, 87, 153, 0.2);
}
.wp-pagenavi span.current {
	border: 1px solid #275799 !important;
	color: #fff;
	background-color: #275799;
	pointer-events: none;
}
.wp-pagenavi span.extend {
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 45px;
	background: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 5px;
	color: #275799;
}
@media only screen and (max-width: 750px) {
	.wp-pagenavi a,
	.wp-pagenavi span.current {
		width: 36px;
		height: 36px;
		margin: 0 4px;
	}
	.wp-pagenavi span.extend {
		width: 24px;
		height: 30px;
		margin: 0;
		font-size: 1.8rem;
	}
}

.news_indexlist_list .news_list_data figure img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.news_entry_detail .news_entry_detail_lead em {
	font-weight: normal !important;
	font-style: italic;
}