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

/*0*/
body{
	margin-left: auto;
	margin-right: auto;
	min-width: 350px;
	background-color: #d3d3d3;
}

/*0*/
.header{
	padding-top: 5px;
	color: #d3dede;
}

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

/*ロゴスタイル*/
.col-head{
	margin: auto;
	padding-top: 10px;
	width: 70px;
	height: 100px;
}
/*1*/
.style_nav ul li a{
	font-size: 8px;
	text-decoration: none;
	color: #6c272d;/*ニュース～チケット文字色*/
	text-align: center;
	display: block;
	padding: 10px 3px;
}
	
ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
/*234*/
li{
	width: calc(100%/5);
	border-top: 2px solid #6c272d;
	border-bottom: 2px solid #6c272d;
}
hr{
	height: 1px;
	background-color: #6c272d;
	border: none;
}
.style_nav img{
	width: 30px;
}
/*567*/
.menu-box{
	border-left:1.5px dashed #27272719;
	font-size: 8px;
	text-decoration: none;
	color: #6c272d;
	text-align: center;
	display: block;
	padding: 10px 3px;
	cursor: pointer;
	overflow: auto;
	background-color: #27272719;
}
/*8910*/
#btn-u:hover{
	background-color:#27272719;
	border-radius: 10px;
}
#btn-u2:hover{
	background-color:#6c272d4e;
	border-radius: 10px;
}
#open:hover{
	background-color: #6c272d4e;
}
/*ここからコピペできる*/
/*１１*/
#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;
   }
/*12，13，14*/
#modalWindow {
	width: 350px;
	height: 90%;
	position: fixed; 
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	background-color:  #d3d3d3;
	display: none; 
	color: #6c272d;
	 overflow: scroll;
	z-index: 2;
}

#modal-btn img {
  	width: 30px;
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}
/*15,16,17*/
#modal-btn{
	display: block;
	border:2.5px #6c272d solid;
	background-color:#d3d3d3;
	width: 90%;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 10px;
	color: #6c272d;
	vertical-align: middle;
	cursor: pointer;
}
/*18*/
#modal-btn:hover{
	background-color: #6c272d4e;
}
/*19?*/
.modal-a{
	font-size: 14px;
	text-decoration: none;
	color: #e8520d;
}

#modal-ticket img {
  	width: 30px;
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}
/*20,21,22*/
#modal-ticket{
	display: block;
	border: 2.5px #6c272d solid;
	background-color: #d3d3d3;
	width: 90%;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 10px;
	color: #6c272d;
	vertical-align: middle;
	cursor: pointer;
}
/*23*/
#modal-ticket:hover{
	background-color:#6c272d4e;
}
/*24*/
#modal-ticket a{
	font-size: 14px;
	text-decoration: none;
	color: #e3621c;
	line-height: 50px;
}

/*25,26,27*/
#close-btn{
	display: block;
	border: 2.5px #6c272d solid;
	background-color: #d3d3d3;
	width: 90%;
	padding: 10px 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 10px;
	color: #6c272d;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: none;
}
/*28*/
#close-btn:hover{
	background-color: #6c272d4e;
}

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

.modal-head{
	margin-left: 30px;
}
/*ここまでコピペできる*/
/*44,45,46*/
.btn-close{
	border: 1px #6c272d solid;
	background-color: #d3d3d3;
	padding: 2px 8px;
	margin: 5px 5px;
	text-align: center;
	border-radius: 15px;
	color: #6c272d;
	text-decoration: none;
	float: right;
}

.btn-close:hover{
	background-color: #6c272d4e;
}


.button{
	border: 2.5px #6c272d solid;
	background-color:#27272719;
	margin-left: 20px;
	padding: 8px 50px;
	border-radius: 10px;
	color: #6c272d;
	text-decoration: none;
}

.button:hover{
	background-color: #6c272d4e;
}

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

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

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

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

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

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

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

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

.date{
	color: #6c272d;
}

/*introduction*/
.introduction{
	color: #6c272d;
	padding: 20px;
}
/*news*/
.introduction .section-head{
	color: #6c272d;
}

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

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

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

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

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

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

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

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

footer{
	bottom: 0;
}

footer a{
	color: #6c272d;
}
.col-foot{
	width: 100%;
	clear: both;
}

.col-intro{
	background-color:#27272719;
	border-radius: 10px;
	margin: 30px;
	padding: 20px;
}


.row{
	width: 100%;
}

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

/*タブレット用*/
@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%;
	}
	
}

/*デスクトップ用*/
@media (min-width: 1024px){
	
		.style_nav ul li a{
		padding: 10px 30px;
		font-size: 16px;
	}
	
	ul{
		width: 800px;
		float: right;
	}
	
	section{
		margin-top: 140px;
	}
	
	.menu-box{
		padding: 10px 30px;
		font-size: 16px;
	}
}