@charset "UTF-8";

.l-about {
  margin-bottom: 70px;
  margin-top: 50px;
}

.l-about__img {
  max-width: 1000px;
  margin: 0 auto;
}

.l-about__bnr {
  max-width: 463px;
  margin: 0 auto;
  margin-top: 30px;
}

.l-entry {
  margin-bottom: 70px;
}

.l-entry h2 {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.l-entry__bnrs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.l-sec+.l-sec {
  margin-top: 100px;
}

.l-sec__cnt {
  background-color: #fdb6d0;
  padding: 2px 15px 15px 2px;
  border-radius: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.l-sec__cnt-inner {
  border: 4px solid #000;
  background-color: #fff;
  border-radius: 60px;
  padding: 30px;
}

.l-news h2 img {
  max-width: 221px;
}

.l-sec__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-bottom: 65px;
}

.l-sec__ttl::before {
  content: "";
  height: 6px;
  width: 100%;
  display: block;
  background-color: #fdb6d0;
  order: 2;
}

.l-sec__ttl::after {
  content: "";
  width: 77px;
  height: 63px;
  background: url(../img/common/bird.png) no-repeat center / 59px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -24px;
  right: 0;
}

.l-news__item {
  font-size: 28px;
  font-weight: 600;
  gap: 45px;
  display: flex;
  padding: 0 30px;
}

.l-news__item:not(:last-child) {
  margin-bottom: 10px;
}

.l-cnt h2 img {
  max-width: 261px;
}

.l-cnt__item {
  display: flex;
  font-size: 31px;
  font-weight: 600;
  padding: 0 30px;
}

.l-cnt__item:not(:last-child) {
  margin-bottom: 26px;
}

.l-cnt__item dd {
  margin: 0;
}

.l-cnt__item dd p {
  margin: 0;
}

.l-cnt__item dd p:not(:last-child) {
  margin-bottom: 15px;
}

.l-cnt__item dd span {
  font-size: 21px;
}

.l-event h2 img {
  max-width: 703px;
}

.l-event__comingsoon {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 300px;
  margin-top: 150px;
}

.l-btns {
  max-width: 860px;
  margin: 0 auto;
  margin-top: 160px;
}

.l-btns__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 36px;
}

.l-btns__list li:nth-child(3) {
  grid-column: 1 / -1;
}

.l-contact {
  margin-top: 200px;
}

.l-contact__btn {
  max-width: 470px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .l-sec+.l-sec {
    margin-top: 30px;
  }

  .l-sec__cnt {
    padding: 2px 7px 10px 2px;
    border-radius: 30px;
  }

  .l-sec__cnt-inner {
    border-radius: 30px;
    padding: 15px 25px 40px;
  }
  
  .l-sec__ttl {
    gap: 15px;
    margin-bottom: 20px;
  }

  .l-sec__ttl::before {
    height: 4px;
  }

  .l-sec__ttl::after {
    width: 43px;
    height: 35px;
    bottom: -12px;
    background-size: 30px;
  }

  .l-sec__ttl img {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .l-about {
    margin-bottom: 30px;
  }

  .l-about__img {
  }

  .l-about__bnr {
    max-width: 247px;
  }

  .l-entry {
    margin-bottom: 50px;
  }

  .l-entry h2 {
    max-width: 250px;
  }

  .l-entry__bnrs {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .l-news h2 img {
    max-width: 143px;
  }

  .l-news__item {
    flex-direction: column;
    font-size: 18px;
    gap: 5px;
    padding: 0 5px;
  }

  .l-news__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .l-news__item dt {
    flex-shrink: 0;
  }

  .l-cnt h2 img {
    max-width: 170px;
  }

  .l-cnt__item {
    padding: 0 5px;
    font-size: 18px;
    gap: 10px;
  }

  .l-cnt__item dt {
    flex-shrink: 0;
  }

  .l-cnt__item dd p:not(:last-child) {
    margin-bottom: 5px;
  }

  .l-cnt__item dd span {
    font-size: 14px;
  }

  .l-cnt__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .l-event h2 img {
    max-width: 290px;
  }

  .l-btns {
    margin-top: 80px;
  }

  .l-btns__list {
    row-gap: 15px;
    column-gap: 15px;
  }

  .l-contact {
    margin-top: 80px;
  }
}