@charset "utf-8";

/* ========================================================
	exhibition.css
======================================================== */

/* exhibition_contents
============================================================================================================ */
.exhibition_contents .map {
	position: relative;
	margin-top: 50px;
	overflow: hidden;
}
.exhibition_contents .map p {
	position: relative;
	z-index: 3;
}
.exhibition_contents .map p.saiji_mark:before{
  content: "◆";
  margin-left: -1em;
}
.exhibition_contents .map p.saiji_mark {
	position: relative;
	z-index: 3;
  margin-left: 1em;
}
.exhibition_contents .map ul {
	position: relative;
	height: 610px;
	background: url(../images/exhibition_map.png) no-repeat;
}
.exhibition_contents .map ul li {
	position: absolute;
}
.exhibition_contents .map ul li a {
	position: relative;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #ad8547;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 2rem;
	line-height: 1.6;
}
.exhibition_contents .map ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin-top: -8px;
	background-color: #ad8547;
}
.exhibition_contents .map ul li.hokkaido {
	left: 330px;
	top: 80px;
}
.exhibition_contents .map ul li.hokushinetsu {
	left: 180px;
	top: 330px;
}
.exhibition_contents .map ul li.kanto {
	left: 470px;
	top: 410px;
}
.exhibition_contents .map ul li.chubu {
	left: 330px;
	top: 460px;
}
.exhibition_contents .map ul li.kansai {
	left: 120px;
	top: 410px;
}
.exhibition_contents .map ul li.chugoku {
	left: 180px;
	top: 510px;
}
.exhibition_contents .map ul li.kyusyu {
	left: 90px;
	top: 560px;
}
.exhibition_contents .map ul li.kanto a::after,
.exhibition_contents .map ul li.chubu a::after,
.exhibition_contents .map ul li.chugoku a::after,
.exhibition_contents .map ul li.kyusyu a::after {
	right: auto;
	left: -8px;
}
@media screen and (min-width: 769px), print {
	.exhibition_contents .map {
		padding-left: 70px;
		font-size: 1.7rem;
		line-height: 1.9;
	}
	.exhibition_contents .map ul {
		width: 760px;
		margin-top: -20px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 768px) {
	.exhibition_contents .map {
		margin-top: 40px;
	}
	.exhibition_contents .map ul {
		width: 760px;
		left: 50vw;
		margin-left: -380px;
		margin-bottom: -280px;
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		transform-origin: 50% 0;
		-webkit-transform: scale(.55);
		-ms-transform: scale(.55);
		-o-transform: scale(.55);
		transform: scale(.55);
	}
}

.exhibition_contents .link {
	text-align: center;
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	.exhibition_contents .link {
		margin-top: 40px;
	}
}

.exhibition_section {
	margin-top: 80px;
}
.exhibition_section h2 {
	font-size: 2.4rem;
}
.exhibition_section table .place > .insession::after {
	content: "開催中";
	display: block;
	padding: 4px;
	width: 5em;
	background-color: #e95513;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 769px), print {
	.exhibition_section table {
		width: 100%;
		border-top: 1px solid #c1a374;
		border-bottom: 1px solid #c1a374;
		table-layout: fixed;
		font-size: 1.9rem;
		line-height: 1.5;
	}
	.exhibition_section table th,
	.exhibition_section table td {
		padding: 24px 0;
		vertical-align: middle;
	}
	.exhibition_section table tr + tr {
		border-top: 1px dotted #c1a374;
	}
	.exhibition_section table th {
		width: 10em;
		text-align: center;
		line-height: 1.5;
	}
	.exhibition_section table .date {
		width: 360px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.exhibition_section table .place > div {
		position: relative;
	}
	.exhibition_section table .place > .insession {
		padding-right: 110px;
	}
	.exhibition_section table .place > .insession::after {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.exhibition_section .no-entry {
		padding-top: 20px;
		border-top: 1px solid #c1a374;
		font-size: 1.9rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.exhibition_section {
		margin-top: 50px;
	}
	.exhibition_section h2 {
		font-size: 1.8rem;
	}
	.exhibition_section table,
	.exhibition_section table tbody,
	.exhibition_section table tr,
	.exhibition_section table th,
	.exhibition_section table td {
		display: block;
	}
	.exhibition_section table {
		border-top: 1px solid #c1a374;
		border-bottom: 1px solid #c1a374;
	}
	.exhibition_section table tr {
		padding: 10px 0;
	}
	.exhibition_section table tr + tr {
		border-top: 1px dotted #c1a374;
	}
	.exhibition_section table th {
		float: left;
		width: 6em;
		text-align: center;
    padding: 0 10px 0 0;
	}
	.exhibition_section table th ~ * {
		margin-left: 5.5em;
	}
	.exhibition_section table td {
	}
	.exhibition_section table .place > .insession::after {
		margin-top: 5px;
		padding: 0px;
	}
	.exhibition_section .no-entry {
		padding-top: 10px;
		border-top: 1px solid #c1a374;
		line-height: 1.5;
	}
}

