@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  background-color: #fff;

}

/* ================================================================================ */
/*      header     */
/* ================================================================================ */
#commonHeader,mainTtl,h1 {
	margin: 0;
	padding: 0;
}

/* ================================================================================ */
/*      globalNav     */
/* ================================================================================ */
#globalNav {
	//font-family: 'Libre Baskerville', serif;
  background: #eeeeee;
	padding: 0px;
	text-align: center;
	margin-top:-8px;
	border-top:1px double #000000; 
	border-bottom:1px double #000000; 
}
#globalNav ul {
	overflow: hidden;
	//padding: 6px; 
}
#globalNav ul li{
	font-size:1.5em;
	width: 7em;
	//height: 2em;
	margin: 6px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000000;
	background: #ffffff;

}
#globalNav a li {
	color:#000000;
	//font-weight:bold;
}
#globalNav a li:hover{
	opacity: 0.7;
}
/* ================================================================================ */
/*      commonContainer     */
/* ================================================================================ */
.commonContainer {
	//max-width:1200px;
	padding: 20px 40px;
}
#commonContainer .innerBlock {
	//width: 100%;
	//margin: 0 auto;
}

.ttl{
	//text-align: center;
	margin: 0px 40px;
	//font-family: 'Libre Baskerville', serif;

}
.algnR{
	text-align: right;
}
h2 {
	font-size: 3em;
	padding: 0px 0px;
	color:#000000;
	//font-weight: bold;
	border-bottom: 1px dashed #000000;; 
}

#contWhatsnew{
  min-height: 200px;
	padding: 20px 0;
	//background: #A48990;
	background: #ffffff;

}
#contWhatsnew h2{
	color: #000000;
	//border: 1px solid #000000;
}
#contWhatsnew ul li{
	margin: 1em 0;
	font-size: 1.1em;
}
#contWhatsnew .date{
	//background: #aa0000;
	background: #dd4400;
	display: inline-block;
	padding: 2px 4px;
	margin-bottom:6px;
	width: 90px;
}
#contWhatsnew .txt{
	color:#000000;
}
#contWhatsnew .txt a{
	color: #444444;
}

#contTimetable h2{
	color: #ffffff;
	border: 1px solid #ffffff;
	margin-top:20px; 
}
#contTimetable .body{
	text-align: center;
}
#contTimetable .body img{
	width: 50%;
}

#contMovie{
	//background: #000000;
	background: #ffffff;
	//padding: 20px;
}
#contMovie h2{
	color: #000000;
	//text-align: right;
	//border: 1px solid #000000;
}
#contMovie .commonContainer{
	text-align: center;
	margin: 20px auto;
  position: relative;
  //width: 50%;
	//width: 90%;
  //padding-top: 30%;
	
}

#contMovie .commonContainer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;

}
#contMovie #movieDetail ul{
	overflow: hidden;
}
#contMovie #movieDetail li{
	//float: left;
	display: inline-block;
	margin: 10px;
	color: #000000;
	vertical-align:top;
	width: 25%;
}

#contArtist{
  background: #ffffff;
	padding: 20px 0;
}
#contArtist h2{
	color: #000000;
	//border: 1px solid #000000;
}
#contArtist ul{
	overflow: hidden;
	text-align: center;
	//margin: 20px auto;
}
#contArtist ul:first-child{
	margin-top: 20px;
}
#contArtist ul li{
	margin: 0 0.2%;
	text-align: center;
	display: inline-block;
}

#contArtist ul li .image{
	padding: 0;
	margin: 0;
	//display: inline-block;
}

#contArtist ul li .txt{
	font-size: 1.5em;
	color:#eeeeee;
	margin-top: -8px;
  display: none;
}
#contArtist .listBugLug{
	width: 25%;
}
#contArtist .listBugLug img{
	width: 100%;
}
#contArtist .listA{
	width: 20%;
}
#contArtist .listA .txt{
	font-size: 1.2em;
}
#contArtist .listB{
	width: 14%;
}
#contArtist .listB .txt{
	font-size: 1.2em;
}
#contArtist .listC{
	width: 14%;
}
#contArtist .listC .txt{
	font-size: 1.2em;
}

#contArtist ul a:hover{
	opacity: 0.5;
}
#contSchedule{
  //background: #000000;
	background: #ffffff;
	padding: 20px 0;
}
#contSchedule h2{
	color: #000000;
	//text-align: right;
	//border: 1px solid #000000;
}

#contSchedule ul{
	overflow: hidden;
	text-align: center;
	margin: 20px auto;
}
#contSchedule ul li {
	width: 45%;
	margin: 1%;
	//padding: 10px;
	height: 200px;
	display:inline-table;
	text-align: left;
	//float:left;
	color: #000000;
	background: #ffffff;
	border: 1px solid #888888;
}
#contSchedule li .category{
	background: #a5812d;
	//border-bottom: 3px solid #dddddd;
	color:#ffffff;
	font-size:1.5em;
	//width: 45%;
	text-align: center;
}
#contSchedule li .txt{
	//display: inlline;
	text-align: left;
	font-size: 1.2em;
	margin-top:20px;
	//float:right;
}
#contSchedule li .l-txt{
	display: inline-block;
	width: 20%;
	font-size: 1.2em;
	margin: 1%;
}
#contSchedule li .r-txt{
	display: inline-block;
	width: 70%;
	font-size: 1.2em;
}

#contTicket{
  //background: #000000;
	background: #ffffff;
	padding: 20px 0;
}
#contTicket h2{
	color: #000000;
	//border: 1px solid #000000;
}

#contTicket ul{
	overflow: hidden;
	text-align: center;
	margin: 20px auto;
}
#contTicket ul li {
	width: 45%;
	margin: 1%;
	//padding: 10px;
	height: 100px;
	display:inline-table;
	text-align: left;
	//float:left;
	color: #000000;
	background: #ffffff;
	//border: 1px solid #888888;
}
#contTicket li .category{
	background: #aaaaaa;
	color:#ffffff;
	font-size:1.5em;
	text-align: center;
}
#contTicket li .txt{
	//display: inlline;
	text-align: left;
	font-size: 1.2em;
	margin:20px;
	
}
#contTicket li .txt a {
	color: #888888;
}
#contArchive{
  //background: #000000;
	background: #ffffff;
	padding: 20px 0;
}
#contArchive h2{
	color: #000000;
	//text-align: right;
	//border: 1px solid #000000;
}

#contArchive ul{
	overflow: hidden;
	text-align: center;
	margin: 20px auto;
}
#contArchive ul li {
	margin: 1%;
	display:inline-table;
	text-align: center;
	border: 1px solid #888888;
}

#contGoods{
  //background: #000000;
	//padding: 20px 0;
}
#contGoods h2{
	//color: #ffffff;
	//border: 1px solid #ffffff;
}
#contGoods h3{
	font-size: 1.4em;
	//margin-top:1.5em; 
}

#contGoods ul{
	overflow: hidden;
	text-align: center;
	//margin: 20px auto;
}
#contGoods ul li {
	width: 25%;
	margin: 1%;
	padding: 10px;
	height: 410px;
	display:inline-table;
	//display: inline-block;
	text-align: left;
	//float:left;
	background: #ffffff;
	color: #000000;
	border: 1px solid #888888;
}
#contGoods li .image{
	text-align: center;
}
#contGoods li img{
  width: 80%;
	margin: 10px 0;
}
#contGoods li .txt{
	//display: inlline;
	text-align: center;
	font-size: 1.2em;
	margin:10px; 
	//float:right;
}
#contGoods li .js-click{
	text-align: center;
}
#contGoods li .js-click a{
	text-decoration: underline;
	color: #ff0000;
}
#contGoods li .caution-detail{
	text-align: left;
}
#contGoods .notice{
	color: #000000;
	margin: 10px 5%;
}

/* ================================================================================ */
/*      pagerTop     */
/* ================================================================================ */
#pagerTop {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 600;
	margin: 0 auto;
	width: 300px;
	height: 50px;
	background-color: #444466;
}
#pagerTop a {
	display: block;
	font-size: 150%;
	text-align: center;
	padding-top: 8px;
}
#pagerTop a:link,
#pagerTop a:visited {
	color: #fff;
	text-decoration: none;
}
#pagerTop a:hover,
#pagerTop a:active  {
	text-decoration: none;
}

#pager {
		position: fixed;
		bottom: 10px;
		right: 10px;
}

/* ================================================================================ */
/*      footer     */
/* ================================================================================ */
#commonFooter {
}
#commonFooter .innerBlock {
	//width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background: #000000;
}



/* ================================================================================ */
/*      Media Queries     */
/* ================================================================================ */
@media screen and (max-width: 980px) {
  
	.commonContainer{
		//padding: 20px;
		padding: 10px;
	}
	.ttl{
		margin: auto 10px;
	}
	h2{
		font-size: 2.0em;
	}
	#contTimetable .body img{
		width: 100%;
	}
	#contMovie .commonContainer{
   width: 84%;
   //padding-top: 50%;
	}
	#contMovie #movieDetail li{
		width: 90%;
	}
		#contMovie #movieDetail li img{
		width: 100%;
	}
	
	#contArtist .listBugLug {
		width: 90%;
	}
	#contArtist .listA {
		width: 90%;
	}
	#contArtist .listB{
		//width: 45%;
		width: 90%;
	}
	#contArtist .listC{
		//width: 30%;
		width: 90%;
	}
	#contArtist .listC .txt{
	 font-size: 1.1em;
  }

	#contSchedule ul li{
		width: 90%;
		height: unset;
		margin: 10px 0;;
		//display: inlnie-block;
		//float: left;
	}
	#contSchedule ul li .category{
		//width: 80%;
		//display: block;
	}
	#contSchedule ul li .txt{
		//width: 80%;
		//display:block;
		margin-bottom:20px;
	}
	#contSchedule ul li .l-txt,	#contSchedule ul li .r-txt{
		display:block;
		width: unset;
		margin-bottom: 0; 
	}
	#contTicket ul li{
		width: 90%;
		height: unset;
		margin: 10px 0;;
	}
	#contTicket .t-line{
		display: block;
	}
	#contGoods ul li{
		width: 90%;
		height: unset;
		margin: 10px 0;;
		//display: inlnie-block;
		//float: left;
	}

}
