@charset "UTF-8";
/* =================================================================================================

　客席案内

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　page_ttl
---------------------------------------------------------------------------- */
#page_ttl .photo:after {
  background: url("/asset/img/page_ttl_bg_seat.jpg?ver=2") center center no-repeat;
  background-size: cover;
}

#page_seat {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  #page_seat {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  #page_seat {
    width: 90%;
  }
}

#page_seat .lead {
  text-align: center;
  line-height: 180%;
}

#page_seat .print a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  #page_seat .print a {
    width: 100%;
  }
}
#page_seat .print a:hover {
  opacity: 0.8;
}

#page_seat .print a .txt {
  margin-right: 2rem;
  text-align: center;
  width: 48%;
}
#page_seat .print a .txt img {
  width: 20px;
  position: relative;
  margin-left: 0.5rem;
  top: -0.2rem;
}

#page_seat .print a .photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
#page_seat .print a .photo img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
　zoom_map
---------------------------------------------------------------------------- */
#zoom_map {
  width: 100%;
  margin: 0 auto 3rem;
  border: 1px solid #ccc;
  position: relative;
}
#zoom_map .help {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#zoom_map .help img {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media screen and (max-width: 743px) {
  #zoom_map .help img {
    width: 40%;
  }
}
#zoom_map #draggable_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
}
#zoom_map #draggable_wrapper .navi {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  width: 40px;
}
@media screen and (max-width: 743px) {
  #zoom_map #draggable_wrapper .navi {
    width: 30px;
  }
}
#zoom_map #draggable_wrapper .navi img {
  width: 100%;
  height: auto;
  display: block;
}
#zoom_map #draggable_wrapper .navi li {
  margin-bottom: 1rem;
}
#zoom_map #draggable_wrapper .navi .number .off_img {
  display: none;
}
#zoom_map #draggable_wrapper .navi .number.off .off_img {
  display: block;
}
#zoom_map #draggable_wrapper .navi .number.off .on_img {
  display: none;
}
#zoom_map #draggable {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
#zoom_map #draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#zoom_map #draggable img {
  width: 100%;
  height: auto;
}
#zoom_map .zoom.off {
  opacity: 0.7;
}
#zoom_map .small.off {
  opacity: 0.7;
}

#zoom_map #draggable button {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 4%;
}
#zoom_map #draggable button:hover, #zoom_map #draggable button:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#zoom_map #draggable button img {
  width: 100%;
  height: auto;
}

#zoom_map #draggable button.pin01 {
  top: 25%;
  left: 15%;
}

#zoom_map #draggable button.pin02 {
  top: 25%;
  left: 23%;
}

#zoom_map #draggable button.pin03 {
  top: 25%;
  left: 32%;
}

#zoom_map #draggable button.pin04 {
  top: 58%;
  left: 15%;
}

#zoom_map #draggable button.pin05 {
  top: 58%;
  left: 23%;
}

#zoom_map #draggable button.pin06 {
  top: 58%;
  left: 32%;
}

#zoom_map #draggable button.pin07 {
  top: 70%;
  left: 70.5%;
}

#zoom_map #draggable button.pin08 {
  top: 35%;
  left: 55%;
}

#zoom_map #draggable button.pin09 {
  top: 45%;
  left: 55%;
}

#zoom_map #draggable button.pin10 {
  top: 65%;
  left: 57%;
}

#zoom_map #draggable button.pin11 {
  top: 35%;
  left: 85%;
}

#zoom_map #draggable button.pin12 {
  top: 45%;
  left: 85%;
}

#zoom_map #draggable button.pin13 {
  top: 65%;
  left: 83%;
}

/* ----------------------------------------------------------------------------
　modal
---------------------------------------------------------------------------- */
#modal_bg {
  position: fixed;
  top: 0rem;
  left: 0rem;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
#modal_bg.active {
  display: block;
  -webkit-animation: modalBgAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: modalBgAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@-webkit-keyframes modalBgAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalBgAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#modal {
  position: fixed;
  top: 0rem;
  left: calc((100% - 1000px) / 2);
  z-index: 101;
  width: 1000px;
  display: none;
}
@media screen and (max-width: 1080px) {
  #modal {
    width: 90%;
    left: 5%;
  }
}
#modal.active {
  display: block;
  -webkit-animation: modalAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: modalAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@-webkit-keyframes modalAnime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes modalAnime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#modal .close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: -50px;
  right: 0rem;
  border: none;
  background: url("/asset/img/icon_modal_close.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font-size: 0rem;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#modal .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#modal #load img {
  width: 100%;
}