@charset "utf-8";
/* CSS Document */
.section-top {
  padding-bottom: 80px;
}
.section-top__image {
  height: 230px;
  background-image: url("../images/CLASS_PRICE/cute-little-ballerinas-in-pink-ballet-costume-child-in-a-pointe-shoes-is-dancing-in-the-room-kid-in-dance-class.jpg");
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-weight: 600;
  position: relative;
}
.section-top h2 {
  font-size: 2.0rem;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2rem;
  position: absolute;
  width: 100%;
  top: 100px;
  right: 50px;
  font-weight: 600;
}
.section-top h3 {
  font-size: 1.5rem;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2rem;
  position: absolute;
  width: 100%;
  top: 130px;
  right: 45px;
}
.section-top p {
  padding: 40px 24px 0 24px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3.0rem;
  text-align: left;
}
@media(min-width: 960px) {
  .section-top__image {
    height: 350px;
    background-position: 50% 35%;
  }
  .section-top h2 {
    font-size: 2.2rem;
    top: 150px;
  }
  .section-top h3 {
    font-size: 1.5rem;
    position: absolute;
    top: 190px;
  }
}
.section-class {
  padding: 0 24px 30px 24px;
}
.section-class h2 {
  font-size: 2.5rem;
  text-align: left;
  padding-bottom: 20px;
  font-weight: 500;
  font-family: 'Lora', serif;
}
.section-class__child ul {
  list-style: none;
}
.section-class__child ul li {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  background-color: #e4c1b5;
}
.section-class__child img {
  width: 260px;
  height: 170px;
  padding-top: 30px;
  object-fit: cover;
  object-position: center;
}
.section-class__description {
  padding: 30px;
  width: 260px;
  margin: 0 auto;
  text-align: left;
}
.word1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-right: 10px;
}
.word2 {
  font-size: 1.6rem;
  margin-right: 30px;
}
.word3 {
  font-size: 1.4rem;
}
.word4 {
  font-size: 2.0rem;
  margin-left: 100px;
}
.section-class__description hr {
  margin: 0 0px 20px 0;
}
.section-class__child p {
  font-size: 1.4rem;
  line-height: 3.5rem;
}
@media(min-width: 960px) {
  .section-class {
    padding: 0px 200px 80px 200px;
  }
  .section-class h2 {
    font-size: 4.0rem;
    padding-bottom: 40px;
  }
  .section-class__child ul {
    margin: 0 50px;
    list-style: none;
  }
  .section-class__child ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    background-color: #F9F9F9;
    width: 300px;
    margin-right: 40px;
  }
  .section-class__child ul li:last-child {
    margin-right: 0;
  }
  .section-class__child img {
    width: 100%;
    height: 200px;
    padding-top: 0;
  }
  .section-class__description {
    padding: 20px;
  }
}
.section-adult {
  padding-bottom: 80px;
}
.section-adult__image {
  height: 230px;
  background-image: url("../images/CLASS_PRICE/AdobeStock_659782888.jpeg");
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-weight: 600;
  position: relative;
}
.section-adult h2 {
  font-size: 2.0rem;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2rem;
  position: absolute;
  width: 100%;
  top: 100px;
  left: 90px;
  font-weight: 600;
}
.section-adult h3 {
  font-size: 1.5rem;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2rem;
  position: absolute;
  width: 100%;
  top: 130px;
  left: 85px;
}
.section-class__adult ul {
  list-style: none;
}
.section-class__adult ul li {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  background-color: #EAE6E1;
}
.section-class__adult img {
  width: 260px;
  height: 170px;
  padding-top: 30px;
  object-fit: cover;
  object-position: center;
}
.section-class__description_adult {
  padding: 30px;
  width: 260px;
  margin: 0 auto;
  text-align: left;
}
.word5 {
  font-size: 2.5rem;
  font-weight: 600;
}
.word6 {
  font-size: 1.6rem;
}
.section-class__description_adult hr {
  margin: 0 0px 20px 0;
}
.section-class__adult p {
  font-size: 1.4rem;
  line-height: 3.5rem;
}
@media(min-width: 960px) {
  .section-adult__image {
    height: 350px;
    background-position: 50% 35%;
  }
  .section-adult h2 {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    position: absolute;
    width: 100%;
    top: 170px;
    left: 180px;
    font-weight: 600;
  }
  .section-adult h3 {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    position: absolute;
    width: 100%;
    top: 200px;
    left: 175px;
  }
  .section-class__adult {
    display: block;
  }
  .section-class__adult ul {
    margin: 0 24px;
    list-style: none;
  }
  .section-class__adult ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: left;
    background-color: #F9F9F9;
    width: 300px;
    margin-right: 80px;
  }
  .section-class__adult ul li:last-child {}
  .section-class__adult img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    padding-top: 0;
  }
  .section-class__description_adult {
    padding: 20px;
  }
  .section-class__adult h3 {
    padding-bottom: 10px;
    font-size: 2.0rem;
  }
  .section-class__adult h4 {
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .section-class__adult p {
    font-size: 1.5rem;
    line-height: 3.5rem;
  }
}
.section-time {
  padding: 80px 200px 80px 200px;
}
.section-time h2 {
  font-size: 2.5rem;
  padding-bottom: 50px;
  font-weight: 600;
}
.table_design13 {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}
.table_design13 thead th {
  padding: 1em .8em;
  border-right: 2px solid#fff;
}
.table_design13 thead th {
  background: #e4c1b5;
  font-size: 1.5rem;
  padding: 0.5em;
}
.table_design13 thead th:nth-child(3) {
  position: relative;
}
.table_design13 tbody th, .table_design13 tbody td {
  border: 2px solid #fff;
}
.table_design13 tbody th {
  background-color: #eae6e1;
}
.table_design13 tbody td {
  background-color: #e6e8f1;
}
.table_design13 td:nth-child(3) {
  background: #eae6e1;
}
.table_design13 td:nth-child(5) {
  background: #eae6e1;
}
.table_design13 td:nth-child(7) {
  background: #eae6e1;
}
.section-time p {
  text-align: left;
  padding-top: 50px;
}
@media screen and (max-width: 787px) {
  .section-time {
    padding: 50px 24px 30px 24px;
  }
  .section-time h2 {
    padding-bottom: 30px;
  }
  .table-scroll {
    overflow-x: auto;
  }
}
.table-scroll {
  overflow: scroll;
}
.section-monthlyfee {
  padding: 80px 200px 80px 200px;
}
.section-monthlyfee h2 {
  font-size: 2.5rem;
  padding-bottom: 20px;
  font-weight: 600;
}
.section-monthlyfee h3 {
  font-size: 1.5rem;
  padding-bottom: 50px;
  text-align: center;
}
.table_design14 {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}
.table_design14 tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.table_design14 thead {
  border-bottom: 5px solid #e4c1b5;
}
.table_design14 tr:last-child {
  border-bottom: none
}
.table_design14 th, .table_design14 td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.table_design14 th:last-child, .table_design14 td:last-child {
  border: none;
}
.table_design14 tbody th {
  color: #25271f;
}
.section-monthlyfee p {
  text-align: left;
  padding-top: 50px;
}
@media screen and (max-width: 787px) {
  .section-monthlyfee {
    padding: 50px 24px 30px 24px;
  }
  .section-monthlyfee h2 {
    padding-bottom: 30px;
  }
  .table-scroll {
    overflow: scroll;
  }
}
.section-ticket {
  padding: 80px 200px 200px 200px;
}
.section-ticket h2 {
  font-size: 2.5rem;
  padding-bottom: 20px;
  font-weight: 600;
}
.section-ticket h3 {
  font-size: 1.5rem;
  padding-bottom: 50px;
  text-align: center;
}
.table_design15 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}
.table_design15 tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.table_design15 thead {
  border-bottom: 5px solid #9ec2c2;
}
.table_design15 tr:last-child {
  border-bottom: none
}
.table_design15 th, .table_design15 td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.table_design15 th:last-child, .table_design15 td:last-child {
  border: none;
}
.table_design15 tbody th {
  color: #25271f;
}
.section-ticket p {
  text-align: left;
  padding-top: 50px;
}
@media screen and (max-width: 787px) {
  .section-ticket {
    padding: 50px 24px 60px 24px;
  }
  .table-scroll {
    overflow: scroll;
  }
  .section-ticket h2 {
    padding-bottom: 30px;
  }
}
.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;
  }
}