@media print, screen and (min-width: 767px) {
  section.floorguide {
    margin-bottom: 90px; }
    section.floorguide nav {
      position: relative;
      background: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      margin-bottom: 0;
      padding-top: 10px; }
      section.floorguide nav button {
        margin: 0 30px;
        cursor: pointer; }
    section.floorguide nav:before {
      content: url(../../image/shop/index/section01_nav_before.png);
      position: absolute;
      left: 0;
      top: 0; }
    section.floorguide nav:after {
      content: url(../../image/shop/index/section01_nav_after.png);
      position: absolute;
      right: 0;
      top: 0; }
    section.floorguide .target {
      background: #fff;
      margin: 0 auto;
      width: 90%;
      max-width: 1100px;
      overflow: hidden;
      position: relative; }
      section.floorguide .target figure {
        position: relative;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        left: 0;
        width: 300%; }
        section.floorguide .target figure img {
          width: 33.3333%;
          display: block;
          float: left; } }
