@charset "UTF-8";
/*
|---------------------------------------------------------------
| CSS
|---------------------------------------------------------------
*/
.lso_contact-notice {
  display: block;
  width: 100%;
  margin: 1em 0 2em;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.lso_contact-notice strong {
  color: #ab0008;
  font-weight: bold;
}

/*--------------- 休業のお知らせなど ---------------*/
.lso_contact-notice--pickup {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 15px auto 30px;
  padding: 1.5em 1em;
  color: #000000;
  background-color: rgb(255, 255, 227);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border: 2px solid rgb(130, 130, 130);
}

@media screen and (min-width: 750.2px) {
  .lso_contact-notice--pickup {
    font-size: 20px;
    font-size: min(20px, 1.75vw);
  }
}
.lso_contact-notice--pickup dl dt {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  text-align: center;
}

.lso_contact-notice--pickup dl dd {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}

.lso_contact-notice--pickup strong {
  color: #ff0000;
  font-weight: bold;
}
