@charset "UTF-8";

.iconBlock { position: relative; padding: 0 0 0 70px; margin: 0 0 15px; }
.iconBlock .icn { position: absolute; left: 0; top: 5px; }
.iconBlock h2 { margin:0!important; }

#floors { float: none; border: none; margin: 35px 0; height: 540px; }
#floors .wrap { top:0; }

.info .howTo { color: #666; padding: 0; }
.info .howTo .icn { margin: 1px 0 0; width: 13px; height: 13px; overflow: hidden; position: absolute; }
.info .howTo .icn img { position: absolute; left: 0; top: 0;}
.info .howTo .on { color: #cf0f28; }
.info .howTo .on img { top: -13px; }

#floors .floor .targetNumber li { width: 13px; height: 13px; overflow: hidden; }
#floors .floor .targetNumber li img { position: absolute; left: 0; top: 0;}
#floors .floor .targetNumber li.on img { top: -13px; }
#floors .floor .targetNumber .num01 { left: 380px; top: 288px; }
#floors .floor .targetNumber .num02 { left: 371px; top: 324px; }
#floors .floor .targetNumber .num03 { left: 107px; top: 366px; }
#floors .floor .targetNumber .num04 { left: 137px; top: 273px; }
#floors .floor .targetNumber .num05 { left: 165px; top: 336px; }
#floors .floor .targetNumber .num07 { left: 83px; top: 260px; }

#floors .floor .targetphoto .num01 { left: 388px; top: 138px; margin: 0 0 0 -124px; }
#floors .floor .targetphoto .num02 { left: 379px; top: 174px; margin: 0 0 0 -124px; }
#floors .floor .targetphoto .num03 { left: 115px; top: 216px; margin: 0 0 0 -124px; }
#floors .floor .targetphoto .num04 { left: 144px; top: 122px; margin: 0 0 0 -124px; }
#floors .floor .targetphoto .num05 { left: 173px; top: 185px; margin: 0 0 0 -124px; }
#floors .floor .targetphoto .num07 { left: 91px; top: 110px; margin: 0 0 0 -124px; }

.separator .discList { margin: 0 0 1.75em 15px!important; }
.separator .discList:last-child { margin-bottom: 0!important; }

.discList.wide li { margin: 0 0 1.75em; }

@keyframes show{
  0% {
    transform: scale(1.2);
  }
 
  50% {
    transform: scale(0.9);
  }
 
  75% {
    transform: scale(1.1);
  }
 
  100% {
    transform: scale(1);
  }
}
.show {
  animation: show 0.5s ease-in;
}