@charset "utf-8";
/* CSS Document */
.section-top {
  margin-bottom: 80px;
}
.section-top__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.section-top h2 {
  padding-top: 10px;
  font-size: 2.0rem;
  font-family: "Cinzel", serif;
}
.section-top h3 {
  font-size: 1.3rem;
  padding-top: 4px;
  margin-bottom: 20px;
  font-weight: 400;
}
.section-top p {
  margin: 0 24px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: left;
}
@media(min-width: 960px) {
  .section-top {
    margin-bottom: 120px;
  }
  .section-top__main-image img {
    margin-bottom: 60px;
  }
  .section-top h2 {
    font-size: 2.8rem;
  }
  .section-top h3 {
    font-size: 1.5rem;
  }
  .section-top__image-message {
    font-size: 2.0rem;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: left;
    padding: 25px 0 0 24px;
  }
  .section-top p {
    font-size: 1.8rem;
    line-height: 4.5rem;
    margin: 40px 280px 0 280px;
  }
}
.section-child, .section-adult, .section-price {
  margin: 0 24px 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-child img, .section-adult img, .section-price img {
  width: 260px;
  height: 170px;
  margin: 0 -30px 0 30px;
}
.section-child__lead {
  width: 250px;
  background-color: rgba(226, 226, 226, 0.5);
  padding: 30px 20px 20px;
  margin: -25px 30px 0 -30px;
  top: 300px;
  left: 0;
}
.section-adule__lead {
  width: 250px;
  background-color: rgba(226, 226, 226, 0.5);
  padding: 30px 20px 20px;
  margin: -25px 30px 0 -30px;
  top: 300px;
  left: 0;
}
.section-price__lead {
  width: 250px;
  background-color: rgba(226, 226, 226, 0.5);
  padding: 30px 20px 20px;
  margin: -25px 30px 0 -30px;
  top: 300px;
  left: 0;
}
.section-child h2, .section-adult h2, .section-price h2 {
  font-size: 1.8rem;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2rem;
}
.section-child h3, .section-adult h3, .section-price h3 {
  padding-top: 8px;
  font-size: 1.5rem;
  font-weight: 500;
}
.section-child p, .section-adult p, .section-price p {
  padding-top: 10px;
  font-size: 1.3rem;
  text-align: left;
}
.section-child a, .section-adult a, .section-price a {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  text-decoration: none;
  padding-top: 20px;
}
.section-child hr, .section-adult hr, .section-price hr {
  height: 1px;
  background-color: #333;
  margin: 5px auto 0;
}
@media(min-width: 960px) {
  .section-child, .section-adult, .section-price {
    margin: 0 200px 160px 200px;
  }
  .section-child img, .section-price img {
    width: 320px;
    height: 200px;
    margin: 0 -120px 0 120px;
  }
  .section-child__lead, .section-price__lead {
    width: 300px;
    height: 200px;
    margin: -40px 120px 0 -120px;
    padding: 30px 40px 0px 40px;
  }
  .section-child a, .section-price a {
    font-size: 2.5rem;
    margin: -80px -200px 0 200px;
  }
  .section-adult img {
    width: 320px;
    height: 200px;
    margin: 0 120px 0 -120px;
  }
  .section-adule__lead {
    width: 300px;
    height: 200px;
    padding: 30px 40px 0px 40px;
    margin: -40px -120px 0 120px;
  }
  .section-adult a {
    font-size: 2.5rem;
    margin: -80px 200px 0 -200px;
  }
}
.section-access {
  margin: 0 24px 80px;
  text-align: left;
}
.section-access h2 {
  font-family: "Cinzel", serif;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 1.5rem;
  padding-bottom: 30px;
  text-align: center;
}
.section-access__warp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-access iframe {
  width: 250px;
  height: 180px;
}
.section-access__address {
  top: 300px;
}
.section-access__break:after {
  content: "\A";
  white-space: pre;
}
.section-access address {
  font-style: normal;
  font-size: 1.5rem;
  line-height: 3.0rem;
  font-family: "Cinzel", serif;
  padding: 30px 0 20px 0;
}
.section-access h4 {
  padding-top: 20px;
  font-size: 2.0rem;
  font-weight: 600;
}
.section-access p {
  padding: 10px 0 30px;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 3.0rem;
  font-family: "Cinzel", serif;
  ;
}
@media(min-width: 960px) {
  .section-access {
    margin: 300px 200px 150px;
  }
  .section-access h2 {
    display: block;
    text-align: center;
    font-family: "Cinzel", serif;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 1.5rem;
    padding-bottom: 60px;
  }
  .section-access__warp-little {
    display: flex;
    flex-direction: row;
  }
  .section-access iframe {
    width: 350px;
    height: 280px;
  }
  .section-access__address {
    margin-left: 60px;
  }
  .section-access__break:after {
    content: "";
  }
  .section-access address {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .section-access h4 {
    padding-top: 50px;
    font-size: 2.0rem;
    font-weight: 600;
  }
  .section-access p {
    padding: 10px 0 30px;
    font-size: 1.8rem;
  }
  .section-access__map-btn {
    width: 180px;
    height: 30px;
    border-radius: 20px;
    margin-top: 50px;
  }
  .section-access__map-btn a {
    text-decoration: none;
    color: #333;
    display: block;
    padding-top: 3px;
  }
}
.section-inquiry {
  margin: 0 24px 80px;
  padding: 30px 20px 15px;
  display: block;
  background-image: url("../images/INQUIRY/109-02.jpg")
}
.section-inquiry h2 {
  font-size: 2.5rem;
}
.section-inquiry p {
  font-size: 1.5rem;
  text-align: left;
  line-height: 2.5rem;
  padding-bottom: 10px;
  margin: 0 auto;
}
.inquiry-btn {
  padding-top: 20px;
}
.instagram_inquiry img {
  padding-right: 40px;
  height: 56px;
  width: 56px;
}
.line_inquiry img {
  height: 41px;
  width: 41px;
  padding-bottom: 8px;
}
@media(min-width: 960px) {
  .section-inquiry {
    margin: 0 200px 80px 200px;
    display: inline-block;
    padding: 30px 180px 0px 180px;
  }
  .instagram_inquiry img {
    padding-right: 60px;
    height: 76px;
    width: 76px;
  }
  .line_inquiry img {
    height: 56px;
    width: 56px;
    padding-bottom: 10px;
  }
}