.mb0 {
  margin-bottom: 0 !important;
}

.mvInfo.full-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(60, 60, 65, 0.5);
  text-align: center;
}

.balletConts {
  padding: 90px 0;
}

.balletConts__title {
  margin: 85px 0 50px;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

.ballet__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1120px;
}

.balletItem__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.balletItem {
  width: calc((100% - 58px)/2);
  margin-bottom: 50px;
}

.balletItem__title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: 400;
  border-bottom: 1px solid #000;
}

.balletItem__img {
  margin-bottom: 20px;
}

.balletItem__img img {
  display: block;
  width: 100%;
  height: auto;
}

.balletItem_link {
  display: inline;
  color: #ad7c1a;
  text-decoration: underline;
}

.balletConts__para {
  margin-bottom: 20px;
  text-align: center;
}

.studio__warapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.studio__img {
  width: calc((100% - 69px)/4);
}

.balletConts.bg-pale-pink {
  background-color: #f1e8dd;
}

.balletConts__para.red {
  color: #e62a2a;
}

.table__lesson_fee {
  width: 100%;
  border-collapse: collapse;
}

.table__lesson_fee thead th {
  width: 20%;
  padding: 10px;
  border: 1px solid #999;
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
}

.table__lesson_fee tbody th,
.table__lesson_fee tbody td {
  width: 20%;
  padding: 20px;
  border: 1px solid #999;
  font-size: 1.8rem;
  text-align: center;
}

.table__lesson_fee tbody th {
  background-color: #9a8265;
  color: #fff;
}

.table__lesson_fee tbody td {
  background-color: #fff;
}

.lectureReset__ballet {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 440px;
}

.lectureReset__text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
}

.schoolList__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.schoolList__Item {
  width: calc((100% - 120px)/4);
  margin-bottom: 20px;
  max-width: 250px;
}

.schoolList__Item+.schoolList__Item {
  margin-left: 40px;
}

.schoolList__Item:nth-of-type(4n+1) {
  margin-left: 0;
}

.schoolList__Item a {
  display: block;
}

.schoolName {
  margin-top: 5px;
}

.schoolList__desc {
  color: #9a8265;
}

.coursename__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.coursename__list li {
  display: inline-block;
  color: #9a8265;
}

.coursename__list li+li {
  margin-left: 17px;
}

@media screen and (max-width: 1000px) {

  .table__lesson_fee thead th {
    padding: 0.91vw 0.5vw;
    font-size: 1.5rem;
  }

  .table__lesson_fee tbody th,
  .table__lesson_fee tbody td {
    padding: 1.82vw;
    font-size: 1.5rem;
  }

}

@media screen and (max-width: 850px) {

  .table__lesson_fee thead th {
    padding: 0.91vw 0.5vw;
    font-size: 1.2rem;
  }

  .table__lesson_fee tbody th,
  .table__lesson_fee tbody td {
    padding: 1.82vw;
    font-size: 1.2rem;
  }
}

@media (min-width: 641px) and (max-width: 1000px) {
  .balletItem {
    width: calc((100% - 4.7vw)/2);
  }

  .studio__img {
    width: calc((100% - 6.9vw)/4);
  }

  .schoolList__Item {
    width: calc((100% - 6.06vw)/3);
    max-width: 60.2vw;
  }

  .schoolList__Item+.schoolList__Item {
    margin-left: 2.9vw;
  }

  .schoolList__Item:nth-of-type(3n+1) {
    margin-left: 0;
  }

}

@media screen and (max-width: 640px) {
  .balletConts {
    padding: 60px 0;
  }

  .balletConts__title {
    margin: 55px 0 40px;
    font-size: 1.8rem;
  }

  .balletItem__title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: 400;
    border-bottom: 1px solid #000;
  }

  .balletItem__title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .balletItem__img {
    width: 85%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .balletItem {
    width: 100%;
    margin-bottom: 40px;
  }

  .balletItem.mb0 {
    margin-bottom: 40px !important;
  }

  .studio__img {
    width: calc((100% - 3.91vw)/2);
  }

  .studio__img:first-of-type,
  .studio__img:nth-of-type(2) {
    margin-bottom: 3.91vw;
  }

  .table__lesson_fee thead th {
    padding: 0.8rem;
    font-size: 1.5rem;
  }

  .table__lesson_fee tbody th,
  .table__lesson_fee tbody td {
    padding: 0.8rem;
    font-size: 1.5rem;
  }

  .lectureReset__text {
    font-size: 1.6rem;
  }

  .table__wrapper {
    overflow-x: auto;
  }

  .table__lesson_fee {
    width: 780px;
  }

  .table__wrapper::-webkit-scrollbar {
    height: 3px;
  }

  .table__wrapper::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .table__wrapper::-webkit-scrollbar-thumb {
    background: #999;
  }

  .schoolList__Item {
    width: calc((100% - 3.91vw)/2);
    max-width: 74.22vw;
  }

  .schoolList__Item+.schoolList__Item {
    margin-left: 3.91vw;
  }

  .schoolList__Item:nth-of-type(2n+1) {
    margin-left: 0;
  }

  .schoolName {
    font-size: 1.3rem;
  }

  .balletConts__para {
    text-align: left;
  }

  .balletConts__para.text-center {
    text-align: center;
  }

}