@charset "UTF-8";
/* DETAIL
------------------------------*/
.detail .detailWrap {}
  .detail .detailWrap .tabs {
    box-sizing: border-box;
    text-align: center;
    padding: 0 10px;
    width: 100%; }
    .detail .detailWrap .tabs li {
      float: left;
      width: 49%;
      width: calc(50% - 3px); }
      .detail .detailWrap .tabs li:last-child {
        float: right; }
      .detail .detailWrap .tabs li a {
        display: block;
        padding: 10px 0;
        color: #000;
        background: #999999;
        font-weight: bold;
        text-decoration: none; }
      .detail .detailWrap .tabs li.active a {
        background: #cccccc;
        border-bottom: none;
        padding: 10px 0 18px; }
  .detail .detailWrap .display {
    clear: both;
    margin-bottom: 25px; }
    .detail .detailWrap .display > section:first-child {
      padding: 15px;
      background: #ccc; }
    .detail .detailWrap .display > section .detailMain {
      padding: 7px;
      background: #fff; }
      .detail .detailWrap .display > section .detailMain .movieTitle {
        margin-bottom: 14px; }
        .detail .detailWrap .display > section .detailMain .movieTitle .tag {
          letter-spacing: -.4em;
          margin-bottom: 5px;
          line-height: 9px; }
          .detail .detailWrap .display > section .detailMain .movieTitle .tag span {
            display: inline-block;
            margin-bottom: 7px;
            padding: 0 9px;
            margin: 0 4px;
            letter-spacing: normal;
            text-align: center;
            font-size: 64.3%;
            line-height: 14px;
            color: #fff;
            background: #5b5a5a; }
          .detail .detailWrap .display > section .detailMain .movieTitle .tag .new {
            background: #a6332e;
            color: #fff; }
          .detail .detailWrap .display > section .detailMain .movieTitle .tag .last {
            background: #4e84b8;
            color: #fff; }
        .detail .detailWrap .display > section .detailMain .movieTitle h2 {
          font-size: 114.3%; }
          .detail .detailWrap .display > section .detailMain .movieTitle h2 .rating {
            display: inline-block;
            height: 14px;
            padding: 0 8px;
            margin-bottom: 3px;
            vertical-align: middle;
            line-height: 14px;
            background: #fff;
            border: #000 1px solid;
            border-radius: 9px;
            font-size: 10px;
            font-weight: bold; }
      .detail .detailWrap .display > section .detailMain .panelWrap {
        position: relative; }
        .detail .detailWrap .display > section .detailMain .panelWrap .slick-slide {
          background: #000; }
        .detail .detailWrap .display > section .detailMain .panelWrap #slider {
          display: none; }
        .detail .detailWrap .display > section .detailMain .panelWrap #slider.slick-initialized {
          display: block; }
        .detail .detailWrap .display > section .detailMain .panelWrap #arrow {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 0; }
          .detail .detailWrap .display > section .detailMain .panelWrap #arrow .slick-prev {
            display: block;
            width: 30px;
            height: 70px;
            background-image: url(../../img/movie/detail/ico_prev.png);
            background-repeat: no-repeat;
            background-position: center;
            background-color: rgba(0, 0, 0, 0.85);
            background-size: 7px 13.5px;
            border: none;
            border-radius: 2.5px;
            text-indent: -9999px;
            margin: -35px 0 0;
            outline: none;
            cursor: pointer;
            position: absolute;
            top: 50%;
            left: 0;
            z-index: 19; }
          .detail .detailWrap .display > section .detailMain .panelWrap #arrow .slick-next {
            display: block;
            width: 30px;
            height: 70px;
            background-image: url(../../img/movie/detail/ico_next.png);
            background-repeat: no-repeat;
            background-position: center;
            background-color: rgba(0, 0, 0, 0.85);
            background-size: 7px 13.5px;
            border: none;
            border-radius: 2.5px;
            text-indent: -9999px;
            margin: -35px 0 0;
            outline: none;
            cursor: pointer;
            position: absolute;
            top: 50%;
            right: 0;
            z-index: 15; }
          .detail .detailWrap .display > section .detailMain .panelWrap #arrow .slick-disabled {
            background-color: rgba(102, 102, 102, 0.85); }
          .detail .detailWrap .display > section .detailMain .panelWrap #arrow button {
            z-index: 15 !important; }
      .detail .detailWrap .display > section .detailMain .thumbs {
        margin-top: 6px;
        letter-spacing: -.4em;
        display: none; }
        .detail .detailWrap .display > section .detailMain .thumbs.slick-initialized {
          display: block; }
        .detail .detailWrap .display > section .detailMain .thumbs li {
          position: relative;
          display: inline-block;
          width: 75px;
          margin: 0 6px 0 0; }
          .detail .detailWrap .display > section .detailMain .thumbs li:after {
            position: absolute;
            left: 0;
            top: 0;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            display: block;
            border: transparent 3px solid;
            content: '';
            -moz-transition: border-color 0.2s ease-out;
            -o-transition: border-color 0.2s ease-out;
            -ms-transition: border-color 0.2s ease-out;
            transition: border-color 0.2s ease-out; }
          .detail .detailWrap .display > section .detailMain .thumbs li.slick-current:after {
            border-color: #0c985b; }
  .detail .detailWrap .comingReleaseDate {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold; }
    .detail .detailWrap .comingReleaseDate span {
      font-size: 142.9%; }
  .detail .detailWrap .scheduleBtn {
    margin-bottom: 25px; }
    .detail .detailWrap .scheduleBtn a {
      display: block;
      text-align: center;
      color: #000;
      font-size: 92.9%;
      font-weight: bold;
      text-decoration: none;
      border: #000 1px solid;
      border-radius: 2.5px; }
      .detail .detailWrap .scheduleBtn a span {
        display: inline-block;
        padding: 11px 0 11px 25px;
        background: url(../../img/movie/detail/ico_arrow_down.png) no-repeat 0 center;
        background-size: 13.5px 9px; }
  .detail .detailWrap .releaseDate {
    margin-bottom: 10px;
    text-align: right; }
  .detail .detailWrap .info {
    padding: 0 17px;
    margin-bottom: 30px; }
    .detail .detailWrap .info dl {
      margin-bottom: 10px; }
      .detail .detailWrap .info dl dt {
        width: 85px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 85.8%;
        font-weight: bold;
        background: #cccccc; }
      .detail .detailWrap .info dl dd {
        margin-bottom: 28px;
        line-height: 1.5;
        font-size: 92.9%; }
        .detail .detailWrap .info dl dd:last-child {
          margin: 0; }
    .detail .detailWrap .info .production {
      margin-bottom: 28px;
      margin-top: 12px;
      font-size: 92.9%; }
    .detail .detailWrap .info .rating {
      letter-spacing: -.4em; }
      .detail .detailWrap .info .rating p {
        letter-spacing: normal;
        display: inline-block;
        height: 14px;
        margin-right: 5px;
        padding: 0 8px;
        vertical-align: middle;
        line-height: 14px;
        background: #fff;
        border: #000 1px solid;
        border-radius: 9px;
        font-size: 10px;
        font-weight: bold; }
      .detail .detailWrap .info .rating span {
        display: inline-block;
        letter-spacing: normal;
        font-size: 92.9%; }
    .detail .detailWrap .info .officialSiteBtn a {
      display: block;
      padding: 11px;
      text-align: center;
      color: #000;
      font-size: 92.9%;
      font-weight: bold;
      text-decoration: none;
      border: #000 1px solid;
      border-radius: 2.5px; }
      .detail .detailWrap .info .officialSiteBtn a:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background:url(../../../../assets/img/ico_new@2x.png) no-repeat;
	background-size: cover;
        margin: 5px 0 0 5px; }
  .detail .detailWrap .accordion {
    background: #fff;
    border-color: #000;
    border-width: 1px 0;
    border-style: solid; }
    .detail .detailWrap .accordion .title {
      position: relative;
      padding: 10px 10px;
      text-align: center;
      font-size: 114.3%;
      background-image: url(../../img/ico_plus.png), url(../../img/bg_dot.png);
      background-repeat: no-repeat, repeat;
      background-position: 96% center, center;
      background-size: 24.5px, 16px;
      cursor: pointer; }
      .detail .detailWrap .accordion .title.active {
        background-image: url(../../img/ico_minus.png), url(../../img/bg_dot.png); }
      .detail .detailWrap .accordion .title:hover {
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        opacity: 0.7;
        filter: alpha(opacity=70);
        transition: all .4s;
        zoom: 1; }
      .detail .detailWrap .accordion .title:after {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: -0px;
        display: block;
        width: auto;
        height: 1px;
        background: #333;
        content: ''; }
    .detail .detailWrap .accordion .main {
      display: none;
      padding: 15px; }
  .detail .detailWrap .campaign {
    margin-bottom: 30px; }
    .detail .detailWrap .campaign .main div {
      line-height: 1.5; }
      .detail .detailWrap .campaign .main div .date {
        margin-bottom: 8px;
        font-size: 85.8%;
        color: #9e9d9d; }
      .detail .detailWrap .campaign .main div a {
        color: #000;
        font-weight: bold;
        text-decoration: underline; }
  .detail .detailWrap .information {
    margin: 10px 10px 50px;
    font-size: 92.9%;
    background: #f0f0f0; }
    .detail .detailWrap .information h3 {
      padding: 5px;
      text-align: center;
      color: #fff;
      background: #999999; }
    .detail .detailWrap .information .main {
      padding: 10px 15px; }
      .detail .detailWrap .information .main p {
        margin-bottom: 20px;
        line-height: 1.5; }
        .detail .detailWrap .information .main p:last-child {
          margin-bottom: 0; }
  .detail .detailWrap #schedule {
    margin-top: -60px;
    padding-top: 60px;
    margin-bottom: 35px; }
    .detail .detailWrap #schedule > h1 {
      margin-bottom: 15px;
      padding: 9px;
      text-align: center;
      font-size: 114.3%;
      color: #fff;
      background: #363836; }
    .detail .detailWrap #schedule > .inner .theaterName {
      padding: 0 10px 5px;
      font-weight: bold;
      font-size: 114.3%; }
    .detail .detailWrap #schedule .scheduleWrap {
      margin: 0 0 8px;
      position: relative; }
      .detail .detailWrap #schedule .scheduleWrap .scheduleInner {
        padding: 8px 0;
        background: #cccccc; }
    .detail .detailWrap #schedule #dailySchedule .slick-list {
      margin: 0 30px 0 28px; }
    .detail .detailWrap #schedule #dailySchedule .slick-slide {
      margin: 0 2.5px ;
      padding: 6px 3px;
      text-align: center;
      background: #fff; }
      .detail .detailWrap #schedule #dailySchedule .slick-slide p {
        margin-bottom: 5px;
        border-bottom: #000 1px solid;
        font-size: 70%;
        font-weight: bold; }
        .detail .detailWrap #schedule #dailySchedule .slick-slide p span {
          display: inline;
          font-size: inherit;
        }
        .detail .detailWrap #schedule #dailySchedule .slick-slide p span.sat {
          color: #47529d !important;
        }
        .detail .detailWrap #schedule #dailySchedule .slick-slide p span.sun, .detail .detailWrap #schedule #dailySchedule .slick-slide p span.holiday {
          color: #d74722 !important;
        }
      .detail .detailWrap #schedule #dailySchedule .slick-slide span {
        display: block;
        font-size: 71.5%;
        line-height: 1.2; }
      .detail .detailWrap #schedule #dailySchedule .slick-slide.ng {
        color: #999;
        background: #b7b7b7; }
        .detail .detailWrap #schedule #dailySchedule .slick-slide.ng p {
          border-color: #999; }
      .detail .detailWrap #schedule #dailySchedule .slick-slide.buyNg {
        color: #000;
        background: #b7b7b7; }
        .detail .detailWrap #schedule #dailySchedule .slick-slide.buyNg p {
          border-color: #000; }
      .detail .detailWrap #schedule #dailySchedule .slick-slide.active {
        color: #fff;
        background: #0c985b; }
        .detail .detailWrap #schedule #dailySchedule .slick-slide.active p {
          border-color: #fff; }
    .detail .detailWrap #schedule #dailySchedule .slick-arrow {
      position: absolute;
      top: 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; }
    .detail .detailWrap #schedule #dailySchedule .slick-disabled {
      background-color: rgba(102, 102, 102, 0.85); }
    .detail .detailWrap #schedule #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; }
    .detail .detailWrap #schedule #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; }
	
    .detail .detailWrap #schedule .daily > section {
    	margin: 0 0 5px;
    }
    .detail .detailWrap #schedule .daily header {
      padding: 15px; }
	.detail .detailWrap #schedule .daily header h1 {
		display: block;
		text-align: center;
		width: 100%;
		padding: 6px 0 10px;
		font-size: 110%;
	}
      .detail .detailWrap #schedule .daily header p {
        margin: 0;
        font-size: 92.9%;
        line-height: 1.5; }
    .detail .detailWrap #schedule .daily section .list {
      position: relative;
      border-radius: 3px;
      padding: 0 15px;
      background: #f0f0f0; }
      .detail .detailWrap #schedule .daily section .list .next, .detail .detailWrap #schedule .daily section .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; }
        .detail .detailWrap #schedule .daily section .list .next.nothing, .detail .detailWrap #schedule .daily section .list .prev.nothing {
          background-color: #666; }
      .detail .detailWrap #schedule .daily section .list .prev {
        left: 0;
        background-image: url(../../img/day/ico_schedule_prev02.png); }
      .detail .detailWrap #schedule .daily section .list .next {
        right: 0;
        background-image: url(../../img/day/ico_schedule_next02.png); }
    .detail .detailWrap #schedule .daily section .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; }
      .detail .detailWrap #schedule .daily section .movieTitle.active {
        background-image: url(../../img/day/ico_schedule_minus.png); }
    .detail .detailWrap #schedule .daily section .movieTitle .image {
	width: 60px;
	float: left; }
    .detail .detailWrap #schedule .daily section .movieTitle .inner {
	width: 78%;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	float: right; }
      .detail .detailWrap #schedule .daily section .movieTitle .tag {
        letter-spacing: -.4em;
        line-height: 9px; }
        .detail .detailWrap #schedule .daily section .movieTitle .tag span {
          display: inline-block;
          min-width: 41px;
          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; }
          .detail .detailWrap #schedule .daily section .movieTitle .tag span.new {
            background: #a6332e; }
          .detail .detailWrap #schedule .daily section .movieTitle .tag span.last {
            background: #4e84b8; }
      .detail .detailWrap #schedule .daily section .movieTitle .dolby {
        display: block;
        width: 123px;
        line-height: 1;
        margin: 0 0 5px; }
      .detail .detailWrap #schedule .daily section .movieTitle h2 {
        font-weight: normal;
        line-height: 1.4;
        padding-right: 35px; }
        .detail .detailWrap #schedule .daily section .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; }
    .detail .detailWrap #schedule .daily section .theaterList {
      display: none;
      padding-bottom: 15px; }
      .detail .detailWrap #schedule .daily section .theaterList.active {
        display: block; }
	.detail .detailWrap #schedule .daily section .theaterList .detailBtn {
	  width: 23%;
	  text-align: center;
	  margin: 4px 0 10px;
	}
	  .detail .detailWrap #schedule .daily section .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 10px;
	  }
      .detail .detailWrap #schedule .daily section .theaterList .select .block {
        margin-bottom: 10px; }
        .detail .detailWrap #schedule .daily section .theaterList .select .block h3 {
          font-size: 85.8%;
          margin: 0 0 5px; }
          .detail .detailWrap #schedule .daily section .theaterList .select .block h3 a {
            color: #000;
            text-decoration: underline; }
        .detail .detailWrap #schedule .daily section .theaterList .select .block .inner {
          box-sizing: border-box;
          display: table;
          background: #fff;
          width: 100%;
          padding: 10px;
          cursor: pointer; }
          .detail .detailWrap #schedule .daily section .theaterList .select .block .inner.ng,
          .detail .detailWrap #schedule .daily section .theaterList .select .block .inner.before {
            background: #cdcece;
            color: #999; }
          .detail .detailWrap #schedule .daily section .theaterList .select .block .inner:hover {
            zoom: 1; }
          .detail .detailWrap #schedule .daily section .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; }
            .detail .detailWrap #schedule .daily section .theaterList .select .block .inner .time span {
              font-size: 123%;
              font-weight: bold; }
          .detail .detailWrap #schedule .daily section .theaterList .select .block .inner .text {
            display: table-cell;
            width: 50%;
            vertical-align: middle;
            text-align: right;
            font-size: 85.8%; }
            .detail .detailWrap #schedule .daily section .theaterList .select .block .inner .text span {
              display: inline;
              font-weight: bold;
              text-align: left;
              letter-spacing: normal; }
            .detail .detailWrap #schedule .daily section .theaterList .select .block .inner .text span:first-child {
              margin-left: 0; }
            .detail .detailWrap #schedule .daily section .theaterList .select .block .inner .text .ok {
              color: #449560; }
            .detail .detailWrap #schedule .daily section .theaterList .select .block .inner .text .few {
              color: #a6332e; }
            .detail .detailWrap #schedule .daily section .theaterList .select .block .inner .text span:after {
              content: "\000A";
              white-space: pre; }
            .detail .detailWrap #schedule .daily section .theaterList .select .block .inner .text span:last-child:after {
              display: none; }
        .detail .detailWrap #schedule .daily section .theaterList .select .block.ng .inner,
	.detail .detailWrap #schedule .daily section .theaterList .select .block.before .inner {
          background: #ccc; }
          .detail .detailWrap #schedule .daily section .theaterList .select .block.ng .inner .time,
          .detail .detailWrap #schedule .daily section .theaterList .select .block.before .inner .time {
            color: #999; }
            .detail .detailWrap #schedule .daily section .theaterList .select .block.ng .inner .time span,
            .detail .detailWrap #schedule .daily section .theaterList .select .block.before .inner .time span {
              color: #999; }
          .detail .detailWrap #schedule .daily section .theaterList .select .block.ng .inner .text span,
          .detail .detailWrap #schedule .daily section .theaterList .select .block.before .inner .text span {
            color: #999; }
    .detail .detailWrap #schedule .daily .list .theaterList .information {
      width: 100%;
      background: #fff;
	  font-size: 100%;
      padding: 10px;
      margin: 15px 0 0;
      box-sizing: border-box; }
  .detail .detailWrap #comingSchedule {
    margin: -60px 0 35px;
    padding-top: 60px;
    text-align: center; }
    .detail .detailWrap #comingSchedule h1 {
      padding: 9px;
      text-align: center;
      font-size: 114.3%;
      color: #fff;
      background: #868686; }
    .detail .detailWrap #comingSchedule .inner {
      background: #fff; }
      .detail .detailWrap #comingSchedule .inner .main {
        padding: 20px 15px 0; }
        .detail .detailWrap #comingSchedule .inner .main .date {
          margin-bottom: 17px;
          font-weight: bold; }
          .detail .detailWrap #comingSchedule .inner .main .date span {
            font-size: 142.9%; }
        .detail .detailWrap #comingSchedule .inner .main .text {
          margin-bottom: 17px;
          font-weight: bold;
          line-height: 1.4; }
        .detail .detailWrap #comingSchedule .inner .main .attText {
          text-align: left;
          font-size: 85.8%;
          line-height: 1.4; }
  .detail .detailWrap .detailBottom {
    margin: 0 25px 40px; }
    .detail .detailWrap .detailBottom p {
      margin: 0 0 17px; }
      .detail .detailWrap .detailBottom p:last-child {
        margin-bottom: 0; }
      .detail .detailWrap .detailBottom p 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: 2.5px; }

/* 施設画像モーダル
------------------------------*/
#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: 85%;
      height: -webkit-calc(100% - 72px);
      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; }
