@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://db.onlinewebfonts.com/c/2a2b767302dad0d292294c13d63a0c5f?family=DIN+2014");

@font-face {
  font-family: "Futura";
  src: url("/fonts/Futura\ Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #575757;
}

h2 {
  background-color: #00A0E9 !important;
  color: white !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  width: 100% !important;
  padding: 6px 12px !important;
}

h3 {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #00A0E9 !important;
  background-color: #EBF9FF !important;
  border-left: 5px solid #00A0E9;
  box-shadow: 0px 2px 1px 0px #D9D9D9;
  padding: 4px 12px !important;
}

.calendar__day {
  width: 100%;
  max-width: 80px;
  height: 64px;
  font-size: 12px;
  padding: 8px 11px;
  text-align: center;
  vertical-align: top;
  border: #ebf9ff 1px solid;
}

/*navigation drawer*/
.burger-wrapper {
  width: 25px;
  height: 18px;
  position: relative;
}

.burger-wrapper span {
  background-color: #00a0e9;
  display: block;
  height: 3px;
  width: 100%;
  margin-bottom: 4px;
}

.related-section .active {
  background-color: #66c0e9;
  color: white;
}
