@charset "UTF-8";

/* 予約終了版 - fixed_bottom をメッセージに差し替え */

@media screen and (max-width: 750px) {
  .fixed_bottom {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .rsvclose_message {
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
}

@media screen and (min-width: 751px) {
  .fixed_bottom {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .rsvclose_message {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
}
