/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: 琉球ISLAND
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/

/* ----------------------------------------------------------------------

琉球ISLAND スタイル
---------------------------------------------------------------------- */
:root {
  --color-main: #009edb;
  --color-sub: #0075b9;
  --color-point: #d8ea05;
  --color-text: #202d49;
  --color-base: #edf5fc;
  --color-border: #bbccdd;
  --color-black: #000000;
  --color-white: #ffffff;
  --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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-eng: "Rubik", sans-serif;
}

/* ----------------------------------------------------------------------

基本設定
---------------------------------------------------------------------- */
img {
    width: 100%;
    display: block;
}

/* ----------------------------------------------------------------------

共通部分
---------------------------------------------------------------------- */
body {
  background: var(--color-white);
  color: #202d49;
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.85vw, 20px);
  letter-spacing: 0.02em;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
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: 1rem !important;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem !important;
  font-weight: 500;
  list-style: disc !important;
}
.signage {
  height: 280px !important;
  background: linear-gradient(to bottom,  var(--color-white) 10%, var(--color-base) 50%, var(--color-white) 100%) !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.2rem !important;
  font-weight: 700;
  color: var(--color-text) !important;
  line-height: 1;
}
.signage-title-sub {
  font-size: 0.9rem !important;
  font-weight: 800;
  font-family: var(--font-eng) !important;
  letter-spacing: 0.2em;
  margin-top: 18px;
  line-height: 1;
  color: var(--color-main) !important;
}
.breadcrumb-wrapper {
  height: 40px !important;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem !important;
  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.8rem !important;
    margin-top: 15px;
  }
}

/* ----------------------------------------------------------------------

ロゴ 
---------------------------------------------------------------------- */
.logo {
  max-width: 100%;
  max-height: none;
}
.logo-image {
  top: 9px;
  left: 15px;
  width: 100px;
  height: auto;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
   .logo {
    width: 100% !important;
    max-height: none !important;
}
  .logo-image {
    top: 5px !important;
    left: -5px !important;
    width: 55px !important;
  }
  .logo img {
        max-height: none !important;
}
}

/* ----------------------------------------------------------------------

ナビ 
---------------------------------------------------------------------- */
.home .header::before {
    content: '';
    position: absolute;
    display: block;
    background: linear-gradient(-120deg, var(--color-main) 10%, var(--color-sub) 100%);
    width: 35%;
    height: 150%;
    top: 0;
    right: 0;
    z-index: -1;
}
.header-bar {
  height: 100px;
  z-index: 50;
  background: var(--color-white) !important;
  box-shadow: none !important;
}
.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.03em;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
.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;
  line-height: 90px;
  padding: 0 33px;
  background: #009edb;
  color: var(--color-white) !important;
}
.global-nav > ul > li.global-menu-contact > a::after {
  position: absolute;
  content: "CONTACT";
  width: 100%;
  bottom: 25px;
  left: 0;
  line-height: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-eng);
  letter-spacing: 0.15em;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: var(--color-white) !important;
  background: var(--color-sub);
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: var(--color-border);
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-sub > a::after {
    content: "\e90e";
    position: relative;
    text-align: center;
    display: block;
    bottom: 25px;
    line-height: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "design_plus";
    color: var(--color-text);
    letter-spacing: .08rem;
}
.global-nav .sub-menu a {
  width: 220px;
  font-size: 14px;
  font-weight: 700;
  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 {
  content: none;
}
@media only screen and (max-width: 1200px) {
.home .header::before {
    content: none;
}
  .header-bar {
    background: var(--color-white) !important;
    border-color: var(--color-white) !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;;
  }
  .global-nav {
    height: auto;
    padding: 0;
    background: none;
  }
  .global-nav a {
    background: var(--color-white) !important;
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 15px !important;
    text-align: left !important;
    padding: 0 15px !important;
    line-height: 50px !important;
  }
  .global-nav > ul > li.global-menu-contact > a {
    color: var(--color-text) !important;
    background: var(--color-white);
    padding: 0 15px;
    height: 50px !important;
}
.global-nav > ul > li.global-menu-contact > a:hover {
    color: var(--color-main) !important;
    background: var(--color-white);
}
  .global-nav .sub-menu a {
    font-size: 13px;
    line-height: 52px !important;
    padding: 0 15px !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 .menu-item-has-children > a:before,  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after, .global-nav > ul > li.global-menu-contact > a::after {
    content: none !important;
  }
}
@media only screen and (max-width: 500px){
  .home .header::before {
   display: none;
   }
}
/* ----------------------------------------------------------------------

コンテンツ 共通 
---------------------------------------------------------------------- */
.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 !important;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: var(--color-caution);
}
span.caution {
  position: relative;
  padding-left: 15px;
  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: 17px;
  line-height: 1.6;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 7px;
  height: 7px;
  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: 13px 22px 12px;
  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;
}
.header-youtube:not(.bg-image){
  height: calc(100svw * 8 / 16 - 10px) !important;
}

@media only screen and (max-width: 1200px){
  .header-youtube:not(.bg-image){
  height: calc(100svw * 9 / 16 - 10px) !important;
}
}
/* ----------------------------------------------------------------------

トップ・フッター 
---------------------------------------------------------------------- */
.top-slider-wrapper {
  width: calc(100% - 165px);
  background: var(--color-white);
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, var(--color-sub) 10%, var(--color-white) 100%);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: 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: 83%;
  max-width: 1250px;
  margin: 0 auto;
}
.front-copy-img {
  width: 70%;
  max-width: 620px;
  margin-left: auto;
}
.scroll-box {
  position: absolute;
  width: 165px;
  display: block;
  right: 0;
  bottom: 0;
  color: var(--color-white);
}
.scroll-box span{
  position: absolute;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-eng);
  text-align: center;
  letter-spacing: 0.12em;
  bottom: 50px;
}
.scroll-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--color-white);
  left: 50%;
  bottom: 0;
  z-index: -1;
}
h2.front-main-title {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: var(--font-eng);
  color: var(--color-main);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
h2.front-main-title span {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: var(--font-main) !important;
    letter-spacing: 0.05em;
    margin-top: 12px;
    display: block;
    color: var(--color-text);
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
    width: 60%;
    padding-right: 4vw;
    box-sizing: border-box;
}

.front-original01__banner {
    width: 40%;
}
.front-original01-img-flex {
    margin-top: 10px;
}
img.front-img-two {
    width: calc(50% - 5px);
    margin-right: 10px;
}
img.front-img-two:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
}
h2.front-main-title.front_original01_title {
    font-size: 3rem;
    margin-bottom: 30px;
}
.front-original01__text h3 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}
.front-original01__text p {
  margin-bottom: 15px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
a.content01-but {
    width: 100%;
    max-width: 350px;
    margin-top: 40px;
    padding: 26px 30px 24px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 100px;
    color: var(--color-white) !important;
    background: var(--color-main);
    display: block;
    box-sizing: border-box;
    position: relative;
    transition: 0.5s;
}
a.content01-but:hover {
    color: var(--color-white);
    background: var(--color-sub);
}
a.content01-but::after {
    content: '\ea3c';
    font-family: 'design_plus';
    position: absolute;
    right: 25px;
    font-size: 13px;
    line-height: 1.5;
    transition: 0.8s;
}
.front-content02 {
  padding-bottom: 5em;
  background: linear-gradient(to top, var(--color-base) 0%, var(--color-white) 100%);
}
.front-content02-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front-content02 h2.front-main-title {
    margin-bottom: 60px;
}
.content02_img {
  width: 45%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.content02_text {
  width: 55%;
}
.content02_box {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.content02_box:last-of-type {
  margin-bottom: 0;
}
.content02_box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.content02_text p {
    font-size: 0.9rem !important;
}
a.content02-but {
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 310px;
  position: relative;
  margin-top: 20px;
  margin-left: 0;
  color: var(--color-white) !important;
  background: var(--color-main);
  border-radius: 100px;
  padding: 21px 18px 20px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  z-index: 0;
  transition: 0.5s;
}
a.content02-but::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background: var(--color-sub);
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but:hover {
  color: var(--color-white);
  background: var(--color-main);
}
a.content02-but:hover::after {
  height: 100%;
}

.front_original02 {
    padding: 6em 0;
    position: relative;
    color: var(--color-white);
    background: var(--color-text);
}
.front_original02::before {
  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;
  opacity: 0.35;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding-top: 6em;
  background: linear-gradient(to bottom, var(--color-base) 0%, var(--color-white) 100%);
}
.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 {
  margin-left: 55%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT.0"counter(number) "";
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--font-eng) !important;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color-main);
  display: block;
}
.third-box:nth-of-type(even) .front-third-text::before {
    right: auto;
    left: 0;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  color: var(--color-sub);
}
.front_topics {
  padding: 8em 0 6em;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
h2.front-main-title.front_topics_title {font-size: 3rem;text-align: center;}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0 !important;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 4em 0;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-main) 10%, var(--color-sub) 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.2;
}
.footer_contact_inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front-main-title.footer-con-title {
    text-align: center;
    margin-bottom: 30px;
}
h2.front-main-title.footer-con-title, h2.footer-con-title span {
    color: var(--color-white);
}
p.footer_con_text {
    width: fit-content;
    font-size: 1.1rem !important;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 auto 30px;
}
address.footer_tel {
  font-size: 2.6rem;
  font-family: var(--font-eng);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
address.footer_tel a {
    color: #fff !important;
}
span.footer_tel_sub {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
p.footer-caution {
    width: fit-content;
    margin: 0 auto 8px;
    font-size: 0.9rem !important;
}
ul.footer_sns__links {
  width: 100%;
  max-width: 300px;
  margin: 35px auto 0;
}
li.footer_sns__links-item {
  width: calc(33.3333% - 6.7777px);
  margin-right: 10px;
}
li.footer_sns__links-item:last-of-type {
  margin-right: 0;
}
a.footer_sns_but {
  display: block;
  text-align: center;
  color: var(--color-white);
}
a.footer_sns_but::before {
  content: "\f0e0";
  color: var(--color-white);
  background: 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_mail_but::before {
  color: var(--color-main);
}
a.footer_line_but::before {
  content: "\e909";
  background: var(--color-line);
}
a.footer_insta_but::before {
  content: "\ea92";
  background: var(--color-insta);
}
a.footer_sns_but:hover {
  color: var(--color-main) !important;
}
a.footer_line_but:hover {
  color: var(--color-line) !important;
}
a.footer_insta_but:hover {
  color: var(--color-instatext) !important;
}
a.footer_sns_but span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-eng);
  letter-spacing: 0.05em;
}
a.footer_line_but span {
    font-family: var(--font-main);
}
.footer_original_sec {
  padding: 4em 0 2em;
}
.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: 240px;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 460px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  margin-bottom: 10px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 15px;
  box-sizing: border-box;
}
span.caution.address-caution {
    font-size: 0.75rem;
}
.footer-content-list div {
  width: 50%;
  box-sizing: border-box;
}
.footer-content-list div:last-of-type {
  padding-left: 10px;
}
.footer-menu-list li {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
  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: 2px;
  background: var(--color-main);
  bottom: -4px;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
.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: 1150px !important;
  margin: 0 auto;
}
.copyright {
  font-size: 10px !important;
  font-weight: 500;
  text-align: left;
  color: var(--color-text);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  color: #fff !important;
  background: var(--color-main) !important;
  width: 30px !important;
  height: 70px !important;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px !important;
  width: 14px !important;
  height: 45px !important;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  background: var(--color-sub) !important;
  color: var(--color-white);
}
@media only screen and (max-width: 1200px) {
.front-copy-img {
    margin-left: 0;
}
 .scroll-box {
    display: none;
  }
  .top-slider-wrapper {
    width: 100%;
}
.top-slider-wrapper::before {
    background: linear-gradient(90deg, var(--color-sub) 20%, var(--color-white) 100%);
}
.top-slider {
    height: calc(80vh - 80px) !important;
}
}
@media only screen and (max-width: 970px) {
   .front-original01__text, .front-original01__banner {
    width: 100%;
}
.front-original01__text {
    margin-bottom: 30px;
    padding-right: 0;
}
   .footer_menu_bg {
    padding-left: 5vw;
}
  .content02 h2.front-main-title {
    margin-bottom: 40px;
  }
  h2.front-main-title.front_topics_title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
   .front_original02 {
    width: 100%;
    margin-top: 0;
}
  .front_original02::after {
    content: none;
}
  .content02_img, .content02_text {
    width: 100%;
  }
  .content02_img {
    padding-right: 0;
    margin-bottom: 20px;
}
  .content02_box, .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;
  }
  .front-third-text::before {
    font-size: 1.15rem;
    margin-bottom: 10px;
}
  .front_topics {
    padding: 4em 0;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 280px;
    margin-top: 40px;
    padding-left: 0;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: var(--color-sub) !important;
    border-top: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar a {
    font-size: 11px;
    letter-spacing: 0;
    color: var(--color-white) !important;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909" !important;
}
.icon-share-alt:before {
    content: "\ea92" !important;
}
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
.top-slider {
    height: calc(70vh - 70px) !important;
}
  h2.front-main-title, h2.front-main-title.front_original01_title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  h2.front-main-title span {
    font-size: 1rem;
}
h2.front-main-title.front_original01_title {
    margin-bottom: 15px;
}
  .front_original01, .front_original02, .front_topics, .footer_contact_sec {
    padding: 2.5em 0;
  }
  .front-content02 {
    padding-bottom: 2.5em;
}
  .front_original03 {
    padding-top: 3em;
}
  .front-original01__text h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .front-original01__text h3 br {
    display: contents;
}
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
 .front-content02 h2.front-main-title {
    margin-bottom: 30px;
}
  .content02_box h3 {
    font-size: 1.35rem;
  }
  h3.third_title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  h3.third_title::before {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
h2.front-main-title.footer-con-title {
    font-size: 2rem;
    margin-bottom: 20px;
}
p.footer_con_text {
    font-size: 1rem !important;
    margin-bottom: 15px;
}
  address.footer_tel {
    font-size: 1.8rem;
}
span.footer_tel_sub {
    font-size: 1rem;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
 .front-copy-img {
    width: 100%;
}
  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: 1200px;
  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: 25px;
  height: 4px;
  background: var(--color-main);
  margin: 12px auto 0;
}
.post-content h3 {
  font-size: 1.5rem !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: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-point);
  padding: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.post-content .s_table {
  overflow: unset !important;
  white-space: normal !important;
  margin-bottom: 0 !important;
}
.post-content table {
  margin: 0px !important;
}
.post-content table tr {
    border-bottom: 1px solid var(--color-border);
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  vertical-align: middle;
  line-height: 1.8 !important;
  padding: 24px 4px 22px !important;
  border: 0 !important;
  box-sizing: border-box;
}
.post-content th {
  width: 22%;
  text-align: left;
  background: none !important;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px){
   .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 15px 5px !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.5rem !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }
.post-content h3 {
  font-size: 1.3rem !important;
  margin-bottom: 10px !important;
}
}

/* ----------------------------------------------------------------------

お知らせ 
---------------------------------------------------------------------- */
.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;
}
h1.archive-title, h1.post-title {
  font-weight: 700;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-white);
  box-sizing: border-box;
  border: 1px solid var(--color-border);
  overflow: hidden;
}
.article03-content {
  padding: 15px 15px !important;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-text) !important;
}
h2.article03-title:hover, h3.article03-title:hover {
    color: var(--color-main) !important;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 10px !important;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px dotted var(--color-border);
  border-bottom: 1px dotted var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px dotted 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);
  margin-bottom: 10px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.3;
}
h3.article01-title a {
  font-size: 0.85rem;
  color: var(--color-text);
}
.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);
  font-weight: 700;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: var(--color-white);
  background: var(--color-sub) !important;
}
.side_widget .headline-bar {
  font-size: 16px;
  font-weight: 700 !important;
  font-family: var(--font-eng);
  margin-bottom: 15px;
  padding: 15px 15px;
  color: var(--color-sub);
  background: var(--color-base) !important;
}
.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-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 11px;
  font-family: var(--font-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, .blog .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main, .blog .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 dotted var(--color-border);
  }
  .headline-bar {
    padding-left: 12px;
  }
  .article03-title {
    height: 50px;
}
}
@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: 1150px;
}
.price_sec h2 {
    font-size: 2rem !important;
    text-align: left;
    margin-bottom: 40px !important;
}
.price_sec h2::after {
    width: 50px;
    height: 2px;
    margin-top: 15px;
    margin-left: 0;
}
.price_sec p {
    margin-bottom: 15px !important;
}
.price_sec p:last-child {
    margin-bottom: 0 !important;
}
.menu_box {
  margin-bottom: 70px;
}
.menu_box:last-of-type {
  margin-bottom: 0;
}
.menu_img {
    width: 45%;
    padding-right: 3vw;
    box-sizing: border-box;
}
.menu_text {
    width: 55%;
    box-sizing: border-box;
}
table.price_tbl tr {
    border: 1px solid var(--color-border) !important;
}
table.price_tbl th, table.price_tbl td {
    font-size: 1rem;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em;
    padding: 22px 22px 20px !important;
}
table.price_tbl th {
    width: 70%;
    padding-right: 0 !important;
    color: var(--color-sub);
    background: var(--color-base) !important;
}
table.price_tbl td {
    text-align: center;
    letter-spacing: 0.08em;
}
@media only screen and (max-width: 970px){
table.price_tbl th, table.price_tbl td {
    padding: 12px 15px !important;
}
table.price_tbl td {
    text-align: end;
}
}
@media only screen and (max-width: 768px) {
.price_sec h2 {
    font-size: 1.5rem !important;
    margin-bottom: 25px !important;
}
.price_sec h2::after {
    width: 35px;
    margin-top: 10px;
}
.price_sec p {
    margin-bottom: 15px !important;
}
.menu_box {
    margin-bottom: 40px;
}
.menu_img, .menu_text {
    width: 100%;
}
.menu_img {
    padding-right: 0;
    margin-bottom: 20px;
}
}
/* ----------------------------------------------------------------------

ご依頼の流れ
---------------------------------------------------------------------- */
.flow_sec .content_inner {
    max-width: 1000px;
}
.flow {
  padding-top: 10px;
  padding-left: 170px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: "STEP."counter(number) "";
  position: absolute;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: var(--font-eng);
  color: var(--color-main);
  background: var(--color-white);
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  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;
  font-weight: 700 !important;
  text-align: left;
  line-height: 1.5 !important;
  padding: 0 !important;
  color: var(--color-sub);
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 10px !important;
}
.flow p:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 8px;
    padding-left: 100px;
    padding-bottom: 20px;
  }
.flow::before {
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
}
.flow::after {
    left: 40px;
}
.flow h2 {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
}
a.content_but.flow_con_but {
    text-align: center;
}
a.content_but.flow_con_but::after {
    content: none;
}
}
/* ----------------------------------------------------------------------

ご挨拶 
---------------------------------------------------------------------- */
.greeting_inner {
    margin-bottom: 50px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.greeting_inner h2 {
  font-size: 2rem !important;
  letter-spacing: 0.03em;
  margin-bottom: 25px !important;
  line-height: 1.5 !important;
  text-align: left;
}
.greeting_inner h2::after {
  width: 60px;
  height: 3px;
  margin-left: 0;
  margin-top: 20px;
}
.greeting_inner p {
  margin-bottom: 20px !important;
}
.greeting_inner p:last-of-type {
  margin-bottom: 0 !important;
}
.greeting_img {
  width: 35%;
  box-sizing: border-box;
}
.greeting_text {
  width: 65%;
  padding-left: 4vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
   .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    margin-top: 25px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px){
.greeting_inner {
    margin-bottom: 20px;
}
.greeting_inner h2 {
    margin-bottom: 30px !important;
  }
  .greeting_inner p {
    margin-bottom: 10px !important;
  }
}

/* ----------------------------------------------------------------------

よくある質問 
---------------------------------------------------------------------- */
.faq_sec .content_inner {
    max-width: 1000px;
}
.faq {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted var(--color-border);
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  padding-top: 2px !important;
  margin-bottom: 8px !important;
  color: var(--color-sub);
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 10px !important;
}
.faq p:last-child {
  margin-bottom: 0 !important;
}
.faq h2, .faq p {
  padding-left: 45px !important;
}
p.answer {
    padding-top: 3px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-eng);
  color: var(--color-white);
  background: var(--color-main);
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 100px;
  left: 0;
  top: 2px;
}
p.answer::before {
  content: 'A';
  background: var(--color-sub);
  top: 2px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .faq h2, .faq p {
    padding-left: 37px !important;
}
.faq h2 {
    font-size: 1.25rem !important;
    padding-top: 0 !important;
    margin-bottom: 5px !important;
}
.faq h2::before {
  top: 0;
}
p.answer {
    padding-top: 1px !important;
}
.faq h2::before, p.answer::before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 1.2rem;
}
}
/* ----------------------------------------------------------------------

運営概要 
---------------------------------------------------------------------- */
.information_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
  width: 25%;
}
span.info-caution {
    font-size: 0.8rem;
    letter-spacing: 0;
}
.map_sec {
    height: 500px;
}
@media only screen and (max-width: 768px){
.map_sec {
    height: 300px;
}
}
/* ----------------------------------------------------------------------

お問い合わせ 
---------------------------------------------------------------------- */
.mail_sec {
    background: var(--color-base);
}
.mail_sec .content_inner {
  padding-bottom: 30px;
  max-width: 900px;
}
.con__inner {
    margin-bottom: 50px;
}
.con__inner p {
    margin-bottom: 15px !important;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
    margin-bottom: 0 !important;
}
p.con_first_text {
    text-align: center;
}
p.con-time {
    text-align: center;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}
p.con-time span {
    margin-right: 10px;
    color: var(--color-sub);
}
.con_two {
    width: 50%;
    padding: 25px 35px 35px;
    color: var(--color-white);
    box-sizing: border-box;
}
.con_two h2 {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  margin-bottom: 15px !important;
}
.con_two h2::after {
  content: none;
}
.con_two p {
    margin-bottom: 0 !important;
}
.con_line_box {
  background: var(--color-line);
}
.con_insta_box {
  background: var(--color-insta);
}
a.con_sns {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 20px auto 0;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-line) !important;
  background: var(--color-white);
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
a.con_insta_but {
  color: var(--color-instatext) !important;
}
a.con_sns::after {
  content: "\e909";
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.5s;
}
a.con_insta_but::after {
  content: "\ea92";
  font-size: 19px;
  line-height: 1.4;
}
a.con_sns:hover {
  color: var(--color-white) !important;
  background: var(--color-main);
}
p.con_text {
  font-size: 0.9rem !important;
  line-height: 1.8 !important;
}
.con_tel_box {
    text-align: center;
}
address.con_tel {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    font-family: var(--font-eng);
    line-height: 1 !important;
    letter-spacing: 0.05em;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    text-align: center;
    color: var(--color-main);
}
span.con_tel_sub {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-right: 4px;
    color: var(--color-text);
}
p.caution.con-caution {
    font-size: 0.95rem !important;
    width: fit-content;
    margin: 0 auto 15px;
    line-height: 1.5 !important;
}
.mail_info_box {
  margin-bottom: 30px;
  text-align: center;
}
.mail_info_box p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.mail_sec .content_inner {
  padding-bottom: 1px;
}
.con__inner {
    margin-bottom: 30px;
}
 p.con_first_text, p.con-time {
    text-align: left;
}
 .con_two {
    width: 100%;
    padding: 20px 25px 25px;
  }
address.con_tel {
    font-size: 1.8rem;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
span.con_tel_sub {
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}
}
@media only screen and (max-width: 500px){
  .con_tel_box, .mail_info_box {
    text-align: left;
}
}
/* ----------------------------------------------------------------------

お問い合わせフォーム 
---------------------------------------------------------------------- */
span.required {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 5px 6px;
  border-radius: 2px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.required.any {
    background: var(--color-text);
}
.wpcf7 {
  border: none !important;
  background: none !important;
  margin: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  border: 0 !important;
  background: var(--color-white);
  border: 1px solid var(--color-border) !important;
  border-radius: 2px;
  padding: 18px 15px 16px!important;
  box-sizing: border-box !important;
}
.wpcf7 form {
  margin: 0 !important;
}
.wpcf7 form p {
  font-size: 1.1rem !important;
  line-height: 2.2;
  margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
  line-height: 0;
  margin-bottom: 0;
}
.wpcf7 select {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 12px !important;
}
.wpcf7-list-item {
    margin-left: 0;
    line-height: 2;
}
.wpcf7 .wpcf7-list-item-label {
    font-size: 1rem;
    font-weight: 500;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px !important;
  width: 100% !important;
  max-width: 500px !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1rem !important;
  height: 84px !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);
  background: var(--color-sub) !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;
}