@charset "UTF-8";

.PcHid {
	display: none !important;
}
.SpHid {
	display: inherit !important;
}
.wrap {
		padding-bottom: 50px;
	}

#navSP {
	display: none;
}

/* --------------- JS TOGGLE --------------- */
.js-toggle .js-toggle-target {
	position: relative;
	cursor: pointer;
}
.js-toggle .js-toggle-target .head401 {
	border-right: 50px solid #72181a;
}
.js-toggle .js-toggle-target:before,
.js-toggle .js-toggle-target:after {
	content: "";
	width: 20px;
	border-top: 2px solid #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 15px;
}
.js-toggle .js-toggle-target:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.js-toggle.active .js-toggle-target:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.js-toggle .js-toggle-body {
	position: relative;
	height: 0;
	overflow: hidden;
}


/*  Anchor Link  */
.ancLocal {
	padding-top: 10px;
	margin-top: 30px
}
.anchorLink {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.anchorLink li{
	width: 364px;
	margin-bottom: 2px;
	background: #a11f26;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.anchorLink li a{
	display: block;
	padding: 15px 15px 15px 35px;
	text-align: center;
	color: #fff;
	font-size: 16px;
    font-size: 1.6rem;
}
.anchorLink li a:before{
	content: "";
	width: 8px;
	height: 8px;
	background: url('/common/images/ico_arw_02.png') no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 15px;
}
.anchorLink li a:hover{
	text-decoration: none;
	opacity: 0.7;
}

/*  pagetop Link  */
.pagetopLink {
	text-decoration: none;
	display: inline-block;
}
.pagetopLink:after {
	content: "";
	width: 10px;
	height: 10px;
	background: url('/common/images/ico_arw_08.png') no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-left: 10px;
}


/*  FOOTER  */
#footer {
	position: relative;
}

#pageTop {
	position: absolute;
	top: -70px;
	right: 20px;
	z-index: 9999999;
	display: none;
}
#pageTop.fixed {
	position: fixed;
	bottom: 20px;
	top: auto;
}
#pageTop a {
	display: block;
    width: 50px;
    height: 50px;
	background: #e5e5e5;
	position: relative;
	font-size: 0;
	border-radius: 5px;
	overflow: hidden;
}
#pageTop a:after {
	content: "";
	width: 17px;
	height: 17px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -10px;
	transform: rotate(-45deg);
}
#pageTop a:hover {
	background: #dcdcdc;
}

/* Popup LIST */
#exhibition .imageList {
	font-size: 0;
	margin-right: -10px;
}
#exhibition .imageList .child{
	width: 360px;
	box-sizing: border-box;
	margin-top: 40px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}
#exhibition .imageList .child .caption{
	margin-top: 10px;
	font-size: 13px;
    font-size: 1.25rem;
}
#exhibition .imageList .image p,
#exhibition .imageList .popLink a{
	position: relative;
	display: block;
	background: #f7eeef;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#exhibition .imageList .popLink a:after{
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	background: url('/exhibition/images/icon_popup_01.png')no-repeat;
	background-size: 100%;
	bottom: 0;
	right: 0;
}
#exhibition .imageList .image p.gray {
	background: #f4f4f4;
}
#exhibition .imageList .child img{
	max-width: 90%;
	max-height: 90%;
}


@media screen and (min-width:767px)  {
	.mt00_pc {
		margin-top: 0 !important;
	}
}
	
@media screen and (max-width:767px)  {
	.PcHid {
		display: inherit !important;
	}
	.SpHid {
		display: none !important;
	}
	body .wrapSP {
		width: calc(100% - 20px) !important;
		margin: auto 10px;
	}
	.wrapSP {
		padding-bottom: 20px;
	}

	
	/* --------------- JS TOGGLE SP --------------- */
	.js-toggleSP .js-toggleSP-target {
		position: relative;
		cursor: pointer;
	}
	.js-toggleSP .js-toggleSP-target:before,
	.js-toggleSP .js-toggleSP-target:after {
		content: "";
		width: 16px;
		border-top: 3px solid;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		right: 15px;
	}
	.js-toggleSP .js-toggleSP-target:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.js-toggleSP.active .js-toggleSP-target:after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.js-toggleSP .js-toggleSP-body {
		height: 0px;
		padding: 0 10px;
		overflow: hidden;
	}
	
	/* --------------- HEADER --------------- */
	#header #header01 aside,
	#header #header02 {
		display: none;
	}
	#header #header01.headerContSP {
		z-index: 9999;
		width: 100%;
		height: 50px;
		box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
		background: white;
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		padding: 0;
	}
	#header #header01.headerContSP h1 {
		display: block;
		float: left;
		margin: 5px 5px 5px 10px;
		width: 145px;
		height: 40px;
		position: relative;
		top: 0;
	}
	#header #header01.headerContSP h1 a {
		display: block;
		width: 145px;
		height: 40px;
		background: url(/common/images/hed_img_logo_00.png) no-repeat left top;
		background-size: 135px auto;
		text-indent: -9999px;
	}
	#header .headerContSP p.pc {
		display: block;
		float: right;
		margin: 10px;
		width: 30px;
		height: 30px;
		background: url(/common/images/sp/btn_pc.gif) no-repeat left top;
		background-size: 30px 30px;
	}
	#header .headerContSP p.pc a {
		display: block;
		width: 30px;
		height: 30px;
		text-indent: -9999px;
	}
	#header .headerContSP p.switch {
		display: block;
		float: right;
		margin: 10px 10px 10px 0;
		width: 30px;
		height: 30px;
		background: url(/common/images/sp/btn_menu.gif) no-repeat left top;
		background-size: 30px 30px;
		text-indent: -9999px;
	}
	#header .headerContSP p.switch.open {
		background: url(/common/images/sp/btn_menu_o.gif) no-repeat left top;
		background-size: 30px 30px;
	}
	#header #navSP {
		display: block;
	}
	#header #navSP .dropDown {
		position: fixed;
		top: 50px;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 999;
	}
	#header #navSP .dropDown nav {
		position: relative;
		z-index: 9998;
	}
	#header #navSP .dropDown nav ul {
		display: block;
	}
	#header #navSP .dropDown nav ul li {
		display: block;
		border-bottom: #a12027 1px solid;
		text-align: center;
		background: #d22b34;
		height: 55px;
	}
	#header #navSP .dropDown nav ul li a {
		display: block;
		color: white;
		text-decoration: none;
		font-size: 1.5rem;
		line-height: 55px;
	}
	#header #navSP .dropDown nav ul li a img{
		max-width: 32px;
		vertical-align: middle;
	}
	#header #navSP .dropDown.landscape li {
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	#header #navSP .dropDown.landscape li:nth-child(odd) {
		border-right: #a12027 1px solid;
	}
	#header #navSP .dropDown:before {
		content: "";
		position: fixed;
		z-index: 9997;
		width: 100%;
		height: 200%;
		background: rgba(0, 0, 0, 0.9);
		left: 0;
		top: 50px;
	}
	#header #navSP .dropDown nav ul li.icons {
		display: flex;
    justify-content: center;
    align-items: center;
	}
	#header #navSP .dropDown nav ul li a.fb-icon {
		margin-left: 20px;
	}
	#header #navSP .dropDown nav ul li a.fb-icon img {
		max-width: inherit;
	}
	
	
	/* --------------- CONTENT --------------- */
	.secondContents {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding-top: 5px;
	}
	.secondContents:before,
	.secondContents:after {
		content: "";
		width: 50%;
		height: 5px;
		background: #d22b34;
		position: absolute;
		top: 0;
	}
	.secondContents:before {
		left: 0;
	}
	.secondContents:after {
		left: 50%;
		background: #400a0c;
	}
	.secondContents.borderNone:before,
	.secondContents.borderNone:after {
		display: none;
	}
	.secondContents .secondContentsMain {
		float: none;
		width: auto;
	}
	.secondContents aside {
		display: none;
	}
	.secondContents h3.head301 {
		margin: 20px 0;
		text-align: center;
		font-weight: bold;
		font-size: 2.5rem;
		padding: 0;
		background: none;
	}
	.secondContents h3.head301 > span {
		display: none;
	}
	.secondContents h4.head401 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	
	/* Event page */
	#event.flyer h4.evtH4Ttl01,
	#event.flyer h4.evtH4Ttl02,
	#event.flyer h4.evtH4Ttl03,
	#event.flyer h4.evtH4Ttl06 {
		box-sizing: border-box;
		border-top: #e6e6e6 3px solid;
		border-bottom: #e6e6e6 3px solid;
		border-left: none;
		position: relative;
		padding: 15px;
		margin-bottom: 20px;
	}
	#event.flyer h4.evtH4Ttl01 span,
	#event.flyer h4.evtH4Ttl02 span,
	#event.flyer h4.evtH4Ttl03 span,
	#event.flyer h4.evtH4Ttl06 span{
		font-weight: bold;
		font-size: 1.6rem;
		background: none;
		line-height: 1;
		padding: 0 0 0 10px;
		border: none;
	}
	#event.flyer h4.evtH4Ttl01:before,
	#event.flyer h4.evtH4Ttl01:after,
	#event.flyer h4.evtH4Ttl01 span {
		border-left: 3px solid;
		border-color: #f69;
	}
	#event.flyer h4.evtH4Ttl02:before,
	#event.flyer h4.evtH4Ttl03:after,
	#event.flyer h4.evtH4Ttl02 span {
		border-left: 3px solid;
		border-color: #0bb736;
	}
	#event.flyer h4.evtH4Ttl03:before,
	#event.flyer h4.evtH4Ttl03:after,
	#event.flyer h4.evtH4Ttl03 span {
		border-left: 3px solid;
		border-color: #69f;
	}
	#event.flyer h4.evtH4Ttl06:before,
	#event.flyer h4.evtH4Ttl06:after,
	#event.flyer h4.evtH4Ttl06 span {
		border-left: 3px solid;
		border-color: #96c;
	}
	#event.flyer h5 {
		font-size: 1.6rem;
		padding: 10px;
		text-align: left;
		line-height: 1.6;
	}
	#event.flyer .evtDl {
		padding: 20px;
	}
	#event.flyer .evtUl > li {
		padding: 20px 10px;
	}
	#event.flyer .evtUl > li:before,
	#event.flyer .evtUl > li:after {
		display: none;
	}
	#event.flyer .evtUl > li + li{
		border-top: #cecece 1px dashed;
	}
	#event.flyer .evtUl > li div {
		width: auto;
		display: block;
		padding: 0;
	}
	
	/* Exhibition page */
	#exhibition .table01 dl {
		flex-flow: row wrap;
		border: none;
		margin-bottom: 0;
	}
	#exhibition .table01 dt, 
	#exhibition .table01 dd {
		width: 100% !important;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
		border: #e6e6e6 1px solid;
		margin-bottom: -1px;
		padding: 13px 15px;
	}
	#exhibition .table01 dt {
		font-weight: bold;
	}
	#exhibition .column2 {
		margin-right: 0;
	}
	#exhibition .column2 .child{
		width: 100%;
		margin-right: 0;
	}
	
	
	/* Schedule page */
	#exhibition.tokubetsutenSchedule .acv {
		margin-bottom: 20px;
	}
	#exhibition.tokubetsutenSchedule .scDl {
		margin: 0;
	}
	#exhibition.tokubetsutenSchedule .scDl .time {
		line-height: 1.3em;
		color: #d22b34;
	}
	#exhibition.tokubetsutenSchedule .scDl .time > span{
		font-size: 14px;
		font-size: 1.4rem;
		color: #d22b34;
	}
	#exhibition.tokubetsutenSchedule .scDl .title > span{
		color: #333;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#exhibition.tokubetsutenSchedule .scDl .linkArw.btnSP {
		background: none;
		padding: 20px 30px 0;
	}
	#exhibition.tokubetsutenSchedule .scDl .btnSP a {
		display: block;
		padding: 10px;
		text-align: center;
		border-radius: 5px;
		background: #95595c;
		color: #fff;
		font-weight: bold;
		position: relative;
	}
	#exhibition.tokubetsutenSchedule .scDl .btnSP a:before {
		content: "";
		width: 10px;
		height: 10px;
		background: url(/common/images/ico_arw_05.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		left: 20px;
	}
	#exhibition.tokubetsutenSchedule .scDl .btnSP.icon_pc a:after {
		content: "";
		width: 20px;
		height: 20px;
		background: url(/common/images/ico_pc.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		right: 15px;
	}
	#exhibition.tokubetsutenSchedule .js-toggleSP {
		padding-bottom: 20px;
	}
	#exhibition.tokubetsutenSchedule .active .js-toggleSP-body {
		padding-bottom: 20px;
	}
	#exhibition.tokubetsutenSchedule .eventName {
		box-sizing: border-box;
		border-top: #e6e6e6 3px solid;
		border-bottom: #e6e6e6 3px solid;
		position: relative;
		padding: 15px 40px 15px 15px;
		margin-bottom: 20px;
	}
	#exhibition.tokubetsutenSchedule .js-toggleSP-target:before,
	#exhibition.tokubetsutenSchedule .js-toggleSP-target:after {
		border-color: #d22b34;
	}
	#exhibition.tokubetsutenSchedule .scDl li + li{
		margin-top:0px;
	}
	
	/* topSld1 */
	.topSld1 .sld1 {
		padding-top: 30%:
	}
	
	/*  Anchor Link  */
	.ancLocal {
		padding-top: 60px !important;
		margin-top: -30px !important;
	}
	.anchorLink {
		padding: 0 10px 20px;
	}
	.anchorLink li{
		width: 100%;
		margin-bottom: 1px;
	}
	
	/* Popup LIST */
	#exhibition .imageList {
		margin-right: 0;
	}
	#exhibition .imageList .child {
		width: 100%;
		margin-top: 30px;
	}
	#exhibition .imageList .popLink a:after {
		display: none;
	}
	#exhibition .imageList .image p,
	#exhibition .imageList .popLink a {
		height: 350px;
	}
	
	/* FANCY BOX */
	#fancybox-title.fancybox-title-float {
		left: 0px !important;
		right: 5px !important;
		padding: 0 15px;
	}
	#fancybox-title-float-wrap {
		width: 100% !important;
		text-align: center;
	}
	#fancybox-title-float-wrap td {
		white-space: normal !important;
		line-height: 1.5;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#fancybox-title-float-left,
	#fancybox-title-float-right{
		display: none !important;
	}
	
	/* OTHER STYLE */
	p.text-sp {
		line-height: 2;
	}
	
	/* --------------- FOOTER --------------- */
	#footer {
		border-top: #e6e6e6 1px solid;
		margin-top: 50px;
		padding: 25px 0;
		text-align: center;
		background: #fff;
	}
	#footer .footerListArea2 {
		padding: 0 20px;
		width: auto;
	}
	#footer .footerListArea2 > div {
		width: auto;
	}
	#footer .footerListArea2 .txtStrong {
		display: block;
		margin-bottom: .5em;
		letter-spacing: .03em;
		font-weight: bold;
		font-size: 1.7rem;
	}
	#footer .footerListArea2 address {
		margin-bottom: 2em;
		font-size: 1.2rem;
	}
	#footer .footerListArea2 address a{
		text-decoration: underline;
	}
	#footer .footerListArea2 p.jt {
		float: none;
		display: block;
		margin: 0 auto 20px;
		width: 80px;
		height: 40px;
		background: url(/common/images/fot_bnr_jt.png) no-repeat left top;
		background-size: 80px 40px;
		text-indent: -9999px;
	}
	#footer .footerListArea2 p > small {
		font-weight: normal;
		font-size: 1rem;
	}
	#footer .footerListArea2 div > p {
		float: none;
	}
	
	#pageTop {
		top: 10px;
		right: 10px;
	}
}


