.sp-only {
  display: none;
}
.ex_hachioji_event_box {
  width: 100%;
  background-color: #ffffff;
  border: 3px solid #b10000;
  border-radius: 10px;
}
.ex_inner {
  padding: 30px;
}
.ex_header_row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ex_logo_img {
  width: 45%;
  flex-shrink: 0;
}
.ex_header_desc {
  flex: 1;
  padding-right: 20px !important;
}
.ex_body_container {
  background-color: #faf8eb;
  padding: 30px;
  border-radius: 10px;
}
.ex_headline_block {
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #00052e;
  padding-bottom: 20px;
}

.ex_intro {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 1.4 !important;
  margin-bottom: 3px;
}

.ex_title {
  font-size: 34px !important;
  line-height: 1.4 !important;
  color: #b10000;
  font-weight: bold;
}

.ex_flex_section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}

.ex_left_col {
  width: 55%;
}

.ex_right_col {
  flex: 1;
  background-color: #7fc09e;
  margin: 4% 0;
  display: flex;
  align-items: center;
}

.ex_datetime {
  font-size: 37px !important;
  font-weight: bold;
  line-height: 1.2 !important;
}

.ex_datetime span {
  font-size: 16px;
  margin-left: 5px;
  font-weight: bold;
}

.ex_location_box {
  margin-top: 20px;
}

.ex_badge {
  display: inline-block;
  background-color: #7a7a7a;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px;
  margin-bottom: 5px;
}

.ex_location_name {
  font-size: 24px !important;
  font-weight: bold;
  line-height: 1.5 !important;
}

.ex_location_address {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.ex_gift_img {
  width: 100%;
  max-width: 470px;
  margin-top: 20px;
}

.ex_gift_img img {
  display: block;
}

.ex_detail_link {
  margin-top: 15px;
}

.ex_detail_link_btn {
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #d9161b;
  border-radius: 100vh;
  padding: 7px 20px;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #222 !important;
  justify-content: center;
}

.link_icon {
  display: inline-flex;
  margin-left: 5px;
  width: 0.8em;
}

/* タブレット・スマホ用 */
@media (max-width: 800px) {
  .sp-only {
    display: block;
  }

  .ex_hachioji_event_box {
    border-radius: 1vw;
  }

  .ex_inner {
    padding: 5vw;
  }

  .ex_header_row {
    flex-direction: column;
    gap: 0;
  }

  .ex_header_desc {
    padding-right: 0 !important;
  }

  .ex_headline_block {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .ex_logo_img {
    width: 100%;
    max-width: 380px;
  }

  .ex_body_container {
    margin-top: 20px;
    padding: 5vw;
    border-radius: 1vw;
  }

  .ex_intro {
    font-size: 4vw !important;
  }

  .ex_title {
    font-size: 6vw !important;
  }

  .ex_datetime {
    font-size: 5.5vw !important;
  }

  .ex_datetime span {
    font-size: 3.5vw !important;
  }

  .ex_flex_section {
    flex-direction: column-reverse;
    gap: 4vw;
  }

  .ex_location_name {
    font-size: 5vw !important;
  }

  .ex_location_address {
    font-size: 3.5vw !important;
  }

  .ex_badge {
    font-size: 3.5vw;
  }

  .ex_location_box {
    margin-top: 3vw;
  }

  .ex_left_col {
    width: 100%;
  }

  .ex_right_col {
    width: 100%;
    margin: 0;
  }

  .ex_detail_link {
    margin-top: 4vw;
    text-align: center;
  }

  .ex_detail_link_btn {
    font-size: 4vw !important;
    width: 80%;
  }

  .ex_gift_img {
    margin-top: 3vw;
  }
}
