@charset "UTF-8";
.single-event {
  font-family: "Noto Sans Japanese", sans-serif;
  width: 100%;
  padding: 5.3333333333vw 0 8vw;
}
@media screen and (min-width: 768px) {
  .single-event {
    padding: 2.0833333333vw 0 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event {
    padding: 30px 0 40px;
  }
}
.single-event__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .single-event__title {
    font-size: 3.5rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event__title {
    margin-bottom: 30px;
  }
}
.single-event__date {
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 4.5333333333vw;
  padding-left: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .single-event__date {
    font-size: 2rem;
    margin-bottom: 1.5277777778vw;
    padding-left: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event__date {
    margin-bottom: 22px;
    padding-left: 40px;
  }
}
.single-event__date:before {
  top: 0.5333333333vw;
  left: 0;
  content: "";
  position: absolute;
  background-image: url("../img/single-event/single-event_date_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.456vw;
  height: 4.584vw;
}
@media screen and (min-width: 768px) {
  .single-event__date:before {
    top: 0.1388888889vw;
    content: "";
    position: absolute;
    background-image: url("../img/single-event/single-event_date_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.7451388889vw;
    height: 1.7944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event__date:before {
    top: 2px;
    content: "";
    position: absolute;
    background-image: url("../img/single-event/single-event_date_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 25.13px;
    height: 25.84px;
  }
}
.single-event__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .single-event__wrapper {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event__wrapper {
    gap: 10px;
  }
}
.single-event__category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.6vw;
  font-size: 1rem;
  font-weight: 600;
  background-color: #61C6B2;
  color: #ffffff;
  padding: 0.5333333333vw 0 0.8vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .single-event__category {
    font-size: 1.7rem;
    width: 8.3333333333vw;
    padding: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event__category {
    width: 120px;
    padding: 5px;
  }
}
.single-event__category--blue {
  background-color: #56C3D1;
}
.single-event__category--orange {
  background-color: #FBB14E;
}
.single-event__category--green {
  background-color: #61C6B2;
}
.single-event__category--pink {
  background-color: #FFAA9F;
}
.single-event__category--purple {
  background-color: #C685CE;
}
.single-event__category--lime {
  background-color: #ADC91E;
}
.single-event__category--light-blue {
  background-color: #529BBC;
}
.single-event__category--light-purple {
  background-color: #C685CE;
}
.single-event__category--yellow {
  background-color: #EDC109;
}
.single-event__container {
  border-bottom: 0.2666666667vw solid #E5E5E5;
  padding: 4.5333333333vw 0 8vw;
}
@media screen and (min-width: 768px) {
  .single-event__container {
    border-bottom: 0.0694444444vw solid #E5E5E5;
    padding: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event__container {
    border-bottom: 1px solid #E5E5E5;
    padding: 50px;
  }
}
.single-event img {
  width: 100%;
  height: auto;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .single-event img {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event img {
    margin-bottom: 30px;
  }
}
.single-event h2,
.single-event h3,
.single-event h4,
.single-event h5,
.single-event h6 {
  color: #61C6B2;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .single-event h2,
  .single-event h3,
  .single-event h4,
  .single-event h5,
  .single-event h6 {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event h2,
  .single-event h3,
  .single-event h4,
  .single-event h5,
  .single-event h6 {
    margin-bottom: 15px;
  }
}
.single-event h2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .single-event h2 {
    font-size: 5rem;
  }
}
.single-event h3 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .single-event h3 {
    font-size: 4rem;
  }
}
.single-event h4 {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .single-event h4 {
    font-size: 3.6rem;
  }
}
.single-event h5 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .single-event h5 {
    font-size: 3rem;
  }
}
.single-event h6 {
  font-size: 2rem;
}
.single-event p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .single-event p {
    font-size: 1.5rem;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event p {
    margin-bottom: 40px;
  }
}
.single-event p:last-child {
  margin-bottom: 0;
}
.single-event li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .single-event li {
    font-size: 1.5rem;
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event li {
    margin-bottom: 28px;
  }
}
.single-event li:before {
  position: absolute;
  content: "・";
  left: 0;
}
.single-event table {
  width: 100%;
}
.single-event td {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 4.8vw;
}
@media screen and (min-width: 768px) {
  .single-event td {
    font-size: 1.5rem;
    padding: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-event td {
    padding: 18px;
  }
}