.header .pcHeader {
  margin-top: 0px;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .container {
    width: 94%;
  }
}

.slick-track {
  overflow-x: hidden;
}

.title {
  width: 100%;
}

.title img {
  float: left;
  position: absolute;
}

.title p {
  font-size: 16px;
  color: #DC8380;
}

.title h1 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 17px;
  }
}

.inline-block {
  float: left;
  margin-left: 30px;
  padding-left: 50px;
  border-bottom: solid 1px #DC8380;
  width: 97%;
}

@media screen and (max-width: 767px) {
  .inline-block {
    width: 93%;
    padding-left: 40px;
  }
}

.topImg {
  height: 250px;
  background: url(../images/bg_index01.jpg) center/cover;
}

.topImg h1 {
  margin: auto;
  padding-top: 90px;
  display: block;
}

.breadCrump {
  max-width: 1000px;
  margin: 30px 0 50px;
}

@media screen and (max-width: 768px) {
  .breadCrump {
    margin: 15px 0 25px;
  }
}

.breadCrump li {
  display: inline;
}

.breadCrump li::after {
  content: '\f105';
  font-family: FontAwesome;
  padding: 0 8px 0 15px;
}

.breadCrump li:last-child::after {
  content: '';
}

.breadCrump .active {
  text-decoration: underline;
}

.detailNavArea {
  width: 230px;
}

@media screen and (max-width: 1050px) {
  .detailNavArea {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .detailNavArea {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 0 10px 20px;
    background: #f6f2ea;
    float: none;
  }
}

.detailNavArea .trialLessonBan {
  margin: 0;
  padding: 0;
}

.detailNavArea .trialLessonBan::after {
  content: '';
}

@media screen and (max-width: 768px) {
  .detailNavArea .trialLessonBan {
    display: none;
  }
}

.detailNavArea ul {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .detailNavArea ul {
    margin-top: 0;
  }
}

.detailNavArea li {
  position: relative;
}

.detailNavArea li::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #e18880;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .detailNavArea li::after {
    right: 15px;
    margin-top: -9px;
  }
}

@media screen and (max-width: 768px) {
  .detailNavArea li {
    display: inline-block;
  }
}

.detailNavArea a {
  color: #e18880;
  height: 60px;
  padding: 0 20px;
  background: #f6f2ea;
  border-bottom: 0.5px solid #fff;
  line-height: 4.2;
  display: block;
}

@media screen and (max-width: 768px) {
  .detailNavArea a {
    height: auto;
    padding: 5px 25px 0 0;
    background: transparent;
    border: none;
    line-height: 1.5;
  }
}

.detailMainArea {
  width: 740px;
  line-height: 1.7;
}

@media screen and (max-width: 1050px) {
  .detailMainArea {
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .detailMainArea {
    width: 100%;
    float: none;
  }
}

.detailMainArea .goastLabel {
  font-size: 16px;
  color: #e28f5d;
  width: 125px;
  padding: 5px 5px;
  border: 1px solid #e28f5d;
  border-radius: 2px;
}

.detailMainArea h2 {
  font-size: 24px;
  vertical-align: middle;
  display: inline;
}

@media screen and (max-width: 767px) {
  .detailMainArea h2 {
    font-size: 20px;
    vertical-align: baseline;
  }
}

.detailMainArea a {
  cursor: pointer;
}

.detailMainArea .txtBox {
  width: 470px;
  margin-left: 20px;
}

@media screen and (max-width: 1050px) {
  .detailMainArea .txtBox {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .detailMainArea .txtBox {
    width: 100%;
    margin-left: 0;
  }
}

.detailMainArea .lessonArea {
  margin: 40px 0 30px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonArea {
    margin: 20px 0 15px;
  }
}

.detailMainArea .lessonArea h3 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonArea h3 {
    margin-top: 35px;
  }
}

.detailMainArea .lessonArea p {
  margin: 10px 0 30px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonArea p {
    margin: 5px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonArea .labelBlock {
    display: block;
  }
}

.detailMainArea .lessonArea .label01 {
  font-size: 15px;
  color: #fff;
  width: 115px;
  margin-left: 10px;
  padding: 5px 15px;
  background: #dcb74d;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonArea .label01 {
    margin: 0 10px 0 0;
  }
}

.detailMainArea .lessonArea .label02 {
  font-size: 15px;
  color: #fff;
  width: 115px;
  margin-left: 10px;
  padding: 5px 15px;
  background: #bdbd5f;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonArea .label02 {
    margin: 0 10px 0 0;
  }
}

.detailMainArea .teacherArea {
  margin-bottom: 40px;
  padding: 25px 0 35px 25px;
  background: #f6f2ea;
}

@media screen and (max-width: 767px) {
  .detailMainArea .teacherArea {
    padding: 20px 10px 30px;
  }
}

.detailMainArea .teacherArea h3 {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  display: inline;
}

.detailMainArea .teacherArea p {
  margin: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .teacherArea img {
    width: 100%;
  }
}

.detailMainArea .teacherArea .goastBtn {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #e28f5d;
  width: 180px;
  margin: 0 0 0 15px;
  padding: 10px 15px 10px 45px;
  background: url(../images/ico_index13.png) no-repeat center left 15px;
  border: 1px solid #e28f5d;
  border-radius: 2px;
  display: inline;
}

.detailMainArea .teacherArea .imgTxt01 {
  margin: 0;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .detailMainArea .teacherArea .imgTxt01 {
    line-height: 1.7;
  }
}

.detailMainArea .teacherArea .btn01 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 30px 20px 30px 0;
  padding: 15px 20px 15px 35px;
  background: #dd8480;
  border-radius: 25px;
  display: inline;
}

.detailMainArea .teacherArea .btn01::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #fff;
  width: 10px;
  height: 10px;
  padding-left: 30px;
}

@media screen and (max-width: 1050px) {
  .detailMainArea .teacherArea .btn01::after {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1050px) {
  .detailMainArea .teacherArea .btn01 {
    padding: 15px 20px 15px 25px;
  }
}

@media screen and (max-width: 767px) {
  .detailMainArea .teacherArea .btn01 {
    margin: 0 auto 20px;
    display: block;
  }
}

.detailMainArea .lessonContent {
  margin: 35px 0;
}

.detailMainArea .lessonContent h4 {
  font-size: 18px;
  font-weight: bold;
  color: #e08d5d;
  margin-bottom: 20px;
}

.detailMainArea .lessonContent em {
  font-weight: bold;
}

.detailMainArea .lessonContent p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonContent img {
    width: 100%;
  }
}

.detailMainArea .lessonContent .goastBtn {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #e28f5d;
  width: auto;
  margin: 0 15px 0 0;
  padding: 6px 15px;
  border: 1px solid #e28f5d;
  border-radius: 12px;
  display: inline;
}

.detailMainArea .lessonContent .goastBtn::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #e28f5d;
  width: 10px;
  height: 10px;
  padding-left: 12px;
}

.detailMainArea .lessonMovie img {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonMovie img {
    width: 100%;
  }
}

.detailMainArea .lessonPlace {
  margin: 35px 0;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonPlace {
    margin: 20px 0;
  }
}

.detailMainArea .lessonPlace iframe {
  width: 360px;
  height: 230px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonPlace iframe {
    width: 100%;
    margin: 10px 0;
  }
}

.detailMainArea .lessonPlace h4 {
  font-size: 18px;
  font-weight: bold;
  color: #e08d5d;
  margin-bottom: 20px;
}

.detailMainArea .lessonPlace h5 {
  font-size: 14px;
  font-weight: bold;
}

.detailMainArea .lessonPlace p {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonPlace img {
    width: 100%;
  }
}

.detailMainArea .lessonPlace .mapTxt {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonPlace .mapTxt {
    width: 100%;
  }
}

.detailMainArea .lessonPlace .inline {
  display: inline;
}

.detailMainArea .lessonPlace .placeList {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonPlace .placeList {
    margin: 0;
  }
}

.detailMainArea .lessonPlace .placeList a {
  text-decoration: underline;
}

.detailMainArea .detailTable01 {
  font-size: 14px;
  text-align: center;
  margin: 40px 0;
}

.detailMainArea .detailTable01 tr {
  border: none;
}

.detailMainArea .detailTable01 tr:nth-child(2n+1) td:nth-child(2n+1) {
  background: #f9f5ed;
}

.detailMainArea .detailTable01 tr:nth-child(2n) td:nth-child(2n) {
  background: #f9f5ed;
}

.detailMainArea .detailTable01 td {
  border: none;
  width: 185px;
  height: 55px;
  padding: 0;
  vertical-align: middle;
}

.detailMainArea .lessonFeeArea .tableWrap {
  margin: 35px 0 0 0;
}

.detailMainArea .lessonFeeArea .tableWrap:last-child {
  margin: 35px 0 55px 0;
}

.detailMainArea .lessonFeeArea h4 {
  font-size: 16px;
  font-weight: bold;
  color: #e08d5d;
  vertical-align: middle;
  display: inline;
}

.detailMainArea .lessonFeeArea .goastBtn {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #e28f5d;
  width: auto;
  margin-bottom: 14px;
  padding: 2px 15px;
  border: 1px solid #e28f5d;
  border-radius: 12px;
}

.detailMainArea .lessonFeeArea .goastBtn::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #e28f5d;
  width: 10px;
  height: 10px;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .detailMainArea .lessonFeeArea .goastBtn {
    margin-left: 15px;
    padding: 5px 15px;
  }
}

.detailMainArea .detailTable02 {
  width: 360px;
}

@media screen and (max-width: 1050px) {
  .detailMainArea .detailTable02 {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .detailMainArea .detailTable02 {
    width: 100%;
  }
}

.detailMainArea .detailTable02 .topHeading {
  font-weight: normal;
  color: #fff;
  background: #ebb496;
}

.detailMainArea .detailTable02 table {
  margin-right: 20px;
}

.detailMainArea .detailTable02 table:nth-child(2n) {
  margin: 0;
}

.detailMainArea .detailTable02 tr:nth-child(3n) {
  background: #f9f5ed;
}

.detailMainArea .detailTable02 th {
  height: 50px;
  padding: 0 10px;
  border: none;
  border: 0.25px solid #f9f5ed;
  vertical-align: middle;
}

.detailMainArea .detailTable02 th:first-child {
  font-weight: bold;
}

.detailMainArea .detailTable02 th:last-child {
  border-right: none;
}

.detailMainArea .detailTable02 .thLeft {
  text-align: left;
}

.detailMainArea .detailTable02 td {
  height: 50px;
  padding: 0 10px;
  border: none;
  border: 0.25px solid #f4ede1;
  vertical-align: middle;
}

.detailMainArea .detailTable02 td:last-child {
  border-right: none;
}

.detailMainArea .lessonTransfer p {
  margin: 30px auto 35px;
}

.detailMainArea .lessonTransfer .btn01 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 30px auto 45px;
  padding: 12px 20px 12px 35px;
  background: #dd8480;
  border-radius: 25px;
  display: block;
}

.detailMainArea .lessonTransfer .btn01::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #fff;
  width: 10px;
  height: 10px;
  padding-left: 30px;
}

.trialLesson {
  padding: 75px 0 90px;
  background: url("../images/bg_index03.jpg") no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .trialLesson {
    padding: 30px 0 60px;
    background-position: 85% 0;
  }
}

.trialInner h2 {
  height: 67px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .trialInner h2 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .trialInner h2 img {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .trialInner h2 img {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .trialInner .btn01 {
    width: 94%;
  }
}

.trialInnerTxt {
  color: #fff;
  font-size: 26px;
  margin: 38px auto 53px;
  line-height: 1.78;
}

@media screen and (max-width: 768px) {
  .trialInnerTxt {
    font-size: 18px;
    margin: 0 auto 30px;
  }
}

.mainContent {
  padding-bottom: 0;
}

.headTitle01 {
  background-image: url("/genre/images/bg_index01.jpg");
  background-position: bottom;
}

.headTitle01 .headTitleText01 span {
  padding-left: 35px;
  background-image: url("../../images/ico_index01.png");
  background-size: 35px;
  background-position: 0 40%;
}

@media screen and (max-width: 400px) {
  .headTitle01 .headTitleText01 span {
    padding-left: 25px;
    background-size: 25px;
  }
}

.leftContent01 {
  width: 740px;
  margin-top: 25px;
}

@media screen and (max-width: 1050px) {
  .leftContent01 {
    width: 74%;
  }
}

@media screen and (max-width: 900px) {
  .leftContent01 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .leftContent01 {
    width: 100%;
    margin: 0;
    float: none;
  }
}

.descriptionTitle01 {
  font-size: 24px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .descriptionTitle01 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .descriptionTitle01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.descriptionTitle01 span {
  font-size: 16px;
  color: #e4915d;
  margin-right: 10px;
  padding: 1px 10px;
  border: 1px solid #e4915d;
  border-radius: 2px;
}

@media screen and (max-width: 640px) {
  .descriptionTitle01 span {
    font-size: 14px;
    width: 120px;
    margin-right: 0;
    padding: 2px 0;
    display: block;
  }
}

.descriptionArea01 {
  padding-bottom: 25px;
}

.descriptionArea01 .detailSlide01 {
  width: 246px;
}

@media screen and (max-width: 1050px) {
  .descriptionArea01 .detailSlide01 {
    width: 33%;
  }
}

@media screen and (max-width: 900px) {
  .descriptionArea01 .detailSlide01 {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .descriptionArea01 .detailSlide01 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 40px;
    float: none;
  }
}

@media screen and (max-width: 640px) {
  .descriptionArea01 .detailSlide01 {
    margin-bottom: 35px;
  }
}

.descriptionArea01 .descriptionDetail01 {
  width: 470px;
}

@media screen and (max-width: 1050px) {
  .descriptionArea01 .descriptionDetail01 {
    width: 64%;
  }
}

@media screen and (max-width: 900px) {
  .descriptionArea01 .descriptionDetail01 {
    width: 56%;
  }
}

@media screen and (max-width: 767px) {
  .descriptionArea01 .descriptionDetail01 {
    width: 100%;
    float: none;
  }
}

.descriptionArea01 h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) and (min-width: 641px) {
  .descriptionArea01 h4 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .descriptionArea01 h4 {
    margin-bottom: 10px;
  }
}

.descriptionArea01 .descriptionCategory01 li {
  font-weight: bold;
  color: #fff;
  width: 115px;
  margin: 10px 0 8px;
  padding: 2px 0 3px;
  border-radius: 2px;
}

.descriptionArea01 .descriptionCategory01 li:not(:last-child) {
  margin-right: 10px;
}

.descriptionArea01 .descriptionCategory01 .classroom01 {
  background: #deb94d;
}

.descriptionArea01 .descriptionCategory01 .trip01 {
  background: #bfbf5f;
}

.descriptionArea01 .descriptionCategory02 {
  margin-bottom: 5px;
}

.descriptionArea01 .descriptionCategory02 li {
  height: 40px;
  margin-bottom: 3px;
}

.descriptionArea01 .descriptionCategory02 li:not(:last-child) {
  margin-right: 3px;
}

.descriptionArea01 .descriptionCategory02 li img {
  height: 100%;
}

.profileArea01 {
  padding: 22px 20px 25px;
  background: #f8f4ec;
}

.profileArea01 .profileAImageArea01 {
  width: 220px;
}

@media screen and (max-width: 1050px) {
  .profileArea01 .profileAImageArea01 {
    width: 31%;
  }
}

@media screen and (max-width: 640px) {
  .profileArea01 .profileAImageArea01 {
    max-width: 440px;
    width: 100%;
    float: none;
  }
}

.profileArea01 .profileAImageArea01 ul {
  line-height: 1.6;
}

.profileArea01 .profileDetail01 {
  width: 462px;
  margin-top: 5px;
}

@media screen and (max-width: 1050px) {
  .profileArea01 .profileDetail01 {
    width: 66%;
  }
}

@media screen and (max-width: 640px) {
  .profileArea01 .profileDetail01 {
    width: 100%;
    margin-top: 15px;
    float: none;
  }
}

.profileArea01 .profileDetail01 ul {
  margin-top: 20px;
}

.profileArea01 .profileDetail01 li {
  font-weight: bold;
  width: 200px;
}

@media print, screen and (min-width: 401px) {
  .profileArea01 .profileDetail01 li:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1050px) and (min-width: 401px) {
  .profileArea01 .profileDetail01 li:not(:last-child) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .profileArea01 .profileDetail01 li {
    font-size: 12px;
  }
}

@media screen and (max-width: 1050px) {
  .profileArea01 .profileDetail01 li {
    width: 49%;
  }
}

@media screen and (max-width: 400px) {
  .profileArea01 .profileDetail01 li {
    width: 100%;
    margin: 10px auto 0;
    float: none;
  }
}

.profileArea01 .profileDetail01 a {
  color: #fff;
  padding: 7px 0;
  background: #df8680;
  border-radius: 22px;
  display: block;
  position: relative;
}

@media screen and (max-width: 400px) {
  .profileArea01 .profileDetail01 a {
    padding: 10px 0;
  }
}

.profileArea01 .profileDetail01 a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  height: 20px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
}

.profileArea01 h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .profileArea01 h4 {
    font-size: 18px;
  }
}

.profileArea01 h4 span {
  font-size: 14px;
  color: #e4915d;
  width: 180px;
  margin-left: 20px;
  padding: 6px 0 5px 25px;
  background: url("../images/ico_index04.png") no-repeat 10% 50%;
  background-size: 18px;
  border: 1px solid #e4915d;
  border-radius: 3px;
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  .profileArea01 h4 span {
    width: 160px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .profileArea01 h4 span {
    font-size: 13px;
    width: 145px;
    margin-left: 10px;
    padding: 4px 0 4px 20px;
    background-size: 16px;
    background-position: 8% 58%;
  }
}

.lessonArea01 h3 {
  background-image: url("../images/ico_index05.png");
}

.lessonArea01 .lessonList01:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .lessonArea01 .lessonList01:not(:last-child) {
    margin-bottom: 30px;
  }
}

.lessonArea01 .lessonImage01 {
  width: 246px;
}

@media screen and (max-width: 1050px) {
  .lessonArea01 .lessonImage01 {
    width: 34%;
  }
}

@media screen and (max-width: 640px) {
  .lessonArea01 .lessonImage01 {
    max-width: 440px;
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }
}

.lessonArea01 .lessonDetail01 {
  width: 460px;
}

@media screen and (max-width: 1050px) {
  .lessonArea01 .lessonDetail01 {
    width: 64%;
  }
}

@media screen and (max-width: 640px) {
  .lessonArea01 .lessonDetail01 {
    width: 100%;
    float: none;
  }
}

.lessonArea01 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #e28f5d;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .lessonArea01 h4 {
    font-size: 16px;
  }
}

.lessonArea01 table {
  line-height: 1.8;
}

.lessonArea01 th {
  font-weight: bold;
  text-align: left;
  width: 110px;
}

.lessonArea01 th span {
  font-weight: normal;
}

.lessonArea01 .lessonText01 {
  margin: 25px 0 20px;
}

@media screen and (max-width: 640px) {
  .lessonArea01 .lessonText01 {
    margin: 15px 0;
  }
}

.lessonArea01 .lessonBtnArea01 li {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .lessonArea01 .lessonBtnArea01 li {
    font-size: 14px;
    width: 100%;
    float: none;
  }
}

@media print, screen and (min-width: 401px) {
  .lessonArea01 .lessonBtnArea01 li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .lessonArea01 .lessonBtnArea01 li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.lessonArea01 .lessonBtnArea01 a {
  color: #efa97b;
  padding: 2px 28px 3px;
  border: 1px solid #efa97b;
  border-radius: 13px;
  display: block;
  position: relative;
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .lessonArea01 .lessonBtnArea01 a {
    padding: 2px 24px 3px;
  }
}

@media screen and (max-width: 640px) {
  .lessonArea01 .lessonBtnArea01 a {
    padding: 7px 0 6px;
    border-radius: 18px;
  }
}

.lessonArea01 .lessonBtnArea01 a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 13px;
  color: #efa97b;
  height: 20px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
}

.lessonArea01 .lessonBtnArea01 a:hover {
  color: #fff;
  background: #f4a460;
}

.lessonArea01 .lessonBtnArea01 a:hover:after {
  color: #fff;
}

.lessonMovieArea01 h3 {
  background-image: url("../images/ico_index06.png");
}

.lessonMovieArea01 .modalOpen {
  width: 358px;
  line-height: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

@media screen and (max-width: 400px) {
  .lessonMovieArea01 .modalOpen {
    width: 100%;
  }
}

.lessonMovieArea01 .modalOpen:before, .lessonMovieArea01 .modalOpen:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lessonMovieArea01 .modalOpen:before {
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.1);
}

.lessonMovieArea01 .modalOpen:after {
  width: 100px;
  height: 100px;
  background: url("../images/ico_index07.png") no-repeat 0 0;
  background-size: 100%;
}

@media screen and (max-width: 400px) {
  .lessonMovieArea01 .modalOpen:after {
    width: 70px;
    height: 70px;
  }
}

.lessonMovieArea01 .modalOpen:hover {
  opacity: .8;
}

.lessonMovieArea01 .modalArea01 {
  width: 650px;
  height: 365px;
  margin: auto;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .lessonMovieArea01 .modalArea01 {
    width: 100%;
    padding: 10px;
  }
}

.lessonMovieArea01 .modalContent01 {
  width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lessonMovieArea01 .modalContent01 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}

.lessonMovieArea01 iframe {
  width: 100%;
  height: 365px;
}

@media screen and (max-width: 767px) {
  .lessonMovieArea01 iframe {
    height: 185px;
  }
}

@media screen and (max-width: 360px) {
  .lessonMovieArea01 iframe {
    height: 160px;
  }
}

.lessonPlace01 h3 {
  background-image: url("../images/ico_index08.png");
}

.lessonPlace01 .lessonPriceList01:not(:last-child) {
  margin-bottom: 30px;
}

.lessonPlace01 .lessonPriceDetail01 {
  width: 307px;
}

@media screen and (max-width: 1050px) {
  .lessonPlace01 .lessonPriceDetail01 {
    width: 42%;
  }
}

@media screen and (max-width: 640px) {
  .lessonPlace01 .lessonPriceDetail01 {
    width: 100%;
    float: none;
  }
}

.lessonPlace01 .priceItem01 {
  margin-top: 10px;
}

.lessonPlace01 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #e28f5d;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .lessonPlace01 h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.lessonPlace01 li {
  margin-top: 10px;
}

.lessonPlace01 span {
  font-weight: bold;
  margin-left: -0.5em;
}

.lessonPlace01 .attention01 {
  text-indent: -1em;
  padding-left: 1em;
}

.lessonPlace01 .priceList01 {
  margin: 25px auto 10px;
}

.lessonPlace01 .priceList01 li:not(:last-child) {
  margin-right: 25px;
}

.lessonPlace01 .priceList01 .active {
  color: #e38a80;
}

.lessonPlace01 .priceList01 span {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.lessonPlace01 .priceList01 span:hover {
  opacity: 0.8;
}

.lessonPlace01 .mapArea01 {
  width: 360px;
  height: 228px;
}

@media screen and (max-width: 1050px) {
  .lessonPlace01 .mapArea01 {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .lessonPlace01 .mapArea01 {
    width: 100%;
    height: 300px;
    margin-top: 15px;
    float: none;
  }
}

@media screen and (max-width: 400px) {
  .lessonPlace01 .mapArea01 {
    height: 250px;
  }
}

.lessonPlace01 iframe {
  width: 100%;
  height: 228px;
}

@media screen and (max-width: 640px) {
  .lessonPlace01 iframe {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .lessonPlace01 iframe {
    height: 250px;
  }
}

.lessonSchedule01 h3 {
  background-image: url("../images/ico_index09.png");
}

.lessonSchedule01 li {
  width: 185px;
  padding: 18px 15px 17px;
}

@media screen and (max-width: 1050px) {
  .lessonSchedule01 li {
    width: 25%;
  }
}

@media screen and (max-width: 900px) {
  .lessonSchedule01 li {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .lessonSchedule01 li {
    width: 50%;
    padding: 13px 0 12px;
  }
}

.lessonSchedule01 li:first-child {
  background: #fbf7ef;
}

@media print, screen and (min-width: 768px) {
  .lessonSchedule01 li:nth-child(3) {
    background: #fbf7ef;
  }
}

@media print, screen and (min-width: 901px) {
  .lessonSchedule01 li:nth-child(6), .lessonSchedule01 li:nth-child(8) {
    background: #fbf7ef;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .lessonSchedule01 li:nth-child(5), .lessonSchedule01 li:nth-child(7) {
    background: #fbf7ef;
  }
}

@media screen and (max-width: 767px) {
  .lessonSchedule01 li:nth-child(4), .lessonSchedule01 li:nth-child(5), .lessonSchedule01 li:nth-child(8) {
    background: #fbf7ef;
  }
}

@media print, screen and (min-width: 768px) {
  .lessonSchedule01 li:nth-child(8) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .lessonSchedule01 li:nth-child(8) {
    padding-right: 45px;
  }
}

.lessonPrice01 h3 {
  background-image: url("../images/ico_index10.png");
}

.lessonPrice01 li {
  width: 360px;
}

@media screen and (max-width: 1050px) {
  .lessonPrice01 li {
    width: 48%;
  }
}

@media screen and (max-width: 800px) {
  .lessonPrice01 li {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 400px) {
  .lessonPrice01 li {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .lessonPrice01 li:not(:nth-child(2n)) {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .lessonPrice01 li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

@media print, screen and (min-width: 801px) {
  .lessonPrice01 li:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .lessonPrice01 li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.lessonPrice01 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #efa97b;
  margin-bottom: 5px;
}

.lessonPrice01 table {
  width: 100%;
}

.lessonPrice01 tr:nth-child(2n+1) td {
  background: #fbf7ef;
}

.lessonPrice01 tr:last-child td {
  border-bottom: 1px solid #f6efe3;
}

.lessonPrice01 th,
.lessonPrice01 td {
  height: 50px;
  padding: 0 12px;
  vertical-align: middle;
}

@media screen and (max-width: 1050px) {
  .lessonPrice01 th,
  .lessonPrice01 td {
    padding: 0 5px;
  }
}

.lessonPrice01 th:not(.tdHead01),
.lessonPrice01 td:not(.tdHead01) {
  text-align: center;
}

.lessonPrice01 th {
  font-weight: bold;
  color: #fff;
  background: #edb698;
}

.lessonPrice01 th:not(:last-child) {
  border-right: 1px solid #f6efe3;
}

.lessonPrice01 th:last-child {
  border-right: 1px solid #edb698;
}

.lessonPrice01 td {
  border-right: 1px solid #f6efe3;
}

.lessonPrice01 .tdHead01 {
  font-weight: bold;
  border-left: 1px solid #f6efe3;
}

@media screen and (max-width: 1050px) {
  .lessonPrice01 .tdHead01 {
    width: 120px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 400px) {
  .lessonPrice01 .tdHead01 {
    width: 115px;
  }
}

.lessonCancel01 h3 {
  background-image: url("../images/ico_index11.png");
}

.lessonCancel01 p:not(.lessonPriceBtn01) {
  margin-bottom: 25px;
}

.lessonCancel01 .lessonPriceBtn01 {
  max-width: 402px;
  margin: 0 auto;
  background: #e18880;
  border-radius: 18px;
}

@media screen and (max-width: 767px) {
  .lessonCancel01 .lessonPriceBtn01 {
    line-height: 1.3;
    border-radius: 26px;
  }
}

@media screen and (max-width: 640px) {
  .lessonCancel01 .lessonPriceBtn01 {
    width: 100%;
  }
}

.lessonCancel01 .lessonPriceBtn01 a {
  color: #fff;
  padding: 7px 0 8px;
  display: block;
  position: relative;
}

.lessonCancel01 .lessonPriceBtn01 a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  height: 20px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .lessonCancel01 .lessonPriceBtn01 a:after {
    height: 16px;
  }
}

.lessonVoice01 h3 {
  background-image: url("../images/ico_index12.png");
}

.lessonVoice01 li {
  margin: 0 46px;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .lessonVoice01 li {
    margin: 0 1%;
  }
}

.lessonVoice01 li:focus {
  outline: none;
}

.lessonVoice01 .voiceImage01 {
  width: 153px;
  border-radius: 77px;
}

@media screen and (max-width: 800px) {
  .lessonVoice01 .voiceImage01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lessonVoice01 .voiceImage01 {
    width: 150px;
  }
}

@media screen and (max-width: 640px) {
  .lessonVoice01 .voiceImage01 {
    width: 120px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .lessonVoice01 .voiceImage01 {
    width: 110px;
  }
}

.lessonVoice01 .voiceImage01 img {
  border: 1px solid #c0c0c0;
  border-radius: 77px;
  display: inline;
}

.lessonVoice01 .voiceText01 {
  font-size: 12px;
  width: 200px;
  padding: 20px;
  background: #fff;
  border: 3px solid #efa97b;
  border-radius: 12px;
  position: absolute;
  bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .lessonVoice01 .voiceText01 {
    width: 150px;
    margin: 0 auto;
    padding: 10px;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .lessonVoice01 .voiceText01 {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .lessonVoice01 .voiceText01 {
    bottom: 20px;
  }
}

.lessonVoice01 .voiceText01:before {
  content: "";
  width: 25px;
  height: 20px;
  background: url("../images/ico_index13.png") no-repeat 0 0;
  position: absolute;
  top: -18px;
  left: 30px;
}

@media screen and (max-width: 640px) {
  .lessonVoice01 .voiceText01:before {
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}

.lessonVoice01 .slick-list {
  height: 276px;
  overflow: inherit;
  overflow-x: hidden;
}

@media screen and (max-width: 400px) {
  .lessonVoice01 .slick-list {
    height: 195px;
  }
}

#inner-content.tuiju {
  position: relative;
}

@media screen and (max-width: 1050px) {
  #sidebar {
    right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  #sidebar {
    position: static !important;
  }
}

.sidebarArea01 {
  width: 230px;
}

@media screen and (max-width: 1050px) {
  .sidebarArea01 {
    width: 23%;
  }
}

@media screen and (max-width: 900px) {
  .sidebarArea01 {
    width: 27%;
  }
}

@media screen and (max-width: 767px) {
  .sidebarArea01 {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
}

.sidebarArea01 .topBnr01 {
  font-weight: bold;
  background: #f8f4ec;
}

.sidebarArea01 .topBnr01 a {
  color: #e38a80;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 20px 18px 18px;
  display: block;
}

@media screen and (max-width: 1050px) {
  .sidebarArea01 .topBnr01 a {
    padding: 20px 8% 18px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sidebarArea01 .topBnr01 a {
    padding: 20px 20px 18px;
  }
}

.sidebarArea01 .pcOnly01 {
  display: block;
}

@media screen and (max-width: 767px) {
  .sidebarArea01 .pcOnly01 {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .sidebarArea01 .pcOnly01 {
    display: block;
  }
}

.sidebarArea01 ul {
  margin-top: 10px;
}

.sidebarArea01 li {
  font-weight: bold;
  background: #f8f4ec;
}

.sidebarArea01 li a {
  color: #e38a80;
  padding: 20px 20px 18px;
  display: block;
  position: relative;
}

.sidebarArea01 li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: bold;
  color: #e38a80;
  height: 23px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .sidebarArea01 li a:after {
    right: 20px;
  }
}

.sidebarArea01 li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.slick-prev,
.slick-next {
  width: 20px;
  height: 56px;
  z-index: 1;
  top: 30%;
}

@media screen and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    width: 15px;
    height: 50px;
    top: 24%;
  }
}

@media screen and (max-width: 400px) {
  .slick-prev,
  .slick-next {
    top: 30%;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

.slick-prev {
  left: 0;
  background: url("../images/ico_prev01.png") no-repeat 0 0;
  background-size: 100%;
}

.slick-prev:hover, .slick-prev:focus {
  background: url("../images/ico_prev01.png") no-repeat 0 0;
  background-size: 100%;
}

.slick-next {
  right: 0;
  background: url("../images/ico_next01.png") no-repeat 0 0;
  background-size: 100%;
}

.slick-next:hover, .slick-next:focus {
  background: url("../images/ico_next01.png") no-repeat 0 0;
  background-size: 100%;
}

.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0 8px;
}

.slick-dots li button {
  width: 5px;
  height: 5px;
}

.slick-dots li button:before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #000;
  opacity: 1;
}

.modalOverlay {
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
