.exhibition-single {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: 'Helvetica Neue', sans-serif;
	line-height: 1.7;
	color: #333;
}

.exhibition-header {
	margin-bottom: 40px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 20px;
}

.exhibition-meta {
	font-size: 0.85em;
	color: #777;
	margin-bottom: 8px;
}

.exhibition-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 20px;
}

.exhibition-thumbnail img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}

.exhibition-description {
	margin-bottom: 40px;
}

.exhibition-description img{
	max-width: 100%;
	height: auto;
}

/* 横並びレイアウトのラッパー */
.exhibition-info {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}

.exhibition-info h2,
.exhibition-artists h2 {
	font-weight: 600;
	font-size: 140%;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
	margin-bottom: 20px;
}

.e-name {
	font-size: 80%;
}

.exhibition-info li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.exhibition-info li strong {
	font-size: 110%;
	font-weight: normal;
}

.exhibition-cat,
.exhibition-tags {
	padding: 10px 20px;
	border: 1px solid #000;
	margin: 20px 20px 20px 0;
	color: #000;
}

.exhibition-day {
	padding: 10px 20px;
	border: 1px solid #333;
	background-color: #333;
	margin: 20px 20px 20px 0;
	color: #fff;
}

@media screen and (max-width: 768px) {

	.exhibition-day,
	.exhibition-cat,
	.exhibition-tags {
		line-height: 3.8em;
		white-space: nowrap;
	}

	#main_content {
		width: 100%;
		padding-top: 0;
	}

	#article {
		padding-top: 0;
	}
}

.exhibition-description p {
	margin-bottom: 30px;
	line-height: 2.2em;
}

@media screen and (max-width: 768px) {
	#main_content {
		padding: 0px 0 150px;
		margin: 0;
	}
	.exhibition-description,.post_content p,#ex-info
		 {
			font-size: 120%;
			 line-height: 2.2em!important;
		}
}
	h3.wp-block-heading {
	padding: 10px 0 10px 1em;
	margin-bottom: 20px;
	border-left: 1px solid #000;
}

h2.wp-block-heading {
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 15px;
}

/* サムネイル画像 */
.exhibition-thumbnail {
	flex: 1 1 50%;
	max-width: 50%;
}

/* 基本情報リストの囲い */
.exhibition-info>div {
	flex: 1 1 50%;
	max-width: 48%;
	padding: 20px;
	box-sizing: border-box;
}

/* モバイル時は縦並び */
@media screen and (max-width: 768px) {

	.exhibition-thumbnail,
	.exhibition-info>div {
		flex: 1 1 100%;
		max-width: 100%;
		padding: 0px;

	}

	.exhibition-info {
		flex-direction: column;
	}
}

/**********アーカイブページ************/

h2.section-title{
    text-align: center;
    font-size: 180%;
    margin-bottom: 50px;
}

.full-width-divider {
  width: 100vw;               /* ビューポート幅を基準に */
  margin-left: calc(-50vw + 50%); /* 親要素の中央寄せを打ち消す */
  border-bottom: 1px solid #000;
	margin-bottom: 70px;
	margin-top: 70px;
}

.full-width-divider-frontpage {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-bottom: 1px solid #000;
    margin-bottom: 00px;
    margin-top: 0px;
}

.exhibition-status{
	margin-bottom: 10px;
}

.exhibition-status span{
	font-size: 90%;
	padding: 5px;
    border: 1px solid #000;
}

.blog_list .date_list {
    margin: 15px 0 10px 0;
}
@media screen and (max-width: 768px) {
	.exhibition-status span {
		font-size: 80%;
	}
	h2.section-title{
		font-size: 140%;
	}
}

.exhibition_tags {
  margin: 40px 0;
  text-align: center;
}

.exhibition_tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* ← 中央寄せ */
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.exhibition_tags .tag-list li a {
    display: inline-block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
    border: 1px solid #000;
}

.exhibition_tags .tag-list li a:hover {
  background: #cfcfcf;
}

/*********検索ウィンド***********/

/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
body.error404 #footer,
body.error404 #footer_banner,
body.error404 #return_top,
body.error404 #side_icon_button,
body.search-no-results #footer,
body.search-no-results #footer_banner,
body.search-no-results #return_top,
body.search-no-results #side_icon_button {
	display: none;
}

body.error404 #copyright,
body.search-no-results #copyright {
	display: none;
}

#no_search_result {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: fit-content;
}

#no_search_result .content {
    padding-block: 20px;
}

@media screen and (max-width:800px) {
	#no_search_result {
		margin-bottom: 50px;
		height: fit-content !important;
	}
	
}
@media screen and (max-width:1300px) {
	#no_search_result {
		margin-bottom: 50px;
		height: fit-content !important;
	}
	
}

#no_search_result .content {
	z-index: 100;
	width: 100%;
	margin-top: 0px;
}

#no_search_result.has_image .content {
	color: #fff;
}

#no_search_result.has_image .content p a {
	color: #fff !important;
	text-decoration: underline;
}

#no_search_result .headline {
	text-align: center;
	margin: 0 0 40px 0;
	font-size: 42px;
	font-family: var(--headline_font_type);
}

#no_search_result .desc {
	text-align: center;
	margin: 0 auto 30px;
	width: 800px;
}

#no_search_result .desc:last-child {
	margin-bottom: 0;
}

#no_search_result .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

#no_search_result .bg_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	overflow: hidden;
}

#no_search_result .bg_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

#no_search_result form {
	height: 50px;
	width: 400px;
	position: relative;
	margin: 0 auto;
}

#no_search_result .input_area input {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50px;
	border: none;
	background: #f3f3f3;
	z-index: 1;
	padding: 0 60px 0 25px;
	border-radius: 50px;
	z-index: 1;
}

#no_search_result .search_button input {
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
	background: none;
	width: 50px;
	height: 50px;
	z-index: 2;
	cursor: pointer;
}

#no_search_result .search_button label {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	width: 50px;
	height: 50px;
	display: block;
	pointer-events: none;
}

#no_search_result .search_button label:before {
	display: block;
	font-family: 'normal_icon';
	color: #000;
	font-size: 14px;
	content: '\e94c';
	top: 19px;
	right: 20px;
	position: absolute;
	transition: color 0.2s ease;
	-webkit-font-smoothing: antialiased;
}

@media(hover: hover) {
	#no_search_result.has_image .content p a:hover {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	#no_search_result .search_button:hover label:before {
		color: rgba(0, 0, 0, 0.6);
	}
}

#no_search_result.has_bg_image .content {
	color: #fff;
}

#no_search_result.has_bg_image .input_area input {
	background: #fff;
}

#no_search_result .tag_list {
	text-align: center;
	width: 730px;
	margin: 60px auto;
}

#no_search_result .desc+.tag_list {
	margin-top: 50px;
}

#no_search_result .wp-tag-cloud {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0 0 -5px;
}

#no_search_result .wp-tag-cloud li {
	margin: 0 2px 4px;
	display: block;
}

#no_search_result .wp-tag-cloud a {
	background: #f3f3f3;
	height: 35px;
	line-height: 35px;
	display: block;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 14px !important;
}

#no_search_result.has_image .wp-tag-cloud a {
	background: none;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

@media(hover: hover) {
	#no_search_result .wp-tag-cloud a:hover {
		background: var(--main_color);
		border-color: var(--main_color);
		color: #fff;
	}

	#no_search_result.has_image .wp-tag-cloud a:hover {
		background: none;
		border: 1px solid rgba(255, 255, 255, 0.5);
		color: rgba(255, 255, 255, 0.5);
	}
}

#no_search_result .copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	line-height: 1.5;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 19px 20px;
	font-size: 14px;
}

#no_search_result.has_image .copyright {
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

#no_search_result.has_image .copyright a {
	color: #fff;
	text-decoration: underline;
}

@media(hover: hover) {
	#no_search_result.has_image .copyright a:hover {
		color: rgba(255, 255, 255, 0.5);
	}
}