map *:focus {
	outline: none!important;
}

a,
button {
	outline: none!important;
	/* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}

.ginzanightout {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.ginzanightout a:hover{
	filter: alpha(opacity=100);opacity:1; 
}
.ginzanightout img {
	display: block;
	width: 100%;
}

.ginzanightout div,.ginzanightout_link {
	position: relative;
}
.ginzanightout_link{
	 display:flex;
 align-items:center;
 justify-content:center;

}
.ginzanightout_link span{
	position: absolute;
	height: 100%;
	z-index: 1;
	width: 65%;
	text-align: center;
}
.ginzanightout_link span a{
	width: 40%;
    display: inline-block;
    height: 100%;
    /*background-color: #000;*/
    margin-left: 5%;
    margin-right: 5%;
}

.ginzanightout_iframe span {
	position: absolute;
	width: 30%;
	height: 53%;
	z-index: 1;
	right: 14.5%;
	top: 25%;
	/*background-color: #000*/
}

.ginzanightout_iframe span div {
	display: block;
	width: 100%;
}


.mb {
	display: none!important;
}



.cta {
	position: absolute;
	right: 130px;
	z-index: 50;
	top: 0;
}

.cta a {
	position: relative;
}

#cta {
	position: fixed;
	top: 170px;
	width: 120px;
	z-index: 500;
}

.GNO_Model_img img {
	border: 1px solid #000;
	width: 90%;
	margin: 0 auto;
	display: block;
}

.GNO_Model>div {
	position: absolute;
	left: 10%;
	top: 20%;
	width: 80%;
}

.ginzanightout .slick-next {
	background-image: url(../images/bnt2.png);
}

.ginzanightout .slick-prev {
	background-image: url(../images/bnt1.png);
}

.ginzanightout .slick-next,
.ginzanightout .slick-prev {
	top: 48%;
	background-repeat: no-repeat;

	background-position: center center;
	background-size: 100%;
	background-color: transparent;
	cursor: pointer;
}

.ginzanightout .slick-prev {
	left: -50px;
}

.ginzanightout .slick-next {
	right: -50px;
}

@media only screen and (max-width: 1024px) {
	.cta {
		right: 100px;
	}
	#cta {
		width: 100px;
	}
}


@media (max-width: 800px) {

	.pc {
		display: none!important;
	}
	.mb {
		display: block!important;
	}
	.GNO_Model>div {
		top: 25%
	}



	.ginzanightout_iframe span {
		width: 84%;
		height: 35%;
		right: 8%;
		top: 37%;
	}
	.ginzanightout_link span{
		width: 100%
	}
	.ginzanightout_link span a{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		height: 50%	}
	.ginzanightout .slick-arrow{
		visibility: visible;
	}
	.ginzanightout .slick-arrow.slick-next:after,.ginzanightout .slick-arrow.slick-prev:after{
		display: none;
	}
}

@media (max-width: 500px) {

	.ginzanightout .slick-prev {
		left: -32px;
	}
	.ginzanightout .slick-next {
		right: -32px;
	}
	.GNO_Model_img img {
		width: 80%
	}
}

/*場次*/

.GNO_Screenings{
	color: #fff;
	background-color: #000;
}
.GNO_Screenings div{
	width: 90%;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
}
.GNO_Screenings p{
	margin-top: 20px;
	font-size: .7vw;
}
.GNO_Screenings table{
	margin-bottom: 60px;
}
.GNO_Screenings th,.GNO_Screenings td{
	padding: 15px 5px;
	box-sizing:border-box;
}
.GNO_Screenings th{
	font-weight: bold;
	color: #ac000f;
	text-align: left;
	border-bottom: 1px solid #ac000f;
	font-size: 1.4vw;

}
.GNO_Screenings th:nth-child(2){
	text-align: center;
}
.GNO_Screenings td{
	border-bottom: 1px solid #525252;
	color: #fff;
	font-size: 1.2vw;
	vertical-align: middle;
}
.GNO_Screenings td a{
	color: #fff;
	text-decoration: none;

}
@media (max-width: 800px) {
	.GNO_Screenings p{
		font-size: 2vw;
	}
	.GNO_Screenings th,.GNO_Screenings td{
		font-size: 3.3vw;
	}
	.GNO_Screenings table{
	margin-bottom: 30px;
}
.GNO_Screenings th:nth-child(3){
	text-align: center;
}
}
