@charset "UTF-8";

.secondContents .secondContentsMain .head401 {
	line-height: 1.5;
}

.PcHid {
	display: none !important;
}
.SpHid {
	display: inherit !important;
}

#navSP {
	display: none;
}

/* 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 (max-width:767px)  {
	.PcHid {
		display: inherit !important;
	}
	.SpHid {
		display: none !important;
	}
	body .wrapSP {
		width: calc(100% - 20px) !important;
		margin: auto 10px;
	}
	section.wrapSP {
		padding-bottom: 20px;
	}
	
	/* --------------- JS TOGGLE SP --------------- */
	.js-toggleSP .js-toggleSP-target {
		position: relative;
	}
	.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 {
		display: none;
		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;
		padding: 0;
		display: block;
	}
	#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(/en/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(/en/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(/en/common/images/sp/btn_menu.gif) no-repeat left top;
		background-size: 30px 30px;
		text-indent: -9999px;
	}
	#header .headerContSP p.switch.open {
		background: url(/en/common/images/sp/btn_menu_o.gif) no-repeat left top;
		background-size: 30px 30px;
	}
	#header #navSP {
		display: block !important;
	}
	#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;
	}
	
	
	/* --------------- 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;
	}
	#exhibition .column2 .child .imgCaption{
		text-align: center;
	}
	
	
	/* Schedule page */
	#exhibition.schedule .scDl {
		margin: 0;
	}
	#exhibition.schedule .scDl.schedulebox > * {
		padding: 0;
	}
	#exhibition.schedule .scDl .time {
		line-height: 1.3em;
		color: #d22b34;
	}
	#exhibition.schedule .scDl .time > span{
		font-size: 14px;
		font-size: 1.4rem;
		color: #d22b34;
	}
	#exhibition.schedule .scDl .title {
		line-height: 1;
		padding-top: 5px;
	}
	#exhibition.schedule .scDl .title > span{
		color: #333;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#exhibition .linkArw.btnSP {
		background: none;
		padding: 20px 30px 30px;
		margin: 0;
	}
	#exhibition .btnSP a {
		display: block;
		padding: 10px 10px 10px 30px;
		text-align: center;
		border-radius: 5px;
		background: #95595c;
		color: #fff;
		font-weight: bold;
		position: relative;
	}
	#exhibition .btnSP a:before {
		content: "";
		width: 10px;
		height: 10px;
		background: url(/en/common/images/ico_arw_05.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		left: 15px;
	}
	#exhibition .btnSP.icon_pc a:after {
		content: "";
		width: 20px;
		height: 20px;
		background: url(/en/common/images/ico_pc.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		right: 15px;
	}
	#exhibition.schedule .eventName {
		box-sizing: border-box;
		border-top: #e6e6e6 3px solid;
		border-bottom: #e6e6e6 3px solid;
		position: relative;
		padding: 15px 40px 15px 15px;
		margin-bottom: -3px;
	}
	#exhibition.schedule .js-toggleSP-target:before,
	#exhibition.schedule .js-toggleSP-target:after {
		border-color: #d22b34;
	}
	
	/* imageList */
	#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;
	}
	
	
	/* 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(/en/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;
	}
}
/* add css */
@media screen and (max-width: 767px){
	#header #navSP .dropDown nav ul li.icons {
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  #header #navSP .dropDown nav ul li a.ig-con {
	margin-left: 20px;
  }
}
