/*============= 【stores】 ==============*/

.stores__floor {
  margin-bottom: 24px;
}

.stores__floor-header {
  justify-content: center;
  width: 100%;
  margin: 0 16px 16px;
  text-align: center;
  color: #fff;
}

.stores__floor-header h3 {
  padding: 4px 16px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.stores__floor:nth-of-type(1) .stores__floor-header {
  background-color: #e60012;
}

.stores__floor:nth-of-type(2) .stores__floor-header {
  background-color: #e3812f;
}

.stores__floor:nth-of-type(3) .stores__floor-header {
  background-color: #5977b4;
}

.stores__floor:nth-of-type(4) .stores__floor-header {
  background-color: #004190;
}

.stores__floor-body {
  width: 100%;
}

.page .stores__floor-body-inner {
  width: 100vw;
  padding: 16px;
  position: relative;
  left: -16px;
}

.stores__box {
  flex: 0 0 70%;
  padding-right: 16px;
}

.stores__box-img {
  margin-bottom: 4px;
}

.stores__box-heading h4 {
  font-size: 14px;
  font-weight: 500;
}

.stores__text {
  padding: 0 16px;
  margin-bottom: 16px;
}

@media (min-width:640px) {
  .stores__floor-header {
    margin: 0 32px 16px;
  }

  .page .stores__floor-body-inner {
    padding: 16px 32px;
    left: -32px;
  }
  
  .stores__box {
    padding-right: 32px;
  }

  .stores__text {
    padding: 0 32px;
    margin-bottom: 32px;
  }
}

@media (min-width:960px) {
  .stores__floor-wrap {
    padding: 0 32px;
    margin-bottom: 40px;
  }

  .stores__floor-header {
    width: 5%;
    margin: 0;
  }

  .stores__floor-body {
    width: 95%;
    margin: 0;
  }

  .page .stores__floor-body {
    width: 100%;
    padding: 0;
  }

  .stores__floor-body-inner {
    padding: 4px 0;
  }

  .page .stores__floor-body-inner {
    width: 100%;
    padding: 16px 0;
    left: unset;
  }

  .stores__box {
    flex: 0 0 33.3%;
    flex: 0 0 calc(100% / 3);
    padding-right: 0;
    padding-left: 16px;
  }

  .page .stores__box {
    padding: 8px;
  }

  .stores__text {
    text-align: center;
  }  
}

@media (min-width:1280px) {
  .stores__box-img {
    margin-bottom: 8px;
  }

  .stores__box-heading h4 {
    font-size: 16px;
    font-weight: 700;
  }
}