@charset "utf-8";

/*ヘッダー*/
#wb_header {
    position: relative;
    width: 100%;
    height: 59px;
    border-bottom: solid 1px #b2bfcd;
    z-index: 980;
	background:#FFF;
	overflow:hidden;
}
#wb_header_logo {
    margin-left: 30px;
}
#wb_header_sns {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 200px;
}
#wb_header_sns li {
    float: left;
    margin: 0 5px;
}

/*-------------------------
フッター
--------------------------*/
#footer_wrap {
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 0;
    /* border-top: solid 1px #c98e6b; */
	background:#000;
	overflow:hidden;
	padding: 40px 0 20px;
}
footer {
    position: absolute;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #b5c7d8;
}
#wb_footer_sns_wrap {
	position: relative;
	margin: 0 auto;
    height: 60px;
}    
#wb_footer_sns {
    position: absolute;
    top: 15px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#wb_footer_sns li {
    float: left;
    margin: 0 10px;
	width: 35px;
}
#sns_text{
	margin: 0 auto -8px;
    width: 300px;
}
#sns_text img{
	width: 100%;
	height: auto;
}
#wblogo {
    margin: 0 auto 25px;
    width: 50px;
}
.right {
    position: relative;
}
address {
    position: relative;
    margin-top: 18px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    color: #b5c7d8;
}
#footer_wrap a{
    color: #b5c7d8;
}
.links {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    margin: 20px auto 0;
}

footer li {
    font-size: 14px !important;
    color: #b2bfcd !important;
}

/*シェア*/
.share{
	padding:30px 0;
	margin:0 auto;
	width: 240px;
}
/*ムビチケ・メイジャー*/
#tickets{
	position:relative;
	width:302px;/*2枚*/
	/*width:146px;*//*1枚*/
	margin:0 auto ;
}
#tickets2{
	position:relative;
	width:302px;/*2枚*/
	margin:0 auto ;
}
.tickets_inner{
	margin-bottom: 20px;	
}
#ma{
	position:relative;
	width:146px;
	height:auto;
}
#mv{
	position:absolute;
	right:0;
	top:0;
	width:146px;
	height:auto;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	/*ヘッダー*/
	#wb_header {
		position: relative;
		width: 100%;
		height: 59px;
		min-width: auto;
		border-bottom: solid 1px #b2bfcd;
	}
	#wb_header_logo {
		margin-left: 15px;
	}
	#wb_header_sns {
		position: absolute;
		right: 5px;
	}
	
	/*フッター*/
	#footer_wrap {
		min-width: 0;
		padding: 8% 0 20%;/*シアター固定ボタンあり*/
		padding: 8% 0;/*シアター固定ボタンなし*/
	}
	footer {
		position: relative;
		bottom: 0;
		width: 100%;
		color: #2950bf;
	}
	#footer_wrap,footer {
    	min-width: inherit!important; 
	}

	#wblogo {
		margin: 0 auto ;
		width: 30px;
	}
	#wblogo img{
		width:30px;
		height:auto;
	}
	
	#sns_text{
		margin: 0 auto -12px;
		width: 75%;
	}
	#sns_text img{
		width: 100%;
		height: auto;
	}
	#wb_footer_sns_wrap {
		position: relative;
		width: 100%;
		height: 60px;
		height: 80px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}    
	#wb_footer_sns {
		position: absolute;
		top: 16px;
		width: 66%;
		width: 90%;
		display: flex;
		justify-content: center;
	}
	#wb_footer_sns li {
		float: left;
		margin: 0 2%;
		width: 13%;	
	}
	#wb_footer_sns li:nth-child(1){
		margin: 0 1%;
	}
	#wb_footer_sns li:nth-child(2){
		margin: 0 1% 0 4%;
	}
	#wb_footer_sns li:nth-child(3){
		margin: 0 3%;
	}
	.links {
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 200px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		margin: 20px auto 0;
	}

	footer li {
		font-size: 14px !important;
		color: #b2bfcd !important;
	}

	address {
		position: relative;
		width: 100%;
		font-style: normal;
		font-size: 7px;
		color: #b2bfcd;
		text-align: center !important;
		margin: 6px auto 0;
		top: 0;
		font-style: normal;
	}
	.share{
		padding: 0 0 20px;
	}
	
	/*ムビチケ・メイジャー*/
	#tickets{
		position:relative;
		width:302px;/*2枚*/
		/*width:146px;*//*1枚*/
		margin:0 auto;
	}
	
	#tickets2{
		position:relative;
		width:302px;/*2枚*/
		/*width:146px;*//*1枚*/
		margin:0 auto ;
	}
	#ma{
		position:relative;
		width:146px;
		height:auto;
	}
	#mv{
		position:absolute;
		right:0;
		top:0;
		width:146px;
		height:auto;
	}
	#sns_text {
		margin: 20px auto -12px;
		margin: 20px auto 0px;
	}
	
	
}
















