/*----------------------------------------------
PC：基本設定
----------------------------------------------*/
@media screen and (min-width: 770px){
	.spOnly {
		display: none;
	}
}
/*----------------------------------------------
SP：基本設定
----------------------------------------------*/
@media screen and (max-width: 769px){
	.pcOnly {
		display: none;
	}
}
/*----------------------------------------------
PC：ヘッダー
----------------------------------------------*/
body {
	background: #ffffff;
	font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	position: relative;
}
.wrap {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
header {
	margin: 0 auto 16px auto;
	width: 100%;
	height: 800px;
}
header .inner-head {
	background: url(../img/img-head_2026_ja.webp) center top no-repeat;
	background-size: 1200px 800px;
	margin: 0 auto;
	width: 1200px;
	height: 800px;
	position: relative;
}
.en header .inner-head {
	background: url(../img/img-head_2026_en.webp) center top no-repeat;
}
header .inner-head img.img1024 {
	display: none;
}
header .inner-head p {
	text-indent: -9999em;
}
header .inner-head img.jlpp-bnk {
	display: none;
}
header .inner-head h1 {
	text-indent: -9999em;
}
/*----------------------------------------------
iPad：ヘッダー
----------------------------------------------*/
@media screen and (max-width: 1199px){
	header {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	header .inner-head {
		background: none;
		margin: 0 auto;
		width: 100%;
		height: auto;
		position: relative;
	}
	header .inner-head img.img1024 {
		display: block;
		width: 100%;
		height: auto;
	}
	header .inner-head p {
		display: none;
	}
	header .inner-head img.jlpp-bnk {
		display: none;
	}
	header .inner-head h1 {
		display: none;
	}
}
/*----------------------------------------------
SP：width: 428px
----------------------------------------------*/
@media screen and (max-width: 428px){
	header {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	/*
	header .inner-head {
		background: url(../img/img-head_sp_2023.jpg) center top no-repeat;
		background-size: cover;
		margin: 0 auto;
		width: 100%;
		height: 926px;
		position: relative;
		float: left;
	}
	header .inner-head img.img1024 {
		display: none;
	}
	*/
}
/*----------------------------------------------
SP：width: 414px
----------------------------------------------*/
@media screen and (max-width: 414px){
	/*
	header .inner-head {
		height: 896px;
	}
	*/
}
/*----------------------------------------------
SP：width: 390px
----------------------------------------------*/
@media screen and (max-width: 390px){
	header .inner-head {
/*		height: 844px;*/
	}
}
/*----------------------------------------------
SP：width: 375px
----------------------------------------------*/
@media screen and (max-width: 375px){
	header .inner-head {
/*		height: 811px;*/
	}
}
/*----------------------------------------------
SP：width: 320px
----------------------------------------------*/
@media screen and (max-width: 320px){
	header .inner-head {
/*		height: 693px;*/
	}
}
/*----------------------------------------------
PC：入場無料
----------------------------------------------*/
dl.price {
	border-top: 6px solid #cccccc;
	width: 108px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
dl.price dt {
	margin: 16px 0 12px 0;
	font-size: 20px;
	font-weight: 600;
}
dl.price dd {
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	text-indent: -1em;
}
/*----------------------------------------------
SP：入場無料
----------------------------------------------*/
@media screen and (max-width: 769px){
	dl.price {
		border-top: 3px solid #cccccc;
		width: 6em;
		text-align: center;
/*		position: absolute;
		top: 0;
		right: 0;*/
		position: relative;
		float: right;
		top: -0.5em;
	}
	dl.price dt {
		margin: 0.5em 0;
		font-size: 1em;
		font-weight: 600;
	}
	dl.price dd {
		margin: 0 0 0 0;
		padding: 0 0 0 1em;
		font-size: 0.6em;
		line-height: 1.2em;
		font-weight: 400;
		text-align: center;
		text-indent: -1em;
	}
}
/*----------------------------------------------
PC：フッター
----------------------------------------------*/
footer {
	display: block;
	background: #f6f7f8;
	width: 100%;
	height: 60px;
	text-align: center;
	float: left;
}
footer p {
	font-size: 12px;
	line-height: 60px;
	font-weight: 400;
}
/*----------------------------------------------
SP：フッター
----------------------------------------------*/
@media screen and (max-width: 769px){
	footer {
		height: 2.4em;
	}
	footer p {
		padding: 0.5em 0.3em;
		font-size: 0.8em;
		line-height: 1.2em;
		font-weight: 400;
		color: #666666;
	}
}
/* ---- clearfix ---- */
.clearfix:after {content: "."; display: block; clear: both; height: 0; width:100%; visibility: hidden; font-size: 0; line-height:0;}
* html .clearfix{zoom:1;}/* IE6 */
*:first-child+html .clearfix{zoom:1;}/* IE7 */