body {
  font-family: "Google Sans", Arial, sans-serif;
  margin: 0;
}

.date {
  margin-left: 2% 2% 2% 2%;
  border-radius: 18px;
  padding: auto;
  border-width: 1px;
  border-color: gainsboro;
  height: 33px;
  width: 100%;
}
.fixedElement {
  position: absolute;
  top: 0;
  z-index: 1;
}

/* React FullCalendarのスマホ文字サイズを強制的に変更(応急処置) */
@media screen and (max-width: 736px) {
  .fc-button {
    font-size: 14px !important;
  }
  .fc-center > h2 {
    font-size: 16px !important;
  }
  .test {
    background-color: "red" !important;
  }
}
