@charset "UTF-8";
/* CSS Document */
.section-top h1 {
  font-size: 36px;
  color: #025959;
  width: 1440px;
  margin: 60px auto;
}
.section-fishing, .section-view {
  display: flex;
  width: 1440px;
  height: 400px;
  margin: 0 auto 50px;
}
.section-view {
  flex-flow: row-reverse;
}
.section-fishing img, .section-view img {
  display: block;
  width: 940px;
  height: 400px;
  margin: 0 auto;
}
.section-fishing__description {
  display: block;
  width: 500px;
  height: 400px;
  background-color: #d9ab73;
  text-align: left;
}
.section-view__description {
  display: block;
  width: 500px;
  height: 400px;
  background-color: #3c92a6;
  text-align: left;
}
.section-fishing__description h2, .section-view__description h2 {
  font-size: 30px;
  color: #FFF;
  padding: 20px 10px 0;
  margin-bottom: 10px;
}
.section-fishing__description p, .section-view__description p {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 50px;
  padding: 0 10px;
}
.section-sightseeing {
  display: flex;
  width: 1440px;
  height: 500px;
  margin: 0 auto;
}
.section-sightseeing__image2, .section-sightseeing__image1 {
  width: 470px;
  height: 500px;
}
.section-sightseeing__description {
  display: block;
  width: 500px;
  height: 500px;
  background-color: #b1bf49;
  text-align: left;
}
.section-sightseeing__description h2 {
  font-size: 30px;
  color: #FFF;
  padding: 20px 10px 0;
  margin-bottom: 10px;
}
.section-sightseeing__description p {
  font-size: 24px;
  color: #FFF;
  padding: 0 10px;
}
.section-ceo h2 {
  font-size: 36px;
  color: #025959;
  width: 1440px;
  margin: 50px auto;
}
.section-ceo h3 {
  font-size: 30px;
  width: 1440px;
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .section-top h1 {
    font-size: 30px;
    width: 375px;
    margin: 50px auto;
  }
  .section-fishing, .section-view {
    width: 375px;
    height: 410px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px;
  }
  .section-fishing img, .section-view img {
    display: block;
    width: 375px;
    height: 400px;
    margin: 0 auto;
  }
  .section-fishing__description, .section-view__description {
    text-align: left;
    width: 375px;
    height: 200px;
  }
  .section-fishing__description h2, .section-view__description h2 {
    font-size: 24px;
    display: block;
    text-align: left;
    padding: 10px;
    margin: 0 auto;
  }
  .section-fishing__description p, .section-view__description p {
    font-size: 16px;
  }
  .section-sightseeing {
    width: 375px;
    height: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .section-sightseeing__description {
    text-align: left;
    width: 375px;
    height: 300px;
  }
  .section-sightseeing__image2, .section-sightseeing__image1 {
    display: block;
    width: 375px;
    height: 400px;
    margin: 0 auto;
  }
  .section-sightseeing__description h2 {
    display: block;
    font-size: 24px;
    padding: 10px;
    margin: 0 auto;
  }
  .section-sightseeing__description p {
    font-size: 16px;
    width: 325px;
    margin: 0 auto;
  }
  .section-ceo h2 {
    font-size: 30px;
    display: block;
    text-align: center;
    width: 375px;
    margin: 50px auto 30px;
  }
  .section-ceo h3 {
    font-size: 24px;
    display: block;
    text-align: center;
    width: 375px;
    margin: 0 auto 30px;
  }
}