@charset "UTF-8";
/* width */
.scroll-style::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.scroll-style::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-style::-webkit-scrollbar-thumb {
  background: #123a78;
}

/* Handle on hover */
.scroll-style::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.subpageArea01 {
  padding-top: 0;
}

.subpageTitle01 {
  background-image: url("../images/bg_common01.jpg");
}
.subpageTitle01 span {
  width: 74px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .subpageTitle01 span {
    width: 60px;
    height: 16px;
  }
}

.teacherContent01 {
  border: 1px solid #113a78;
}

.tabContentList01 {
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .tabContentList01 {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .tabContentList01 {
    padding: 20px;
  }
}
@media screen and (max-width: 360px) {
  .tabContentList01 {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .tabContentList01 .searchbtn01 {
    color: #113a78;
    padding: 10px 0;
    border: 1px solid #113a78;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .tabContentList01 .searchbtn01:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-right: 2px solid #113a78;
    border-bottom: 2px solid #113a78;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 15px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tabContentList01 .searchbtn01.on:after {
    border: 0;
    border-top: 2px solid #113a78;
    border-left: 2px solid #113a78;
    top: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .tabContentList01 .searchDropdown01:not(table) {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tabContentList01 .searchDropdown01:not(table) {
    padding-top: 20px;
    display: none;
  }
}
.tabContentList01 .searchDropdown01 td {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .tabContentList01 .searchDropdown01 td p {
    width: 52%;
  }
}
@media print, screen and (min-width: 768px) {
  .tabContentList01 .searchDropdown01 td p:first-child {
    margin-right: 20px;
  }
}
.tabContentList01 .searchDropdown01 .radio:after {
  background: #f46262;
}
.tabContentList01 .teacherDate {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tabContentList01 .teacherDate {
    margin-bottom: 20px;
  }
}
.tabContentList01 .teacherDate li {
  width: 96px;
  margin-right: 2px;
  background: #f9f7ef;
  line-height: 1.3;
}
.tabContentList01 .teacherDate li.active {
  font-size: 15px;
  background: #ef7878;
}
.tabContentList01 .teacherDate li.active a {
  color: #fff;
}
.tabContentList01 .teacherDate a {
  padding: 18px 0 16px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .tabContentList01 .teacherDate a {
    padding: 20px 0 14px;
  }
}
.tabContentList01 .checkboxArea01 {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tabContentList01 .checkboxArea01 {
    margin-bottom: 5px;
  }
}
.tabContentList01 .checkboxArea01 li {
  font-size: 16px;
  height: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .tabContentList01 .checkboxArea01 li {
    margin-right: 55px;
  }
}
@media screen and (max-width: 768px) {
  .tabContentList01 .checkboxArea01 li {
    font-size: 14px;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .tabContentList01 .checkboxArea01 li {
    width: 48%;
  }
}
@media print, screen and (min-width: 1101px) {
  .tabContentList01 .checkboxArea01 li:not(:nth-child(4n)) {
    margin-right: 55px;
  }
}
@media screen and (max-width: 500px) {
  .tabContentList01 .checkboxArea01 li:nth-child(2n+1) {
    width: 52%;
  }
}
@media screen and (max-width: 500px) {
  .tabContentList01 .checkboxArea01 li:last-child {
    width: 100%;
  }
}
.tabContentList01 .checkboxArea01 .checkbox:before {
  border-radius: 0;
}
@media print, screen and (min-width: 769px) {
  .tabContentList01 .checkboxArea01 .checkbox:before {
    top: 2px;
  }
}
.tabContentList01 .checkboxArea01 .checkbox:after {
  width: 9px;
  height: 16px;
  border-color: #f46262;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  left: 1px;
}
@media screen and (max-width: 768px) {
  .tabContentList01 .checkboxArea01 .checkbox:after {
    top: 2px;
    left: 0;
  }
}
.tabContentList01 .checkboxArea01 .checkbox input[type=checkbox] {
  outline: none;
}
.tabContentList01 .checkboxArea01 .checkbox.checked {
  overflow: visible;
}
.tabContentList01 .checkboxArea01 .checkbox.checked:before {
  border-color: #f46262;
}
.tabContentList01 .checkboxArea01 .checkbox.checked:after {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tabContentList01 .checkboxArea01 .checkbox.checked:after {
    top: -1px;
    left: 3px;
  }
}
.tabContentList01 .checkboxArea01 .checkbox.checked input[type=checkbox] {
  opacity: 0;
}
.tabContentList01 .searchBox01 {
  max-width: 336px;
  margin: 0 auto;
}
.tabContentList01 .searchBox01 input {
  width: 100%;
  height: 36px;
  padding: 2px 0 0 10px;
  border: 1px solid #c9c5b5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media all and (-ms-high-contrast: none) {
  .tabContentList01 .searchBox01 input {
    padding-top: 5px;
  }
}
.tabContentList01 .searchBox01 input:focus {
  outline: none;
}
.tabContentList01 table {
  font-size: 16px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tabContentList01 table {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tabContentList01 th,
.tabContentList01 td {
    display: block;
  }
}
.tabContentList01 th {
  width: 100px;
}
.tabContentList01 td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabContentList01 td p:nth-child(2) {
  margin: 0 10px;
}
.tabContentList01 .selectBox01 {
  width: 110px;
}
@media print, screen and (min-width: 768px) {
  .tabContentList01 .selectBox01 {
    height: 33px;
  }
}
.tabContentList01 .selectBox01 select {
  font-size: 16px;
}
.tabContentList01 .btn01 {
  max-width: 190px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .tabContentList01 .btn01 {
    margin-top: 20px;
  }
}
.tabContentList01 .btn01 input {
  height: 36px;
  background-image: none;
  border-radius: 18px;
}
@media all and (-ms-high-contrast: none) {
  .tabContentList01 .btn01 input {
    padding-top: 5px;
  }
}
.tabContentList01 .btn01 input:placeholder, .tabContentList01 .btn01 input:-ms-input-placeholder, .tabContentList01 .btn01 input:-ms-input-placeholder {
  color: #c9c5b5;
}
.tabContentList01 .slick-prev,
.tabContentList01 .slick-next {
  width: 43px;
  height: 43px;
  top: 48%;
}
@media screen and (max-width: 767px) {
  .tabContentList01 .slick-prev,
.tabContentList01 .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) and (min-width: 401px) {
  .tabContentList01 .slick-prev,
.tabContentList01 .slick-next {
    top: 48%;
  }
}
@media screen and (max-width: 360px) {
  .tabContentList01 .slick-prev,
.tabContentList01 .slick-next {
    top: 48%;
  }
}
.tabContentList01 .slick-prev:before,
.tabContentList01 .slick-next:before {
  content: "";
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .tabContentList01 .slick-prev:before,
.tabContentList01 .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
.tabContentList01 .slick-prev {
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .tabContentList01 .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 400px) {
  .tabContentList01 .slick-prev {
    left: -6%;
  }
}
.tabContentList01 .slick-prev:before {
  background-image: url("../../mypage/common/images/ico_prev01.svg");
}
.tabContentList01 .slick-next {
  right: -20px;
}
@media screen and (max-width: 900px) {
  .tabContentList01 .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 400px) {
  .tabContentList01 .slick-next {
    right: -6%;
  }
}
.tabContentList01 .slick-next:before {
  background-image: url("../../mypage/common/images/ico_next01.svg");
}

.teacherContentList01 {
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .teacherContentList01 {
    padding: 20px 0 30px;
  }
}

.teacherSelectArea01 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .teacherSelectArea01 {
    margin-top: 20px;
  }
}
.teacherSelectArea01 .selectBox01 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .teacherSelectArea01 .selectBox01 {
    width: 176px;
  }
}
.teacherSelectArea01 .teacherSelectList01 {
  clear: both;
}
.teacherSelectArea01 .teacherSelectList01:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .teacherSelectArea01 .teacherSelectList01:not(:last-child) {
    margin-bottom: 30px;
  }
}
.teacherSelectArea01 .cardList01 tbody {
  border-top: 1px solid #113a78;
  border-bottom: 1px dashed #113a78;
}
.teacherSelectArea01 .cardList01 tr:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.teacherSelectArea01 .cardList01 td {
  width: 19.9%;
  padding: 15px 0;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .teacherSelectArea01 .cardList01 td {
    width: 21.11%;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .cardList01 td {
    width: 21.3%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 360px) {
  .teacherSelectArea01 .cardList01 td {
    width: 21.2%;
  }
}
.teacherSelectArea01 .cardList01 td:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 900px) {
  .teacherSelectArea01 .cardList01 td:first-child {
    width: 14.6%;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .cardList01 td:first-child {
    width: 13.2%;
  }
}
@media screen and (max-width: 360px) {
  .teacherSelectArea01 .cardList01 td:first-child {
    width: 13.4%;
  }
}
.teacherSelectArea01 table {
  width: 100%;
}
.teacherSelectArea01 .teacherSelectList01 thead,
.teacherSelectArea01 .teacherSelectList01 tbody,
.teacherSelectArea01 .teacherSelectList01 th,
.teacherSelectArea01 .teacherSelectList01 td {
  display: block;
}
.teacherSelectArea01 .teacherSelectList01 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teacherSelectArea01 .teacherSelectList01 th,
.teacherSelectArea01 .teacherSelectList01 td {
  width: 148px;
}
@media all and (-ms-high-contrast: none) {
  .teacherSelectArea01 .teacherSelectList01 th,
.teacherSelectArea01 .teacherSelectList01 td {
    width: 146px;
  }
}
@media screen and (max-width: 1100px) {
  .teacherSelectArea01 .teacherSelectList01 th,
.teacherSelectArea01 .teacherSelectList01 td {
    width: 20%;
  }
}
.teacherSelectArea01 .teacherSelectList01 thead {
  border-top: 1px solid #113a78;
  border-bottom: 1px dashed #113a78;
}
.teacherSelectArea01 .teacherSelectList01 thead th {
  padding: 15px 0;
}
@media screen and (max-width: 1100px) {
  .teacherSelectArea01 .teacherSelectList01 thead th {
    width: 19.9%;
  }
}
@media screen and (max-width: 900px) {
  .teacherSelectArea01 .teacherSelectList01 thead th {
    width: 21.11%;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherSelectList01 thead th {
    width: 21.3%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 360px) {
  .teacherSelectArea01 .teacherSelectList01 thead th {
    width: 21.2%;
  }
}
.teacherSelectArea01 .teacherSelectList01 thead th:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 900px) {
  .teacherSelectArea01 .teacherSelectList01 thead th:first-child {
    width: 14.6%;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherSelectList01 thead th:first-child {
    width: 13.2%;
  }
}
@media screen and (max-width: 360px) {
  .teacherSelectArea01 .teacherSelectList01 thead th:first-child {
    width: 13.4%;
  }
}
.teacherSelectArea01 .teacherSelectList01 tbody {
  height: 385px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherSelectList01 tbody {
    height: 240px;
  }
}
.teacherSelectArea01 .teacherSelectList01 tbody tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teacherSelectArea01 .teacherSelectList01 tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.teacherSelectArea01 .teacherSelectList01 tbody th,
.teacherSelectArea01 .teacherSelectList01 tbody td {
  font-weight: bold;
  min-height: 48px;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .teacherSelectArea01 .teacherSelectList01 tbody th,
.teacherSelectArea01 .teacherSelectList01 tbody td {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherSelectList01 tbody th,
.teacherSelectArea01 .teacherSelectList01 tbody td {
    font-size: 12px;
  }
}
.teacherSelectArea01 .teacherSelectList01 tbody th:not(:last-child),
.teacherSelectArea01 .teacherSelectList01 tbody td:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.teacherSelectArea01 .teacherSelectList01 tbody th {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .teacherSelectArea01 .teacherSelectList01 tbody th {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .teacherSelectArea01 .teacherSelectList01 tbody th {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherSelectList01 tbody th {
    font-size: 12px;
    width: 14.4%;
  }
}
.teacherSelectArea01 .teacherSelectList01 tbody td {
  color: #707070;
}
@media screen and (max-width: 900px) {
  .teacherSelectArea01 .teacherSelectList01 tbody td {
    width: 22%;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherSelectList01 tbody td {
    width: 23%;
  }
}
.teacherSelectArea01 .teacherSelectList01 tbody .tbodyText01 {
  height: 22px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media all and (-ms-high-contrast: none) {
  .teacherSelectArea01 .teacherSelectList01 tbody .tbodyText01 {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .teacherSelectArea01 .teacherSelectList01 tbody .tbodyText01 {
    height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherSelectList01 tbody .tbodyText01 {
    height: 18px;
  }
}
.teacherSelectArea01 .teacherSelectList01 tbody .reserveBtn01 {
  width: 104px;
  margin: 0 auto;
  background: #f46262;
  border-radius: 14px;
}
@media screen and (max-width: 900px) {
  .teacherSelectArea01 .teacherSelectList01 tbody .reserveBtn01 {
    width: 90%;
  }
}
.teacherSelectArea01 .teacherSelectList01 tbody a {
  color: #fff;
  padding: 4px 0 3px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .teacherSelectArea01 .teacherSelectList01 tbody a {
    padding: 6px 0 1px;
  }
}
.teacherSelectArea01 .teacherSelectImage01 {
  width: 118px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 1100px) {
  .teacherSelectArea01 .teacherSelectImage01 {
    width: 80%;
  }
}
.teacherSelectArea01 .teacherName01 {
  font-weight: bold;
  margin: 8px 0 5px;
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherName01 {
    font-size: 12px;
    margin: 4px 0;
  }
}
.teacherSelectArea01 .teacherName01 a {
  color: #113a78;
}
@media screen and (max-width: 767px) {
  .teacherSelectArea01 .starArea01 {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .starArea01 {
    width: 60px;
    background-size: 12px 28px;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .starList01 {
    background-position: 0 112%;
    background-size: 12px 28px;
  }
}
@media screen and (max-width: 767px) {
  .teacherSelectArea01 .reviewCount01 {
    margin-top: -5px;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .reviewCount01 {
    font-size: 12px;
  }
}
.teacherSelectArea01 .teacherCareer01 {
  font-size: 11px;
  font-weight: bold;
  width: 86px;
  margin: 5px auto 0;
  padding: 2px 0;
  background: #f2bd38;
}
@media all and (-ms-high-contrast: none) {
  .teacherSelectArea01 .teacherCareer01 {
    padding: 3px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .teacherSelectArea01 .teacherCareer01 {
    padding: 5px 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherCareer01 {
    font-size: 10px;
    width: 80%;
  }
}
.teacherSelectArea01 .teacherCareer01 span {
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  .teacherSelectArea01 .teacherCareer01 span {
    font-size: 13px;
  }
}

.subPageTitle02 {
  position: relative;
  font-size: 22px;
}

.favorite01 {
  width: 162px;
  height: 28px;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
}
@media all and (-ms-high-contrast: none) {
  .favorite01 {
    height: 30px;
  }
}
.favorite01 input {
  font-weight: bold;
  color: #93771c;
  width: 100%;
  height: 100%;
  padding: 2px 0 0 5px;
  background: url("../images/ico_index01.svg") no-repeat 8% 48%/15px 15px, #fff;
  border: 1px solid #93771c;
  border-radius: 2px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .favorite01 input {
    padding: 0;
  }
}
.favorite01 input:focus {
  outline: none;
}
.favorite01.favoriteOn input {
  color: #fff;
  padding-left: 15px;
  background: url("../images/ico_index01_on.svg") no-repeat 8% 48%/15px 15px, #93771c;
}

@media print, screen and (min-width: 501px) {
  .teacherDetail01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.teacherDetail01 .teacherImageArea01 {
  width: 230px;
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .teacherDetail01 .teacherImageArea01 {
    width: 36%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 500px) {
  .teacherDetail01 .teacherImageArea01 {
    width: auto;
    margin-bottom: 10px;
  }
}
.teacherDetail01 .teacherImage01 {
  margin-bottom: 5px;
  line-height: 0;
}
.teacherDetail01 table {
  max-width: 520px;
  width: 62%;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 500px) {
  .teacherDetail01 table {
    width: 100%;
  }
}
.teacherDetail01 tr:nth-child(odd) {
  background: #f3f3f3;
}
.teacherDetail01 th,
.teacherDetail01 td {
  padding: 11px 15px 8px;
}
@media all and (-ms-high-contrast: none) {
  .teacherDetail01 th,
.teacherDetail01 td {
    padding: 12px 15px 7px;
  }
}
.teacherDetail01 th {
  font-weight: bold;
  text-align: left;
  width: 165px;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 1050px) {
  .teacherDetail01 th {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .teacherDetail01 th {
    width: 115px;
    padding-right: 0;
  }
}

.movieArea01 {
  margin: 30px 0;
  padding: 30px;
  border-top: 1px dashed #113a78;
  border-bottom: 1px dashed #113a78;
}
@media all and (-ms-high-contrast: none) {
  .movieArea01 {
    overflow: hidden;
  }
}
.movieArea01 .movieSlide01 {
  width: 318px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .movieArea01 .movieSlide01 {
    width: 280px;
  }
}
@media screen and (max-width: 400px) {
  .movieArea01 .movieSlide01 {
    width: 260px;
  }
}
@media screen and (max-width: 360px) {
  .movieArea01 .movieSlide01 {
    width: 220px;
  }
}
.movieArea01 .modalOpen {
  position: relative;
}
.movieArea01 .modalOpen:focus {
  outline: none;
}
.movieArea01 .modalOpen:after {
  content: "";
  width: 70px;
  height: 70px;
  margin: auto;
  background: url("../images/ico_index02.svg") no-repeat 0 0/70px 70px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.movieArea01 .movieModalArea01 .modalArea01 {
  line-height: 0;
}
.movieArea01 .movieModalArea01 iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 767px) {
  .movieArea01 .movieModalArea01 iframe {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .movieArea01 .movieModalArea01 iframe {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .movieArea01 .movieModalArea01 iframe {
    height: 215px;
  }
}
@media screen and (max-width: 400px) {
  .movieArea01 .movieModalArea01 iframe {
    height: 160px;
  }
}
@media screen and (max-width: 360px) {
  .movieArea01 .movieModalArea01 iframe {
    height: 135px;
  }
}
.movieArea01 .slick-prev,
.movieArea01 .slick-next {
  width: 43px;
  height: 43px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .movieArea01 .slick-prev,
.movieArea01 .slick-next {
    width: 40px;
    height: 40px;
  }
}
.movieArea01 .slick-prev:before,
.movieArea01 .slick-next:before {
  content: "";
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .movieArea01 .slick-prev:before,
.movieArea01 .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
.movieArea01 .slick-prev {
  left: -55px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .movieArea01 .slick-prev {
    left: -15%;
  }
}
@media screen and (max-width: 360px) {
  .movieArea01 .slick-prev {
    left: -18%;
  }
}
.movieArea01 .slick-prev:before {
  background-image: url("../../mypage/common/images/ico_prev01.svg");
}
.movieArea01 .slick-next {
  right: -55px;
}
@media screen and (max-width: 500px) {
  .movieArea01 .slick-next {
    right: -15%;
  }
}
@media screen and (max-width: 360px) {
  .movieArea01 .slick-next {
    right: -18%;
  }
}
.movieArea01 .slick-next:before {
  background-image: url("../../mypage/common/images/ico_next01.svg");
}

.profileText01 {
  line-height: 1.8;
}

.reviewList01 li {
  padding: 15px 0;
  line-height: 1.8;
}
@media all and (-ms-high-contrast: none) {
  .reviewList01 li {
    padding: 18px 0 12px;
  }
}
.reviewList01 li:first-child {
  padding-top: 0;
}
.reviewList01 li:not(:last-child) {
  border-bottom: 1px dashed #dcdcdc;
}
.reviewList01 .reviewText01 {
  width: calc(100% - 240px);
  display: block;
}
@media screen and (max-width: 767px) {
  .reviewList01 .reviewText01 {
    width: 100%;
  }
}
.reviewList01 .more01 {
  margin-left: 15px;
  padding-right: 12px;
  position: relative;
}
.reviewList01 .more01:after {
  content: "";
  font-size: 10px;
  height: 12px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.reviewList01 .more01 span {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
}

.reviewModalArea01 {
  width: 1000px;
  height: 80%;
  padding: 30px 50px 110px 55px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .reviewModalArea01 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .reviewModalArea01 {
    padding: 25px 30px 90px 40px;
  }
}
@media screen and (max-width: 500px) {
  .reviewModalArea01 {
    padding: 25px 20px 85px;
  }
}
.reviewModalArea01 li {
  padding: 20px;
}
@media all and (-ms-high-contrast: none) {
  .reviewModalArea01 li {
    padding: 23px 20px 17px;
  }
}
@media screen and (max-width: 500px) {
  .reviewModalArea01 li {
    padding: 15px;
  }
}
.reviewModalArea01 li:nth-child(even) {
  background: #f3f3f3;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.reviewModalArea01 h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reviewModalArea01 p {
  line-height: 1.8;
}
.reviewModalArea01 .btn01 {
  color: #fff;
  padding: 5px 0 3px;
  background: #113a78;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .reviewModalArea01 .btn01 {
    margin-top: 25px;
  }
}

.teacherBtnArea01 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .teacherBtnArea01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.teacherBtnArea01 .allTeacherBtn01 {
  font-size: 18px;
  color: #fff;
  width: 200px;
  margin: 0;
  padding: 8px 0 6px;
  background: url("../../common/images/ico_common03.svg") no-repeat 92% 50%/25px 8px, #113a78;
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
@media all and (-ms-high-contrast: none) {
  .teacherBtnArea01 .allTeacherBtn01 {
    padding: 10px 0 4px;
  }
}
@media screen and (max-width: 640px) {
  .teacherBtnArea01 .allTeacherBtn01 {
    width: 230px;
    margin-bottom: 20px;
  }
}

.datePager01 {
  width: calc(100% - 270px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .datePager01 {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 640px) {
  .datePager01 {
    width: 100%;
  }
}
.datePager01 li {
  font-size: 12px;
  width: 80px;
  border-radius: 1px;
}
.datePager01 .prev a {
  padding-left: 15px;
}
.datePager01 .prev a:before {
  content: "";
  left: 10px;
}
.datePager01 .today {
  width: 62px;
  margin: 0 5px;
}
.datePager01 .today a {
  padding: 4px 0 2px;
}
@media all and (-ms-high-contrast: none) {
  .datePager01 .today a {
    padding: 7px 0 1px;
  }
}
.datePager01 .next a {
  padding-right: 15px;
}
.datePager01 .next a:before {
  content: "";
  right: 10px;
}
.datePager01 a {
  font-weight: 500;
  color: #7c7c7c;
  padding: 7px 0 5px;
  border: 1px solid #dcdcdc;
  display: block;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .datePager01 a {
    padding: 8px 0 4px;
  }
}
.datePager01 a:before {
  font-size: 10px;
  font-weight: 600;
  height: 8px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.datePager01 a:hover {
  color: #fff;
  background: #7c7c7c;
  border: 1px solid #7c7c7c;
  opacity: 1;
}
.datePager01 span {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.calendar01 {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.calendar01 thead,
.calendar01 tbody,
.calendar01 th,
.calendar01 td {
  display: block;
}
.calendar01 thead,
.calendar01 tbody {
  max-width: 750px;
}
.calendar01 thead {
  background: #f2f2f2;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.calendar01 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar01 tr:not(:last-child) td:not(.todayArea01) {
  border-bottom: 0;
}
@media screen and (max-width: 500px) {
  .calendar01 th,
.calendar01 td {
    font-size: 12px;
  }
}
.calendar01 th {
  font-weight: bold;
  width: 24%;
  padding: 7px 0 5px;
}
@media all and (-ms-high-contrast: none) {
  .calendar01 th {
    padding: 9px 0 3px;
  }
}
.calendar01 th:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.calendar01 td {
  font-weight: bold;
  width: 14.279%;
  padding: 8px 0 20px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 500px) {
  .calendar01 td {
    font-size: 12px;
    width: 20%;
    padding-bottom: 15px;
  }
}
.calendar01 td:not(:last-child):not(.todayArea01) {
  border-right: 0;
}
.calendar01 .borderTopNone {
  border-top: 0;
}
.calendar01 .sunday {
  color: #bc111d;
}
.calendar01 .saturday {
  color: #113a78;
}
.calendar01 .calendarDate01 {
  width: 35px;
  margin: 0 auto 6px;
  padding: 8px 0 6px;
  border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
  .calendar01 .calendarDate01 {
    padding: 10px 0 4px;
  }
}
@media screen and (max-width: 500px) {
  .calendar01 .calendarDate01 {
    width: 22px;
    padding: 2px 0;
  }
}
.calendar01 .todayArea01 {
  border: 1px solid #f46262;
}
.calendar01 .todayArea01 .calendarDate01 {
  color: #fff;
  background: #113a78;
}
.calendar01 .todayArea01 + td {
  border-left: 0;
}
.calendar01 li {
  font-size: 10px;
  width: 96px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .calendar01 li {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .calendar01 li {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .calendar01 li {
    font-size: 10px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 360px) {
  .calendar01 li {
    width: 92%;
  }
}
.calendar01 li:not(:last-child) {
  margin-bottom: 2px;
}
@media screen and (max-width: 500px) {
  .calendar01 li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .calendar01 br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .calendar01 .pcOnly {
    display: none;
  }
}
.calendar01 .date01,
.calendar01 a {
  text-align: center;
  color: #fff;
  padding: 4px 0 3px;
  border-radius: 1px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .calendar01 .date01,
.calendar01 a {
    padding: 6px 0 1px;
  }
}
@media screen and (max-width: 1100px) {
  .calendar01 .date01,
.calendar01 a {
    padding: 4px 5px 3px;
  }
}
@media screen and (max-width: 500px) {
  .calendar01 .date01,
.calendar01 a {
    padding: 8px 0;
  }
}
.calendar01 .date01 {
  background: #c4c4c4;
}
.calendar01 a {
  background: #f46262;
}

#search_tab03 {
  display: none !important;
}

.dateText01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 12px 0 10px 15px;
  background: #f9f7ef;
  border-left: 5px solid #113a78;
  border-bottom: 2px solid #ccc;
}
.dateText01 span {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  padding: 2px 4px;
  background: #113a78;
  border-radius: 2px;
}

.emptyUserTitle01 {
  font-size: 20px;
  font-weight: bold;
  color: #bc111d;
  margin-bottom: 15px;
}
@media screen and (min-width: 1051px) {
  .emptyUserTitle01 .tabOnly {
    display: none;
  }
}

.emptyUserText01 {
  font-size: 16px;
  color: #113a78;
}
@media screen and (max-width: 767px) {
  .emptyUserText01 {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.emptyUserBtn01 {
  font-size: 22px;
  max-width: 440px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .emptyUserBtn01 {
    font-size: 18px;
    margin: 20px auto 30px;
  }
}
.emptyUserBtn01 a {
  background-color: #bc111d;
}

.teacherList01 {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .teacherList01 {
    width: 90%;
    padding: 10px;
  }
}
.teacherList01 h3 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .teacherList01 h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.teacherList01 ul {
  max-width: 680px;
  width: 100%;
  max-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .teacherList01 ul {
    width: 100%;
    max-height: 300px;
  }
}
.teacherList01 .btn01 {
  font-size: 14px;
  width: 24%;
  margin: 0.5% 0;
}
@media screen and (max-width: 767px) {
  .teacherList01 .btn01 {
    width: 48%;
    margin: 2% 0;
  }
}
.teacherList01 .btn01 a {
  font-weight: 500;
  color: #000;
  height: 100%;
  padding-right: 32px;
  padding-left: 12px;
  background: #f9f7ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .teacherList01 .btn01 a {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 420px) {
  .teacherList01 .btn01 a {
    padding: 14px 28px 12px 10px;
  }
}
.teacherList01 .btn01 a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.teacherList01 .btn01 span {
  width: 100%;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  .teacherList01 .btn01:not(:nth-child(4n)) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .teacherList01 .btn01:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.show-popup-wrapper {
    position: fixed;
    top: 5%;
    right: 50%;
    transform: translateX(50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    margin: -200px 0 0;
    z-index: 99991;
    width: 90%;
    max-width: 750px;
    overflow-y: auto;
    height: auto;
    max-height: 93%;
}
html.overlay-popup {
  position: relative;
  z-index: 998;
}
html.overlay-popup::after {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  content: "";
  opacity: .5;
  z-index: 9999;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.show-popup-wrapper .contentWrapper {
  background: #fff;
  padding: 1em 2em 1em;
  margin: auto;
}
.popupCancel .cancelBtn {
  width: 26px;
  height: 26px;
  margin-left: auto;
  position: relative;
}
.popupCancel .cancelBtn .cancel-x {
  border-right: 1px solid #444444;
    width: 100%;
    height: 100%;
    transform: rotate(225deg);
    position: absolute;
    left: 15px;
    top: 9px;
}
.popupCancel .cancelBtn .cancel-x::after {
  content: "";
  border-right: 1px solid #444444;
  width: 100%;
    height: 100%;
    position: absolute;
    left: 12px;
    transform: rotate(90deg);
    top: -12px;
}
.reserveLesson01 .cancelText01 {
  border-bottom: none;
  margin-bottom: 10px;
    margin-top: 35px;
}
.reserveLesson01 .btnReserveWrap input {
  background: url("../../common/images/ico_common03.svg") no-repeat 92% 50%, #9d1f15;
  background-size: 29px 10px;
    font-weight: bold;
    background-position-y: 14px;
    height: 45px;
    font-size: 15px;
}
.reserveLesson01 .formBtnArea01 .backBtn01 a {
  border: 1px solid #113a78;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  height: 45px;
    padding: 10px 0;
    font-size: 15px;
}
.reserveLesson01 .formBtnArea01 {
  margin-top: 14px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.popupCancel .cancelBtn:hover {
  cursor: pointer;
}
.mypageDetail01 .btnArea01 a {
  cursor: pointer;
}
.popupCancel {
  position: fixed;
    top: 1em;
    z-index: 99992;
    display: block;
    width: 90%;
    max-width: 750px;
    right: 50%;
    transform: translatex(50%);
    visibility: hidden;
}

.reserveDetail01 table {
    font-size: 16px;
}
.reserveDetail01 th {
    font-weight: bold;
    text-align: left;
    width: 105px;
    position: relative;
}
.reserveDetail01 th:after {
    content: "：";
    position: absolute;
    right: 0;
}
.reserveDetail01 th, .reserveDetail01 td {
    padding: 5px 0;
}
.reserveDetail01 td {
    padding-left: 10px;
}
.reserveDetail01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reserveDetail01 .mypageimage01 {
    width: 130px;
    margin-right: 50px;
    line-height: 0;
}
.lessonArea h3 {
    font-size: 16px;
    font-weight: bold;
    color: #113a78;
    margin-bottom: 10px;
    margin-top: 20px;
}
.lessonArea01 ul {
    font-size: 15px;
    padding: 13px 20px;
    border: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lessonArea01 li {
    max-height: 22px;
}
.lessonArea01 li:not(:last-child) {
    margin-right: 45px;
}
.lessonArea01 li:nth-child(n+6) {
    margin-top: 5px;
}
.lessonArea01 li:nth-last-child(3) {
    margin-right: 63px;
}
.lessonArea01 li:nth-last-child(2) {
    margin-right: 67px;
}
.lessonListArea01 {
    margin: 30px 0;
    padding: 7px 0 32px;
    border-top: 1px dashed #74777a;
    border-bottom: 1px dashed #74777a;
}
.btnReserveWrap li {
  width: 100%;
  max-width: 250px;
      margin: 10px 7px 0;
}
.reserveLesson01 textarea {
  height: 95px;
}
.reserveBtn01 a {
  cursor: pointer;
}
.calendar01 a:hover {
  cursor: pointer;
}
#text-after-reserve {
  display: none;
  text-align: center;
  margin-top: 1em;
  font-size: 16px;
}
.loading-container::after {
  content: '';
  position: fixed;
  z-index: 99993;
  background: #000;
  opacity: .7;
  width: 100%;
  height: 100%;
}
.success-wrap .subPageTitle02 {
  text-align: center;
  border-bottom: none;
  color: #9d1f17;
  margin-bottom: 12px;
}
.success-wrap .reserveDetail01 {
  padding: 1.5em;
  border: 1px solid #113a78;
  border-radius: 10px;
}
.reserveLesson01 .success-wrap .formBtnArea01 .backBtn01 a {
  border: none;
  background: #9d1f15;
  color: #fff;
}
.success-wrap .btnReserveWrap li {
  margin-top: 22px;
}
#reserveSuccessWrapper {
  display: none;
}
.reserveLesson01 .lessonArea01 ul {
  border: none;
  padding: 5px 20px;
}
.reserveLesson01 .mypageListDetail01 {
  width: 65%;
}
.btnReserveWrap li.backBtn01 {
  margin-left: 0;
}
.reserveLesson01 .attentionArea01 li:not(:last-child) {
    margin-bottom: 3px;
}
.reserveLesson01 .lessonListArea01 {
    margin: 22px 0 20px;
    padding: 0px 0 18px;
}
.reserveLesson01 .lessonArea h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.reserveLesson01 .subPageTitle02 {
      margin-bottom: 20px;
}
.reserveLesson01 .success-wrap .formBtnArea01 {
  margin-bottom: 2.5em;
}
.reserveLesson01 .success-wrap .subPageTitle02 {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .show-popup-wrapper {
    overflow-x: hidden;
     top: 3.5%;
  }
  .show-popup-wrapper .formBtnArea01 .btn01 {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .reserveDetail01 {
    flex-flow: column;
  }
  .reserveDetail01 .mypageimage01 {
    margin: auto;
        margin-bottom: 1em;
  }
  .show-popup-wrapper .contentWrapper {
    padding: 1em;
  }
  .lessonListArea01 {
    margin: 20px 0;
  }
  .reserveLesson01 .formBtnArea01 {
    flex-flow: column;
  }
  .lessonArea01 ul {
    flex-flow: column;
  }
  .lessonArea01 li {
    margin-left: 0;
    margin-right: auto!important;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .reserveLesson01 .mypageListDetail01 {
    width: 100%;
  }
}
table.lessonList tr:nth-child(even) {
  background: #f3f3f3;
}
table.lessonList {
  font-size: 14px;
}
table.lessonList th {
  padding: 24px;
  width: 165px;
  vertical-align: middle;
  color: #787878;
  min-height: 90px;
  text-align: center;
}
table.lessonList td {
  padding: 24px;
  font-weight: bold;
  min-height: 90px;
}
table.lessonList tr {
  min-height: 90px;
}
.lessonList .rating-star {
  display: flex;
  margin-bottom: 0.7em;
}
.lessonList .rating-star i {
  color: #e3e3e3;
  font-size: 16.5px;
    margin: 1px;
}
.lessonList .rating-star i.active {
  color: #f1d054;
}
@media screen and (max-width: 767px) {
  table.lessonList th {
    min-height: unset;
    padding: 24px 15px 0;
    text-align: left;
    width: 100%;
  }
  table.lessonList td {
    min-height: unset;
    padding: 12px 15px 24px;
  }
}

/* warning pop up */
.icon-warning {
  display: inline-block;
    width: 30px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.withdrawWarning .subPageTitle02 {
  padding-bottom: 14px;
  padding-right: 1em;
}
.withdrawWarning h3 {
  font-size: 16px;
}
.withdrawWarning span.red {
  color: #ff0000;
}
.withdrawWarning a {
  text-decoration: underline;
}
.withdrawWarningcontent {
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .withdrawWarningcontent {
    padding: 0;
  }
}