@charset 'utf-8';

/* =========================================================
 イベント
========================================================= */
.fullContents .eventText * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.4;
}

.fullContents .eventText a {
  color: #1372ef;
  pointer-events: all;
}

.fullContents .eventText a:hover {
  color: #dd0000;
}

.eventBox {
  margin: 0 auto;
  background-color: #ffffff;
}

.eventBox:last-of-type {
  margin-bottom: 0;
}

.eventTitle h3 {
  background-image: none;
  background-color: #ff6374;
  font-family: inherit;
  color: #ffffff;
  text-indent: 0;
  margin: 0;
  position: static;
  box-sizing: border-box;
  font-weight: bold;
  border: 0;
  height: auto;
  line-height: 1.35;
}

.eventTitle h3::first-letter {
  font-size: 1em;
  color: inherit;
}

.eventTitle h3::before,
.eventTitle h3::after {
  content: none;
}

.eventItems {
  margin: 0 auto;
}

.eventImage img {
  width: 100%;
  height: auto;
}

.eventText {
  overflow: hidden;
  vertical-align: baseline;
  line-height: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
}

.periodDays {
  color: red;
  font-weight: bold;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  #event {
    margin-bottom: 50px;
  }

  .eventBox {
    width: 940px;
    margin-bottom: 40px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }

  .eventTitle h3 {
    margin-bottom: 15px;
    font-size: 24px;
    padding: 10px 0.8em 12px;
  }

  .eventItems {
    width: 910px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
  }

  .eventImage {
    margin-right: 5px;
  }

  .eventImage img {
    width: 360px;
  }

  .eventText {
    width: 100%;
  }

  .periodDays {
    font-size: 18px;
    width: 910px;
    margin: 0 auto 15px;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  #event {
    margin-bottom: 8%;
  }

  .eventBox {
    margin-bottom: 7%;
  }

  .eventTitle h3 {
    font-size: 4.5vw;
    margin-bottom: 2%;
    padding: 1.3% 1em 1.8%;
  }

  .eventItems {
    width: 96%;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
    padding: 2%;
    box-sizing: border-box;
  }

  .eventImage {
    margin-bottom: 2%;
    padding: 2%;
  }

  .periodDays {
    font-size: 3.8vw;
    width: 94%;
    margin: 0 auto 2%;
  }
}