@charset "UTF-8";
/* スケジュール
------------------------------*/
#schedule {
  position: relative; }

.scheduleWrap {
  width: 100%;
  padding: 8px 0;
  margin: 0 0 8px;
  background: #ccc;
  transform: translateZ(0); }
.scheduleWrap.fixed {
  background: #ccc;
  position: fixed;
  top: 60px;
  bottom: auto;
  z-index: 10; }
.scheduleWrap.absBottom {
  background: #ccc;
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 10; }
#dailySchedule {
	display:none;
}
#dailySchedule.slick-initialized {
	display:block;
}
#dailySchedule .slick-list {
  margin: 0 30px 0 28px; }
#dailySchedule .slick-slide {
  margin: 0 2.5px;
  padding: 6px 3px;
  text-align: center;
  background: #fff; }
  #dailySchedule .slick-slide p {
    margin-bottom: 5px;
    border-bottom: #000 1px solid;
    font-size: 70%;
    font-weight: bold; }
    #dailySchedule .slick-slide p span {
      display: inline;
      font-size: inherit;
    }
    #dailySchedule .slick-slide p span.sat {
      color: #47529d !important;
    }
    #dailySchedule .slick-slide p span.sun, #dailySchedule .slick-slide p span.holiday {
      color: #d74722 !important;
    }
  #dailySchedule .slick-slide span {
    display: block;
    font-size: 71.5%;
    line-height: 1.2; }
  #dailySchedule .slick-slide.ng {
    color: #fff;
    background: #b7b7b7; }
  #dailySchedule .slick-slide.ng.active {
    background: #b7b7b7; }
    #dailySchedule .slick-slide.ng p {
      border-color: #999;
      color: #999; }
    #dailySchedule .slick-slide.ng span {
      color: #999; }
  #dailySchedule .slick-slide.buyNg {
    color: #000;
    background: #b7b7b7; }
    #dailySchedule .slick-slide.buyNg p {
      border-color: #000; }
  #dailySchedule .slick-slide.active {
    color: #fff;
    background: #0c985b; }
    #dailySchedule .slick-slide.active p {
      border-color: #fff; }
    #dailySchedule .slick-slide.ng.active p {
      border-color: #999; }
#dailySchedule .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 25px;
  height: 100%;
  margin: auto;
  text-indent: -9999px;
  border: none;
  background-color: rgba(0, 0, 0, 0.85);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px auto; }
#dailySchedule .slick-disabled {
  background-color: rgba(102, 102, 102, 0.85); }
#dailySchedule .slick-prev {
  left: 0;
  background-image: url(../../img/day/ico_schedule_prev.png);
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
#dailySchedule .slick-next {
  right: 0;
  background-image: url(../../img/day/ico_schedule_next.png);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.dailyWrap {
	position: relative;
}
.dailyWrap .noSchedule {
	padding: 20px 15px;
}
.dailyWrap .daily header {
  margin: 0 0 10px; }
	.dailyWrap .daily header h1 {
		z-index: 17;
		left: 0;
		right: 0;
		position: absolute;
		top: 0;
		bottom: auto;
		display: block;
		text-align: center;
		width: 100%;
		padding: 15px 0;
		font-size: 110%;
		background: #fff;
		transform: translate3d(0, 0, 0);
	}
  .dailyWrap .daily header h1.fixed {
		position: fixed;
		top: 60px;
		bottom: auto;
		box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
		-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
	}
	.dailyWrap .daily header h1.absBottom {
		position: absolute;
		top: auto;
		bottom: 0;
		box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
		-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
	}
  .dailyWrap .daily header p {
    line-height: 1.5;
    margin: -2px 10px 0;
    font-size: 92.9%; }
.dailyWrap .daily > section {
  margin: 0 0 5px;
  background: #f0f0f0; }
.dailyWrap .daily .list {
  position: relative;
  border-radius: 3px;
  padding: 0 15px; }
.dailyWrap .daily .ad {
  background: #ffffff; }

/*
  .dailyWrap .daily .list .next, .dailyWrap .daily .list .prev {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 30px;
    height: 100%;
    margin: auto;
    text-align: center;
    text-indent: -9999px;
    font-size: 64.3%;
    color: #fff;
    border-radius: 3px;
    border: none;
    background-color: rgba(0, 0, 0, 0.85);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto; }
    .dailyWrap .daily .list .next.nothing, .dailyWrap .daily .list .prev.nothing {
      background-color: #666; }
  .dailyWrap .daily .list .prev {
    left: 0;
    background-image: url(../../img/day/ico_schedule_prev02.png); }
  .dailyWrap .daily .list .next {
    right: 0;
    background-image: url(../../img/day/ico_schedule_next02.png); }
*/

.dailyWrap .daily .movieTitle {
  cursor: pointer;
  padding: 7px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../../img/day/ico_schedule_plus.png);
  background-size: 24px; }
  .dailyWrap .daily .movieTitle.active {
    background-image: url(../../img/day/ico_schedule_minus.png); }
    
  .dailyWrap .daily .movieTitle .image {
    width: 60px;
    float: left; }
  .dailyWrap .daily .movieTitle .inner {
    width: 78%;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    float: right; }

  .dailyWrap .daily .movieTitle .tag {
    letter-spacing: -.4em;
    line-height: 9px; }
    .dailyWrap .daily .movieTitle .tag span {
      display: inline-block;
      margin-bottom: 7px;
      padding: 0 9px;
      margin-right: 4px;
      letter-spacing: normal;
      text-align: center;
      font-size: 64.3%;
      line-height: 14px;
      color: #fff;
      background: #5b5a5a; }
      .dailyWrap .daily .movieTitle .tag span.new {
        background: #a6332e; }
      .dailyWrap .daily .movieTitle .tag span.last {
        background: #4e84b8; }
  .dailyWrap .daily .movieTitle .dolby {
	display: block;
	width: 123px;
    line-height: 1;
    margin: 0 0 5px; }
  .dailyWrap .daily .movieTitle h2 {
    font-weight: normal;
    line-height: 1.4;
    padding-right: 35px; }
    .dailyWrap .daily .movieTitle h2 .enLabel {
      display: block;
      font-size: 12px; }
    .dailyWrap .daily .movieTitle h2 .rating {
      display: inline-block;
      height: 14px;
      padding: 0 8px;
      vertical-align: middle;
      line-height: 14px;
      background: #fff;
      border: #000 1px solid;
      border-radius: 9px;
      font-size: 10px;
      font-weight: bold; }
.dailyWrap .daily .theaterList {
  display: none;
  padding-bottom: 15px; }

.dailyWrap .daily .theaterList .detailBtn {
  width: 60px;
  text-align: center;
  margin: 4px 0 20px;
   }
.dailyWrap .daily .theaterList .detailBtn a {
  display: inline-block;
  background: #fff;
  border: #000 1px solid;
  border-radius: 2.5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 2px 6px;
   }
  
  .dailyWrap .daily .theaterList .select .block {
    margin-bottom: 10px; }
    .dailyWrap .daily .theaterList .select .block h3 {
      font-size: 85.8%;
      margin: 0 0 5px; }
      .dailyWrap .daily .theaterList .select .block h3 a {
        color: #000;
        text-decoration: underline; }
    .dailyWrap .daily .theaterList .select .block .inner {
      box-sizing: border-box;
      display: table;
      background: #fff;
      width: 100%;
      padding: 10px;
      cursor: pointer;}
      .dailyWrap .daily .theaterList .select .block .inner.ng {
        background: #cdcece;
        color: #999; }
      .dailyWrap .daily .theaterList .select .block .inner .time {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        font-size: 92.9%;
        font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, 'MS PGothic', sans-serif; }
        .dailyWrap .daily .theaterList .select .block .inner .time span {
          font-size: 123%;
          font-weight: bold; }
      .dailyWrap .daily .theaterList .select .block .inner .text {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        text-align: right;
        font-size: 85.8%; }
        .dailyWrap .daily .theaterList .select .block .inner .text span {
          display: inline;
          font-weight: bold;
          text-align: left;
          letter-spacing: normal; }
        .dailyWrap .daily .theaterList .select .block .inner .text span:first-child {
          margin-left: 0; }
        .dailyWrap .daily .theaterList .select .block .inner .text .ok {
          color: #449560; }
        .dailyWrap .daily .theaterList .select .block .inner .text .few {
          color: #a6332e; }
        .dailyWrap .daily .theaterList .select .block .inner .text .ng {
          color: #999; }
        .dailyWrap .daily .theaterList .select .block .inner .text .before {
          color: #999; }
         .dailyWrap .daily .theaterList .select .block .inner .text span:after {
          content: "\000A";
          white-space: pre; }
         .dailyWrap .daily .theaterList .select .block .inner .text span:last-child:after {
          display: none; }
    .dailyWrap .daily .theaterList .select .block.ng .inner,
    .dailyWrap .daily .theaterList .select .block.before .inner {
      background: #ccc; }
      .dailyWrap .daily .theaterList .select .block.ng .inner .time,
      .dailyWrap .daily .theaterList .select .block.before .inner .time {
        color: #999; }
        .dailyWrap .daily .theaterList .select .block.ng .inner .time span,
        .dailyWrap .daily .theaterList .select .block.before .inner .time span {
          color: #999; }
      .dailyWrap .daily .theaterList .select .block.ng .inner .text span,
      .dailyWrap .daily .theaterList .select .block.before .inner .text span {
        color: #999; }

  .dailyWrap .daily .theaterList .select .information {
		width: 100%;
		background: #fff;
		padding: 10px;
		margin-top: 15px;
		box-sizing: border-box; }

	.dailyWrap .printBtn {
		width: 100%;
		margin: 23px 0 45px;
	}
		.dailyWrap .printBtn .btn {
			padding: 0 25px;
		}
			.dailyWrap .printBtn .btn a {
				display: block;
				padding: 11px 10px;
				text-align: center;
				color: #000;
				font-size: 92.9%;
				font-weight: bold;
				text-decoration: none;
				border: #000 1px solid;
				border-radius: 2px;
			}


/* 施設画像モーダル
------------------------------*/
#theaterImgModal {}
  #theaterImgModal .wrap {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: 100%;
    padding: 46px 0 100px;
    background: #fff;
    margin: 0 auto;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; }
    #theaterImgModal .wrap .modalHeader {
      box-sizing: border-box;
      top: 0;
      left: 0;
      width: 100%;
      height: 46px;
      background: #373737;
      padding: 0 10px;
      position: fixed; }
      #theaterImgModal .wrap .modalHeader .modalClose {
        color: #fff;
        font-size: 129%;
	cursor: pointer;
        position: absolute;
        top: 6px;
        right: 10px; }
    #theaterImgModal .wrap .inner {
      display: table;
      width: 100%;
      height: calc(100% - 72px);
      overflow: scroll; }
      #theaterImgModal .wrap .inner #imgDisp {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center; }
    #theaterImgModal .wrap > .modalClose {
      display: block;
      width: 40%;
      background: #fff;
      border: 1px solid #000;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #000;
      font-weight: bold;
      text-align: center;
      padding: 5px 0;
      margin: 20px auto 0;
      cursor: pointer; }
