@charset "UTF-8";
/* ナカシマドラム教室 CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #413b32;
  overflow: hidden;
  font-size: 17px;
  font-size: clamp(17px, 0.85vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #413b32;
}
.font-type1, .headline-font-type {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 45px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 500;
  width: fit-content !important;
  display: block;
  height: 45px;
  line-height: 45px;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  width: calc(100% - 30px);
  height: 280px;
  border-radius: 20px;
  margin: auto;
  background: #000 !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg?20250701");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.65;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 2.8rem !important;
  font-weight: 700;
  letter-spacing: .1rem;
  color: #fff !important;
}
.signage-title-sub {
  font-size: 1.2rem !important;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  letter-spacing: .15rem;
  margin-top: 20px;
  line-height: 1;
  color: #ffad42 !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    width: calc(100% - 15px);
    height: 200px;
  }
  .signage-title {
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    font-size: 1rem !important;
    margin-top: 10px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  height: 80px;
  background: #fff !important;
}
.logo-image {
  top: 15px;
  left: 20px;
  width: 310px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 18px;
  padding-right: 10px;
  /* border-bottom-left-radius: 3px; */
  /* background: #fff; */
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #413b32;
}
.global-nav > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  line-height: 75px;
  padding: 0 17px;
  position: relative;
  text-align: center;
  transition: all 0.8s;
  z-index: 0;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  background: #ff8c00;
  width: 0;
  height: 10px;
  top: 40px;
  left: 17px;
  position: absolute;
  transition: all 0.5s;
  opacity: 0.5;
  z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 35px);
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 15px;
  line-height: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "design_plus";
  letter-spacing: .08rem;
  color: #413b32;
}
.global-nav .sub-menu {
  top: 115%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
.global-nav .sub-menu a:hover {
  color: #ff8c00 !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 10px;
    left: -5px;
    width: 180px;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-color: #fff;
    box-shadow: none;
  }
  .global-nav {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
  }
  .global-nav-button {
    height: 55px;
    border-left: 0;
    background: none;
  }
  .global-nav-button:before {
    color: #413b32;
  }
  .global-nav-button:hover:before {
    color: #ff8c00;
  }
  .global-nav > ul > li > a {
    font-size: 14px;
    text-align: left;
    padding: 0 25px;
    line-height: 52px;
  }
  .global-nav a {
    background: #fff;
    color: #413b32 !important;
  }
  .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;
  }
  .global-nav .sub-menu a {
    font-size: 13px;
    line-height: 55px;
    background: #fff !important;
    color: #413b32 !important;
    padding: 0 25px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #ff8c00 !important;
  }
  .global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before, .global-nav > ul > li.global-menu-sub > a::after {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #413b32;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 80px;
}
.top-slider-wrapper {
  width: calc(100% - 50px);
  border-radius: 10px;
  margin: 0 auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff9ef;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.45;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.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: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-copy-box {
  width: 90%;
  margin: 5% auto 0;
}
.front-copy-img {
  width: 75%;
  max-width: 720px;
  display: block;
}
h2.front-main-title {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Jost", "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1rem;
}
h2.front-main-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 20px;
  background: #ff8c00;
}
h2.front-main-title span {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1.5vw;
  display: inline-block;
}
.front_original01 {
  padding: 6em 0;
  position: relative;
  z-index: 0;
}
.front_original01::before {
  content: '';
  position: absolute;
  display: block;
  background: #f2eee7;
  border-radius: 0 50px 50px 0;
  width: 65%;
  height: 65%;
  top: 17%;
  left: 0;
  z-index: -1;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
  width: 45%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.front-original01__img {
  width: 55%;
  box-sizing: border-box;
}
.front-original01__img img {
  border-radius: 10px;
}
.front-original01__text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 2;
  margin: 0 auto 40px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.front-original01__text h2 span {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  line-height: 1;
  display: block;
  text-align: end;
  margin-right: 30px;
  color: #ff8c00;
  position: relative;
}
.front-original01__text h2 span::before {
  content: '';
  position: absolute;
  background: #ff8c00;
  width: 2px;
  height: 40%;
  left: 50%;
  top: 0;
}
.front-original01__text p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  padding: 7em 0;
  color: #fff;
  text-shadow: 1px 1px 5px #000000bd;
  background: #000;
  position: relative;
}
.front-original02-img-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}
.original02-img-01, .original02-img-02 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.original02-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02-1_img.jpg?20250701");
  animation: slide-animation 10s infinite;
  background-position: center center;
}
.original02-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02-2_img.jpg?20250701");
  animation: slide-animation 10s infinite;
  animation-delay: 5s;
  background-position: center right;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__title {
  width: 50%;
  box-sizing: border-box;
}
.front-original02__text {
  width: 50%;
  padding-left: 3vw;
  padding-top: 20vh;
  box-sizing: border-box;
}
.front-original02__title h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.front-original02__title p {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .15rem;
  line-height: 1.5;
  margin-right: 2vw;
  margin-top: 30px;
}
.front-original02__text h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.front-original02__text p {
  font-size: 1.15rem;
  margin-bottom: 30px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding: 7em 0 6em;
  border-radius: 20px 20px 0 0;
  background: #faf9f7;
  position: relative;
}
.content02-inner {
  width: 86%;
  padding: 0;
}
.content02 h2 {
  margin-bottom: 70px;
}
.content02-item {
  width: calc(33.3333% - 33.5px);
  margin-left: 50px;
  padding-bottom: 0;
  color: #413b32;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
  border-radius: 5px;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #b1b1b199;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 0.5;
}
h3.content02-title, .content02-text {
  color: #413b32;
}
h3.content02-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: .05rem;
  text-align: left;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 15px;
}
.content02-text {
  font-size: 0.9rem;
  line-height: 2;
}
a.content02-but {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 50px;
  line-height: 48px;
  padding-left: 15px;
  position: relative;
  margin: 1.5rem 0 0;
  box-sizing: border-box;
  z-index: 0;
}
a.content02-but::before {
  width: 55px;
  height: 55px;
  border-radius: 25px;
  background: #ff8c00;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 0;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
a.content02-but:hover {
  color: #413b32;
  background: none;
}
a.content02-but:hover::before {
  left: calc(100% - 50px);
  opacity: 1;
}
.front_original03 {
  padding: 7em 0;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front_original03 h2 {
  margin-bottom: 60px;
}
.third-box {
  align-items: center;
  margin-bottom: 2.5rem;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 1;
  letter-spacing: .12rem;
  margin-bottom: 15px;
  display: block;
  color: #ff8c00;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
.front-third-img img {
  border-radius: 10px;
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_topics {
  padding: 8em 0;
  border-radius: 20px 20px 0 0;
  background: #faf9f7;
}
.front-topics-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-topics-title-inner {
  width: 25%;
  padding-right: 2vw;
  box-sizing: border-box;
}
.front-topics-detail-inner {
  width: 75%;
}
h2.front_topics_title span {
  display: block;
  margin-left: 0;
  margin-top: 15px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin: 0;
  background: #f2eee7;
}
.footer_contact_sec {
  padding: 6em 0 5em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 15vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 400px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  margin-bottom: 5px;
}
dl.address_body:last-of-type {
  margin-bottom: 20px;
}
dt.address_title {
  width: 12%;
}
dd.address_text {
  width: 88%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  font-family: "Jost", sans-serif;
  margin-bottom: 8px;
  color: #e77f00;
}
address.footer_tel a {
  color: #e77f00;
}
span.footer_tel_sub {
  font-size: 1.1rem;
  margin-right: 3px;
  color: #413b32;
}
p.caution.footer-caution {
  font-size: 0.85rem;
}
ul.sns__links {
  width: 100%;
  max-width: 200px;
  margin-top: 15px;
}
li.sns__links-item {
  width: calc(50% - 8px);
  margin-right: 15px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
  background: #ff8c00;
}
a.footer_line_but::before {
  content: "\e909";
  background: #00b900;
}
a.footer_sns:hover {
  background: none;
}
a.footer_mail_but:hover {
  color: #ff8c00;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 2vw;
}
ul.footer-content-list-outer li {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 11px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
  z-index: 0;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 10px;
  background: #ff8c00;
  opacity: 0.5;
  top: 10px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.copyright {
  font-size: 11px;
  text-align: left;
  color: #413b32;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: #ff8c00;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 25px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: #fff;
  background: #ffa735;
}
@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);
  }
  .top-slider-wrapper {
    width: calc(100% - 15px);
  }
  .third-box:nth-of-type(even) .third-inner {
    margin-left: 0;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-img {
    margin-top: 1.5rem;
  }
  .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(odd) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
  .front-topics-title-inner, .front-topics-detail-inner {
    width: 100%;
  }
  .front-topics-title-inner {
    padding-right: 0;
    margin-bottom: 40px;
  }
  h2.front_topics_title span {
    display: inline-block;
    margin-left: 1.5vw;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front_original01 {
    padding: 4em 0;
  }
  .front-original01__text, .front-original01__img {
    width: 100%;
  }
  .front-original01__text {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .front-original01__text h2 {
    line-height: 1.5;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .front-original01__text h2 br {
    display: contents;
  }
  .front-original01__text h2 span {
    display: none;
  }
  .front-original02__title, .front-original02__text {
    width: 100%;
  }
  .front-original02__text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .front_original02, .content02 {
    padding: 4em 0;
  }
  .content02 h2, .front_original03 h2 {
    margin-bottom: 40px;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original03 {
    padding: 5em 0;
  }
  .front_topics {
    padding: 5em 0;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    margin-top: 2.5rem;
    padding-left: 0;
  }
  .footer-content-list {
    width: 100%;
    max-width: 400px;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: #ff8c00 !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  h2.front-main-title {
    font-size: 1.8rem;
  }
  h2.front-main-title::after {
    width: 30px;
    margin-top: 10px;
  }
  h2.front-main-title span {
    font-size: 0.85rem;
    letter-spacing: .05rem;
  }
  .front_original01, .front_original02, .front_original03, .content02, .front_topics {
    padding: 3em 0;
  }
  .front-original01__text h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .front-original01__text h2 span {
    font-size: 0.8rem;
    text-align: left;
    margin-right: 0;
    margin-top: 20px;
  }
  .front-original01__text h2 span::before {
    height: 2px;
    left: 0;
    top: 50%;
  }
  .content02 h2, .front_original03 h2 {
    margin-bottom: 30px;
  }
  .front-original02__title h2 {
    font-size: 1.8rem;
  }
  .front-original02__text p {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .original02-img-01 {
    background-position-x: 30%;
  }
  .front-third-text::before {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  address.footer_tel {
    font-size: 1.7rem;
  }
  .social-nav {
    display: none;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
    border-radius: 22px;
  }
}
@media only screen and (max-width: 500px) {
  .front-copy-img {
    width: 90%;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #ff8c00;
  width: 30px;
  height: 2px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0 0 0 25px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #ff8c00;
  width: 15px;
  height: 3px;
  border-radius: 5px 0 0 5px;
  top: 48%;
  left: 0;
}
.post-content h4 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 8px 12px;
  box-sizing: border-box;
  color: #ff8c00;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 2px solid #f2eee7;
  box-sizing: border-box;
}
.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: 16px 4px 14px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    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.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .post-content h2::after {
    width: 20px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 60px 0 40px;
}
.archive-title {
  color: #413b32;
  font-weight: 700;
}
h1.post-title {
  font-weight: 700;
  line-height: 1.8;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #f2eee7;
  border-radius: 10px;
}
.article03-thumbnail {
  border-radius: 8px 8px 0 0;
}
.article03-content {
  padding: 16px 20px;
}
.article03-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: #413b32;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 11px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.post-title {
  color: #413b32;
}
.nav-links01 {
  border-top: 1px solid #413b32;
  border-bottom: 1px solid #413b32;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #413b32;
}
.article01-thumbnail {
  border-radius: 10px;
}
.article01-title a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #413b32;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: #faf9f7;
  border-radius: 5px;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #ff8c00;
}
.post-meta-box-item a {
  font-weight: 700;
}
.headline-bar {
  color: #ff8c00;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-align: left;
  letter-spacing: .1rem;
  background: #f2eee7;
}
.side_widget .headline-bar {
  padding: 18px 20px;
}
.widget_categories ul li a {
  padding: 5px 0;
  font-weight: 700;
}
.widget_recent_entries li {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.85rem;
    margin: 0;
  }
}
@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;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #413b32;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #413b32;
  }
}
@media only screen and (max-width: 767px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  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: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #ff8c00;
  width: 7px;
  height: 7px;
  top: 10px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 300px;
  padding: 12px 20px;
  margin-top: 1rem;
  font-weight: 700;
  color: #fff;
  background: #413b32;
  border-radius: 100px;
  letter-spacing: .05rem;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all 0.5s;
}
a.content_but:hover {
  color: #413b32;
  background: #faf9f7;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 2.4;
  transition: all 0.8s;
}
/* コンテンツ 共通 END */
/* レッスン案内 */
.lesson_inner {
  margin-bottom: 15px;
}
.lesson_inner:last-of-type {
  margin-bottom: 0;
}
.lesson_box::before {
  counter-increment: number 1;
  content: "LESSON."counter(number) "";
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  letter-spacing: .1rem;
  margin-bottom: 8px;
  color: #ff8c00;
  display: block;
}
.lesson_inner h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.lesson_inner h2::after {
  content: none;
}
.lesson_inner p {
  font-size: 0.95rem;
  margin-bottom: 20px;
}
.lesson_inner p:last-child {
  margin-bottom: 0;
}
.lesson_two {
  width: calc(50% - 8px);
  margin-right: 15px;
  border-radius: 10px;
  padding: 30px;
  background: #faf9f7;
  box-sizing: border-box;
}
.lesson_two:nth-of-type(2) {
  margin: 0;
}
.lesson_box {
  padding: 35px;
  border-radius: 10px;
  background: #faf9f7;
  box-sizing: border-box;
}
table.price_tbl th {
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  width: 100% !important;
  padding: 18px 15px 15px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 500;
  font-family: "Jost", "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1rem;
  line-height: 1.5;
  display: block;
  margin-bottom: -1px;
  border: 2px solid #ede8df;
  background: #fff;
  box-sizing: border-box;
}
table.price_tbl th {
  padding: 8px 15px;
  border-bottom: 0;
  color: #e77f00;
  background: #ede8df;
}
table.price_tbl td {
  border-top: 0;
}
span.tax {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 5px;
}
span.price-caution {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}
@media only screen and (max-width: 970px) {
  .lesson_two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lesson_box {
    padding: 25px;
  }
  .lesson_box::before {
    font-size: 1rem;
  }
}
/* レッスン案内 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq {
  margin-bottom: 3rem;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 1px 0;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 1rem;
}
.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: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #ff8c00;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer {
  padding-top: 3px;
}
p.answer::before {
  content: 'A';
  color: #ff8c00;
  background: #f2eee7;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* 講師紹介 */
.teacher_sec h2 {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 25px;
}
.teacher_sec h2::after {
  width: 60px;
  margin-left: 0;
}
.teacher_sec p {
  margin-bottom: 20px;
}
.teacher_sec p:last-child, .teacher_img p {
  margin-bottom: 0;
}
.teacher_img {
  width: 35%;
  box-sizing: border-box;
}
.teacher_text {
  width: 65%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.teacher_img img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.teacher_img h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.teacher_img h2::after {
  content: none;
}
@media only screen and (max-width: 970px) {
  .teacher_img, .teacher_text {
    width: 100%;
  }
  .teacher_img {
    max-width: 450px;
  }
  .teacher_text {
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .teacher_sec h2 {
    margin-bottom: 15px;
  }
  .teacher_sec p {
    margin-bottom: 15px;
  }
}
/* 講師紹介 END */
/* 教室案内 */
.information_sec .content_inner {
  max-width: 800px;
}
table.info_tbl th {
  width: 28%;
}
span.info-caution {
  font-size: 0.85rem;
}
.map_sec {
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 300px;
  }
}
/* 教室案内 END */
/* お問い合わせ */
.mail_sec .content_inner {
  max-width: 850px;
  padding-top: 0;
}
.con__inner {
  margin-bottom: 4rem;
}
.con__inner p {
  margin-bottom: 1rem;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 600;
  font-style: normal;
  font-family: "Jost", sans-serif;
  line-height: 1;
  letter-spacing: .05rem;
  text-align: center;
  color: #ff8c00;
  margin-bottom: 12px;
}
address.con_tel a {
  color: #ff8c00;
}
span.con_tel_sub {
  font-size: 1.2rem;
  margin-right: 5px;
  color: #413b32;
}
p.con-caution {
  width: fit-content;
  margin: auto;
}
a.con-line-but {
  width: 100%;
  max-width: 480px;
  display: block;
  margin: auto;
  padding: 24px 22px 22px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .08rem;
  color: #fff;
  background: #00b900;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
a.con-line-but::after {
  content: '\e909';
  font-family: 'design_plus';
  position: absolute;
  right: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  transition: all 0.5s;
}
a.con-line-but:hover {
  color: #fff;
  background: #ff8c00;
}
p.con-line-text {
  font-size: 1.1rem;
  width: fit-content;
  line-height: 1.8;
  margin: 0 auto;
}
.mail_info_box {
  margin-bottom: 2rem;
}
.mail_info_box p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 2rem;
  }
  address.con_tel {
    font-size: 1.8rem;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
  }
  .mail_info_box p {
    text-align: left;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.65rem;
  line-height: 1.5;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f0f0f0;
  border-color: #e3e3e3;
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 18px;
  margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.15rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .05rem;
  height: 80px;
  color: #fff;
  background: #ff8c00;
  border-radius: 100px;
  transition: all 0.8s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #ffa735;
}
.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 */
/* front_original02 アニメーション */
@keyframes slide-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    z-index: 10;
  }
  100% {
    opacity: 0;
  }
}
/* front_original02 アニメーション END */