@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: #B2DAB0;

}


/* * * * * * * * * *
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-color: #B2DAB0;
	padding-top: 80px;
	padding-bottom: 280px;
}
#exhibition  .arigato_btn{
	max-width: 760px;
	width: 90%;
	margin: 60px auto;
	padding:32.5px 0;
	border:2.5px solid #2D3369;
	background: white;
	text-align: center;
	font-size: 30px;
	font-weight:bold;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
#exhibition .arigato_btn:hover{
	opacity: 0.7;
}
#exhibition .arigato_btn:after{
	content:"";
	position: absolute;
	display:inline-block;
	background-image: url(btn_arrow.png);
	width:17.5px;
	height:35px;
	background-repeat: no-repeat;
	background-size: contain;
	top:50%;
	right:4%;
	margin-top:-15px;
}
#exhibition .arigato_btn a{
	color: #2D3369;
	text-decoration: none;
}
#exhibition .arigato_btn > a:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
#exhibition .midokoro{
	background: #F08841;
}
#exhibition .midokoro p{
	position: relative;
}
#exhibition .midokoro p img{
	position: relative;
	top: -260px;
	margin-bottom: -260px;
}
#exhibition .midokoro h3{
	max-width: 550px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 40px;
}

#exhibition .midokoro_cont{
	background: #F5E272;
	border-radius: 20px;
	padding: 40px 90px 40px 45px;
	color: #2D3369;
}
#exhibition .midokoro_cont dt{
	line-height: 47px;
	font-size: 120%;
}
#exhibition .midokoro_cont dt img{
	width: 45px;
	vertical-align: middle;
	margin-right: 15px;
}
#exhibition .midokoro_cont dd{
	padding-left: 60px;
	padding-right: 140px;
	line-height: 150%;
	position: relative;
	margin-bottom: 30px;
}
#exhibition .midokoro_cont dd span{
	color: #009F42;
	font-size: 110%;
}
#exhibition .midokoro_cont dd img{
	width: 120px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#exhibition .midokoro_cont dl + img{
	margin: auto;
	width: 230px;
	display: block;
}
#exhibition .midokoro h2{
	color: #21549B;
	text-align: center;
	font-weight: bold;
	font-size: 160%;
	margin:40px auto 20px;
}

#exhibition .midokoro h2 + div img{
	max-width: 760px;
	margin: auto;
}
#exhibition .midokoro_ev{
	text-align: center;
}
#exhibition .midokoro_ev h3{
	color: white;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	font-size: 160%;
	margin:40px auto;
	line-height: 120%;
}

#exhibition .midokoro_ev h3 span{
	font-size: 60%;
}

#exhibition .midokoro_ev + p img{
	position: relative;
	top: auto;
	bottom: -180px;
	margin-bottom: 0;
	margin-top: -100px;
}

#exhibition .schedule{
	background: #B2DAB0;
	padding-top: 220px;
	padding-bottom: 80px;
}
#exhibition .schedule .red{
	color: #C33F04;
}
#exhibition .schedule .schedule_title{
	background: #D7605E;
	text-align: center;
	border-radius: 35px;
	color: white;
	display: block;
	font-size: 120%;
	padding: 15px 0;
	margin-bottom: 50px;
}

#exhibition .schedule .schedule_cont{
	text-align: center;
	margin-bottom: 50px;
}
#exhibition .schedule .schedule_cont h4{
	text-align: center;
	border-radius: 45px;
	color: white;
	width: 230px;
	display: block;
	font-size: 160%;
	padding: 15px 0 10px;
	margin:0 auto 50px;
}
#exhibition .schedule .schedule_cont h4 span{
	display: block;
	font-size: 50%;
	margin-top: 5px;
}
#exhibition .schedule .schedule_cont img{
	width: 430px;
}

#exhibition .schedule .ippan h4{
	background:#21549B;
}
#exhibition .ippan .date{
	color: #21549B;
}
#exhibition .schedule .kids h4{
	background:#B46D9B;
}
#exhibition .kids .date{
	color: #B46D9B;
}
#exhibition .schedule_cont .date{
	font-size: 150%;
	font-weight: bold;
	padding: 40px 0;
}
#exhibition .schedule_cont .date span{
	display: block;
	margin-bottom: 10px;
	line-height: 130%;
}

#exhibition .schedule_cont .date +p{
	font-weight: bold;
	text-align: left;
	font-size: 110%;
}
#exhibition .schedule_cont .date +p span{
	color: #C33F04;
	text-decoration: underline;
}
#exhibition .doji{
	background: #F5DB39;
	border-radius: 25px;
	padding: 40px 60px;
	color: #123568;
}

#exhibition .doji h4{
	font-size: 160%;
	line-height: 130%;
	text-align: center;
}
#exhibition .doji h4 span{
	display: block;
	font-size: 80%;
	margin-bottom: 20px;
}
#exhibition .doji p{
	color: #123568;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	border-bottom: solid 1px #123568;
	padding-bottom: 20px;
}
#exhibition .doji .cont{
	border-bottom: solid 1px #123568;
	padding: 20px 0;
	font-weight: bold;
	display: flex;
	align-items: flex-start;
	font-size: 130%;
	line-height: 130%;
}
#exhibition .doji b{
	display: block;
	width: 80px;
	text-align: center;
	border-radius: 20px;
	background-color: #123568;
	color: white;
	padding: 5px 0 10px;
	margin-right: 20px;
}
#exhibition .doji span{
	font-size: 80%;
}

/*#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;
}




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


}