/* CSS Document */
/* ---------------------
    - common setting
    - header
    - main
    - contents
    - footer
--------------------- */

/* =====================
  common setting
===================== */
html {
  font-size: 62.5%; /* -> 10px; */
}
body {
	font-size: 1.6rem;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	background: #FFF;
}
#wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto ;
	background: #FFF;
}
.contWrap{
	margin-bottom: 100px;
}
img {
	vertical-align: top;
}

#bkgF{
	background: #FFF;
}

figure{
	padding: 0;
	margin: 0;
}

a img:hover{
	opacity: .8;
}
.clearfix:after {
	content: “”;
	display: none;
	clear: both;
}

.pci{
	display: block;
}
.pciInline{
	display: inline;
}
.spi{
	display: none;
}
.spiInline{
	display: none;
}
.mvImg{
	max-width: 960px;
	margin: 0 auto 20px;
}

.mvImg img{
	max-width: 100%;
	height: auto;
}
/* =====================
  header
===================== */
header {
	width: 100%;
	height: 128px;
	padding-top: 20px;
	box-sizing: border-box;
	background: #F8B500;
	color: #000;
	margin-bottom: 20px;
}
#headerCnt {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
header img {
	max-width: 100%;
	height: auto;
}
header h1 {
	width: 300px;
	margin-top: 14px;text-align: center;
}


/* global nav */

header nav {
	width: 640px;
}
header nav ul {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	justify-content: space-between;
}
header nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
header nav li a:hover {
	color: #333;
}
header nav li {
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 18px;
}
header nav li span {
	font-size: 10px;
	display: block;
	color: #000;
	font-weight: normal;
}
header nav li:nth-child(2) {
	width: 140px;
}

/* sns nav */

.headerSnsList {
	display: flex;
	justify-content: space-between;
	width: 50px;
	float: right;
}
.headerSnsList li {
	font-size: 20px;
}
.headerSnsList li a {
	color: #000;
}
/* =====================
  mmenu
===================== */
.mm-menu {
	background: #ffffff;
}

#menu i{
	margin-right: 10px;
}

#my-icon{
	display: none;
}

/* =====================
  メインスライダー箇所
===================== */

#mainSlideArea {
	width: 100%;
	margin: 0 auto 50px;
}
#mainSlideArea .sp-thumbnail {
	width: 100%;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainSlideArea .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
}
#mainSlideArea .sp-thumbnail-description {
	font-size: 12px;
	color: #333;
	word-break: break-all;
	min-height: 40px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F8B500;
	top: 0;
	margin-top: 13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F8B500;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.sp-selected-button {
	background-color: #F8B500;
}
.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #F8B500;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

/* =====================
  main
===================== */

/* =====================
  contents
===================== */

.container{
	margin: 0 auto;
	width: 960px;
}
.container img{
	max-width: 100%;
	height: auto;
}
.algnC{text-align: center;}
/* top */
.indexWrap{
	display: flex;
	justify-content: space-between;
}
.twBoxWrap{
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	width: 55.2%;
}
.twBoxWrap > div{
	width: 100%;
}

#twitterWidgetWrapper iframe{width:740px !important}

#indexInfo{
	width: 43.75%;
}

#indexInfo dl{
	width: 96%;
	margin: 0 auto 20px;
}
#indexInfo dl dt{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
#indexInfo dl dd{}
#indexInfo dl dd span{
	display: block;
}
#indexInfo dl dd figure{
	text-align: center;
	margin-top: 25px;
}


.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.snsBnr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.snsBnr li{
	width: 48.8%
}
.bnrList li{
	margin-bottom: 10px;
}

/* schedule */

.monthNav{
	width: 100%;
	margin-bottom: 30px;
	font-size: 2.0rem;
}
.monthNav ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.monthNav ul li{
	width: 16.66%;
	margin-bottom: 20px;
	text-align: center;
}

.monthNav ul a{
	color: #000;
	text-decoration: none;
}
.monthChange{
	width: 100%;
}
.monthChange ul{
	width: 30%;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
.monthChange li{
	text-align: center;
}
.monthChange li a{
	text-decoration: none;
	width: 40px;
	height: 40px;
	background: #eee;
	display: block;
	box-sizing: border-box;
	line-height: 40px;
	color: #000;
}
.monthChange li:nth-child(2){
	background: none;
	width: 46%;
	font-size: 2.4rem;
}

.calendar{
	width: 100%;
	font-size: 2.0rem;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.calendar thead{
	text-align: center;
	background: #eee;
}
.calendar td{
	border: 1px solid #ccc;
	padding: 6px;
	width: 14.25%;
	vertical-align: top;
	font-size: 1.2rem;
	word-break: break-all;
}
.calendar td:first-child{
	background: #ffeded;
}
.calendar td:last-child{
	background: #eafff4;
}
.calendar th{
	border: 1px solid #ccc;
	text-align: center;
	width: 14.25%
}
.calendar td span{
	display: block;
	font-size: 2.0rem;
}
.calendar td a{
	display: block;
	padding-bottom: 4px;
}
.calendar td a:not(:first-of-type){
	border-top: 1px dotted #ccc;
	padding-top: 4px;
}
/*night*/
.calendar td a.night::before{
font-family: "Font Awesome 5 Free";
content: "\f186";
font-weight: 900;
margin-right: 3px;
font-size: 1.2rem;
}
/*ここまでnight*/

.scheduleList{
	margin-bottom: 50px;
}
.scheduleList ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.scheduleList li{
	width: 49%;
	box-sizing: border-box;
	padding: 1%;
	border: 1px solid #eee;
	margin-right: 2%;
	margin-bottom: 20px;
}

.scheduleList li:nth-child(even){
	margin-right: 0;
}
.scheduleList li .day{
	background: #F8B500;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	margin-bottom: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
}
/*NIGHT*/
.scheduleList li .day.night{
	background:#021651;
	color: #fff;
}
.scheduleList li .day.night::before{
  font-family: "Font Awesome 5 Free";
  content: "\f186 NIGHT";
font-weight: 900;
margin-right: 10px;}

/*ここまでNIGHT*/
.scheduleInWrap{
	display: flex;
	/*0417*/
	width: 100%;
}
.scheduleList li h1{
	font-weight: bold;
	background: #eee;
	margin-bottom: 20px;
	word-break: break-all;
	padding: 10px;
	font-size: 1.4rem;

}
/*NIGHT*/

.scheduleList li h1.night{
	background:#021651;
	color: #fff;
}
.scheduleList li h1.night::before{
  font-family: "Font Awesome 5 Free";
  content: "\f186 [NIGHT]";
font-weight: 900;
margin-right: 10px;}
/*ここまでNIGHT*/

.scheduleInWrap > div{
	width: 100%;
}

.scheduleList li dl{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.scheduleList li dt{
	font-size: 1.2rem;
	font-weight: bold;
}
.scheduleList li .act{
	clear: left;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	word-break: break-all;
	margin-bottom: 10px;
}
.scheduleList li .act dd{
	font-size: 1.2rem;
}
.scheduleInWrap > div.flyerPhoto{
	width: 35.5%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.btnStyle01{
	display: block;
	background: #000;
	color:#fff;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	width: 94%;
	margin: 0 auto 20px;
   -webkit-transition: all .1s;
   transition: all .1s;
	font-weight: bold;
	border: 2px solid #000;
	box-sizing: border-box;
	font-size: 1.2rem;
}
.btnStyle01:hover{
	background: #fff;
	border-color: #F8B500;
    color: #F8B500;
}

/* -------------------------> schedule detail */
.scheduleDetail{}
.scheduleCnt{
	width: 90%;
	margin: 0 auto 0;
}
.scheduleDetail .day{
	background: #F8B500;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	margin-bottom: 36px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 2.2rem;
	color: #fff;
}
/*NIGHT*/
.scheduleDetail .day.night{
	background:#021651;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	margin-bottom: 36px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 2.2rem;
}
.scheduleDetail .day.night::before{
font-family: "Font Awesome 5 Free";
content: "\f186 NIGHT";
font-weight: 900;
margin-right: 10px;
}
/*ここまでNIGHT*/
.scheduleCnt h1{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.scheduleCnt dt{
	font-weight: bold;
	margin-bottom: 10px;
}
.scheduleCnt dl{
	margin-bottom: 20px;
}
.scheduleCnt .act{
	background: #eee;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.scheduleCnt .openTime,.scheduleCnt .price
{
	padding: 10px;
}
.scheduleCnt .act dt{

}
.ticketBnr{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.ticketBnr li{
	margin-right: 8px;
}
.ticketBnr li img{
	border: 1px solid #ccc;
	margin-bottom: 6px;
}
.ticketBnr li span{
	display: block;
}
.ticketBnr li:nth-child(3n){
	margin-right: 0;
}
.scheduleInfoArea {
	margin-bottom: 40px;
	word-break: break-all;
}
.scheduleInfoArea .flyerPhoto{
	margin-left: 3%;
	margin-bottom: 3%;
	width: 35.5%;
	float: right;
}

.scheduleArtistPh{
	margin-top: 20px;
}
.scheduleArtistPh ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.scheduleArtistPh li{
	margin-right: 10px;
	height: 170px;
	margin-bottom: 10px;
}
.scheduleArtistPh li img{
	width: auto;
	height: 100%;
}


/* -------------------------> floor */
.floorSec{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.col4375{
	width: 43.75%;
}
.col5416{
	width: 54.16%;
}
.col4375 > div{
	margin-bottom: 30px;
}
.col5416 > div{
	margin-bottom: 50px;
}
.phtriple{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.phtriple div{
	width: 33%;
	margin-bottom: 10px;
}

.box01{
	width: 50%;
	margin-bottom: 20px;
}
.box01 dl{
	background: #fff;
	display: flex;
	border: 1px solid #ccc;
	padding: 2px;
}
.box01 dt{
	background: #000;
	color: #fff;
	width: 50%;
	padding: 6px;
}
.box01 dd{width: 50%;padding: 6px;}
.caList{
	margin-bottom: 50px;
}
.caList li{
	margin-left:1.5em;text-indent:-1.5em;
}
.caList li::before{
	content: '※';
	margin-right: 0.5em;
}
.contactForm{
	margin-top: 50px;

}
.contactForm dl{}
.contactForm dt{}
.contactForm dd{}

.contactForm input{
	padding: 4px;
}
input[type=radio]{
	margin-right: 10px;
}
#searchAddress{
	border-radius: 3px;
	background: #f8f8f8;
	border: #a6a6a6 1px solid;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

label{padding-right:14px;}

.radio {
  margin-right: 10px;
}

.formBox150 {
	width : 150px;
}
.formBox500 {
	width : 500px;
}
.formTextArea01 {
	width				: 500px;
	height				: 120px;
	padding: 4px;
}
.form_error_message {
	color: #c00;
	display: block;
}
.example {
	color : #666;
	font-size : 85%;
	margin-top : 3px;
}
.attention {
	color : #666;
	font-size : 77%;
	line-height : 100%;
	margin-top : 3px;
}
.est {
	color : #c00;
	font-size : 85%;
	margin-left : 0.5em;
}
.btnArea {
	padding-top : 20px;
	text-align : center;
}
.btnArea li {
	display : inline;
	padding : 0px 10px;
}
.btnArea li input {
	vertical-align : top;
}

/* -------------------------> access */
.accessArea{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	}
.accessArea > div{
	width: 48.9583%;
	}
.accessArea > div img{
	margin-bottom: 10px;
}
	.btnStyle02{
		display: block;
		width: 300px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border:1px solid #F8B500;
		color: #000;
		text-decoration: none;
		margin: 0 auto ;
	}
	.btnStyle02 i{
		margin-right: 1em;
	}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	margin-bottom: 20px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.infoBox{}
.infoBox{
	margin-bottom: 20px;
}
.infoBox dt{
	font-weight: bold;
}
.infoBox dd span{
	display: block;
}




/* -------------------------> equipments*/

 .tbl_std {border:1px solid #999;}
 .tbl_std th,.tbl_std td {border:1px solid #999; padding:5px 3px;text-align:center;}
 .tbl_std th {}

 .tbl_price td {text-align:center; }


 .equip{
	 width:100%;
	 font-size:1.4rem;
	 margin-bottom:40px;
 }

.itemList th{background:#3D2505; color:#fff; text-align:center; border:none;}
.itemList th:first-child{
	 width:20%;}
.itemList th:nth-child(2){
	 width:20%;}
.itemList th:nth-child(3){
	 width:50%;}
.itemList th:last-child{
	 width:10%;
 }
.music th{
	 background:#F8B500;
	 text-align:center;
	 font-weight:bold;
	color: #000;
 }
 .type{
	 display:block;
	 text-align:left;
 }
 .equip td.number{
	 text-align:left;
	 padding-left: 20px;
 }
 .attColor{
	 color:#ff3333;
 }
 .area th{
	 background:#FFE4BA;
 }
.btnSec{
	padding:10px;
	text-align:center;
}
.marB20{
	margin-bottom: 20px;
}
.attentionBox{
	padding: 10px;
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
.txtIndentNsp {
	margin-left			: 1.5em;
	text-indent			: -1.5em;
}
.marl1em{
	margin-left:1em;
}

.download-cnt{ margin-bottom: 40px;}
.download-cnt {}
.btn-section{
	display: flex;
}
.btn-section span{
	display: table;
	width: 45%;
	margin: 2% 10px;
}
.btn-section span a{
	display: table-cell;
	text-decoration: none;
	color:#000;
	background: #fff;
	width: 100%;
	height: 60px;
	font-size: 1.8rem;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #F8B500;
	transition: all .2s;
}
.btn-section span a i{
	margin-left: 10px;
}
.btn-section span a .fa-file-pdf{
	color: red;
}
.btn-section span a .fa-file-excel{
	color: green;
}
.btn-section span a:hover{
	background: #F8B500;
	color: #fff;
}
/* -------------------------> faq*/

.acdBox{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding:0 10px 20px;
}


.acdBox dt{
	font-weight:normal;
	font-size:1.6rem;
	min-height:50px;
	background:url(../image/general/ico_q.gif) no-repeat left top;
	padding-left:70px;
	cursor: pointer;
	line-height: 50px;
	position:relative;

}


dl.acdBox dt::after{
	position: absolute;
    top: 50%;
    right: 10px;
	height:20px;
	width:20px;
    margin-top: -10px;
    content: '';
    background: url(../image/general/ico_arrow_black.png) 100% center no-repeat;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

dl.acdBox dt.active::after{
	-moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

dl.acdBox dd{
	background:url(../image/general/ico_a.gif) no-repeat left 20px;
	padding-left:70px;
	padding-top:20px;
	word-break:break-all;
	display:none;
}
.acdBox dd p{
	margin-bottom: 20px;
}
.acdBox dd p.height{
	margin-bottom: 0px;
	padding-bottom: 24px;
}


dl.acdBox div{
	padding: 10px 10px 10px 20px;
	border: 1px solid #ccc;
}
dl.acdBox ul{}
dl.acdBox li::before{
	content:'※';
	margin-right: 0.5em;
}
dl.acdBox li{
	margin-left: 1em;
	text-indent	: -1.5em;
}



/* -------------------------> recruit*/
.recruitImg{
	margin-bottom: 30px;
}
.recruitTable{
	width: 100%;
}
.recruitTable th{
	width: 20%;
	background: #eee;
	color: #000;
	font-weight: bold;
}
.recruitTable td{
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	width: 80%;
}

/* -------------------------> contact */


.contactSec{
	margin-bottom: 50px;
}
.contactSec > div{
	margin-bottom: 30px;
}
.line-area{
	padding: 10px 5%;
	margin: 10px 0;
	border: 1px solid #ddd;
}
.line-box {
	display: flex;
}
.line-box li{
	padding: 10px 0;
	width: 140px;
	margin-right: 20px;
}
.line-box dl{}
.line-box dt{
	margin-bottom: 10px;
	font-weight: bold;
}
.line-box dd{}

/* -------------------------> form*/

.tableArea{
	line-height: 2.0;
}
.tableArea dl{
	border-bottom: 1px solid #cccccc;
	display: flex;
}
.tableArea dl:first-child{
	border-top: 1px solid #cccccc;
}
.tableArea dt{
	border-right: 1px solid #cccccc;
	width: 20%;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}
.tableArea dd{
	width: 80%;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left:6.363%;
	box-sizing: border-box;
}
.tableArea dd ul{}
.tableArea dd ul li{
	display: table;
}
.tableArea dd ul li span{
	display: table-cell;
}
.tableArea dd ul li span:first-child{
	width: 200px;
}
.tableArea dd ul.listPt01 li span:first-child{
	width: 180px;
}
.tableArea dd ul.listPt02 li span:first-child{
	width: 320px;
}
.confTxt{
	padding-top: 30px;
	margin-bottom: 30px;
}
.cChicPink{ color : #e8719b !important; }
.formSubmit{
	display: flex;
	flex-wrap: wrap;
	width: 74%;
	margin: 0 auto 30px;
	justify-content: center;
}
.formSubmit li{
	width: 42.25%;
	padding: 0 3%;
	font-weight: bold;
}
#submit_button{
	display: inline-block;
	text-decoration: none;
	background: #eee;
	border: none;
	cursor: pointer;
	color: #000;
	font-size: 1.6rem;
	transition: 0.3s;
	text-align: center;
	width: 100%;
	height: 60px;
}
#submit_button2{
	display: inline-block;
	text-decoration: none;
	background: #F8B500;
	cursor: pointer;
	color: #fff;
	font-size: 1.6rem;
	box-sizing: border-box;
	border: none;
	transition: 0.3s;
	text-align: center;
	width: 100%;
	height: 60px;
}
#submit_button3{
	display: inline-block;
	text-decoration: none;
	background: #eee;
	border: none;
	cursor: pointer;
	color: #000;
	font-size: 1.6rem;
	transition: 0.3s;
	text-align: center;
	width: 100%;
	height: 60px;
}

#submit_button2:hover{
	background: #000;
	color: #fff;
}


/* =====================
  見出し
===================== */

.ttl{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
  padding: .75em 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
	margin-bottom: 50px;
}

.ttlSub{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.ttlSub {
  position: relative;
  padding-bottom: 0;
  border-bottom: 3px solid #F8B500;
  font-weight: normal;
}
.ttlSub::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #000;
}

.ttlsub2{
	padding: 10px 0;
	font-weight: bold;
}
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.pci{
	display: none;
}
.pciInline{
	display: none;
}
.spi{
	display: block;
}
.spiInline{
	display: inline;
}

/* =====================
  header
===================== */

header {
	width: 100%;
	max-height: 80px;
	padding-top: 10px;
	box-sizing: border-box;
	background: #F8B500;
	color: #000;
	margin-bottom: 20px;
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
#headerCnt {
	width: 100%;
	margin: 0 auto;
	display:block;
	justify-content: space-between;
	position: relative;
}
header img {
	max-width: 100%;
	height: auto;
}
header h1 {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

/* global nav */

header nav {
	display: none;
}

/* sns nav */
.headerSnsList {
	display: none;
}

/* =====================
  mmenu
===================== */
#menu{
	background: #333;
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.6);
}
.mm-listitem, .mm-listitem .mm-btn_next, .mm-listitem .mm-btn_next:before, .mm-listitem:after, .mm-listview {
    border-color: rgba(255, 255, 255, 0.6);
}
.mm-counter {
    color: rgba(255, 255, 255, 0.6);
}
.mm-navbar {
    border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, 0.6);
}
btn_next:after {
    border-color: rgba(255, 255, 255, 0.6);
}
.mm-navbars_bottom {
	border-color: rgba(255, 255, 255, 0.6);
}
#my-icon{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {

    /*background-color: #fff;*/
}

/* =====================
  contents
===================== */

.container{
	margin: 0 auto;
	width: 98%;
}
.container img{
		max-width: 100%;
		height: auto;
	}

.indexWrap{
	display: flex;
	justify-content: space-between;
}
.monthChange{
	width: 100%;
}
.monthChange ul{
	width: 50%;
}
}
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
body {
	font-size: 1.4rem;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
#wrap {
	width: 100%;
}
header h1 a{
		padding-top: 10px;
		height: 100%;
		display: block;
	}
/* =====================
  メインスライダー箇所
===================== */

#mainSlideArea {
	margin: 0 auto 20px;
}
#mainSlideArea .sp-thumbnail-description {
display: none;
}
/* =====================
  contents
===================== */

.twBoxWrap{
display: none;
}

#indexInfo{
	width: 100%;
}

/* -------------------------> schedule */

.monthNav{
display: none;
}
.monthChange{
	width: 100%;
}
.monthChange ul{
	width: 100%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
.monthChange li{
	text-align: center;
}
.monthChange li a{
	text-decoration: none;
	width: 40px;
	height: 40px;
	background: #eee;
	display: block;
	box-sizing: border-box;
	line-height: 40px;
}
.monthChange li:nth-child(2){
	background: none;
	width: 46%;
	font-size: 2.4rem;
}
/* -------------------------> カレンダースマホ*/

.calendar{
	width: 100%;
	font-size: 1.0rem;
	border: 1px solid #ccc;
	display: none;
}
.calendar thead{
	text-align: center;
	background: #eee;
}
.calendar td{
	border: 1px solid #ccc;
	padding: 6px;
	width: 14.25%;
	vertical-align: top;
	font-size: 1.2rem;
}
.calendar td:first-child{
	background: #ffeded;
}
.calendar td:last-child{
	background: #eafff4;
}
.calendar th{
	border: 1px solid #ccc;
	text-align: center;
	width: 14.25%
}
.calendar td span{
	display: block;
	font-size: 1.2rem;
}
.calendar td a{
	display: block;
	padding-bottom: 4px;
}
.calendar td a:not(:first-of-type){
	border-top: 1px dotted #ccc;
	padding-top: 4px;
}

.scheduleList{
	margin-bottom: 50px;
}
.scheduleList ul{
	width: 100%;
	display:flex;
	justify-content: space-between;
	font-size: 1.2rem;
}
.scheduleList li{
	width: 49%;
	padding: 2% 2% 5%;
	margin-right: 0%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.scheduleList li:nth-child(even){
	margin-right: 0;
}
.scheduleList li .day{
	background: #F8B500;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	margin-bottom: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
/*NIGHT*/
.scheduleList li .day.night{
	background:#021651;
	color: #fff;
	font-size: 1.2rem;
	padding-left: 4px;
	letter-spacing: 0.1em;
}
.scheduleList li .day.night::before{
  font-family: "Font Awesome 5 Free";
  content: "\f186";
font-weight: 900;
margin-right: 3px;
	font-size: 1.2rem;}

/*ここまでNIGHT*/
.scheduleInWrap{
	display: inherit;
}
.scheduleInWrap > div.flyerPhoto{
		width: 100%;
		float: none;
	}
.scheduleList li h1{
	font-weight: bold;
	background: #eee;
	margin-bottom: 20px;
	word-break: break-all;
	padding: 10px;
	font-size: 1.2rem;
}
.scheduleList li dl{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.scheduleList li dt{
	font-size: 1.2rem;
	font-weight: bold;
}
.scheduleList li .act{
	clear: none;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	word-break: break-all;
	margin-bottom: 10px;
}
	.scheduleList li .act dd{
		font-size: 1.2rem;
	}
.flyerPhoto{
	width: 100%;
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
.btnStyle01{
	display: block;
	background: #000;
	color:#fff;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	width: 94%;
	margin: 0 auto;
   -webkit-transition: all .3s;
   transition: all .3s;
	font-weight: bold;
	border: 2px solid #000;
	box-sizing: border-box;
	font-size: 1.2rem;
	}
.btnStyle01:hover{
	background: #fff;
	border-color: #F8B500;
    color: #F8B500;
}

/* -------------------------> schedule detail */
.scheduleDetail{}
.scheduleCnt{
	width: 90%;
	margin: 0 auto 0;
}
.scheduleDetail .day{
	height: 33px;
	line-height: 33px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}
/*NIGHT*/
.scheduleDetail .day.night{
	background:#021651;
	color: #fff;
	height: 33px;
	line-height: 33px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}
/*ここまでNIGHT*/
.scheduleCnt h1{
	font-size: 2.0rem;
	margin-bottom: 10px;
}
.scheduleCnt dt{
	margin-bottom: 10px;
}
.scheduleCnt dl{
	margin-bottom: 15px;
}
.scheduleCnt .act{
	margin-bottom: 15px;
}


.ticketBnr{
	margin-bottom: 20px;
}
.ticketBnr li{
	width: 100%;
	margin-right: 0px;
	text-align: center;
	margin-bottom: 10px;
}
.ticketBnr li img{
	border: 1px solid #ccc;
	margin-bottom: 6px;
}
.ticketBnr li span{
	display: block;
}
.ticketBnr li:nth-child(3n){
	margin-right: 0;
}
.scheduleInfoArea {
	margin-bottom: 40px;
}
.scheduleInfoArea .flyerPhoto{
	width: 100%;
	float: none;
	margin-left: 0%;
	margin-bottom: 3%;
}

.scheduleArtistPh{}
.scheduleArtistPh ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.scheduleArtistPh li{
	margin-right: 10px;
	height: 170px;
	margin-bottom: 10px;
}
.scheduleArtistPh li img{
	width: auto;
	height: 100%;
}


/* -------------------------> floor */
.floorSec{
	display: inherit;
	margin-bottom: 30px;
}
.col4375{
	width: 100%;
}
.col5416{
	width: 100%;
}
.col4375 > div{
	margin-bottom: 20px;
}
.col5416 > div{
	margin-bottom: 10px;
}
.phtriple{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.phtriple div{
	width: 33%;
	margin-bottom: 10px;
}

.box01{
	width: 100%;
	margin-bottom: 20px;
}
.box01 dl{
	background: #fff;
	display: flex;
	border: 1px solid #ccc;
	padding: 2px;
}
.box01 dt{
	background: #000;
	color: #fff;
	width: 50%;
	padding: 6px;
}
.box01 dd{width: 50%;padding: 6px;}
.caList{
	margin-bottom: 50px;
}
.caList li{
	margin-left:1.5em;text-indent:-1.5em;
}
.caList li::before{
	content: '※';
	margin-right: 0.5em;
}

/* ------------------------->  access */
.accessArea{
	display: inherit;
	margin-bottom: 20px;
	}
.accessArea > div{
	width: 100%;
	margin-bottom: 30px;
	}
.accessArea > div img{
	margin-bottom: 10px;
}
	a.btnStyle02{
		display: block;
		width: 94%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border:1px solid #F8B500;
		color: #000;
		text-decoration: none;
		margin: 0 auto ;
	}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	margin-bottom: 20px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.infoBox{
	margin-bottom: 20px;
}
.infoBox dt{
	font-weight: bold;
}
.infoBox dd span{
	display: block;
}

/* -------------------------> equipments*/


 .equip{
	 font-size:1.2rem;
	 margin-bottom:20px;
 }
 .equip td.number{
	 padding-left: 10px;
 }
	
	
.btn-section{
	display: block;
}
	.btn-section span{
		display: table;
		width: 90%;
		margin: 0 auto 20px;
	}
.btn-section span a{
	display: table-cell;
	text-decoration: none;
	color:#000;
	background: #fff;
	width: 90%;
	height: 80px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	border: 2px solid #F8B500;
	transition: all .2s;
	margin: 0;
	vertical-align: middle;
}
		
	
 /* -------------------------> faq*/

.acdBox{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding:0 ;
}

.acdBox dt{
	font-weight:normal;
	font-size:1.4rem;
	min-height:40px;
	background:url(../image/general/ico_q.gif) no-repeat left top;
	background-size: 10%;
	padding-left:14%;
	line-height: 2.0rem;
	padding-right: 10%;
	padding-top: 4px;
}


dl.acdBox dt::after{
	position: absolute;
    top: 50%;
    right: 10px;
	height:20px;
	width:20px;
    margin-top: -10px;
    content: '';
    background: url(../image/general/ico_arrow_black.png) 100% center no-repeat;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

dl.acdBox dt.active::after{
	-moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

dl.acdBox dd{
	background:url(../image/general/ico_a.gif) no-repeat left 20px;
	background-size: 10%;
	padding-left:14%;
	padding-top:20px;
	word-break:break-all;
	display:none;
	padding-bottom: 10px;
}
.acdBox dd p{
	margin-bottom: 20px;
}

.acdBox dd p.height{
	margin-bottom: 10px;
	padding-bottom: 0px;
}

dl.acdBox div{
	padding: 10px 10px 10px 20px;
	border: 1px solid #ccc;
}
dl.acdBox ul{}
dl.acdBox li::before{
	content:'※';
	margin-right: 0.5em;
}
dl.acdBox li{
	margin-left: 1em;
	text-indent	: -1.5em;
}

/* -------------------------> form*/

.tableArea{
	line-height: 1.6;
}
.tableArea dl{
	border-bottom: 1px solid #cccccc;
	display: block;
}
.tableArea dl:first-child{
	border-top: 1px solid #cccccc;
}
.tableArea dt{
	border-right: none;
	border-bottom: none;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	background: #eee;
}
.tableArea dd{
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left:3%;
	padding-right: 3%;
	box-sizing: border-box;
	border-bottom: none;
}
.tableArea dd ul{}
.tableArea dd ul li{
	display: table;
}
.tableArea dd ul li span{
	display: table-cell;
}
.tableArea dd ul li span:first-child{
	width: 8rem;
}
.tableArea dd ul.listPt01 li span:first-child{
	width: 180px;
}
	.tableArea dd ul.listPt02{
		display: block;
	}
	.tableArea dd ul.listPt02 li{
		margin-bottom: 10px;
	}
	.tableArea dd ul.listPt02 li span{
		display: block;
	}
.tableArea dd ul.listPt02 li span:first-child{
	width: auto;
	display: block;
}
.formBox150 {
	width : 150px;
}
.formBox500 {
	width : 94%;
	margin: 0 auto 10px;

}
.formTextArea01 {
	width				: 98%;
	height				: 120px;
	padding: 4px;
	box-sizing: border-box;
}
/* =====================
  見出し
===================== */

.ttl{
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
  padding: .75em 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
	margin-bottom: 20px;
}

.ttlSub{
	font-size: 1.8rem;
	margin-bottom: 18px;
}
.ttlSub {
  position: relative;
  padding-bottom: 0;
  border-bottom: 3px solid #F8B500;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.ttlSub::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #000;
}



