@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%;}

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

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

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

.headerWrapper{
	position:relative;
	width:1280px;
	overflow:hidden;
}

.headerWrapper p{
	overflow:hidden;
}

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

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

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

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

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

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

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

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

#anime1{z-index:1;}
#anime2{z-index:2;}
#anime3{z-index:3;}

.scrollFade{opacity:0;}

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

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

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

.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;}


/*#navi4 a{
	opacity:0.7;
}

#navi4 a:hover{
	opacity:0.7;
	cursor:default;
}*/

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

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

.footerArea{
	position:relative;
	overflow:hidden;
	background:#31429f;
	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;
	border-bottom:7px solid #fff;
}

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

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

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

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

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

.newsArea{
	text-align:center;
	background-color:#bdc9eb;
	padding-top:50px;
	box-shadow:0 8px 10px -8px #333 inset;
}

.newsContent{
	width:750px;
	margin:0 auto;
}

.newsContent .left{width:295px;}

.newsContent .right{width:435px;}

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

.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{
/*	padding:50px 0 65px;*/
	padding:0;
	background:url(../img/summaryBg.png) top center no-repeat;
	background-color:#a9b8e5;
	text-align:center;
}

.summaryArea h2{
	margin:20px 0 45px;
}

.summaryArea .stageList{
	margin:0 0 90px;
}

.summaryArea h3{
	margin:0 0 30px;
}

.summaryArea h3 img{
	box-shadow:0px 8px 3px -4px rgba(0,0,0,0.26);
}

.summaryArea h3 + p{
	margin:0 0 55px;
}

.summaryArea p.chapter2{
	margin-bottom:100px;
}


/*チラシボタン＆イベント*/

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

/*キャスト
----------------------------------------------*/

.castArea{
	background:url(../img/castBg.png) top center no-repeat;
	padding:165px 0 120px;
}

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

.recomArea{
	background:url(../img/recomBg.png) top center no-repeat;
	background-color:#5ab7cc;
	padding:60px 0 90px;
}

.recomContent{
	width:950px;
	margin:0 auto;
	padding:30px 50px 45px;
	background:#ffffff;
	font-size:18px;
}

.recomContent h3{
	border-bottom:1px solid #31429f;
	background:url(../img/recomMark.png) left center no-repeat;
	padding:0 30px 5px;
	margin:0 0 20px;
}

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

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

.recomContent ul{
	padding-left:18px;
}

.recomContent li{
	margin:0 0 5px;
}

.recomContent li a{
	text-decoration:underline;
	color:#333;
}

.recomContent li table{
	border:none;
	font-size:16px;
	margin-top:5px;
}

.recomContent li th{
	border:none;
	word-break:keep-all;
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
	padding-bottom:2px;
}

.recomContent li td{
	border:none;
	vertical-align:top;
	padding-bottom:3px;
}

.recomContent .recomDateaList li{
	margin:0 0 20px;
}

.recomContent .recomCounterList li{
	margin:0 0 15px;
}

/*おすすめ 高橋作成
----------------------------------------------*/

.recomContent p a{
	text-decoration:underline;
	color:#333;
}

.recomContent .mealset{
	display:table;
	border-collapse: separate;
 	border-spacing:20px 0;
	margin:40px 0;
}

.meal-img,
.meal-text{
	display:table-cell;
	vertical-align: middle;
	line-height:2;
}

.recomContent .mealcontents li th{
	border:none;
	word-break:keep-all;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
	padding-bottom:2px;
}

.earphone p{margin:0 0 0px;}
.earphone .price{margin:40px 0 0px;}

.yatuhashi,
.momoya{margin-right:15px;}

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

.galleryArea{
	background-color:#bdc9eb;
	padding:60px 0 55px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dafe1+0,bdc9eb+50,bdc9eb+100 */
	background: rgb(157,175,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,175,225,1) 0%, rgba(189,201,235,1) 50%, rgba(189,201,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(157,175,225,1) 0%,rgba(189,201,235,1) 50%,rgba(189,201,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(157,175,225,1) 0%,rgba(189,201,235,1) 50%,rgba(189,201,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dafe1', endColorstr='#bdc9eb',GradientType=0 ); /* IE6-9 */	
}

.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 a span{
	color:#000;
	display:block;
	padding-top:5px;
	font-size:14px;
	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:#bdc9eb;
	padding:60px 0 0;
}

.ticketArea h2{
	margin:0 0 60px;
}

.ticketContent{padding:0 0 85px;}

.ticketContent2{
	padding:8px 0 50px;
	background-color:#fff;
	margin:0 0 60px;
}

.ticketContent h3{
	text-align:center;
	margin:0 0 50px;
	box-shadow:0px 8px 3px -4px rgba(0,0,0,0.26);
}

.ticketDetailList{
	margin:0 0 30px;
}

.ticketDetailList li{margin:0;}

.ticketDetailList .tDLCaution1,
.ticketDetailList .tDLCaution2{
	padding-left:118px;
}

.ticketDetailList .tDLCaution1{
	margin:10px 0 5px;
}

/*星取り*/

.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 #31429f;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 10px;
	table-layout:fixed;
}
.timeTable td,
.timeTable th{
	border:1px solid #918b8a;
	padding:5px 8px;
	text-align:center;
	background:#fff;
	word-break:keep-all;
	white-space:nowrap;
}
.timeTable .blue{
	background:#eaf6fd;
	color:#004f8e;
}

.timeTable .red{
	background:#fef4f7;
	color:#d63038;
}

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

.timeTable th{
	width:96px;
	font-weight:bold;
	border-right:2px solid #31429f;
}

.timeTable td{
}

.timeTable td small{
	display:inline-block;
	line-height:1.3;
}

.timeTable td:empty{
	background:url(../img/tdLine.png);
	background-size:100% 100%;
}

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

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

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

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

.kurumaCaution{
	font-size:16px;
	line-height:1.7;
}

/*上演時間*/

.playTime{
	margin:0 25px;
	text-align:center;
}

.playTime table{
	margin:0 auto;
	border:solid 1px;
}

.playTime table th{
	font-size:20px;
	padding-bottom:10px;
}


.playTime table .noSolid1{
	border-left-style:hidden;
	border-top-style:hidden;
}

.playTime table .noSolid2{
	border-right-style:hidden;
	border-top-style:hidden;
}

.playTime table .noSolid3{
	border:hidden;
	width:20px;
}

.playTime table td{
	height:75px;
	width:210px;
}

.playTime table .noSolid4{
	height:75px;
	width:20px;
	border-top-style:hidden;
	border-bottom-style:hidden;
}

.playTime table .rest{
	height:45px;
}

.playTime table .noSolid5{
	height:45px;
	width:20px;
	border-top-style:hidden;
	border-bottom-style:hidden;
}

/*座席*/

ul.seatList{
	margin:0 25px;
}

.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%;}

/*先行発売*/

.precedingContent{
	padding-bottom:10px;
}

.precedingContent .limited{
	text-align:center;
	margin:0 0 20px;
}

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


.precedingWrap{
	margin:0 25px;
}

.preceding{
	display:table;
	width:100%;
	margin:0 0 20px;
}

.leftBox,
.rightBox{
	display:table-cell;
	vertical-align:middle;
}

.leftBox{
	text-align:center;
	border-radius:5px 0 0 5px;
	background-color:#31429f;
	padding:25px 20px;
	width:46%;
}

.leftBox span{
	display:block;
	background-color:#fff;
	border-radius:15px;
	padding:7px 0;
	line-height:1;
	margin-top:20px;
}

.leftBox span.internet:hover{opacity:0.7;}

.leftBox .reserTell{margin-top:25px;}

.rightBox{
	background-color:#ecf0fb;
	border-radius:0 5px 5px 0;
	padding:20px 20px;
	color:#000;
	width:54%;
}

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

.rightBox .clubCaution{
	font-size:15px;
	margin-top:15px;
}

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

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

/*一般発売*/

#general{
}

#general h3{
	margin:0 0 40px;
}

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

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

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

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

.general div.clearfix dt{
	width:100%;
	border-radius:15px;
	line-height:1;
	padding:7px 0;
	margin:0 0 25px;
	color:#fff;
	background-color:#31429f;
	box-shadow:0px 8px 3px -4px rgba(0,0,0,0.26);
}

.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:10px 0;
	text-align:center;
	background-color:#fff;
	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-color:#31429f;
	border-radius:15px;
	line-height:1;
	padding:7px 0;
	margin:25px 0 30px;
	color:#fff;
	font-size:16px;
	box-shadow:0px 8px 3px -4px rgba(0,0,0,0.26);
}

.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{
	padding:10px 0 0;
	font-size:14px;
	margin:0  25px;
}

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

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

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

.ticketList2{margin:0 0 10px;color:#333;}

.ticketList2 dt{padding:8px 0;}

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

.handling ul{
	margin:15px 0 0;
}

.handling ul li{
	margin:0 0 5px;
}

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

.accessArea{
	background-image:url(../img/accessBg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#f8f6f1;
	padding:75px 0 105px;
	text-align:center;
	border-bottom:none;
}

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

.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;
}
