body {
  font-family: "Noto Serif JP", serif;
}

.bg-dark {
  background: #232323 !important;
}

h1 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  opacity: 0.8;
}

.common-btn a {
  max-width: 450px;
  background: linear-gradient(#a41c0e, #550f07);
  margin: 0 auto;
  padding: 15px 0 15px 0;
  font-size: 1.3rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
}

.common-btn a:hover {
  opacity: 0.8;
}

.common-btn button {
  max-width: 450px;
  background: linear-gradient(#a41c0e, #550f07);
  margin: 0 auto;
  padding: 15px 0 15px 0;
  font-size: 1.3rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  padding: 10px 90px 10px 90px;
  border-radius: 30px;
  border: none;
}

.common-btn button:hover {
  opacity: 0.8;
}

.dotted-btn a {
  max-width: 450px;
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 0 15px 0;
  font-size: 1.5rem;
  border-radius: 10px;
  border: 2px dashed black;
  color: black;
}

.parallel-btn {
  max-width: 450px;
  background: linear-gradient(#a41c0e, #550f07);
  margin: 0 auto;
  padding: 15px 0 15px 0;
  font-size: 1.3rem;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  padding: 5px 0 5px 0;
  font-size: 1rem;
}

.parallel-btn:hover {
  opacity: 0.8;
}

.footer-frex-item {
  width: 30%;
}

.ffitem-center {
  border-left: solid 1px white;
  border-right: solid 1px white;
}

@media screen and (max-width: 480px) {
  .footer-frex-item {
    width: 100%;
  }
  .ffitem-center {
    border: none;
  }
}

a {
  text-decoration: none;
  color: white;
}

.introduce .introduce-title {
  padding: 7rem 0 15rem 0;
}

.introduce .introduce-row {
  position: relative;
  padding-bottom: 10rem;
}

.introduce .introduce-row .bg-subcolor {
  height: 10px;
  background-color: #b89849;
}

.introduce .introduce-row .bg-maincolor {
  height: 320px;
}

.introduce .introduce-row .cards-row {
  max-width: 870px;
  position: absolute;
  top: -8rem;
  right: 0;
  left: 0;
}

.introduce .introduce-row .cards-row .cards {
  width: 22%;
  border-top-left-radius: 87px 87px;
  border-top-right-radius: 87px 87px;
  z-index: 77;
  border: 3px solid #b89849;
  position: relative;
  cursor: pointer;
}

.introduce .introduce-row .cards-row .cards .cards-img {
  position: absolute;
  top: -12px;
  left: -2.3px;
  width: 102%;
}

.introduce .introduce-row .cards-row .cards .cards-img img {
  width: 101% !important;
  border: 3px solid #b89849;
  border-radius: 50%;
  margin-top: -2px;
}

.introduce .introduce-row .cards-row .cards .cards-top {
  padding-top: 175px;
}

.introduce .introduce-row .cards-row .cards .cards-top .evaluation {
  width: 70%;
  height: 2rem;
}

.introduce .introduce-row .cards-row .cards .cards-top .evaluation .star {
  color: #ff9900;
}

.introduce .introduce-row .cards-row .cards .cards-body {
  border-top: 3px dotted #b89849;
}

.introduce .introduce-row .cards-row .cards .cards-body .schedule {
  max-width: 115px;
  width: 90%;
}

.introduce .introduce-row .cards-row .cards .cards-body .schedule .table {
  width: 100% !important;
}

.introduce .introduce-row .cards-row .cards:hover {
  background-color: #94d4f7 !important;
  opacity: 1;
}

.introduce .reservation-description {
  padding-top: 7rem;
}

@media screen and (max-width: 480px) {
  .introduce-title {
    padding: 4rem 0 4rem 0 !important;
  }
  .introduce-row {
    padding-bottom: 2rem !important;
  }
  .introduce-row .cards-row {
    top: 2rem !important;
  }
  .introduce-row .cards-row .cards {
    width: 22% !important;
  }
  .introduce-row .cards-row .cards .cards-top {
    padding-top: 60px !important;
  }
  .introduce-row .cards-row .cards .cards-top p {
    margin-bottom: 0;
  }
  .introduce-row .cards-row .cards .cards-top .evaluation {
    margin-bottom: 0 !important;
  }
  .introduce-row .cards-row .cards .cards-body {
    padding: 10px 0 10px 0 !important;
  }
  .introduce-row .cards-row .cards .cards-body .schedule {
    height: 8rem !important;
  }
  .introduce-row .cards-row .cards .cards-body .schedule td {
    padding: 0;
  }
}

.bg-subcolor__top {
  margin-top: 9rem;
  height: 0.5rem;
  background-color: #b89849;
}

.bg-maincolor__top {
  background-color: #232323;
  height: 340px;
}

.container-fluid {
  max-width: 800px !important;
  top: -5rem !important;
}

.teacher-img img {
  width: 82%;
  border-radius: 50%;
}

.youtube .youtube-container {
  width: 80%;
  margin: 0 auto;
}

.decoration .maincolor-top {
  background-color: #232323;
  height: 0.5rem;
}

.decoration .subline {
  height: 0.5rem;
}

.decoration .maincolor-bottom {
  background-color: #232323;
  height: 2rem;
}

.schedule .next-week {
  max-width: 560px;
  margin: 0 auto;
}

.schedule .table {
  max-width: 1000px;
  overflow-y: scroll;
  height: calc(100vh / 1.5);
}

.schedule .table .corner {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}

.schedule .table .table-head {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.schedule .table-body__head {
  position: sticky;
  left: 0;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .bg-maincolor__top {
    height: 750px !important;
  }
  iframe {
    width: auto;
    height: auto;
  }
}
/*# sourceMappingURL=teacher.css.map */