/** floorguide **/
.floorguide .title-section-sub {
  margin-bottom: 30px;
}

.local-nav {
  background: #eef2f3;
  margin-bottom: 40px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.local-nav .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(50% - 13px);
  max-width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.local-nav .button:nth-child(2) {
  margin-left: 25px;
}

.floorguide-container {
  border-top: 1px solid #eef2f3;
  padding-top: 35px;
  margin-top: 40px;
}

.band-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}

.band-unit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% / 3 - 12px);
  margin: 0 17px 17px 0;
}

.band-unit:nth-child(3n) {
  margin-right: 0;
}

.band-unit .band-box {
  display: block;
  position: relative;
  padding-top: 49.78%;
  overflow: hidden;
  text-decoration: none;
  background: #000;
}

.band-unit .band-box > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.band-unit .band-box:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.band-unit .band-box:hover > img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.band-unit .band-box:hover .band {
  background: rgba(0, 73, 91, 0.75);
}

.band-unit .band-box:hover .band > p {
  color: #fff;
}

.band-unit .band {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 4px 5px 6px;
  text-align: center;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.band-unit .band .title {
  margin: 0;
  font-size: 15.008px;
  font-size: 0.938rem;
  font-weight: bold;
  color: #00495b;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.band-unit .band .en {
  margin: 0;
  font-size: 11.008px;
  font-size: 0.688rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
  -webkit-transition: color .3s;
  transition: color .3s;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .floorguide .title-section-sub {
    margin-bottom: 15px;
  }
  .local-nav {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  .local-nav .button {
    width: 100%;
  }
  .local-nav .button:nth-child(2) {
    margin: 10px 0 0;
  }
  .band-container {
    margin-top: 15px;
  }
  .band-unit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
  }
  .band-unit:nth-child(2n - 1) {
    margin-left: 0;
  }
  .band-unit .band {
    padding: 3px 2px 5px;
  }
  .band-unit .band .title {
    font-size: 0.75rem;
  }
  .band-unit .band .en {
    font-size: 0.563rem;
  }
}

@media screen and (max-width: 374px) {
  .local-nav .button {
    font-size: 13px;
  }
  .band-unit .band .title {
    font-size: 11px;
  }
}
