@charset "UTF-8";

.conf-tel {
  display: none;
}
.modal-inline {
    background: #fff;
  }
  .modal-inline p {
    padding: 10px 0;
    text-align: center;
  }
@media print, screen and (min-width: 768px) {
  /* -------------------- PC start -------------------- */
  
  /*/////////////////////////////////////////
  // theater-tab
  /////////////////////////////////////////*/
  #theater-tab h1 {
    margin-bottom: 30px;
  }
  .tab-btnlist {
    width: 790px;
    margin: 30px 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-btn {
    background: #3D648E;
    height: 40px;
    padding: 0 30px 0 15px;
    border-radius: 3px;
    float: left;
    line-height: 40px;
  }
  .tab-btn.last {
    margin-right: 0;
  }
  .tab-btn span {
    position: relative;
  }
  .tab-btn span:after {
    right: -15px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #theater-tab .tab-panel-list {
    width: 960px;
  }
  #theater-tab .tab-panel ul li {
    width: 299px;
    margin-right: 31px;
    margin-bottom: 50px;
  }
  #theater-tab .tab-panel ul li:nth-child(3n) {
    margin-right: 0;
  }
  /*#theater-tab .tab-panel ul li img {
    width: 299px;
    height: auto;
  }*/

  .modal {
    display: block;
    position: relative;
    /*overflow: hidden;*/
    
  }
  .modal:hover {
    opacity: 1;
  }
  li figure  {
    width: 300px;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  li figure img {
  	width: 300px;
  	height: auto;
  }
  .hover-mask {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
  }
  .hover-mask img {
  	width: 22px;

  }
  .hover-mask:hover {
    opacity: 1;
    transition:all 0.6s ease;
  }
  .plus {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .number-ttl {
  	line-height: 1.4;
  }
  .modal_s {
    width: 300px;
    height: 200px;
  }
  .modal-inline {
    background: #fff;
  }
  .modal-inline img {
    max-width: 680px;
    width: 100%;
    height: auto;
  }
  .modal-inline p {
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  /* -------------------- SP start -------------------- */
  
  /*/////////////////////////////////////////
  // theater-tab
  /////////////////////////////////////////*/
  #theater-tab h1 {
    width: 60%;
    margin-bottom: 30px;
  }
  .tab-btnlist {
    width: 100%;
    margin: 0 auto 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-btn {
    background: #3D648E;
    height: 40px;
    margin-right: 40px;
    padding: 0 30px 0 15px;
    border-radius: 3px;
    float: left;
    line-height: 40px;
  }
  .tab-btn.last {
    margin-right: 0;
  }
  .tab-btn span {
    position: relative;
  }
  .tab-btn span:after {
    right: -15px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #theater-tab .tab-panel ul li {
    margin-bottom: 50px;
  }
  .hover-mask {
  	display: none;
  }
}
