@charset "UTF-8";
/* 中村寛子音楽教室(リニューアル) CSS Document */
/* 共通部分 */
body {
  background: #fcf9ee;
  color: #8e533b;
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(17px, 0.8vw, 21px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
body::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/bg_img.png");
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: 650px auto;
  background-position: center;
  opacity: 0.15;
  z-index: -1;
}
a, .post-content a {
  color: #8e533b;
}
.font-type1, .headline-font-type {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
p, .post-content p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 1rem;
}
p:last-child, .post-content p:last-child {
  margin-bottom: 0;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px;
  font-size: 0.9rem;
  display: block;
  height: 35px;
  line-height: 35px;
}
.signage {
  height: 330px;
  background: none !important;
}
.signage-title.headline-font-type, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  text-shadow: none;
  font-weight: 700;
}
.signage-title.headline-font-type {
  font-size: 2.5rem !important;
  letter-spacing: .15rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  color: #8e533b !important;
}
.signage-title-sub {
  font-size: 2rem !important;
  font-family: "Dongle", sans-serif;
  letter-spacing: .1rem;
  line-height: 0.8;
  color: #62a06e !important;
}
@media only screen and (max-width: 1200px) {
  .signage-title.headline-font-type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title.headline-font-type {
    font-size: 1.8rem !important;
    margin-bottom: 0.8rem;
  }
  .signage-title-sub {
    font-size: 1.5rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
}
.header-bar {
  z-index: 50;
  height: 15px;
  background: #fff !important;
  box-shadow: none;
}
.logo-image {
  top: 0;
  left: 0;
  width: 330px;
  height: auto;
  padding: 25px 25px 18px 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  position: absolute;
  box-sizing: border-box;
}
.global-nav {
  padding-left: 15px;
  border-bottom-left-radius: 30px;
  background: #fff;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 90px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #8e533b;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
  color: #8e533b;
}
.global-nav > ul > li > a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 20px;
  left: 44%;
  position: absolute;
  transition: 0.8s;
}
.global-nav > ul > li > a:hover::before {
  background: #ffb341;
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 22px;
  line-height: 0.6;
  font-size: 20px;
  font-weight: 700;
  font-family: "Dongle", sans-serif;
  letter-spacing: .08rem;
  color: #62a06e;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "HOME";
}
.global-nav > ul > li.global-menu-lesson > a::after {
  content: "LESSON";
}
.global-nav > ul > li.global-menu-instructor > a::after {
  content: "INSTRUCTOR";
}
.global-nav > ul > li.global-menu-access > a::after {
  content: "ACCESS";
}
.global-nav > ul > li.global-menu-topics > a::after {
  content: "TOPICS";
}
.global-nav > ul > li.global-menu-contact > a, .global-nav > ul > li.global-menu-contact > a::after {
  color: #fff;
}
.global-nav > ul > li.global-menu-contact > a {
  background: #62a06e;
  margin-left: 10px;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
}
.global-nav > ul > li.global-menu-contact > a::before {
  content: none;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  background: #ffb341;
}
.global-nav .sub-menu {
  left: auto;
  right: 0 !important;
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.global-nav .sub-menu a {
  width: 180px;
  font-size: 16px;
  font-weight: 700;
  color: #8e533b;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #fff !important;
  background: #62a06e !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 15px;
    left: 0;
    width: 180px;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-bottom: none;
  }
  .global-nav {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .global-nav-button {
    border-left: 0px;
  }
  .global-nav-button:before {
    color: #8e533b;
  }
  .global-nav-button:hover:before {
    color: #62a06e;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 25px;
    line-height: 53px;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav > ul > li > a::after {
    text-align: left;
    line-height: 0;
    bottom: 24px;
    left: 140px;
  }
  .global-nav a {
    background: #fff;
    color: #8e533b !important;
  }
  .global-nav .sub-menu a {
    width: 100%;
    font-size: 14px;
    line-height: 55px;
    background: #fff !important;
    color: #8e533b !important;
  }
  .global-nav > ul > li.global-menu-contact > a {
    background: #fff;
    margin-left: 0;
  }
  .global-nav > ul > li.global-menu-contact > a::after {
    color: #62a06e;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #62a06e !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #8e533b;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (max-width: 768px) {}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 15px;
}
.top-slider-content {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  margin-right: auto;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 83%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-copy-img {
  width: 50%;
  max-width: 400px;
  margin-left: auto;
}
.top-slider-wrapper {
  width: calc(100% - 50px);
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #455248;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  z-index: 1;
}
.front_original01, .front_original02 {
  width: calc(100% - 50px);
  margin: 0 auto 0;
  border-radius: 30px;
  background: #fff;
  position: relative;
  z-index: 0;
}
.front_original01 {
  margin-top: 1.5em;
  padding: 5em 0 4em;
}
.front_original02 {
  padding: 5em 0 3em;
}
.front-original01-inner, .front-original02-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.front-original01__title, .front-original02__title {
  height: 400px;
  width: 25%;
  box-sizing: border-box;
}
.front-original01__text, .front-original02__text {
  width: 75%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.front-original01__title h2, .front-original02__title h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .18rem;
  line-height: 2.2;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  margin: auto;
  display: block;
}
.front-original01__text p, .front-original02__text p {
  margin-bottom: 1.5rem;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front_content02 {
  padding: 5em 0;
  position: relative;
  z-index: 0;
}
.front_content02-inner::before {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 170%;
  height: 100%;
  top: 0;
  right: -100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -2;
}
.front_content02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6em 0;
  position: relative;
  box-sizing: border-box;
}
.front_content02-box {
  align-items: center;
  margin-bottom: 6rem;
}
.front_content02-box:last-of-type {
  margin-bottom: 0;
}
.front_content02-img {
  width: 45%;
  box-sizing: border-box;
}
.front_content02-img img {
  border-radius: 20px;
}
.front_content02-text {
  width: 55%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.front_content02-text h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
a.content02-button {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 350px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  position: relative;
  margin: 1.5rem 0 0;
  margin-right: auto;
  color: #fff;
  background: #f27878;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.8s;
  z-index: 1;
}
.front_content02-box:nth-of-type(2) a.content02-button {
  background: #34aee3;
}
.front_content02-box:nth-of-type(3) a.content02-button {
  background: #ffb341;
}
a.content02-button::before {
  content: '';
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background: #fff;
  border-radius: 100px;
  right: 10px;
  top: calc(50% - 20px);
  transition: 0.5s;
  z-index: -1;
}
a.content02-button::after {
  content: '\ea3c';
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  color: #f27878;
  font-size: 15px;
  font-weight: 700;
}
.front_content02-box:nth-of-type(2) a.content02-button::after {
  color: #34aee3;
}
.front_content02-box:nth-of-type(3) a.content02-button::after {
  color: #ffb341;
}
a.content02-button:hover {
  color: #fff;
}
a.content02-button:hover::before {
  width: 100%;
  height: 100%;
  background: #62a06e;
  top: 0;
  right: 0;
}
a.content02-button:hover::after {
  color: #fff !important;
}
.front_original03 {
  padding: 6em 0;
}
.front_original04 {
  padding-bottom: 6em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 4rem;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.third-inner {
  width: 95%;
  margin-right: 5%;
  margin-left: auto;
  align-items: center;
}
.third-box:nth-of-type(even) .third-inner {
  margin-right: auto;
  margin-left: 5%;
}
.front-third-text {
  width: 50%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-left: 4vw;
  margin-left: 50%;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Dongle", sans-serif;
  letter-spacing: .1rem;
  line-height: 0.6;
  margin-bottom: 1rem;
  color: #f27878;
}
.third-box:nth-of-type(2) .front-third-text::before {
  color: #34aee3;
}
.third-box:nth-of-type(3) .front-third-text::before {
  color: #ffb341;
}
.front-third-img {
  width: 50%;
  box-sizing: border-box;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
.front-third-img img {
  border-radius: 20px;
}
h2.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 2rem;
  line-height: 0.8;
  letter-spacing: .25rem;
  margin-bottom: 2rem;
  float: left;
  width: 25%;
}
h2.front_topics_title span {
  font-size: 1.8rem;
  font-family: "Dongle", sans-serif;
  letter-spacing: .05rem;
  margin-top: 1.4rem;
  display: block;
  color: #62a06e;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  width: calc(100% - 50px);
  margin: 0 auto 1.5rem;
  border-radius: 30px;
  background: #fff;
}
.footer_contact_sec {
  padding: 5em 0 3em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 12vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
dl.address_body {
  width: 100%;
  max-width: 480px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0.5rem;
}
dl.address_body:last-of-type {
  margin-bottom: 1.5rem;
}
dt.address_title {
  width: 20%;
}
dd.address_text {
  width: 80%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 3.5rem;
  font-weight: 900;
  font-style: normal;
  font-family: "Dongle", sans-serif;
  line-height: 0.6;
}
span.footer_tel_sub {
  font-size: 2rem;
  margin-right: 2px;
}
a.footer_mail_but {
  width: 100%;
  max-width: 310px;
  margin-top: 0.8rem;
  margin-right: auto;
  padding: 20px 22px;
  border-radius: 100px;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08rem;
  color: #fff;
  background: #62a06e;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
  z-index: 0;
}
a.footer_mail_but::before {
  content: "";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  color: #62a06e;
  background: #fff;
  border-radius: 100px;
  right: 10px;
  top: calc(50% - 18px);
  transition: 0.5s;
  z-index: -1;
}
a.footer_mail_but::after {
  content: '\f0e0';
  font-family: 'design_plus';
  position: absolute;
  right: 18px;
  top: 18px;
  color: #62a06e;
  font-size: 17px;
  font-weight: 400;
}
a.footer_mail_but:hover {
  color: #62a06e;
  background: #62a06e;
}
a.footer_mail_but:hover::before {
  width: 100%;
  height: 100%;
  background: #fdf5da;
  top: 0;
  right: 0;
}
a.footer_mail_but:hover::after {
  color: #62a06e;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
  padding-left: 1.5vw;
}
ul.footer-content-list-outer li {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  padding-left: 15px;
  position: relative;
  box-sizing: border-box;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #62a06e;
  top: 9px;
  left: 0;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  left: 5px;
}
a.footer_but:hover {
  color: #62a06e;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.copyright {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #8e533b;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a {
  color: #fff;
  background: #ffb341;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
.pagetop a:hover {
  color: #fff;
  background: #62a06e;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front_original01, .front_original02 {
    padding: 3em 0;
  }
  .front-original01__title, .front-original02__title {
    height: auto;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .front-original01__text, .front-original02__text {
    width: 100%;
    padding-left: 0;
  }
  .front-original01__title h2, .front-original02__title h2 {
    line-height: 1.8;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .front-original01__title h2 br, .front-original02__title h2 br {
    display: contents;
  }
  .front_content02-img, .front_content02-text {
    width: 100%;
  }
  .front_content02-text {
    padding-left: 0;
    margin-top: 1.8rem;
  }
  .third-inner {
    width: 100%;
    margin-right: 0;
  }
  .third-box:nth-of-type(even) .third-inner {
    margin-left: 0;
  }
  .front-third-text {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
    margin-left: 0;
  }
  .front-third-img {
    width: 100%;
  }
  .third-box:nth-of-type(even) .front-third-img {
    margin-left: 0;
  }
  h2.front_topics_title {
    width: 100%;
    float: none;
  }
  .footer_menu_bg {
    padding-left: 8vw;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  .dp-footer-bar {
    left: 0;
    background: #62a06e !important;
    border-top: 1px solid #62a06e !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fcf9ee !important;
  }
  .dp-footer-bar a {
    color: #fcf9ee;
  }
  .dp-footer-bar-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .top-slider-wrapper {
    width: calc(100% - 25px);
    border-radius: 15px;
  }
  .front_original01, .front_original02 {
    width: calc(100% - 25px);
    padding: 2em 0;
  }
  .front-original01__title, .front-original02__title {
    margin-bottom: 1rem;
  }
  .content02 {
    padding: 3em 0;
  }
  .front-original01__title h2, .front-original02__title h2 {
    font-size: 1.6rem;
    letter-spacing: .05rem;
    line-height: 1.5;
  }
  .front-original01__title h2::before, .front-original02__title h2::before {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 0.8rem;
  }
  .front_content02 {
    padding: 3em 0;
  }
  .front_content02-inner {
    padding: 2em 0;
  }
  .front_content02-box {
    margin-bottom: 2.5rem;
  }
  .front_content02-text h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .front_original03 {
    padding: 3em 0;
  }
  .third-box {
    margin-bottom: 2rem;
  }
  .front-third-text::before {
    margin-bottom: 0.5rem;
  }
  h2.third_title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .front_topics {
    padding: 2em 0 3em;
  }
  h2.front_topics_title {
    font-size: 1.6rem;
  }
  .footer {
    width: calc(100% - 25px);
    border-radius: 15px;
    margin-bottom: 0;
  }
  .footer_contact_sec {
    padding: 2.5em 0 1em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 2rem;
  }
  address.footer_tel {
    font-size: 3rem;
  }
  span.footer_tel_sub {
    font-size: 1.5rem;
  }
  ul.footer-content-list-outer {
    width: 35%;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    right: 8px;
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  ul.footer-content-list-outer {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
}
.post-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2rem;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/h2_bg.png");
  height: 23px;
  background-size: auto 23px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1rem auto 0;
}
.post-content h3 {
  font-size: 1.35rem;
  font-weight: 400;
  padding: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: #b3a298;
}
.post-content h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0;
  color: #62a06e;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1.1rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 2px #e0ece2 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 18px 2px 16px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .post-content h2::after {
    height: 15px;
    background-size: auto 15px;
  }
  .post-content h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h2.archive-title {
  font-weight: 700;
  color: #8e533b;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #faeec3;
  border-radius: 10px;
}
.article03-thumbnail {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #8e533b;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.article03-date {
  font-size: 12px;
}
.post-title {
  color: #8e533b;
  font-weight: 700;
}
.nav-links01 {
  font-size: 15px;
  border-top: 2px solid #e0ece2;
  border-bottom: 2px solid #e0ece2;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 2px solid #faeec3;
}
.article01-thumbnail {
  border: 1px solid #faeec3;
  border-radius: 8px;
  box-sizing: border-box;
}
h4.article01-title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}
h4.article01-title a {
  color: #8e533b;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 14px;
  top: 53%;
}
.post-meta-box {
  background: #fff;
  border-radius: 5px;
}
.post-meta-box-item::before {
  color: #62a06e;
}
.post-meta-box-item {
  font-weight: 700;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #8e533b;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
    height: 42px;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0px 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #efeeea;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.s_table {
  width: 100%;
  margin-bottom: 0 !important;
}
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.6;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff5353;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.8;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #62a06e;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  top: 11px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 1em;
  padding: 18px 22px 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #62a06e;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 1.6;
}
a.content_but:hover {
  background: #efeeea;
  color: #fff;
}
/* コンテンツ 共通 END */
/* レッスン案内 */
.lesson_sec .content_inner {
  max-width: 800px;
}
.lesson_box {
  margin-bottom: 6rem;
}
.lesson_box:last-of-type {
  margin-bottom: 0;
}
.lesson_box p {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
table.price_tbl {
  margin-bottom: 0.8rem !important;
}
table.price_tbl th, table.price_tbl td {
  font-weight: 700;
  padding: 20px 20px 18px;
  background: #fff;
  border-color: #fcf9ee;
  border-width: 5px;
  border-radius: 5px;
}
table.price_tbl th {
  width: 70%;
}
table.price_tbl td {
  padding-left: 0;
  text-align: end;
  letter-spacing: .15rem;
}
ul.caution_list li {
  font-size: 0.95rem;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 15px 18px;
  }
  table.price_tbl th {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .lesson_box {
    margin-bottom: 3rem;
  }
}
/* レッスン案内 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 850px;
}
.faq {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 2px #e0ece2 solid;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  text-align: left;
  position: relative;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 50px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 38px;
  font-weight: 700;
  font-family: "Dongle", sans-serif;
  color: #fff;
  background: #62a06e;
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
p.answer {
  padding-top: 2px;
}
p.answer::before {
  content: 'A';
  color: #fff;
  background: #ffb341;
}
.faq h2::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* 講師紹介 */
.instructor_box {
  align-items: center;
  margin-bottom: 7rem;
}
.instructor_box:nth-of-type(2) {
  align-items: flex-start;
}
.instructor_box:last-of-type {
  margin-bottom: 0;
}
.instructor_box p {
  margin-bottom: 1rem;
}
.instructor_box p:last-child {
  margin-bottom: 0;
}
.instructor_inner {
  margin-bottom: 2.5rem;
}
.profile_img {
  width: 40%;
  padding-right: 4vw;
  box-sizing: border-box;
  position: relative;
}
.profile_text {
  width: 60%;
  box-sizing: border-box;
}
.profile_img img {
  border-radius: 10px;
}
h2.name {
  font-size: 1.8rem;
  letter-spacing: .15rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
  text-align: left;
  padding-left: 60px;
  position: relative;
}
h2.name::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/flower_img.png");
  background-size: auto 35px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
h2.name::after {
  content: none;
}
h2.name span {
  font-size: 0.95rem;
  margin-right: 10px;
  color: #f27878;
}
@media only screen and (max-width: 970px) {
  .instructor_inner {
    margin-bottom: 1rem;
  }
  .profile_img, .profile_text {
    width: 100%;
  }
  .profile_img {
    padding-right: 0;
    margin-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .instructor_box {
    margin-bottom: 3rem;
  }
  .instructor_box p {
    margin-bottom: 0.9rem;
  }
  h2.name {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
    padding-left: 45px;
  }
  h2.name::before {
    background-size: auto 25px;
  }
}
/* 講師紹介 END */
/* 教室案内 */
.access_sec .content_inner {
  max-width: 900px;
}
.access_box {
  align-items: center;
  margin-top: 5rem;
}
.access_box:last-of-type {
  margin-bottom: 0;
}
.access_text, .access_map {
  width: 50%;
  box-sizing: border-box;
}
.access_text {
  padding-right: 3vw;
}
.access_text h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-align: left;
}
.access_text h2::after {
  content: none;
}
.access_text p:last-child {
  margin-bottom: 0;
}
.access_map iframe {
  height: 400px;
  border-radius: 10px;
}
.access_map iframe:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 768px) {
  .access_box {
    margin-top: 3rem;
  }
  .access_text, .access_map {
    width: 100%;
  }
  .access_text {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .access_text h2 {
    font-size: 1.6rem;
  }
  .access_map iframe {
    height: 300px;
  }
}
/* 教室案内 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 900px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con_inner:last-of-type {
  margin-bottom: 0;
}
.con_inner p {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 5rem;
  font-weight: 900;
  font-style: normal;
  font-family: "Dongle", sans-serif;
  line-height: 0.6;
  margin-bottom: 0;
  text-align: center;
}
span.con_tel_sub {
  font-size: 2.2rem;
  margin-right: 2px;
  color: #62a06e;
}
.mail_info_box {
  margin-bottom: 2rem;
}
.mail_info_box p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.mail_info_box p:last-child {
  margin-bottom: 0;
}
.policy_box {
  margin-top: 4rem;
  font-size: 0.95rem;
}
.policy_box p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.policy_box ol {
  margin-bottom: 0;
}
.policy_box ol li {
  line-height: 2;
  margin-bottom: 1rem;
}
.policy_box ol li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 3rem;
  }
  address.con_tel {
    font-size: 3.3rem;
  }
  span.con_tel_sub {
    font-size: 1.5rem;
  }
  .policy_box {
    margin-top: 1rem;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム 共通 */
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 2px 3px 3px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #fff;
  border: 2px solid #faeec3;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 17px;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcf7 select {
  width: 100%;
  max-width: 100%;
  padding: 14px 12px 11px;
  line-height: 1;
  background: #fff;
  border-color: #ddd7d4;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
  height: 80px;
  color: #fff;
  background: #62a06e;
  transition: all .5s;
  border-radius: 100px;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #62a06e;
  background: #fffdf7;
  transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム 共通 END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/*20250318追加ここから*/
.class-day {
  background: #ffffffa8;
  padding: 1em 1em 0;
  margin-bottom: 1em;
  display: inline-flex;
}
.class-day p {
  font-size: 0.85em;
}
span.lesson-day {
  background: #8e533b;
  color: #fff;
  padding: 0.2em 0.5em 0.4em;
  margin-left: 0.5em;
  margin-right: 1em;
  border-radius: 5px;
}
span.lesson-place {
  background: #bbbbbb;
  color: #fff;
  padding: 0.2em 0.5em 0.4em;
  margin-left: 0.5em;
  border-radius: 5px;
}
span.lesson-day.week {
  background: #b13a3a;
}
span.lesson-place.nakamura {
  background: #62a06e;
}
span.lesson-day.Thursday {
  background: #9465a9;
}
span.lesson-day.Wednesday {
  background: #3c7dd1;
}
span.lesson-day.Friday {
  background: #c69c35;
}
span.lesson-place.hasegawa {
  background: #35629a;
}
@media only screen and (max-width: 768px) {
  .class-day {
    display: block;
    padding-bottom: 1em;
  }
}
/*20250318追加ここまで*/
.info-box {
	background: rgba(255, 255, 255, .5);
    border-radius: 30px;
    padding: 50px;
}
.info-box:first-child {
margin-bottom: 3em;
}
.front_original04 h2 {
	font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 2rem;
    padding-top: 0;
    text-align: center;
}
.front_original04 h2::after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/story_tcd041/img/h2_bg.png);
    height: 23px;
    background-size: auto 23px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1rem auto 0;
}
.info-box ul {
	margin-bottom: 1rem;
}
.info-box ul li {
	padding-left: 1em;
	line-height: 2;
}
.info-box ul li:before {
	content: "＊";
  	color: #f27878;
	font-weight: 900;
}
.info-box .underliner {
background: linear-gradient(transparent 60%, rgba(242, 120, 120, .4) 30%);
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
.front_original04 h2 {
		font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
}
.front_original04 h2::after {
		height: 15px;
        background-size: auto 15px;
}
.info-box {
    border-radius: 15px;
    padding: 30px 15px;
}
    .front_original04 {
        padding: 3em 0;
    }
}

figure.book{
	width:100%;
	max-width:200px;
}