@charset "UTF-8";
/* CSS Document */
/*
  font-family: "Noto serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
font-family: "Carattere", cursive;
*/
*, ::before, ::after {
  box-sizing: border-box;
  z-index: 0;
}
body {
  background-size: 80%;
}
h1, h2, h3, h4, h5, p, th, td, dt, dd, li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.1em;
}
p, th, td, dt, dd, li {
  letter-spacing: 0.07em;
}
section {
  padding: 80px 0;
}
img {
  width: 100%;
  height: auto;
}
.inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
a {
  transition: 0.3s;
}
table {
    border-collapse: collapse;
    margin: 0 0 20px 0;
}
th,td {
    padding: 10px;
    border: 1px solid #DDD;
}
th {
    background: #EEE;
}
h2 {
  font-family: "Noto serif JP", serif;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    margin: 0 0 20px 0;
}
.ttl_bottom {
font-family: "Carattere", cursive;
    font-size: 24px;
    text-align: center;
    margin: 0 0 50px 0;
}
.note, .note p {
    font-size: 14px;
}
.pc-none {
  display: none;
}
/*制作用コメント*/
.comment {
    color: #FF0000;
}
@media screen and (max-width:780px) {
  .pc-none {
    display: inherit;
  }
  .sp-none {
    display: none;
  }
  section {
    padding: 50px 0;
  }
  .inner {
    width: 90%;
  }
  a:hover {
    opacity: 1;
  }
}

/*================================
　ヘッダー
================================*/
header {
   padding: 15px 0;
    position: relative;
}
header h1 {
  font-family: "Noto serif JP", serif;
    font-size: 22px;
    margin: 0 0 10px 0;
}
header .h1_bottom {
    font-size: 18px;
  font-family: "Noto serif JP", serif;
}
/*---ナビ---*/
.trigger {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 5px;
  z-index: 9;
  cursor: pointer;
}
.trigger:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.trigger span {
  display: block;
  width: 36px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 12px;
  transition: 0.3s;
}
.trigger span:first-child {
  top: 15px;
}
.trigger span:nth-child(2) {
  top: 29px;
}
.trigger span:nth-child(3) {
  bottom: 15px;
}
.trigger.active span:first-child {
  transform: rotate(45deg);
  top: 30px;
}
.trigger.active span:nth-child(2) {
  display: none;
}
.trigger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 28px;
}
nav {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}
nav ul {
  margin: 100px 0 0 0;
  text-align: center;
}
nav li {
  font-size: 20px;
}
nav li + li {
  margin: 30px 0 0 0;
}
nav li a {
  color: #FFF;
}
nav li a:hover {
  opacity: 0.7;
}
/*================================
　メインビジュアル
================================*/
section.mv {
    padding: 0;
}
section.mv .inner {
    width: 100%;
    max-width: none;
    height: auto;
}
/*================================
　リード
================================*/
section.lead .ttl_head {
  font-family: "Noto serif JP", serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin: 0 0 40px 0;
}
section.lead h2 {
    font-size: 30px;
    margin: 0 0 50px 0;
}
section.lead .lead_txt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px 0;
}
section.lead .txt {
max-width: 700px;
margin: 0 auto;
}
section.lead .txt p {
    text-align: justify;
    font-weight: 400;
}
section.lead .txt p+p {
    margin: 15px 0 0 0;
}
/*================================
　教師紹介
================================*/
section.instructor .box {
    display: flex;
    justify-content: space-between;
}
section.instructor .box {
    border: 1px solid #DDD;
    padding: 10px;
}
section.instructor .box.mioko .img_box {
    width: 300px;
}
section.instructor .box.mioko .txt_box {
    width: calc(100% - 320px);
}
section.instructor .box.iori .img_box {
    width: 300px;
}
section.instructor .box.iori .txt_box {
    width: calc(100% - 320px);
}
section.instructor .box+.box {
    margin: 40px 0 0 0;
}
section.instructor h3 {
  font-family: "Noto serif JP", serif;
    font-size: 22px;
    margin: 5px 0 20px 0;
}
section.instructor h3 span {
    font-size: 15px;
}
section.instructor .box .txt_box p {
    font-size: 15px;
    font-weight: 400;
}
section.instructor .box .txt_box p+p {
    margin: 10px 0 0 0;
}

/*================================
　スタジオについて
================================*/
section.about {
    
}

/*================================
　入会案内
================================*/
section.admission .box+.box {
    margin: 60px 0 0 0;
}
section.admission .lead_txt {
    text-align: center;
    margin: 0 0 30px 0;
}
section.admission h3 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 30px 0;
}
/*クラスについて*/
section.admission .class {
    max-width: 700px;
    margin: 0 auto 20px auto;
}
section.admission .class dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
}
section.admission .class dt,
section.admission .class dd {
    line-height: 180%;
    margin: 0 0 10px 0;
}
section.admission .class dt {
    width: 200px;
    background: #EEE;
    text-align: center;
}
section.admission .class dd {
    width: calc(100% - 200px);
    padding: 0 10px;
}
/*時間表*/
section.admission .schedule table {
    width: 100%;
}
section.admission .schedule th {
    text-align: center;
    width: calc(100% / 7);
}
section.admission .schedule td {
    font-size: 14px;
}
section.admission .schedule .note {
    max-width: 700px;
    margin: 60px auto 0 auto;
}
section.admission .schedule .note li {
    padding: 0 0 0 14px;
    font-size: 14px;
    position: relative;
}
section.admission .schedule .note li:first-child {
    padding: 0;
}
section.admission .schedule .note li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
section.admission .schedule .note li:first-child::before {
    content: none;
}
/*レッスン料*/
section.admission .box.price {
    max-width: 700px;
    margin: 60px auto 0 auto;
}
section.admission .price .wrapper+.wrapper {
    margin: 30px 0 0 0;
}
section.admission .price h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #000;
}
section.admission .price h4 span {
    font-size: 14px;
}
section.admission .price table {
    width: 100%;
}
section.admission .price .note li {
    padding: 0 0 0 14px;
    font-size: 14px;
    position: relative;
}
section.admission .price .note li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
/*================================
　発表会（随時表示切り替え）
================================*/
section.event {
    
}

/*================================
　問い合わせ
================================*/
section.contact {
    text-align: center;
}
.telno {
    font-family: "Noto serif JP", serif;
    font-size: 24px;
    margin: 0 0 30px 0;
}
.telno span {
    font-size: 16px;
}
/*================================
　フッター
================================*/
footer {
    background: #EEE;
    text-align: center;
    padding: 20px 0 10px 0;
    position: relative;
}
footer .ttl_head {
    font-size: 14px;
    margin: 0 0 10px 0;
}
footer h2 {
    font-size: 18px;
    margin: 0 0 30px 0;
}
footer .copyright {
    font-size: 12px;
}
/*Pagetop*/
footer .pagetop {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    z-index: 9;
}
footer .pagetop a {
    display: block;
}
footer .pagetop a:hover {
    opacity: 0.7;
}