

.exhibition_wrap.main section:nth-of-type(odd) {
    background-color: #F6F3ED;
}

.section_inner {
    padding: 6rem 0 6rem;
}

.info_box{
	margin: 50px auto;
}

/*ーーーーーーーーーーーーーー
イベントのご案内
ーーーーーーーーーーーーーー*/
#event{}

#event .section_inner{
	width: 100%;
	height: auto;
	text-align: center;
}
#event ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
}
#event li{
	list-style: none;
    width: 23%;
    margin: 0 1% 3% 1%;
	background-color: #fff;
}
#event li + li{
  border-top:none;
}
#event .eventimg_wrap{
	position: relative;
}
#event img{
	width: 100%;
}
#event .tag_sponsor{
	width: auto;
	color: #fff;
	border: 1px solid #993333;
	background: #993333;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: small;
	padding: 1px 10px;
}
#event .text_wrap{
	width: 100%;
	height: auto;
	text-align: left;
	padding: 5px;
}
#event .event_term{
	font-size: 80%;
}

/*ーーーーーーーーーーーーーー
常設展示
ーーーーーーーーーーーーーー*/

.exhibition_wrap{
	display: block;
	justify-content: space-evenly;
	margin-bottom: 100px;
}
.exhibition_wrap > div{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
div.bxslider{
	max-width: 500px;
	width: 100%;
}
.exhibition_wrap ul{
	padding:0 1.5em;
}
.exhibition_wrap ul li{
	margin-bottom: 0.5em;
}
.slick-prev:before, .slick-next:before {
    color: #333;
}
.slick-dotted.slick-slider {
    margin: 0 auto 30px;
}

.exhibition_wrap dt{
	font-weight: bold;
}
.exhibition_wrap dd{
	margin: 0 0 0.5em 1em;
}

@media screen and (min-width: 1200px){
	.exhibition_wrap{
		display: flex;
		justify-content: space-evenly;
		margin-bottom: 100px;
	}
	.exhibition_wrap > div{
		width: 45%;
	}
}

