@charset "UTF-8";
/* CSS Document */
.section-top__main-image img {
  width: 1440px;
  height: 700px;
  object-fit: contain;
  object-position: top;
  margin: 0;
}
.section-lead {
  color: #025959;
  margin: 0 auto;
}
.section-lead h2 {
  font-size: 30px;
  text-decoration: underline;
  text-align: center;
  padding-top: 60px;
  margin: 0 auto 20px;
  width: 1440px;
}
.section-lead p {
  width: 1040px;
  font-size: 27px;
  text-align: justify;
  padding: 0 200px;
  margin: 0 auto 80px;
}
@media(max-width:480px) {
  .section-top__main-image img {
    width: 375px;
    height: 250px;
    object-fit: contain;
    object-position: top;
    margin: 0;
  }
  .section-lead {
    width: 100%;
  }
  .section-lead h2 {
    width: 325px;
    padding: 0 25px;
    font-size: 24px;
    margin: 0 auto;
  }
  .section-lead p {
    font-size: 18px;
    width: 325px;
    padding: 0 25px;
    margin: 30px auto 40px;
  }
}
.section-sea, .section-sashimi {
  display: flex;
  height: 300px;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 0 200px;
}
.section-sashimi {
  flex-flow: row-reverse;
}
.section-sea__main-image, .section-sashimi__main-image {
  display: block;
  height: 300px;
  width: 600px;
  margin: 0 auto;
}
.section-sea__description, .section-sashimi__description {
  display: block;
  background-color: #e9f1f2;
  text-align: left;
  width: 440px;
  height: 280px;
  padding: 20px 10px 0;
}
.section-sea__description h2, .section-sashimi__description h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.section-sea__description p, .section-sashimi__description p {
  font-size: 18px;
}
@media(max-width:480px) {
  .section-sea, .section-sashimi {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 375px;
    height: 620px;
    background-color: #e9f1f2;
  }
  .section-sea__main-image, .section-sashimi__main-image {
    width: 375px;
    height: 300px;
    margin: 20px auto;
  }
  .section-sea__description, .section-sashimi__description {
    text-align: left;
    width: 325px;
    margin: 0 auto;
  }
  .section-sea__description h2, .section-sashimi__description h2 {
    font-size: 20px;
  }
  .section-sea__description p, .section-sashimi__description p {
    font-size: 16px;
  }
}
.section-information {
  width: 1440px;
  height: 480px;
  background-color: #d9d9d9;
  padding-top: 100px;
  margin: 0 auto 50px;
}
.section-information h2 {
  color: #3c92a6;
  font-size: 30px;
  margin-bottom: 20px;
}
.section-information__list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.section-information__list li {
  background-color: #FFF;
  width: 300px;
  height: 335px;
  border-radius: 6px;
  margin: 0 auto;
}
.section-information__list img {
  width: 300px;
  height: 250px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 6px;
  margin: 0 auto;
}
.section-information__list h3 a {
  color: #3c92a6;
  font-size: 30px;
}
@media(max-width:480px) {
  .section-information {
    width: 375px;
    height: 800px;
    margin: 50px auto;
    padding: 0;
  }
  .section-information h2 {
    font-size: 24px;
    padding-top: 20px;
  }
  .section-information__list {
    display: flex;
    flex-direction: column;
    margin: 30px auto 0;
  }
  .section-information__list li {
    width: 325px;
    height: 200px;
    border-radius: 6px;
    margin: 0 auto 20px;
  }
  .section-information__list img {
    height: 140px;
    width: 60%;
  }
  .section-information__list h3 a {
    font-size: 24px;
  }
}