﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Glegoo);
@import url(https://fonts.googleapis.com/css?family=Anton);

body{
/*	background: #dfe6e8 url(../images/common/body_bg.gif) repeat 0 0;*/
	background-color: #92D5ff;
    min-width: 1000px;
	}

#wrapper{ margin: 0 auto;}

/*TOP用*/

body#top #wrapper #header_bg{
	height: 472px;/*787*/
	margin: 0;
	padding: 0;
	background: #ffe84b url(../images/top/header_bg.jpg) repeat center center;
	}


/*第二階層用*/
body #wrapper #header_bg{
	height: 185px;
	margin: 0;
	padding: 0;
    background: #ffe8a9 url(../images/common/header_bg.jpg) repeat top center;
	}

#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	outline: none;
	}

#wrapper a:hover{
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* #main */
#wrapper #main{
	width: 100%;
	min-width: 675px;
	height: auto;
	display: block;
	padding: 35px 0 60px 0;
	margin: 0 auto;
	font-size: 15px;
	color: #374650;
	line-height: 1.7;
	float: none !important;
	background: #92d5ff url(../images/common/main_bg.png) no-repeat top center;
	background-size: contain;
	}

/* #header
--------------------------*/
body#top #text_bg{
	height: 70px;
	margin: 0 auto;
	padding: 0;
    background: #784618 url(../images/top/text_bg.jpg) no-repeat top center;
	position: relative;
	z-index: 100;
	}

/* TOPヘッダ
========================================== */
body#top #wrapper #header{
	width: 675px;
	height: 475px;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	position: relative;
	}

body#top #wrapper #header h1 span,
body #wrapper #header h1 span{ display: none;}

body#top #wrapper #header #header_main {
	display: block;
	width:100%;
	height:472px;
	top:0;
	left:0;
	position: absolute;
	}

body#top #wrapper #header #header_main div { display: none;}

body#top #wrapper #text_bg .bx-wrapper{ width: 675px; height: 68px;}
body#top #wrapper #text_bg .bx-viewport{ top: 25px;}

body#top #wrapper ul#text{ margin: 0 auto;}
body#top #wrapper ul#text li{ text-align: center;}

body#top #wrapper span.slider-prev a,
body#top #wrapper span.slider-next a{
	width: 74px;
	height: 74px;
	position: absolute;
	margin: -37px 0px 0px 0px;
	top: 50%;
	display: block;
	z-index: 99;
	text-indent: -9999px;
	}

body#top #wrapper span.slider-prev a{
	left: -94px;
	background: url(../images/top/prev.png) no-repeat;
	}

body#top #wrapper span.slider-next a{
	right: -94px;
	background: url(../images/top/next.png) no-repeat;
	}
body#top #wrapper #header .bx-wrapper{
	height: 472px !important;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px 5px rgba(50, 50, 50, 0.5);
	}

/* 第二階層ヘッダ
========================================== */
body #wrapper #header{
	width: 675px;
	height: 185px;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	position: relative;
	}

body #header .logo a{
	width: 348px;
    height: 132px;
    background: url(../images/common/logo.png) no-repeat;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 28px;
    left: -160px;
    margin-left: 50%;
	}

/* PAGE TOP
--------------------------*/
.section{
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	}

#page-top{
	display: block;
	position: fixed;
	right: 30px;
	z-index: 9999;
	}

#page-top a{
	text-indent: -9999px;
	background: url(../images/common/pagetop.png) no-repeat;
	background-size: 83px 87px;
	width: 83px;
	height: 87px;
	display: block;
	border-bottom: none;
	}

#page-top-sp,#page-top-sp a{ display: none;}

/* Social btn
--------------------------*/
#snsArea{
	width: 660px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	}

#btn-sbm {
	text-align: center;
	padding: 20px 0 0;
	}

#btn-sbm li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: normal;
	list-style: none;
	vertical-align: top;
	}

*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a{ margin: 0;}

#btn-sbm .btnFaceBook { width: 110px; }

/* Common
========================================== */
#wrapper img{ border: none; vertical-align: bottom;}

#wrapper .t10{ font-size: 10px;}
#wrapper .t11{ font-size: 11px;}
#wrapper .t12{ font-size: 12px;}
#wrapper .t13{ font-size: 13px;}
#wrapper .t14{ font-size: 14px;}
#wrapper .t15{ font-size: 15px;}
#wrapper .t16{ font-size: 16px;}
#wrapper .t18{ font-size: 18px;}
#wrapper .t20{ font-size: 20px;}

#wrapper .coution{ color: #e1003a;}
#wrapper .small_text{
	margin-left: 5px;
}

#wrapper .bold{ font-weight: bold;}

#wrapper .center{ text-align: center;}
#wrapper .right{ text-align: right;}
#wrapper .left{ text-align: left;}

#wrapper .indent-1{ text-indent: 1em;}

#wrapper .color-1{ color: #2f509f;}
#wrapper .color-2{ color: #374650;}

#wrapper .floatL{ float: left;}
#wrapper .floatR{ float: right;}

#wrapper .clearfix { width: 100%;}
#wrapper .clearfix:after {
  content: "";
  display: block;
  clear: both;
	}

#wrapper .clear{ display: block; clear: both;}

#wrapper .font-1{ font-family: Verdana,"メイリオ","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";}
#wrapper .font-2{ font-family: 'Glegoo', serif;}
#wrapper .font-3{ font-family: 'Anton', sans-serif;}

#wrapper .underline{ border-bottom: 1px solid;}

#wrapper .mrgnT10{ margin-top: 10px;}
#wrapper .mrgnB20{ margin-bottom: 20px;}
#wrapper .pdngT10{ padding-top: 10px;}
#wrapper .pdngT20{ padding-top: 20px;}

#wrapper .articleBorder{ width: 100%; margin: 35px auto; border-bottom: 1px dashed #374650;}

#wrapper .bg-1{ background: url(data:image/gif;base64,R0lGODlhBAAEAIABAM3Nzf///yH5BAEAAAEALAAAAAAEAAQAAAIFTGCJmQUAOw==);}
#wrapper .bg-2{ background: #ffdc00 url(data:image/gif;base64,R0lGODlhBAAEAIABAP///////yH5BAEAAAEALAAAAAAEAAQAAAIFBGKJmQUAOw==);}

#wrapper .t-shadow{ text-shadow: 1px 1px 0px #fff;}

/* table
--------------------------*/
table#table-1{
	width: 100%;
  margin: 0 auto 10px;
	font-size: 15px;
	}

table#table-1 th{
	padding: 0.5em 0.8em;
  border: 1px #374650 solid;
	text-align: center;
	color: #fff;
	background: #696c6c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABFJREFUeNpiYMAE/2khABBgAP5qBPzVdNkvAAAAAElFTkSuQmCC);
	}

table#table-1 td{
  padding: 0.5em 0.8em;
  border: 1px #374650 solid;
	text-align: center;
	}

table#table-1 td.left{
  padding: 0.5em 0.8em;
  border: 1px #8e7f68 solid;
	text-align: left;
	}

table#table-1 tr:hover{ background: #ffdc00 url(data:image/gif;base64,R0lGODlhBAAEAIABAP///////yH5BAEAAAEALAAAAAAEAAQAAAIFBGKJmQUAOw==);}

/**/
table#table-2{
	width: 100%;
  margin: 0 auto 10px;
	font-size: 14px;
	}

table#table-2 th{
	padding: 0.1em 0.3em;
  border: 1px #8e7f68 solid;
	text-align: center;
	color: #fff;
	background: #6f5d40 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABFJREFUeNpiYMAE/2khABBgAP5qBPzVdNkvAAAAAElFTkSuQmCC);
	}

table#table-2 td{
  padding: 0.3em 0.3em;
  border: 1px #8e7f68 solid;
	text-align: center;
	}

/* BOX
--------------------------*/
body #contents .BOX{
	width: 665px;
	margin: 0 auto 30px;
	padding: 5px 0 0;
	word-break: break-all;
	background: url(../images/common/box_top.png) no-repeat top center;
	}

body #contents .BOX .in{
	padding: 0px 0px 10px 0px;
	background: url(../images/common/box_middle.png) repeat-y center;}

body #contents .BOX .bottom{
	width: 665px;
	height: 0;
	margin: 0;
	padding: 0 0 5px 0;
	background: url(../images/common/box_bottom.png) no-repeat bottom center;
	}

body #contents .BOX .text{ width: 630px; margin: 0 auto;}

body #contents .BOX .text p{ margin: 0; padding: 0;}

/* Menu
========================================== */
#wrapper #menuArea{
	height: 203px;
	padding: 0 0;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.3);
	position: relative;
	background: #ffffff url(../images/common/menu_bg.jpg) repeat-x top center;
	}

#wrapper #menuShadow{
	width: 100%;
	height: 14px;
	position: absolute;
	background: url(../images/common/menu_shadow.png) repeat-x top;
	}

#live_nav_top,#live_nav_top ul,
#live_nav,#live_nav ul{
	width: 665px;
	height: 166px;
	margin: 0 auto;
	padding: 0 0;
	}

#live_nav_top ul,
#live_nav ul{
	padding: 20px 0px;
	}
#live_nav_top ul li,
#live_nav ul li{
	width: 220px;
	height: 80px;
	margin: 0px 2px 2px 0px;
	padding: 0;
	float: left;
	}

#live_nav_top ul li:nth-of-type(3n),
#live_nav ul li:nth-of-type(3n){
	margin: 0px 0px 2px 0px;
	}

#live_nav_top ul li,#live_nav ul li#menu06,
#live_nav_top ul li a,
#live_nav ul li a{
	width: 220px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	}

#live_nav_top ul li#menu01,#live_nav ul li#menu01 { background: url(../images/common/menu1_on.png) no-repeat center;}
#live_nav_top ul li#menu01 a,#live_nav ul li#menu01 a{ background: url(../images/common/menu1.png) no-repeat center;}

#live_nav_top ul li#menu02,#live_nav ul li#menu02 { background: url(../images/common/menu2_on.png) no-repeat center;}
#live_nav_top ul li#menu02 a,#live_nav ul li#menu02 a{ background: url(../images/common/menu2.png) no-repeat center;}

#live_nav_top ul li#menu03,#live_nav ul li#menu03 { background: url(../images/common/menu3_on.png) no-repeat center;}
#live_nav_top ul li#menu03 a,#live_nav ul li#menu03 a{ background: url(../images/common/menu3.png) no-repeat center;}

#live_nav_top ul li#menu04,#live_nav ul li#menu04 { background: url(../images/common/menu4_on.png) no-repeat center;}
#live_nav_top ul li#menu04 a,#live_nav ul li#menu04 a{ background: url(../images/common/menu4.png) no-repeat center;}

#live_nav_top ul li#menu05,#live_nav ul li#menu05 { background: url(../images/common/menu5_on.png) no-repeat center;}
#live_nav_top ul li#menu05 a,#live_nav ul li#menu05 a{ background: url(../images/common/menu5.png) no-repeat center;}

#live_nav_top ul li#menu06,#live_nav ul li#menu06 { background: url(../images/common/menu6_on.png) no-repeat center;}
#live_nav_top ul li#menu06 a,#live_nav ul li#menu06 a{ background: url(../images/common/menu6.png) no-repeat center;}

#live_nav_top ul li#menu07,#live_nav ul li#menu07 { background: url(../images/common/menu7.png) no-repeat center; margin: 0 0 0 1px; text-indent: -9999px; opacity: 100;}


#live_nav_top ul li#menu01 a:hover,#live_nav ul li#menu01 a:hover,
#live_nav_top ul li#menu02 a:hover,#live_nav ul li#menu02 a:hover,
#live_nav_top ul li#menu03 a:hover,#live_nav ul li#menu03 a:hover,
#live_nav_top ul li#menu04 a:hover,#live_nav ul li#menu04 a:hover,
#live_nav_top ul li#menu05 a:hover,#live_nav ul li#menu05 a:hover,
#live_nav_top ul li#menu06 a:hover,#live_nav ul li#menu06 a:hover{ -moz-opacity: 0; opacity: 0;}


#live_nav ul li#menu02 a.current{ background: url(../images/common/menu2_on.png) no-repeat center;}
#live_nav ul li#menu03 a.current{ background: url(../images/common/menu3_on.png) no-repeat center;}
#live_nav ul li#menu04 a.current{ background: url(../images/common/menu4_on.png) no-repeat center;}
#live_nav ul li#menu05 a.current{ background: url(../images/common/menu5_on.png) no-repeat center;}
#live_nav ul li#menu06 a.current{ background: url(../images/common/menu6_on.png) no-repeat center;}


/* Copyright
========================================== */
#wrapper .live_copyright{
	width: 261px;
	height: 17px;
	background: url(../images/common/copyright.png) no-repeat;
	text-indent: -9999px;
	display: inline-block;
	}

#wrapper .live_copyright2{
	width: 261px;
	height: 17px;
	background: url(../images/common/copyright2.png) no-repeat;
	text-indent: -9999px;
	display: inline-block;
	}

/* link
========================================== */
#wrapper a:link,a:visited{ color: #374650; text-decoration: none;}
#wrapper a:hover,a:active{ color: #8aadb1; text-decoration: none;}

body#top .BOX ul.News li a{color: #e50510; text-decoration: none; border-bottom: 1px dotted #e50510;}
body#top .BOX ul.News li a:hover{ color: #8aadb1; text-decoration: none; border-bottom: 1px dotted #8aadb1; opacity: 1;}

body#news #contents .BOX .text a{ color: #374650; text-decoration: none; border-bottom: 1px dotted #374650;}
body#news #contents .BOX .text a:hover{ color: #55a0b8; text-decoration: none; border-bottom: 1px dotted #55a0b8; opacity: 1;}

body#ticket #contents .BOX .text a,
body#performance #contents .BOX .text a{ color: #374650; text-decoration: none; border-bottom: 1px dotted #374650;}
body#ticket #contents .BOX .text a:hover,
body#performance #contents .BOX .text a:hover{ color: #55a0b8; text-decoration: none; border-bottom: 1px dotted #55a0b8; opacity: 1;}
body#ticket #contents .BOX .text a.linknone:hover,
body#ticket #contents .BOX .text a.linknone:active,
body#performance #contents .BOX .text a.linknone:hover,
body#performance #contents .BOX .text a.linknone:active{ color: #55a0b8; text-decoration: none; border-bottom: none !important; opacity: 1;}
body#performance #contents .BOX .text a.link_color { color: #E1003A; }
body#performance #contents .BOX .text a.link_color:hover { color: #55a0b8; }

body#performance #contents .BOX .text a img{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	outline: none;
	}

body#performance #contents .BOX .text a:hover img{ opacity: 0.6;}

body#goods .BOX .text a { color: #55a0b8; text-decoration: none; border-bottom: 1px dotted #8aadb1;}
body#goods .BOX .text a:hover { color: #8aadb1; text-decoration: none; border-bottom: 1px dotted #8aadb1; opacity: 1;}

/* Topics
========================================== */
body#top .BOX h2{
	width: 653px;
	height: 71px;
	margin: 0 auto 30px;
	background: url(../images/top/tit_topics.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	}
body#top .BOX h2.link{
	background: url(../images/top/tit_link.jpg) no-repeat 0px 0px;
	}
body#top .BOX ul.News{ width: 610px; margin: 0 auto; padding: 0px 0px 30px 0px;}
body#top .BOX ul.News li { overflow:hidden; }
body#top .BOX ul.News li h3{
	width: 90px;
	font-size: 14px;
	font-family: 'Glegoo', serif;
	letter-spacing: 0.1em;
	float: left;
	font-weight: normal;
	}

body#top .BOX ul.News li .date{ color: #009dff; font-size: 14px; margin: 0; font-family: 'Glegoo', serif; letter-spacing: 0.1em;}

body#top .BOX ul.News li p{
	width: 500px;
	margin: 0 0 5px 110px;
	padding: 0;
	display: block;
	}

body#top .BOX .BOXwrp{ width: 621px; margin: 0 auto 20px;}
body#top .BOX .BOXwrp .leftArea{ width: 302px; margin: 0 auto; float: left;}
body#top .BOX .BOXwrp .rightArea{ width: 302px; margin: 0 auto; float: right;}

body#top .BOX .BOXwrp .leftArea img,
body#top .BOX .BOXwrp .rightArea img{ border: 1px solid #d7d7d7;}

body#top .BOX .BOXwrp p{ font-size: 13px; margin: 5px 0 0; padding: 0; line-height: 1.8;}

/* Banner
========================================== */
body#top .BOX .bnrArea{ text-align: center; padding: 0px 0px 20px 0px;}
body#top .BOX .bnrArea ul li{ width: 209px; margin: 0 auto 6px; display: inline-block; padding: 0 2px;}
/*body#top .BOX .bnrArea ul li:nth-child(3n){ width: 205px; padding: 0;}*/
body#top .BOX .bnrArea ul.bnr li img{ vertical-align: bottom;}

/*body#top .BOX .bnrArea{}
body#top .BOX .bnrArea ul li{ width: 205px; margin: 0 auto 6px; float: left; padding: 0 3px;}
body#top .BOX .bnrArea ul.bnr li img{ vertical-align: bottom;}
*/

/* News
========================================== */
body#news .BOX h2{
	width: 653px;
	height: 71px;
	margin: 0 auto;
	background: url(../images/news/page_tit.png) no-repeat top center;
	text-indent: -9999px;
	}

body#news .BOX .entry_tit{
	width: 624px;
	height: auto;
	background: #42b1f7 url(../images/news/entry_tit_bg.png) center right no-repeat;
	border-radius: 5px;
	border: solid 3px #bee6ff;
	display: block;
	margin: 20px auto 0px auto;
	padding: 15px 0px 15px 0px;
	position: relative;
}

body#news .BOX .entry_body {
	width: 600px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

body#news .BOX .entry_body img {
	max-width: 100%;
	height: auto;
	}

body#news .BOX .entry_tit .title {
	color: #ffffff;
	width: 555px;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #551515;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#551515,offx=1,offy=1)";
	display: inline-block;
	vertical-align: middle;
}

body#news .BOX .entry_tit .icon {
	background: url(../images/news/entry_tit_star.png);
	width: 36px;
	height:36px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 16px;
}

/*=======
body#news .BOX .entry_tit #icon{
	width: 55px;
	height: 55px;
	position: absolute;
	top: -5px;
	left: -12px;
	background: url(../images/common/tit_icon.png) no-repeat top center;
	}
=======*/
body#news .BOX .entry_img{
	text-align: center;
	margin: 10px auto;
	}

body#news .BOX .entry_img img{
	border: 1px solid #ccc;
	}

body#news .BOX #topics_tit{
	width: 600px;
	height: 30px;
	margin: 10px 0;
	background: url(../images/news/topics_tit.gif) no-repeat top left;
	text-indent: -9999px;
	}

body#news .BOX ul#topics_list{
	margin: 0px auto;
	width: 600px;
	list-style: none;
	}
body#news .BOX ul#topics_list li{
	padding: 0 0 5px 13px;
	display: block;
	background: url(../images/news/list_arrow.png) no-repeat 0 50%;
	}

body#news .BOX #category_tit{
	width: 600px;
	height: 30px;
	margin: 10px 0;
	background: url(../images/news/category_tit.gif) no-repeat top left;
	text-indent: -9999px;
	}

body#news .BOX ul#category_list{
	margin: 0px auto;
	width: 600px;
	padding:0px 0px 35px 0px;
	list-style: none;
	}
body#news .BOX ul#category_list li{
	padding: 0 0 5px 13px;
	display: block;
	background: url(../images/news/list_arrow.png) no-repeat 0 50%;
	}

/* Goods
========================================== */
body#goods .BOX h2{
	width: 653px;
	height: 71px;
	margin: 0 auto 10px;
	background: url(../goods/images/page_tit.png) no-repeat top center;
	text-indent: -9999px;
	}
body#goods .BOX .text .goods_box {
	margin-bottom: 50px;
}
body#goods .BOX .text .goods_box img {
	float: left;
	width: 170px;
	height: auto;
	margin: 0 20px 0 0;
}
body#goods .BOX .text .goods_box .text_box {
	float: left;
	width: 440px;
}
body#goods .BOX .text>p {
	font-weight: bold;
	color: #42b0f5;
	font-size: 17px;
	padding-top: 30px;
	border-top: 1px dashed #374650;
}
body#goods .BOX .text img {
	margin-bottom: 10px;
}


/* Highlight
========================================== */
body#highlight .BOX h2{
	width: 653px;
	height: 71px;
	margin: 0 auto 10px;
	background: url(../highlight/images/page_tit.png) no-repeat top center;
	text-indent: -9999px;
	}

body#highlight .BOX ul#link{
	width: 640px;
	margin:0px -4px 10px;
}

body#performance .BOX ul#link,
body#ticket .BOX ul#link{
	width: 640px;
	margin:0px auto 10px;
}
body#performance .BOX ul#link .float-padding{ padding-bottom: 5px; }
.center-padding { padding-bottom: 5px; }

body#highlight .BOX ul#link li,
body#performance .BOX ul#link li,
body#ticket .BOX ul#link li{
	width: 317px;
	height: 52px;
	display: inline-block;
	margin: 0;
	padding: 0;
	}

body#highlight .BOX .main{
	width: 630px;
	height: 411px;
	margin: 0 auto 40px;
	background: url(../highlight/images/main.jpg) no-repeat top center;
	}

body#highlight .BOX ul#img1{
	width: 630px;
	margin: 40px auto 0px;
	list-style: none;
	}

body#highlight .BOX ul#img1 li{
	width: 198px;
	height: 132px;
	float: left;
	margin: 0 15px 13px 0;
	padding: 0;
	border: solid 1px #737373;
	border-radius: 3px;
	overflow:hidden;
	}

body#highlight .BOX ul#img1 li img{
	width:100%;
}

body#highlight .BOX ul#img1 li:nth-child(3n){
	margin: 0 0 5px 0;
	}

body#highlight .BOX #page_tit1{
	width: 630px;
	height: 51px;
	margin: 0 auto 28px;
	background: url(../highlight/images/page_tit1.png) no-repeat top center;
	text-indent: -9999px;
	}

body#highlight .BOX #page_tit2{
	width: 630px;
	height: 51px;
	margin: 60px auto 20px;
	background: url(../highlight/images/page_tit2.png) no-repeat top center;
	text-indent: -9999px;
	}

body#highlight .BOX .intext {
	padding: 0px 25px 0px 25px;
	}

body#highlight .BOX ul#img2{
	width: 603px;
	margin: 20px auto 0;
	text-align: left;
	}

body#highlight .BOX ul#img2 li{
	width: 201px;
	height: 250px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	position: relative;
	}

body#highlight .BOX ul#img2 li.spe1{
    width: 394px !important;
}
body#highlight .BOX ul#img2 li:after {
	background: url(../images/common/dotted02.png) repeat-x;
	content: '';
	position: absolute;
	width:100%;
	height: 1px;
	bottom: 0px;
}
body#highlight .BOX ul#img2 li:nth-last-of-type(1):after,
body#highlight .BOX ul#img2 li:nth-last-of-type(2):after,
body#highlight .BOX ul#img2 li:nth-last-of-type(3):after {
	background: inherit;
	content: inherit;
	position: inherit;
	width:inherit;
	height: inherit;
	bottom: inherit;
}

body#highlight .BOX ul#img2 li p,
body#highlight .BOX ul#img2 li p a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 196px !important;
	height: 250px !important;
	margin: 0;
	padding: 0;
	}
body#highlight .BOX ul#img2 li.spe1 p,
body#highlight .BOX ul#img2 li.spe1 p a{
    width: 394px !important;
}
body#highlight .BOX ul#img2 li p a {
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	opacity: inherit;
	border: 1px solid #fff;
	border-radius: 4px;
	}
body#highlight .BOX ul#img2 li:nth-of-type(1) p a,
body#highlight .BOX ul#img2 li:nth-of-type(2) p a,
body#highlight .BOX ul#img2 li:nth-of-type(3) p a {
	background: url(../highlight/images/character01.png) no-repeat;
	}
body#highlight .BOX ul#img2 li:nth-of-type(4) p a,
body#highlight .BOX ul#img2 li:nth-of-type(5) p a,
body#highlight .BOX ul#img2 li:nth-of-type(6) p a {
	background: url(../highlight/images/character02.png) no-repeat;
	}
body#highlight .BOX ul#img2 li:nth-of-type(7) p a,
body#highlight .BOX ul#img2 li:nth-of-type(8) p a,
body#highlight .BOX ul#img2 li:nth-of-type(9) p a {
	background: url(../highlight/images/character03.png) no-repeat;
	}
body#highlight .BOX ul#img2 li:nth-of-type(10) p a,
body#highlight .BOX ul#img2 li:nth-of-type(11) p a,
body#highlight .BOX ul#img2 li:nth-of-type(12) p a{
	background: url(../highlight/images/character04.png) no-repeat;
	}
body#highlight .BOX ul#img2 li:nth-of-type(13) p a,
body#highlight .BOX ul#img2 li:nth-of-type(14) p a,
body#highlight .BOX ul#img2 li:nth-of-type(15) p a{
	background: url(../highlight/images/character05.png) no-repeat;
	}
body#highlight .BOX ul#img2 li:nth-of-type(16) p a,
body#highlight .BOX ul#img2 li:nth-of-type(17) p a,
body#highlight .BOX ul#img2 li:nth-of-type(18) p a {
	background: url(../highlight/images/character06.png) no-repeat;
	}
body#highlight .BOX ul#img2 li:nth-of-type(19) p a {
	background: url(../highlight/images/character07.png) no-repeat;
	}
body#highlight .BOX ul#img2 li:nth-of-type(1) p a,
body#highlight .BOX ul#img2 li:nth-of-type(4) p a,
body#highlight .BOX ul#img2 li:nth-of-type(7) p a,
body#highlight .BOX ul#img2 li:nth-of-type(10) p a,
body#highlight .BOX ul#img2 li:nth-of-type(13) p a,
body#highlight .BOX ul#img2 li:nth-of-type(16) p a,
body#highlight .BOX ul#img2 li:nth-of-type(19) p a {
	background-position:0px 0px;
	}
body#highlight .BOX ul#img2 li:nth-of-type(2) p a,
body#highlight .BOX ul#img2 li:nth-of-type(5) p a,
body#highlight .BOX ul#img2 li:nth-of-type(8) p a,
body#highlight .BOX ul#img2 li:nth-of-type(11) p a,
body#highlight .BOX ul#img2 li:nth-of-type(14) p a,
body#highlight .BOX ul#img2 li:nth-of-type(17) p a {
	background-position:-196px 0px;
	}
body#highlight .BOX ul#img2 li:nth-of-type(3) p a,
body#highlight .BOX ul#img2 li:nth-of-type(6) p a,
body#highlight .BOX ul#img2 li:nth-of-type(9) p a,
body#highlight .BOX ul#img2 li:nth-of-type(12) p a,
body#highlight .BOX ul#img2 li:nth-of-type(15) p a,
body#highlight .BOX ul#img2 li:nth-of-type(18) p a{
	background-position:-392px 0px;
	}
body#highlight .BOX ul#img2 li p a:hover {
	border-color: #fff5a2;
}
body#highlight .BOX ul#img2 li:nth-of-type(1) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(4) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(7) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(10) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(13) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(16) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(19) p a:hover {
	background-position:0px -250px;
	}
body#highlight .BOX ul#img2 li:nth-of-type(2) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(5) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(8) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(11) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(14) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(17) p a:hover {
	background-position:-196px -250px;
	}
body#highlight .BOX ul#img2 li:nth-of-type(3) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(6) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(9) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(12) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(15) p a:hover,
body#highlight .BOX ul#img2 li:nth-of-type(18) p a:hover{
	background-position:-392px -250px;
	}


body#highlight .BOX h3 {
	font-size: 130%;
	font-weight: bold;
	display: block;
	position: relative;
	margin: 0px 0px 20px 22px;
	}

body#highlight .BOX h3:before {
	display: block;
	content: '';
	position: absolute;
	background-color: #73c9ff;
	width: 10px;
	height: 34px;
	left: -20px;
	}

body#highlight .BOX h3:after {
	background: url(../images/common/dotted01.png) repeat-x;
	content: '';
	position: absolute;
	width:100%;
	height: 1px;
	left: -8px;
	bottom: 0px;
	}


/* Performance
========================================== */
body#performance .BOX h2{
	width: 653px;
	height: 71px;
	margin: 0 auto 10px;
	background: url(../performance/images/page_tit.png) no-repeat top center;
	text-indent: -9999px;
	}

/* nav_link */
body#performance ul.nav_area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  width: 620px;
  margin: 10px auto 0;
  text-align: center;
}
body#performance ul.nav_area li {
	display: flex;
	width: 24%;
	height: 77px;
	margin: 10px 0.5% 0;
}
body#performance ul.nav_area li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: url(../performance/images/nav_bg.png) center / auto 100% repeat-x;
	border: 4px solid #ffc1c1;
	border-radius: 10px;
	cursor: pointer;
}
/*body#performance ul.nav_area {
    width: 640px;
    margin: 20px auto 0;
    text-align: center;

}
body#performance ul.nav_area li {
	display: inline-block;
	margin-right: 1px;
}
body#performance ul.nav_area li:nth-child(5){
    margin-top: 8px;
}*/

/* map */
body#performance .map {
    margin-top: 20px;
    text-align: center;
}
body#performance .map img { }

/* sp_textarea */
body#performance .sp_textarea {
		display: flex;
		justify-content: space-between;
		align-items: center;
    margin: 20px auto 0;
    width: 600px;
    padding: 8px 10px;
    color: #e1003a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e1003a;
}
body#performance .sp_textarea .line-through {
	text-decoration: line-through;
}
body#performance .sp_textarea p {
	width: 63%;
}
body#performance .sp_textarea p strong {
	display: block;
	font-size: 20px;
	font-weight: 800;
}
body#performance .sp_textarea img {
	width: 36%;
	height: auto;
	vertical-align: bottom;
}
body#performance .wakuwaku_area {
	display: block;
    margin: 20px auto 0;
    width: 620px;
} 
body#performance .wakuwaku_area img {
	width: 100%;
	border-radius: 5px;
} 

body#performance .textarea {
    margin: 0 auto;
    width: 600px;
    padding: 20px 10px 0;
}
body#performance .textarea .indent {
	display: inline-block;
    padding-left: 1em;
}


body#performance .BOX .location_tit,
body#ticket .BOX .location_tit{
	width: 624px;
	height: auto;
	background: #42b1f7 url(../images/news/entry_tit_bg.png) center right no-repeat;
	border-radius: 5px;
	border: solid 3px #bee6ff;
	display: block;
	margin: 20px auto 20px auto;
	padding: 5px 0px 5px 0px;
	position: relative;
	}

body#performance .BOX .location_tit #icon,
body#ticket .BOX .location_tit #icon {
	background: url(../images/news/entry_tit_star.png);
	width: 36px;
	height:36px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 16px;
	}

body#performance .BOX .location_tit .title,
body#ticket .BOX .location_tit .title {
	color: #ffffff;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #551515;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#551515,offx=1,offy=1)";
	display: inline-block;
	vertical-align: middle;
	padding:0px 20px 0px 0px;
}

body#performance .BOX .location_tit .close,
body#ticket .BOX .location_tit .close{
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	width: 460px;
	vertical-align: middle;
}

/* js内改行 */
body#performance .BOX .text .text_p {
	line-height: 2.5;
}

/*=======
body#ticket .BOX .location_tit #icon{
	width: 55px;
	height: 55px;
	position: absolute;
	top: -5px;
	left: -12px;
	background: url(../images/common/tit_icon.png) no-repeat top center;
	}
=======*/
body#performance .BOX .text p{
	margin: 0 0 10px 0;
	}

body#performance .BOX .text	dl {
    display:flex;
    flex-wrap: wrap;
    }
body#performance .BOX .text	dt {
	margin: 0 13px 0 0;
	color: #521717;
	background: #ffdd50;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width: 15%;
	height: 23px;
	text-align: center;
	}
body#performance .BOX .text	dd{
	width: 82%;
	margin: -2px 0 13px;
	}
body#performance .BOX .text dd.text_p{
	line-height: 1.8;
	font-size: 15px;
}
body#performance .BOX .text .t18 .text_p{
	font-size: 15px;
}


body#performance .BOX .text span.item,
body#ticket .BOX .text span.item,
body#goods .BOX .text span.item{
	padding: 5px 20px;
	margin: 0 13px 0 0;
	color: #521717;
	font-size: 14px;
	background: #ffdd50;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

body#performance .BOX .text #all,
body#performance .BOX .text #tokyo,
body#performance .BOX .text #yokohama {
	}

body#performance .BOX .text #all a,
body#performance .BOX .text #cancell a{
	width: 491px;
	height: 77px;
	border-bottom: inherit;
	display: block;
	margin: 0px auto;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
}
body#performance .BOX .text #tokyo a,
body#performance .BOX .text #yokohama a {
	width: 491px;
	height: 78px;
	border-bottom: inherit;
	display: block;
	margin: 0px auto;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	}

body#performance .BOX .text a.link_accessmap {
	width:336px;
	height:56px;
	border-bottom: inherit !important;
	margin: 0px auto;
	display: block;
	background: url(../performance/images/btn.jpg) no-repeat 0px 0px;
	text-indent:-9999px;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	}

body#performance .BOX .text a.link_accessmap:hover { background-position: 0px -56px; }

body#performance .BOX .text #all a { background: url(../performance/images/detail_btn.png) no-repeat 0px 0px; }
body#performance .BOX .text #tokyo a { background: url(../performance/images/detail_btn1.jpg) no-repeat 0px 0px; }
body#performance .BOX .text #yokohama a { background: url(../performance/images/detail_btn2.jpg) no-repeat 0px 0px; }
body#performance .BOX .text #cancell a { background: url(../performance/images/detail_btn4.jpg) no-repeat 0px 0px; }

body#performance .BOX .text #all a:hover { border-bottom:inherit; background-position: 0px -78px; }
body#performance .BOX .text #tokyo a:hover { border-bottom:inherit; background-position: 0px -78px; }
body#performance .BOX .text #yokohama a:hover { border-bottom:inherit; background-position: 0px -78px; }
body#performance .BOX .text #cancell a:hover { border-bottom:inherit; background-position: 0px -78px; }


/* Ticket
========================================== */
body#ticket .BOX h2{
	width: 653px;
	height: 71px;
	margin: 0 auto 10px;
	background: url(../ticket/images/page_tit.png) no-repeat top center;
	text-indent: -9999px;
	}

body#ticket .BOX .text p,
body#goods .BOX .text p{
	margin: 0 0 10px 0;
	}
body#ticket .BOX .text .ticket_table_location{
	border-left: 3px solid;
    padding-left: 5px;
    margin-top: 17px;
 	}
body .BOX .text p.ticket_staff{
	font-size: 14px;
   }
body .BOX .text span.area{
	padding: 1px 6px;
	margin: 0 5px 5px 0;
	font-size: 14px;
	border: 1px solid #6f5d40;
	}
body .BOX .text span.area_bold{
	font-size: 18px;
	font-weight: 800;
}
body .BOX .text .area_small{
	font-size: 14px;
}
body#ticket .BOX .text .ticket_top_padding { padding-top: 20px; }
body#ticket .BOX .text .ticket_top_padding .check{
    /* float: right;
    position: relative;
    top: -35px;
    right: 115px; */
    font-size: 12px;
}
body#ticket .ticket_money {
	padding-top: 5px;
}
body#ticket .ticket_money .tit{
	margin-bottom: 8px;
	display: table;
	border: 1px #374650 solid;
}
body#ticket .ticket_money .tit span.tit{
	display: table-cell;
	text-align: center;
	width: 100px;
	color: #fff;
	background-color: #50b2f1;
	margin-right: 10px;
	padding: 5px 10px;
	font-weight: 800;
}
body #contents .BOX .text .ticket_money p {
	vertical-align: middle;
    padding: 20px;
}
body #contents .BOX .text .ticket_money p:first-of-type {
	border-bottom: 1px #374650 solid;
}
body#ticket .ticket_money p strong{
	font-size: 18px;
	font-weight: 800;
}
body#ticket .ticket_money_table {
	width: 100%;
  	margin: 0 auto 10px;
}
body#ticket .ticket_money_table tr{
  	border: 1px #374650 solid;
}

body#ticket .ticket_money_table th{
	padding: 0.5em 0.8em;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}
body#ticket .ticket_money_table td{
  	padding: 0.5em 0.8em;
  	border: 1px #374650 solid;
	text-align: center;
	width: 30%;
	font-size: 18px;
	font-weight: 800;
}
body#ticket .ticket_money_table .ticket_event{
	font-size: 14px;
	display: block;
    margin-top: 10px;
}
body#ticket #contents .BOX .text .ticket_btn a{ 
	font-size: 14px;
    text-decoration: none;
    border-bottom: none;
    color: #fff;
    padding: 2px;
}
body#ticket #contents .BOX .text .ticket_btn {
	margin-top: 12px;
}
body#ticket #contents .BOX .text .ticket_btn li{
	background-color: #eb6100;
    margin-bottom: 8px;
}
body#ticket #contents .BOX .text .ticket_btn li:hover{
	background-color: #e89559;
}

body#ticket .ticket_money_table th.img{
	width: 28%;
}
body#ticket .ticket_money_table th img{
	width: 100%;
	padding: 12px 0;
}


body#ticket .day {
	font-weight: 800;
	padding-left: 10px;
	/* color: #e1003a; */
	font-feature-settings: "palt";
}

body#ticket .BOX .text p.playguide_tit {
	font-size: 18px;
    font-weight: 800;
    margin-top: 40px;
}

.tokuten_block {
	margin: 20px 0 30px;
}
.tokuten_block .location{
	border: 1px solid;
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
}
