@charset "UTF-8";

h3{
	font-size: 18px;
	text-align:center;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}

.pageTitle{
	font-size: 18px;
	text-align:center;
	padding:20px 0;
	margin-bottom: 20px;
	background: #e6e7f4;
}

.subTitle{
	margin-top: 0;
}

.shedule .day {
	margin-bottom: 20px;
}

.shedule .day p a{
	text-align: center;
	color: #595757;
	background: #f7f7f7;
	border-right: #c8c9ca 1px solid; 
	font-size: 14px;
}

.shedule .day p:last-child a{
	border-right:none;
}

.shedule .day p.active a{
	border-right:none;
	background: #a9894a;
	color:#fff;
}

.shedule .day p a span{
	font-size: 10px;	
}

.shedule .day p.end a{
	background: #888;	
}

.shedule .day p a{
	display: block;
	padding: 30px 10px;
}

.swiper-wrapper p:first-child {
    margin-left: 20px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.8!important;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none!important;
    left: 0px!important;
	background: #333;
	width: 20px!important;
	height: 83px!important;
	margin-top: -41px!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none!important;
    right: 0px!important;
	background: #333;
	width: 20px!important;
	height: 83px!important;
	margin-top: -41px!important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 30px;
    color: #fff;
	position: absolute;
    top: 40%;
    left: 5px;
	
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 40%;
    right: 5px;
}


.cinemaBox{
	padding: 15px;
	background: #f2f2f2;
	border-bottom: #999999 solid 1px;
}

.cinemaBox:first-child{
	border-top: #999999 solid 1px;
}

.cinemaBox .cinemaTitle{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.cinemaBox .cinemaTitle p{
	flex: 0 0 92%;
}

.cinemaBox .cinemaTitle .fa{
	font-size: 20px;
	transition: .3s;
	transform: rotateZ( 0deg );
}

.cinemaTitle.on .fa{
	transition: .3s;
	transform: rotateZ( -180deg );
}

.cinemaBox .time li{
	background: #4d4d4d;
	padding: 10px;
	margin: 10px 0;
	color:#fff;
	border-radius: 4px;
	font-size: 16px;
}

.cinemaBox .time li span{
	font-size: 10px;
}

.cinemaBox .time li.cinemaEnd{
	border:none;
	background: #dbdcdc;
	color: #888;
}

.cinemaBox .screen{
	display:none;
	margin-top: 15px;
}



/*イベント*/

.eventList>.flex{
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.eventList .eventBox{
	flex: 0 0 48%;
	margin-bottom: 4%;
}

.eventList .eventBox .img{
	margin-bottom: 5px;
}

.eventList .eventBox .eventTxt .shopName{
	margin-bottom: 5px;
	font-size: 10px;
	padding: 5px;
}

.eventList .eventBox .eventTxt .eventTitle{
	color:#ea5514;
	font-size: 14px;
}


.yet{
	color:#FFF;
	background: #009fe8;
	padding: 3px;
	margin-right: 5px;
	font-size: 10px;
}
.now{
	color:#FFF;
	background: #e3007f;
	padding: 3px;
	margin-right: 5px;
	font-size: 10px;
}
.end{
	color:#FFF;
	background: #595757;
	padding: 3px;
	margin-right: 5px;
	font-size: 10px;
}

/* 臨時お知らせ */
.rinji p {
	text-align: center;
	color: red;
	padding: 10px;
	border: 3px solid red;
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
}

