@charset "UTF-8";
/* 便利屋まうちゃん CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #292929;
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #292929;
}
.font-1, .headline-font-type {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  font-weight: 500;
  width: 85% !important;
  max-width: 1200px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.signage {
  height: 220px;
  background: #fffcf1 !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.4;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  margin: 0 auto;
  text-align: left;
  text-shadow: none;
}
.signage-title {
  font-size: 2rem !important;
  font-weight: 700;
  letter-spacing: .1rem;
  color: #292929 !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-top: 20px;
  line-height: 1;
  color: #51b533 !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.7rem !important;
    letter-spacing: .05rem;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
    margin-top: 15px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  box-shadow: none;
}
.logo-image {
  top: 12px;
  left: 12px;
  width: 207px;
  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 {
  color: #292929;
}
.global-nav > ul > li > a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 90px;
  padding: 0 18px;
  position: relative;
  text-align: center;
  transition: 0.8s;
  z-index: 0;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
  color: #559757;
}
.global-nav > ul > li > a::after {
  content: '';
  position: absolute;
  text-align: center;
  display: block;
  width: 8px;
  height: 8px;
  background: #c7dfc1;
  border-radius: 100px;
  left: 45%;
  bottom: 15px;
  line-height: 1;
  transition: 0.8s;
}
.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
  background: #51b533;
}
.global-nav > ul > li.global-menu-contact > a {
  height: 100px;
  padding: 0 30px;
  margin-left: 12px;
  color: #fff;
  background: #51b533;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: 'CONTACT';
  background: none;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .1rem;
  width: 100%;
  bottom: 27px;
  left: 0;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #fff;
  background: #77c85f;
}
.global-nav .sub-menu {
  top: 120%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 15px;
  font-weight: 700;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #559757 !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 5px;
    left: -10px;
    width: 120px;
  }
  .header-bar {
    border-color: #fff;
  }
  .global-nav {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
  }
  .global-nav-button {
    height: 55px;
    border-left: 0;
    background: #fff;
    border-bottom-left-radius: 5px;
  }
  .global-nav-button:before {
    color: #292929;
  }
  .global-nav-button:hover:before {
    color: #559757;
  }
  .global-nav a {
    background: #fff;
    color: #292929 !important;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 25px;
    line-height: 52px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    height: 50px;
    background: #fff;
    padding: 0 25px;
    margin-left: 0;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 13px;
    line-height: 53px;
    background: #fff !important;
    color: #292929 !important;
    padding: 0 25px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #51b533 !important;
  }
  .global-nav > ul > li > a:before, .global-nav > ul > li > a::after, .global-nav .current-menu-item > a::before, .global-nav > ul > li.global-menu-contact > a::after {
    content: none;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #292929;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #292929;
  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;
  display: block;
}
.front-copy-img {
  width: 80%;
  max-width: 800px;
}
.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: #737373;
  background: #fff;
  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: 30px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  letter-spacing: .15rem;
  color: #fff;
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
  width: 45%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.front-original01__img {
  width: 55%;
  box-sizing: border-box;
}
.front-original01__img img {
  border-radius: 10px;
}
.front-original01__text h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
.front-original01__text h2::before {
  content: 'ABOUT US';
  display: block;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: .1rem;
  color: #77c85f;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  padding: 8em 0;
  color: #fff;
  text-shadow: 1px 1px 5px #204921;
  background: #204921;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.front-original02-img-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
}
.original02-img-01, .original02-img-02, .original02-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.original02-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02-1_img.jpg");
  animation: slide-animation-01 10s infinite;
}
.original02-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02-2_img.jpg");
  animation: slide-animation-02 10s infinite;
}
.original02-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02-3_img.jpg");
  animation: slide-animation-03 10s infinite;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  font-weight: 500;
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  width: 97%;
  margin: 0 auto 20px;
  padding-bottom: 70px;
  background: none;
  position: relative;
  z-index: 0;
}
.content02::before {
  content: '';
  position: absolute;
  display: block;
  background: #77c85f;
  border-radius: 20px;
  width: 100%;
  height: calc(100% - 160px);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.content02-inner {
  width: 90%;
  padding: 0;
}
a.content02-content {
  width: calc(33.3333% - 10px);
  margin-right: 15px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease 0s;
}
a.content02-content:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0;
}
a.content02-content:hover {
  box-shadow: none;
}
.content02-item {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.content02-img {
  border-radius: 10px 10px 0 0;
  background: #559757;
  overflow: hidden;
}
.content02-img img {
  transition: 0.8s;
  box-shadow: 2px 3px 30px #0000003b;
}
a:hover .content02-img img {
  opacity: 0.7;
  box-shadow: none;
}
.content02-text-box {
  padding: 25px 30px 35px;
  box-sizing: border-box;
}
h2.content02-title, h2.content02-title::after, .content02-text {
  transition: all 0.5s ease 0s;
}
h2.content02-title {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #292929;
}
h2.content02-title::after {
  content: "HOUSE CLEANING";
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .15rem;
  line-height: 1;
  margin-top: 20px;
  color: #51b533;
}
a.content02-content:nth-of-type(2) h2.content02-title::after {
  content: "MOWING AND WEEDING";
}
a.content02-content:nth-of-type(3) h2.content02-title::after {
  content: "GREETING";
}
a:hover.content02-content .content02-title::after {
  color: #292929;
}
.content02-text {
  font-size: 0.9rem;
  line-height: 2;
  color: #292929;
}
a:hover.content02-content .content02-title, a:hover.content02-content .content02-text {
  color: #48a52c;
}
.content02-button {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 330px;
  height: 57px;
  line-height: 58px;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  margin: 20px 0 0;
  color: #292929;
  background: none !important;
  padding: 0 3px;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
a:hover.content02-content .content02-button {
  color: #292929;
}
.content02-button::before {
  width: 40px;
  height: 1px;
  position: absolute;
  content: '';
  background: #51b533;
  left: 0;
  bottom: -1px;
  z-index: -1;
  transition: 0.5s;
}
.content02-button::after {
  content: 'MORE';
  position: absolute;
  right: 2px;
  font-size: 0.7rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: .18rem;
  transition: 1s;
  color: #51b533;
}
a:hover.content02-content .content02-button::before {
  width: 100%;
}
a:hover.content02-content .content02-button::after {
  color: #51b533;
}
.front_original03 {
  padding: 6em 0;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 40px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
}
.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."counter(number) "";
  font-size: 3rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  letter-spacing: .12rem;
  margin-bottom: 15px;
  display: block;
  color: #77c85f;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
.front-third-img img {
  border-radius: 10px;
}
h2.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_topics {
  padding-bottom: 6em;
}
.front-topics-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-topics-title-inner {
  width: 20%;
  padding-right: 2vw;
  border-right: 1px solid #51b533;
  box-sizing: border-box;
}
.front-topics-detail-inner {
  width: 80%;
  padding-left: 5vw;
  box-sizing: border-box;
}
h2.front_topics_title {
  font-size: 1.8rem;
}
h2.front_topics_title::after {
  content: 'TOPICS';
  display: block;
  margin-top: 15px;
  font-size: 1rem;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: .1rem;
  color: #77c85f;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin: 0;
  background: #fffcf1;
}
.footer_contact_sec {
  padding: 5em 0 2em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 12vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 400px;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 10px;
}
dt.address_title {
  width: 10%;
}
dd.address_text {
  width: 90%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.7rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .05rem;
  margin-bottom: 8px;
}
address.footer_tel a {
  color: #292929;
}
span.footer_tel_sub {
  font-size: 0.9rem;
  margin-right: 2px;
}
p.footer-caution {
  font-size: 0.8rem;
}
ul.sns__links {
  width: 100%;
  max-width: 210px;
  margin-top: 20px;
}
li.sns__links-item {
  width: calc(50% - 8px);
  margin-right: 15px;
  box-sizing: border-box;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  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_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 2vw;
}
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;
  font-weight: 700;
  color: #51b533;
}
a.footer_but {
  position: relative;
  z-index: 0;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #77c85f;
  bottom: -4px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
  color: #292929;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: #51b533;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 25px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .front-topics-title-inner, .front-topics-detail-inner {
    width: 100%;
  }
  .front-topics-title-inner {
    padding-right: 0;
    margin-bottom: 40px;
    border: 0;
  }
  .front-topics-detail-inner {
    padding-left: 0;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front-original01__text, .front-original01__img {
    width: 100%;
  }
  .front-original01__text {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .content02 {
    padding-bottom: 40px;
    margin-bottom: 15px;
  }
  a.content02-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content02-item:last-of-type {
    margin-bottom: 0;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-img {
    margin-top: 1.5rem;
  }
  .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;
  }
  .footer_menu_bg {
    padding-left: 3vw;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: #77c85f !important;
    border-top: 1px solid #77c85f !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: "\e909";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-box {
    display: none;
  }
  .front_original01, .front_original02, .front_original03 {
    padding: 3em 0;
  }
  .front-original01__text h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front-third-text::before {
    font-size: 2rem;
  }
  .front_topics {
    padding-bottom: 3em;
  }
  .front-topics-title-inner {
    margin-bottom: 25px;
  }
  .footer_contact_sec {
    padding-top: 3em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 350px;
    margin-top: 30px;
    padding-left: 0;
  }
  address.footer_tel {
    font-size: 1.5rem;
  }
  .social-nav {
    display: none;
  }
  .pagetop a {
    width: 45px;
    height: 45px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .content02 {
    padding-bottom: 20px;
  }
}
@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;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #77c85f;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0 0 0 25px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #77c85f;
  width: 15px;
  height: 3px;
  top: 48%;
  left: 0;
}
.post-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 8px 12px;
  box-sizing: border-box;
  color: #51b533;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
  border-color: #a7d998;
}
.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: 12px 4px 14px;
    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 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 50px;
}
.archive-title {
  color: #292929;
  font-weight: 700;
}
h1.post-title {
  font-weight: 700;
  line-height: 1.8;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #77c85f;
  border-radius: 10px;
}
.article03-thumbnail {
  border-radius: 8px 8px 0 0;
}
.article03-content {
  padding: 16px 18px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #292929;
}
.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: #292929;
}
.nav-links01 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #ddd;
}
.article01-thumbnail {
  border-radius: 10px;
}
.article01-title a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #292929;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: #fffcf1;
  border-radius: 5px;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #77c85f;
}
.post-meta-box-item a {
  font-weight: 600;
}
.headline-bar {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  letter-spacing: .1rem;
  border-radius: 2px;
  background: #51b533;
}
.side_widget .headline-bar {
  padding: 12px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 12px;
  line-height: 1.5;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  color: #292929;
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: #77c85f;
}
@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: 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 0px 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: #292929;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #ddd;
  }
}
@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: 10px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #77c85f;
  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: 300px;
  padding: 12px 20px;
  margin-top: 1rem;
  font-weight: 700;
  color: #fff;
  background: #77c85f;
  border-radius: 100px;
  letter-spacing: .05rem;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all 0.5s;
}
a.content_but:hover {
  color: #77c85f;
  background: #fffcf1;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 2.4;
  transition: all 0.8s;
}
/* コンテンツ 共通 END */
/* サービス・料金 */
.service_sec .content_inner {
  max-width: 950px;
}
.service_box {
  margin-bottom: 80px;
}
.service_box:last-of-type {
  margin-bottom: 0;
}
.service_box h2 {
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  color: #51b533;
}
.service_box h2::after {
  margin-left: 0;
  width: 35px;
  height: 2px;
  margin-top: 10px;
}
.service_box p {
  margin-bottom: 15px;
}
.service_inner {
  margin-top: 50px;
}
table.price_tbl {
  border: 1px solid #a7d998;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  padding: 22px 22px 20px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Quicksand", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .05rem;
  line-height: 1.8;
  border-color: #a7d998;
  background: #fff;
}
table.price_tbl th {
  width: 65%;
  background: #f3f8f2;
}
table.price_tbl td {
  text-align: center;
}
span.tax {
  font-size: 0.75rem;
  margin-left: 5px;
  display: inline-block;
}
span.menu-detail {
  margin-top: 5px;
  font-size: 0.85rem;
  font-weight: 400;
  display: inline-block;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 10px 15px 10px;
  }
  table.price_tbl td {
    text-align: end;
  }
}
@media only screen and (max-width: 768px) {
  .service_box {
    margin-bottom: 50px;
  }
  .service_inner {
    margin-top: 25px;
  }
}
/* サービス・料金 END */
/* ご挨拶 */
.greeting_inner {
  margin-bottom: 40px;
}
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-child, .greeting_img p {
  margin-bottom: 0;
}
.greeting_img {
  width: 35%;
  box-sizing: border-box;
}
.greeting_text {
  width: 65%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.greeting_text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #51b533;
  text-align: left;
  margin-bottom: 15px;
}
.greeting_text h2::after, h3.name::before {
  content: none;
}
.greeting_img img {
  border-radius: 10px;
}
h3.name {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 35px;
  padding: 0;
}
span.name-sub {
  font-size: 0.9rem;
  margin-right: 10px;
}
span.ruby {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 10px;
  }
  .greeting_inner {
    margin-bottom: 10px;
  }
  .greeting_text h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  h3.name {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}
/* ご挨拶 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 900px;
}
.faq_sec h2 {
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.faq_sec h2::after {
  width: 30px;
  height: 2px;
  margin-left: 0;
  border-radius: 0;
}
.faq {
  margin-bottom: 40px;
}
.faq:first-of-type {
  margin-top: 70px;
}
.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: 1rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h3, .faq p {
  padding-left: 50px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.25rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #77c85f;
  border-radius: 5px;
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer {
  padding-top: 1px;
}
p.answer::before {
  content: 'A';
  background: #559757;
  line-height: 32px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
  .faq h3, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 800px;
}
table.info_tbl th {
  width: 28%;
}
span.info-caution {
  font-size: 0.8rem;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 850px;
}
.con__inner {
  margin-bottom: 50px;
}
.con__inner p {
  margin-bottom: 10px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  letter-spacing: .08rem;
  text-align: center;
  margin-bottom: 15px;
}
address.con_tel a {
  color: #292929;
}
span.con_tel_sub {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  margin-right: 5px;
  color: #51b533;
}
p.con-caution {
  width: fit-content;
  margin: auto;
}
.line_con_box {
  padding: 25px;
  border-radius: 10px;
  color: #fff;
  background: #00b900;
  box-sizing: border-box;
}
.line_con_box h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.line_con_box h2::after {
  content: none;
}
a.con_line_but {
  width: 100%;
  max-width: 350px;
  padding: 13px 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: 0.5s;
}
a.con_line_but::after {
  content: "\e909";
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
  transition: 0.5s;
}
a.con_line_but:hover {
  color: #00b900;
  background: #fff4ca;
}
p.con-line-text {
  font-weight: 700;
  line-height: 1.5;
  width: fit-content;
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 25px;
  }
  address.con_tel {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
  }
  .line_con_box {
    padding: 20px;
  }
}
/* お問い合わせ END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original02 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original02 アニメーション END */