@charset "UTF-8";



/* pc */
.pcOnly {
	display: none;
}



/* メインビジュアル */
body > div.top_visual {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-top: 0;
	min-width: auto;
}

body > div.top_visual ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body > div.top_visual ul > li {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	list-style-type: none;
	position: relative;
	padding-top: 45.4%;
}

body > div.top_visual ul > li > a {
	width: 100%;
	height: 100%;
	display: block;
}

body > div.top_visual ul > li > a > img {
	position: absolute;
	bottom: 0;
	left: 55%;
	margin-left: -50%;
	opacity: 0;
	width: 90%;
}



body > section > article {
	background-color: #ffffff;
	width: 100%;
	height: auto;
}

body > section > article > div.news_wrapper {
}

body > section > article > div.news_wrapper > div.news_post {
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

body > section > article > div.news_wrapper > div.news_post > div.news-thumb {
	background-color: #f1f5f4;
	line-height: 0;
	width: 20%;
	height: 20%;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}

body > section > article > div.news_wrapper > div.news_post > div.news-thumb > a > img {
	width: 100%;
	height: auto;
}

body > section > article > div.news_wrapper > div.news_post > div.news-info {
	width: 76%;
	height: auto;
	padding-left: 4%;
	float: right;
}

body > section > article > div.news_wrapper > div.news_post > div.news-info > dl {
	width: 170px;
	height: auto;
	margin-bottom: 5px;
	border-radius: 2px;
	border: 1px #c0b5b0 solid;
	overflow: hidden;
}

body > section > article > div.news_wrapper > div.news_post > div.news-info > dl > dt {
	color: #ffffff;
	background-color: #c0b5b0;
	width: 50%;
	font-size: 83.3%; /* 10px */
	line-height: 1;
	text-align: center;
	padding: 5px 0px;
	float: left;
}

body > section > article > div.news_wrapper > div.news_post > div.news-info > dl > dd {
	width: 50%;
	font-size: 83.3%; /* 10px */
	line-height: 1;
	text-align: center;
	padding: 5px 0px;
	float: right;
}

body > section > article > div.news_wrapper > div.news_post > div.news-info > h3 {
	color: #1e8582;
	font-size: 116.7%; /* 14px */
	font-weight: bold;
	line-height: 1.2;
}

body > section > article > div.news_wrapper > div.news_post > div.news-info > h3 > a {
	color: #1e8582;
	font-size: 100%; /* 14px */
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}

body > section > article > div.news_wrapper > div.news_post > div.news-info > h3 > a:hover {
	text-decoration: underline;
}

body > section > article > div.news_wrapper > div.news_post > div.news-info > p.overview {
	font-size: 100%; /* 12px*/
	line-height: 1.4;
}

body > section > article > div.news_wrapper > div.news_post + div.news_post {
	margin-top: 10px;
}



body > section > article > p.top_caption {
	color: #1e8582;
	font-size: 100%;
	text-align: center;
}

body > section > article > p.top_caption:after {
	content: "";
	background-image: url(../images/sp/icon_pc1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 14.5px;
	display: inline-block;
	vertical-align: text-top;
}

body > section > article > div.top_exhibition {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
}

body > section > article > div.top_exhibition > div.exhibition-thumb {
	width: 30%;
	line-height: 0;
	height: auto;
	float: left;
}

body > section > article > div.top_exhibition > div.exhibition-thumb > a:hover {
	opacity: 0.7;
}

body > section > article > div.top_exhibition > div.exhibition-thumb > a img {
	width: 100%;
	height: auto;
}

body > section > article > div.top_exhibition > div.exhibition-info {
	width: 70%;
	height: auto;
	padding: 3%;
	float: right;
	box-sizing: border-box;
}

body > section > article > div.top_exhibition > div.exhibition-info > p.exhibition-category {
	color: #ffffff;
	background-color: #c0b5b0;
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
}

body > section > article > div.top_exhibition > div.exhibition-info > h3 {
	font-size: 116.7%; /* 14px */
	font-weight: normal;
	line-height: 1.2;
	margin: 5px 0px;
}

body > section > article > div.top_exhibition > div.exhibition-info > h3 > a {
	color: #333333;
	text-decoration: none;
}

body > section > article > div.top_exhibition > div.exhibition-info > h3 > a:hover {
	text-decoration: underline;
}

body > section > article > div.top_exhibition > div.exhibition-info > dl {
	margin: 5px 0px;
}

body > section > article > div.top_exhibition > div.exhibition-info > dl > dt:before {
	content: "";
	background-image: url(../images/contents/top/exhibition-date-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 2px;
	vertical-align: middle;
}

body > section > article > div.top_exhibition > div.exhibition-info > dl > dt {
	color: #1e8582;
	height: 16px;
	font-size: 100%; /* 12px */
	font-weight: bold;
	line-height: 1;
}

body > section > article > div.top_exhibition > div.exhibition-info > dl > dd {
	display: block;
	font-size: 83.3%; /* 10px */
	line-height: 1.2;
	padding-left: 15px;
}

body > section > article > div.top_exhibition > div.exhibition-info > p.exhibition-overview {
	font-size: 100%; /* 12px */
	line-height: 1.3;
}

body > section > article > div.top_exhibition + div.top_exhibition {
	margin-top: 10px;
}

body > section > article > div.top_permanent-exhibition {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

body > section > article > div.top_permanent-exhibition > a {
	width: 100%;
	height: auto;
	color: #ffffff;
	background-color: #1e8582;
	display: block;
	text-align: center;
	padding: 10px 5%;
	text-decoration: none;
	box-sizing: border-box;
}

body > section > article > div.top_permanent-exhibition > a > h3 {
	width: auto;
	height: 30px;
}

body > section > article > div.top_permanent-exhibition > a > h3 > img {
	width: auto;
	height: 100%;
}

body > section > article > div.top_permanent-exhibition > a > p {
	line-height: 1.3;
	text-align: left;
	margin-top: 10px;
}

body > section > article > div.top_permanent-exhibition > a > p:last-of-type {
	line-height: 1;
	text-align: center;
}
body > section > article > div.top_permanent-exhibition > a > p:last-of-type:after {
	content: "";
	background-image: url(../images/sp/icon_pc2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 14.5px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: text-top;
}



body > section.top_content > div.content-right > div.top_calendar {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	padding: 0px;
	box-shadow: none;
}

body > section.top_content > div.content-right > div.top_calendar > div.calendar-wrapper {
	width: 100%;
	height: 574px;	
}

body > section.top_content > div.content-right > div.top_calendar > div.calendar-wrapper > iframe {
	width: 100%;
}



body > section > article > div.calendar-wrapper {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

body > section > article > div.calendar-wrapper > iframe {
	width: 100%;
	height: 100%;
}

body > section.top_content > ul.links {
	width: 96%;
	margin: 30px auto 10px auto;
	display: table;
	table-layout: fixed;
}

body > section.top_content > ul.links > li {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

body > section.top_content > ul.links > li:after {
	content: "";
	background-color: rgba(0,0,0,0.66);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

body > section.top_content > ul.links > li:first-of-type {
	background-image: url(../images/contents/guide/bg-h2.jpg);
}

body > section.top_content > ul.links > li:nth-of-type(2) {
	background-image: url(../images/contents/about/bg-h2.jpg);
}

body > section.top_content > ul.links > li:last-of-type {
	background-image: url(../images/contents/common/bg-h2.jpg);
}

body > section.top_content > ul.links > li + li {
	border-left: 5px #ffffff solid;
}

body > section.top_content > ul.links > li > a {
	color: #ffffff;
	width: 100%;
	height: 100%;
	font-size: 91.7%; /* 11px */
	line-height: 1.2;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	padding: 10px 5px;
	z-index: 2;
}

body > section.top_content > ul.links > li > a > span {
	font-size: 145.5%; /* 16px */
	display: block;
	margin-bottom: 10px;
}

body > section.top_content > p.toPC {
	width: 96%;
	margin: 10px auto;
	text-align: center;
}

body > section.top_content > p.toPC > a {
	color: #1e8582;
	font-size: 108.3%; /* 13px */
	padding: 10px;
	display: block;
	text-decoration: none;
	border: 1px #1e8582 solid;
	box-sizing: border-box;
}

body > section.top_content > p.toPC > a:after {
	content: "";
	background-image: url(../images/sp/icon_pc1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 14.5px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: text-top;
}

/* content */
section.content {
	margin: 0 auto 30px auto;
	padding: 0;
}

section.content > div.body {
	margin: 0px auto 30px auto;
}

section.content > div.body > h2 {
	background-color: #F1EDEB;
	font-size: 183.3%; /* 22px */
	font-weight: bold;
	text-align: center;
	padding: 30px 0px;
	margin: 0 auto 30px auto;
}

section.content > div.body > div.entry-body {
	padding: 2% 4%;
}

section.content > div.body > div.entry-body h3 {
	font-size: 133.3%; /* 16px */
	font-weight: bold;
	line-height: 1.2;
	margin: 30px auto 10px auto;
	padding-bottom: 5px;
	border-bottom: 2px #1e8582 solid;
	position: relative;
	padding: 15px 0;
	margin-top: 24px;
}

section.content > div.body > div.entry-body h3:after {
	content: "";
	display: block;
	width: 70%;
	height: 0;
	border-bottom: 2px #e6e6e6 solid;
	position: absolute;
	right: 0;
	bottom: -2px;
}

section.content > div.body > div.entry-body h4 {
	margin-top: 20px;
	margin-bottom: 6px;
	padding: 2px 0 2px 6px;
	border-left: solid 6px #1E8582;
	font-size: 116.7%; /* 14px */
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

section.content > div.body > div.entry-body h5 {
	color: #1E8582;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 6px;
	font-size: 100%;
	font-weight: bold;
}

section.content > div.body > div.entry-body h4 + h5 {
	margin-top: 15px;
}

section.content > div.body > div.entry-body p {
	margin-bottom: 1em;
	line-height: 1.6;
	text-align: justify;
}

section.content > div.body > div.entry-body p.text-center {
	text-align: center;
}

section.content > div.body > div.entry-body p.text-right {
	text-align: right;
}

section.content > div.body > div.entry-body a {
	color: #1E5B85;
	line-height: 1.6;
}

section.content > div.body > div.entry-body a > img {
	/*border: solid 3px #DFEEED;*/
	vertical-align: top;
}

section.content > div.body > div.entry-body dt > a,
section.content > div.body > div.entry-body dd > a,
section.content > div.body > div.entry-body th a,
section.content > div.body > div.entry-body td a,
section.content > div.body > div.entry-body li > a {
	line-height: 1.4;
}

section.content > div.body > div.entry-body a.pdf {
	padding-right: 16px;
	background-image: url(../images/contents/common/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

section.content > div.body > div.entry-body a.xls {
	padding-right: 16px;
	background-image: url(../images/contents/common/icon-xls.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

section.content > div.body > div.entry-body a.doc {
	padding-right: 16px;
	background-image: url(../images/contents/common/icon-doc.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

section.content > div.body > div.entry-body a.external {
	padding-right: 15px;
	background-image: url(../images/contents/common/icon-external.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

section.content > div.body > div.entry-body a:hover {
	opacity: 0.7;
}

section.content > div.body > div.entry-body em {
	font-weight: bold;
}

section.content > div.body > div.entry-body strong {
	font-weight: bold;
	line-height: 1.6;
}

section.content > div.body > div.entry-body ul {
	margin-bottom: 1em;
	margin-left: 5px;
}

section.content > div.body > div.entry-body ul > li {
	margin-bottom: 8px;
	padding-left: 15px;
	background-image: url(../images/contents/common/list-marker.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 1.4;
}

section.content > div.body > div.entry-body ul > li > ul {
	margin: 8px 0 0 0;
}

section.content > div.body > div.entry-body ul > li > ul > li {
	margin-bottom: 8px;
	padding-left: 15px;
	background-image: url(../images/contents/common/list-marker-2nd.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	line-height: 1.4;
}

section.content > div.body > div.entry-body ol {
	margin-bottom: 1em;
	margin-left: 20px;
}

section.content > div.body > div.entry-body ol > li {
	margin-bottom: 8px;
	line-height: 1.4;
}

section.content > div.body > div.entry-body table {
}

section.content > div.body > div.entry-body table + *{
	margin-top: 1em;
}

section.content > div.body > div.entry-body table.w100 {
	width: 100%;
}

section.content > div.body > div.entry-body table th {
	padding: 10px 15px;
	border: solid 1px #CCCCCC;
	color: #FFFFFF;
	background-color: #3E9694;
	line-height: 1.4;
}

section.content > div.body > div.entry-body table td {
	padding: 10px 15px;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	line-height: 1.4;
	word-break: break-all;
	vertical-align: middle;
}

section.content > div.body > div.entry-body table tr:nth-child(even) > td {
	background-color: #FFFFFF;
}

/* table flat */
section.content > div.body > div.entry-body table.flat th {
	color: #333333;
	background-color: #ffffff;
	font-weight: bold;
	padding: 0;
	border: none;
	vertical-align: top;
	line-height: 1.4;
}

section.content > div.body > div.entry-body table.flat td {
	background-color: #ffffff;
	padding: 0;
	border: none;
	vertical-align: top;
	line-height: 1.4;
}

section.content > div.body > div.entry-body table.flat td + td {
	padding-left: 15px;
}

section.content > div.body > div.entry-body table.flat tr:first-child > th,
section.content > div.body > div.entry-body table.flat tr:first-child > td {
	border-top: none;
}

section.content > div.body > div.entry-body table.flat tr:nth-child(even) > td {
	background-color: #ffffff;
}

/* table misc */
section.content > div.body > div.entry-body table.misc th {
	color: #333333;
	background-color: #f5f5f5;
	font-weight: bold;
	padding: 10px 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #CCCCCC;
	line-height: 1.4;
}

section.content > div.body > div.entry-body table.misc td {
	background-color: #f5f5f5;
	padding: 10px 15px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #CCCCCC;
	line-height: 1.4;
}

section.content > div.body > div.entry-body table.misc tr:first-child > th,
section.content > div.body > div.entry-body table.misc tr:first-child > td {
	border-top: solid 1px #CCCCCC;
}

section.content > div.body > div.entry-body table.misc tr:nth-child(even) > td {
	background-color: #f5f5f5;
}

section.content > div.body > div.entry-body dl {
	margin-bottom: 1em;
}

section.content > div.body > div.entry-body dl > dt {
	margin-bottom: 5px;
	color: #41191F;
	font-weight: bold;
	line-height: 1.4;
}

section.content > div.body > div.entry-body dl > dd {
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 1.6;
}

section.content > div.body > div.entry-body .red {
	color: #ff0000;
}

section.content > div.body img {
	max-width: 100%;
	height: auto;
}



/* content guide */
section.content > div.body > div.entry-body > dl.guide_address {
	margin-top: -40px;
}

section.content > div.body > div.entry-body > div.guide_googlemap {
	width: 100%;
	height: 0;
	padding-top: 50%;
	position: relative;
}

section.content > div.body > div.entry-body > div.guide_googlemap > iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}


/* content about */
section.content > div.body.spAbout > div.entry-body > table td {
	display: block;
}

section.content > div.body.spAbout > div.entry-body > table tr > td:first-child {
	text-align: center;
	border-bottom: none;
}

section.content > div.body.spAbout > div.entry-body > table tr > td:last-child {
	border-top: none;
}

section.content > div.body.spAbout > div.entry-body > table tr + tr > td:first-child {
	border-top: none;
}
section.content > div.body > div.entry-body table.flat {
	width: 100%;
	overflow: hidden;
	display: block;
}
section.content > div.body > div.entry-body table.flat tr td {
	display: block;
}
section.content > div.body > div.entry-body table.flat tr td img {
	width: auto;
}

