/*****************************
 *
 *settings
 *
 ***************************** */
header.salon .web_reserve {
  position: fixed;
  width: 240px;
  height: 100px;
  right: 150px;
  bottom: 30px;
  background: #FF3B3B;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  display: flex;
  align-items: center;
  display: none; }
  header.salon .web_reserve.scrolled {
    display: flex; }

@media (max-width: 800px) {
  header.salon .web_reserve {
    display: none; }
    header.salon .web_reserve.scrolled {
      display: none; } }

/*# sourceMappingURL=style_salon_common.css.map */
