@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:black;

}


/* * * * * * * * * *
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 .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 .pic_box p.pic_cap {
	text-align: right;
	font-size: 14px;
}




.mb {
	display: none;
}

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


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

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

#exhibition .intro_area{
	background: linear-gradient(#decc7f 0%, #b9a343 100%);
	padding-top: 80px;
	padding-bottom: 40px;
}
#exhibition .intro_area h2{
	text-align: center;
	margin-bottom: 45px;
	font-size: 160%;
}
#exhibition .intro_area p{
	color: black;
	max-width: 760px;
	margin:auto;
}
#exhibition .intro_area h3{
	color: white;
	text-align: center;
	font-size: 200%;
	margin-top: 100px;
	font-family: 'Noto Serif JP', serif;
}
#exhibition .sugoi{
	background: #B9A343;
	padding-top: 60px;
}
#exhibition .sugoi .ico{
	background: #D698BF;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: solid 3px white;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 180%;
	line-height: 130%;
	margin:0 auto -60px;
	transform: rotate(-10deg) translate(0px, -75px);
}
#exhibition .sugoi .cont{
	background: white;
	border-radius: 10px;
}

#exhibition .sugoi .cont h4{
	text-align: center;
	font-size: 150%;
	margin-bottom: 40px;
}
#exhibition .sugoi .cont h4 span{
	text-align: center;
	background: #D698BF;
	color: white;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 65px;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-left: 10px;
}
#exhibition .sugoi .cont h4 span::first-letter{
	font-size: 180%;
}

#exhibition .sugoi .cont_in{
	padding: 40px 90px;
}
#exhibition .sugoi .cont_in:nth-child(odd){
	background: #F8E9D7;
}
#exhibition .sugoi .cont b{
	text-align: center;
	display: block;
	background: #D698BF;
	color: white;
	padding: 5px 0;
	width: 290px;
	border-radius: 25px;
	display: block;
	margin: auto;
}
#exhibition .sugoi .cont h3{
	text-align: center;
	font-size: 150%;
	margin-bottom: 40px;
}
#exhibition .sugoi .cont .flex-ce{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#exhibition .sugoi .cont .flex-ce div{
	width: 58%;
}
#exhibition .sugoi .cont .flex-ce div+div p{
	width: 92%;
	margin: 0 0 0 auto;
}
#exhibition .sugoi .cont .flex-ce img{
	margin-bottom: 10px;
}
#exhibition .sugoi .cont .flex-ce div:first-child{
	width: 40%;
}
#exhibition .sugoi .cont .flex-ce div:first-child p{
	letter-spacing: .1em;
	font-size: 85%;
}
#exhibition .profile{
	background: linear-gradient(#b9a343 0%, #d8c678 37.93%, #fff2b9 100%);
	padding-top: 100px;
	padding-bottom: 60px;
}

#exhibition .profile h3{
	text-align: center;
	font-size: 220%;
	font-family: 'Noto Serif JP', serif;
	line-height: 130%;
}
#exhibition .profile h3 span{
	font-size: 80%;
	font-family: 'Noto Serif JP', serif;
}

#exhibition .profile .flex-ce{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;;
}
#exhibition .profile .flex-ce div{
	width: 65%;
}
#exhibition .profile .flex-ce img{
	width: 30%
}

#exhibition .profile p{
	color: black
}
#exhibition .profile .name{
	font-size: 120%;
}
#exhibition .profile .name span{
	font-size: 80%;
}
#exhibition .doji{
	background: #60816F;
	border-radius: 10px;
	margin-top: 100px;
	padding: 30px 0;
	color: white;
	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{
	color: white;
	margin-top: 20px;
}
#exhibition .doji a{
	color: white;
}
#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{
	padding: 30px 40px;
	position: relative;
}
#exhibition .event .ev{
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
	border-bottom: solid 1px #548136;
	padding: 40px 0;
}
#exhibition .event .ev:last-child{
	border: none;
}
#exhibition .event .title + div{
	width: 60%;
}
#exhibition .event .title{
	width: 40%;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	color: #548136;
}
#exhibition .event .title b{
	color: #5A5B5A;
	display: block;
	margin-top: 25px;
	font-size: 85%;
	line-height: 130%;
}
#exhibition .event .title span{
	font-size: 80%;
}
#exhibition .event b.txt_title{
	margin-bottom: 5px;
}
#exhibition .event b{
	display: block;
	margin-bottom: 20px;
}
#exhibition .event .event_img_box{
	box-sizing: border-box;
	width: 100%;
	padding-right: 30px;
	margin-top:50px;
}
#exhibition .special_ev table,
#exhibition .event table{
	color: #555;
	margin-bottom: 20px;
}
#exhibition .special_ev th,
#exhibition .event th{
	padding-right: 10px;
	width: 80px;
	box-sizing: border-box;
}
#exhibition .event tbody tr:first-child td{
	font-weight: bold;
	color: #333;
}
#exhibition .event .btn,
#exhibition .special_ev .btn{
	background: none;
	text-align: left;
	padding: 0;
}
#exhibition .special_ev .btn a,
#exhibition .event .btn a{
	display: inline-block;
	text-decoration: none;
	color: white;
	background: #548136;
	border-radius: 20px;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.special_ev.center{
	margin: 60px auto;
	padding: 40px 70px;
	box-sizing: border-box;
	background: #E6E2D8;
	border-radius: 30px;
}
.special_ev .title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #BB5C41;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: dashed #999999 1px;
}
.special_ev .title h4{
	font-size: 160%;
	margin-top: 10px;
}
.special_ev .date{
	font-weight: bold;
	color: #000;
	font-size: 120%;
}
.special_ev p{
	font-weight: bold;
	color: #000;
}
#exhibition .special_ev .title .btn a{
	background: #BB5C41;
	margin: 0;
}
#exhibition .special_ev .recom-box{
	background: #C33F04;
	padding:40px;
	box-sizing: border-box;
	border-radius: 15px;
	justify-content: space-between;
	margin-top:50px;
}
#exhibition .special_ev .recom-box .left-box .circle{
	background-color: #fff;
	width: 150px;
	height:150px;
	border-radius:50%;
	text-align: center;
	display: grid;
	place-content: center;
	transform: rotate(-10deg);
}
#exhibition .special_ev .recom-box .left-box .circle p{
	color: #C33F04;
	font-size:160%;
	line-height: 110%;
	font-weight:bold;
}
#exhibition .special_ev .recom-box .right-box{
	color: #fff;
	width: calc(100% - (150px + 70px));
}
#exhibition .special_ev .recom-box .right-box h4{
	font-size: 230%;
	line-height: 130%;
	margin-bottom: 25px;
}
#exhibition .special_ev .recom-box .right-box .title_sub{
	font-size: 130%;
}
#exhibition .special_ev .recom-box .right-box b{
	display: block;
	font-size: 120%;
}
#exhibition .special_ev .recom-box .right-box table{
	margin-bottom: 0;
}
#exhibition .special_ev .recom-box .right-box table tr th,
#exhibition .special_ev .recom-box .right-box table tr td{
	color: #fff;
}*/


/* イベント欄 */
#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;
}
b.space80{
	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 .intro_area{
	padding-top: 40px;
}
#exhibition .intro_area h3{
	margin-top: 60px;
}
#exhibition .sugoi{
	padding-top: 40px;
}
#exhibition .sugoi .ico{
	transform: rotate(-10deg) translate(0px, -75px) scale(.8);
}
#exhibition .sugoi .cont h4 span{
	margin: 15px auto 0;
	display: block;
}

#exhibition .sugoi .cont_in{
	padding: 40px 10%;
}
#exhibition .sugoi .cont .flex-ce{
	display: block;
}
#exhibition .sugoi .cont .flex-ce div:first-child,
#exhibition .sugoi .cont .flex-ce div{
	width: 100%;
	margin-bottom: 40px;
}
#exhibition .sugoi .cont .flex-ce div+div{
	width: 109%;
	margin-left: -9%;
}
#exhibition .profile{
	padding-top: 60px;
}
#exhibition .doji {
	margin-top: 40px;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
#exhibition .doji .title{
	font-size: 140%;
}
/*#exhibition .intro_area{
	padding-top: 0px;
}
#exhibition .intro_area h2{
	max-width: 275px;
}
#exhibition .intro_area{
	padding-bottom: 32%;
}
#exhibition .midokoro h3{
	margin-bottom: 20px;
}
#exhibition .midokoro_cont{
	padding: 20px 5%;
}
#exhibition .midokoro_cont dt{
	font-size: 150%;
}
#exhibition .midokoro_cont dd{
	padding-right: 0;
	margin-bottom: 10px;
}
#exhibition .midokoro_cont dd img{
	display: block;
	margin: 10px 0 0 auto;
	position: static;
}
#exhibition .midokoro_ev h3{
	font-size: 180%;
	margin:20px auto;
}
#exhibition .midokoro_ev + p img{
	bottom: -130px;
}
#exhibition .schedule{
	padding-top: 180px;
}
#exhibition .schedule .schedule_cont h4{
	margin:0 auto 20px;
}
#exhibition .schedule .schedule_cont img{
	width: 80%;
}
#exhibition .schedule_cont .date{
	padding: 30px 0 20px;
}
#exhibition .doji{
	padding: 40px 5%;
}
#exhibition .doji .cont{
	display: block;
	font-size: 130%;
	line-height: 130%;
}
#exhibition .doji b{
	margin-bottom: 10px;
}
/*.special_ev.center{
	padding: 40px 5%;
}
.special_ev .title{
	display: block;
}
.special_ev .title .btn{
	margin-top: 20px;
}

#exhibition .special_ev .recom-box{
	padding:20px 5%;
	border-radius: 10px;
	justify-content: center;
}
#exhibition .special_ev .recom-box .left-box{
	text-align: center;
	margin-bottom: 20px;
}
#exhibition .special_ev .recom-box .left-box .circle{
	width: 120px;
	height:120px;
}
#exhibition .special_ev .recom-box .left-box .circle p{
	font-size: 130%;
}
#exhibition .special_ev .recom-box .right-box{
	width: 100%;
}
#exhibition .special_ev .recom-box .right-box h4{
	font-size: 200%;
}
#exhibition .special_ev .recom-box .right-box .title_sub{
	font-size: 120%;
}
#exhibition .special_ev .recom-box .right-box b{
	font-size: 110%;
}
*/

/* イベント欄 */


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


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


}