/*
 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
*/

/* ----------------------------------------------------------------------

空 スタイルCSS
---------------------------------------------------------------------- */
:root {
  --color-main: #eb8100;
  --color-sub: #ffab45;
  --color-text: #665332;
  --color-base: #fef8e9;
  --color-border: #f2e6da;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-caution: #ff3b43;
  --color-line: #00b900;
  --color-insta: linear-gradient(45deg, #ffd75f, #ff0357);
  --color-instatext: #ff0357;
  --color-facebook: #1877f2;
  --color-youtube: #c4302b;
  --color-not: #ffd8df;
  --font-main: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-eng: "Quicksand", sans-serif;
}

/* ----------------------------------------------------------------------

基本設定
---------------------------------------------------------------------- */
img {
    width: 100%;
    display: block;
}

/* ----------------------------------------------------------------------

共通部分
---------------------------------------------------------------------- */
body {
  background: var(--color-white);
  color: var(--color-text);
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.8vw, 20px);
  letter-spacing: 0.05em;
  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/story_tcd041/img/bg_img.png");
  background-size: 120px auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.5;
  pointer-events: none;
}
a, .post-content a {
  color: var(--color-text);
}
.font-1, .headline-font-type {
  font-family: var(--font-main) !important;
}
p, .post-content p {
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0 !important;
  list-style: disc;
}
.signage {
  height: 250px !important;
  background: var(--color-base) !important;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  font-weight: 700;
  color: var(--color-text) !important;
  line-height: 1;
  letter-spacing: 0.05em;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  font-family: var(--font-eng);
  margin-top: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-main) !important;
}
.breadcrumb-wrapper {
  height: 40px !important;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  font-weight: 500;
  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.8rem !important;
  }
  .signage-title-sub {
    font-size: 0.95rem !important;
    margin-top: 13px;
  }
}

/* ----------------------------------------------------------------------

ロゴ
---------------------------------------------------------------------- */
.logo {
  max-width: 100%;
  max-height: none;
}
.logo-image {
  top: 24px;
  left: 21px;
  width: 120px;
  height: auto;
  position: absolute;
}
@media only screen and (max-width: 1200px){
   .logo-image {
    top: 12px !important;
    left: -5px;
    width: 100px !important;
    max-height: none !important;
  }
  .logo img {
        max-height: none !important;
}
}
@media only screen and (max-width: 768px){
  .logo-image {
    width: 80px !important;
}
}
/* ----------------------------------------------------------------------

ナビ
---------------------------------------------------------------------- */
.global-nav {
  padding-right: 5px;
}
.header-bar {
  box-shadow: none !important;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  color: var(--color-text) !important;
}
.global-nav > ul > li > a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 92px;
  padding: 0 21px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
.global-nav > ul > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 17px;
  left: 0;
  line-height: 1;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-eng);
  letter-spacing: 0.08em;
  transition: 0.5s;
  color: var(--color-main);
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "HOME";
}
.global-nav > ul > li.global-menu-price > a::after {
  content: "PRICE";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "GREETING";
}
.global-nav > ul > li.global-menu-faq > a::after {
  content: "Q&A";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "INFORMATION";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
}
.global-nav a:hover {
  color: var(--color-sub) !important;
}
.global-nav .sub-menu {
  top: 120%;
}
.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;
  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 {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    background: var(--color-white) !important;
    border-color: var(--color-white) !important;
  }
  .global-nav-button {
    border-left: 0 !important;
  }
  .global-nav-button::before {
    color: var(--color-text);
  }
  .global-nav-button:hover::before {
    color: var(--color-main);
  }
  .global-nav {
    height: auto;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .global-nav a {
    background: var(--color-white) !important;
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 15px;
    line-height: 51px !important;
  }
  .global-nav > ul > li > a::after {
    position: relative;
    text-align: left;
    font-size: 10px;
    width: fit-content;
    bottom: 0;
    margin-left: 10px;
    display: inline-block;
  }
  .global-nav .sub-menu a {
    font-size: 13px;
    line-height: 52px !important;
    padding: 0 20px !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: var(--color-main) !important;
    background: var(--color-white) !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a::before {
    content: none !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;
}
}

/* ----------------------------------------------------------------------

 コンテンツ 共通 
 ---------------------------------------------------------------------- */
.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: 18px;
  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-bottom: 0 !important;
  list-style: none !important;
}
ul.list li {
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0 !important;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 7px;
  height: 7px;
  border-radius: 100px;
  top: 10px;
  left: 0;
}
ul.list.caution_list {
    margin-top: 15px;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}
/* ----------------------------------------------------------------------

コンテンツボタン
---------------------------------------------------------------------- */

a.content_but {
  width: 100%;
  max-width: 380px;
  padding: 16px 24px;
  margin-top: 15px;
  font-size: 0.95rem;
  font-weight: 700;
  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-white) !important;
  background: var(--color-sub) !important;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 2.4;
  transition: 0.5s;
}

/* ----------------------------------------------------------------------

YouTube コントロールバー非表示
---------------------------------------------------------------------- */
.mb_YTPBar {
  display: none !important;
}

/* ----------------------------------------------------------------------

トップ・フッター
---------------------------------------------------------------------- */
.top-slider-wrapper {
  width: calc(100% - 140px);
  border-radius: 20px 0 0 20px;
  margin-left: auto;
  background: var(--color-white);
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, var(--color-base) 40%, var(--color-sub) 100%);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.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: 90% !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: 90%;
  margin: 0 auto;
}
.front-copy-img {
  width: 85%;
  max-width: 320px;
  margin-right: auto;
  display: block;
}
.scroll-box {
  position: absolute;
  width: 140px;
  display: block;
  left: 0;
  bottom: 50px;
}
.scroll-box span {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-eng);
  text-align: center;
  letter-spacing: 0.15em;
  color: var(--color-text);
}
.scroll-box span::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: linear-gradient(60deg, var(--color-main) 20%, var(--color-text) 100%);
  left: 50%;
  bottom: -50px;
  z-index: -1;
}
h2.front-main-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}
h2.front-main-title span {
    font-size: 0.95rem;
    font-weight: 700;
    font-family: var(--font-eng);
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
    color: var(--color-main);
}
.front_original01 {
  padding: 6em 0;
  position: relative;
}
.front_original01::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original01_img.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 550px auto;
  width: 550px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -2;
  opacity: 0.35;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01__text {
    width: 100%;
    max-width: 850px;
}
.front-original01__text h2.front-main-title {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px;
}
.front-original01__text h2.front-main-title span {
    margin-bottom: 15px;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  padding: 6em 0;
  color: var(--color-white);
  background: var(--color-text);
  position: relative;
  z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_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.45;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
}
.front-original02__img {
  width: 40%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-original02__text h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding-bottom: 5em;
  background: var(--color-base) !important;
  position: relative;
  z-index: 0;
}
.content02::after {
  content: '';
  position: absolute;
  display: block;
  background: var(--color-white);
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  z-index: -2;
}
.content02-inner {
  width: 86% !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
.content02-item {
  width: calc(33.3333% - 26.7777px);
  margin-left: 40px;
  padding-bottom: 0;
  color: var(--color-text);
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.content02-item:last-of-type {
  margin-bottom: 0;
}
.content02-img {
  width: 80%;
  max-width: 260px;
  height: auto;
  margin: 0 auto 20px;
  position: relative;
  transition: all .5s;
  z-index: 0;
  border-radius: 100%;
  border: 3px solid var(--color-border);
  box-sizing: border-box;
  overflow: hidden;
}
.content02-img:hover {
  box-shadow: none;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #eb810061;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: var(--color-white);
}
p.content02-img_title {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  line-height: 1;
}
h3.content02-title, .content02-text {
  color: var(--color-text);
}
h3.content02-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 15px;
}
.content02-text {
  font-size: 0.9rem !important;
  line-height: 2;
}
a.content02-but {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: var(--color-white);
  border-radius: 100px;
  position: relative;
  margin: 25px auto 0;
  box-shadow: 2px 2px 30px #eb81002e;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s ease 0.1s;
}
a.content02-but::before {
  width: 100%;
  height: 0;
  background: var(--color-main);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0.1s;
}
a.content02-but:hover {
  color: var(--color-white);
  background: var(--color-white);
  box-shadow: none;
}
a.content02-but:hover::after {
  color: var(--color-white);
}
a.content02-but:hover::before {
  height: 100%;
}
.front_original03 {
  padding-top: 6em;
  background: var(--color-base);
}
.front-original03-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 50px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.2rem;
  font-weight: 700;
  font-family: var(--font-eng);
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color-main);
  display: block;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(even) .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: 6em 0;
  background: var(--color-base);
  position: relative;
  z-index: 0;
}
.front_topics::after {
    content: '';
    position: absolute;
    display: block;
    background: var(--color-white);
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front-main-title.front_topics_title {
  margin-bottom: 50px;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0 !important;
  color: var(--color-text);
  background: var(--color-base);
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 4em 0;
  color: var(--color-white);
  background: linear-gradient(40deg, var(--color-text) 40%, var(--color-main) 100%);
  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.45;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front-main-title.footer-con-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: left;
}
h2.front-main-title.footer-con-title span {
  color: var(--color-white);
}
p.footer-open {
    font-size: 0.95rem !important;
    line-height: 1.5;
    margin-bottom: 10px;
}
p.footer-open:last-of-type {
    margin-bottom: 20px;
}
span.footer_open_title {
    padding-right: 1vw;
}
address.footer_tel {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    font-family: var(--font-eng);
    letter-spacing: 0.05em;
    margin-top: 25px;
    margin-bottom: 12px;
    line-height: 1;
}
address.footer_tel a {
  color: var(--color-white);
}
span.footer_tel_sub {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-right: 3px;
}
p.caution.footer-caution {
    font-size: 0.85rem !important;
}
a.footer_mail_but {
  width: 100%;
  max-width: 330px;
  padding: 20px 22px;
  border-radius: 100px;
  margin-top: 20px;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
a.footer_mail_but::after {
  content: "\f0e0";
  position: absolute;
  font-family: 'design_plus';
  font-weight: 400;
  right: 20px;
  transition: all 0.5s;
}
a.footer_mail_but:hover {
    color: var(--color-white);
    background: var(--color-sub);
}
ul.footer_sns__links {
  width: 100%;
  max-width: 100px;
  margin-top: 20px;
}
a.footer_sns {
  display: block;
  text-align: center;
  transition: all 0.5s ease 0s;
  color: var(--color-white);
}
a.footer_sns::before {
  content: '';
  color: var(--color-white);
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_sns_youtube_but::before {
  content: "\f167";
  background: var(--color-youtube);
}
a.footer_sns_insta_but::before {
  content: "\ea92";
  background: var(--color-insta);
}
a.footer_sns_face_but::before {
  content: "\e902";
  background: var(--color-facebook);
}
a.footer_sns_youtube_but:hover {
  color: var(--color-youtube);
}
a.footer_sns_insta_but:hover {
  color: var(--color-instatext);
}
a.footer_sns_face_but:hover {
  color: var(--color-facebook);
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-eng);
}
.footer_original_sec {
  padding: 4em 0;
}
.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: 220px;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 550px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 12%;
}
dd.address_text {
  width: 88%;
  padding-left: 1vw;
  box-sizing: border-box;
}
span.caution.address-caution {
    font-size: 0.8rem !important;
    margin-top: 5px;
}
.footer-content-list div {
  width: 50%;
  box-sizing: border-box;
}
.footer-content-list div:first-of-type {
  padding-right: 40px;
}
.footer-menu-list li {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  transition: 0.8s;
}
.footer-menu-list li a:hover {
  color: var(--color-main);
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none !important;
}
.footer-bar01-inner {
  width: 86% !important;
  max-width: 1150px !important;
  margin: 0 auto;
}
.copyright {
  font-size: 10px !important;
  font-weight: 500 !important;
  text-align: left;
  color: var(--color-text);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  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 {
    height: calc(60vh - 60px) !important;
}
.top-slider-wrapper {
  width: calc(100% - 80px);
}
.scroll-box {
  width: 80px;
}
   .footer_menu_bg {
    padding-left: 100px;
}
}
@media only screen and (max-width: 1190px) {
  .content02 {
    padding-bottom: 3em;
  }
  .content02::after {
    height: 15%;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(2), .content02-item:last-of-type {
    margin-top: 40px;
  }
  h3.content02-title {
    text-align: center;
}
   .third-box {
    margin-bottom: 35px;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    padding: 0;
    margin-bottom: 25px;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-img, .third-box:nth-of-type(even) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 970px) {
  .scroll-box {
    display: none;
  }
  .front_original01, .front_original02, .front_topics, .footer_contact_sec {
    padding: 4em 0;
  }
  .front_original03 {
    padding-top: 4em;
  }
   .content02 h2.front-main-title {
    margin-bottom: 40px;
  }
  .front_original03 h2.front-main-title {
    margin-bottom: 30px;
}
  h2.front-main-title.front_topics_title {
    margin-bottom: 30px;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    margin-top: 30px;
    padding-left: 0;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-main) !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar a {
    color: var(--color-white);
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .icon-share-alt::before {
    content: "\ea92";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
.top-slider-wrapper {
    width: calc(100% - 40px);
}
.top-slider-wrapper::before {
    opacity: 0.5;
}
  h2.front-main-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  h2.front-main-title span {
    font-size: 0.85rem;
    margin-bottom: 10px;
}
.front_original01, .front_original02, .front_topics, .footer_contact_sec {
    padding: 2.5em 0;
}
.front_original01::after {
    background-size: 350px auto;
    width: 350px;
    opacity: 0.2;
}
.front_original02::after {
    background-position-x: 10%;
}
 .content02::after {
    height: 10%;
  }
.front_topics::after {
    height: 25%;
}
.front_original03 {
    padding-top: 2.5em;
}
.front-original01__text h2.front-main-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.front-original01__text h2.front-main-title span {
    margin-bottom: 10px;
}
  .front-original02__text {
    max-width: 100%;
  }
  .front-original02__text h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front-third-text::before {
    font-size: 1.1rem;
  }
  h3.third_title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
   h2.front-main-title.footer-con-title {
    font-size: 2rem;
    margin-bottom: 20px;
   }
  address.footer_tel {
    font-size: 1.8rem;
}
span.footer_tel_sub {
    font-size: 0.8rem;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
  h2.footer-logo-name {
    font-size: 1.25rem;
}
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh !important;
  }
}

/* ----------------------------------------------------------------------

固定ページ 
---------------------------------------------------------------------- */
.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.7rem !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  text-align: center;
  margin-bottom: 20px !important;
  padding-top: 0 !important;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: var(--color-main);
  margin: 12px auto 0;
}
.post-content h3 {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: var(--color-main);
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
  padding: 0 0 0 30px !important;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 20px;
  height: 3px;
  top: 52%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  background: var(--color-sub);
  padding: 5px 15px !important;
  margin-bottom: 15px !important;
  box-sizing: border-box;
}
.post-content .s_table {
  width: 100%;
  margin-bottom: 0 !important;
  white-space: unset !important;
}
.post-content table {
  margin: 0 !important;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 500 !important;
  letter-spacing: .05rem;
  vertical-align: middle;
  line-height: 1.8 !important;
  padding: 24px 2px 21px !important;
  background: none !important;
  border: 0 !important;
  border-bottom: 2px solid var(--color-border) !important;
  box-sizing: border-box;
}
.post-content th {
  width: 25%;
  text-align: left;
  border-right: none !important;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 16px 2px 13px !important;
    line-height: 1.5 !important;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.45rem !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }
  .post-content h3 {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
}
}
/* ----------------------------------------------------------------------

表 スクロール
---------------------------------------------------------------------- */
.table_scroll {
    overflow: auto;
    white-space: nowrap;
}
p.scroll_text {
  line-height: 1.5;
    display: none;
}
@media only screen and (max-width: 1024px){
  p.scroll_text {
    display: block;
}
}

/* ----------------------------------------------------------------------

お知らせ
---------------------------------------------------------------------- */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin-bottom: 40px;
}
.archive-title, .post-title {
  color: var(--color-text) !important;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-white) !important;
  box-sizing: border-box;
  border: 2px solid var(--color-border);
  border-radius: 5px;
  overflow: hidden;
}
.article03-content {
  padding: 14px 15px !important;
}
.article03-title {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--color-text) !important;
}
.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;
  color: var(--color-main) !important;
}
.nav-links01 {
  font-size: 0.85rem !important;
  font-weight: 700;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid var(--color-border);
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
  color: var(--color-text);
}
.article01-thumbnail {
  border: 1px solid var(--color-border);
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
}
h3.article01-title {
  line-height: 1.2;
}
h3.article01-title a {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: var(--color-base);
  border-radius: 5px;
  box-sizing: border-box;
}
.post-meta-box-item a {
  color: var(--color-text);
  font-weight: 700;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  color: var(--color-white);
  border-radius: 3px;
}
.side_widget .headline-bar {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-main);
  background: var(--color-base);
  margin-bottom: 20px;
  padding: 15px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  border-color: var(--color-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 500;
  font-family: var(--color-main);
  color: var(--color-text);
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    height: 55px !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-text);
  }
  .nav-links01 {
    border: 1px solid var(--color-border);
  }
  .headline-bar {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
   .article03-title {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------

料金案内
---------------------------------------------------------------------- */
.price_sec .content_inner {
  max-width: 980px;
}
.price_box {
    margin-bottom: 50px;
}
.price_box p {
    margin-bottom: 15px !important;
}
.price_box:last-of-type, .price_box p:last-child {
    margin-bottom: 0 !important;
}
.two {
  width: calc(50% - 8px);
  margin-right: 15px;
}
.two:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
table.price_tbl {
    border: 2px solid var(--color-border) !important;
    margin-bottom: 15px !important;
}
table.price_tbl th, table.price_tbl td {
    font-size: 1.15rem;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    padding: 22px 25px 20px!important;
}
table.price_tbl th {
    width: 70%;
    background: var(--color-border) !important;
}
table.price_tbl td {
    text-align: center;
}
.price_content_box {
    padding: 25px 35px;
    border-radius: 5px;
    background: var(--color-base);
    border: 1px var(--color-sub) dashed;
    box-sizing: border-box;
}

.price_content_box h2 {
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    text-align: left;
    color: var(--color-main);
}
.price_content_box h2::after {
    content: none;
}
.price_content_box p {
    font-size: 0.9rem !important;
}
@media only screen and (max-width: 970px){
table.price_tbl th, table.price_tbl td {
  font-size: 1rem;
  padding: 10px 12px 8px !important;
  margin-bottom: -2px;
}
table.price_tbl td {
  text-align: end;
}
}
@media only screen and (max-width: 768px) {
  .price_box {
    margin-bottom: 20px;
  }
.two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.price_content_box {
    padding: 20px 25px;
}
}

/* ----------------------------------------------------------------------

ご依頼の流れ
---------------------------------------------------------------------- */
.flow_sec .content_inner {
    max-width: 950px;
}
.flow {
  padding-top: 20px;
  padding-left: 90px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 50px;
  height: 75px;
  line-height: 72px;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-eng);
  color: var(--color-main);
  background: var(--color-white);
  border-top: 2px solid;
  border-bottom: 2px solid;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 2px;
  height: 100%;
  background: var(--color-main);
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  font-size: 1.5rem !important;
  text-align: left;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  border: 0;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 15px !important;
}
.flow p:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 30px;
  }
.flow::before {
    width: 30px;
    height: 55px;
    line-height: 49px;
    font-size: 1.8rem;
}
.flow::after {
    left: 15px;
}
.flow h2::before {
    font-size: 1.5rem;
    line-height: 0.8;
    margin-bottom: 30px;
}
}
/* ---------------------------------------------------------------------- 

ご挨拶
----------------------------------------------------------------------  */
.greeting_sec h2 {
    line-height: 1.5 !important;
    text-align: left;
    margin-bottom: 25px !important;
}
.greeting_sec h2::after {
    width: 50px;
    height: 1px;
    margin-top: 17px;
    margin-left: 0;
}
.greeting_sec p {
  margin-bottom: 20px !important;
}
.greeting_inner {
  margin-bottom: 50px;
}
.greeting_sec p:last-of-type, .greeting_inner:last-of-type {
  margin-bottom: 0 !important;
}
.greeting_img {
  width: 30%;
  box-sizing: border-box;
}
.greeting_img img {
    border-radius: 5px;
}
.greeting_text {
  width: 70%;
  padding-left: 5vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
 .greeting_sec h2 {
   margin-bottom: 15px !important;
 }
  .greeting_sec p {
    margin-bottom: 10px !important;
  }
  .greeting_inner {
    margin-bottom: 25px;
  }
}
/* ---------------------------------------------------------------------- 

よくある質問 
---------------------------------------------------------------------- */
.faq_sec .content_inner {
    max-width: 1000px;
}
.faq {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  padding-top: 3px !important;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 12px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 50px !important;
}
.faq h2::before, p.answer::before {
  content: "?";
  position: absolute;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--font-eng);
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  left: 0;
  top: 2px;
}
.faq h2::after {
  content: none;
}
p.answer {
    padding-top: 5px;
}
p.answer::before {
  content: 'A';
  background: var(--color-sub);
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
.faq_sec h2 {
    margin-bottom: 8px !important;
}
  .faq {
    margin-bottom: 30px;
  }
}
/* ---------------------------------------------------------------------- 

店舗概要
---------------------------------------------------------------------- */
.information_sec .content_inner {
    max-width: 950px;
}
table.info_tbl th {
  width: 27%;
}
span.info-caution {
    font-size: 0.85rem;
    letter-spacing: 0;
    color: var(--color-caution);
}
@media only screen and (max-width: 768px) {
  table.info_tbl td {
    padding-left: 12px;
  }
}

/* ---------------------------------------------------------------------- 

お問い合わせ
----------------------------------------------------------------------  */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 950px;
}
.mail_sec .content_inner {
  padding-top: 0;
  padding-bottom: 30px;
}
.con__inner {
    margin-bottom: 50px;
}
.con__inner p {
    margin-bottom: 15px !important;
}
.con__inner:last-of-type, .con__inner p:last-child {
    margin-bottom: 0 !important;
}
p.con-open {
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}
span.con_open_title {
    margin-right: 10px;
    color: var(--color-main);
}
address.con_tel {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    font-family: var(--font-eng);
    letter-spacing: 0.05em;
    line-height: 1 !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    color: var(--color-main);
}

span.con_tel_sub {
    font-size: 1.3rem;
    margin-right: 5px;
    color: var(--color-text);
}
p.con-caution {
    font-size: 0.9rem !important;
    width: fit-content;
    margin: 0 auto 5px !important;
    line-height: 1.5 !important;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 1200px){
  .mail_sec .content_inner {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 768px){
  .con__inner {
    margin-bottom: 30px;
  }
  address.con_tel {
    font-size: 2rem;
  }
  span.con_tel_sub {
    font-size: 1rem;
  }
}
/* ---------------------------------------------------------------------- 

お問い合わせフォーム
----------------------------------------------------------------------  */
span.form_text {
    font-size: 0.8rem;
    margin-left: 1vw;
    display: inline-block;
}
span.required {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 4px 4px 5px;
  border-radius: 4px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.required.any {
  background: var(--color-black);
}
.wpcf7 {
  border: none !important;
  background: none !important;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #efefef;
  border: none !important;
  border-radius: 2px;
  padding: 18px 12px !important;
  box-sizing: border-box !important;
}
.wpcf7 form {
  margin: 0 !important;
}
.wpcf7 form p {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: 2.5;
  margin-bottom: 20px !important;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0 !important;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 400 !important;
    background: #efefef;
    border: 0 !important;
    padding: 12px 12px !important;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px !important;
  width: 100% !important;
  max-width: 500px;
  margin-left: auto !important;
  font-size: 1.2rem !important;
  font-weight: 700;
  letter-spacing: .05rem;
  height: 85px !important;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  border-radius: 100px;
  transition: all .5s !important;
  font-family: var(--font-main) !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-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 20px;
  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;
}