@charset "UTF-8";
/* 全体の編集 */
body {
  margin: 0 auto 0 auto;
  background-color: #f3f3f3;
  font-family: "Noto Sans JP", serif;
}

/* 変数 */
/* -------
共通の編集
--------- */
/* ヘッダー */
.wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
}

.logo {
  margin-left: 5px;
}

.icons {
  align-self: center;
  margin-right: 10px;
  margin-top: 15px;
}
.icons a {
  text-decoration: none;
}

.tel {
  width: 120px;
  margin-bottom: 13px;
  margin-right: 5px;
}

.header-icon-instagram {
  width: 43px;
  margin-bottom: 3px;
}

.header-icon-line {
  width: 50px;
}

.nav {
  display: flex;
  justify-content: space-around;
  background-color: #8f784e;
  width: 100%;
  height: 60px;
}
.nav li {
  display: flex;
  list-style: none;
  text-decoration: none;
  align-items: center;
}
.nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.btn:hover {
  transform: scale(1.2);
}

/* スマホ用ナビを非表示 */
#nav-sp, .menu-sp {
  display: none;
}

/* トップに戻るボタン */
.backToTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #8f784e;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

/* フッター */
footer {
  position: relative;
  font-size: 16px;
}

.footer {
  display: flex;
  justify-content: space-around;
}
.footer .footer-logo {
  position: absolute;
  top: 20px;
  left: 10px;
}
.footer .footer-access {
  margin-top: 20%;
}

.footer-link:hover {
  transform: scale(0.9);
}

.copyright {
  padding: 60px 0 20px 0;
  text-align: center;
  font-size: 10px;
}

/* --------------
トップページの編集
--------------- */
/* もっと見るボタンの設定 */
.button {
  text-align: center;
  margin-top: 30px;
}

.button:hover {
  transform: scale(0.9);
}

/* カルーセル */
.carousel-section {
  overflow: hidden;
}

.carouselImg img {
  width: 100%;
  margin: 0 auto;
}

/* スクール紹介 */
.title-first {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
}
.title-first h2 {
  font-size: 50px;
  font-weight: bold;
}

.title {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 60px;
}
.title h2 {
  font-size: 50px;
  font-weight: bold;
}

.top-introduction {
  display: flex;
  margin-left: 8%;
  margin-right: 8%;
  font-size: 16px;
  align-items: flex-start;
}
.top-introduction p {
  margin-left: 7%;
}

.top-instagram-guidance {
  position: relative;
  margin-top: 5%;
}
.top-instagram-guidance p {
  font-weight: bold;
  margin-right: 5%;
}
.top-instagram-guidance div {
  text-align: right;
}

.top-club-partner {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  font-size: 16px;
}
.top-club-partner h3 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 10px;
}

.top-detail-title {
  width: 100px;
  background-color: #8f784e;
  border-radius: 15px;
  color: #fff;
  padding: 1px 0;
}
.top-detail-title h4 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.top-detail {
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background-image: url(../images/home/introduction_background.jpg);
  background-size: cover;
  color: #fff;
  position: relative;
}

.top-schedule-venue {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
}
.top-schedule-venue .top-schedule {
  margin-left: 3%;
}
.top-schedule-venue .top-schedule div {
  margin-top: 20px;
}

.top-schedule > h3,
.top-venue > h3 {
  font-size: 25px;
  white-space: nowrap;
}

.top-schedule > h3::after,
.top-venue > h3::after {
  content: url("../images/home/line.jpg");
  display: inline-block;
  transform: scale(0.7);
}

.top-schedule-contents {
  padding-left: 10%;
  font-size: 16px;
}

.schedule-table1,
.schedule-table2 {
  white-space: nowrap;
  padding: 10px 0px 20px 20px;
}

.top-week {
  padding-right: 20px;
  font-weight: normal;
}

.top-cell {
  padding: 10px 0;
}

.top-venue {
  margin-right: 7%;
}
.top-venue div {
  margin-top: 20px;
}
.top-venue div p {
  padding: 20px 20px 20px 20px;
}

/* クラス紹介 */
.top-class {
  background-color: #000;
  padding-bottom: 100px;
}

.title-class {
  padding-top: 100px;
  margin-top: 0;
  color: #fff;
}

.top-class-introduction {
  width: 500px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
}
.top-class-introduction h3 {
  margin-left: 3%;
  margin-bottom: 20px;
  border-left: 4px solid #8f784e;
  padding-left: 20px;
  font-size: 20px;
}
.top-class-introduction p {
  padding-left: 30px;
  padding-bottom: 20px;
}

/* 入会募集 */
#top-recruitment > img {
  position: relative;
  margin: auto;
  display: block;
  width: 85%;
}

#top-recruitment {
  position: relative;
}
#top-recruitment .top-recruitment-message {
  margin: 30px 10%;
}
#top-recruitment .top-recruitment-message .top-message {
  font-size: 16px;
}
#top-recruitment .top-recruitment-message .top-note {
  position: absolute;
  right: 10%;
  font-size: 13px;
}

#top-guidance {
  text-align: center;
  margin-top: 80px;
}
#top-guidance p {
  font-size: 35px;
  font-weight: bold;
}
#top-guidance img {
  width: 70%;
  padding-top: 10px;
}

.top-official {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  font-weight: bold;
}

.top-official-uzura,
.top-official-gujo {
  margin-top: 40px;
}
.top-official-uzura span,
.top-official-gujo span {
  font-size: 25px;
}
.top-official-uzura .sp,
.top-official-gujo .sp {
  display: none;
}
.top-official-uzura img,
.top-official-gujo img {
  padding-top: 10px;
}

.top-official-uzura-line:hover,
.top-official-gujo-line:hover {
  transform: scale(0.9);
}

/* 指導メソッド/スタッフ紹介 */
#top-methods-staff {
  background: url(../images/home/home_background.jpg) no-repeat center/contain;
  background-position: top;
  background-color: #000;
  color: #fff;
}

/* 指導メソッド */
.top-methods-title {
  padding-top: 100px;
}

.top-methods-message {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.top-methods-message p {
  width: 40%;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

/* スタッフ紹介 */
.top-staff {
  padding-bottom: 100px;
}

.top-staff-main {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.top-staff-main p {
  width: 40%;
  margin-left: 70px;
}

.top-representative {
  font-size: 20px;
}

.top-name {
  font-size: 30px;
  font-weight: bold;
}

.top-name-kana {
  font-size: 10px;
}

/* --------------
スクール紹介ページの編集
--------------- */
/* スクール紹介 */
.title-white {
  margin-top: 0;
  padding-top: 70px;
  color: #fff;
}

#school-introduction {
  background-image: url(../images/introduction/introduction_background.jpg);
  background-size: cover;
  color: #fff;
  font-size: 16px;
}

.school-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.school-detail p {
  padding-left: 40px;
  width: 40%;
}

.school-detail-message {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.school-detail-message h3 {
  font-size: 60px;
  font-weight: bold;
  color: #8f784e;
}
.school-detail-message div {
  width: 70%;
  margin-left: 30px;
  margin-top: 15px;
}
.school-detail-message div h4 {
  font-size: 30px;
}

.school-detail-message02 {
  text-align: right;
}
.school-detail-message02 div {
  margin-right: 30px;
}
.school-detail-message02 h3 {
  padding-right: 25px;
}

.school-detail-message03 {
  padding-bottom: 100px;
}

/* スケジュール/会費 */
.school-schedule-fee {
  margin-right: 20px;
  margin-left: 20px;
}
.school-schedule-fee h3 {
  font-size: 25px;
  margin-left: 3%;
  margin-bottom: 30px;
  border-left: 4px solid #8f784e;
  padding-left: 20px;
}
.school-schedule-fee p {
  padding-top: 20px;
  padding-right: 4%;
  text-align: right;
  font-size: 16px;
}

.school-info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  width: 210px;
  height: 250px;
  background-color: #000;
  color: #fff;
  outline: 1px solid #8f784e;
  outline-offset: -10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card_textbox {
  padding: 12%;
}
.card_textbox h4 {
  background: #8f784e;
  font-size: 18px;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.card_textbox h5 {
  font-size: 16px;
  border-left: 2px solid #8f784e;
  padding-left: 8px;
}
.card_textbox li {
  list-style: none;
  font-size: 15px;
}
.card_textbox li span {
  font-size: 10px;
}

.card_schedule {
  padding-top: 10px;
  padding-left: 10px;
}
.card_schedule li {
  padding-left: 5px;
}

.card_mon_fee {
  padding-top: 10px;
  padding-left: 10px;
}
.card_mon_fee li {
  padding-left: 5px;
}

.school-uzura {
  margin-top: 40px;
}

.school-gujo {
  margin-top: 40px;
}

/* 練習場所 */
#school-place {
  align-items: center;
}

.school-place-map {
  display: flex;
  justify-content: center;
}
.school-place-map iframe {
  width: 400px;
  height: 400px;
}
.school-place-map div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 400px;
  height: 400px;
  background-color: #8f784e;
  font-size: 25px;
  color: #fff;
}

.school-place-main {
  padding-bottom: 20%;
  font-size: 30px;
}

.school-place-gujo {
  flex-direction: row-reverse;
}

/* ユニフォーム */
.uniform-bibs {
  text-align: center;
  background-color: #8f784e;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.uniform-bibs-img {
  width: 100%;
}

.school-original {
  text-align: center;
  padding-top: 50px;
}
.school-original h4 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.school-original .school-original-text {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.school-original span {
  color: #8f784e;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #cbcbcb;
}

/* お問い合わせ */
#school-contact {
  background-color: #000;
  font-size: 16px;
}

.title-contact {
  color: #fff;
  padding-top: 100px;
}

.school-contact-details {
  color: #fff;
  padding-bottom: 120px;
}
.school-contact-details .school-message {
  font-size: 35px;
  padding-bottom: 30px;
}

.school-contact-details > p {
  text-align: center;
}

/* --------------
クラス紹介の編集
--------------- */
#class-section {
  margin-bottom: 5%;
}

.class-introduction {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
}
.class-introduction h3 {
  margin-left: 3%;
  margin-bottom: 30px;
  border-left: 4px solid #8f784e;
  padding-left: 20px;
  font-size: 25px;
}

.class-introduction-main {
  padding-left: 7%;
}
.class-introduction-main .class-introduction-text {
  padding: 10px 0 5% 1%;
}
.class-introduction-main .class-introduction-text-gujo {
  padding: 10px 0 0 1%;
}

.class-name {
  width: 170px;
  background-color: #8f784e;
  border-radius: 10px;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 18px;
}

.class-merit {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 10px;
}

.class-merit-detail {
  border-top: 3px solid #8f784e;
  border-bottom: 3px solid #8f784e;
  width: 80%;
  margin: 0 auto;
}
.class-merit-detail div {
  padding: 15px 5%;
}
.class-merit-detail .class-merit-title {
  font-size: 18px;
  font-weight: bold;
}
.class-merit-detail .class-merit-title span {
  color: #8f784e;
  font-size: 20px;
  padding-right: 10px;
}
.class-merit-detail .class-merit-text {
  padding-left: 30px;
}

.class-merit-detail-top {
  margin-top: 15px;
}

.class-merit-detail-bottom {
  margin-bottom: 15px;
}

.class-gujo-others {
  margin-top: 70px;
}

.class-others-main {
  font-size: 25px;
  padding: 0;
  margin-bottom: 10px;
}

.class-others-detail,
.class-others-lesson {
  padding-left: 2%;
}

/* -------------------
指導メソッドページの編集
-------------------- */
/* 指導メソッド */
#methods {
  background-color: #000;
  color: #fff;
}

.methods-first {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
}

.methods-first-title {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.methods-first-contents {
  display: flex;
  padding-bottom: 30px;
}
.methods-first-contents h3 {
  margin-right: 15px;
  border-bottom: 3px solid #8f784e;
  font-size: 40px;
  font-weight: bold;
  color: #8f784e;
}
.methods-first-contents p {
  padding-top: 15px;
}

.methods-second {
  padding-top: 80px;
  font-size: 16px;
  background-image: url(../images/methods/methods_background.jpg);
  background-size: contain;
}

.methods-second-text {
  display: flex;
  margin: 0 auto;
  padding-bottom: 90px;
  width: 85%;
}
.methods-second-text h3 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 30px;
}

.methods-text-detail-first {
  padding-right: 40px;
}

.methods-text-detail-second {
  padding-left: 40px;
}

.methods-age-main {
  padding-top: 50px;
}

.methods-circle {
  text-align: center;
  margin: 0 auto;
  content: "";
  width: 450px;
  height: 450px;
  border: 3px solid #8f784e;
  border-radius: 50%;
}
.methods-circle .methods-age {
  margin-top: 50px;
}
.methods-circle h3 {
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  background-color: #000;
}
.methods-circle span {
  font-size: 15px;
}
.methods-circle h4 {
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
}

.pre-golden-age {
  margin: 60px 10px 0 10px;
}

.golden-age {
  margin: 60px 10px 0 10px;
}

.post-golden-age {
  margin: 40px 10px 0 10px;
}

.circle-one {
  position: relative;
  right: 20%;
}

.circle-two {
  position: relative;
  bottom: 100px;
  left: 20%;
}

.circle-three {
  position: relative;
  bottom: 200px;
  right: 20%;
}

/* --------------
スタッフ紹介の編集
--------------- */
.staff-introduction {
  display: flex;
  margin: 0 auto;
  width: 70%;
  font-size: 16px;
  border-bottom: 3px solid #8f784e;
  padding-bottom: 40px;
}
.staff-introduction img {
  padding-top: 20px;
}

.staff-introduction-main {
  padding-left: 60px;
}
.staff-introduction-main .history-message {
  background-color: #8f784e;
  color: #fff;
  border-radius: 20px;
  width: 100px;
  text-align: center;
  padding: 2px 0;
  margin: 10px 0 5px 0;
}
.staff-introduction-main .staff-history {
  padding-left: 25px;
}

.staff-introduction-end {
  padding: 30px 0 70px 0;
  border-bottom: 0;
}

/* -------------------------
  レスポンシブ対応(タブレット)
-------------------------- */
@media screen and (max-width: 834px) {
  /* ---------
    共通の編集
  ---------- */
  /* フッターの編集 */
  .footer {
    flex-direction: column;
    text-align: right;
  }
  .footer .footer-logo {
    width: 60px;
  }
  .footer .footer-access {
    width: 40%;
    margin-top: 20px;
    margin-right: 5%;
  }
  /* ----------------
    トップページの編集
  ----------------- *
  /* スクール紹介 */
  .top-instagram-guidance div {
    margin-top: 20px;
  }
  /* お問い合わせ */
  .top-official {
    justify-content: space-around;
  }
  .top-official-uzura img,
  .top-official-gujo img {
    width: 300px;
  }
  /* ---------------------
    スクール紹介ページの編集
  ---------------------- */
  /* 練習場所 */
  .school-place-map iframe {
    width: 300px;
    height: 300px;
  }
  .school-place-map div {
    width: 300px;
    height: 300px;
    font-size: 15px;
  }
  .school-place-main {
    font-size: 20px;
  }
  /* -------------------
  指導メソッドページの編集
  -------------------- */
  /* 指導メソッド */
  .methods-first {
    width: 85%;
  }
  .methods-first-title {
    font-size: 25px;
  }
  .methods-second {
    padding-top: 50px;
  }
  .methods-second-text {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .methods-second-text .methods-second-img-sp {
    display: flex;
    justify-content: center;
  }
  .methods-second-text .methods-second-img-sp img {
    width: 70%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .methods-second-text-sp {
    flex-direction: column-reverse;
  }
  .methods-text-detail-first {
    padding-right: 0;
  }
  .methods-text-detail-second {
    padding-left: 0;
  }
  .circle-two {
    bottom: 50px;
  }
  .circle-three {
    bottom: 100px;
  }
}
/* ---------------------------
　レスポンシブ対応（スマートフォン）
---------------------------- */
@media screen and (max-width: 768px) {
  /* ---------
    共通の編集
  ---------- */
  /* ヘッダーの編集 */
  .logo {
    width: 50px;
  }
  /* PC用ナビゲーション非表示 */
  .nav-pc {
    display: none;
  }
  /* ハンバーガーメニュー */
  .menu-sp {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 10px 0 0;
  }
  /* スマホ用ナビゲーションの表示切替*/
  /* 初期状態、レイアウトと非表示設定 */
  #nav-sp {
    background-color: #8f784e;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 100;
  }
  #nav-sp ul {
    padding: 20px 0;
    margin-top: 50px;
  }
  #nav-sp li {
    list-style: none;
  }
  .close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #nav-sp nav a {
    display: block;
    color: #fff;
  }
  #nav-sp nav a:hover {
    text-decoration: underline;
  }
  .menu {
    text-decoration: none;
    margin: 0 20px;
    height: 40px;
    font-size: 16px;
    background-image: url("../images/common/arrow.jpg");
    background-repeat: no-repeat;
    background-position: right top;
  }
  .sns {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .sns a {
    text-decoration: none;
  }
  /* トップに戻るボタン */
  .backToTop {
    bottom: 50px;
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  /* タイトル */
  .title-first {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .title-first h2 {
    font-size: 25px;
  }
  .title-first img {
    width: 250px;
    display: block;
    margin: 5px auto;
  }
  .title-first .top-long {
    width: 300px;
  }
  .title {
    margin-top: 80px;
  }
  .title h2 {
    font-size: 25px;
  }
  .title img {
    width: 250px;
    display: block;
    margin: 5px auto;
  }
  .title .top-long {
    width: 300px;
  }
  .title-black-sp {
    margin-top: 10px;
  }
  /* フッターの編集 */
  .footer {
    flex-direction: column;
    text-align: right;
  }
  .footer .footer-logo {
    width: 60px;
  }
  .footer .footer-access {
    width: 40%;
    margin-top: 20px;
    margin-right: 5%;
  }
  /* ----------------
    トップページの編集
  ----------------- */
  /* もっと見るボタンの設定 */
  .button img {
    width: 150px;
  }
  /* スクール紹介の編集 */
  .top-introduction {
    flex-direction: column;
    font-size: 12px;
  }
  .top-introduction p {
    margin: 0 auto;
  }
  .top-introduction > div > p {
    padding-top: 30px;
  }
  .top-introduction > img {
    margin: 0 auto;
    width: 65%;
  }
  .top-instagram-guidance > div > a > img {
    width: 50%;
  }
  .top-club-partner {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }
  .top-club-partner h3 {
    font-size: 15px;
  }
  .top-detail {
    background: url(../images/home/introduction_background_sp.jpg) no-repeat center/contain;
    background-color: #000;
  }
  .top-schedule-venue {
    flex-direction: column;
    padding-top: 20px;
  }
  .top-schedule-contents {
    font-size: 12px;
    padding-left: 15px;
  }
  .top-venue {
    margin-left: 3%;
  }
  .top-schedule > h3,
  .top-venue > h3 {
    font-size: 18px;
    padding-left: 10px;
  }
  /* クラス紹介 */
  .title-class {
    margin-top: 0;
  }
  .top-class-introduction {
    width: 80%;
    font-size: 12px;
  }
  .top-class-introduction h3 {
    font-size: 15px;
  }
  /* 入会募集の編集 */
  #top-recruitment .top-recruitment-message .top-message {
    font-size: 12px;
  }
  #top-recruitment .top-recruitment-message .top-note {
    font-size: 8px;
  }
  #top-guidance {
    margin-top: 40px;
  }
  #top-guidance p {
    font-size: 15px;
  }
  .top-official {
    flex-direction: column;
    text-align: right;
  }
  .top-official-uzura,
  .top-official-gujo {
    font-size: 12px;
    display: flex;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    justify-content: space-between;
  }
  .top-official-uzura p,
  .top-official-gujo p {
    text-align: start;
  }
  .top-official-uzura span,
  .top-official-gujo span {
    font-size: 15px;
  }
  .top-official-uzura .sp,
  .top-official-gujo .sp {
    display: block;
  }
  .top-official-uzura img,
  .top-official-gujo img {
    width: 100px;
    padding-top: 0;
    padding-left: 20px;
  }
  .top-official-uzura {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .top-official-uzura > p::after,
  .top-official-gujo > p::after {
    content: url("../images/home/arrow.png");
    white-space: nowrap;
    padding-left: 10px;
  }
  /* 指導メソッド */
  .top-methods-title {
    padding-top: 50px;
  }
  .top-methods-message {
    flex-direction: column-reverse;
  }
  .top-methods-message p {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 12px;
  }
  .top-methods-message img {
    width: 50%;
    margin: 0 auto;
  }
  /* スタッフ紹介 */
  .top-staff-main {
    flex-direction: column;
  }
  .top-staff-main p {
    margin: 10px auto 0 auto;
    width: 80%;
    font-size: 12px;
  }
  .top-staff-main div {
    margin: 0 auto;
  }
  .top-representative {
    font-size: 15px;
  }
  .top-name {
    font-size: 20px;
    font-weight: bold;
  }
  .top-name-kana {
    font-size: 10px;
  }
  /* ---------------------
    スクール紹介ページの編集
  ---------------------- */
  /* タイトル */
  .title-white {
    margin-top: 0;
    padding-top: 50px;
    color: #fff;
  }
  /* スクール紹介 */
  .school-detail {
    flex-direction: column;
  }
  .school-detail p {
    font-size: 12px;
    padding: 20px 0 0 0;
    width: 65%;
  }
  .school-detail div {
    display: flex;
    justify-content: center;
  }
  .school-detail div img {
    width: 70%;
  }
  .school-detail-message {
    font-size: 12px;
  }
  .school-detail-message h3 {
    font-size: 35px;
  }
  .school-detail-message div {
    width: 70%;
    margin-left: 20px;
  }
  .school-detail-message div h4 {
    font-size: 18px;
  }
  .school-detail-message02 div {
    margin-right: 20px;
  }
  /* スケジュール/会費 */
  .school-schedule-fee h3 {
    font-size: 20px;
  }
  .school-schedule-fee p {
    font-size: 12px;
  }
  /* 練習場所 */
  .school-place-map iframe {
    width: 150px;
    height: 150px;
  }
  .school-place-map div {
    width: 150px;
    height: 150px;
    font-size: 10px;
  }
  .school-place-main {
    font-size: 10px;
  }
  /* ユニフォーム */
  .uniform-bibs {
    font-size: 15px;
  }
  .school-original {
    font-size: 12px;
    padding-top: 30px;
  }
  .school-original h4 {
    font-size: 15px;
  }
  .school-original span {
    font-size: 18px;
  }
  /* お問い合わせ */
  #school-contact {
    font-size: 12px;
  }
  .school-contact-details {
    padding-bottom: 40px;
  }
  .school-contact-details .school-message {
    font-size: 20px;
  }
  .school-contact-details .school-official-uzura {
    margin-top: 50px;
  }
  .title-contact {
    padding-top: 60px;
  }
  /* -------------------
  指導メソッドページの編集
  -------------------- */
  /* 指導メソッド */
  .methods-first {
    font-size: 12px;
  }
  .methods-first-title {
    font-size: 18px;
  }
  .methods-first-contents h3 {
    font-size: 30px;
  }
  .methods-first-contents p {
    padding-top: 8px;
  }
  .methods-second {
    padding-top: 30px;
    font-size: 12px;
  }
  .methods-second-text h3 {
    font-size: 20px;
  }
  .methods-age-main {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
  .methods-circle {
    margin: 0;
    margin-bottom: 30px;
    width: 350px;
    height: 350px;
  }
  .methods-circle h3 {
    font-size: 20px;
  }
  .methods-circle span {
    font-size: 10px;
  }
  .methods-circle h4 {
    padding-top: 30px;
    font-size: 15px;
  }
  .pre-golden-age,
  .post-golden-age {
    margin: 30px 10px 0 10px;
  }
  .golden-age {
    margin: 40px 10px 0 10px;
  }
  .circle-one {
    position: relative;
    right: 0;
  }
  .circle-two {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .circle-three {
    position: relative;
    bottom: 0;
    right: 0;
  }
  /* ------------
  クラス紹介の編集
  ------------- */
  .class-introduction {
    font-size: 12px;
  }
  .class-introduction h3 {
    font-size: 20px;
  }
  .class-introduction-main .class-introduction-text {
    padding: 10px 0 10% 1%;
  }
  .class-introduction-main .class-introduction-text-gujo {
    padding: 10px 0 0 1%;
  }
  .class-name {
    width: 140px;
    font-size: 15px;
  }
  .class-merit {
    font-size: 15px;
    padding-top: 30px;
  }
  .class-merit-detail {
    width: 90%;
  }
  .class-merit-detail div {
    padding: 15px 0;
  }
  .class-merit-detail .class-merit-title {
    font-size: 15px;
  }
  .class-others-main {
    font-size: 18px;
  }
  /* --------------
  スタッフ紹介の編集
  --------------- */
  .staff-introduction {
    font-size: 12px;
    width: 85%;
  }
  .staff-introduction img {
    padding-top: 10px;
    width: 90px;
  }
  .staff-introduction-main {
    padding-left: 20px;
  }
  .staff-introduction-main .history-message {
    width: 80px;
  }
  .staff-introduction-end {
    padding: 30px 0 70px 0;
    border-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */