@charset "utf-8";

/*
ABOUT
================================================ */
/* .title { */
  /* height: 310px;
  background-image: url(../img/price/price-top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000; */
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100px; */
  /* min-height: 9rem; */
  /* padding: 2rem 0;
  background-color: #87b9b8; */
  
  /* text-shadow: 1px 1px 3px #4b2c14; */
/* }

.title h1 { */
  /* font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold; */
  /* margin: 0;
  font-size: 25px; */
  /* font-size: 2rem; */
  /* color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif; */
  /* font-family: 'Montserrat', sans-serif; */
/* } */

/* .title p {
  font-size: 14px;
  margin-top: 10px;
} */

/* @media only screen and (max-width: 768px) {
  .title {
      margin-top: 37px;
    }
  
    .title h1 {
      font-size: 21px;
    }
  
    .title p {
      font-size: 12px;
      margin-top: 5px;
    }
} */

.about {
  max-width: 600px;
  margin: 75px auto;
  width: 100%;
}

.about p,
.instructor p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  margin-bottom: 1.5em;
  text-align: justify;
  line-height: 1.8em;
  color: #1a1a1a;
}

.about-img img,
instructor img {
  width: 151px;
  height: 151px;
  max-width: 100%;
  /* border-radius: 50%; */
}

.name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1.5em;
  text-align: justify;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #1a1a1a;
}

blockquote {
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
  margin-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

blockquote p:last-child {
  margin-bottom: 0 !important;
}

.instructor {
  width: 900px;
  max-width: 100%;
  margin: 50px auto 55px;
}

.about h2,
.instructor h2 {
  /* font-size: 22px;
  font-weight: bold;
  text-align: center;*/
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: solid 1px #888;
  max-width: 95%;
  margin: 0 auto 30px;
  padding: 0 0 15px 0;
}

.about h2::after,
.instructor h2::after {
  /* content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000; */
  margin: 20px auto 0;
  content: '';
  position: absolute;
  display: block;
  border-bottom: solid 3px #000000;
  bottom: -2px;
  width: 30px;
}

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

.instructor2 {
  width: 400px;
  border: 1px solid #e6e6e6;
  padding: 20px 25px 20px;
  /* margin: 0 auto; */
}

.instructor p:last-child {
  margin-bottom: 0 !important;
}

/* .footer {
  margin-top: 75px;
} */

@media (max-width: 768px) {
  .about {
    /* padding: 0 15px; */
    margin: 50px auto;
    width: 500px;
    max-width: 90%;
  }

  .instructor-inner {
    display: block;
  }

  .instructor2 {
    width: 500px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
}