@charset "UTF-8";
.page-contents {
  max-width: 1280px;
  /*    padding-top: 160px; */
  /*    padding-bottom: 160px; */
  /*  margin-left: 30vw; */
  margin-left: auto;
  margin-right: auto;
  /*  display: flex;*/
}
.page-contents .page-section {
  display: flex !important;
  align-items: flex-start !important;
}
.page-contents main {
  top: 0 !important;
  position: static;
}

.page-section {
  margin: 84px auto 0 auto;
}

.page-section h1 {
  font-size: 2rem;
  font-weight: bold;
}

.page-section h2 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: dotted 3px skyblue;
  position: relative;
  padding-bottom: 3px;
  margin-left: 3px;
}

.page-section h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: dotted 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.page-section p {
  margin: 1.6rem 0.3rem;
}

.page-section ul {
  list-style: disc;
  margin-left: 1.2rem;
  padding: 0.6rem;
}

.context {
  text-align: left;
  margin: 2rem 0 0.6rem 0;
  padding: 18px;
}

.page-flex {
  display: flex;
}

.page-flex .contents-side {
  flex: 3;
  padding: 0 18px 9px 18px;
}

.page-flex .menu-side {
  flex: 1;
  padding: 9px;
  border-left: 1px solid rgb(223, 145, 0);
}

.flex-columns {
  width: 96%;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  /* 折り返しを有効にする */
  gap: 12px;
}

.flex-columns .flex-contents {
  width: calc(50% - 6px);
  border: 1px solid rgb(211, 218, 228);
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  /* 下と右に影 */
}

.flex-columns .flex-contents .contents-head {
  width: 100%;
}

.flex-columns .flex-contents .contents-head img {
  width: 100%;
  /* 画像をコンテナいっぱいに広げる */
  display: block;
  /* 画像の周りの余白をなくす */
  border-radius: 3px 3px 0 0;
  /* 上部の角を丸める */
}

.flex-columns .flex-contents .contents-body {
  padding: 6px;
  text-align: center;
}

@media (max-width: 576px) {
  .flex-columns {
    flex-direction: column;
  }
  .flex-columns .flex-contents {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .page-section {
    margin: 0 auto 0 auto;
  }
}
.profile-takeuchikou {
  text-align: center;
  margin: 0 auto;
  width: 480px;
}

.profile-takeuchikou h1 {
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #4c9ac0;
  background-color: #fff;
  padding: 0.2em 1em;
  position: relative;
  border-radius: 50%;
  max-width: 480px;
}

.profile-takeuchikou h1::after {
  content: "";
  background-color: #d6eefa;
  width: 100%;
  max-width: 480px;
  height: 100%;
  border: 1px solid #4c9ac0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-3deg);
}

/*-- form 共通 --*/
.contact,
.school,
.dealings {
  /*    h1 {
      position: relative;
      width: 100%;
      margin-bottom: 0.6rem;
      padding: 1rem;
      color: #ffffff;
      text-shadow:1px 1px 0 #469c7e,-1px 1px 0 #469c7e,1px -1px 0 #469c7e,-1px -1px 0 #469c7e;
      background-color: #81D8D0;
      font-weight: bold;
      font-size: 1.4rem;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      &::before {
        position: absolute;
        inset: -5px 5px 5px -5px;
        border: 3px solid #469c7e;
        content: '';
      }
    }
  */
}

.contact h1,
.school h1,
.dealings h1 {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0.5em 0.5em 2em;
  /*      border-bottom: 1px solid #ff5a5f; */
}

.contact h1::before,
.contact h1::after,
.school h1::before,
.school h1::after,
.dealings h1::before,
.dealings h1::after {
  position: absolute;
  content: "";
  border-radius: 100%;
}

.contact h1::before,
.school h1::before,
.dealings h1::before {
  top: 0.2em;
  left: 0.2em;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 90, 95, 0.5);
  z-index: 2;
}

.contact h1::after,
.school h1::after,
.dealings h1::after {
  top: 0.7em;
  left: 0.7em;
  width: 13px;
  height: 13px;
  background-color: rgba(255, 90, 95, 0.2);
}

.contact h2,
.school h2,
.dealings h2 {
  font-weight: bold;
  margin-left: 2rem;
}

.contact h3,
.school h3,
.dealings h3 {
  display: flex;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  /*  padding: 0 65px; */
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  /*  margin-left: auto;
  margin-right: auto;
  */
}

.contact h3::before,
.contact h3::after,
.school h3::before,
.school h3::after,
.dealings h3::before,
.dealings h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #e35c27;
}

.contact h3::before,
.school h3::before,
.dealings h3::before {
  margin-right: 12px;
}

.contact h3::after,
.school h3::after,
.dealings h3::after {
  margin-left: 12px;
}

.contact .abstruct,
.school .abstruct,
.dealings .abstruct {
  width: 94%;
  margin: 2rem auto 1rem auto;
}

.contact .abstruct .plus-info,
.school .abstruct .plus-info,
.dealings .abstruct .plus-info {
  border: 1px solid #469c7e;
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem;
}

.contact .abstruct .plus-info .rule-link,
.school .abstruct .plus-info .rule-link,
.dealings .abstruct .plus-info .rule-link {
  color: #f00;
}

.contact .abstruct .plus-info .rule-link a,
.school .abstruct .plus-info .rule-link a,
.dealings .abstruct .plus-info .rule-link a {
  color: #f00;
}

.contact .rule,
.school .rule,
.dealings .rule {
  width: 94%;
  margin: 2rem auto 1rem auto;
}

.contact .rule dl dt,
.school .rule dl dt,
.dealings .rule dl dt {
  margin-bottom: 9px;
}

.contact .rule dl dt span,
.school .rule dl dt span,
.dealings .rule dl dt span {
  padding: 3px 9px 0 9px;
  border-bottom: 1px solid #666;
}

.contact .rule dl dd,
.school .rule dl dd,
.dealings .rule dl dd {
  margin-bottom: 6px;
  margin-bottom: 18px;
}

.contact .rule ul,
.school .rule ul,
.dealings .rule ul {
  list-style-position: outside;
  margin-left: 1.5rem;
}

.contact .rule li,
.school .rule li,
.dealings .rule li {
  list-style-type: disc;
}

.contact .form-contents,
.school .form-contents,
.dealings .form-contents {
  width: 80%;
  margin: 2rem auto;
  /* Local Attribute */
}

.contact .form-contents .contact-label,
.school .form-contents .contact-label,
.dealings .form-contents .contact-label {
  padding: 9px;
  border-bottom: 1px solid #bed7d5;
}

.contact .form-contents .contact-value,
.school .form-contents .contact-value,
.dealings .form-contents .contact-value {
  padding: 20px 9px 9px 9px;
  border-bottom: 1px solid #bed7d5;
}

.contact .form-contents .button-face,
.school .form-contents .button-face,
.dealings .form-contents .button-face {
  color: #fff;
  background-color: #df8e25;
  display: inline-block;
  border-radius: 9px;
  font-size: 1.1rem;
  text-align: center;
  padding: 6px 18px;
  border-style: none;
  line-height: 1.6em;
}

.contact .form-contents .agreement-text,
.school .form-contents .agreement-text,
.dealings .form-contents .agreement-text {
  width: 96%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: auto;
  height: 132px;
}

.contact .form-contents .form-footer,
.school .form-contents .form-footer,
.dealings .form-contents .form-footer {
  margin-top: 2.4rem;
  text-align: center;
}

.contact .form-contents .custom-date,
.school .form-contents .custom-date,
.dealings .form-contents .custom-date {
  width: 180px;
}

@media (max-width: 767px) {
  .contact .form-contents .custom-date,
  .school .form-contents .custom-date,
  .dealings .form-contents .custom-date {
    font-size: 0.9rem;
    width: 156px;
  }
}
.contact .form-contents .custom-time,
.school .form-contents .custom-time,
.dealings .form-contents .custom-time {
  margin-left: 18px;
  width: 90px;
}

@media (max-width: 767px) {
  .contact .form-contents .custom-time,
  .school .form-contents .custom-time,
  .dealings .form-contents .custom-time {
    font-size: 0.9rem;
    width: 78px;
  }
}
.contact .form-contents .custom-hours,
.school .form-contents .custom-hours,
.dealings .form-contents .custom-hours {
  margin-left: 18px;
  width: 90px;
}

@media (max-width: 767px) {
  .contact .form-contents .custom-hours,
  .school .form-contents .custom-hours,
  .dealings .form-contents .custom-hours {
    font-size: 0.9rem;
    width: 78px;
  }
}
.contact .form-contents .custom-counts,
.school .form-contents .custom-counts,
.dealings .form-contents .custom-counts {
  width: 180px;
}

@media (max-width: 576px) {
  .contact h3,
  .school h3,
  .dealings h3 {
    font-size: 1.1rem;
  }
  .contact::before,
  .contact::after,
  .school::before,
  .school::after,
  .dealings::before,
  .dealings::after {
    width: 40px;
  }
  .contact .abstruct,
  .school .abstruct,
  .dealings .abstruct {
    width: 100%;
  }
  .contact .form-contents,
  .school .form-contents,
  .dealings .form-contents {
    width: 100%;
  }
}
/*-- sidebar --*/
.side-categories {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  padding: 1.2rem 0.7rem;
}

.side-categories h3 {
  position: relative;
  font-size: 1.4rem;
  padding-left: 2.3rem;
}

.side-categories h3::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 1.2rem;
  text-align: center;
  top: 20%;
  transform: translateY(-20%);
}

.side-categories h3::after {
  /*吹き出しのちょこんと出た部分*/
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffca2c;
  top: 20%;
  transform: translateY(-20%);
}

.side-categories ul {
  margin: 0.6rem 0 0.3rem 0;
}

.side-categories ul li {
  border-bottom: 1px dashed #666;
  padding: 0.4rem 0 0.2rem 0;
}

.faq-page p {
  width: 94%;
  margin: 1.6rem auto;
}

.faq-page h2 {
  position: relative;
  width: 90%;
  margin-bottom: 0.2rem;
  padding: 1rem;
  color: #ffffff;
  background-color: #e35c27;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.faq-page h2::before {
  position: absolute;
  inset: -5px 5px 5px -5px;
  border: 3px solid #353535;
  content: "";
}

.faq-contents {
  width: 90%;
  margin: 1.2rem auto;
}

.faq-contents h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.faq-contents dl {
  margin-top: 0.6rem;
  margin-left: 0.6rem;
  margin-bottom: 2.5rem;
  width: 90%;
}

.faq-contents .dt-toggle {
  margin-bottom: 0.6rem;
  padding: 6px;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #eee;
}

.faq-contents .dd-toggle {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  padding: 6px;
}

.dt-toggle,
.dd-toggle {
  cursor: pointer;
}

.dd-toggle {
  display: none;
  margin: 0;
}

@media (max-width: 576px) {
  .faq-page p {
    width: 100%;
  }
  .faq-page .faq-contents {
    width: 100%;
  }
  .faq-page .faq-contents h3 {
    font-size: 1.2rem;
  }
}
/*-- privacy --*/
/*-- Not found --*/
.notfound-page h2 {
  position: relative;
  padding: 0.5rem 1rem;
  color: black;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.notfound-page h2::before,
.notfound-page h2::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px;
  border-bottom: solid 3px;
}

.notfound-page h2::before {
  border-left: solid 3px;
  left: 15%;
}

.notfound-page h2::after {
  border-right: solid 3px;
  right: 15%;
}

.notfound-page h3 {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  /*  padding: 0 65px; */
  justify-content: center;
  align-items: center;
  text-align: center;
  /*  margin-left: auto;
  margin-right: auto;
  */
}

.notfound-page h3::before,
.notfound-page h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #387ccc;
}

.notfound-page h3::before {
  margin-right: 12px;
}

.notfound-page h3::after {
  margin-left: 12px;
}

.notfound-page .linktohome {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.notfound-page .linktohome a {
  border: solid 1px #333;
  padding: 16px 72px;
}

@media (max-width: 576px) {
  .notfound-page h2 {
    font-size: 1.1rem;
  }
  .notfound-page h2::before {
    left: 0;
  }
  .notfound-page h2::after {
    right: 0;
  }
  .notfound-page h3 {
    font-size: 1.2rem;
  }
}
/*　インストラクター希望者向けレッスン */
.instructors-lesson {
  border: 1px solid #666;
  border-radius: 8px;
  background-color: #f0f0f0;
  padding: 9px;
  width: 90%;
  margin: 0 auto;
}

/* 特定商取引法に関する記述 */
/* スマホ画面で th/td を縦並びに */
.table th {
  width: 24%;
}

@media (max-width: 768px) {
  .responsive-table tbody tr {
    display: block;
    margin-bottom: 0.3rem;
    /*    margin-bottom: 1.5rem;
        border: 1px solid #e6dede;
        padding: 1rem;
        border-radius: 0.5rem;
    */
  }
  .responsive-table th,
  .responsive-table td {
    display: block;
    width: 100%;
  }
  .responsive-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    border-bottom: none;
  }
  .responsive-table td {
    padding-top: 0.25rem;
  }
}
.about-bechstein h3 {
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: bold;
}

.about-bechstein p {
  font-size: 0.9rem;
}

.sub-section {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  /*  border: 1px solid #ccc;
    border-radius: 10px;
  */
}

.sub-section h2 {
  font-size: 1.4rem;
  /*  font-weight: bold; */
}

.course-title {
  position: relative;
  padding: 0.3rem 1rem calc(0.3rem + 3px);
  /*余白*/
  background: #f7f6ee;
  /*背景カラー*/
}

.course-title:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  /*横幅*/
  height: 100%;
  /*縦幅*/
  content: "";
  border: 1px solid #d4cdb1;
  /*ボックス外枠 太さ・カラー*/
}

.course-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.course-list li {
  margin: 0;
}

.course-list li span {
  display: inline-block;
  background-color: #f4f4f4;
  padding: 0.3em 0.8em;
  border-radius: 0.8em;
  font-size: 0.7em;
}

.artist-message {
  display: inline-block;
  position: relative;
  transform: rotate(-1deg);
  padding: 0.5em 0.7em;
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
  border-right: 2px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.01);
  color: #333333;
}

.artist-message h3 {
  font-size: 0.9rem;
  font-weight: bold;
  border-bottom: 1px solid #cbd1d0;
}

.artist-message p {
  font-size: 0.9rem;
}

.contents-of-lesson {
  margin-top: 2rem;
  padding: 9px;
  font-size: 0.9rem;
}

.contents-of-lesson h3 {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #cbd1d0;
}

.contents-of-lesson h4 {
  font-size: 1rem;
  margin-left: 0.4rem;
}

.contents-of-lesson h5 {
  margin-top: 0.4rem;
  margin-left: 0.8rem;
}

.contents-of-lesson p {
  margin-left: 0.8rem;
}

/* =========================
   takeuchi-koh Owner Page
========================= */
.owner-page {
  padding: 80px 0 120px;
  font-family: "Noto Serif JP", serif;
}

/* ヒーロー */
.owner-hero {
  margin-bottom: 80px;
}

.owner-basic h1 {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.owner-basic .role {
  font-size: 0.95rem;
  color: #666;
  letter-spacing: 0.08em;
}

.owner-basic hr {
  margin: 24px 0;
}

.owner-awards {
  padding-left: 1.2em;
  font-size: 0.9rem;
  line-height: 1.8;
  list-style: disc;
}

.owner-awards li {
  margin-bottom: 0.4em;
  line-height: 1.6;
}

/* 写真 */
.owner-photo-img {
  /*    max-width: 300px; */
  height: auto;
  border-radius: 2px;
}

/* セクション共通 */
.owner-message,
.owner-profile,
.owner-works {
  margin-bottom: 64px;
}

.owner-message h2,
.owner-profile h2,
.owner-works h2 {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  color: #777;
  margin-bottom: 16px;
}

.sidebar-owner .sidebar-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.2rem;
}
.sidebar-owner .sidebar-title::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #7a91b4;
}
.sidebar-owner .sidebar-owner-blog .sidebar-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-owner .sidebar-owner-blog .sidebar-post-list li {
  margin-bottom: 0.6rem;
  line-height: 1.4;
}
.sidebar-owner .sidebar-owner-blog .sidebar-post-list li a {
  color: #222;
  text-decoration: none;
}
.sidebar-owner .sidebar-owner-blog .sidebar-post-list li a:hover {
  text-decoration: underline;
}
.sidebar-owner .sidebar-owner-blog .sidebar-post-list li .date {
  display: block;
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.1rem;
}
.sidebar-owner .sidebar-owner-blog .sidebar-more {
  margin-top: 1rem;
  text-align: right;
}
.sidebar-owner .sidebar-owner-blog .sidebar-more a {
  font-size: 0.8rem;
  color: #666;
  text-decoration: none;
}
.sidebar-owner .sidebar-owner-blog .sidebar-more a:hover {
  text-decoration: underline;
}

/* =========================
   BECHSTEIN SAAL / Hall Guide
   one-page minimal tone
========================= */
/* ===== Hall Guide : Bootstrap Friendly ===== */
.hall-guide-page {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  color: #222;
}

/* HEROは背景だけフル幅 */
.hall-hero {
  background: #111;
  color: #fff;
  padding: 5rem 0;
}

.hall-hero h1 {
  letter-spacing: 0.12em;
}

.hall-hero .lead {
  color: #ccc;
}

.hall-hero-img {
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 共通セクション */
.hall-section {
  padding: 5rem 0;
}

/* 利用シーンだけトーン変える */
/* ===== Scene : separated ===== */
.scene-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 1.8rem 1.5rem;
  text-align: center;
}

/*
.price-frame {
    overflow: hidden;
    width: 100%;
}

.price-cards {
    display: flex;
    width: 300%;
    transition: transform .4s ease;
}

.price-card {
    width: 100%;
    flex-shrink: 0;
}

.price-card {
    background: #fdd !important;
}
*/
.hall-section .price-frame {
  overflow: hidden;
  width: 100%;
}

.hall-section .price-cards {
  display: flex !important;
  width: 300% !important;
  transition: transform 0.4s ease;
}

.hall-section .price-card {
  width: 100% !important;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  #p0:checked ~ .price-frame .price-cards {
    transform: translateX(0%) !important;
  }
  #p1:checked ~ .price-frame .price-cards {
    transform: translateX(-100%) !important;
  }
  #p2:checked ~ .price-frame .price-cards {
    transform: translateX(-200%) !important;
  }
}
/*@media (max-width: 767px) {

    #p0:checked~.price-frame .price-cards {
        transform: translateX(0%);
    }

    #p1:checked~.price-frame .price-cards {
        transform: translateX(-100%);
    }

    #p2:checked~.price-frame .price-cards {
        transform: translateX(-200%);
    }

}
*/
@media (min-width: 768px) {
  .hall-section .price-cards {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100% !important;
    transform: none !important;
  }
  .hall-section .price-card {
    width: auto !important;
  }
}
/*
@media (min-width: 768px) {

    .price-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        transform: none !important;
    }

    .price-card {
        width: auto;
    }

}
*/
.price-switch input,
input[name=price] {
  display: none;
}

.price-switch input {
  display: none;
}

.price-switch label {
  padding: 0.4rem 1.2rem;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 0.9rem;
}

.price-switch input:checked + label {
  background: #eee;
}/*# sourceMappingURL=page.css.map */