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

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

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

a:hover {
  opacity: 0.8;
}

.common-btn a {
  width: 300px;
  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 {
  width: 300px;
  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 {
  width: 300px;
  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 .footer-frex-item {
  width: 30%;
}

footer .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: 6rem 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 .hobbyLength {
  font-size: 15px;
  padding: 4px 0 4px 0;
}

.introduce .introduce-row .cards-row .cards .cards-top .hobbyLengthL {
  font-size: 8px;
  padding: 4px 0 4px 0;
}

.introduce .introduce-row .cards-row .cards .cards-top .hobbyLengthXl {
  font-size: 6px;
  padding: 4px 0 4px 0;
}

.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 .cards-schedule {
  max-width: 120px;
  width: 100%;
  margin: 0;
}

.introduce .introduce-row .cards-row .cards .cards-body .cards-schedule .table {
  display: block;
  width: 100% !important;
  height: calc(100vh/5);
  overflow-y: scroll;
  overflow-x: hidden;
}

.introduce .introduce-row .cards-row .cards .cards-body .cards-schedule .table::-webkit-scrollbar {
  width: 1px;
}

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

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

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

@media all and (min-width: 768px) and (max-width: 1024px) {
  .introduce-row {
    padding-bottom: 3rem !important;
  }
  .reservation-description {
    padding-top: 18rem !important;
  }
}

@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 .cards-schedule {
    height: 8rem !important;
  }
  .introduce-row .cards-row .cards .cards-body .cards-schedule .table {
    height: 130px !important;
  }
  .introduce-row .cards-row .cards .cards-body .cards-schedule .table td {
    padding: 0 !important;
  }
}

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

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

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

a:hover {
  opacity: 0.8;
}

.common-btn a {
  width: 300px;
  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 {
  width: 300px;
  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 {
  width: 300px;
  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 .footer-frex-item {
  width: 30%;
}

footer .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: 6rem 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 .hobbyLength {
  font-size: 15px;
  padding: 4px 0 4px 0;
}

.introduce .introduce-row .cards-row .cards .cards-top .hobbyLengthL {
  font-size: 8px;
  padding: 4px 0 4px 0;
}

.introduce .introduce-row .cards-row .cards .cards-top .hobbyLengthXl {
  font-size: 6px;
  padding: 4px 0 4px 0;
}

.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 .cards-schedule {
  max-width: 120px;
  width: 100%;
  margin: 0;
}

.introduce .introduce-row .cards-row .cards .cards-body .cards-schedule .table {
  display: block;
  width: 100% !important;
  height: calc(100vh/5);
  overflow-y: scroll;
  overflow-x: hidden;
}

.introduce .introduce-row .cards-row .cards .cards-body .cards-schedule .table::-webkit-scrollbar {
  width: 1px;
}

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

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

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

@media all and (min-width: 768px) and (max-width: 1024px) {
  .introduce-row {
    padding-bottom: 3rem !important;
  }
  .reservation-description {
    padding-top: 18rem !important;
  }
}

@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 .cards-schedule {
    height: 8rem !important;
  }
  .introduce-row .cards-row .cards .cards-body .cards-schedule .table {
    height: 130px !important;
  }
  .introduce-row .cards-row .cards .cards-body .cards-schedule .table td {
    padding: 0 !important;
  }
}

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

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

.bg-maincolor__top .teacher-row {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

.teacher-table .js-relativeClass {
  max-width: 306px !important;
  white-space: nowrap;
  vertical-align: middle;
}

.teacher-table .hobbyLengthL {
  font-size: 9px;
}

.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 {
  width: 80%;
  margin: 0 auto;
}

.schedule .table {
  max-width:1000px;
  overflow-y: scroll;
  height: calc(100vh / 2);
  font-size: 100%;
  background-color: white;
}

.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: 830px !important;
  }
  .teacher-table .teacher-name h2 {
    color: white !important;
    text-align: center;
    padding: 1rem 0 1rem 0;
  }
  .teacher-table tr {
   
    flex-direction: column;
  }
  .teacher-table tr .table-data {
    min-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
  }
  .hobbyLengthL {
    font-size: 3px !important;
  }
  iframe {
    width: auto;
    height: auto;
  }
  .schedule-container {
    width: 95% !important;
  }
}

.mypage-top .mypage-title {
  margin: 5rem 0 7rem 0;
}

.mypage-top .bg-subcolor {
  height: 0.5rem;
  background-color: #b89849;
}

.mypage-top .bg-maincolor__mypage {
  height: 250px;
  background-color: #232323;
  position: relative;
}

.mypage-top .bg-maincolor__mypage .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  position: absolute;
  top: -5rem;
  right: 0;
  left: 0;
  z-index: 99;
}

.mypage-top .bg-maincolor__mypage .container-fluid .table {
  border: 4px solid black;
  background-color: white;
}

.mypage-top .bg-maincolor__mypage .container-fluid .plan-btn .common-btn {
  max-width: 350px;
  margin: 0 auto;
}

.mypage-top .bg-maincolor__bottom {
  height: 2rem;
  background-color: #232323;
}

.mypage-top .bg-subcolor__bottom {
  height: 0.5rem;
  background-color: #b89849;
}

.reservation .container {
  max-width: 800px;
  margin-top: 10%;
}

/* .schedule {
  background-color: #dcdcdc;
} */

.schedule .schedule-container {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid black;
}

.schedule .commonbtn {
  justify-content: space-between;
}
.schedule .next-week {
  max-width: 560px;
  margin: 0 auto;
}

.schedule .reservation-btn input {
  margin: 0 auto;
  max-width: 250px;
}

.schedule .next-week {
  width: 80%;
  margin: 0 auto;
}

.schedule .table {
  max-width: 1000px;
  overflow-y: scroll;
  height: calc(100vh / 2);
  font-size: 100%;
  background-color: white;
}

.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;
}

.reservation-btn {
  max-width: 250px;
}

.separation .bg-dark__top,
.separation .bg-light {
  height: 1rem;
  background-color: #232323;
}

.separation .bg-light {
  height: 1rem;
}

.separation .bg-dark__bottom {
  height: 3rem;
  background-color: #232323;
}

.mypage-bottom .favorite-teacher {
  margin: 5rem 0 10rem 0;
}

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

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

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

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

.mypage-bottom .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;
}

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

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

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

.mypage-bottom .introduce-row .cards-row .cards .cards-top .hobbyLength {
  font-size: 15px;
  padding: 4px 0 4px 0;
}

.mypage-bottom .introduce-row .cards-row .cards .cards-top .hobbyLengthL {
  font-size: 8px;
  padding: 4px 0 4px 0;
}

.mypage-bottom .introduce-row .cards-row .cards .cards-top .hobbyLengthXl {
  font-size: 6px;
  padding: 4px 0 4px 0;
}

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

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

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

.mypage-bottom .introduce-row .cards-row .cards .cards-body .cards-schedule {
  max-width: 120px;
  width: 100%;
  margin: 0;
}

.mypage-bottom .introduce-row .cards-row .cards .cards-body .cards-schedule .table {
  display: block;
  width: 100% !important;
  height: calc(100vh/5);
  overflow-y: scroll;
  overflow-x: hidden;
}

.mypage-bottom .introduce-row .cards-row .cards .cards-body .cards-schedule .table::-webkit-scrollbar {
  width: 1px;
}

.mypage-bottom .introduce-row .cards-row .cards .cards-body .cards-schedule .table tbody, .mypage-bottom .introduce-row .cards-row .cards .cards-body .cards-schedule .table tr, .mypage-bottom .introduce-row .cards-row .cards .cards-body .cards-schedule .table td {
  width: 100% !important;
}

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

.mypage-bottom .introduce-row .bg-maincolor__fav {
  height: 320px;
}

.dotted-btn {
  max-width: 230px;
}

.pagetop-btn {
  height: 3rem;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .dotted-btn {
    margin-top: 14rem;
  }
}

@media screen and (max-width: 480px) {
  .bg-maincolor__mypage {
    height: 470px !important;
  }
  .schedule .common-btn {
    flex-direction: column;
  }
  .table {
    width: 100%;
    margin: 0 auto;
    height: calc(100vh / 2);
  }
  .mypage-bottom .favorite-teacher {
    margin: 4rem 0 3rem 0;
  }
  .mypage-bottom .bg-maincolor__fav {
    height: 260px;
  }
  .dotted-btn {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=mypage.css.map */