@charset "utf-8";
/* 展示場のお知らせ */
#contents.exhibition_news {
	padding-left: 50px;
	padding-right: 50px;}

p.meta {
	float: left;
	padding-right: 1em;
	font-size: 0.9em;
	line-height: 1;}
p.meta span {
	vertical-align: middle;}
span.category {
	margin-left: 1em;
	padding: 0.25em 0.75em;
	border-radius: 1em;
	background: #d10a00;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;}

.linkTxt {
	overflow: hidden;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;}
.linkTxt span + span {
	padding-left: 0.5em;}
a:hover .linkTxt {
	color: #d10a00;}

.more_list {
	margin-left: 40px;
	padding: 0.5em 1em;
	border-radius: 5px;
	background: #65a9dd;
	color: #fff;
	font-size: 0.9em;}

.postBox,
.postBox * {
	box-sizing: border-box;}
.postBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding-left: 24px;
	font-size: 0.85em;}
.postBox .postTtl {
	position: relative;
	color: #65a9dd;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;}
.postBox .postTtl::before {
	display: block;
	position: absolute;
	top: 0.25em;
	left: -24px;
	width: 3px;
	height: 1em;
	background: currentColor;
	content: '';}
.postBox .postTtl + p.meta {
	width: 100%;
	padding-top: 1em;}
.postBox article {
	width: 100%;
	margin-top: 0.25em;
	padding: 1em 0;
	border-bottom: 1px dashed #65a9dd;}
.postBox article a {
	display: block;
	position: relative;
	color: currentColor;
	text-decoration: none;}
.postBox article a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	border: 0.4em solid transparent;
	border-right: none;
	border-left-color: #65a9dd;
	content: '';
	opacity: 0;
	transform: translate(-5px, -50%);
	transition: 0.3s;}
.postBox article a:hover::after {
	opacity: 1;
	transform: translate(0, -50%);}

.postBox .image,
.postBox .content,
.postBox .pdf {
	margin-top: 1.5em;}

.postBox .image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	gap: 24px;}
.postBox .image::after {
	width: calc((100% - 48px) / 3);
	content: '';}
.postBox .image .pic {
	position: relative;
	background: #040000;
	width: calc((100% - 48px) / 3);}
.postBox .image .pic::before {
	display: block;
	padding-top: 75%;
	content: '';}
.postBox .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);}

.postBox .content {
	word-break: break-all;}
.postBox .content strong {
	font-weight: bold;}

.postBox .pdf {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 12px;}
.postBox .pdf a {
	padding: 0.75em 1em;
	border-radius: 5px;
	background: #65a9dd;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.25;}

.pagenavi {
	margin-top: 24px;
	padding: 16px 24px;
	background: #eaf6fd;
	font-size: 0.875em;
	text-align: center;
	line-height: 1;}
.pagenavi > a {
	color: #65a9dd;
	font-weight: bold;
	text-decoration: none;}
.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center}
.pager a,
.pager span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 2.5em;
	height: 2.5em;
	margin: 7px;
	padding: 0 0.25em;
	border: 1px solid #c8e7f2;
	background: #fff;
	color: #65a9dd;
	font-weight: bold;
	text-decoration: none;}
.pager a:hover,
.pager span.current {
	color: #fff;
	border-color: #65a9dd;
	background: #65a9dd;
	opacity: 1;}


@media only screen and (max-width:640px){
	#contents.exhibition_news {
		padding-left: 20px;
		padding-right: 20px}

	.postBox .image .pic {
		width: 100%;}
}