.laundry__blue {
  margin-bottom: 5px;
}

.laundry__title {
  color: #2badde;
  font-size: 1.8rem;
  font-weight: bold;
}

.laundry__title span {
  font-size: 1.5rem;
  font-weight: normal;
}

.laundry__title--note {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .laundry__title--note {
    margin-bottom: 5px;
    font-size: 3.2vw;
    text-align: right;
  }
}

.laundry__text {
  margin-bottom: 15px;
}

.laundry__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .laundry__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.laundry__flexbox img {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .laundry__flexbox img {
    width: 70%;
    height: auto;
    margin-bottom: 20px;
  }
}

.laundry__subBox {
  margin-bottom: 15px;
}

.laundry__text--note {
  text-align: right;
}

.display--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .display--sp {
    display: block;
  }
}
/*# sourceMappingURL=hawaii_tokuten.css.map */