.l-general-header {
  position: relative;
}

.l-general-header__heading {
  padding: 140px 0 0;
}

@media screen and (max-width: 768px) {
  .l-general-header__heading {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0;
  }
}

.l-general-header__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-intro-section__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-intro-section__heading, .l-intro-section__text {
  text-align: center;
}

.l-intro-section__heading {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-intro-section__heading {
    height: 160px;
  }
}

.l-intro-section__text {
  padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .l-intro-section__text {
    padding: 20px 0;
  }
}

.l-general-section__block {
  padding: 80px 0 160px;
}

@media screen and (max-width: 768px) {
  .l-general-section__block {
    padding: 40px 0 20px;
  }
}

.l-general-section__header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-general-section__course {
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .l-general-section__course {
    padding: 20px 0 0;
    text-align: justify;
  }
}

@media screen and (min-width: 769px) {
  .l-general-section__course {
    text-align: center;
  }
}

.l-third-section {
  padding: 0 0 45vw;
}

@media screen and (max-width: 768px) {
  .l-intro-contents .container {
    padding: 0;
  }
}

.l-intro-contents__block {
  margin: 0 auto;
  width: 75%;
}

@media screen and (min-width: 769px) {
  .l-intro-contents__text {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .l-intro-contents__text {
    text-align: justify;
  }
}

.l-intro-contents__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-intro-contents__image-item {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .l-intro-contents__image-item {
    width: 32vw;
    height: 32vw;
  }
}

.l-intro-contents__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-intro-contents:nth-of-type(1) {
  padding: 10px 0;
}

.l-intro-contents:nth-of-type(2) {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .l-intro-contents:nth-of-type(2) {
    padding: 15px 0;
  }
}

.l-main-contents {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .l-main-contents {
    padding: 40px 0 0;
  }
}

.l-main-contents:last-of-type {
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .l-main-contents:last-of-type {
    padding: 40px 0 0;
  }
}

.l-main-contents__image-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-main-contents__image-item {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-main-contents__image-item {
    width: 100%;
    text-align: center;
  }
}

.l-main-contents__image-item img {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__image-item img {
    width: 160px;
  }
}

.l-main-contents__text-item {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .l-main-contents__text-item {
    width: 100%;
  }
}

.l-main-contents__text-item h3 {
  padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__text-item h3 {
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-main-contents__text-item p {
    padding: 0 0 30px;
    text-align: justify;
  }
}

.l-heading-contents:nth-child(2) {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .l-heading-contents:nth-child(2) {
    padding: 30px 0;
  }
}

.l-heading-contents:nth-child(5) {
  padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .l-heading-contents:nth-child(5) {
    padding: 0 0 30px;
  }
}

.l-heading-contents__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-heading-contents__heading span {
  display: block;
  padding: 0 1em 0;
}

.l-heading-contents__description {
  text-align: center;
}

.l-heading-contents__image {
  position: relative;
}

.l-table-contents__block {
  padding: 30px 0;
}

.l-table-contents__table {
  width: 90%;
  margin: 0 auto;
}

.l-table-contents__table th:not(:nth-of-type(1)),
.l-table-contents__table td:not(:nth-of-type(1)) {
  text-align: center;
}

.l-table-contents__text {
  text-align: center;
}

.l-list-contents {
  padding: 40px 0;
}

.l-list-contents__text {
  text-align: center;
  padding: 0 0 20px;
}

.l-list-contents__heading {
  text-align: center;
}

.l-list-contents__description {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-list-contents__key {
  width: 30%;
}

.l-list-contents__value {
  width: 30%;
}

.l-profile-contents {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .l-profile-contents {
    padding: 60px 0;
  }
}

.l-profile-contents__image-and-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__image-and-profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-profile-contents__image-item {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__image-item {
    width: 75%;
  }
}

.l-profile-contents__image-item img {
  width: 100%;
}

.l-profile-contents__profile-item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__profile-item {
    width: 100%;
  }
}

.l-profile-contents__name {
  padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__name {
    text-align: center;
    padding: 20px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-profile-contents__career p {
    text-align: justify;
    padding: 0 0 20px;
  }
  .l-profile-contents__career p:nth-of-type(2) {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-profile-contents__career p {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .l-general-header {
    background: url("../img/top-kyoshitsu.jpg") no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .l-general-header {
    background: url("../img/top-kyoshitsu-sp.jpg") top 60px right 0 no-repeat;
    background-size: cover;
  }
}

.l-general-header__title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .l-general-header__title {
    font-size: clamp(14px, 6vw, 30px);
    line-height: 1.3em;
  }
}

.l-general-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}

.l-intro-section,
.l-general-section {
  background-color: #ffffff;
}

.l-intro-section__heading,
.l-general-section__heading {
  color: #5c070c;
}

.l-intro-section__heading span {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 52px;
}

@media screen and (max-width: 768px) {
  .l-intro-section__heading span {
    font-size: clamp(14px, 6.5vw, 30px);
    line-height: 1.4em;
  }
}

@media screen and (max-width: 768px) {
  .l-intro-section__text {
    background-color: #f2f2f3;
  }
}

.l-intro-section__text span {
  font-size: 22px;
  font-weight: 700;
  line-height: 44.5px;
}

@media screen and (max-width: 768px) {
  .l-intro-section__text span {
    font-size: 14px;
    line-height: 25px;
  }
}

.l-general-section__header {
  background-color: #5c070c;
}

.l-general-section__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 41px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .l-general-section__title {
    font-size: 20px;
  }
}

.l-general-section__course p {
  font-size: 21px;
  font-weight: 300;
  line-height: 41px;
}

@media screen and (max-width: 768px) {
  .l-general-section__course p {
    font-size: 14px;
    line-height: 25px;
  }
}

.l-third-section {
  background: #ffffff url("../img/bg-kyoshitsu.jpg") bottom no-repeat;
  background-size: 100%;
}

.l-intro-contents__text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .l-intro-contents__text p {
    font-size: 14px;
    line-height: 25px;
  }
}

.l-main-contents:nth-of-type(odd) {
  background-color: #ededed;
}

.l-main-contents__text-item h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-main-contents__text-item h3 {
    font-size: 15px;
    line-height: 25px;
  }
}

.l-main-contents__text-item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__text-item p {
    font-size: 14px;
    line-height: 25px;
  }
}

.l-heading-contents__heading span {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: 900;
  line-height: inherit;
  color: #5c070c;
}

@media screen and (max-width: 768px) {
  .l-heading-contents__heading span {
    font-size: 20px;
  }
}

.l-heading-contents__heading::before, .l-heading-contents__heading::after {
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #5c070c;
}

.l-heading-contents__description {
  font-size: 24px;
  font-weight: 300;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-heading-contents__description {
    font-size: 19px;
    line-height: 27px;
  }
}

.l-table-contents .container--narrow {
  background-color: #ededed;
}

.l-table-contents__table tr {
  border-bottom: 1px solid #ffffff;
}

.l-table-contents__table th {
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  color: #5c070c;
}

.l-table-contents__table td {
  font-size: 18px;
  font-weight: 300;
  line-height: 61px;
}

.l-table-contents__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

.l-list-contents {
  background-color: rgba(92, 7, 12, 0.15);
}

.l-list-contents__text {
  font-size: clamp(14px, 4.3vw, 18px);
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: -0.025em;
}

.l-list-contents__heading {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 35px;
}

.l-list-contents__key li {
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  color: #5c070c;
}

.l-list-contents__value li {
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}

.l-list-contents__value li::before {
  content: ":\00A0\00A0";
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}

.l-profile-contents__name span {
  font-size: 26px;
  font-weight: 700;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__name span {
    font-size: 19px;
  }
}

.l-profile-contents__career p {
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__career p {
    font-size: 15px;
    line-height: 29px;
  }
}

.p-spice-image-1 {
  position: absolute;
  top: -350px;
  right: -160px;
}

@media screen and (max-width: 768px) {
  .p-spice-image-1 {
    width: 200px;
    top: -20px;
    right: -60px;
  }
}

.p-spice-image-1 img {
  width: 100%;
}

.p-spice-image-2 {
  position: absolute;
  top: -280px;
  right: -120px;
}

@media screen and (max-width: 768px) {
  .p-spice-image-2 {
    width: 200px;
    top: -10px;
    right: -60px;
  }
}

.p-spice-image-2 img {
  width: 100%;
}

.p-reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-reservation a {
  display: block;
  width: 45%;
  height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 80px;
  color: #ffffff;
  background-color: #c86400;
}

@media screen and (max-width: 768px) {
  .p-reservation a {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-reservation a {
    font-size: 17px;
  }
}