@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");

#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: #FFE200;

}


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

.ex_common {
	font-size: 15px;
}

.ex_common .text_center {
	text-align: center;
}

.ex_common .text_right {
	text-align: right;
}

.ex_common .center {
	width: 940px;
	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 .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%;
}

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

	.ex_common .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;
}

.gray_area .special {
	display: block;
	margin-bottom: 10px;
}

.gray_area .special p {
	display: inline-block;
	padding: 8px 10px;
	line-height: 100%;
	border: 1px solid #555;
	color: #555;
}

#exhibition .f_left {
	float: left;
}

#exhibition .f_right {
	float: right;
}

#exhibition img {
	width: 100%;
}

#exhibition .pic_box p.pic_cap {
	text-align: right;
	font-size: 14px;
}




.mb {
	display: none;
}

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


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

.main_content{ 
	border: 30px solid #FFE200;
	box-sizing: border-box;
	padding: 70px 0 190px !important;
	color: #231815;
}
.main_content p{ 
	color: #231815;
}

#exhibition .intro_area{
	margin-bottom:100px;
}

#exhibition .intro_area h2{
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	padding-top:45px;
	padding-bottom: 45px;
	position: relative;
	color: #231815;
}
#exhibition .intro_area h2::before,
#exhibition .intro_area h2::after{
	content: '';
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#exhibition .intro_area h2::before{
	width: 134px;
	height: 114px;
	top:0;
	left: 40px;

	background-image: url(midashi_illust1.jpg);
}
#exhibition .intro_area h2::after{
	width: 115px;
	height: 122px;
	top:0;
	right: 40px;

	background-image: url(midashi_illust2.jpg);
}
#exhibition .intro_area p{
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
}

#exhibition .author_area .flex-cont {
	justify-content: space-between;
}
#exhibition .author_area .flex-cont .pic_box {
	width: 165px;
}
#exhibition .author_area .flex-cont .txt_box {
	width: 600px;
}
#exhibition .author_area .flex-cont .txt_box img {
	width: 170px;
	margin-bottom: 20px;
}
#exhibition .author_area .flex-cont .txt_box p {
	font-weight: bold;
}


#exhibition .gallery_area {
	padding: 130px 0 140px;
}

#exhibition .gallery_area .flex-cont {
	justify-content: space-between;
	margin-top: 50px;
}

#exhibition .gallery_area .flex-cont .pic_box img {
	height: 310px;
	width: auto;
}
#exhibition .gallery_area .pic_box .pic_cap {
	text-align: center;
}

/****************
企画展内容↑
*************/
.event_guide{
	background-color: #fff;
	border:1px solid #777;
	padding: 30px;
	margin-bottom: 30px;
}
.event_guide .guide_link_box{
	margin-top: 20px;
}
.event_guide p{
	color: #777;
}
.event_guide a{
	color: #777;
	display: inline-block;
}


.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 .bo_30 {
	margin-bottom: 30px;
}

.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_0811 img {
	width: 200px;
}
#exhibition .event_cont2 .title span.event_0812_title {
	display: inline-block;
	width: 30px;
	height: 23.5px;
	background-image: url(event_0812_title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}
#exhibition .event_cont2 .one.event_0812 img {
	width: 175px;
}
#exhibition .event_cont2 .one.event_all img {
	width: 280px;
}


.ex_common .event_cont2 .txt_pink {
	color: #EB8896;
}

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


.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;
}



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



	#exhibition img {
		width: 100%;
	}

	#main_img {
		height: auto !important;
	}

	.gray_area {
		min-width: 100%;
	}




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

#exhibition .intro_area {
	padding:  0 !important;
}

.main_content{ 
	border: 20px solid #FFE200;
	padding: 30px 0 50px !important;
}

#exhibition .intro_area{
	margin-bottom:60px;
}

#exhibition .intro_area h2{
	font-size: 20px;
	margin-bottom: 40px;
	padding-top:120px;
	padding-bottom: 0;
}
#exhibition .intro_area h2::before{
	width: calc(125px * .9);
	height: calc(100px * .9);
	left: 0;
}
#exhibition .intro_area h2::after{
	width: calc(100px * .9);
	height: calc(105px * .9);
	right: 0;
}
#exhibition .intro_area p{
	font-size: 16px;
}

#exhibition .author_area .flex-cont {
	justify-content: center;
}
#exhibition .author_area .flex-cont .pic_box {
	width: 150px;
	margin-bottom: 10px;
}
#exhibition .author_area .flex-cont .txt_box {
	width: 100%;
}
#exhibition .author_area .flex-cont .txt_box img {
	width: 170px;
	margin: 0 auto 20px;
	display: block;
}
#exhibition .author_area .flex-cont .txt_box p {
	font-size: 14px;
}


#exhibition .gallery_area {
	padding: 80px 0 70px;
}

#exhibition .gallery_area .flex-cont {
	display: block;
	margin-top: 30px;
}

#exhibition .gallery_area .flex-cont .pic_box.box1 {
	height: auto;
	margin-bottom: 30px;
}

#exhibition .gallery_area .flex-cont .pic_box img {
	height: auto;
	width:100%;
}
#exhibition .gallery_area .pic_box .pic_cap {
	text-align: center;
}

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

	#exhibition .event_cont2 img {
		width: 70%;
		height: auto;
	}

	.alert {
		margin-bottom: 50px;
	}
}