@charset "UTF-8";
.conf-tel {
  display: none;
}
/*******************************************
 ***** Top ******************************
 *******************************************/

@media print, screen and (min-width: 768px) {
  /* -------------------- PC start -------------------- */
  #theater #content {
    padding-top: 90px;
  }
  #theater .h2-style01 {
    margin-bottom: 50px;
  }
  /*/////////////////////////////////////////
  // top-theater
  /////////////////////////////////////////*/

#top-theater{
    margin-top: 50px;
    }

  #top-theater li {
    width: 299px;
  }
  #top-theater li .number_img {
    position: relative;
    top: -8px;
    z-index: -1;
  }
  #top-theater li.large .number_img {
    /*top: -12px;*/
  }
  .number-ttl {
    margin-top: 12px;
    font-size: 21px;
    text-align: center;
  }
  #top-theater li.large .number-ttl {
    margin-top: 8px;
  }
  .number-txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  /*/////////////////////////////////////////
  // theater-floor
  /////////////////////////////////////////*/
  #theater-floor {
    margin-top: 90px;
  }
  .floor-area {
    position: relative;
    color: #fff;
  }
  .floor-pdf {
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 2.125;
  }
  .floor-pdf a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    text-decoration: underline;
  }
  .floor-movie01 {
    position: absolute;
    top: 252px;
    right: 383px;
  }
  .floor-movie02 {
    position: absolute;
    top: 308px;
    left: 244px;
  }
  .floor-movie03 {
    position: absolute;
    top: 556px;
    left: 244px;
  }
  #theater-floor h3 {
    background: #5AC8F0;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .movie-list {
    font-size: 17px;
    text-align: center;
  }
  .movie-list img {
    margin-bottom: 10px;
  }
  /*/////////////////////////////////////////
  // floor-layout
  /////////////////////////////////////////*/
  #floor-layout {
    margin-top: 90px;
  }
  #floor-layout h2 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
  }
  #floor-layout ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #floor-layout ul li {
    width: 296px;
  }
  .layout-ttl {
    margin-top: 15px;
    font-size: 24px;
  }
  .layout-ttl01 {
    float: left;
    text-align: left;
  }
  .layout-ttl02 {
    position: relative;
    top: 5px;
    font-size: 16px;
    text-align: right;
  }
  .layout-txt {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .layout-detail {
    background: #3D648E;
    display: block;
    padding: 10px 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
  }
  .layout-ex {
    font-size: 22px;
    text-align: center;
  }
  .layout-ex a {
    display: inline-block;
    margin-top: 50px;
    padding: 10px 25px;
    border: solid 1px #273D54;
    color: #273D54;
  }
  #top-news {
    /*margin-top: 90px;*/
  }
  .modal-inline-left {
    width: 480px;
    margin-right: 20px;
    float: left;
  }
  .thumbnails {
    margin-top: 20px;
  }
  .modal-inline-right {
    width: 420px;
    float: right;
  }
  .modal-inline div.clearfix {
    background: #fff;
    padding: 20px;
  }
  .modal-inline-txt01 {
    color: #3D648E;
    font-size: 22px;
  }
  .modal-inline-txt02 {
    margin-top: 20px;
    color: #3D648E;
    font-size: 14px;
  }
  .modal-inline-txt03 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.3333;
  }
}

@media screen and (max-width: 767px) {
  /* -------------------- SP start -------------------- */
  
  #theater #content {
    padding-top: 50px;
  }
  /*/////////////////////////////////////////
  // top-theater
  /////////////////////////////////////////*/
    #top-theater{
        margin-top: 50px;
    }

  #top-theater .flex_box03 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top-theater .flex_box03 li {
    width: 100%;
    margin-bottom: 50px;
  }
  #top-theater .flex_box03 li:last-child {
    margin-bottom: 0;
  }
  .num_en {
    width: calc( 247 / 375 * 100% );
    margin-left: 3px;
  }
  .number_bu {
    width: calc( 159 / 375 * 100% );
    margin-left: 3px;
  }
  .number_ac {
    width: calc( 171 / 375 * 100% );
    margin-left: 3px;
  }
  #top-theater li .number_img {
    position: relative;
    top: -8px;
    z-index: -1;
  }
  #top-theater li.large .number_img {
    top: -12px;
  }
  .number-ttl {
    margin-top: 20px;
    font-size: 21px;
    text-align: center;
  }
  #top-theater li.large .number-ttl {
    margin-top: 8px;
  }
  .number-txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  /*/////////////////////////////////////////
  // theater-floor
  /////////////////////////////////////////*/
  #theater-floor {
    margin-top: 90px;
  }
  .floor-area {
    position: relative;
    color: #fff;
  }
  .floor-pdf {
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 1.6;
  }
  .floor-pdf a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    text-decoration: underline;
  }
  .floor-movie01 {
    width: calc( 90 / 350 * 100% );
    position: absolute;
    top: 47.5%;
    right: 21%;
  }
  .floor-movie02 {
    width: calc( 90 / 350 * 100% );
    position: absolute;
    top: 24.5%;
    left: 38.5%;
  }
  .floor-movie03 {
    width: calc( 90 / 350 * 100% );
    position: absolute;
    top: 24.5%;
    left: 2.5%;
  }
  #theater-floor h3 {
    background: #5AC8F0;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .movie-list {
    font-size: 16px;
    text-align: center;
  }
  .movie-list img {
    margin-bottom: 10px;
  }
  /*/////////////////////////////////////////
  // floor-layout
  /////////////////////////////////////////*/
  #floor-layout {
    margin-top: 90px;
  }
  #floor-layout h2 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }
  #floor-layout ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #floor-layout ul li {
    width: 100%;
  }
  #floor-layout ul li img {
    margin-top: 30px;
  }
  .layout-ttl {
    margin-top: 20px;
    font-size: 20px;
  }
  .layout-ttl01 {
    float: left;
    text-align: left;
  }
  .layout-ttl02 {
    position: relative;
    top: 5px;
    font-size: 16px;
    text-align: right;
  }
  .layout-txt {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .layout-detail {
    background: #3D648E;
    display: block;
    width: 80%;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 3px;
    color: #fff;
    text-align: center;
  }
  .layout-ex {
    font-size: 22px;
    text-align: center;
  }
  .layout-ex a {
    display: block;
    margin-top: 50px;
    padding: 10px 0;
    border: solid 1px #273D54;
    color: #273D54;
  }
  #top-news {
    /*margin-top: 90px;*/
  }
  .modal-inline {
    background: #fff;
    padding: 20px 10px;
  }
  .thumbnails {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .thumbnails img {
    width: 18%;
  }
  .modal-inline-txt01 {
    margin-top: 20px;
    color: #3D648E;
    font-size: 20px;
  }
  .modal-inline-txt02 {
    margin-top: 20px;
    color: #3D648E;
    font-size: 14px;
  }
  .modal-inline-txt03 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3333;
  }
}
