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

#exhibition .cf {
	overflow: hidden;
	zoom: 1*;
}

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

#main_img {
	background-image: url(main_img.jpg);
	height: 480px !important;
	background-color: #2B2D2E;
	background-size: auto 100%;
}

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

#exhibition .center_860 {
	width: 860px;
	margin: 0 auto;
}

#exhibition .f_left {
	float: left;
}

#exhibition .f_right {
	float: right;
}

#exhibition .black_area {
	padding: 80px 0 150px !important;
	background-color: #fff;
	;
}

#exhibition .black_area h2 {
	font-size: 250%;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	margin-bottom: 50px;

}

#exhibition .black_area h2 span {
	font-size: 45%;
	font-weight: normal;
}



.black_area p {
	color: #555 !important;
	line-height: 200%;
	font-weight: bold;
	margin: 0 auto 10px;
}

.mb {
	display: none;
}

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

#exhibition .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;

	@include mq-down() {
		display: block;
	}
}


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

.img_cont img {
	width: 100%;
}

.img_cont .img_cap {
	margin-top: 10px;
}

.img_cont.ic_1 {
	margin-top: 125px;
}

.img_cont.ic_1 p.img_cap {
	font-size: 87.5%;
	color: #867C7C !important;
}


.loved_sake {
	background-color: #2B2D2E;
	padding: 100px 0 135px;
}

#exhibition .loved_sake h2 {
	color: #D0C8C1;
	font-weight: bold;
	margin-bottom: 105px;
}

.loved_sake .img_cont .img_cap {
	text-align: center;
	font-weight: bold;
	color: #DB6138;
}

.loved_sake .img_cont.ic_2 .img_cap_2 {
	text-align: right;
	font-weight: bold;
	font-size: 87.5%;
	color: #D0C8C1;
	position: relative;
	margin-top: -1.8em;
}

.loved_sak_flex {
	justify-content: space-between;
	margin-top: 50px;
}

.loved_sak_flex .img_cont img {
	width: auto;
	height: 210px;
}


.label {
	background-color: #D0C8C1;
	padding: 135px 0;
}

.label .label_flex {
	justify-content: center;
}

.label .label_flex .label_img {
	width: 32%;
	margin-bottom: 20px;
}

.label .label_flex .label_img img {
	width: 100%;
}

.label .label_flex .label_img.mar_2 {
	margin-right: 2%;
}


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

.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 .explanation {
	color: #333333;
	font-size: 14px;
	padding-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;
}
.event_cont2 .performer {
	margin-top:30px;
	color: black;
}
.event_cont2 .performer p{
	color: black;
}
.event_cont2 .performer p.per_p_10{
	margin-bottom:10px;
}

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



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

	#exhibition .center_860 {
		width: 90%;
		margin: auto;
	}


	#exhibition img {
		width: 100%;
	}

	#main_img {
		height: auto !important;
	}

	.gray_area {
		min-width: 100%;
	}

	#exhibition .black_area {
		padding: 15% 0 15% !important;
	}

	#exhibition .black_area h2 {
		font-size: 162.5%;
		margin-bottom: 10%;

	}

	#exhibition .black_area h2 span {
		font-size: 61.54%;
		line-height: 150%;
		display: inline-block;
		padding-top: 5%;
	}

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

	/****************
企画展内容↓
*************/
	.img_cont .img_cap {
		margin-top: 1%;
		font-size: 2.8vw;
	}

	.img_cont.ic_1 {
		margin-top: 50px;
	}


	.loved_sake {
		padding: 15% 0;
	}

	#exhibition .loved_sake h2 {
		margin-bottom: 15%;
	}

	.loved_sake .img_cont.ic_2 .img_cap_2 {
		font-size: 2.8vw;
		margin-top: -2.2em;
	}

	.loved_sak_flex {
		justify-content: center;
		margin-top: 10%;
	}

	#exhibition .loved_sak_flex .img_cont img {
		width: auto;
		height: 34vw;
	}

	.loved_sak_flex .img_cont.ic_3 {
		margin-right: 2vw;
	}

	.loved_sak_flex .img_cont:not(:last-child) {
		margin-bottom: 8%;
	}


	.label {
		padding: 15% 0;
	}

	#exhibition .label .label_flex .label_img {
		width: 48%;
		margin-bottom: 4%;
	}

	.label .label_flex .label_img.mar_2 {
		margin-right: 0%;
	}

	.label .label_flex .label_img.sp_mar_4 {
		margin-right: 4%;
	}



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

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

	#exhibition .event_cont2 img.sp_100 {
		width: 100%;
	}
}