@charset "UTF-8";
body {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.8;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

.txt-l {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .txt-l {
    font-size: 1.3em;
  }
}

.txt-m {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .txt-m {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .ct-inner {
    padding: 0 20px;
  }
}

.lesson-detail {
  margin-left: -12px;
}

.lesson-detail-list {
  padding-bottom: 10px;
}

.other-service {
  padding-bottom: 15px;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0.3rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 1.6rem;
  }
}

.profile-tbl {
  border-top: #ddd 1px solid;
  border-left: 1px solid #ddd;
  margin-bottom: 40px;
  width: 100%;
}

.profile-tbl th, .profile-tbl td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  line-height: 1.8;
  vertical-align: top;
}

.profile-tbl th {
  background-color: #f3f3f3;
  width: 50%;
  font-weight: normal;
}
@media (max-width: 767px) {
  .profile-tbl th {
    width: 50%;
  }
}

.profile-tbl td {
  background-color: #fff;
  border-right: 1px solid #ddd;
  width: 50%;
}
@media (max-width: 767px) {
  .profile-tbl td {
    width: 50%;
  }
}

.lesson-ttl {
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 8px;
  letter-spacing: 0.05em;
  color: #222;
}
@media (max-width: 767px) {
  .lesson-ttl {
    font-size: 1.05rem;
    padding-bottom: 2px;
  }
}

.kome-list {
  margin-top: -25px;
  margin-left: -15px;
  padding-bottom: 15px;
}

.kome-list-style {
  list-style: none;
}

.kome-list-style:before {
  content: "※";
  margin-left: -18px;
}

.sentence {
  padding-bottom: 10px;
  margin-top: 0;
}

.other-ttl {
  font-size: 1.5rem;
  font-weight: normal;
  padding-bottom: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .other-ttl {
    font-size: 1.2rem;
  }
}

.profile-ct {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .profile-ct {
    display: block;
  }
}
.profile-ct .profile-pht {
  width: 30%;
}
@media (max-width: 767px) {
  .profile-ct .profile-pht {
    width: 70%;
    margin: 0 auto 20px;
    padding-top: 0.5em;
  }
}
.profile-ct .profile-txt {
  width: 67%;
}
@media (max-width: 767px) {
  .profile-ct .profile-txt {
    width: 100%;
  }
}

.access-ct {
  display: block;
  padding: 0 15% 3%;
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  .access-ct {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .access-ct .access-txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .access-ct .access-map {
    width: 70%;
    margin: 0 auto 20px;
    padding-top: 0.5em;
  }
}

.access-ttl {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .access-ttl {
    font-size: 1rem;
  }
}

.access-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.map-list {
  padding: 0;
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
}

ul.map-list li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}

ul.map-list li:before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #c71e2e;
}

.tel-nbr {
  padding-bottom: 10px;
}

.access-address {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 4px;
}

.txt-copyright {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .txt-copyright {
    font-size: 0.6rem;
  }
}

img.mail {
  height: 24px;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  img.mail {
    height: 22px;
  }
}

.info {
  margin: 0 auto;
  margin: 0 auto;
  background: #f3f3f3;
  text-align: center;
  width: 50%;
  padding: 20px 12px;
  max-width: 450px;
  list-style: none;
}
.info li {
  list-style: none;
}

.calendar {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .calendar {
    padding-top: 120px;
  }
}

/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.mainvisual {
  position: relative;
}
@media (max-width: 767px) {
  .mainvisual {
    padding-top: 74px;
  }
}

.mainvisual .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}
.mainvisual .logo img {
  width: 54%;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .mainvisual .logo img {
    width: 35%;
    padding-top: 5rem;
  }
}

.slick-list {
  max-height: 640px;
}
@media (max-width: 767px) {
  .slick-list {
    max-height: 640px;
  }
}

#form-taiken .ct-inner .formmailer-embed iframe {
  font-family: "Shippori Mincho", serif !important;
}

.boshu-bnr {
  margin: 0 auto -1.5em;
  width: 33% !important;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .boshu-bnr {
    width: 65% !important;
  }
}

.info-top {
  margin-bottom: 20px;
}

.info-top-ttl {
  padding: 10px;
  font-weight: bold;
  background-color: #c71e2e;
  color: #fff;
}

.info-top-ctt01 {
  padding: 10px;
  border: solid 1px #ddd;
}

/*# sourceMappingURL=contents.css.map */