@charset "utf-8";

/*------------------------------------------------------------------------
--------------------------------------------------------------------------

	Top

--------------------------------------------------------------------------
--------------------------------------------------------------------------*/


/*-----------------------------------------------------------

	header

-----------------------------------------------------------*/
.header{
	width:100%;
}

.header .logoarea{
	max-width:1300px;
	width: 100%;
	margin: 0 auto;
	padding:22px 0 21px;
}

.header .logo{
	padding-left:50px;
}

.header .main{
	width:100%;
	background-color: #F7F7F7;
	text-align: center;
}

.header .main img{
	max-width:1300px;
	width:100%;
}

.header a.artprogram{
	margin-top: 2px;
	margin-right:3.8%;
	padding:10px 19px 9px 43px;
	text-decoration: none;
	font-size:1.4rem;
	font-weight: 500;
	border:1px solid #ddd;
	/*background-color: #F3F3F3;*/
	background-image: url(/museum/img/icon_link.png);
	background-repeat: no-repeat;
	background-position: 6% 50%;
	float:right;
	position: relative;
}
/*
.header a.artprogram::before{
	content: '';
	top:50%;
	left: 19px;
	margin-top: -3px;
	border-width: 3px 6px 3px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #999;
	position: absolute;
}
*/
.header a.artprogram:hover{
	background-color: #FcFcFc;
}

/*---------------------------------------

To - 959px header  - SP

---------------------------------------*/
@media screen and (max-width: 959px) {
	.header .logo{
		padding-left:10px;
	}
	
	.header .logo img{
		width:150px;
	}
	
	.header .logoarea{
		padding:16px 0 15px;
	}
}
/*---------------------------------------*/



/*-----------------------------------------------------------

	about

-----------------------------------------------------------*/

.about{
	max-width: 1200px;
	padding: 120px 50px;
	margin:0 auto;
}

/* right_box */
.about .right_box{
	width:57%;
	padding:0 0 0 3%;
	float:right;
}

.about .right_box h2{
	margin:9px 0 20px 0;
	font-size:3.2rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.about .right_box .about_text{
	margin:0 0 30px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:1.7rem;
	line-height: 1.8em;
}

.about .right_box .time{
	padding: 26px 30px;
	background-color: #F3F3F3;
	color:#575746;
	font-weight: bold;
	font-size:1.7rem;
	line-height: 1.6em;
}

.about .right_box .time span.sm{
	font-size:1.4rem;
}

.about .right_box .time span.red{
	color:#B81330;
}
/* left_box */

.about .left_box{
	max-width: 453px;
	width:40%;
	background: url(/museum/img/about_img.jpg) no-repeat;
	-webkit-background-size: cover;
	background-position: 50% 0;
	background-size:cover;
	float:left;
}


/*---------------------------------------

To - 959px about  - SP

---------------------------------------*/
@media screen and (max-width: 959px) {
	
	.about{
		padding: 40px 25px 40px;
		margin:0 auto;
	}
	
	/* right_box */
	
	.about .right_box h2{
		margin:20px 0 15px 0;
		font-size:2.3rem;
	}
	
	.about .right_box .about_text{
		margin:0 0 27px 0;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		font-size:1.6rem;
		line-height: 1.8em;
	}
	.about .right_box{
		width:100%;
		padding:0;
		float:none;
	}
	
	.about .right_box .time{
		padding: 20px 20px;
		background-color: #F3F3F3;
		color:#575746;
		font-weight: bold;
		font-size:1.5rem;
	}
	
	/* left_box */
	.about .left_box{
		max-width: 100%;
		width: 100%;
		background: url(/museum/img/about_img.jpg) no-repeat;
		padding-top:70%;
		height: auto;
		-webkit-background-size: 100%;
		background-size: 100%;
		float:none;
	}
}

/*---------------------------------------*/



/*-----------------------------------------------------------

	photo_area

-----------------------------------------------------------*/

.photo_area{
	width:100%;
	margin:0 0 120px -168px;
	padding:0 0 0 168px;
	background:url(/museum/img/bg_img.png) no-repeat, url(/museum/img/bg_white.jpg) repeat-x;
	-webkit-background-size: contain, contain;
	background-size: contain, contain;
	background-position: bottom center, center;
}
.photo_area .inner{
	max-width:1300px;
	margin:0 auto;
}

.photo_area img{
	max-width: 650px;
	width:50%;
	float:left;
}

/*---------------------------------------

To - 959px photo_area  - SP

---------------------------------------*/
@media screen and (max-width: 959px) {
	.photo_area{
		margin:0 0 60px -168px;
		background:none, url(/museum/img/bg_white.jpg) repeat-x;
		-webkit-background-size: contain, contain;
		background-size: contain, contain;
		background-position: bottom center, center;
	}
}

/*---------------------------------------*/


/*-----------------------------------------------------------

	movie

-----------------------------------------------------------*/
.movie{
	max-width: 1200px;
	padding: 0 50px 120px;
	margin:0 auto;
}

.movie .left_box{
	width:64%;
	float:left;
}

.movie .right_box{
	width:31%;
	margin-left:5%;
	float:right;
}

.movie .facebook{
	position: relative;
	width: 100%;
	padding-top: 116%;
}

.movie .facebook .fb-page{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.facebook_btn{
	margin:20px 0 0 0;
}

.facebook_btn a{
	width:100%;
	padding:27px 13px 25px 66px;
	border:4px solid #E0F4F8;
	background-image: url(/museum/img/icon_facebook.png);
	background-repeat: no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	background-position: 14px 17px;
	color:#3B579D;
	font-weight: bold;
	text-decoration: none;
	font-size:1.5rem;
	line-height: 1.4em;
	box-sizing: border-box;
	letter-spacing:-0.05em;
	display: block;
}

/*---------------------------------------

To - 959px movie  - SP

---------------------------------------*/
@media screen and (max-width: 959px) {
	.movie{
		max-width: 1200px;
		padding: 0 25px 60px;
		margin:0 auto;
	}

	.movie .left_box{
		width:100%;
		float:none;
	}

	.movie .right_box{
		width:100%;
		margin-left:0;
		float:none;
	}
}
/*-------------------------------*/




/*-----------------------------------------------------------

	access

-----------------------------------------------------------*/
.access{
	text-align: center;
	background-color: #F9F9F9;
	padding: 0 0 90px 0;
}

.access h3{
	padding:94px 0 45px 0;
}

.access .map{
	max-width: 1000px;
	width: 100%;
}

.access .map_wrap{
	max-width: 1000px;
	width:100%;
	margin:0 auto;
	position: relative;
}

.access .map_text{
	width:240px;
	margin:0 0 0 60px;
	text-align: left;
	font-size:1.5rem;
	line-height: 1.7em;
	position: absolute;
	bottom:0;
	left:0;
}

.access address{
	font-style:normal;
	line-height: 1.7em;
	font-weight: 500;
}

.access .map_text .red{
	margin:0 0 18px 0;
	color:#C01432;
	font-weight: bold;
}

.access .img_map{
	max-width: 1200px;
	padding: 0 50px;
	margin:0 auto;
}

.access ul{
	width:98%;
	margin:90px 0 0 0;
	padding:2% 0 2% 2%;
	background-color: #FCFCFC;
}

.access li{
	width:29%;
	padding:1% 2.54%;
	border-left:1px dotted #BDBDAE;
	float:left;
}

.access li:first-child{
	border-left:none;
	padding-left:0;
}

.access li img{
	max-width: 322px;
	width:100%;
}

/*---------------------------------------

To - 959px access  - SP

---------------------------------------*/
@media screen and (max-width: 959px) {
	.access{
		padding: 0 0 30px 0;
	}

	.access h3{
		padding:60px 0 20px 0;
	}
	.access h3 img{
		width:120px;
	}
	
	.access .map{
		margin:0 0 20px 0;
	}

	.access .map_wrap{
		position:relative;
	}

	.access .map_text{
		width:auto;
		margin:0 0 0 30px;
		text-align: left;
		font-size:1.4rem;
		line-height: 1.7em;
		position: relative;
		box-sizing: border-box;
	}
	
	.access .img_map{
		padding: 0;
	}

	.access ul{
		width:auto;
		margin:50px 0 0 0;
		padding:0 4%;
		background-color: transparent;
		box-sizing: border-box;
	}

	.access li{
		width:100%;
		margin:0;
		padding:20px 0 24px 0;
		border-left:none;
		border-top:1px dotted #BDBDAE;
		float:none;
	}

	.access li img{
		max-width: 85%;
		width:85%;
	}
}

/*-------------------------------*/



/*-----------------------------------------------------------

	bnr_area

-----------------------------------------------------------*/
.bnr_area{
	max-width: 1200px;
	padding: 90px 0;
	margin:0 auto;
}

.bnr_area li{
	width:49%;
	margin-left:2%;
	float:left;
}

.bnr_area li:first-child{
	margin-left:0;
}

.bnr_area li a{
	border:2px solid #C4C4C4;
	display: block;
}

.bnr_area li a:hover{
	background-color: #FAFAF5;
}

.bnr_area li a img{
	width:100%;
}

/*---------------------------------------

To - 959px bnr_area  - SP

---------------------------------------*/
@media screen and (max-width: 959px) {
	.bnr_area{
		max-width: 1200px;
		padding: 40px 20px;
		margin:0 auto;
	}

	.bnr_area li{
		width:100%;
		margin:0 0 10px 0;
		float:none;
	}
}
/*-------------------------------*/



/*-----------------------------------------------------------

	footer

-----------------------------------------------------------*/
.footer .add{
	background-color: #F3F3E7;
}

.footer .add .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:15px 0 14px 0;
	color:#575746;
}

.footer .add address{
	font-style:normal;
	font-size:1.5rem;
	text-align: right;
}

.footer .copy{
	padding:27px 0 25px 0;
	text-align:center;
	background-color: #898970;
	color:#fff;
	font-size:1.4rem;
}


/*---------------------------------------

To - 959px footer  - SP

---------------------------------------*/
@media screen and (max-width: 959px) {
	.footer .add address{
		font-style:normal;
		font-size:1.4rem;
		line-height: 1.5em;
		text-align: center;
	}
	
	.footer .copy{
		padding:20px 0 18px 0;
		text-align:center;
		background-color: #898970;
		color:#fff;
		font-size:1.2rem;
	}
}
/*-------------------------------*/






/*-----------------------------------
-------------------------------------*/

/*To - 960px - PC*/

@media screen and (min-width: 960px) {
	.sp{
		display: none;
	}
}

/* To - 959px - SP */
@media screen and (max-width: 959px) {
	.pc{
		display: none;
	}
}

/*-----------------------------------
-------------------------------------*/