/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: 明大前ミュージックスクール
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/
/* ----------------------------------------------------------------------
明大前ミュージックスクール スタイル
---------------------------------------------------------------------- */
:root {
  --color-main: #ff6699;
  --color-sub: #ffbfd5;
  --color-base: #fff8fb;
  --color-baseyellow: #fef8c3;
  --color-text: #444444;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-caution: #ff3b43;
  --color-line: #00b900;
  --color-insta: linear-gradient(-35deg, #ffd75f, #ff0357);
  --color-instatext: #ff0357;
  --color-facebook: #1877f2;
  --color-youtube: #c4302b;
  --color-not: #ffd8df;
  --font-main: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
img {
    width: 100%;
    display: block;
}
/* ----------------------------------------------------------------------
共通部分
---------------------------------------------------------------------- */
body {
  background: var(--color-white);
  color: var(--color-text);
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.7vw, 18px);
  letter-spacing: 0.08em;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
body::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/tcd-w-child/img/bg_img.png");
  background-size: 700px auto;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
a, .post-content a {
  color: var(--color-text);
}
.font-1, .headline-font-type {
  font-family: var(--font-main) !important;
  font-weight: 500;
}
p, .post-content p {
  font-size: 0.95rem !important;
  font-weight: 500;
  line-height: 2 !important;
}
.post-content ul {
  font-size: 0.95rem !important;
  list-style: none !important;
}
.signage {
  height: 220px !important;
  background: none !important;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1 !important;
}
.signage-title {
  font-size: 2.2rem !important;
  color: var(--color-text) !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  margin-top: 18px;
  color: var(--color-main) !important;
}
.breadcrumb-wrapper {
  height: 40px !important;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem !important;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px !important;
  }
  .signage-title {
    font-size: 1.6rem !important;
  }
  .signage-title-sub {
    font-size: 0.75rem !important;
  }
}
/* ----------------------------------------------------------------------
ロゴ
---------------------------------------------------------------------- */
.logo {
  max-width: 100%;
  max-height: none;
}
.logo-image {
  top: 30px;
  left: 20px;
  width: 300px;
  height: auto;
  box-sizing: border-box;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
   .logo {
    width: 100% !important;
    max-height: none !important;
}
  .logo-image {
    top: 17px !important;
    left: 0 !important;
    width: 200px !important;
  }
  .logo img {
        max-height: none !important;
}
}
/* ----------------------------------------------------------------------
ナビ
---------------------------------------------------------------------- */
.header-bar {
  z-index: 50;
  background: var(--color-white) !important;
  box-shadow: none !important;
}
.header-bar::before {
  content: '';
    position: absolute;
    display: block;
    background-image: url(/wp-content/themes/tcd-w-child/img/bg_img.png);
    background-size: 700px auto;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.25;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text) !important;
  letter-spacing: 0.12em;
  padding: 0 17px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  z-index: 0;
}
.global-nav > ul > li > a::after, .global-nav .current-menu-item > a::after {
  content: "";
  width: 8px;
  height: 8px;
  bottom: 23px;
  left: 45%;
  position: absolute;
  background: var(--color-sub);
  border-radius: 100px;
  transition: all 0.5s;
  z-index: -1;
}
.global-nav > ul > li > a:hover::after {
  bottom: 18px;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
    color: var(--color-main) !important;
}
.global-nav > ul > li.global-menu-contact > a {
  height: 100px;
  padding: 0 25px;
  margin-left: 10px;
  color: var(--color-white) !important;
  background: var(--color-main);
}
.global-nav > ul > li.global-menu-contact > a:hover {
    color: var(--color-main) !important;
    background: var(--color-base);
}
.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: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-text) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a:hover {
  color: var(--color-main) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a::before, .global-nav > ul > li.global-menu-contact > a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    border-bottom: none !important;
  }
  .global-nav-button {
    border: 0 !important;
  }
  .global-nav-button::before {
    color: var(--color-text) !important;
  }
  .global-nav-button:hover::before {
    color: var(--color-main) !important;
  }
  .header-bar-fixed .global-nav {
    top: 55px !important;
}
  .global-nav a {
    background: var(--color-white) !important;
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 14px;
    text-align: left;
    padding: 0 15px !important;
    line-height: 52px !important;
  }
  .global-nav > ul > li.global-menu-contact > a {
    height: 50px;
    margin-left: 0;
    color: var(--color-text) !important;
}
.global-nav .sub-menu {
  top: 0;
}
.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: 12px;
    line-height: 52px !important;
    padding: 0 15px !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: var(--color-main) !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: var(--color-text) !important;
  }
  .global-nav .menu-item-has-children > a:before, .global-nav > ul > li > a::before, .global-nav > ul > li > a::after {
    content: none !important;
  }
}
/* ----------------------------------------------------------------------
コンテンツ 共通
---------------------------------------------------------------------- */
.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: var(--color-caution);
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.6;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  padding-right: 5px;
  color: var(--color-caution);
  position: absolute;
  left: 0;
}
ul.list {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
ul.list li {
  padding-left: 20px;
  line-height: 1.6;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
::marker {content: none;}
ul.list li::before {
  content: '';
  position: absolute;
  background: #f8cbdb;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}
/* ----------------------------------------------------------------------
コンテンツボタン
---------------------------------------------------------------------- */
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 17px 22px;
  margin-top: 20px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  border-radius: 100px;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: var(--color-main) !important;
  background: var(--color-base) !important;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 14px;
  right: 22px;
  line-height: 1.8;
  transition: 0.5s;
}
a.content_line_but {
    max-width: 300px;
    color: var(--color-line) !important;
    border-color: var(--color-line) !important;
}
a.content_line_but:hover {
    background: var(--color-line) !important;
}
a.content_line_but::after {
    content: "\e909";
    font-size: 17px;
    line-height: 1.3;
}
/* ----------------------------------------------------------------------
YouTube コントロールバー非表示
---------------------------------------------------------------------- */
.mb_YTPBar {
  display: none !important;
}
/* ----------------------------------------------------------------------
トップ・フッター
---------------------------------------------------------------------- */
.top-slider-wrapper {
    width: calc(100% - 20px);
    margin-left: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: var(--color-white);
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-text);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
}
.top-slider-content {
  border-radius: 0;
  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-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 85%;
  margin: 0 auto;
}
.front-copy-img {
  width: 75%;
  max-width: 550px;
}
.scroll-box {
  position: absolute;
  width: 100%;
  display: block;
  right: 0;
  bottom: 0;
  color: var(--color-white);
}
.scroll-box span{
  position: absolute;
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25em;
  bottom: 60px;
}
.scroll-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 45px;
  left: 50%;
  bottom: 0;
  z-index: -1;
  background: var(--color-white);
}
.scroll-box span{
  position: absolute;
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25em;
  bottom: 50px;
}
.scroll-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  left: 50%;
  bottom: 0;
  z-index: -1;
  background: var(--color-white);
}
h2.front-main-title {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
h2.front-main-title span {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-top: 15px;
    display: block;
    color: var(--color-main);
}
.front_original01 {
  padding: 7em 0 10em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
    width: 55%;
    padding-right: 6vw;
    box-sizing: border-box;
}
.front-original01__img {
    width: 45%;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.front-original01__text h2 {
  width: fit-content;
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 0 auto 20px;
  color: var(--color-main);
}
.front-original01__text h2::after {
    content: '';
    display: block;
    background-image: url("/wp-content/themes/tcd-w-child/img/piano_img.png");
    background-size: auto 70px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    margin-top: 15px;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  padding: 8em 0;
  background: linear-gradient(-30deg, var(--color-baseyellow) 10%, #f6b5cc 100%);
  position: relative;
  z-index: 0;
}
.front_original02::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/wp-content/themes/tcd-w-child/img/front-original02_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text {
    width: 100%;
    max-width: 920px;
}
.front-original02__text h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original02__text p {
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding-bottom: 6em;
  background: none !important;
}
.content02-inner {
  width: 86% !important;
  margin: 0 auto;
  padding: 0 !important;
}
a.content02-content {
  width: calc(33.3333% - 3.3333vw);
  margin-right: 5vw;
  color: var(--color-main);
  position: relative;
  transition: all 0.5s ease 0s;
  display: block;
  box-sizing: border-box;
}
a.content02-content:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.content02-item {
  width: 100%;
  float: none;
  position: revert;
  padding: 0;
  box-sizing: border-box;
}
.content02-item img {
    border-radius: 10px;
}
.content02-text-box {
    padding-top: 25px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
h3.content02-title, .content02-text {
  transition: 0.5s;
}
h3.content02-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: var(--color-main);
}
.content02-text {
  font-size: 0.9rem !important;
  line-height: 2 !important;
  color: var(--color-text);
}
a:hover.content02-content .content02-title, a:hover.content02-content .content02-text {
    color: var(--color-main);
}
.content02-button {
    font-size: 0.9rem !important;
    font-weight: 700;
    text-align: left;
    height: 50px;
    line-height: 60px !important;
    margin: 0 auto !important;
    padding: 0 10px;
    width: 100% !important;
    color: var(--color-main) !important;
    letter-spacing: 0.03em;
    background: none !important;
    transition: 0.8s;
    position: absolute !important;
    display: block;
    left: auto;
    bottom: 0;
}
.content02-button::before {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(40deg, var(--color-baseyellow) 10%, var(--color-main) 100%);
    opacity: 0.4;
    transition: all 0.5s ease 0s;
}
.content02-button::after {
  content: 'MORE';
  position: absolute;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 4;
  color: var(--color-main);
  bottom: 0;
  right: 4px;
  transition: 1s;
}
a:hover.content02-content .content02-button {
    color: var(--color-main) !important;
    background: none !important;
}
a:hover.content02-content .content02-button::before {
  left: calc(100% - 55px);
}
.front_original03 {
    padding-top: 8em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 70px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 40%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 60%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-img {
  width: 60%;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  color: var(--color-main);
}
h3.third_title::before {
  counter-increment: number 1;
  content: "FEATURE.0"counter(number) "";
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color-sub);
  display: block;
}
.front-third-text p {
    font-size: 0.9rem !important;
}
.front_topics {
  padding: 8em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0 !important;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_original_sec {
  padding: 6em 0 3em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 100px;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
dl.address_body {
    width: 100%;
    max-width: 400px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    line-height: 1.5;
}
dl.address_body:last-of-type {
    margin-bottom: 25px;
}
dt.address_title {
  width: 18%;
}
dd.address_text {
  width: 82%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 10px !important;
}
span.footer_tel_sub {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    margin-right: 2px;
}
p.caution.footer-caution {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
}
a.footer_mail_but {
  width: 100%;
  max-width: 300px;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  padding: 17px 20px;
  margin-top: 15px;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
}
a.footer_mail_but::after {
  content: "\f0e0";
  font-family: design_plus;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  transition: 0.5s;
  right: 20px;
}
a.footer_mail_but:hover {
  color: var(--color-white);
  background: var(--color-sub);
}
.footer-content-list div {
  width: calc(50% - 15px);
  margin-right: 30px;
  box-sizing: border-box;
}
.footer-content-list div:last-of-type {
  margin-right: 0;
}
.footer-menu-list li {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.footer-menu-list li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 9px;
  background: var(--color-sub);
  bottom: 1px;
  left: 0;
  transition: all 0.5s;
  z-index: -1;
}
.footer-menu-list li a:hover::after {
   width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none !important;
}
.footer-bar01-inner {
  width: 86% !important;
  max-width: 1100px !important;
  margin: 0 auto;
}
.copyright {
  font-size: 10px !important;
  line-height: 15px !important;
  text-align: left;
  color: var(--color-text);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  color: var(--color-white);
  background: var(--color-main) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px !important;
  font-weight: 700;
  width: 15px !important;
  height: 15px !important;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: var(--color-white) !important;
  background: var(--color-sub) !important;
}
@media only screen and (max-width: 1200px) {
.top-slider-wrapper {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.scroll-box {
    display: none;
  }
  .front-original01__text {
    padding-right: 6vw;
}
}
@media only screen and (max-width: 970px) {
  .front_original01, .front_original02, .front_topics {
    padding: 5em 0;
  }
  .content02 {
    padding-bottom: 5em;
}
  .front_original03 {
    padding-top: 5em;
}
  .front-original01__text, .front-original01__img {
    width: 100%;
}
.front-original01__text {
    padding-right: 0;
    margin-bottom: 30px;
}
.front-original01__img {
    max-width: 450px;
    margin: 0 auto;
}
  a.content02-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .content02-item:last-of-type {
    margin-bottom: 0;
  }
  .third-box {
    margin-bottom: 30px;
}
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    margin-bottom: 20px;
  }
  .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;
  }
  .footer_original_sec {
    padding-top: 4em;
}
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    margin-top: 40px;
    padding-left: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider {
    height: calc(60vh - 60px) !important;
}
  h2.front-main-title {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  h2.front-main-title span {
    font-size: 0.7rem;
    margin-top: 10px;
}
.front_original01, .front_original02, .front_topics {
    padding: 3.5em 0;
  }
.content02 {
    padding-bottom: 3.5em;
}
.front_original03 {
    padding-top: 3.5em;
}
h3.content02-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.front-original01__text h2 {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 15px;
}
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .content02-button::after {
    line-height: 2;
}
  h3.third_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
  h3.third_title::before {
    font-size: 1rem;
    margin-bottom: 10px;
}
  .footer_original_sec {
    padding: 3.5em 0 2em;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
}
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh !important;
  }
}
/* ----------------------------------------------------------------------
固定ページ
---------------------------------------------------------------------- */
.page .post-header {
  margin: 0;
}
.content_full {
    background: var(--color-white);
}
.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.7rem !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 25px !important;
  padding: 0 !important;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 10px;
  background: var(--color-main);
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: var(--color-main);
  margin-bottom: 15px !important;
  line-height: 1.5 !important;
  padding: 0 !important;
}
.post-content h4 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: var(--color-main);
  padding: 0 !important;
  margin-bottom: 15px !important;
  box-sizing: border-box;
}
.post-content table tr {
    border-top: 1px solid var(--color-sub);
    border-bottom: 1px solid var(--color-sub);
}
.post-content table, .post-content .s_table {
  width: 100% !important;
  overflow: unset !important;
  white-space: normal !important;
  margin-bottom: 0 !important;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 500 !important;
  vertical-align: middle;
  line-height: 1.9 !important;
  padding: 25px 2px 21px !important;
  border: 0 !important;
  background: none !important;
  box-sizing: border-box;
}
.post-content th {
  width: 22%;
  text-align: left;
  background: none !important;
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    line-height: 1.5 !important;
    padding: 16px 2px 14px !important;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }
.post-content h3 {
  font-size: 1.2rem !important;
}
}
/* ----------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------- */
.archive .main, .single .main, .blog .main {
    background: var(--color-white);
}
.archive.category .main, .post-template-default .main, .blog .main {
  padding: 100px 0;
}
.blog .main {
  padding: 30px 0 100px;
}
.archive-header {
  margin-top: 0;
  margin-bottom: 40px;
}
.archive-title, .post-title {
  color: var(--color-text) !important;
  font-weight: 700;
}
.post-header {
    margin-top: 0;
    margin-bottom: 40px;
}
.post-title {
    margin-bottom: 15px;
}
.post-date, .post-category {
  font-size: 0.75rem !important;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  border: 1px solid var(--color-sub);
  background: var(--color-base) !important;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.8s;
}
.article03-content {
  padding: 15px 20px !important;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 500 !important;
  line-height: 1.6;
  color: var(--color-text) !important;
  transition: 0.8s;
}
.article03 a:hover .article03-title {
  color: var(--color-main) !important;
}
.article03-meta {
  line-height: 1.1 !important;
  transition: 0.8s;
}
.article03-date, .article03-category-item {
  font-size: 11px !important;
  transition: 0.8s;
}
.article03-category-item:hover {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid var(--color-sub);
  border-bottom: 1px solid var(--color-sub);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid var(--color-sub);
}
.nav-links01-previous a, .nav-links01-next a {
    font-size: 13px;
}
.article01-thumbnail {
  border: 1px solid var(--color-sub);
  margin-bottom: 10px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.3;
}
h3.article01-title a {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-main);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: var(--color-base);
  box-sizing: border-box;
}
.post-meta-box-item a {
  color: var(--color-text);
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 16px;
  font-weight: 500 !important;
  text-align: left;
  color: var(--color-main);
  background: var(--color-base) !important;
}
.side_widget .headline-bar {
  font-size: 15px;
  font-weight: 500 !important;
  letter-spacing: 0.12em;
  text-align: left;
  margin-bottom: 20px;
  padding: 15px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px dotted var(--color-sub);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 10px !important;
  color: var(--color-text);
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: var(--color-main);
}
.widget_categories ul li {
    color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 50px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog .main {
    padding-bottom: 30px;
}
  .post-header {
    margin: 0 auto 30px !important;
  }
  .archive.category .main, .post-template-default .main {
    padding: 50px 0 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-main);
  }
  .nav-links01 {
    border: 1px solid var(--color-sub) !important;
  }
  .headline-bar {
    padding-left: 12px;
  }
  .article03-content {
    padding: 12px 15px !important;
}
}
@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 !important;
    margin-top: 0 !important;
  }
}
/* ----------------------------------------------------------------------
レッスン料金
---------------------------------------------------------------------- */
.price_sec .content_inner {
    max-width: 880px;
}
.price_sec p {
    margin-bottom: 15px !important;
}
.price-box {
    margin-bottom: 60px;
}
.price_sec p:last-child, .price-box:last-of-type {
    margin-bottom: 0 !important;
}
.lesson-box {
    width: calc(50% - 5px);
    margin-right: 10px;
    padding: 25px 30px;
    background: var(--color-base);
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.lesson-box:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}
.lesson-box h2 {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    color: var(--color-main) !important;
    margin-bottom: 15px !important;
    text-align: center;
}
.lesson-box h2::after {
    content: none;
}
p.target {
    width: fit-content !important;
    margin: 0 auto 20px !important;
    line-height: 1.5 !important;
}
table.price_tbl tr {
    border: 1px solid var(--color-sub);
}
table.price_tbl th, table.price_tbl td {
    font-size: 1rem;
    padding: 23px 25px 18px!important;
    line-height: 1.6 !important;
}
table.price_tbl th {
    width: 70%;
}
table.price_tbl th span {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-main);
    display: inline-block;
}
table.price_tbl td {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-align: end;
    letter-spacing: 0.1em;
}
.ply-box {
    padding: 25px 30px;
    border-radius: 10px;
    background: var(--color-base);
    box-sizing: border-box;
}
.ply-box h2 {
    font-size: 1.25rem !important;
    text-align: left;
    margin-bottom: 10px !important;
    line-height: 1.5 !important;
    color: var(--color-main);
}
.ply-box h2::after {
    content: none;
}
@media only screen and (max-width: 970px) {
table.price_tbl th, table.price_tbl td {
    padding: 15px 18px 12px!important;
}
table.price_tbl th {
    padding-bottom: 0 !important;
}
}
@media only screen and (max-width: 768px) {
.price-box {
    margin-bottom: 30px;
}
.lesson-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.lesson-box, .ply-box {
    padding: 20px;
}
.lesson-box h2 {
    margin-bottom: 8px !important;
}
}
/* ----------------------------------------------------------------------
レッスンまでの流れ
---------------------------------------------------------------------- */
.flow_sec p {
  margin-bottom: 15px !important;
}
.flow_sec p:last-of-type {
  margin-bottom: 0 !important;
}
.flow {
  padding-top: 25px;
  padding-left: 110px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:first-of-type {
  margin-top: 60px;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 75px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-sub);
  border-radius: 100px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background: var(--color-sub);
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  font-size: 1.35rem !important;
  text-align: left;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
}
.flow h2::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 8px;
    padding-left: 65px;
    padding-bottom: 25px;
  }
.flow::before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 2rem;
}
.flow::after {
    left: 25px;
}
.flow:first-of-type {
    margin-top: 30px;
}
.flow h2 {
    font-size: 1.15rem !important;
}
.flow p {
    margin-bottom: 10px !important;
}
}
/* ----------------------------------------------------------------------
ご挨拶
---------------------------------------------------------------------- */
.greeting_sec p {
  margin-bottom: 15px !important;
}
.greeting_sec p:last-of-type, .greeting_inner:last-of-type {
  margin-bottom: 0 !important;
}
.greeting_inner {
  margin-bottom: 50px;
}
.greeting_img {
  width: 35%;
  box-sizing: border-box;
}
.greeting_text {
  width: 65%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.greeting_img img {
    border-radius: 5px;
}
.greeting_text h2 {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    text-align: left;
    margin-bottom: 20px !important;
    color: var(--color-main);
}
.greeting_text h2::after {
    content: none;
}
.greeting_img h2 {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
    text-align: left;
    margin-top: 15px !important;
    padding-left: 0 !important;
}
.greeting_img h2::after {
  content: none;
}
@media only screen and (max-width: 970px) {
  .greeting_inner {
    margin-bottom: 20px;
  }
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    max-width: 400px;
    margin: 0 auto;
}
  .greeting_text {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------------------------------------------------
よくある質問
---------------------------------------------------------------------- */
.faq {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  color: var(--color-main);
}
.faq p {
  position: relative;
  margin-bottom: 10px !important;
}
.faq p:last-child {
  margin-bottom: 0 !important;
}
.faq h2, .faq p, .cancel_price_box {
  padding-left: 50px !important;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer::before {
  content: 'A';
  color: var(--color-main);
  background: var(--color-baseyellow);
}
@media only screen and (max-width: 768px) {
.faq {
    margin-bottom: 30px;
}
.faq h2, .faq p, .cancel_price_box {
    padding-left: 40px !important;
}
}
/* ----------------------------------------------------------------------
運営概要
---------------------------------------------------------------------- */
.information_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
  width: 29%;
  color: var(--color-main);
}
span.caution.info-caution {
    font-size: 0.8rem;
}
.map_sec {
    height: 500px;
}
.map_sec: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){
  .map_sec {
    height: 300px;
}
}
/* ----------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------- */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 900px;
}
.mail_sec .content_inner {
    padding-top: 0;
    padding-bottom: 50px;
}
.con__inner {
    margin-bottom: 50px !important;
}
.con__inner p {
    margin-bottom: 25px !important;
}
address.con_tel {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1 !important;
    margin-bottom: 20px !important;
}
address.con_tel a{
    color: var(--color-main) !important;
}
span.con_tel_sub {
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    margin-right: 4px;
}
p.caution.con-caution {
    width: fit-content !important;
    margin: 0 auto 5px !important;
    line-height: 1.5 !important;
}
p.con-caution span {
    margin-right: 15px;
    color: var(--color-caution);
}
.mail-info-box {
    margin-bottom: 30px;
    padding: 20px 25px;
    border-radius: 10px;
    background: var(--color-base);
    box-sizing: border-box;
}
.privacy-box {
    margin-top: 50px;
}
.con__inner:last-of-type, .con__inner p:last-of-type, .mail-info-box p:last-of-type, .privacy-box p:last-of-type {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px){
.mail_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 30px !important;
}
.con__inner p {
    margin-bottom: 15px !important;
}
address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 15px !important;
}
span.con_tel_sub {
    font-size: 1rem;
}
.privacy-box {
    margin-top: 0px;
}
}
/* ----------------------------------------------------------------------
お問い合わせフォーム
----------------------------------------------------------------------  */
span.required {
  font-size: 0.6rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 6px 5px;
  border-radius: 3px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.required.any {
  background: var(--color-main);
}
.wpcf7 {
  border: none !important;
  background: none !important;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  border: none !important;
  background: #e9e9e9;
  border-radius: 2px;
  padding: 18px 12px !important;
  box-sizing: border-box !important;
}
.wpcf7 form {
  margin: 0 !important;
}
.wpcf7 form p {
  font-size: 0.95rem !important;
  font-weight: 700;
  line-height: 2.2 !important;
  margin-bottom: 20px !important;
}
.wpcf7 form p:last-of-type {
  line-height: 1 !important;
  margin-bottom: 0 !important;
}
.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 500 !important;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px !important;
  width: 100% !important;
  max-width: 450px;
  margin-left: auto !important;
  font-size: 1.15rem !important;
  font-weight: 700;
  font-family: var(--font-main);
  letter-spacing: 0.1em;
  height: 85px !important;
  border-radius: 100px;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  transition: all .5s !important;
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--color-white) !important;
  background: var(--color-sub) !important;
}
.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: var(--color-not);
  font-weight: 400;
  line-height: 1.8;
  padding: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 0;
  }
}
/* ----------------------------------------------------------------------
ブログ記事の画像
---------------------------------------------------------------------- */
.single .post-content img {
  width: auto;
}
/* ----------------------------------------------------------------------
スタイルcss 記述変更
---------------------------------------------------------------------- */
body.page-template-default .flex_layout {
    display: block;
}
body.single-post .flex_layout {
  display: block;
}
li::marker{
  content: none !important;
}
/* ----------------------------------------------------------------------
ローディングアイコン
---------------------------------------------------------------------- */
#site-loader-overlay {
   background: var(--color-base) !important;
}
/* ----------------------------------------------------------------------
PCではリンク無効
---------------------------------------------------------------------- */
a.tel_link {
    color: var(--color-text) !important;
}
@media screen and (min-width: 768px){
  .tel_link{
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    cursor: default;
  }
}
/* ----------------------------------------------------------------------
フッターバー スタイル
---------------------------------------------------------------------- */
.dp-footer-bar {
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-main) !important;
  }
.dp-footer-bar a {
    color: var(--color-white) !important;
  }
.dp-footer-bar-item span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}
.dp-footer-bar-icon:before {
    font-size: 18px !important;
    font-weight: 400;
  }
  
  
  
/*20260721*/
.content_inner.access-map-img img {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}

.content_inner.access-map-img p {
    background: #f8d4e0;
    text-align: center;
    padding: 0.6em;
}