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

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*ホームページ全体のデザイン*/
body{
	margin-left: auto;
	margin-right: auto;
	min-width: 350px;
	background-color: #050521;
}

/*ヘッダー*/
.header{
	padding-top: 5px;
	color: #FFFFFF;
}

/*画像*/
img{
	width: 100%;
}

/*ロゴスタイル*/
.col-head{
	margin: auto;
	padding-top: 10px;
	width: 70px;
	height: 100px;
}
.style_nav ul li a{
	font-size: 8px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 10px 3px;
}
	
ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}

li{
	width: calc(100%/5);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.style_nav img{
	width: 30px;
}

.menu-box{
	border-left: 1px dashed #FFFFFF;
	font-size: 8px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 10px 3px;
	cursor: pointer;
	overflow: auto;
	background-color: rgba(139,0,0,0.80);
}

#btn-u:hover{
	background-color: #8B0000;
}

#open:hover{
	background-color: #8B0000;
}

#overlay {
  /* viewpointを相対位置にし、全画面表示にする */
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);  /* 背景を半透明にする */
  display: none;  /* HTML要素を非表示にする */
  z-index: 1;  /* 「メインのHTML要素」よりもスタックレベルを高くする */
  overflow: auto;
 }


#modalWindow {
  	width: 350px;
  	height: 90%;
  	position: fixed; 
  	border: 2px solid #8B0000;
	border-radius: 10px;
  	background-color: #050521;
  	display: none; 
  	color: #FFFFFF;
	overflow: scroll;
  	z-index: 2;
}

#modal-btn img {
  	width: 30px;
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}

/*モーダルウィンドウ内のボタン*/
#modal-btn{
	display: block;
	border: 1px rgba(255,255,255,0.1) solid;
	background-color: rgba(227,227,227,0.1);
	width: 90%;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
}

#modal-btn:hover{
	background-color: rgba(139,0,0,0.50);
}

#modal-btn a{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 50px;
}

.modal-a{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}


#modal-ticket img {
  	width: 30px;
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}

/*モーダルウィンドウ内のボタン*/
#modal-ticket{
	display: block;
	border: 1px rgba(255,255,255,0.1) solid;
	background-color: #8B0000;
	width: 90%;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
}

#modal-ticket:hover{
	background-color: rgba(139,0,0,0.50);
}

#modal-ticket a{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 50px;
}

/*モーダルウィンドウ内のボタン*/
#close-btn{
	display: block;
	border: 1px rgba(255,255,255,0.1) solid;
	background-color: #8B0000;
	width: 90%;
	padding: 10px 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: none;
}

#close-btn:hover{
	background-color: rgba(139,0,0,0.50);
}

.modal-head p{
	font-size: 10px;
}

.modal-head{
	margin-left: 30px;
}

.modal-head h2{
	text-align: left;
}

.btn-close{
	border: 1px rgba(255,255,255,0.1) solid;
	background-color: rgba(227,227,227,0.1);
	padding: 2px 8px;
	margin: 5px 5px;
	text-align: center;
	border-radius: 15px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
}

.btn-close:hover{
	background-color: rgba(139,0,0,0.50);
}

.button{
	border: 1px rgba(255,255,255,0.1) solid;
	background-color: rgba(227,227,227,0.2);
	margin-left: 20px;
	padding: 8px 50px;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.button:hover{
	background-color: rgba(1,176,241,0.3);
}

h2{
	font-size: 20px;
	text-align: center;
}

.section-head p{
	font-size: 10px;
	text-align: center;
}

.section-head{
		text-align: center;
	}

/*news*/
.news{
	padding: 20px;
	color: #FFFFFF;
	font-size: 10px;
}

.news img{
	width: 96px;
	height: 54px;
	float: left;
	border-radius: 10px;
}

.news a{
	text-decoration: none;
	color: #FFFFFF;
}

.btn-news:hover{
	color: #E46365;
}

.col{
	width: 100%;
	padding: 10px;
}

.col-news-text{
	height: 54px;
	padding-left: 120px;
}

.date{
	color: #D0D0D0;
}

/*introduction*/
.introduction{
	color: #FFFFFF;
	padding: 0px 20px 0px 20px;
}

.intro-text{
	font-size: 15px;
	text-align: center;
}

/*program*/
.program{
	color: #FFFFFF;
	padding: 20px;
}

.program-text{
	font-size: 12px;
	text-align: center;
}

/*caststaff*/
.caststaff{
	color: #FFFFFF;
	padding: 20px;
}

.caststaff-text{
	font-size: 12px;
	text-align: center;
}

/*movie*/
.movie{
	color: #FFFFFF;
	padding: 20px;
}

.movie-text{
	font-size: 15px;
	text-align: center;
}

/*フッター*/
.footer_text{
	padding: 20px;
	background-color: #8B0000;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.col-foot{
	width: 100%;
	clear: both;
}

.col-intro{
	background-color: rgba(1,176,241,0.28);
	border-radius: 10px;
	margin: 30px;
	padding: 20px;
}


.row{
	width: 100%;
}

.imgBira{
	width: 100%;
	margin: auto;
}

.col-intro img{
	width: 100%;
	border-radius: 5px;
	border: 2px #ffffff solid;
}

.col-intro a{
	color: #D9F6FA;
}

.wait{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.wait img{
	border: none;
}

.inhall img{
	border: none;
}

/*タブレット用*/
@media (min-width: 768px){
	
		.col-head{
		float: left;
		margin: 10px 50px;
	}
	
	li{
		border-top: none;
		border-bottom: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.menu-box{
		border-left: none;
	}
	
	.modal-head{
		float: left;
		margin-bottom: 25px;
	}
	
	.col-md-news{
		width: 33%;
		padding: 30px;
		float: left;
	}
	
	.col-md-news img{
		width: 100%;
		height: 100%;
		padding: 10px;
	}
	
	.col-news-text{
		height: auto;
		padding-left: 0px;
		font-size: 16px;
	}
	
	.date{
		margin-top: 30px;
		font-size: 12px;
	}
	
	.section-head{
		text-align: center;
	}
	
	.program-text{
		font-size: 15px;
	}
	
	.caststaff-text{
		font-size: 15px;
		padding-left: 0px;
		text-align: center;
	}
	
	.imgBira{
		width: 40%;
	}
	
	.col-intro img{
		width: 100%;
		text-align: center;
	}
	
	h3{
		text-align: center;
	}
	
	.col-half{
		width: 50%;
		height: 400px;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.wait{
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.inhall img{
		width: 50%;
		float: left;
	}
	
}

/*デスクトップ用*/
@media (min-width: 1024px){
	
		.style_nav ul li a{
		padding: 10px 30px;
		font-size: 16px;
	}
	
	.menu-box{
		padding: 10px 30px;
		font-size: 16px;
	}
	
	.col-intro img{
		width: 400px;
	}
	
	.col-half p{
		width: 400px;
	}
	
	.col-half{
		height: 400px;
	}
	
		.inhall img{
		width: 25%;
		float: left;
	}
	
}