ul, li {
  font-size: 16px;
  line-height: 1.6;
}

.entry-main h4,
.entry-main .h4-like {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  font-weight: 400;
}
.entry-main p {
  font-size: 16px;
  line-height: 1.8;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 2px 10px;
}
a.btn-border:hover {
  color: #fff;
  background: #000;
}
a.btn-border.bb-alt {
  background-color: #f4e62d;
}
a.btn-border.bb-alt:hover {
  color: #fff;
  background-color: #e57e26;
  opacity: 0.9;
}

p.notice-red {
  font-size: 90%;
  color: #FD492A;
}

.entry-closed,
.color-alarm,
.font-red {
  color: #FD492A;
}

.fs09 {
  font-size: 0.9em;
}

.alert-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background-color: white;
  border: 5px solid #FD492A;
}

.fx-wrap {
  display: grid;
  flex-wrap: wrap;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  .map-grid {
    grid-template-columns: 1fr;
  }
}
.map-grid a {
  display: block;
  width: 100%;
}
.map-grid a img {
  width: 100%;
  height: auto;
}

.stats-grid {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.stats-grid .stats-header {
  grid-column: 1/-1;
  font-size: 110%;
}
@media (max-width: 640px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}
.stats-grid a {
  display: block;
}
.stats-grid a img {
  width: 100%;
  height: auto;
}

img.schedule {
  display: block;
  width: 80%;
}
@media (max-width: 640px) {
  img.schedule {
    width: 92%;
  }
}

.booth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  .booth-grid {
    grid-template-columns: 1fr;
  }
}
.booth-grid .booth-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}
.booth-grid .booth-card .card-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed #ccc;
}
.booth-grid .booth-card p {
  margin: 0.4rem 0;
  font-size: 1.6rem;
}
.booth-grid .booth-card .color-alarm {
  color: #d32f2f;
  display: block;
  margin-top: 0.2rem;
}

/*# sourceMappingURL=entry.css.map */
