@charset "utf-8";

#ichiba{
	display:none;
}

img{
	vertical-align:bottom;
	max-width:100%;
}

.btn a{
	display:inline-block;
	background-color:#000;
	color:#fff;
	text-decoration:none;
	padding:5px 20px;
	text-align:center;
}

.btn a:hover{
	background-color:#595959;
}

.contentBlock{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding:50px 0;
}

h2{
	text-align:center;
}

.linkbtn{
	position:absolute;
	top:50px;
	right:0;
}

/*---------------------------------------------------------------------------
loader
---------------------------------------------------------------------------*/
#loader{
	background-color:#fff;
	width:100%;
	height:100%;
	position:fixed;
	z-index:100;
	text-align:center;
	display: table;
	top:0;
	width:100%;
	height:100%;
}

#loader #loadIn{
 display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#loader img{
	padding-right:20%;
	padding-left:20%;
	box-sizing:border-box;
}

/*---------------------------------------------------------------------------
header
---------------------------------------------------------------------------*/
.header{
	height:85px;
}

.languageForm a{
	line-height:1;
}

/*---------------------------------------------------------------------------
mainvisual
---------------------------------------------------------------------------*/
#mainvisualCover{
	background-color:#000;
}

#mainvisual img{
	width:100%;
}

#mainvisual #copy{
	position:absolute;
	display:none;
	width:100%;
}

.bx-wrapper{
	margin: 0 auto 10px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff!important;
}

/*---------------------------------------------------------------------------
hallnavi
---------------------------------------------------------------------------*/
#hallnavi{
	background-color:#000;
}

#hallnavi ul{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0 ;
}

#hallnavi ul li{
	float:left;
	margin-right:10px;
}

#hallnavi ul li:last-child{
	margin-right:0;
}

#os2{
	text-align:center;
	padding:10px 0 20px 0;
}

/*---------------------------------------------------------------------------
other
---------------------------------------------------------------------------*/
#other .contentBlock{
	width:1200px;
	overflow:hidden;
	padding:30px 0;
}

#other .contentBlock div{
	float:left;
}

#other ul{
	float:right;
}

#other li{
	float:left;
}

#other li:first-child{
	margin-right:20px;
}

/*---------------------------------------------------------------------------
news
---------------------------------------------------------------------------*/
#news{
	background:url(../images/bg_news.jpg) no-repeat top #000;
	background-size:100%;
	padding:30px;
}

#news a{
	text-decoration: none;
}

#news .contentBlock{
	background-color:#fff;
	background: rgba(255,255,255,0.9);
	box-sizing:border-box;
	padding:30px;
	/*width:1200px;*/
}

#news .contentBlockIn{
	/*background:url("../images/border_news.gif") repeat-y center;*/
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#news #information{
	float:left;
	width:70%;
	padding-right: 5%;
	border-right: solid 1px #000;
	box-sizing: border-box;
}

#news #information dt{
	font-weight:bold;
}

#news #information dd{
	margin-bottom:5px;
}

#news #information dd a{
	text-decoration:none;
}

#news #information .btn{
	text-align:center;
	margin-top:10px;
}

#news #twitter{
	float:right;
	width:28%;
	text-align: center;
}

#news #twitter h2{
	margin-bottom:10px;
}

#news #twitter #account{
	text-align:center;
	margin-bottom:10px;
}

#news #twitter #account a{
	text-decoration:none;
}

#news #twitter .textBlock{
	overflow:hidden;
}


#news #twitter .date{
	color:#777777;
}

#news #twitter .twitterPic{
	float:left;
	width:190px;
	margin-right:15px;
}

#news .label{
	display:inline-block;
	font-size:10px;
	margin:10px 0 5px 0;
	margin-right:5px;
	width:110px;
	text-align:center;
	border:solid 1px #000;
	/*color:#fff;
	background-color:#989898;*/
	padding:2px 0;
}

/*#news .orchard{ background-color:#e6001c;}
#news .cocoon{ background-color:#00a953;}
#news .cinema{ background-color:#0074bf;}
#news .museum{ background-color:#ffdb01;}
#news .gallery{ background-color:#ea8304;}*/

/*---------------------------------------------------------------------------
SP
---------------------------------------------------------------------------*/
#sp{
	background-color:#000;
}

#sp ul{
	overflow:hidden;
	margin:0 auto;
	width:1000px;
}

#sp li{
	width:49%;
	float:left;
	margin-top:2%;
}

#sp li:nth-child(odd){
	clear:both;
}

#sp li:nth-child(even){
	float:right;
}

#sp li img{
	width:100%;
}

/*---------------------------------------------------------------------------
todays
---------------------------------------------------------------------------*/
#todays{
	background-color:#e8e8e8;
	background: url(/common/org/images/bg_graydot.gif);
}

#todays .contentBlock{
	width:1200px;
}

#todays h2{
	margin-bottom:10px;
}

#todays .linkbtn{
	right:100px
}

#todays .eventLineUpBlock{
	display: flex;
}

#todays .eventLineUp li:hover{
	opacity:0.7;
}

#todays #todayDate{
	text-align:center;
	margin-bottom:10px;
	font-size:16px;
}

#todays ul{
	margin: auto;
	overflow:hidden;
}

#todays li{
	width:140px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#todays li:last-child{
	margin-right:0;
}

#todays li:hover{
	cursor:pointer;
}

#todays li .textBlock{
	background-color:#fff;
	padding:15px;
	min-height:200px;
	box-sizing:border-box;
	display:flex;
	word-break: break-all;
}

#todays li h4{
	font-size:12px;
	margin:auto;
	overflow:hidden;
}

#todays li .caption{
	font-size:10px;
	line-height:1.4;
	margin-top:5px;
}

#todays li .hallLabel{
	font-size:10px;
	background-color:#000;
	color:#fff;
	text-align:center;
}

#todays .date,#todays .saleBlock,#todays .lineupCatch,#todays h4,#todays .timetable_todays,#todays .caption{
	display:none;
}

#todays #loading{
	text-align:center;
	width:100%;
}

#todays .none{
	float:none;
	text-align:center;
}

#todays a{
	text-decoration:none;
}

/*---------------------------------------------------------------------------
restshop
---------------------------------------------------------------------------*/
#restshop ul{
	overflow:hidden;
}

#restshop li{
	width:234px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
}

#restshop li:nth-child(4n){
	margin-right:0;
}

#restshop li:nth-child(4n+1){
	clear:both;
}

#restshop li .pic{
	height:150px;
	overflow:hidden;
	border:solid 1px #eee;
	position:relative;
}

#restshop li .pic img{
	position: absolute;
	display: block;
	width: 232px;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#restshop li a{
	text-decoration:none;
}

#restshop li h3{
	font-size:12px;
	line-height:1.4;
	background:none;
	padding:0;
	font-weight:normal;
	margin:0;
}

#restshop li .label{
	display:inline-block;
	background-color:#000;
	color:#fff;
	font-size:10px;
	padding:0 10px;
	margin:10px 0 5px 0;
	margin-right:5px;
}

/*---------------------------------------------------------------------------
movie
---------------------------------------------------------------------------*/
#movie{
	background-color:#000;
}

#movie ul{
	overflow:hidden;
	display:flex;
	justify-content:center;
}

#movie li{
	width:234px;
	float:left;
	margin-right:20px;
}

#movie li:last-child{
	margin-right:0;
}

#movie li .pic{
	position:relative;
}

#movie li .pic .cover{
	position:absolute;
	top:44px;
	left:88px;
	opacity:0.9;
}

#movie li h3{
	font-size:12px;
	background:none;
	padding:0;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	color:#fff;
}

/*---------------------------------------------------------------------------
service1
---------------------------------------------------------------------------*/
#service1 .contentBlock{
	padding:30px 0;
}

#service1 ul{
	overflow:hidden;
}

#service1 li{
	float:left;
}

#service1 li:first-child{
	margin-right:20px;
}

/*---------------------------------------------------------------------------
service2
---------------------------------------------------------------------------*/
#service2 .contentBlock{
	padding:30px 0;
}

#service2{
	background-color:#e8e8e8;
	background: url(/common/org/images/bg_graydot.gif);
}

#service2 ul{
	text-align:center;
}

#service2 li{
	display:inline-block;
	margin-right:20px;
}

#service2 li:last-child{
	margin-right:0;
}

/*---------------------------------------------------------------------------
ad
---------------------------------------------------------------------------*/
#ad .contentBlock{
	float:none;
	display:flex;
}

#ad .contentBlock ul{
	margin: auto;
	overflow:hidden;
}

#ad .contentBlock > ul > li{
	float:left;
	margin-right:20px;
}

#gotoh{
	margin-top:35px;
}

/*---------------------------------------------------------------------------
os
---------------------------------------------------------------------------*/
#os{
	text-align:center;
	margin-bottom:30px;
}

/*---------------------------------------------------------------------------
hover
---------------------------------------------------------------------------*/
a:hover img{
	opacity:0.7;
}
