@charset "UTF-8";
/* CSS Document */
.section_top {
  margin-bottom: 5vw;
  position: relative;
  margin-top: 160px;
  width: 100%;
}
.top_img {
  width: 100%;
  position: relative;
}
.top_img img {
  width: 100%;
}
.top_text01 {
  width: 6%;
  position: absolute;
  top: 50px;
  right: 180px;
  height: 38vw;
}
.top_text01 img {
  width: 100%;
}
.top_text02 {
  position: absolute;
  top: 250px;
  left: 110px;
  width: 6%;
  height: 35vw;
}
.top_text02 img {
  width: 100%;
}
@media(max-width:1024px) {
  .section_top {
    margin-top: 120px;
  }
  .top_text01 {
    top: 30px;
    right: 50px;
  }
  .top_text02 {
    top: 80px;
    left: 50px;
    width: 6%;
    height: 35vw;
  }
}
.section_info {
  position: relative;
  text-align: center;
  padding: 5vw 5vw 2vw;
  margin-bottom: 5vw;
  z-index: 1;
}
.fluid_shape_blue {
  width: 25%;
  position: absolute;
  top: 8%;
  left: 10%;
  z-index: -1;
}
.fluid_shape_yellow {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: -1;
}
.section_info h3 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.2vw;
  line-height: 5vw;
}
.section_info ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 6vw 6vw;
}
.section_info ul li {
  margin-right: 3vw;
}
.section_info ul li:last-child {
  margin-right: 0;
}
.section_info a {
  text-decoration: none;
  color: #333;
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 2rem;
}
.section_info_img {
  width: 90%;
  margin: 0 auto;
}
.section_info_img img {
  width: 100%;
}
@media (max-width:746px) {
  .fluid_shape_blue {
    width: 45%;
    left: 5%;
  }
  .fluid_shape_yellow {
    width: 45%;
    top: 50%;
    right: 5%;
  }
  .section_info h3 {
    font-size: 1.6rem;
    line-height: 8vw;
  }
  .section_info ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
  }
  .section_info ul li {
    margin-right: 0;
    width: 50%;
  }
  .section_info a {
    font-weight: 500;
    font-size: 1.6rem;
  }
  .section_info p {
    font-size: 1.5rem;
  }
  .section_info_img {
    width: 85%;
  }
}
.section_notice {
  position: relative;
  text-align: center;
  padding: 5vw;
  margin-bottom: 2vw;
  z-index: 1;
}
.section_notice_bg {
  width: 100%;
}
.section_notice_bg img {
  width: 80%;
  position: absolute;
  top: -12vw;
  left: 7vw;
  z-index: -1;
}
.crab {
  width: 7%;
  position: absolute;
  top: 12.7vw;
  left: 28vw;
  z-index: -1;
}
.crab img {
  width: 100%;
}
.fishes_large {
  width: 15%;
  position: absolute;
  top: 40vw;
  left: 22vw;
  z-index: -1;
}
.fishes_large img {
  width: 100%;
}
.fishes_small {
  width: 7%;
  position: absolute;
  top: 10vw;
  right: 30vw;
  z-index: -1;
}
.fishes_small img {
  width: 100%;
}
.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-top: 2vw;
}
.section_notice ul {
  margin: 5vw 3vw;
  list-style: none;
  display: flex;
  justify-content: center;
}
.section_notice ul li {
  margin-right: 6vw;
  background-color: #fef5f9;
  margin-bottom: 40px;
  text-align: left;
  border-radius: 10px;
  width: 20%;
  max-width: 200px;
  box-shadow: rgb(0 0 0 / 5%) 10px 10px 25px;
}
.section_notice ul li:last-child {
  margin: 0 0 40px;
}
.section_notice__item_picture {
  width: 100%;
  object-position: 0 0;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  background-color: rgb(255, 255, 255);
}
.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;
}
.button {
  width: 22%;
  margin: 0 auto;
  min-width: 225px;
}
.button img {
  width: 100%;
}
@media(max-width:750px) {
  .section_notice_bg img {
    width: 80%;
  }
  .crab {
    width: 15%;
    top: 44%;
    left: 10%;
  }
  .fishes_small {
    width: 30%;
    top: 60%;
    right: 30%;
  }
  .fishes_large {
    width: 40%;
    top: 78%;
    left: 5%;
  }
  .section_notice h2 {
    font-size: 2rem;
    margin-top: 1vw;
  }
  .section_notice ul {
    flex-wrap: wrap;
  }
  .section_notice ul li {
    width: 40%;
    margin-right: 10vw;
  }
  .section_notice ul li:last-child {
    margin-right: 0;
  }
  .section_notice ul li:nth-child(2) {
    margin-right: 0;
  }
  .section_notice h3 {
    font-size: 1.5rem;
  }
  .section_notice__item-date {
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
}
.section_access {
  position: relative;
  text-align: center;
  padding: 5vw 10vw 20vw;
  margin-bottom: 5vw;
  z-index: 1;
}
.section_access h2 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 3rem;
  margin-top: 2vw;
}
.section_access address {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 2rem;
  color: #333;
  text-align: left;
  margin-top: 3vw;
  letter-spacing: 0.2rem;
  line-height: 2.2vw;
  font-style: normal;
}
.fluid_shape_pink {
  width: 30%;
  position: absolute;
  top: 2%;
  right: 5%;
  z-index: -1;
}
.section_access_map {
  height: 500px;
  border: solid 0.5px #333;
  margin-top: 3vw;
}
.section_access_map iframe {
  width: 100%;
  height: 100%;
}
.fluid_shape_purple {
  width: 23%;
  position: absolute;
  top: 78%;
  left: 10%;
  z-index: -1;
}
@media(max-width:746px) {
  .section_access {
    padding-bottom: 40vw;
    margin-bottom: 20vw;
  }
  .section_access h2 {
    font-size: 2rem;
    margin-top: 1vw;
  }
  .section_access address {
    font-size: 1.2rem;
    margin-top: 5vw;
    line-height: 5vw;
  }
  .fluid_shape_pink {
    width: 50%;
    position: absolute;
    top: 5%;
    right: 3%;
    z-index: -1;
  }
  .section_access_map {
    height: 400px;
    margin-top: 10vw;
  }
  .fluid_shape_purple {
    width: 50%;
    top: 75%;
  }
}