@charset "utf-8";
/* CSS Document */
/*ページトップに戻る*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10%;
  bottom: 0;
  z-index: 999;
}
#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0aa';
  font-size: 60px;
  color: #316e24;
}
.first-view {
  max-width: 1200px;
  height: 500px;
  background-image: url("../images/event/top-main-pc.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 1200px 500px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.first-view-text {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 24px;
}
.first-view-text h1 {
  color: #323050;
  text-shadow:
    0 0 5px #fff, 0 0 13px #EFB000, 0 0 16px #FFEC5C, 0 0 20px #FFEC5C, 0 0 20px #FFEC5C;
}
.first-view-text p {
  color: #FFFFFF;
}
.main-content {
  max-width: 800px;
  background-color: #f3f7fc;
  margin-left: auto;
  margin-right: auto;
}
.bg-img {
  width: 100%;
  height: 100vh;
  background-image: url("../images/event/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.content-title {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.schedule, .participate {
  padding-bottom: 50px;
}
.main-content h2 {
  font-size: 24px;
  width: 60%;
  color: #fff;
  font-weight: bold;
  background-color: #001f52;
  text-align: center;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.content-title p, .schedule p, .participate p {
  font-size: 16px;
  padding-top: 20px;
  text-align: center;
  line-height: 1.5;
}
.event-picture {
  padding-top: 20px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0 auto;
}
.event-picture img {
  width: 350px;
  height: auto;
}
.event-picture p {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
}
span {
  color: #FF0000;
}
@media(max-width: 800px) {
  /*ページトップに戻る*/
  #page_top {
    right: 0%;
  }
  .first-view {
    max-width: 750px;
    background-image: url("../images/event/top-main-sp.png");
    background-size: 750px 500px;
    align-items: center;
  }
  .first-view-text h1 {
    font-size: 40px;
  }
  .main-content {
    width: 90vw;
  }
  .main-content h2 {
    width: 80%;
  }
  .event-picture img {
    width: 250px;
    height: auto;
  }
} /*@media*/