@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

#exhibition div,
#exhibition span,
#exhibition h1,
#exhibition h2,
#exhibition h3,
#exhibition h4,
#exhibition h5,
#exhibition h6,
#exhibition p,
#exhibitiona,
#exhibition img,
#exhibitionsmall,
#exhibitionstrong,
#exhibition b,
#exhibition dl,
#exhibition dt,
#exhibition dd,
#exhibition ol,
#exhibition ul,
#exhibition li,
#exhibition table,
#exhibition tbody,
#exhibition thead,
#exhibition tr,
#exhibition th,
#exhibition td {
	font-family: 'Noto Sans JP', sans-serif;
}

#exhibition {
	padding: 0 0 300px;
	font-size: 16px;
}

.pankuzu {
	margin: 10px auto 10px !important;
}

#main_img {
	background-image: url(main_img.jpg);
	height: 480px !important;
	background-size: auto 100%;
	position: relative;
}
#main_img::after{
	content: '';
	display: inline-block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
background: linear-gradient(#acc3b8 0%, #cbd6d2 100%);


}


/* * * * * * * * * *
ex_common 
* * * * * * * * * * */

.ex_common {
	font-size: 15px;
}
.ex_common .pc-block{
	display: block;
}
.ex_common .sp-block{
	display:none;
}
.ex_common .text_center {
	text-align: center;
}

.ex_common .text_right {
	text-align: right;
}
.ex_common .space10 {
	margin-bottom: 10px;
}
.ex_common .space20 {
	margin-bottom: 20px;
}
.ex_common .space30 {
	margin-bottom: 30px;
}
.ex_common .space40 {
	margin-bottom: 40px;
}
.ex_common .space50 {
	margin-bottom: 50px;
}

.ex_common .center {
	width: 940px;
	margin: 0 auto;
}

.ex_common .wide-center {
	width: 980px;
	margin: 0 auto;
}


.ex_common .inner-center {
	width: 860px;
	margin: 0 auto;
}

.ex_common .more-inner-center {
	width: 800px;
	margin: 0 auto;
}

.ex_common .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}


.ex_common .posi_re {
	position: relative;
}


.ex_common .gray_area .event_cont2 p,
.ex_common .gray_area .event_cont2 .rect,
.ex_common .gray_area .event_cont2 table {
	line-height: 150%;
	color: #777;
}

.ex_common .gray_area .event_cont2 table {
	width: 100%;
}

.ex_common .gray_area .event_cont2 table th {
	width: 10%;
	padding-bottom: 20px;
}

.ex_common .gray_area .event_cont2 table td {
	width: 90%;
	padding-bottom: 20px;
}

.ex_common .gray_area .event_cont2 table .table-space th,
.ex_common .gray_area .event_cont2 table .table-space td {
	padding-bottom: 50px;
}
.ex_common .gray_area .event_cont2 table .last_tr th,
.ex_common .gray_area .event_cont2 table .last_tr td {
	padding-bottom: 0;
}

.ex_common .gray_area #summary {
	line-height: 180%;
}

.ex_common figure{
	margin: 0;
	width: auto;
}
.ex_common figure img{
	width: 100%;
}

.ex_common figure figcaption{
	color: #555;
	text-align: center;
}

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

	.ex_common .pc-block{
		display:none;
	}
	.ex_common .sp-block{
		display: block;
	}

.ex_common .sp-space10 {
	margin-bottom: 10px;
}
.ex_common .sp-space20 {
	margin-bottom: 20px;
}
.ex_common .sp-space30 {
	margin-bottom: 30px;
}
.ex_common .sp-space40 {
	margin-bottom: 40px;
}

	.ex_common .center,
	.ex_common .wide-center,
	.ex_common .inner-center,
	.ex_common .more-inner-center {
		width: 90%;
		margin: auto;
	}


	.ex_common .more-inner-center.inside {
	width: 100%;
}

	.ex_common .sp-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.ex_common .gray_area .event_cont2 table th,
	.ex_common .gray_area .event_cont2 table td {
		width: 100%;
		display: block;
	}

	.ex_common .gray_area .event_cont2 table th,
	.ex_common .gray_area .event_cont2 table .table-space th,
	.ex_common .gray_area .event_cont2 table .last_tr th {
		padding-bottom: 7px;
	}

}

/* * * * * * * * * * */


.gray_area {
	width: 100%;
	min-width: 980px;
	background: #fff;
	background-image: url(../140530_inokuma/gray_area_gradation.jpg);
	background-repeat: repeat-x;
}


#exhibition .f_left {
	float: left;
}

#exhibition .f_right {
	float: right;
}

#exhibition img {
	width: 100%;
}

#exhibition  p.pic_cap {
	font-size: 14px;
	color: white;
}




.mb {
	display: none;
}

#exhibition .text_center {
	text-align: center;
}


/****************
企画展内容↓
*************/

.main_content{ 
	box-sizing: border-box;
}

#exhibition .profile{
	padding-top: 100px;
	padding-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#exhibition .profile .pic{
	width: 27%;
}
#exhibition .profile .cont{
	width: 65%;
}
#exhibition .profile b{
	display: block;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 20px;
}
#exhibition .profile p{
	color: black
}

#exhibition .pic_area{
	padding-top: 80px;
	padding-bottom: 60px;
	background: #636C69;
}

#exhibition .pic_area h2{
	font-size: 150%;
	color: white;
	text-align: center;
	margin-bottom: 40px;
}
#exhibition .pic_area .center{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#exhibition .pic_area .center .cont{
	width: 50%;
	text-align: center;
}
#exhibition .pic_area .center .cont div{
	margin: auto;
	display: inline-block;
	text-align: left;
}
#exhibition .pic_area img{
	max-height: 560px;
	width: auto;
}
#exhibition .doji{
	background: linear-gradient(#e5d280 0%, #fff2b9 100%);
	border-radius: 10px;
	margin: 100px auto 50px;
	padding: 30px 0;
	text-align: center;
}
#exhibition .doji b{
	display: block;
	margin-bottom: 10px;
}
#exhibition .doji .title{
	font-size: 160%;
	line-height: 130%;
	margin-bottom: 5px;
	text-align: center;
}
#exhibition .doji p{
	margin-top: 20px;
	color: black;
}
#exhibition .doji a{
	color: black;
}
#summary b{
	color: black;
	font-weight: bold;
	font-size: 110%;
	display: block;
	margin: 10px 0;
}
#summary .red{
	color: #C33F04
}
#summary .present{
	background: #F4D6E8;
	display: inline-block;
	padding: 13px;
	margin-bottom: 20px;
}
#summary .present b{
	color: #555;
	margin: 0;
}
#summary .present p{
	margin-top: 6px !important;
}

/* イベント欄 */
#exhibition .event .name{
	text-align: center;
	float: none;
	margin: auto;
}
#exhibition .event_cont2 b{
font-weight: bold;
color: #555;
display: block;
}
#exhibition p.fs-18{
	font-size: 18px;
}
#exhibition p.fs-20{
	font-size: 20px;
}
#exhibition p.fs-24{
	font-size: 24px;
}

#exhibition .gray_area p{
	font-weight: normal;
	margin-top: 15px;
}

#exhibition .event_cont2 a{
	word-wrap: break-word;
}

#exhibition .event_cont2 .event_pic1128{
	max-width: 500px;
}

/****************
企画展内容↑
*************/

.event_cont2 {
	margin-bottom: 30px;
}

.event_cont2 b {
	font-size: 105%;
}

.event_cont2 .title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 150%;
}

.event_cont2 .date_area {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 3px;
}

.event_cont2 .rect {
	padding: 20px 20px 15px;
	background-color: #EEE;
}

.event_cont2 .rect .important_title{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background-color: #00438B;
	display: inline-block;
	padding: 5px 15px 7px;
	margin-bottom: 20px;
}


.event_cont2 .rect2 {
	padding: 20px;
	background-color: #CAE6E1;
}

.event_cont2 .line {
	border-top: 1px #BBBBBB solid;
	padding-bottom: 20px;
}

.event_cont2 .one {
	padding-bottom: 10px;
	color: black;
}

#exhibition .event_cont2 .one.event_all img {
	width: 280px;
}


.ex_common .event_cont2 .txt_pink {
	color: #EB8896;
}
.ex_common .event_cont2 .txt_red ,
.ex_common .ev .txt_red {
	color: #D80000;
}

.event_cont2 img {
	max-width: 100%;
	height: auto;
}
#exhibition .event_cont2 .in_box{
	position: relative;
}


.event_cont2 .border {
	border: 1px solid #707070;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.event_cont2 b {
	display: block;
	font-size: 112.5%;
	margin-bottom: 10px;
}

.alert {
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 20px 30px;
	margin-top: 60px;
	margin-bottom: 80px;
}

.alert p {
	color: #777;
}
.event_pal{
	background: #E1EBE6;
	border-radius: 15px;
	padding: 60px 40px 0;
}
.event_pal + b{
	display: block;
	margin-bottom: 80px;
}

.event_pal .rect{
	background: none;
	padding: 20px 0 40px;
	border-bottom: solid 1px #60816F;
}
.event_pal .title::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 10px;
	background:#60816F;
}

.event_pal .event_cont2:last-child .rect{
	border:none;
}




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

	#exhibition img {
		width: 100%;
	}

	#main_img {
		height: auto !important;
	}

	.gray_area {
		min-width: 100%;
	}




	/****************
企画展内容↓
*************/
#exhibition .pic_area .center,
#exhibition .profile{
	display: block;
}

#exhibition .profile .pic{
	width: 40%;
	margin: 0 auto 20px;
}
#exhibition .profile .cont{
	width: 100%;
}
#exhibition .pic_area{
	padding-top: 50px;
	padding-bottom: 10px;
}
#exhibition .pic_area .center .cont{
	width: 100%;
	margin-bottom: 40px;
}
#exhibition .pic_area img{
	max-height: 450px;
}

#exhibition .doji {
	margin: 40px auto 20px;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
#exhibition .doji .title{
	font-size: 140%;
}

/* イベント欄 */


	/****************
企画展内容↑
*************/


#exhibition .event_cont2 .st_bpx{
	width: 100%;
}
#exhibition .event_cont2 .in_box .link-ig{
	position: static;
	margin-bottom: 20px;
}


}