@charset "UTF-8";
/* CSS Document */
.header {
  position: relative;
}
.header-bg img {
  vertical-align: middle;
}
.header-logo {
  position: absolute;
  max-width: 85px;
  top: 16px;
  left: 15px;
}
.header-title {
  position: absolute;
  max-width: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
   .header {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }  
  .header-bg img {
    height: 382px;
    width: 100%;
    object-fit: cover;
  }
  .header-logo {
    position: absolute;
    max-width: 180px;
    top: 30px;
    left: 30px;
  }
  .header-title {
    position: absolute;
    max-width: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.main {
  padding: 40px 40px 100px 40px;
}
.about {
  margin: 0 auto;
  max-width: 300px;
}
.about h2 {
  font-size: 1.7rem;
  padding-bottom: 10px;
  line-height: 3.0rem;
}
.about_p1, .about_p2 {
  font-size: 1.2rem;
  line-height: 2.0rem;
}
.about_p1 {
  padding-bottom: 10px;
}
.about_p2 {
  padding-bottom: 80px;
}
.event {
  margin: 0 auto;
  max-width: 300px;
}
.event-title {
  position: relative;
}
.event-title h2 {
  color: #7195bd;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08rem;
}
.event-title_illust {
  position: absolute;
  width: 60px;
  top: -46px;
  right: 8px;
}
.event-title_line {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 150px;
}
.event-desc p {
  font-size: 1.3rem;
}
.event-desc p a {
  color: #9e8772;
}
.event-box {
  padding: 0 20px;
}
.event-box_text {
  padding-bottom: 30px;
}
.event-box_text p {
  font-size: 1.2rem;
  line-height: 2.3rem;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .main { 
    padding: 60px 0 150px 0;
  }
  .about {
    max-width: 530px;
    padding-bottom: 60px;
    margin: 0 auto;
  }
  .pc-none {
    display: none;
  }
  .about h2 {
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
  .about p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .event {
    max-width: 960px;
  }
  .event h2 {
    font-size: 2.0rem;
    padding-bottom: 10px;
  }
  .event-title_line {
    padding-bottom: 50px;
  }
  .event-title_illust {
    width: 80px;
    top: -70px;
    right: 290px;
  }
  .event-box {
    display: flex;
    flex-direction: row-reverse;
  }
  .event-box_text {
    flex: 5;
    padding: 0 60px;
  }
  .event-box_text p {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .event-box_image {
    flex: 6;
  }
}
