@charset "UTF-8";
/* CSS Document */

html{font-size: 62.5%;}
body{font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;word-break:normal;word-wrap:break-word;-webkit-text-size-adjust: 100%;}
body,div,nav,section,article,aside,header,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td{margin:0;padding:0;}
div,nav,section,article,aside,header,footer,ul,ol,li,table,th,td,dl,dt,dd{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{font-size:20px;font-size:2rem;font-weight:bold;}
a{
	color: ;text-decoration:none;
	opacity:1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
a:hover{opacity:0.7;}
p{line-height:2;}
li,dt,dd,th,td,a,span{line-height:1.5;}
a:hover{opacity:0.7;}
table{border-collapse:collapse;border-spacing:0;border:thin solid #000000;}
th{border-bottom:thin solid #000000;font-weight:normal;}
td{border-bottom:thin solid #000000;border-left:thin solid #000000;}
fieldset,img{border:0;}
img{vertical-align:top;}
ol,ul{list-style:none;}
caption,th{text-align:l;}

/*.clearfix
----------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*body
----------------------------------------------*/

body{
	width:100%;
	background-color:#fff;
}

/*.wrapper
----------------------------------------------*/

.wrapper{
	margin:0 auto;
	width:1280px;
	font-size:16px;
	font-size:1.6rem;
	color:#000;
	opacity:0;
}

/*.headerArea
----------------------------------------------*/

.headerWrapper{
	position:relative;
	width:1280px;
	height:500px;
	overflow:hidden;
	background-color:#fff;
}

.headerWrapper p{
	overflow:hidden;
}

.socialUnit{
	position:absolute;
	top:22px;
	right:20px;
}

.socialUnit li{
	float:left;
	margin-left:20px;
}

.socialUnit li span{display:block !important;}

/*.固定
----------------------------------------------*/

.linksFixedArea{
	position:fixed;
	top:50px;
	right:0;
	z-index:9999;
	/*opacity:0;*/
}

.linksFixedArea li{margin-bottom:18px;}

/*.アニメーション
----------------------------------------------*/

.animePo{
	position:absolute;
	opacity:0;
	top:0;
	left:0;
}

.scrollFade{opacity:0;}

/*.naviArea
----------------------------------------------*/

#naviWrapper{
	width:100%;
	min-width:1280px;
}

.naviList {
	width:1280px;
	margin:0 auto;
	padding:0 140px;
	background-color:#24140e;
}

.naviList li{
	float:left;
	width:166px;
	height:60px;
}

#navi1{
	width:170px;
}

.naviList li:hover{cursor:pointer;}

.naviList a{
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-image:url(../img/navi.png);
	text-align:center;
	line-height:60px;
	text-indent:-9999px;
}

#navi1 a{background-position:0 0;}
#navi2 a{background-position:-170px 0;}
#navi3 a{background-position:-336px 0;}
#navi4 a{background-position:-502px 0;}
#navi5 a{background-position:-668px 0;}
#navi6 a{background-position:-834px 0;}

/*固定ナビゲーション用*/
.naviFixed{
	position:fixed;
	top:0;
	z-index:100;
}

/*.footerArea
----------------------------------------------*/

.footerArea{
	position:relative;
	overflow:hidden;
	border-top:1px solid #fff;
	background:#24140e;
	color:#fff;
}

.copyright{
	font-size:12px;
	font-size:1.2rem;
	line-height:3;
	display:block;
	text-align:center;
}

/*共通
----------------------------------------------*/

.pcNone{display:none;}

.left{float:left;}

.right{float:right;}

.callto{text-decoration:underline;}

.contentsArea{
}

.innerWrapper{
	width:1000px;
	margin:0 auto;
}

.innerContent{padding:0 0 60px;}

.innerContent h2{
	/*text-align:center;*/
	margin:0 0 55px;
}

.comming{
	text-align:center;
	margin:100px 0 0;
}

.pageLink{
	position:absolute;
	top:-60px;
}

.idmp{
	margin: -50px 0 0;
	padding: 50px 0 0;
}

/*コピー
----------------------------------------------*/

.copyArea{
	text-align:center;
	background-color:#fff;
}


/*ニュース
----------------------------------------------*/

.newsArea{
	text-align:center;
	background-color:#fac559;
	padding:45px 0;
	/*box-shadow:0 8px 10px -8px #333 inset;*/
	border-bottom:1px solid #fff;
}

.newsContent{
	width:800px;
	margin:0 auto 45px;
}

.newsContent .left{width:295px;}

.newsContent .right{width:485px;}

.newsList{
	width:600px;
	margin:0 auto;
}

.newsList dt{
	float:left;
	width:145px;
	text-align:left;
}

.newsList dd{
	padding:0 0 0 165px;
	margin:0 0 20px;
	background:url(../img/newsArrow.png) 145px 8px no-repeat;
	text-align:left;
}

.newsList dd a,
.newsList dd a:visited{
	color:#000;
	text-decoration:underline;
}

.newsArea .leafletrBtn{
	display:inline-block;
	margin-top:55px;
	box-shadow:0px 0px 6px #B2B2B2;
}

.newsContent p{
	margin:0 0 40px;
	font-size:20px;
	text-align:center;
}

.newsContent p a,
.newsContent p a:visited{
	color:#000;
	text-decoration:underline;
}

/*公演内容
----------------------------------------------*/

.summaryArea{
	background-color:#000;
}

.clear{clear:both;}

.btnArea{
	width:1000px;
	margin:0 auto;
	padding:60px 0;
	background-color:#000;
}

.btnArea .leaflet,
.btnArea .other{
	float:left;
	margin-left:66.7px;
}

/*おすすめ
----------------------------------------------*/

.recomArea{
	padding:40px 0;
	border-top:1px solid #fff;
	background-color:#fac559;
	color:#000;
}

.recomArea .titleWrapper{
	width:940px;
	margin:0 auto;
}

.recomArea ul li:before{
	content: "♪";
	font-size:22px;
	padding-right:10px;
}

.recomArea ul li{
	margin-bottom:40px;
	text-indent:-27px;
}

.recomArea ul li:last-child{
	margin-bottom:0;
}

.recomArea ul li a{
	color:#000;
	/*font-weight:bold;*/
	font-size:20px;
	text-decoration:underline;
}

.recomItem{
	margin:0 0 60px;
}

.recomContent{
	background:#fff;
	color:#000;
	padding:25px 45px;
	font-size:18px;
	margin:0 0 45px;
}

.recomContent:nth-last-of-type(1){
	margin:0 ;
}

.recomContent h3{
	font-size:20px;
	border-bottom:1px solid #333232;
	margin:0 0 20px;
	padding:0 0 5px;
}

.recomContent h4{
	font-size:18px;
	font-weight:normal;
	margin:0 0 5px;
}

.recomContent h4:before{
	content:'■';
	display:inline-block;
}

.recomContent .recomIndent{
	padding:0 18px;
}

.recomContent p{
	margin:0 0 20px;
}

.recomContent a{
	text-decoration:underline;
}

.recomContent .mb20{
	margin:0 0 20px;
}

.recomContent .center{
	text-align:center;
}



/*ギャラリー
----------------------------------------------*/

.galleryArea{
	padding:40px 0;
	background-color:#24140e;
	border-top:1px solid #fff;
	color:#fff;
}

.galleryContent h3{
	text-align:center;
	margin:0 0 30px;
}

.galleryContent ul{
	padding:0 25px;
	margin:0 0 35px;
}

.galleryContent li{
	float:left;
	margin:0 0 25px;
}

.galleryContent li span{
	display:block;
	text-align:center;
	padding-top:4px;
}

.galleryContent li a span{
	color:#fff;
	display:block;
	padding-top:5px;
	font-size:16px;
	text-align:center;
}

.galleryContent li:nth-of-type(3n-1){
	margin:0 25px 25px;
}

/*チケット
----------------------------------------------*/

.ticketArea{
	color:#000;
	/*background-image:url(../img/ticketBg1.png),url(../img/ticketBg2.png);
	background-repeat:no-repeat,no-repeat;
	background-position:center top,center bottom;*/
	background-color:#fff;
	padding:50px 0;
}

.ticketContent{margin:0 0 80px;}

.ticketContent h3{
	text-align:center;
	margin:80px 0 40px;
}

.ticketDetailList{
	margin:0 0 40px;
}

.ticketDetailList li{
	text-align:right;
	padding-right:20px;
	margin:0 0 30px;
}


/*星取り*/

.timeTable{
	color:#000;
	margin:25px 0 10px;
}

.timeTable,
.timeTable td,
.timeTable th{
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.timeTable table{
	border:2px solid #372628;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 12px;
	table-layout:fixed;
}
.timeTable td,
.timeTable th{
	border:1px solid #372628;
	padding:5px 8px;
	text-align:center;
	background:#fac559;
	word-break:keep-all;
	white-space:nowrap;
}
.timeTable .blue{
	background:#a3b9e0;
	color:#353d54;
}

.timeTable .red{
	background:#f19ca7;
	color:#742a31;
}

.timeTable .colorNone .blue,
.timeTable .colorNone .red{
	color:#000;
}

.timeTable th{
	width:96px;
	border-right:2px solid #372628;
}

.timeTable td{
}

.timeTable tbody{
	border-bottom:2px solid #372628;
}

.timeTable tbody.uppertable{border-bottom:2px solid #372628;}

.timeTable .txt_b{font-weight: bold;}

.tableCaution{
	font-size:16px;
	margin:10px 0 5px;
}

.childText{
	font-size:16px;
	line-height:1.7;
	color:#000;
}

/*上演時間*/
.constitution table{
	width:300px;
	text-align:center;
	font-size:20px;
	margin:20px 0 0 25px; 
}

.constitution caption{
	padding:0 0 10px;
}

.constitution th{
	width:40%;
	padding:20px 0;
}

.constitution td{
	padding:20px 0;
}

/*座席*/

.seatList li{
	float:left;
	width:24%;
	text-align:center;
}

.seatList li:nth-of-type(4n-1){margin:0 1.3% 0 0;}

.seatList li:nth-of-type(4n-2){margin:0 1.4% 0 1.3%;}

/*予約販売*/

.preceding{
	margin:0 0 50px;
}

.preceding h4{
	margin:0 0 15px;
	text-align:center;
}

.precedingBox{
	display:table;
	width:100%;
	height:150px;
}

.leftBox{
	width:450px;
	display:table-cell;
	vertical-align:middle;
	border-radius:5px 0 0 5px;
	text-align:center;
	background:#fac559;
}

.rightBox{
	display:table-cell;
	vertical-align:middle;
	border-radius:0 5px 5px 0;
	text-align:left;
	background:#d2ccce;
	padding:0 40px;
}

.rightBox p{
	font-size:24px;
	line-height:1;
}

.rightBox .mailClubLink{
	margin:15px 0 0;
	font-size:16px;
}

.rightBox .mailClubLink a{
	text-decoration:underline;
	color:#000;
}

.rightBox .tell{
	padding:20px 0 0 45px;
	font-size:30px;
	background:url(../img/iconTell.png) left bottom 5px no-repeat;
}


/*一般発売*/

#general .ticketList1{
	margin:0 0 10px;
}

.general{
	background-color:#d2ccce;
	border-radius:5px;
	padding:25px 30px;
	color:#000;
}

.general div.clearfix{text-align:center;}

.general .left,
.general .right{
	width:46%;
}

.general div.clearfix dt{
	width:100%;
	border-radius:5px;
	line-height:1;
	padding:7px 0;
	margin:0 0 25px;
	color:#fff;
	background:#fac559;
	font-size:20px;
}

.general div.clearfix dd{
	font-size:28px;
	line-height:1;
	margin:0 0 45px;
}

.ticketList1 dt{
	padding:10px 0;
	float:left;
	width:38%;
}

.ticketList1 dd{
	width:100%;
	padding:10px 0 10px 38%;
	border-bottom:1px dotted #000;
	font-size:18px;
}

.ticketList1 dd a{
	text-decoration:underline;
	color:#000;
}

/*グループ観劇*/

.group{
	padding:35px;
	text-align:center;
	background-color:#d2ccce;
	border-radius:5px;
	color:#000;
	font-size:18px
}

.group p{line-height:1;}

.group dl{
	width:410px;
	margin:0 auto;
}

.group dt{
	width:100%;
	background:#fac559;
	border-radius:5px;
	line-height:1;
	padding:7px 0;
	margin:25px 0 30px;
	color:#fff;
	font-size:18px;
}

.group dd{
	line-height:1;
	font-size:30px;
	display:inline-block;
	margiin:0 auto;
	padding:8px 0 0 55px;
	background:url(../img/iconTell.png) left top no-repeat;
}

/*プレイガイド*/

.handling{
	font-size:14px;
	padding:35px;
	background-color:#d2ccce;
	border-radius:5px;
	color:#000;
}

.handling a{
	color:#000;
	text-decoration:underline;
}

.handling dt{
	float:left;
	width:33%;
}

.handling dd{
	width:100%;
	padding:0 0 0 33%;
}

.ticketList2{margin:0 0 10px;}

.ticketList2 dt{padding:8px 0;}

.ticketList2 dd{
	padding:8px 0 8px 33%;
	border-bottom:1px dotted #000;
}

/*アクセス
----------------------------------------------*/

.accessArea{
	/*background:url(../img/comBg.png) center top no-repeat;*/
	background-color:#fac559;
	border-top:1px solid #fff;
	padding:40px 0 200px;
	text-align:center;
}


/*ページトップボタン
----------------------------------------------*/

.dlBtn{
	display:block;
	text-align:center;
	background:url(../img/btnBg.png) center center repeat;
	border-radius:3px;
	height:76px;
	line-height:76px;
	width:430px;
	font-size:16px;
	color:#fff;
	margin:0 auto;
}

.dlBtn span{
	display:inline;
	vertical-align:middle;
}

#pageTopBtn{
	display:block;
	width:58px;
	height:58px;
	overflow:hidden;
	background:url(../img/pageTop.png) center center no-repeat;
	background-size:auto 100%;
	position:fixed;
	bottom:30px;
	opacity:0;
	z-index:6;
	text-indent:-9999px;
}
