@charset "UTF-8";
/* Ryujin CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #222;
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #222;
}
.font-1, .headline-font-type {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
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;
}
.signage {
  height: 380px;
  background: #1d0c00 !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.65;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  text-align: center;
  text-shadow: none;
  line-height: 1;
}
.signage-title {
  font-size: 3rem !important;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #fff !important;
}
.signage-title-sub {
  font-size: 1.25rem !important;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: .15rem;
  color: #dfd0aa !important;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.85rem;
  font-weight: 500;
  width: 86% !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
  .signage-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title, .signage-title-sub {
    text-align: left;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 15px;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  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;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #3b9147;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 10px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 18px 22px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1.5;
  text-align: left;
  border: 1px solid;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  right: 22px;
  top: 21px;
  transition: 0s;
}
a.content_but:hover {
  background: #3b9147;
  border-color: #3b9147;
  color: #fff;
}
/* コンテンツ 共通 END */
/* ナビ */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.header-bar {
  top: 15px;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: -5px;
  left: 15px;
  width: 160px;
  padding: 20px 15px;
  border-radius: 3px;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 15px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #fff;
}
.global-nav > ul > li > a {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .03rem;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #816754;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: #bababa;
}
.global-nav > ul > li:first-of-type a::before, .global-nav .sub-menu a::before {
  content: none;
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 30px;
  color: #3b9147;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: .08rem;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "HOME";
}
.global-nav > ul > li.global-menu-course > a::after {
  content: "COURSE";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "GREETING";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "INFORMATION";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
}
.global-nav .current-menu-item > a {
  color: #816754;
}
.global-nav .sub-menu {
  top: 110%;
}
.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;
  color: #816754;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #3b9147 !important;
  background: #fff !important;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .logo-image {
    top: 0;
    left: -15px;
    width: 110px;
    height: auto;
    padding: 15px 12px;
  }
  .header-bar {
    top: 0;
    background: #fff !important;
    border-color: #fff;
  }
  .global-nav {
    padding-left: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0;
    background: #fff;
  }
  .global-nav-button::before {
    color: #222;
  }
  .global-nav-button:hover::before {
    color: #3b9147;
  }
  .global-nav > ul > li > a {
    font-size: 16px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 17px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 50px;
    background: #fff;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav a {
    background: #fff;
    color: #222 !important;
  }
  .global-nav .sub-menu {
    top: 100%;
  }
  .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: 15px;
    padding: 0 20px;
    color: #222 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #3b9147 !important;
    background: #fff !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #222;
  }
}
@media only screen and (max-width: 767px) {
  .logo-image {
    width: 90px;
    padding: 10px 8px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.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;
  position: relative;
  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;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy-img {
  width: 10%;
  max-width: 75px;
  margin: 0 auto;
}
.top-slider-wrapper {
  width: calc(100% - 10px);
  margin: 0 auto;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background: #fff;
  z-index: 0;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #060200;
  opacity: 0.25;
  z-index: 1;
}
h2.front-main-title, h3.front-main-subtitle {
  text-align: center;
}
h2.front-main-title {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: .15rem;
  line-height: 1;
  color: #3c9d4a;
}
h3.front-main-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1;
  margin-top: 18px;
}
.front_original01 {
  padding: 5em 0 4em;
  position: relative;
  z-index: 0;
}
.front_original01::before, .front_original01::after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  height: 95%;
  z-index: -1;
  opacity: 0.25;
}
.front_original01::before {
  background-image: url("/wp-content/themes/story_tcd041/img/bread01_img.png");
  background-position: right top;
  background-size: 340px auto;
  width: 95%;
  top: 5%;
  right: 5%;
}
.front_original01::after {
  background-image: url("/wp-content/themes/story_tcd041/img/bread02_img.png");
  background-position: left bottom;
  background-size: 200px auto;
  width: 90%;
  bottom: 5%;
  left: 10%;
}
.front-original01-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
.front-original01__title {
  width: 35%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 65%;
  padding-left: 4vw;
  padding-top: 5vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: .15rem;
  line-height: 1.8;
  color: #816754;
}
.front-original01__text p {
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  padding: 5em 0 4em;
  background: #f9f6ee;
  position: relative;
}
.content02-inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 26.7px);
  margin-left: 40px;
  padding-bottom: 0;
  color: #222;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  z-index: 0;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
}
p.content02-img_title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Rubik", "Zen Maru Gothic", sans-serif;
  letter-spacing: .15rem;
  line-height: 1;
}
p.content02-img_title span {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-top: 12px;
  display: block;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #1e0d0045;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
h2.content02-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: #9a7c67;
}
h2.content02-title::before {
  content: "COURSE";
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1;
  letter-spacing: .1rem;
  color: #3b9147;
  margin-bottom: 15px;
}
.content02-item:nth-of-type(2) h2.content02-title::before {
  content: "GREETING";
}
.content02-item:nth-of-type(3) h2.content02-title::before {
  content: "Q&A";
}
p.content02-text {
  font-size: 0.95rem;
  line-height: 2;
  color: #222;
}
a.content02-but {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  max-width: 290px;
  margin: 25px 0 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  background: none !important;
  padding: 0 2px 10px;
  border-bottom: 1px solid #aca696;
  box-sizing: border-box;
  transition: 0.5s;
}
a.content02-but::before {
  width: 70px;
  height: 1px;
  position: absolute;
  content: '';
  background: #3b9147;
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 2px;
  transition: 0.5s;
  z-index: -1;
}
a.content02-but:hover {
  color: #3b9147;
  background: none;
}
a.content02-but:hover::before {
  width: 100%;
}
.front_original02 {
  padding: 6em 0;
  color: #fff;
  background: #1e0d00;
  overflow: hidden;
  position: relative;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}
.front-original02__text p {
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front_original03 {
  padding: 5em 0 7em;
  background: #f9f6ee;
  position: relative;
}
.front-original03-inner {
  width: 86%;
  max-width: 1250px;
  margin: 0 auto;
}
.front_original03 h3 {
  margin-bottom: 80px;
}
.front-original03-text-inner {
  width: 50%;
  margin-left: 50%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original03-img-inner {
  width: 50%;
  margin-left: -100%;
  border: 2px solid #e5decf;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #ebebeb;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.original03-img-01, .original03-img-02, .original03-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.original03-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third01_img.jpg");
  animation: slide-animation-01 18s infinite;
}
.original03-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third02_img.jpg");
  animation: slide-animation-02 18s infinite;
}
.original03-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third03_img.jpg");
  animation: slide-animation-03 18s infinite;
}
.original03-text__box {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.original03-text__box:last-of-type {
  margin-bottom: 0;
}
.original03-text__box h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  color: #9a7c67;
}
.original03-text__box h2::before {
  counter-increment: number 1;
  content: "POINT.0"counter(number) "";
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  line-height: 1;
  letter-spacing: .12rem;
  margin-bottom: 15px;
  display: block;
  color: #3b9147;
}
.front_topics {
  padding: 5em 0;
  position: relative;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
h3.front_topics_subtitle {
  margin-bottom: 40px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin: 0 auto;
  /* color: #fff; */
  background: #f9f6ee;
  position: relative;
  z-index: 0;
}
.footer_contact_sec {
  padding: 5em 0;
  text-align: center;
  color: #fff;
  background: #1e0d00;
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.5;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_sec h2, .footer_contact_sec h3 {
  color: #fff;
}
.footer_contact_sec h3 {
  margin-bottom: 40px;
}
.footer_contact_sec p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.footer_contact_flex {
  width: 100%;
  max-width: 850px;
  margin: 30px auto 0;
}
a.footer_con_but {
  width: calc(50% - 8px);
  margin-right: 15px;
  border-radius: 100px;
  padding: 25px 30px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  color: #222;
  background: #fff;
  display: block;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
}
a.footer_con_but:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
a.footer_con_but::after {
  content: '\f0e0';
  font-family: design_plus;
  position: absolute;
  right: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.9;
  transition: 0.5s;
}
a.footer_line_but::after {
  content: '\e909';
  font-size: 25px;
  line-height: 0.8;
}
a.footer_con_but:hover {
  color: #fff;
  background: #3b9147;
}
a.footer_line_but:hover {
  background: #00b900;
}
.footer_original_sec {
  padding: 4em 0 3em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_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.6rem;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 350px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  margin-bottom: 0.5rem;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
span.address-caution {
  font-size: 0.85rem;
}
ul.footer_sns__links {
  width: 100%;
  max-width: 100px;
  margin-top: 25px;
}
li.footer_sns__links-item {
  box-sizing: border-box;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "\ea92";
  color: #fff;
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_sns:hover {
  color: #ff0357;
}
a.footer_sns span {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  letter-spacing: .05rem;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer:nth-of-type(2) {
  padding-left: 2vw;
  margin-bottom: 0;
}
ul.footer-menu-list-outer li {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .08rem;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  transition: 0.5s;
}
a.footer_but:hover {
  color: #3b9147;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.copyright {
  color: #222;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.pagetop {
  right: 5px;
  bottom: 5px;
  transition: 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 20px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  height: 15px;
}
.pagetop a:hover {
  color: #fff;
  background: #9a7c67;
}
@media only screen and (max-width: 1200px) {
  .header-youtube:not(.bg-image) {
    height: calc(100vw * 9 / 16 - 10px) !important;
  }
  .top-slider-wrapper {
    width: 100%;
    border-radius: 0;
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__title h2 {
    line-height: 1.5;
  }
  .front-original01__title h2 br {
    display: contents;
  }
  .front-original01__text {
    margin-top: 30px;
    padding-top: 0;
    padding-left: 0;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front_original03 h3 {
    margin-bottom: 50px;
  }
  .front-original03-img-inner {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 500px;
  }
  .front-original03-text-inner {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 50px;
  }
  .original03-text__box {
    margin-bottom: 30px;
  }
  .original03-img-02, .original03-img-03 {
    background-position-y: 75%;
  }
  .footer_menu_bg {
    padding-left: 8vw;
  }
}
@media only screen and (max-width: 970px) {
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original02, .front_topics {
    padding: 3em 0;
  }
  .front_original03 {
    padding: 3em 0 4em;
  }
  .footer_contact_sec {
    padding: 4em 0 3em;
  }
  .footer_original_sec {
    padding: 3em 0 1em;
  }
  .dp-footer-bar {
    left: 0;
    background: #3b9147 !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-item {
    font-size: 11px;
  }
  .icon-file-text:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 900px) {
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  h2.front-main-title {
    font-size: 1.8rem;
  }
  h3.front-main-subtitle {
    font-size: 1rem;
    margin-top: 10px;
  }
  .front_original01 {
    padding: 3em 0 1.5em;
  }
  .front-original01__text {
    margin-top: 15px;
  }
  .front-original01__title h2 {
    font-size: 1.8rem;
  }
  .front-original01__text p {
    font-size: 1rem;
  }
  .content02 {
    padding: 3em 0 2.5em;
  }
  .front-original02__text h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .front_original03 {
    padding: 3em 0;
  }
  .front_original03 h2, .front_original03 h3 {
    text-align: left;
  }
  .front_original03 h3 {
    margin-bottom: 35px;
  }
  .front-original03-text-inner {
    margin-bottom: 25px;
  }
  .front_topics {
    padding: 2em 0;
  }
  h3.front_topics_subtitle {
    margin-bottom: 30px;
  }
  .footer_contact_sec {
    padding: 3em 0;
  }
  .footer_contact_sec h3 {
    margin-bottom: 20px;
  }
  .footer_contact_sec p {
    font-size: 1.25rem;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 590px) {
  a.footer_con_but {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  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 */
/* トップ・フッター 疑似要素 */
.content02::before, .front_original03::after, .footer::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/wave_img.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 12px;
  width: 100%;
  height: 12px;
  z-index: 0;
}
.content02::before, .footer::before {
  transform: rotate(180deg);
  top: 0;
  z-index: 1;
}
.front_original03::after {
  bottom: 0;
}
/* トップ・フッター 疑似要素 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;
}
.post-content h2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  border-bottom: 5px dotted #3b9147;
  width: 25px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  position: relative;
  color: #816754;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background: #9a7c67;
  top: 51%;
  left: 0;
}
.post-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #3b9147;
  padding: 0;
}
.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 #e5decf solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  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: 15px 2px 13px;
    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.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .post-content h4 {
    font-size: 1.15rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 90px 0 40px;
}
.archive-title {
  font-weight: 700;
  color: #222;
}
.post-header, .share-top {
  margin-bottom: 30px;
}
h1.post-title {
  color: #222;
  font-weight: 700;
}
.post-title, .post-meta {
  text-align: left;
}
.article03 {
  border: 2px solid #e5decf;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.5s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03-content {
  padding: 13px 16px;
}
.article03-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #222;
}
.article03-meta {
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid #e5decf;
  border-bottom: 1px solid #e5decf;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #e5decf;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #222;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 500;
  line-height: 1.6;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 12px;
  color: #222;
}
.post-meta-box {
  background: #f9f6ee;
  border-radius: 2px;
}
.post-meta-box-item::before {
  color: #3b9147;
}
.post-meta-box-item a {
  font-weight: 700;
}
.headline-bar {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #3b9147;
  background: #f6f0e2;
  border-radius: 2px;
  line-height: 1;
  text-align: left !important;
  padding: 17px 15px 15px;
}
.side_widget .headline-bar {
  margin-bottom: 15px;
}
.side_widget:first-child .headline-bar {
  margin-bottom: 18px;
}
.widget_recent_entries li {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  border-color: #e5decf;
}
.widget_categories ul li a {
  font-weight: 700;
  padding: 5px 7px;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  color: #222;
}
.widget_recent_entries li a {
  font-size: 13px;
  line-height: 1.5;
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: #3b9147;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    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 0 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: #222;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-links01 {
    border: 1px solid #e5decf;
  }
  .nav-links01-previous a, .nav-links01-next a {
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .headline-bar {
    padding: 14px 12px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* 講座内容 */
.course_sec .content_inner {
  max-width: 900px;
}
.course_sec p {
  margin-bottom: 15px;
}
.course_sec p:last-of-type {
  margin-bottom: 0;
}
.course_sec img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
  border-radius: 3px;
}
.course_box {
  margin-top: 30px;
  padding: 30px 40px 40px;
  border-radius: 10px;
  background: #f9f6ee;
  box-sizing: border-box;
}
table.course_tbl th {
  width: 30%;
}
span.course-caution {
  font-size: 0.85rem;
}
@media only screen and (max-width: 768px) {
  .course_sec img {
    margin-bottom: 15px;
  }
  .course_box {
    margin-top: 15px;
    padding: 20px 25px 25px;
  }
}
/* 講座内容 END */
/* よくある質問 */
.faq_sec h2 {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
  color: #3b9147;
}
.faq_sec h2::after {
  content: none;
}
.faq {
  margin-bottom: 40px;
}
.faq:first-of-type {
  margin-top: 70px;
}
.faq h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1px 0;
  margin-bottom: 8px;
  text-align: left;
}
.faq p {
  margin-bottom: 10px;
}
.faq:last-of-type, .faq p:last-of-type {
  margin-bottom: 0;
}
.faq h3, .faq p {
  padding-left: 45px;
  position: relative;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #fff;
  background: #816754;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 100px;
  text-align: center;
  left: 0;
  top: 1px;
}
p.answer::before {
  content: 'A';
  color: #fff;
  background: #3b9147;
  line-height: 34px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
}
/* よくある質問 END */
/* オーナー挨拶 */
.greeting_sec h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #816754;
}
.greeting_sec h2::after {
  content: none;
}
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
h3.name {
  font-size: 1.35rem;
  margin-bottom: 50px;
  padding: 0;
  color: #222;
}
h3.name span {
  font-size: 1.1rem;
  color: #3b9147;
  display: block;
}
h3.name::before {
  content: none;
}
.greeting_inner {
  margin-bottom: 50px;
}
.greeting_img {
  width: 45%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.greeting_img img {
  border-radius: 3px;
}
.greeting_text {
  width: 55%;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .greeting_inner {
    margin-bottom: 20px;
  }
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec p, .greeting_inner {
    margin-bottom: 10px;
  }
  h3.name {
    margin-bottom: 25px;
  }
}
/* オーナー挨拶 END */
/* 教室概要 */
.information_sec .content_inner {
  max-width: 900px;
}
table.info_tbl th {
  width: 28%;
}
span.info-caution {
  font-size: 0.9rem;
}
span.info-con {
  font-weight: 700;
  padding: 2px 7px 4px;
  border-radius: 3px;
  color: #fff;
  background: #3b9147;
  display: inline;
}
a.info_con_but {
  width: 100%;
  max-width: 280px;
  padding: 3px 7px 5px;
  border-radius: 100px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #3b9147;
  display: block;
  box-sizing: border-box;
}
a.info_con_but:hover {
  color: #fff;
  background: #816754;
}
@media only screen and (max-width: 768px) {}
/* 教室概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 950px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con_line_box {
  padding: 25px 25px 30px;
  border-radius: 5px;
  color: #fff;
  background: #00b900;
  box-sizing: border-box;
}
.con_line_box h2 {
  line-height: 1.5;
  margin-bottom: 20px;
}
.con_line_box h2::after {
  content: none;
}
.con_line_box p {
  margin-bottom: 20px;
}
.con_line_box p:last-of-type {
  margin-bottom: 0;
}
a.con_line_but {
  width: 100%;
  max-width: 400px;
  padding: 15px 25px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto;
  transition: 0.5s;
}
a.con_line_but::after {
  content: "\e909";
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
  transition: 0.5s;
}
a.con_line_but:hover {
  color: #fff;
  background: #9a7c67;
}
p.con_line_text {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}
.mail_info_box {
  margin-bottom: 20px;
}
.mail_info_box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 5px 4px 7px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #f35d63;
}
span.required.any {
  background: #222;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f1f1f1;
  border: 2px solid #dedede;
  border-radius: 3px;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 40px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .08rem;
  height: 85px;
  color: #fff;
  background: #3b9147;
  border-radius: 100px;
  transition: all .5s;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #3b9147;
  background: #f6f0e2;
}
.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;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 20px;
}
.wpcf7-not-valid-tip {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 1.5rem;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original03 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original03 アニメーション END */