@charset "UTF-8";
/* CAR BEAUTY PRO 結's CSS Document */
/* 共通部分 */
body {
  background: #6a6666;
  color: #fff;
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.85vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #fff;
}
.font-1 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
.headline-font-type, h2, .post-content h2, h3, .post-content h3, .global-nav > ul > li > a::after, .global-nav .sub-menu a, .front-original01__text, .front-original02__text, ul.footer-content-list-outer {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 400;
  width: 86% !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.signage {
  height: 280px;
  background: none !important;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: left;
  margin: 0 auto;
  text-shadow: none;
  color: #fff !important;
  font-family: "Cinzel", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.signage-title {
  font-size: 3.5rem !important;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .15rem;
}
.signage-title-sub {
  font-size: 1rem !important;
  letter-spacing: .08rem;
  margin-top: 15px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .signage::after {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
    margin-top: 10px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  background: #6a6666 !important;
}
.logo-image {
  top: 30px;
  left: 20px;
  width: 340px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #fff;
}
.global-nav > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  font-family: "Cinzel", serif;
  letter-spacing: .08rem;
  line-height: 89px;
  padding: 0 18px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  z-index: 0;
}
.global-nav > ul > li.global-menu-contact > a {
  padding: 0 30px;
  margin-left: 10px;
  color: #fff;
  background: #494444;
  transition: all 0.8s;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #fff;
  background: #db2e51;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  background: #df4866;
  width: 0;
  height: 1px;
  top: 27px;
  left: 16px;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 35px);
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 25px;
  line-height: 1;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05rem;
  transition: all 0.8s;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
  content: "料金・施工について";
}
.global-nav > ul > li.global-menu-works > a::after {
  content: "実績";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ";
}
.global-nav .sub-menu a {
  width: 220px;
  font-size: 15px;
  background: #6a6666 !important;
}
.global-nav .sub-menu a:hover {
  color: #df4866 !important;
  background: #6a6666 !important;
}
.global-nav > ul > li.global-menu-contact > a::before, .global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 14px;
    left: 0;
    width: 200px;
  }
  .header-bar {
    border-color: #6a6666;
    box-shadow: none;
  }
  .global-nav-button {
    border: 0;
  }
  .global-nav-button::before {
    color: #fff;
  }
  .global-nav-button:hover::before {
    color: #ed1116;
  }
  .global-nav a {
    background: #6a6666;
    color: #fff !important;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    padding: 0 25px;
    line-height: 54px;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    text-align: left;
    font-size: 10px;
    bottom: 19px;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
  }
  .global-nav > ul > li.global-menu-contact > a {
    background: #6a6666;
    padding: 0 25px;
    margin-left: 0;
  }
  .global-nav .sub-menu a {
    width: 100%;
    font-size: 11px;
    line-height: 53px;
    padding: 0 25px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #6a6666 !important;
    color: #df4866 !important;
  }
  .global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before, .global-nav > ul > li.global-menu-sub > a::after {
    content: none !important;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.45;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 85%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
}
.front-copy-img {
  width: 80%;
  max-width: 700px;
}
.scroll-box {
  position: relative;
  width: fit-content;
  margin-top: 70px;
  display: block;
}
.scroll-box span::before {
  content: '\ea3e';
  font-family: 'design_plus';
  position: absolute;
  display: inline-block;
  font-size: 10px;
  color: #494444;
  background: #df4866;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100px;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
.scroll-box span {
  width: fit-content;
  display: block;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Cinzel", serif;
  text-align: left;
  letter-spacing: .08rem;
  color: #fff;
}
h2.front-main-title {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Cinzel", serif;
  letter-spacing: .1rem;
  margin-bottom: 50px;
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
  width: 55%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.front-original01__img {
  width: 45%;
  box-sizing: border-box;
}
.front-original01__text h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  margin-bottom: 40px;
}
.front-original01__text p {
  margin-bottom: 25px;
  line-height: 2.2;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 10em 0 5em;
  color: #fff;
  background: #000;
  position: relative;
  z-index: 1;
}
.front-original02-img-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.original02-img {
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 2.2rem;
  letter-spacing: .1rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding-bottom: 4em;
  background: none;
}
.content02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 26.7777px);
  border-right: 1px solid #d90e36;
  margin-left: 40px;
  padding-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.content02-item:last-of-type {
  margin-bottom: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
  border: 1px solid #d90e36;
  border-right: 0 !important;
  box-sizing: border-box;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #0000005e;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 0.5;
}
.content02-text-box {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
h3.content02-title, .content02-text {
  color: #fff;
}
h3.content02-title {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.content02-text {
  font-size: 0.9rem;
  line-height: 2;
}
a.content02-but {
  font-size: 0.95rem;
  font-family: "Cinzel", "Noto Serif JP", serif;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 90%;
  max-width: 330px;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  position: absolute;
  right: 30px;
  bottom: 0;
  margin-right: 0;
  border-bottom: 1px solid #d90e36;
  box-sizing: border-box;
  z-index: 0;
}
a.content02-but::before {
  width: 60px;
  height: 1px;
  background: #494444;
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 2px;
  font-size: 0.7rem;
  letter-spacing: .1rem;
  color: #fff;
}
a.content02-but:hover {
  color: #1f1c1c;
  background: none;
}
a.content02-but:hover::before {
  left: calc(100% - 60px);
}
a.content02-but:hover::after {
  color: #fff;
}
.front_original03 {
  padding-top: 7em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  padding: 35px 0;
  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-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}
h3.third_title::before {
  counter-increment: number 1;
  content: "0"counter(number) "";
  position: absolute;
  top: -3rem;
  left: -1.5rem;
  font-size: 10rem;
  font-weight: 500;
  font-family: "Cinzel", serif;
  color: #df4866;
  opacity: 0.35;
  line-height: 0.8;
  z-index: -2;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 5em 0;
  background: #000;
  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 right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.4;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_contact_sec h2 {
  margin-bottom: 40px;
}
address.footer_tel {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Cinzel", serif;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
span.footer_tel_sub {
  font-size: 1.2rem;
  margin-right: 5px;
}
p.caution.footer-caution {
  font-size: 0.85rem;
  margin-bottom: 10px;
}
p.footer-time {
  line-height: 1.8;
}
p.footer-time span {
  margin-right: 12px;
  font-weight: 700;
}
ul.footer_sns__links {
  width: 100%;
  max-width: 250px;
  margin-top: 40px;
}
li.footer_sns__links-item {
  width: calc(50% - 8px);
  margin-right: 15px;
  box-sizing: border-box;
}
li.footer_sns__links-item:last-of-type {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: '\f0e0';
  color: #fff;
  background: #363636;
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_line_but::before {
  content: "\e909";
  background: #00b900;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  color: #b2afaf;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns span {
  margin-top: 6px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.footer_original_sec {
  padding: 4em 0 1em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 400px;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  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;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-of-type {
  padding-left: 8vw;
}
ul.footer-content-list-outer li {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li.footer-content-title {
  font-size: 0.9rem;
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #444242;
}
a.footer_but:hover {
  color: #df4866;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.4s ease 0s;
}
.pagetop a {
  background: #b2afaf;
  color: #494444;
  width: 30px;
  height: 70px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 13px;
  width: 13px;
  height: 45px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: #b2afaf;
  background: #494444;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .front_original02 {
    padding: 5em 0;
  }
  .front_original03 {
    padding-top: 5em;
  }
  .third-box {
    margin-bottom: 40px;
  }
  .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;
  }
  h3.third_title::before {
    font-size: 6rem;
    top: 0;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front_original01 {
    padding: 4em 0;
  }
  .front-original01__text, .front-original01__img {
    width: 100%;
  }
  .front-original01__img {
    margin-left: 0;
  }
  .front-original01__img::before {
    background: linear-gradient(0deg, #ffffff26 90%, #fff 100%);
  }
  .front-original01__text {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .content02 {
    padding-bottom: 2em;
  }
  .content02 h2, .front_original03 h2 {
    margin-bottom: 40px;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(2), .content02-item:last-of-type {
    margin-top: 40px;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 450px;
    margin-top: 40px;
    padding-left: 0;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: #494444 !important;
    border-top: 1px solid #494444 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\ea92";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider-wrapper::before {
    opacity: 0.55;
  }
  .scroll-box {
    display: none;
  }
  h2.front-main-title {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .front_original01, .front_original02, .front_topics, .footer_contact_sec, .footer_original_sec {
    padding: 3em 0;
  }
  .front_original02 {
    width: calc(100% - 15px);
  }
  .front-original01__text h2, .front-original02__text h2 {
    font-size: 1.7rem;
    letter-spacing: .05rem;
    margin-bottom: 20px;
  }
  .front-original01__text p {
    margin-bottom: 15px;
    line-height: 2;
  }
  .content02-text-box {
    padding-right: 20px;
    padding-bottom: 70px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front_original03 {
    padding-top: 3em;
  }
  h3.third_title {
    margin-bottom: 10px;
  }
  h3.third_title::before {
    left: -1rem;
  }
  address.footer_tel {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  span.footer_tel_sub {
    font-size: 1rem;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .front-copy-img {
    width: 95%;
  }
  .front_original02 {
    padding: 2em 0;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .1rem;
  margin-bottom: 30px;
  padding-top: 0;
  border-bottom: 1px solid #494444;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #df4866;
  width: 70px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: -1px;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0 0 0 30px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #df4866;
  width: 20px;
  height: 1.5px;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #494444;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 8px 12px;
  box-sizing: border-box;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 24px 2px 22px;
  background: none;
  border: 0;
  border-bottom: 1px solid #494444;
  box-sizing: border-box;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 16px 4px 15px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    letter-spacing: .05rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 50px;
}
.archive-header {
  margin-bottom: 40px;
}
.archive-title {
  color: #fff;
  text-align: left;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: none;
  box-sizing: border-box;
  border-right: 1px solid #d90e36;
  border-bottom: 1px solid #db2e51;
}
.article03-content {
  padding: 16px 12px;
}
.article03-title {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 11px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.post-title {
  color: #fff;
}
.nav-links01 {
  border-top: 1px solid #494444;
  border-bottom: 1px solid #494444;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #494444;
}
.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: #fff;
}
.article01-thumbnail {
  border-radius: 10px;
}
.article01-title a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: #494444;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #db2e51;
}
.headline-bar {
  font-size: 18px;
  font-weight: 500;
  font-family: "Cinzel", serif;
  text-align: left;
  letter-spacing: .1rem;
  background: #494444;
}
.side_widget .headline-bar {
  padding: 15px 15px 13px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 13px;
  line-height: 1.7;
  border-color: #494444;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 10px;
  color: #fff;
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.85rem;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #fff;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #494444;
  }
}
@media only screen and (max-width: 767px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.5;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #000;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 15px 22px;
  margin-top: 20px;
  font-weight: 500;
  color: #fff;
  background: #494444;
  letter-spacing: .05rem;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: #fff;
  background: #db2e51;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 2.7;
  transition: 0.5s;
}
/* コンテンツ 共通 END */
/* 料金・施工について */
.price_sec h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
.price_sec h2::after {
  margin: 15px auto -1px;
}
.two {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 70px;
}
.two:nth-of-type(2n) {
  margin-right: 0;
}
.two:last-of-type {
  margin-bottom: 0;
}
.menu_box h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.menu_box h3::before {
  height: 4px;
}
.menu_box p {
  line-height: 1.8;
  margin-bottom: 12px;
}
table.price_tbl {
  border: 1px solid #494444;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  padding: 20px 20px 18px;
  letter-spacing: 0;
  line-height: 1.5;
}
table.price_tbl th {
/*   width: 70%; */
  width: 65%;
  background: #5e5b5b;
}
table.price_tbl td {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  table.price_tbl th {
    width: 80%;
  }
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 10px 15px 12px;
  }
  table.price_tbl td {
    text-align: end;
  }
}
@media only screen and (max-width: 768px) {
  .price_sec h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .two {
    margin-bottom: 25px;
  }
  .menu_box h3 {
    font-size: 1.5rem;
  }
}
/* 料金・施工について END */
/* コーティング共通 */
.corting_inner {
  align-items: center;
  margin-bottom: 60px;
}
.corting_text {
  width: 55%;
  box-sizing: border-box;
  padding-right: 3vw;
}
.corting_img {
  width: 45%;
}
.corting_type_inner {
  border: 1.5px solid #df4866;
}
.corting_two {
  width: 50%;
  padding: 25px 35px;
  border-right: 1.5px solid #df4866;
  box-sizing: border-box;
}
.corting_two:nth-of-type(2) {
  border: 0;
}
.corting_two h3 {
  font-size: 1.6rem;
  padding-left: 0;
  padding-bottom: 3px;
  border-bottom: 1px dotted;
  margin-bottom: 15px;
}
.corting_two h3::before {
  content: none;
}
.corting_inner:last-of-type, .corting_text p:last-of-type, .corting_two p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .corting_inner {
    margin-bottom: 40px;
  }
  .corting_text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .corting_img {
    width: 100%;
  }
  .corting_two {
    width: 100%;
    padding: 20px 25px;
    border-right: 0;
    border-bottom: 1.5px solid #df4866;
  }
}
/* コーティング共通 END */
/* 作業の流れ */
.flow {
  padding-left: 90px;
  padding-top: 20px;
  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: counter(number)"";
  position: absolute;
  text-align: center;
  width: 55px;
  height: 80px;
  line-height: 83px;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Cinzel", serif;
  color: #fff;
  border-top: 1.5px solid #df4866;
  border-bottom: 1.5px solid #df4866;
  background: #6a6666;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 26px;
  width: 1.5px;
  height: 100%;
  background: #df4866;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  text-align: left;
  line-height: 1.5;
  border-bottom: 0;
  margin-bottom: 15px;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 80px;
    padding-top: 22px;
    padding-bottom: 30px;
  }
  .flow h2 {
    margin-bottom: 15px;
  }
}
/* 作業の流れ END */
/* よくある質問 */
.faq {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h3, .faq p {
  padding-left: 55px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  background: #494444;
  width: 33px;
  height: 33px;
  line-height: 28px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  background: #db2e51;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
  .faq h3, .faq p {
    padding-left: 50px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_sec p {
  margin-bottom: 25px;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
.greeting__inner {
  align-items: center;
  margin-bottom: 50px;
}
.greeting_img {
  width: 45%;
  box-sizing: border-box;
}
.greeting_text {
  width: 55%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.greeting_text h2 {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  border: 0;
}
.greeting_text h2::after, h3.name::before {
  content: none;
}
h3.name {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .1rem;
  padding-left: 0;
  margin-bottom: 0;
}
h3.name span {
  font-size: 0.95rem;
  margin-right: 15px;
  display: inline-block;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    padding-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 15px;
  }
  .greeting__inner {
    margin-bottom: 20px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 28%;
}
span.info-caution {
  font-size: 0.8rem;
}
.map_sec iframe {
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec iframe:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .map_sec iframe {
    height: 350px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner {
  margin-top: 50px;
}
.con__inner:first-of-type {
  margin-top: 0;
}
.con__inner p:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.5rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Cinzel", serif;
  letter-spacing: .1rem;
  line-height: 1;
  margin-bottom: 20px;
}
span.con_tel_sub {
  font-size: 1.1rem;
  margin-right: 8px;
}
p.caution.con-caution {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
p.con-time {
  line-height: 1.8;
  margin-bottom: 2px;
}
p.con-time span {
  font-weight: 500;
  margin-right: 12px;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p {
  margin-bottom: 0;
}
a.sns_con_but {
  width: 100%;
  max-width: 380px;
  padding: 15px 25px 12px;
  font-size: 1.15rem;
  font-weight: 500;
  font-family: "Cinzel", serif;
  color: #fff;
  background: linear-gradient(-45deg, #ffd75f, #ff0357);
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  transition: 0.5s;
}
a.sns_con_but::after {
  content: "\ea92";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
  transition: 0.8s;
}
a.sns_con_but:hover {
  color: #fff;
  background: #494444;
}
p.con-sns-text {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-top: 20px;
  }
  address.con_tel {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
    margin-right: 5px;
  }
  p.caution.con-caution {
    font-size: 0.75rem;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px 3px;
  border-radius: 2px;
  color: #fff;
  background: #9a0006;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  color: #fff;
  background: #494444;
  padding: 25px;
  box-sizing: border-box;
  border: 0;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 5px;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 20px;
  width: 100%;
  max-width: 381px;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .05rem;
  height: 80px;
  color: #fff;
  background: #6a6666;
  border: 1px solid #fff !important;
  transition: all 0.8s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #db2e51;
  border-color: #db2e51 !important;
  border-radius: 100px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7-not-valid-tip {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 2;
  color: #f35d63;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
    margin-left: 0;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
.price-tax {
	font-size: 80%;
}