@charset "UTF-8";
/* ============================================
    .movie-schedule
 ============================================ */
.movie-type .type-subtitled,
.movie-type .type-dubbed,
.movie-type .type-3d,
.movie-type .type-screenx,
.movie-type .type-dolbyatmos,
.movie-type .type-dolbycinema,
.movie-type .type-imax,
.movie-type .type-mx4d {
  padding: 0 4px;
  color: #fff;
  margin: 0 2px 0 0; }
.movie-type .type-subtitled {
  background: #000;
  border: 1px solid #000; }
.movie-type .type-dubbed {
  border: 1px solid #000;
  color: #000; }
.movie-type .type-3d {
  background: #014584;
  border: 1px solid #014584; }
.movie-type .type-screenx {
  background: #e3511e;
  border: 1px solid #e3511e; }
.movie-type .type-dolbyatmos {
  background: #0c919d;
  border: 1px solid #0c919d; }
.movie-type .type-dolbycinema {
  background: #015860;
  border: 1px solid #015860; }
.movie-type .type-imax {
  background: #009ad8;
  border: 1px solid #009ad8; }
.movie-type .type-mx4d {
  background: #00294f;
  border: 1px solid #00294f; }

.movie-schedule {
  margin: 0 0 30px; }
  .movie-schedule .movie-type {
    text-align: left;
    margin: 0 40px 8px; }
  .movie-schedule .remark {
    margin: 0 40px 8px; }
  .movie-schedule .weekly-schedule {
    line-height: 2rem;
    margin: 0 40px 0;
    border-left: 1px solid #ccc; }
    .movie-schedule .weekly-schedule .slide-5 {
      width: 670px; }
    .movie-schedule .weekly-schedule .slide-7 {
      width: 924px; }
    .movie-schedule .weekly-schedule tr th,
    .movie-schedule .weekly-schedule tr td {
      border-right: 1px solid #ccc;
      vertical-align: top;
      width: 134px; }
    .movie-schedule .weekly-schedule tr .saturday {
      background: #e4edf9; }
    .movie-schedule .weekly-schedule tr .holiday {
      background: #fde4e4; }
    .movie-schedule .weekly-schedule tr td {
      text-align: center;
      padding: 10px 14px; }
      .movie-schedule .weekly-schedule tr td > a,
      .movie-schedule .weekly-schedule tr td > span {
        font-size: 1.8rem;
        font-weight: normal;
        padding: 6px 0; }
      .movie-schedule .weekly-schedule tr td > span {
        display: block; }
      .movie-schedule .weekly-schedule tr td small {
        color: inherit;
        display: block; }
      .movie-schedule .weekly-schedule tr td .btn {
        margin: 0 0 4px;
        padding: 10px 28px 10px 0;
        max-height: 60px;
        position: relative; }
        .movie-schedule .weekly-schedule tr td .btn:before {
          content: "";
          border-left: 1px dotted #b2d2ee;
          height: 100%;
          top: 0;
          right: 28px;
          position: absolute; }
        .movie-schedule .weekly-schedule tr td .btn:after {
          font-family: "icon";
          width: 16px;
          height: 16px;
          display: inline-block;
          line-height: 1;
          position: absolute;
          top: 50%;
          right: -1px;
          transform: translate(-50%, -50%);
          margin: -2px 0 0; }
        .movie-schedule .weekly-schedule tr td .btn.off:before {
          border-left: 1px dotted #fff; }
        .movie-schedule .weekly-schedule tr td .btn.off:after {
          content: "\e936"; }
    .movie-schedule .weekly-schedule tr .date {
      text-align: left;
      padding: 0 0 10px;
      font-size: 1.4rem;
      font-weight: bold; }
      .movie-schedule .weekly-schedule tr .date span {
        font-size: 1.1rem; }
    .movie-schedule .weekly-schedule tr .saturday .date {
      color: #508cd4; }
    .movie-schedule .weekly-schedule tr .holiday .date {
      color: #dc4252; }

.more-schedule {
  text-align: right; }

/* ============================================
    .ticket-information
 ============================================ */
.ticket-information {
  margin: 10px 0; }
  .ticket-information p {
    margin: 4px 0; }
  .ticket-information .icon {
    margin: 0 16px 0 0;
    font-size: 1.3rem; }
    .ticket-information .icon:before {
      width: 16px;
      height: 16px;
      font-size: inherit;
      margin: -3px 4px 0 0;
      font-size: 1.7rem; }
  .ticket-information .ticket1:before,
  .ticket-information .ticket2:before,
  .ticket-information .ticket3:before {
    color: #06c; }

/* ============================================
    .area-map
 ============================================ */
.area-map {
  padding: 40px 0; }
  .area-map:after {
    content: '';
    display: block;
    clear: both; }
  .area-map .information {
    width: 400px;
    float: left; }
    .area-map .information.width-340 {
      width: 340px; }
    .area-map .information.width-full {
      width: 1000px; }
    .area-map .information .movie-information {
      width: 320px;
      margin: 0; }
      .area-map .information .movie-information .movie-information-inner {
        width: 212px; }
        .area-map .information .movie-information .movie-information-inner .popular-tool a {
          display: block; }
    .area-map .information .title {
      font-weight: bold;
      margin: 0 0 6px;
      font-size: 18px; }
    .area-map .information .row.near-theater {
      margin-bottom: 20px;
      margin-right: -8px;
      margin-left: -8px; }
      .area-map .information .row.near-theater .col-s-4, .area-map .information .row.near-theater .col-s-6 {
        padding: 0 8px 0;
        margin: 0 0 8px; }
    .area-map .information .near-area {
      margin: 0 0 20px; }
      .area-map .information .near-area li {
        display: inline;
        padding: 0 4px 0 0; }
  .area-map #map {
    float: right;
    width: 560px;
    height: 346px;
    border: 1px solid #c6c6c6; }
  .area-map .area-right-box {
    float: left;
    width: 560px; }
    .area-map .area-right-box .btn {
      margin: 10px 0 0; }

/* ============================================
    .theater-map
 ============================================ */
.theater-map #map {
  width: 670px;
  height: 346px;
  border: 1px solid #c6c6c6;
  margin: 0 0 4px; }

/* ============================================
    .area-theater
 ============================================ */
.area-theater .theater-tile {
  margin: 12px -13px; }
  .area-theater .theater-tile li {
    margin: 0 0 4px; }
    .area-theater .theater-tile li p {
      font-size: 1.3rem;
      line-height: 1.3;
      margin: 4px 0 0 0;
      color: #999;
      min-height: 36px; }
.area-theater .disabled {
  opacity: 0.2; }
.area-theater #map {
  width: 670px;
  height: 346px;
  border: 1px solid #c6c6c6;
  margin: 8px 0 4px; }

/* ============================================
    .theater-information
 ============================================ */
.theater-information {
  position: relative; }
  .theater-information .location {
    margin: 0 0 16px;
    font-size: 1.4rem; }
    .theater-information .location dt {
      display: inline;
      vertical-align: top; }
      .theater-information .location dt:after {
        content: "："; }
    .theater-information .location dd {
      display: inline-block;
      width: 610px; }
  .theater-information .nav-theater .btn {
    display: inline-block;
    padding: 10px 12px;
    margin: 0 2px 0 0;
    /*
    &.checked {
      span:before{
        color: $rank-orange;
      }
    }*/ }
    .theater-information .nav-theater .btn strong {
      color: #fd7f03; }

/* ============================================
    .theater-wrapper
 ============================================ */
.theater-wrapper:after {
  content: '';
  display: block;
  clear: both; }
.theater-wrapper .movie-image {
  float: left;
  width: 260px; }
  .theater-wrapper .movie-image .rating-star {
    margin: 8px 0 0; }
  .theater-wrapper .movie-image .data {
    margin: 2px 0 0; }
    .theater-wrapper .movie-image .data span {
      margin: 0 8px 0 0; }
  .theater-wrapper .movie-image .btn {
    margin: 8px 0 0; }
.theater-wrapper .movie-schedule {
  float: right;
  width: 730px;
  overflow: hidden; }
.theater-wrapper .more-schedule {
  float: right;
  width: 730px; }
  .theater-wrapper .more-schedule a {
    margin: 0 0 0 12px; }

/* ============================================
    .theater-name
 ============================================ */
.theater-name {
  position: relative;
  padding: 0 100px;
  text-align: center;
  height: 100px;
  display: table;
  width: 100%; }
  .theater-name h2 {
    display: table-cell;
    vertical-align: middle;
    color: #505050;
    font-size: 2.2rem; }
  .theater-name img {
    position: absolute;
    top: 0;
    right: 0; }

/* ============================================
    .theater-table
 ============================================ */
.theater-table {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 4px; }
  .theater-table tbody {
    font-size: 1.4rem; }
    .theater-table tbody tr {
      border: 1px solid #d9d9d9; }
      .theater-table tbody tr th,
      .theater-table tbody tr td {
        padding: 10px 12px; }
      .theater-table tbody tr th {
        background: #f6f6f1;
        width: 180px; }
      .theater-table tbody tr.border {
        border-top: 2px solid #d9d9d9; }
  .theater-table .discount li {
    padding: 0 4px 4px 26px; }
    .theater-table .discount li:before {
      font-family: "icon";
      font-size: 2.0rem;
      font-weight: normal;
      margin: -4px 4px 0 -24px;
      display: inline-block;
      line-height: 1;
      vertical-align: middle;
      content: "\e92f";
      color: #ee4056; }

/* ============================================
    .theater-area-menu
 ============================================ */
.theater-area-menu {
  border-bottom: 1px solid #ccc; }
  .theater-area-menu:after {
    content: '';
    display: block;
    clear: both; }
  .theater-area-menu dt {
    float: left;
    width: 120px;
    padding: 0;
    text-align: center;
    margin: 0; }
  .theater-area-menu dt,
  .theater-area-menu dd {
    border-top: 1px solid #ccc; }
  .theater-area-menu dt:nth-child(4n+1) {
    background: #f5f5f5; }
  .theater-area-menu dd:nth-child(4n+2) {
    background: #f5f5f5; }
  .theater-area-menu a,
  .theater-area-menu span {
    display: inline-block;
    padding: 6px 8px; }
  .theater-area-menu .disabled,
  .theater-area-menu .disabled:hover,
  .theater-area-menu .disabled:focus {
    color: #ccc;
    cursor: default; }

/* ============================================
    .theater-area-list
 ============================================ */
.theater-area-list {
  margin: 40px 0 0; }
  .theater-area-list:after {
    content: '';
    display: block;
    clear: both; }
  .theater-area-list dt {
    float: left;
    margin: 0 12px 8px 0;
    width: 120px;
    text-align: center;
    padding: 12px 0;
    background: #ececdb;
    clear: both; }
    .theater-area-list dt h3 {
      font-size: 1.4rem;
      line-height: 1.6;
      font-weight: normal; }
  .theater-area-list dd {
    float: right;
    width: 868px;
    margin: 0 0 8px; }
    .theater-area-list dd ul {
      margin: 7px 0 0; }
    .theater-area-list dd h3 {
      margin: 0;
      line-height: 1.4;
      font-size: 1.6rem; }
    .theater-area-list dd p {
      margin: 0 0 8px;
      font-size: 1.4rem; }
      .theater-area-list dd p span {
        display: inline-block;
        margin: 0 4px 0 0;
        padding: 2px 4px;
        border: 1px solid #6f6f6f;
        line-height: 1; }

.content-main .theater-area-list dt {
  width: 160px;
  padding: 8px 0; }
.content-main .theater-area-list dd {
  width: 494px;
  margin: 0 0 20px; }
  .content-main .theater-area-list dd .list-inline li {
    padding: 0 4px 0 0; }
    .content-main .theater-area-list dd .list-inline li .btn.inline {
      margin: 6px 2px 2px 0; }

/* ============================================
    #mailBox
 ============================================ */
#mailBox {
  width: 370px;
  padding: 15px 15px 10px;
  font-size: 14px;
  line-height: 1.3; }

#mailBox h1 {
  margin: 0 0 10px;
  font-weight: bold;
  color: #333; }

#form_area {
  width: 350px;
  max-width: 350px;
  margin-top: 10px;
  padding: 5px;
  height: 160px; }

#qrBox {
  width: 370px;
  padding: 20px 0 5px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  zoom: 1; }

#qrBox img {
  float: left;
  margin: -15px 10px 0 0;
  display: inline; }

#close {
  display: block;
  width: 180px;
  margin: 15px auto;
  padding: 5px;
  background: #ededed;
  border: 1px solid #d9d9d9;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* ============================================
    .spot-search
 ============================================ */
.spot-search {
  background: #f1f1f1;
  padding: 10px;
  width: 670px;
  position: relative;
  margin: 8px 0; }
  .spot-search form #criteria_pref {
    width: 100px; }
  .spot-search form #criteria_area {
    width: 100px; }
  .spot-search form #query_ci-m {
    width: 172px; }
  .spot-search form #criteria_title {
    width: 160px; }
  .spot-search form select {
    height: 36px; }
  .spot-search form .input-txt {
    height: 38px; }
  .spot-search form button {
    border: 0;
    cursor: pointer;
    background: #06c;
    color: #fff;
    width: 56px;
    height: 38px;
    border-radius: 3px; }
    .spot-search form button:hover {
      background: #3298fd; }
    .spot-search form button:disabled {
      background-color: #cccccc; }
  .spot-search form span {
    font-size: 1.2rem; }
  .spot-search form :disabled {
    background-color: #cccccc;
    color: #666;
    cursor: default; }

/* ============================================
    .theater-filter
 ============================================ */
.theater-filter fieldset {
  margin: 8px 0 0;
  padding: 12px 20px 20px;
  outline: 0;
  border: 1px solid #999; }
  .theater-filter fieldset legend {
    padding: 0 8px;
    font-weight: bold; }
  .theater-filter fieldset ul {
    margin: 0 0 8px; }
    .theater-filter fieldset ul li {
      display: inline-block;
      margin: 4px 0 4px;
      width: 204px; }
  .theater-filter fieldset .custom-select-btn {
    margin: 0 4px 0 0;
    width: 180px; }
  .theater-filter fieldset .search-submit {
    margin: 0 8px 0 0;
    width: 160px;
    border: 0;
    cursor: pointer;
    background: #06c;
    color: #fff;
    height: 38px;
    border-radius: 3px; }
    .theater-filter fieldset .search-submit:hover {
      background: #3298fd; }
  .theater-filter fieldset .lead {
    font-size: 1.4rem;
    margin: 0 0 8px; }

/* ============================================
    .movie-list
 ============================================ */
.movie-list li {
  margin: 0 0 4px 36px; }
  .movie-list li:before {
    font-family: "icon";
    font-size: 2.0rem;
    font-weight: normal;
    margin: -4px 0 0 -24px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    content: "\e917"; }

/* ============================================
    .theater-movie
 ============================================ */
.theater-movie {
  margin: 20px 0;
  /*
  ul::-webkit-scrollbar{
      height: 8px;
      border-radius: 8px;
  }
  ul::-webkit-scrollbar-thumb{
      background: #818181;
      border-radius: 8px;
  }
  ul::-webkit-scrollbar-track-piece{
      background: #e5e5e5;
      border-radius: 8px;
  }*/ }
  .theater-movie ul {
    width: 1000px; }
    .theater-movie ul li {
      display: table-cell;
      padding: 0; }
      .theater-movie ul li img {
        width: 100px; }

/* ============================================
    .slide-menu .over-list
 ============================================ */
.over-list li .over-theater {
  position: absolute;
  top: 0px;
  left: 7px;
  font-size: 1.5rem;
  line-height: 1.6rem;
  width: 123px;
  height: 174px;
  background: #3298fd;
  padding: 4px 0;
  display: none; }
  .over-list li .over-theater li {
    padding: 0; }
    .over-list li .over-theater li a {
      display: block;
      padding: 4px 8px;
      color: #fff;
      font-size: 1.4rem; }
      .over-list li .over-theater li a:hover {
        color: #fee900; }
.over-list li:hover .over-theater {
  display: block; }

/* ============================================.
    .theater-checkin-users
 ============================================ */
.theater-checkin-users {
  text-align: right; }
  .theater-checkin-users a {
    font-size: 1.3rem;
    padding: 8px 0 0;
    display: inline-block; }

.caution {
  background: #fff8f8;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #cc0000;
  color: #cc0000;
  font-size: 14px;
  line-height: 1.4; }

.movie-list-box h2 {
  margin: 25px 0 12px 0; }

.theater-movie-list {
  border-bottom: solid 1px #d6d7da; }

.theater-filter {
  margin-bottom: 30px; }

/* ============================================.
    auシネマ割、auマンデイ、auウェンズデイ
 ============================================ */
.title-xlarge .au-cinema-logo, .title-xlarge .au-monday-logo, .title-xlarge .au-wednesday-logo {
  float: right; }

.title-xlarge .au-cinema-logo img, .title-xlarge .au-monday-logo img {
  width: 117px; }

.title-xlarge .au-wednesday-logo img {
  height: 16.66px; }

.au-cinema-btn, .au-monday-btn, .au-wednesday-btn {
  margin: 0 auto;
  color: #21AEE5;
  font-size: 16px;
  font-weight: bold;
  width: 410px; }

.au-cinema-btn {
  color: #21AEE5; }

.au-monday-btn {
  color: #EA5504; }

.au-wednesday-btn {
  color: #0D4A9E; }

.au-cinema-btn p, .au-monday-btn p, .au-wednesday-btn p {
  text-align: center; }

.au-cinema-btn img, .au-monday-btn img, .au-wednesday-btn img {
  width: 100%;
  margin: 10px 0 35px 0; }

.au-cinema-btn img:hover, .au-monday-btn img:hover, .au-wednesday-btn img:hover {
  opacity: 90%; }

.theater-information .au-cinema-btn, .theater-information .au-monday-btn, .theater-information .au-wednesday-btn {
  margin-top: 30px; }

.theater-information .au-cinema-btn img, .theater-information .au-monday-btn img, .theater-information .au-wednesday-btn img {
  margin-bottom: 30px; }

div .au-monday-btn, div .au-cinema-btn, div .au-wednesday-btn {
  margin: auto 0 0 10%; }

.theater-info-checkin .nav-theater {
  display: flex; }

.theater-info-checkin .nav-theater form {
  display: flex;
  position: relative;
  margin-left: 5px;
  max-width: 500px;
  min-width: 58px;
  background: #fff;
  border: 1px solid #06c;
  color: #06c;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  transition: background 0.1s ease;
  margin-right: 6px;
  cursor: pointer;
  padding: 9px 12px; }

.theater-info-checkin .nav-theater form:hover {
  background: #06c;
  color: #fff;
  cursor: pointer; }

.theater-info-checkin .nav-theater form input {
  background-image: url("../images/assets/icon_checkin_off3.svg");
  background-size: 103px;
  border: none;
  width: 103px;
  cursor: pointer;
  position: relative;
  top: 1px; }

.theater-info-checkin .nav-theater form:hover input {
  background-image: url("../images/assets/icon_checkin_hover.svg"); }

.theater-info-checkin .nav-theater form input.on {
  background-image: url("../images/assets/icon_checkin_on3.svg"); }

.theater-info-checkin .nav-theater form input.checked {
  background-image: url("../images/assets/icon_checkin_on3.svg"); }

.theater-info-checkin .nav-theater form:hover input.on {
  background-image: url("../images/assets/icon_checkin_hover_on.svg"); }

.theater-info-checkin .nav-theater form:hover input.checked {
  background-image: url("../images/assets/icon_checkin_hover_on.svg"); }

.theater-info-checkin .nav-theater form p {
  background-image: url("../images/assets/icon_txt2.svg");
  background-size: 16px;
  background-position: right;
  font-size: 15px;
  font-weight: bold;
  color: #fd7f03;
  padding-right: 16px; }

.theater-info-checkin .nav-theater form:hover p {
  background-image: url("../images/assets/icon_txt3.svg"); }

.theater-info-checkin .nav-theater .btn {
  margin-right: 6px; }

/*# sourceMappingURL=theater.css.map */
