@charset "UTF-8";
/* CSS Document */
.section_top {
  margin-bottom: 5vw;
  position: relative;
  margin-top: 160px;
  width: 100%;
}
.top_img {
  width: 100%;
}
.top_img img {
  width: 100%;
}
.top_text {
  width: 25%;
  position: absolute;
  top: 50px;
  right: 180px;
}
.top_text img {
  width: 100%;
}
@media(max-width:1024px) {
  .section_top {
    margin-top: 120px;
  }
  .top_text {
    width: 35%;
    top: 8px;
    right: 20px;
  }
}
.section_notice {
  position: relative;
  text-align: center;
  padding: 5vw;
  margin-bottom: 2vw;
  z-index: 1;
}
.sunburst {
  width: 10%;
  margin: 0 auto;
}
.sunburst img {
  width: 100%;
}
.section_notice h2 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 3rem;
  margin: 2vw 0 5vw;
}
.bear {
  width: 10%;
  position: absolute;
  top: 9%;
  left: 20%;
}
.bear img {
  width: 100%;
}
.hedgehog {
  width: 10%;
  position: absolute;
  top: 10%;
  right: 20%;
}
.hedgehog img {
  width: 100%;
}
.section_notice ul {
  margin: 5vw auto;
  list-style: none;
  column-count: 4;
  width: 100%;
}
.section_notice ul li {
  background-color: #fef5f9;
  text-align: left;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 5%) 10px 10px 25px;
  max-width: 200px;
  min-width: 200px;
  width: 100%;
  min-height: 230px;
  margin: 0 auto 5vw;
}
.section_notice__item_picture {
  width: 100%;
}
.section_notice__item_picture img {
  width: 100%;
}
.section_notice__item_title {
  padding: 14px 16px;
}
.section_notice__item-date {
  padding: 0 20px 20px 16px;
}
.section_notice ul a {
  text-decoration: none;
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 1.5rem;
  color: #333;
}
.section_notice ol {
  list-style: none;
  margin-top: 5vw;
}
.section_notice a {
  text-decoration: none;
  color: #333;
}
.section_notice ol li {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  border: 0.5px solid #333;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  margin-left: 2vw;
  box-shadow: rgb(0 0 0 / 10%) 10px 10px 25px;
}
.page_01 {
  background-color: #B6D5E0;
}
.section_notice ol li:hover {
  background-color: #CAF3F5;
}
@media(max-width:1058px) {
  .bear {
    width: 10%;
    top: 4%;
  }
  .hedgehog {
    width: 10%;
    top: 5%;
  }
}
@media(max-width:1024px) {
  .section_notice h2 {
    font-size: 2rem;
  }
  .bear {
    width: 15%;
    top: 2%;
  }
  .hedgehog {
    width: 15%;
    top: 3%;
  }
  .section_notice ul {
  margin: 5vw 0 auto 5vw;
  list-style: none;
  column-count: 2;
  max-width: 80vw;
}
  .section_notice ul li {
    width: 50%;
    max-width: 200px;
    min-width: 100px;
  }
  .section_notice ul li {
  background-color: #fef5f9;
  text-align: left;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 5%) 10px 10px 25px;
  margin-bottom: 5vw;
  width: 100%;
  height: 246px;
}
  .section_notice ul a {
    font-size: 1.2rem;
  }
  .section_notice ol li {
    width: 30px;
    height: 30px;
    padding-top: 3px;
  }
  .section_notice__item_title {
    font-size: 1.5rem;
  }
  .section_notice__item-date {
    font-size: 1.3rem;
  }
}
@media(max-width:486px) {
  .bear {
    width: 15%;
    top: 1.8%;
  }
  .hedgehog {
    width: 15%;
    top: 2%;
  }
}