@charset "utf-8";
.event_ttl {
  padding: 30px 15px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
.event_txt {
  padding-block: 30px;
  font-size: 14px;
  text-align: center;
}
.event-topInfo {
  margin-top: 20px;
  padding: 0 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.event-topInfo p + p {
  margin-top: 20px;
}
.event-topInfo_calendar {
  display: inline-block;
  margin-top: 10px;
}

.event-items {
  padding-inline: 15px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.event-item {
  padding-block: 20px;
  border-top: 1px solid #ccc;
}
.event-item:first-child {
  border-top: none;
}
.event-item_title {
  margin-top: 15px;
  color: #ff0000;
  font-weight: bold;
}
.event-item_text {
  margin-top: 0.5em;
}

.discount ul {
  padding-top: 5px;
}
.discount li {
  padding-bottom: 5px;
}
