@charset "UTF-8";
/* スマートサービス CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #1b1513;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.8vw, 20px);
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #1b1513;
}
.font-1, .headline-font-type {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 55px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.85rem;
  font-weight: 400;
  width: 86% !important;
  max-width: 1200px !important;
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
}
.signage {
  height: 300px;
  background: none !important;
  border-bottom: 1px solid;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  text-shadow: none;
  color: #1b1513 !important;
  font-weight: 700;
}
.signage-title {
  font-size: 2.5rem !important;
  line-height: 1;
  margin-bottom: 20px;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  font-family: "Poppins", sans-serif;
  letter-spacing: .1rem;
  color: #1b1513 !important;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.6rem !important;
    margin-bottom: 15px;
  }
  .signage-title-sub {
    font-size: 0.8rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::after {
  content: '';
  position: absolute;
  display: block;
  background: #000;
  width: 30%;
  height: 110%;
  top: 0;
  right: 0;
  z-index: -1;
}
.header-bar {
  box-shadow: none;
  background: #1b1513 !important;
}
.logo-image {
  top: 25px;
  left: 25px;
  width: 290px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .03rem;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #fff;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 8px;
  top: 46px;
  position: absolute;
  background: #c8b496;
}
.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-contact > a {
  margin-left: 2px;
  padding: 0 28px;
  background: #d3ad5a;
  color: #282828;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
  position: relative;
  text-align: center;
  display: block;
  bottom: 29px;
  line-height: 0;
  font-size: 10px;
  letter-spacing: .1rem;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  background: #282828;
}
.global-nav > ul > li.global-menu-contact > a:hover, .global-nav > ul > li.global-menu-contact > a:hover::after {
  color: #d3ad5a;
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 0;
  font-size: 10px;
  font-family: "design_plus";
  color: #fff;
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .07rem;
  color: #fff;
  background: #1b1513 !important;
}
.global-nav .sub-menu a:hover {
  color: #c8b496 !important;
  background: #1b1513 !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 15px;
    left: -5px;
    width: 140px;
  }
  .header-bar {
    border-color: #1b1513;
  }
  .global-nav {
    padding-left: 0;
    border-radius: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0;
    background: #1b1513;
  }
  .global-nav-button::before {
    color: #fff;
  }
  .global-nav-button:hover::before {
    color: #d3ad5a;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
    color: #fff !important;
    background: #1b1513;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 17px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 50px;
    background: #1b1513;
  }
  .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;
  }
  .global-nav a {
    background: #fff;
    color: #1b1513 !important;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    padding: 0 20px;
    color: #fff !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #d3ad5a !important;
    background: #1b1513 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .home .header::before, .home .header::after {
    content: none;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.front-copy-img {
  width: 95%;
  max-width: 850px;
  margin-left: auto;
}
.top-slider-wrapper {
  width: calc(100% - 150px);
  margin-left: 0;
  background: #fff;
  z-index: 0;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1b1513;
  opacity: 0.65;
  z-index: 1;
}
.scroll-box {
  position: absolute;
  width: 10%;
  bottom: 50px;
  right: 0;
}
.scroll-box::after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 1px;
  height: 35px;
  bottom: -40px;
  right: 50%;
}
.scroll-box span {
  position: absolute;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 0;
  text-align: center;
  letter-spacing: .1rem;
  color: #fff;
  right: 0;
  bottom: 15px;
}
h2.front-sec-title {
  font-size: 2em;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
h2.front-sec-title::after {
  content: '';
  display: block;
  background: #1b1513;
  width: 30px;
  height: 2px;
  margin-top: 25px;
}
h2.front-sec-title span {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05rem;
  margin-top: 15px;
  display: block;
}
.front_original01 {
  padding: 10em 0 7em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__title {
  width: 30%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 70%;
  padding-left: 4.5vw;
  box-sizing: border-box;
}
.front-original01__title h3 {
  font-size: 1.65rem;
  letter-spacing: .08rem;
  line-height: 1.7;
}
.front-original01__text p {
  margin-bottom: 15px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.front_original02 {
  width: calc(100% - 15px);
  margin-top: 1em;
  padding: 7em 0;
  color: #d3ad5a;
  background: #000000;
  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-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original02__text h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02 {
  padding: 7em 0;
  background: #1b1513;
  color: #fff;
}
.front-content02-inner, .front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front_original03 {
  padding: 7em 0;
}
.front-content02 h2, .front_original03 h2 {
  margin-bottom: 60px;
}
.front-content02 h2.front-sec-title::after {
  background: #fff;
}
.front-content02-img-inner, .front-original03-img-inner {
  width: 45%;
  margin-left: 55%;
  box-sizing: border-box;
}
.front-original03-img-inner {
  margin-left: -100%;
}
.front-content02-text-inner, .front-original03-text-inner {
  width: 55%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-content02-text-inner {
  margin-left: -100%;
  padding-right: 6vw;
}
.front-original03-text-inner {
  margin-left: 45%;
  padding-left: 5vw;
}
.front-content02-img-frame, .front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #bfbfbf;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.content02-img, .original03-img {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content02-img {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02_img.jpg");
}
.original03-img {
  background-image: url("/wp-content/themes/story_tcd041/img/front_original03_img.jpg");
}
.content02-text__box, .third-box {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.content02-text__box:last-of-type, .third-box:last-of-type {
  margin-bottom: 0;
}
.content02-text__box h3, h3.third_title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.content02-text__box p, .third-box p {
  font-size: 0.95rem;
}
a.content02-but {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 280px;
  margin-top: 20px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  color: #1b1513;
  background: #fff;
  padding: 18px 20px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::before {
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  background: #d3ad5a;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  right: 20px;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but:hover {
  color: #1b1513;
  background: #fff;
}
a.content02-but:hover::before {
  width: 100%;
}
.front_topics {
  padding-bottom: 6em;
}
.front-topics-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  color: #fff;
  background: #1b1513;
}
.footer_contact_sec {
  padding: 5em 0 6em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 9vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}
dl.address_body {
  font-size: 0.85rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
dl.address_body:last-of-type {
  margin-bottom: 20px;
}
dd.address_text {
  margin-top: 5px;
  box-sizing: border-box;
}
span.address-caution {
  font-size: 0.8rem;
  margin-left: 8px;
}
address.footer_tel {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  letter-spacing: .05rem;
  margin-bottom: 8px;
}
span.footer_tel_sub {
  font-size: 1rem;
  margin-right: 2px;
}
p.footer-con-caution {
  font-size: 0.8rem;
}
ul.sns__links {
  width: 100%;
  max-width: 90px;
  margin-top: 20px;
}
li.sns__links-item {
  width: 100%;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
  color: #fff;
}
a.footer_sns::before {
  content: '\e909';
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  background: #00b900;
  font-size: 18px;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_sns:hover {
  background: none;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_sns span {
  margin-top: 7px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 500;
}
ul.footer-content-list-outer {
  width: 50%;
  padding-left: 2vw;
  box-sizing: border-box;
}
ul.footer-content-list-outer:first-of-type {
  padding-left: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  top: 10px;
  left: 0;
  transition: 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 5px;
}
ul.footer-content-list-outer li a {
  color: #fff;
}
ul.footer-content-list-outer li a:hover {
  color: #d3ad5a;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.copyright {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}
.pagetop {
  right: 15px;
  bottom: 15px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #1b1513;
  background: #d3ad5a;
  border-radius: 2px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 14px;
  height: 14px;
}
.pagetop a:hover {
  color: #d3ad5a;
  background: #1b1513;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .top-slider-wrapper {
    width: 100%;
  }
  .front-copy-img {
    margin-left: 0;
  }
  .scroll-box {
    width: 100%;
    bottom: 40px;
  }
  .front_original01 {
    padding: 5em 0;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front_original01, .front-content02, .front_original02, .front_original03 {
    padding: 5em 0;
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    margin-top: 15px;
    padding-left: 0;
  }
  .front-content02 h2, .front_original03 h2 {
    margin-bottom: 40px;
  }
  .front-content02-img-inner, .front-original03-img-inner {
    width: 100%;
    height: 60vh;
    min-height: 400px;
    margin-left: 0;
  }
  .content02-img {
    background-position-y: 70%;
  }
  .original03-img {
    background-position-y: 45%;
  }
  .front-content02-text-inner, .front-original03-text-inner {
    width: 100%;
    margin-left: 0;
  }
  .front-content02-text-inner {
    padding-right: 0;
    margin-top: 40px;
  }
  .front-original03-text-inner {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .content02-text__box, .third-box {
    margin-bottom: 30px;
  }
  .footer_menu_bg {
    padding-left: 2vw;
  }
  .dp-footer-bar {
    left: 0;
    background: #1b1513 !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 10px;
    letter-spacing: 0;
  }
  .icon-file-text:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 800px) {
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    margin-top: 40px;
    max-width: 330px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .scroll-box span {
    font-size: 10px;
    bottom: 10px;
  }
  h2.front-sec-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  h2.front-sec-title::after {
    width: 20px;
    margin-top: 15px;
  }
  h2.front-sec-title span {
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .front_original01, .front-content02, .front_original02, .front_original03 {
    padding: 3em 0;
  }
  .front-original01__title h3 {
    font-size: 1.35rem;
    line-height: 1.5;
  }
  .front-original01__text p {
    margin-bottom: 8px;
  }
  .front_original02 {
    margin-top: 0.5em;
    width: 100%;
  }
  .front-original02__text h2 {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front-content02-text-inner {
    margin-top: 25px;
  }
  .front-original03-text-inner {
    margin-bottom: 20px;
  }
  .front-content02 h2, .front_original03 h2 {
    margin-bottom: 30px;
  }
  .content02-text__box h3, h3.third_title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .front_topics {
    padding-bottom: 3em;
  }
  h2.front_topics_title {
    margin-bottom: 25px;
  }
  .footer_contact_sec {
    padding: 3em 0 1em;
  }
  address.footer_tel {
    font-size: 1.8rem;
  }
  span.footer_tel_sub {
    font-size: 0.8rem;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    right: 10px;
    bottom: 75px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #1b1513;
  width: 30px;
  height: 1px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  color: #c49f4f;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #c49f4f;
  top: 52%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #1b1513;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .05rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #b2b2b2 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-color: #d3ad5a;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 15px 2px 13px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.45rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h2::after {
    width: 20px;
  }
  .post-content h3 {
    font-size: 1.25rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title {
  font-weight: 700;
  color: #1b1513;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  border: 1px solid #1b1513;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03 > a {
  transition: all 0.8s ease 0s;
}
.article03:hover {
  border-radius: 15px;
  transition: 0.8s;
}
.article03:hover a {
  background: #1b1513;
}
.article03 > a:hover .article03-meta {
  color: #d3ad5a;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: #1b1513;
}
.article03-meta {
  font-weight: 400;
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #1b1513;
}
.post-title, .post-meta {
  text-align: left;
}
.nav-links01 {
  font-size: 13px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #b2b2b2;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: #1b1513;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
  font-weight: 400;
}
.post-meta-box {
  box-sizing: border-box;
  background: #1b1513;
}
.post-meta-box-item a {
  color: #fff;
  font-weight: 700;
}
.post-meta-box-item::before {
  color: #d3ad5a;
}
.headline-bar {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: .12rem;
  padding-left: 20px;
  text-align: left;
  background: #1b1513;
}
.widget_recent_entries li {
  border-color: #b2b2b2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries li a {
  font-size: 13px;
}
.widget_recent_entries .post-date {
  color: #1b1513;
  font-size: 12px;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
}
.widget_recent_entries .post-date:before {
  color: #d3ad5a;
  font-size: 11px;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  .post-header {
    margin: 40px auto 10px;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #1b1513;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #b2b2b2;
  }
}
@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: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #1b1513;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content_but {
  width: 100%;
  max-width: 350px;
  color: #fff;
  background: #1b1513;
  margin-top: 25px;
  padding: 22px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  line-height: 1.5;
  right: 20px;
  transition: 0.5s;
}
a.content_but:hover {
  background: #d3ad5a;
  border-radius: 100px;
  color: #1b1513;
}
.two {
  width: calc(50% - 8px);
  margin-right: 15px;
}
.two:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* コンテンツ 共通 END */
/* 料金・プラン 共有 */
.service_box {
  margin-bottom: 60px;
}
.service_box p {
  margin-bottom: 15px;
}
.service_box:last-of-type, .service_text p:last-of-type {
  margin-bottom: 0;
}
p.free {
  font-weight: 700;
  margin-bottom: 20px;
}
.service_text {
  width: 60%;
  box-sizing: border-box;
}
.service_img {
  width: 40%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.service_text h2 {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.service_text h2::after {
  width: 80px;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: -1px;
  background: #d3ad5a;
}
table.price_tbl {
  border: 1px solid #b2b2b2;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 25px 22px 23px;
  border-color: #b2b2b2;
}
table.price_tbl th {
  width: 80%;
  padding-right: 0;
}
table.price_tbl td {
  text-align: end;
}
span.tax {
  font-size: 0.9rem;
  letter-spacing: 0;
  margin-left: 5px;
}
.service_flex_inner {
  margin-top: 30px;
}
.service_list_box {
  padding: 20px 30px;
  color: #fff;
  background: #1b1513;
  box-sizing: border-box;
}
ul.service_list {
  font-size: 1.15rem;
}
ul.service_list li::before {
  top: 12px;
  background: #d3ad5a;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    font-size: 1rem;
    padding: 15px 18px 13px;
  }
  table.price_tbl th {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service_box {
    margin-bottom: 30px;
  }
  .service_box p {
    margin-bottom: 15px;
  }
  .service_text, .service_img {
    width: 100%;
  }
  .service_img {
    padding-left: 0;
    margin-top: 15px;
  }
  .service_text h2 {
    margin-bottom: 15px;
  }
  .service_list_box {
    padding: 20px 25px;
  }
  ul.service_list {
    font-size: 1rem;
  }
  ul.service_list li::before {
    top: 10px;
  }
}
/* 料金・プラン 共有 END */
/* ご挨拶 */
.greeting_sec {
  background: #1b1513;
  color: #fff;
  border-bottom: 1px solid #ab9471;
  box-sizing: border-box;
}
.greeting_text h2 {
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: left;
}
.greeting_text h2::after {
  content: none;
}
.greeting_text p {
  margin-bottom: 20px;
}
.greeting_text p:last-child {
  margin-bottom: 0;
}
h3.name {
  font-size: 1.3rem;
  padding-left: 0;
  margin-bottom: 30px;
  letter-spacing: .1rem;
}
h3.name::before {
  content: none;
}
h3.name span {
  font-size: 1rem;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .greeting_text p {
    margin-bottom: 10px;
  }
}
/* ご挨拶 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq_sec h2 {
  text-align: left;
  margin-bottom: 15px;
}
.faq_sec h2::after {
  margin-left: 0;
}
.faq {
  margin-bottom: 40px;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 7px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 15px;
}
.faq p:last-child {
  margin-bottom: 0;
}
p.answer {
  padding: 1px 0;
}
.faq h3, .faq p {
  padding-left: 50px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1b1513;
  background: #d3ad5a;
  border-radius: 100px;
  width: 33px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  color: #d3ad5a;
  background: #1b1513;
  line-height: 32px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 30px;
  }
  .faq h3, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* 口コミ */
.voice_sec p {
  margin-bottom: 10px;
}
.voice_sec p:last-of-type {
  margin-bottom: 0;
}
.voice_box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted;
  box-sizing: border-box;
}
.voice_box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.voice_box h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.voice_box h2::before {
  content: "\e916";
  font-family: "design_plus";
  position: absolute;
  font-size: 33px;
  left: 0;
  top: 0;
  line-height: 0.8;
  z-index: -1;
  color: #d3ad5a;
}
.voice_box h2::after {
  content: none;
}
.voice_box h2, .voice_box p {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .voice_box {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .voice_box p {
    padding-left: 0;
  }
}
/* 口コミ END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 25%;
}
span.info-caution {
  font-size: 0.85rem;
  letter-spacing: 0;
}
.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 */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 850px;
}
.con__inner {
  margin-bottom: 40px;
}
.contact_sec p, .con__inner:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  letter-spacing: .05rem;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
span.con_tel_sub {
  font-size: 1.1rem;
  margin-right: 3px;
}
p.con-caution, p.con-time {
  width: fit-content;
  margin: 0 auto 7px;
  font-size: 0.9rem;
}
p.con-time span {
  margin-right: 7px;
}
.con_line_box {
  padding: 25px 20px;
  color: #fff;
  background: #00b900;
  box-sizing: border-box;
}
.con_line_box h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_line_box h2::after {
  content: none;
}
.con_line_box p {
  margin-bottom: 0;
}
a.con_line_but {
  width: 100%;
  max-width: 350px;
  padding: 15px 25px;
  font-size: 1rem;
  font-weight: 700;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s;
}
a.con_line_but::before {
  content: "\e909";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 20px;
}
p.con_line_text {
  width: fit-content;
  margin: 15px auto 0;
  font-weight: 500;
  line-height: 1.5;
}
a.con_line_but:hover {
  color: #fff;
  background: #1b1513;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 20px;
  }
  address.con_tel {
    font-size: 1.8rem;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
  }
}
/* お問い合わせ END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */