@charset "UTF-8";
/* CSS Document */
.section-top h1 {
  width: 1440px;
  font-size: 36px;
  margin: 60px auto;
  color: #025959;
}
.fundamental-plan {
  width: 1440px;
  height: 760px;
  background-color: #e9f1f2;
  padding: 20px 0;
  margin: 0 auto;
}
.fundamental-plan h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.morning-plan h3, .night-plan h3, .charter-plan h3 {
  width: 1240px;
  height: 50px;
  background-color: #4597aa;
  font-size: 24px;
  color: #FFF;
  text-align: left;
  padding: 5px 0 0 200px;
}
.morning-plan p, .night-plan p, .charter-plan p {
  width: 1040px;
  font-size: 18px;
  text-align: left;
  padding-left: 200px;
  margin: 20px 0;
}
.section-comment p {
  font-size: 18px;
  text-align: left;
  padding-left: 200px;
  margin: 10px 0;
}
.tourist-plan, .section-rental {
  width: 1440px;
  height: 290px;
  background-color: #e9f1f2;
  padding: 20px 0;
  margin: 50px auto 0;
}
.tourist-plan h2, .section-rental h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.tourist-plan h3 {
  width: 1240px;
  height: 50px;
  background-color: #4597aa;
  font-size: 24px;
  color: #FFF;
  text-align: left;
  padding: 5px 0 0 200px;
}
.tourist-plan p, .section-rental p {
  width: 1040px;
  font-size: 18px;
  text-align: left;
  padding-left: 200px;
  margin: 20px 0;
}
.rental-bg {
  width: 1440px;
  height: 50px;
  background-color: #4597aa;
}
@media(max-width:480px) {
  .section-top h1 {
    font-size: 30px;
    width: 375px;
    margin: 50px auto;
    text-align: center;
  }
  .fundamental-plan {
    width: 375px;
    height: 635px;
    padding: 20px 0;
    margin: 0 auto;
  }
  .fundamental-plan h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .morning-plan h3, .night-plan h3, .charter-plan h3 {
    width: 355px;
    height: 30px;
    font-size: 18px;
    padding: 5px 0 0 20px;
  }
  .morning-plan p, .night-plan p, .charter-plan p {
    width: 325px;
    font-size: 16px;
    padding-left: 20px;
    margin: 20px 0;
  }
  .section-comment p {
    font-size: 16px;
    padding-left: 20px;
    margin: 10px 0;
  }
  .tourist-plan, .section-rental {
    width: 375px;
    height: 260px;
    padding: 20px 0;
    margin: 40px auto 0;
  }
  .tourist-plan h2, .section-rental h2 {
    font-size: 18px;
  }
  .tourist-plan h3 {
    width: 355px;
    height: 30px;
    font-size: 18px;
    padding: 5px 0 0 20px;
  }
  .tourist-plan p, .section-rental p {
    width: 325px;
    font-size: 16px;
    padding-left: 20px;
    margin: 20px 0;
  }
  .rental-bg {
    width: 375px;
    height: 30px;
    background-color: #4597aa;
  }
}
.section-calendar h2 {
  width: 1440px;
  font-size: 36px;
  color: #025959;
  margin: 50px auto;
}
.section-calendar p {
  width: 1440px;
  font-size: 24px;
  margin: 30px auto;
}
.section-information {
  width: 1440px;
  height: 470px;
  background-color: #d9d9d9;
  margin: 30px auto;
}
.section-information h2 {
  font-size: 30px;
  color: #3c92a6;
  text-align: center;
  padding: 20px 0;
}
.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: 350px;
  height: 300px;
  border-radius: 6px;
  margin: 0 auto;
}
.section-information__list h3 {
  font-size: 18px;
  text-align: center;
  padding: 20px 0 10px;
}
.section-information__list img {
  width: 350px;
  height: 170px;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 6px;
  margin: 0 auto;
}
.section-information__list p {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}
.section-information__list a {
  font-size: 20px;
  color: #333;
  text-align: center;
  padding: 20px 0;
}
@media(max-width:480px) {
  .section-calendar h2 {
    width: 375px;
    font-size: 30px;
    margin: 40px auto;
  }
  .section-calendar p {
    width: 375px;
    font-size: 18px;
    margin: 30px auto;
  }
  .section-information {
    width: 375px;
    height: 705px;
    margin: 30px auto;
    text-align: center;
  }
  .section-information h2 {
    font-size: 24px;
  }
  .section-information__list {
    display: flex;
    flex-direction: column;
    max-width: 325px;
    margin: 30px auto;
  }
  .section-information__list li {
    background-color: #FFF;
    width: 325px;
    height: 250px;
    border-radius: 6px;
    margin: 0 auto 20px;
  }
  .section-information__list h3 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
  }
  .section-information__list img {
    width: 325px;
    height: 130px;
    object-fit: contain;
    object-position: 50% 50%;
    border-radius: 6px;
    margin: 0 auto;
  }
  .section-information__list p {
    font-size: 16px;
    padding: 10px 0;
  }
  .section-information__list a {
    font-size: 18px;
    padding: 0 auto 30px;
  }
}
.section-access {
  width: 1440px;
  height: 610px;
  background-color: #d9d9d9;
  padding: 20px 0;
  margin: 0 auto;
}
.section-access h2 {
  font-size: 30px;
  color: #3c92a6;
  margin-bottom: 20px;
}
.section-access address {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.section-access__map iframe {
  width: 1040px;
  height: 300px;
  border: solid 1px #333;
  margin: 0 auto;
}
@media(max-width:480px) {
  .section-access {
    width: 375px;
    height: 580px;
    margin: 0 auto;
    text-align: center;
  }
  .section-access h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section-access address {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  .section-access__map iframe {
    width: 325px;
    height: 300px;
    border: solid 1px #333;
    margin: 0 auto;
  }
}