@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 150%;
}

.event h3 {
  font-size: 35px;
  text-align: center;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -5px;
  color: #2d9c9e;
  margin: 50px auto;
}
.event .block {
  width: 800px;
  margin: 100px auto;
  position: relative;
  margin-bottom: 200px;
  max-width: 80%;
}
.event .book_box {
  position: relative;
}
.event .swiper-container3 {
  padding: 5% 6% 10% 6%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 800px;
  height: auto;
  max-width: 100%;
  transform: translate(-50%, 0%);
}
.event .book {
  display: flex;
  gap: 8%;
  height: 100%;
}
.event .book .left {
  width: 46%;
  text-align: center;
}
.event .book .right {
  width: 46%;
  align-self: center;
}
.event h4 {
  font-size: 27px;
  text-align: center;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -5px;
  color: #003f75;
  margin: 10% auto 5% auto;
  padding: 10px 20px;
  display: block;
  position: relative;
}
.event h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  max-width: 80%;
  height: 2px;
  background: #003f75;
  transform: translate(-50%, 0);
}
.event h5 {
  margin: 0% auto 50px auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 170%;
}
.event p {
  text-align: left;
  line-height: 200%;
}

.photo img {
  width: 100%;
  margin: 0 auto;
  padding: 3%;
  background: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.swiper-container4 {
  margin-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.swiper-container4 .photo img {
  width: 100%;
}
.swiper-container4 .swiper-pagination {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.swiper-container4 .swiper-pagination .swiper-pagination-bullet {
  background: #728fa7;
  opacity: 1;
}
.swiper-container4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #003f75;
}

.swiper-button-next2,
.swiper-button-prev2 {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2d9c9e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 800;
  cursor: pointer;
}

.swiper-button-next2 {
  padding-left: 20px;
}

.swiper-button-prev2 {
  padding-right: 20px;
}

.swiper-button-next2 {
  right: -10%;
}

.swiper-button-prev2 {
  left: -10%;
}

.swiper-pagination2 {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.swiper-pagination2 .swiper-pagination-bullet {
  background: #728fa7;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
  background: #003f75;
}

.sub_title4 .block {
  padding: 100px 0 100px 0;
}

.sub_title4 .top_bg1 {
  width: 220px;
  left: 5%;
  top: -5%;
  transform: translate(0, 0);
  z-index: -1;
}

.sub_title4 .top_bg2 {
  width: 300px;
  right: 5%;
  top: auto;
  bottom: -10%;
  transform: translate(0, 0);
  z-index: -1;
}

.sp_book {
  display: none;
}

@media screen and (max-width: 900px) {
  .event .block {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .pc_book {
    display: none;
  }
  .sp_book {
    display: block;
    height: -moz-max-content;
    height: max-content;
  }
  .event .book {
    flex-direction: column-reverse;
    gap: 0;
    padding: 30px 13% 30px 10%;
  }
  .event .book_box {
    background-image: url(../../src/event/sp/book.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .event h4 {
    padding: 20px 0;
    padding-top: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .event h5 {
    margin-bottom: 20px;
  }
  .event .swiper-container3 {
    position: static;
    transform: translate(0);
  }
  .event h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .event .book .left {
    width: 100%;
  }
  .event .book .right {
    width: 100%;
  }
  .swiper-button-next2,
  .swiper-button-prev2 {
    position: static;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .swiper-button-prev2 {
    padding-right: 15px;
  }
  .swiper-button-next2 {
    padding-left: 15px;
  }
  .sw_btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
  }
  .swiper-pagination2 {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .sub_title4 .block {
    padding: 50px 0 50px 0;
  }
  .sub_title4 .block h2,
  .sub_title4 .block p {
    position: relative;
  }
  .sub_title4 .top_bg1 {
    top: -30px;
    left: -10px;
    width: 40px;
    z-index: -1;
  }
  .sub_title4 .top_bg2 {
    bottom: -50px;
    right: -10px;
    width: 100px;
    z-index: -1;
  }
  .event h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .event .book .left {
    width: 100%;
  }
  .event .book .right {
    width: 100%;
  }
}/*# sourceMappingURL=event.css.map */