.eventWebPage_body {
  background-color: #e5e5e5;
}

.eventWebPage_body .center {
  text-align: center;
}

.eventWebPage_body .end {
  text-align: end;
}

#heading {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 900px) {
  .eventWebPage_body {
    font-size: 21px;
    padding: 30px 0;
  }
  .eventWebPage_body .sp {
    display: none;
  }
  .eventWebPage_body .bold {
    font-weight: bold;
    font-size: 1.5em;
    color: #741700;
  }
  .eventWebPage_body .bold a {
    color: #741700;
  }
  .eventWebPage_body section {
    max-width: 1280px;
    background: #ffffff;
    margin: 50px auto;
  }
  .eventWebPage_body section .box {
    padding: 45px 30px;
  }
  .eventWebPage_body section#head {
    font-size: 42px;
    color: #741700;
    font-weight: 800;
  }
  .eventWebPage_body div.mv-box div img {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
  }
  .eventWebPage_body section .summary {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    color: #741700;
    letter-spacing: 1px;
    line-height: 2em;
    font-weight: bold;
  }
  .eventWebPage_body section .summary p {
    display: inline-block;
    text-align: left;
  }
  .eventWebPage_body section .schedule {
    width: 730px;
    margin: 0 auto;
  }
  .eventWebPage_body section .schedule ul {
    display: flex;
    align-items: center;
    margin: 0 0 1em;
  }
  .eventWebPage_body section .schedule ul:last-child {
    margin: 0;
  }
  .eventWebPage_body section .schedule ul li:first-child {
    background: #741700;
    color: #ffffff;
    margin: 0 1em 0 0;
    font-weight: 600;
    padding: 0.5em 1em;
  }
  .eventWebPage_body section .detail .headline {
    background: #741700;
    color: #ffffff;
    text-align: center;
    padding: 0.5em 0;
    font-size: 30px;
  }
  .eventWebPage_body section .detail .ev_items {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .eventWebPage_body section .detail .ev_item {
    width: 45%;
  }
  .eventWebPage_body section .detail .ev_item div {
    padding: 0 1em;
  }
  .eventWebPage_body section .detail .goods {
    width: 640px;
    margin: 0 auto 45px;
  }
  .eventWebPage_body section .detail .goods .img {
    margin: 0 0 0.5em;
  }
  .eventWebPage_body section .detail .goods .notes1 {
    font-size: 16px;
    border-top: 2px dashed #231815;
    border-bottom: 2px dashed #231815;
    padding: 0.5em 0;
  }
  .eventWebPage_body section .detail .goods .notes2 {
    margin: 0.5em 0 0;
  }
  .eventWebPage_body section .detail .goods .notes1 p {
    padding: 0 0.5em;
  }
  .eventWebPage_body section .detail .tokuten_detail {
    width: 960px;
    margin: 30px auto 45px;
  }
  .eventWebPage_body section .detail .tokuten_detail div {
    font-size: 27px;
    font-weight: 600;
  }
  .eventWebPage_body section .detail .tokuten_detail div span.red {
    color: red;
  }
  .eventWebPage_body section .detail .tokuten_detail .img {
    width: 640px;
    margin: 15px auto;
  }
  .eventWebPage_body section .detail .tokuten_detail .note3 {
    width: 640px;
    margin: 0 auto;
  }
  .eventWebPage_body section .detail .notes_detail {
    padding: 0 1em;
    margin: 30px 0 0;
  }
  .eventWebPage_body section:last-child {
    font-size: 30px;
  }
}
@media screen and (max-width: 899px) {
  #main {
    padding-top: 0 !important;
  }
  #heading {
    margin-bottom: 0 !important;
  }
  .eventWebPage_body {
    font-size: 4vw;
    padding: 1px 0;
  }
  .eventWebPage_body .pc {
    display: none;
  }
  .eventWebPage_body .bold {
    font-weight: bold;
    font-size: 1.5em;
    color: #741700;
  }
  .eventWebPage_body .bold a {
    color: #741700;
  }
  .eventWebPage_body section {
    background: #ffffff;
    margin: 30px 5px;
  }
  .eventWebPage_body section .box {
    padding: 1em 0.5em;
  }
  .eventWebPage_body section#head {
    font-size: 5vw;
    color: #741700;
    font-weight: 800;
  }
  .eventWebPage_body section .schedule ul li {
    margin: 0 0 1em 0.5em;
  }
  .eventWebPage_body section .schedule ul li:first-child {
    background: #741700;
    color: #ffffff;
    margin: 0 0 0.5em;
    font-weight: 600;
    padding: 0.25em 0.75em;
    display: inline-block;
  }
  .eventWebPage_body section .detail .headline {
    background: #741700;
    color: #ffffff;
    text-align: center;
    padding: 0.25em 0;
    font-size: 5vw;
    margin: 0 0 1em;
  }
  .eventWebPage_body section .detail .ev_items {
    padding: 0 0.5em;
  }
  .eventWebPage_body section .detail .ev_item {
    margin: 0 0 2em;
  }
  .eventWebPage_body section .detail .goods {
    margin: 0 0 2em;
    padding: 0 0.5em;
  }
  .eventWebPage_body section .detail .goods .img {
    margin: 0 0 0.5em;
  }
  .eventWebPage_body section .detail .goods .notes1 {
    font-size: 3.5vw;
    border-top: 2px dashed #741700;
    border-bottom: 2px dashed #741700;
    padding: 0.5em 0;
  }
  .eventWebPage_body section .detail .goods .notes2 {
    margin: 0.5em 0 0;
  }
  .eventWebPage_body section .detail .goods .notes1 p {
    padding: 0 0.5em;
  }
  .eventWebPage_body section .detail .tokuten_detail {
    margin: 0 0.5em 2em;
  }
  .eventWebPage_body section .detail .tokuten_detail div {
    font-weight: 600;
  }
  .eventWebPage_body section .summary {
    color: #741700;
    letter-spacing: 1px;
    line-height: 2em;
    font-weight: bold;
  }
  .eventWebPage_body section .detail .tokuten_detail div span.red {
    color: red;
  }
  .eventWebPage_body section .detail .tokuten_detail .img {
    text-align: center;
    padding: 0.5em;
  }
  .eventWebPage_body section .detail .notes_detail {
    padding: 0 0.5em 1em;
  }
  .eventWebPage_body section:last-child {
    font-size: 5vw;
  }
}/*# sourceMappingURL=2024last-mile-niigata.css.map */