@charset "utf-8";


/* --------------------------------------------------------------------------------------------------------------------

	common

-------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------- .about-titleCnt -------------------------------------- */

.about-titleCnt {
	margin: 36px 0 60px;
	-moz-background-size: contain !important;
	-webkit-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}

body.IE7 .about-titleCnt {
	margin-top: 0;
	padding-top: 39px;
}

.about-titleCnt .logoBlk {
	padding: 50px 0;
}

.about-titleCnt .logo {
	text-indent: -9999px;
	display: block;
	width: 170px;
	height: 94px;
	background: url(../images/museum/museum_title.png) no-repeat;
	float: left;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.about-titleCnt .logo {
		background-image: url(../images/museum/museum_title.png) no-repeat;
	}
}


.about-titleCnt .right .logo {
	float: right;
}

.about-titleCnt .copy {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 150px;
	height: 105px;
	background: url(../images/about_splite02.png) no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.about-titleCnt .copy {}
}

.about-titleCnt .right .copy {
	float: right;
}

#concept-titleCnt .copy {
	background-position: 0 -200px;
}

#spec-titleCnt .copy {
	background-position: -150px -200px;
}

.about-titleCnt.loco .copy {
	background-position: -300px -200px;
}

.about-titleCnt.staff .copy {
	background-position: -450px -200px;
}

.about-titleCnt .titleBlk.right {
	text-align: right;
}

.about-titleCnt h1 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 300%;
	letter-spacing: 5px;
	color: #fff;
	margin-bottom: 20px;
}

.about-titleCnt.loco h1 {
	letter-spacing: 2px;
}

.about-titleCnt h1 span {
	font-size: 75%;
	vertical-align: middle;
}

.about-titleCnt p {
	font-size: 87.5%;
	color: #fff;
	line-height: 1.8;
	font-weight: bold;
}

.about-titleCnt.loco p,
.about-titleCnt.staff p {
	color: #9c8d6c;
}


/* ---------------------------------------
	max-width: 1440px
--------------------------------------- */

@media screen and (max-width: 1440px) {

	/*画像サイズより小さくなったら contain を解除*/
	.about-titleCnt {
		-moz-background-size: auto auto !important;
		-webkit-background-size: auto auto !important;
		-o-background-size: auto auto !important;
		background-size: auto auto !important;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-titleCnt {
		margin-bottom: 40px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-titleCnt {
		margin: 0 0 20px;
		padding-bottom: 20px;
		height: auto !important;
		-moz-background-size: cover !important;
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}

	.about-titleCnt .logoBlk {
		padding: 30px 0 20px;
	}

	.about-titleCnt .logo {
		float: none !important;
		margin: 0 auto;
	}

	.about-titleCnt .copy {
		display: none;
	}

	.about-titleCnt .titleBlk {
		text-align: center !important;
	}

	.about-titleCnt h1 {
		font-size: 200%;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}

	.about-titleCnt p {
		letter-spacing: 0;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.about-titleCnt .logo {
		width: 130px;
		height: 72px;
		background: url(../images/museum/museum_title_sp.png) no-repeat;

	}

	.about-titleCnt .logo img {
		width: 130px;
		height: auto;
	}

	.about-titleCnt h1 {
		font-size: 180%;
	}

	.about-titleCnt p {
		font-size: 80%;
	}

}


/* -------------------------------------- .about-imgCnt -------------------------------------- */

.about-imgCnt {
	margin-bottom: 60px;
	-moz-background-size: contain !important;
	-webkit-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}


/* ---------------------------------------
	max-width: 1440px
--------------------------------------- */

@media screen and (max-width: 1440px) {

	/*画像サイズより小さくなったら contain を解除*/
	.about-imgCnt {
		-moz-background-size: auto auto !important;
		-webkit-background-size: auto auto !important;
		-o-background-size: auto auto !important;
		background-size: auto auto !important;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-imgCnt {
		margin-bottom: 20px;
	}

}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-imgCnt {
		height: 120px !important;
		-moz-background-size: cover !important;
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}

}



/* -------------------------------------- about-pageNav -------------------------------------- */

.about-pageNav {
	margin-top: -10px;
}

.about-pageNav li {
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 15px;
	background: transparent url(../images/about_splite02.png) no-repeat -150px -350px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.about-pageNav li {
		background-image: url(../images/about_splite02x2.png);
		-moz-background-size: 600px 750px;
		-webkit-background-size: 600px 750px;
		-o-background-size: 600px 750px;
		background-size: 600px 750px;
	}
}

.about-pageNav li.active {
	width: 130px;
	height: 143px;
	margin-top: -5px;
	background-position: 0 -350px !important;
}

.about-pageNav li:hover {
	background-position: -300px -350px;
}

.about-pageNav li a {
	text-align: center;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../images/about_splite01.png) no-repeat 50% 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.about-pageNav li a {
		background-image: url(../images/about_splite01x2.png);
		-moz-background-size: 100px 928px;
		-webkit-background-size: 100px 928px;
		-o-background-size: 100px 928px;
		background-size: 100px 928px;
	}
}

.about-pageNav .concept1 a {
	background-position: 50% 55px;
}

.about-pageNav .concept2 a {
	background-position: 50% -52px;
}

.about-pageNav .concept3 a {
	background-position: 50% -155px;
}

.about-pageNav .concept1.active a {
	background-position: 50% 60px;
}

.about-pageNav .concept2.active a {
	background-position: 50% -48px;
}

.about-pageNav .concept3.active a {
	background-position: 50% -150px;
}

.about-pageNav .spec1 a {
	background-position: 50% -255px;
}

.about-pageNav .spec2 a {
	background-position: 50% -355px;
}

.about-pageNav .spec1.active a {
	background-position: 50% -250px;
}

.about-pageNav .spec2.active a {
	background-position: 50% -350px;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-pageNav {
		float: none !important;
		margin: 0 -1% 40px !important;
	}

	.about-pageNav li {
		width: 31.3% !important;
		height: 53px !important;
		margin: 0 1% !important;
		padding-top: 1px;
		background: #534a47;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;

		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}

	.spec-articleCnt .about-pageNav li,
	#spec-extraNav .about-pageNav li,
	#spec-extraNav-sub .about-pageNav li {
		width: 48% !important;
	}

	.about-pageNav li:hover {
		background-color: #332e2c;
	}

	.about-pageNav .active {
		background-color: #00a56e !important;
		position: relative;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}

	.about-pageNav .active:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 50%;
		margin-left: -9px;
		border: 9px solid transparent;
		border-top: 14px solid #00a56e;
	}

	.about-pageNav .concept1 a {
		background-position: 50% 20px !important;
	}

	.about-pageNav .concept2 a {
		background-position: 50% -90px !important;
	}

	.about-pageNav .concept3 a {
		background-position: 50% -190px !important;
	}

	.about-pageNav .spec1 a {
		background-position: 50% -290px !important;
	}

	.about-pageNav .spec2 a {
		background-position: 50% -390px !important;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-pageNav {
		margin-bottom: 30px !important;
	}

	#concept-extraNav-sub .about-pageNav,
	#spec-extraNav-sub .about-pageNav {
		margin: 20px 0 40px 0 !important;
	}

	.about-pageNav li {
		height: 49px !important;
	}

	.about-pageNav .active:after {
		margin-left: -7px;
		border: 7px solid transparent;
		border-top: 10px solid #00a56e;
	}

	#concept-extraNav-sub .about-pageNav .active:after,
	#spec-extraNav-sub .about-pageNav .active:after {
		border: 7px solid transparent;
		border-bottom: 10px solid #00a56e;
		top: -17px;
	}

	.about-pageNav .concept1 a {
		background-position: 50% -482px !important;
	}

	.about-pageNav .concept2 a {
		background-position: 50% -590px !important;
	}

	.about-pageNav .concept3 a {
		background-position: 50% -690px !important;
	}

	.about-pageNav .spec1 a {
		background-position: 50% -790px !important;
	}

	.about-pageNav .spec2 a {
		background-position: 50% -890px !important;
	}

}







/* --------------------------------------------------------------------------------------------------------------------

	concept (index.html)

-------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------- #concept-titleCnt -------------------------------------- */

#concept-titleCnt {
	height: 440px;
	background: no-repeat 50% 0;
}

.no-js #concept-titleCnt,
.sizeL #concept-titleCnt {
	background-image: url(../img/concept-titleCnt_pic01.jpg);
}

.sizeM #concept-titleCnt {
	background-image: url(../img/concept-titleCnt_pic01m.jpg);
}

.sizeS #concept-titleCnt {
	background-image: url(../img/concept-titleCnt_pic01s.jpg);
}


/* -------------------------------------- .concept-articleCnt -------------------------------------- */

.concept-articleCnt {
	padding-bottom: 70px;
}

.concept-articleCnt .about-pageNav {
	float: right;
}

.concept-articleCnt header {
	margin-bottom: 60px;
	min-height: 100px;
}

#concept-coordinate header {
	min-height: 170px;
}

.concept-articleCnt header p {
	color: #32515e;
	/* 9c8d6c*/
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
}

.concept-articleCnt header h2 {
	color: #42210b;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 200%;
	letter-spacing: 2px;
}

.concept-articleCnt header h2 span {
	display: block;
}

.concept-articleCnt .txtBlk-A {
	margin: 0 -2%;
}

.concept-articleCnt .txtBlk-A section {
	float: left;
	width: 46%;
	padding: 0 2%;
}

body.IE7 .concept-articleCnt .txtBlk-A section {
	width: 45.9%;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.concept-articleCnt header {
		margin-bottom: 40px;
	}

	.concept-articleCnt header h2 span {
		display: inline;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	#concept-titleCnt {
		background-position: 55% 0 !important;
	}

	.concept-articleCnt {
		padding-bottom: 10px !important;
	}

	.concept-articleCnt header {
		margin-bottom: 20px !important;
		min-height: 0 !important;
	}

	.concept-articleCnt header p {
		font-size: 80%;
		margin-bottom: 10px;
	}

	.concept-articleCnt header h2 {
		font-size: 150%;
		letter-spacing: 1px;
		padding-bottom: 15px;
		border-bottom: 2px solid #42210b;
	}

	.concept-articleCnt .txtBlk-A section {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.concept-articleCnt header h2 {
		font-size: 120%;
		letter-spacing: 1px;
		padding-bottom: 15px;
		border-bottom: 2px solid #42210b;
	}

}


/* -------------------------------------- #concept-construct -------------------------------------- */

#concept-construct .about-imgCnt {
	background: no-repeat 50% 50%;
	height: 300px;
}

.sizeS #concept-construct .about-imgCnt,
.sizeM #concept-construct .about-imgCnt {
	background-image: none !important;
}

.para #concept-construct .about-imgCnt {
	background-image: url(../images/museum/concept-construct_pic01.jpg);
}

.no-js #concept-construct .about-imgCnt,
.no-para #concept-construct .about-imgCnt {
	background-image: url(../images/museum/concept-construct_pic01np.jpg);
}



/* -------------------------------------- #concept-coordinate -------------------------------------- */

#concept-coordinate {
	padding-bottom: 80px;
}

#concept-coordinate .about-imgCnt {
	background: no-repeat 50% 50%;
	height: 300px;
}

.sizeS #concept-coordinate .about-imgCnt,
.sizeM #concept-coordinate .about-imgCnt {
	background-image: none !important;
}

.para #concept-coordinate .about-imgCnt {
	background-image: url(../images/museum/concept-coordinate_pic01.jpg);
}

.no-js #concept-coordinate .about-imgCnt,
.no-para #concept-coordinate .about-imgCnt {
	background-image: url(../images/museum/concept-coordinate_pic01np.jpg);
}

.concept-coordinate-txtCnt {
	position: relative;
}

.concept-coordinate-txtCnt .txtBlk-A {
	padding-right: 488px;
	margin: 0 0 40px 0;
	min-height: 260px;
}

.concept-coordinate-txtCnt .txtBlk-B {
	position: relative;
	clear: both;
	margin: 0 -2%;
	margin-top: 2%;
}

.concept-coordinate-txtCnt .txtBlk-B section {
	width: 29.3%;
	padding: 0 2%;
	float: left;

}

body.IE7 .concept-coordinate-txtCnt .txtBlk-B section {
	width: 29%;
	text-align: center;
}




/* -------- concept-coordinate-linkCnt -------- */

.concept-coordinate-linkCnt {
	margin-top: 1em;
}

.concept-coordinate-linkCnt a {
	font-size: 80%;
	line-height: 1.5;
	font-weight: bold;
	color: #534a47;
	display: block;
	padding: 10px 5px 10px 20px;
	border-top: 1px dotted #999;
	position: relative;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}

body.IE7 .concept-coordinate-linkCnt a {
	padding-left: 5px;
	zoom: 1;
}

.concept-coordinate-linkCnt a:before {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background: url(../images/site_splite02.png) no-repeat 0 -200px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.concept-coordinate-linkCnt a:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

.concept-coordinate-linkCnt li:first-child a {
	border-top: none;
	margin-top: 1em;
}

.concept-coordinate-linkCnt a:hover {
	color: #332e2c;
	background-color: #f2f2f2;
}


/* -------- concept-coordinate-galleryCnt -------- */

.concept-coordinate-galleryCnt {
	width: 438px;
	position: absolute;
	top: -80px;
	right: 0;
}

.concept-coordinate-galleryCnt figcaption {
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -30px;
}

/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.concept-coordinate-txtCnt .txtBlk-A {
		min-height: 320px;
		padding-right: 55%;
	}

	.concept-coordinate-galleryCnt {
		top: 0;
		width: 50%;
	}

}

/* ---------------------------------------
	max-width: 839px
--------------------------------------- */

@media screen and (max-width: 839px) {

	.concept-coordinate-txtCnt .txtBlk-A {
		min-height: 280px;
	}

}


/* ---------------------------------------
	max-width: 768px
--------------------------------------- */

@media screen and (max-width: 768px) {

	#concept-coordinate {
		padding-bottom: 70px !important;
	}

	.concept-coordinate-txtCnt .txtBlk-A {
		margin-bottom: 30px;
		padding-right: 0;
		min-height: 0;
	}

	.concept-coordinate-txtCnt .txtBlk-B section {
		width: 28%;
		float: left;
		margin-bottom: 30px;
	}

	.concept-coordinate-txtCnt .txtBlk-B section img {
		width: 80%;
		float: none;
		margin-bottom: 30px;
		padding: 10px;
	}


	.concept-coordinate-linkCnt a {
		font-size: 75%;
	}

	.concept-coordinate-galleryCnt {
		position: relative;
		max-width: 438px;
		width: 100%;
		margin: 0 auto;
	}

	.concept-coordinate-galleryCnt figcaption {
		font-size: 80%;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	#concept-coordinate {
		padding-bottom: 70px !important;
	}

	.concept-coordinate-txtCnt .txtBlk-A {
		margin-bottom: 30px;
		padding-right: 0;
		min-height: 0;
	}

	.concept-coordinate-txtCnt .txtBlk-B section {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}

	.concept-coordinate-txtCnt .txtBlk-B section img {
		width: 80%;
		float: none;
		margin-bottom: 30px;
		padding: 10px;
	}


	.concept-coordinate-linkCnt a {
		font-size: 75%;
	}

	.concept-coordinate-galleryCnt {
		position: relative;
		max-width: 438px;
		width: 100%;
		margin: 0 auto;
	}

	.concept-coordinate-galleryCnt figcaption {
		font-size: 80%;
	}

}




/* -------------------------------------- .about-titleCnt.loco -------------------------------------- */

.about-titleCnt.loco .titleBlk {
	margin-top: -180px;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-titleCnt.loco {
		padding-bottom: 30px;
	}

	.about-titleCnt.loco .titleBlk h1 span {
		display: block;
	}

}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-titleCnt.loco {
		padding-bottom: 0;
	}

	.about-titleCnt.loco .titleBlk {
		margin-top: 0;
	}

	.about-titleCnt.loco .titleBlk h1 span {
		display: inline;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.about-titleCnt.loco .titleBlk h1 span {
		display: block;
	}

}


/* -------------------------------------- .about-titleCnt.staff -------------------------------------- */

.about-titleCnt.staff .titleBlk {
	margin-top: -180px;
}

/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.about-titleCnt.staff {
		padding-bottom: 50px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.about-titleCnt.staff {
		padding-bottom: 0;
	}

	.about-titleCnt.staff .titleBlk {
		margin-top: 0;
	}

}