@charset "UTF-8"; 
/*
Style: 上映スケジュール css
Version: 1.0.0
Update: 2019-02-27
*/
 
/*--- 上映スケジュール ---*/ 
	 
#scheduleTitle { 
}
	 
.scheduleDates { 
	padding: 10px;
	background-color: #cbbe96;
}
	
#scheduleSelect { 
	margin: 0 30px;
}
	 
#scheduleSelect li { 
	padding: 0 5px;
}
	 
#scheduleSelect a { 
	display: block;
	padding: 10px 0;
	text-decoration: none;
	background-color: #fff;
	border-radius: 5px;
}

#scheduleSelect .current a {
	background-color: #F5EBDC;
}
	 
#scheduleSelect .date { 
	position: relative;
	padding-bottom: 10px;
	color: #000;
	font-size: 150%;
	font-weight: 700;
}

#scheduleSelect .date span {
	font-size: 80%;
}

#scheduleSelect .date::before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -32px;
	z-index: 1;
	width: 64px;
	height: 1px;
	background-color: #000;
}
 
#scheduleSelect .event { 
	min-height: 3em;
	color: #e62800;
	font-size: 90%;
	font-weight: 700;
	line-height: 1.2;
}
   
#scheduleSelect .slick-prev , 
#scheduleSelect .slick-next {
	background-color: transparent;
	border: 12px solid #000;
	border-radius: 0;
}
#scheduleSelect .slick-prev {
	left: -35px;
	border-left-width: 0;
	border-color: transparent #000 transparent transparent;
}
#scheduleSelect .slick-next {
	right: -35px;
	border-right-width: 0;
	border-color: transparent transparent transparent #000;
}
#scheduleSelect .slick-prev::before ,
#scheduleSelect .slick-next::before {
	display: none;
}
   
.attentionComment { 
	padding: 20px 0;
}
	
.attentionComment .title { 
	padding-bottom: 10px;
	font-weight: 700;
}
 
.attentionComment .comments { 
	font-size: 90%;
}
  
.scheduleItemsExp { 
	margin: 0 40px;
	padding: 15px 15px 0;
	font-size: 90%;
	background-color: #fff;
}
	
.scheduleItemsExp dl { 
	padding-bottom: 15px;
	overflow: hidden;
}
	 
.scheduleItemsExp dt { 
	float: left;
	width: 120px;
	padding: 3px 0;
	border: 1px solid #000;
}
 
.scheduleItemsExp dd { 
	float: left;
	padding: 3px 0;
	padding-left: 10px;
}
 
.scheduleItemsExp .mark { 
	color: #e62800;
}
	 
.scheduleItemsExp .mark img { 
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
    
.scheduleGuide { 
	padding-top: 30px;
}
	
.scheduleGuide .guideText { 
	font-size: 125%;
	font-weight: 700;
}
	 
.scheduleGuide .guideText span { 
	font-size: 75%;
	font-weight: 400;
}

.scheduleGuide .guideText a {
	color: #000;
}
  
.scheduleGuide .attention { 
	font-size: 90%;
}
  
.eventBanner { 
	padding: 30px 0 0;
}
  
.scheduleDayView { 
}
	
.scheduleDayView .pageTitle { 
	color: #fff;
	font-size: 150%;
	font-weight: 700;
}
	
.scheduleDayView .pageTitle span { 
	font-size: 80%;
}
  
.scheduleDayView .movieTitle { 
	padding: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	overflow: hidden;
	background-color: #2d0000;
}
	
.scheduleDayView .movieTitle .title { 
	float: left;
	font-size: 150%;
}
	 
.scheduleDayView .movieTitle .title span { 
	font-size: 80%;
}
  
.scheduleDayView .movieTitle .status { 
	padding-top: 8px;
	float: right;
	font-size: 85%;
}
  
.scheduleDayView .scheduleData { 
	position: relative;
}
	
.scheduleDayView .screenData { 
	position: absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
	width: 180px;
	padding: 15px 0;

	font-weight: bold;
	text-align: center;
}
	
.scheduleDayView .screenName { 
}
 
.scheduleDayView .screenSeat { 
	padding: 5px 0;
	font-size: 80%;
}
 
.scheduleDayView .screenMap a { 
	display: inline-block;
	padding: 0 20px;
	color: #2d0000;
	font-size: 80%;
	text-decoration: none;
	border: 1px solid #2d0000;
	transition: .3s;
}

.scheduleDayView .screenMap a:hover {
	color: #fff;
	background-color: #2d0000;
}
  
.scheduleDayView .scheduleItems { 
	margin-left: 180px;
	padding: 5px;
	overflow: hidden;
	background-color: #cbbe96;
}
	 
.scheduleDayView .scheduleItems li { 
	float: left;
	width: 25%;
	padding: 5px;
}
	 
.scheduleDayView .scheduleItems a { 
	display: block;
	padding: 15px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 5px;
}
	 
.scheduleDayView .scheduleItems .closed a { 
	background-color: #ddd;
}
  
.scheduleDayView .scheduleItems .times { 
}
	 
.scheduleDayView .scheduleItems .times .start { 
	font-size: 200%;
	font-weight: 700;
}
  
.scheduleDayView .scheduleItems .reserveStatus { 
	line-height: 1;
}
	 
.scheduleDayView .scheduleItems .reserveStatus img { 
	width: 24px;
	height: 24px;
}
       
@media screen and (max-width: 1040px) { 
	 
.content-inbox { 
    margin: 0 0 20px;
}
 
.scheduleDayView .scheduleItems li { 
	width: 33.33%;
}
 
} 
  
@media screen and (max-width: 767px) { 
	 
#scheduleTitle { 
}
	 
.scheduleDates { 
	margin: -10px -10px 0;
}
	
#scheduleSelect { 
}
	 
#scheduleSelect li { 
}
	 
#scheduleSelect a { 
}
	 
#scheduleSelect .date { 
	font-size: 110%;
}
 
#scheduleSelect .event { 
	font-size: 80%;
}
     
.attentionComment { 
}
	
.attentionComment .comments { 
	font-size: 80%;
	text-align: left;
}
	 
.attentionComment .comments p { 
	padding-left: 1em;
	text-indent: -1em;
}
   
.scheduleItemsExp { 
	margin: 0;
	padding: 10px 10px 0;
}
	
.scheduleItemsExp dl { 
	padding-bottom: 15px;
	overflow: hidden;
}
	 
.scheduleItemsExp dt { 
	float: none;
	margin-bottom: 10px;
}
 
.scheduleItemsExp dd { 
	padding-left: 0;
	padding-right: 10px;
	font-size: 90%;
	text-align: left;
}
 
.scheduleItemsExp .mark { 
}
	 
.scheduleItemsExp .mark img { 
	width: 20px;
	height: 20px;
}
    
.scheduleGuide { 
	padding-top: 15px;
}
	
.scheduleGuide .guideText { 
	font-size: 115%;
}
 
.scheduleGuide .attention { 
	font-size: 80%;
}
  
.eventBanner { 
	padding: 20px 0 0;
}
  
.scheduleDayView { 
}
	
.content-inbox { 
    margin: 0 0 20px;
}
 
.scheduleDayView .pageTitle { 
	font-size: 135%;
}
 
.scheduleDayView .movieTitle { 
	padding: 10px;
}
	 
.scheduleDayView .movieTitle .title { 
	float: none;
	font-size: 125%;
}
  
.scheduleDayView .scheduleData { 
}
	
.scheduleDayView .screenData { 
	position: static;
	top: auto;
	left: auto;
	transform : translateY(0);
	width: 100%;
	padding: 10px;
}
	 
.scheduleDayView .screenData p { 
	display: inline-block;
	padding: 0 10px;
}
   
.scheduleDayView .scheduleItems { 
	margin-left: 0;
}
	
.scheduleDayView .scheduleItems li { 
	float: none;
	width: 100%;
	padding: 10px;
}
	 
.scheduleDayView .scheduleItems a { 
	padding: 10px 20px;
	overflow: hidden;
}
 
.scheduleDayView .scheduleItems .times { 
	float: left;
}
	
.scheduleDayView .scheduleItems .times .start { 
	font-size: 150%;
}
  
.scheduleDayView .scheduleItems .reserveStatus { 
	float: right;
	padding-top: 5px;
}
	
.scheduleDayView .scheduleItems .reserveStatus img { 
	width: 20px;
	height: 20px;
}
     
} 
  
