@charset "UTF-8";
/* 株式会社MaruXin様(ジャングルレンタカー) */
/* 共通部分 */
body {
  background: var(--color-white);
  color: var(--color-text);
  overflow: hidden;
  font-size: 17px;
  font-size: clamp(17px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: var(--color-text);
}
.font-1, .headline-font-type {
  font-family: var(--font-main);
  font-weight: 500;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  list-style: disc;
}
.signage {
  height: 270px;
  background: var(--color-black);
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.8;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1200px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  font-weight: 700;
  font-family: var(--font-eng);
  color: var(--color-white) !important;
  line-height: 1;
  letter-spacing: .25rem;
}
.signage-title-sub {
  font-size: 0.9rem !important;
  font-weight: 700;
  margin-top: 13px;
  letter-spacing: .12rem;
  line-height: 1;
  color: var(--color-white) !important;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.7rem;
  font-weight: 500;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.breadcrumb li, .breadcrumb li a {
    color: var(--color-white);
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    font-size: 0.7rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  box-shadow: none;
  background: none !important;
}
.logo-image {
  top: 4px;
  left: 4px;
  width: 210px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
    background: #fff;
    padding-left: 10px;
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  color: var(--color-text);
}
.global-nav > ul > li > a {
  font-size: 17px;
  font-weight: 700;
  font-family: var(--font-eng);
  line-height: 92px;
  letter-spacing: .05rem;
  padding: 0 18px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
.global-nav > ul > li a::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: 17px;
    left: 0;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: var(--color-text);
    font-family: var(--font-main);
    transition: 0.5s;
}
.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-greeting > a::after {
    content: 'ご挨拶';
}
.global-nav > ul > li.global-menu-information > a::after {
    content: '運営概要';
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: 'お問い合わせ';
    color: var(--color-white);
    bottom: 25px;
}
.global-nav > ul > li.global-menu-contact > a {
    height: 100px;
    margin-left: 14px;
    padding: 0 28px;
    color: var(--color-white);
    background: var(--color-main);
}
.global-nav > ul > li.global-menu-contact > a:hover {
    color: var(--color-white);
    background: var(--color-sub);
}
.global-nav .sub-menu {
    top: 120%;
}
.global-nav .sub-menu a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03rem;
  background: var(--color-white);
}
.global-nav .sub-menu a:hover {
  background: var(--color-white);
}
.global-nav a:hover, .global-nav .current-menu-item > a, .global-nav .sub-menu a:hover {
    color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 5px;
    left: -12px;
    width: 100px;
  }
  .header-bar {
    border-bottom: 0;
  }
  .global-nav-button {
    height: 55px;
    border: 0;
    background: var(--color-white);
    border-bottom-left-radius: 2px;
  }
  .global-nav-button::before {
    color: var(--color-text);
  }
  .global-nav-button:hover::before {
    color: var(--color-main);
  }
  .global-nav {
    height: auto;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .global-nav a {
    background: var(--color-white);
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 15px;
    line-height: 51px;
  }
   .global-nav > ul > li a::after {
    position: relative;
    display: inline-block;
    width: fit-content;
    text-align: left;
    margin-left: 20px;
    bottom: 1px;
}

.global-nav > ul > li.global-menu-contact > a {
    height: 50px;
    line-height: 51px;
    margin-left: 0;
    padding: 0 15px;
    background: var(--color-white);
}

.global-nav > ul > li.global-menu-contact > a::after {
    color: var(--color-text);
    bottom: 1px;
}
.global-nav .sub-menu {
    top: 100%;
}
  .global-nav .sub-menu a {
    font-size: 13px;
    line-height: 51px;
    padding: 0 15px;
    background: var(--color-white) !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: var(--color-main) !important;
    background: var(--color-white) !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: var(--color-text);
  }
  .global-nav > ul > li > a::before {
  content: none;
}
}
/* ナビ 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: var(--color-caution);
}
span.caution {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  padding-right: 5px;
  color: var(--color-caution);
  position: absolute;
  left: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.6;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 7px;
  height: 7px;
  border-radius: 100px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}
.content-back_box {
    padding: 30px 35px;
    border-radius: 5px;
    background: var(--color-base);
    box-sizing: border-box;
}
@media only screen and (max-width: 768px){
  .content-back_box {
    padding: 20px 25px;
}
}
/* コンテンツ 共通 END */
/* コンテンツボタン */
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 13px 15px;
  margin-top: 15px;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--color-text);
  border: 1px solid;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: var(--color-white);
  border-radius: 100px;
  border-color: var(--color-main);
  background: var(--color-main);
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  font-weight: 400;
  right: 20px;
  line-height: 2.2;
  transition: 0.5s;
}
/* コンテンツボタン END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper {
  background: var(--color-white);
}
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    background: var(--color-white);
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.top-slider-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
}
.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: 72%;
  margin: 0 auto;
}
.front-copy-img {
  width: 75%;
  max-width: 650px;
}
.scroll-box {
  position: relative;
  display: block;
  width: 100px;
  bottom: 0;
  z-index: 2;
}
.scroll-box span {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15rem;
  line-height: 0.5;
  bottom: 110px;
  left: 48px;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  font-family: var(--font-eng);
  color: var(--color-main);
}
.scroll-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  background: var(--color-main);
  left: 48px;
  bottom: 0;
  z-index: -1;
}
h2.front-main-title {
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-eng);
  text-align: center;
  line-height: 0.9;
  letter-spacing: .2rem;
  margin-bottom: 50px;
}
h2.front-main-title span {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-main);
  letter-spacing: .1rem;
  margin-top: 22px;
  display: block;
  color: var(--color-main);
}
h2.front-main-title::after {
    content: '';
    display: block;
    background: var(--color-main);
    width: 6px;
    height: 30px;
    margin: 20px auto 0;
}
.content02 h2.front-main-title, .content02 h2.front-main-title span, .front_original03 h2 span {
    color: var(--color-white);
}
.content02 h2.front-main-title::after, .front_original03 h2::after {
    background: var(--color-white);
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01__title {
  width: 35%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 65%;
  padding-left: 8vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.8;
}
.front-original01__text p {
  margin-bottom: 15px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
    padding: 7em 0;
    background: var(--color-black);
    color: var(--color-white);
    position: relative;
    z-index: 0;
}
.front_original02::before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.7;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 40px;
}
.front-original02__text p {
  font-weight: 700;
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding: 5vw 0 1.5vw;
  background: var(--color-green);
  position: relative;
  z-index: 0;
}
.content02::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/wp-content/themes/story_tcd041/img/content02_bg_img.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.25;
    z-index: -2;
}
.content02-inner {
  width: calc(100% - 3vw);
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 13.3333px);
  margin-left: 20px;
  padding-bottom: 0;
  color: var(--color-text);
  background: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.content02-item:last-of-type {
  margin-bottom: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  position: relative;
  transition: all .8s;
  z-index: 0;
  box-sizing: border-box;
}
.content02-img:hover {
  box-shadow: none;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #10340d82;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: var(--color-white);
}
p.content02-img_title {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-eng);
  letter-spacing: .1rem;
  line-height: 1;
}
p.content02-img_title span {
    font-size: 0.8rem;
    font-weight: 700;
    font-family: var(--font-main);
    margin-top: 10px;
    display: block;
    color: var(--color-gold);
}
.content02-text-box {
  padding: 25px 30px;
  box-sizing: border-box;
}
h3.content02-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: var(--color-main);
}
.content02-text {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--color-text);
}
a.content02-but {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 330px;
  height: 65px;
  line-height: 65px;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  padding: 0 22px;
  position: relative;
  margin: 30px auto 0;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 0;
}
a.content02-but::before {
  width: 100%;
  height: 0;
  background: var(--color-sub);
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 22px;
  font-size: 0.65rem;
  font-family: var(--font-eng);
  transition: 1s;
}
a.content02-but:hover {
  color: var(--color-white);
  background: var(--color-main);
}
a.content02-but:hover::after {
  color: var(--color-white);
}
a.content02-but:hover::before {
  height: 100%;
}
.front_original03 {
  color: var(--color-white);
  background: var(--color-main);
  padding: 6em 0 8em;
}
.front_original03::before {
    content: '';
    position: absolute;
    display: block;
    background: var(--color-white);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 50px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--font-eng);
  color: var(--color-gold);
  letter-spacing: .1rem;
  margin-bottom: 15px;
  display: block;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 20px;
}
.front_topics {
  padding-bottom: 7em;
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.front_topics-inner-title {
    width: 20%;
    padding-right: 3vw;
    border-right: 1px solid;
    box-sizing: border-box;
}
.front-blog-inner {
    width: 80%;
    padding-left: 4vw;
    box-sizing: border-box;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 5em 0;
  color: var(--color-white);
  background: var(--color-green);
  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 bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.3;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_sec h2 {
  margin-bottom: 30px !important;
}
.footer_contact_sec h2 span {
    color: var(--color-sub);;
}
.footer_contact_sec h2::after {
    content: none;
}
address.footer_tel {
    font-size: 2.8rem;
    font-weight: 900;
    font-style: normal;
    font-family: var(--font-main);
    text-align: center;
    letter-spacing: .15rem;
    margin-bottom: 14px;
}
address.footer_tel a {
    color: var(--color-white);
}
span.footer_tel_sub {
    font-size: 1.15rem;
    margin-right: 4px;
}
p.footer_caution {
    width: fit-content;
    margin: 0 auto;
    font-size: 0.85rem;
}
ul.footer_sns__links {
  width: 100%;
  max-width: 450px;
  margin: 40px auto 0;
}
li.footer_sns__links-item {
  width: calc(25% - 11.3333px);
  margin-right: 15px;
}
li.footer_sns__links-item:last-of-type {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
  color: var(--color-white);
}
a.footer_sns::before {
  content: '';
  color: var(--color-white);
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 20px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: "\f0e0";
  color: var(--color-white);
  background: var(--color-main);
}
a.footer_reservation_but::before {
  content: "\e953";
  color: var(--color-white);
  background: var(--color-main);
}
a.footer_line_but::before {
  content: "\e909";
  background: var(--color-line);
}
a.footer_insta_but::before {
  content: "\ea92";
  background: var(--color-insta);
}
a.footer_mail_but:hover {
  color: var(--color-main);
}
a.footer_reservation_but:hover {
  color: var(--color-main);
}
a.footer_line_but:hover {
  color: var(--color-line);
}
a.footer_insta_but:hover {
  color: var(--color-instatext);
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-main);
  line-height: 1.5;
}
.footer_original_sec {
  padding: 4em 0 2em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 70%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 30%;
  padding-left: 10vw;
  box-sizing: border-box;
}
img.footer-logo-name {
    width: 20%;
    max-width: 170px;
}
dl.address_body {
  width: 100%;
  max-width: 500px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
span.address_caution {
    margin-top: 10px;
    line-height: 1.5;
}
.footer-content-list div {
  width: 100%;
  box-sizing: border-box;
}
.footer-content-list div:last-of-type {
  padding-top: 10px;
}
.footer-menu-list li {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  transition: 0.5s;
}
.footer-menu-list li a:hover {
  color: var(--color-main);
}
.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: 11px;
  font-weight: 500;
  text-align: left;
  color: var(--color-text);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: var(--color-sub);
  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: var(--color-white);
  background: var(--color-sub);
}
@media only screen and (max-width: 1200px) {
.top-slider-wrapper::before {
    content: none;
}
.top-slider {
    height: calc(80vh - 80px);
}
.front-slider-box {
    width: 86%;
}
.scroll-box {
    display: none;
  }
.front_topics-inner-title, .front-blog-inner {
    width: 100%;
    padding: 0;
}

.front_topics-inner-title {
    text-align: center;
    border: 0;
}
   .footer_menu_bg {
    padding-left: 5vw;
}
}
@media only screen and (max-width: 970px) {
  h2.front-main-title {
    margin-bottom: 40px;
}
 .front_original01, .front_original02, .front_original03 {
    padding: 4em 0;
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    padding-left: 0;
    margin-top: 25px;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(2), .content02-item:last-of-type {
    margin-top: 1.5vw;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    padding: 0;
    margin-bottom: 15px;
  }
  .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;
  }
  .front_topics {
    padding-bottom: 4em;
  }
  .footer_contact_sec {
    padding: 3em 0;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 300px;
    margin-top: 30px;
    padding-left: 0;
  }
  .footer-content-list div {
    width: 50%;
}
.footer-content-list div:last-of-type {
    padding-top: 0;
    padding-left: 2vw;
}
  .dp-footer-bar {
    font-size: 10px;
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar a {
    color: var(--color-white);
}
  .dp-footer-bar-icon::before {
    font-weight: 400;
  }
  .icon-tag:before {
    content: "\e953";
}
  .icon-file-text::before {
    content: "\e909";
  }
  .icon-share-alt:before {
    content: "\ea92";
}
  .pagetop {
    right: 5px;
    bottom: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  h2.front-main-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  h2.front-main-title span {
    font-size: 0.8rem;
    margin-top: 15px;
}
  .front_original01, .front_original02, .front_original03 {
    padding: 2.5em 0;
  }
  .front_original02::before {
    background-position-x: 65%;
}
  .front-original01__title h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .content02 {
    padding-top: 2.5em;
}
  .front_original03 {
    padding: 2.5em 0;
  }
  .front-third-text::before {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  h3.third_title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .front_topics {
    padding-bottom: 2.5em;
  }
  address.footer_tel {
    font-size: 1.8rem;
}
span.footer_tel_sub {
    font-size: 0.9rem;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
  .footer-menu-list li {
    letter-spacing: 0;
}
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
.top-slider {
    height: calc(50vh - 50px);
}
  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.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 6px;
  height: 25px;
  background: var(--color-main);
  margin: 10px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
  padding: 0 0 0 30px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: var(--color-sub);
  width: 20px;
  height: 3px;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-sub);
  line-height: 1.5;
  padding: 0;
  margin-bottom: 10px;
  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: 500;
  letter-spacing: .05rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 24px 2px 21px;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  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: 970px) {
  .post-content th, .post-content td {
    padding: 15px 4px 13px;
    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.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .post-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin-bottom: 40px;
}
.archive-title, .post-title {
  font-weight: 700;
  color: var(--color-text);
}
.post-date {
    font-family: var(--font-main);
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-white);
  box-sizing: border-box;
  border: 1px solid var(--color-main);
}
.article03-content {
  padding: 12px 18px;
}
.article03-title {
  font-size: 0.8rem;
  color: var(--color-text);
}
.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;
}
.nav-links01 {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid var(--color-border);
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
  color: var(--color-text);
}
.article01-thumbnail {
  border: 1px solid var(--color-main);
  border-radius: 2px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.5;
}
h3.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--color-text);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: var(--color-base);
  box-sizing: border-box;
}
.post-meta-box-item a {
  color: var(--color-text);
  font-weight: 700;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: var(--color-main);
  background: var(--color-base);
}
.side_widget .headline-bar {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-eng);
  margin-bottom: 20px;
  padding: 15px 15px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 13px;
  line-height: 1.6;
  border-color: var(--color-base);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 11px;
  color: var(--color-text);
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: var(--color-main);
}

@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    height: 55px;
    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;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-text);
  }
  .nav-links01 {
    border: 1px solid var(--color-border);
  }
  .headline-bar {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 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 */
/* 料金案内 */
.price_sec .content_inner {
  max-width: 950px;
}
.price_sec h2 {text-align: left;line-height: 1.5;margin-bottom: 10px;color: var(--color-main);}
.price_sec h2::after {content: none;}
.price_sec p {
  margin-bottom: 20px;
}
.price_box {
    margin-bottom: 50px;
}
.price_box:last-of-type {
    margin-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  padding: 23px 25px;
  background: var(--color-base);
  border-bottom: 4px solid var(--color-white);
  line-height: 2;
}
table.price_tbl th {
  width: 60%;
}
table.price_tbl td {
    text-align: end;
    padding-left: 0;
}
span.case {
    margin-left: 1.5vw;
    padding: 1px 5px 4px;
    font-size: 0.8rem;
    letter-spacing: 0;
    color: var(--color-white);
    background: var(--color-text);
    border-radius: 2px;
    box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 12px 17px 12px;
  }
  table.price_tbl th {
    padding-bottom: 0;
    border-bottom: 0;
}
table.price_tbl td {
    text-align: left;
}
}
@media only screen and (max-width: 768px){
  .price_box {
    margin-bottom: 30px;
}
}
/* 料金案内 END */
/* よくある質問 */
.faq {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  border: 0;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 12px;
  line-height: 1.8;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 45px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: var(--font-eng);
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  width: 33px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer::before {
  content: 'A';
  background: var(--color-gold);
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_sec h2 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 30px;
}
.greeting_sec h2::after {
  width: 100px;
  height: 1px;
  margin-left: 0;
  margin-bottom: -1px;
}
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .greeting_sec p {
    margin-bottom: 8px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 900px;
}
table.info_tbl th, table.info_tbl td {
    padding: 23px 27px 21px;
    background: var(--color-base);
    border-width: 5px;
    border-color: var(--color-white);
}
table.info_tbl th {
  width: 27%;
  color: var(--color-main);
}
span.info_caution {
    font-size: 0.8rem;
    font-weight: 400;
}
@media only screen and (max-width: 970px){
  table.info_tbl th, table.info_tbl td {
    padding: 18px 15px 16px;
    line-height: 1.5;
}
table.info_tbl th {
    padding-bottom: 0;
}
}
/* 運営概要 END */
/* お問い合わせ */
.mail_sec .content_inner {
  max-width: 950px;
  padding-top: 0;  
}
.con__inner {
  margin-bottom: 80px;
}
.con__inner p {
  margin-bottom: 15px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
.con_two {
  width: 50%;
  padding: 25px;
  box-sizing: border-box;
  color: #fff;
  background: var(--color-line);
}
.con_insta_box {
  background: var(--color-insta);
}
.con_two h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_two h2::after {
  content: none;
}
.con_two p {
  margin-bottom: 0;
}
a.con_sns_but {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: auto;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 0.8s;
}
a.con_line_but {
  color: var(--color-line);
  background: var(--color-white);;
}
a.con_insta_but {
  background: var(--color-white);;
  color: var(--color-instatext);
  font-family: var(--font-eng);
}
a.con_sns_but::after {
  content: "\e953";
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  transition: 0.5s;
}
a.con_line_but::after {
  content: "\e909";
}
a.con_insta_but::after {
  content: "\ea92";
  font-size: 18px;
}
a.con_sns_but:hover {
  color: var(--color-white);
  background: var(--color-gold);
}
p.con_sns_text {
  width: fit-content;
  margin: 15px auto 0;
  line-height: 1.5;
  font-size: 1rem;
}
address.con_tel {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-eng);
    font-style: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: .1rem;
    margin-bottom: 15px;
}
span.con_tel_sub {
    font-size: 1.2rem;
    margin-right: 4px;
}
p.con_caution {
    width: fit-content;
    margin: 0 auto;
}
.mail_info_box p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 40px;
  }
   .con_two {
    width: 100%;
    padding: 20px;
  }
 address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
span.con_tel_sub {
    font-size: 0.9rem;
}
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 5px 6px;
  border-radius: 2px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.required.any {
  background: var(--color-white);
}
span.form_sub_text {
    margin-left: 10px;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #efefef;
  border: 1px solid #dedede;
  border-radius: 2px;
  padding: 18px 12px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .05rem;
  height: 85px;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  transition: all .5s;
  font-family: var(--font-main);
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--color-white);
  background: var(--color-sub);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: var(--color-not);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 0;
  }
}
/* お問い合わせフォーム END */
/* インスタ埋め込み */
.front_insta {
    padding: 6em 0;
}
.front-insta-inner {
    width: calc(100% - 2vw);
    margin: 0 auto;
    padding: 0;
}
.front_insta h2 {
  text-align: center;
  margin-bottom: 15px;
}
a.front_insta_but {
  width: 100%;
  max-width: 200px;
  display: block;
  font-size: 0.9rem;
  font-family: var(--font-eng);
  text-align: center;
  padding: 18px 20px;
  border-radius: 100px;
  position: relative;
  margin: 0 auto 10px;
  color: var(--color-white);
  background: var(--color-main);
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}
a.front_insta_but::before {
  width: 100%;
  height: 0;
  position: absolute;
  content: '';
  background: var(--color-sub);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.4s;
}
a.front_insta_but:hover {
  color: #fff;
  background: var(--color-main);
}
a.front_insta_but:hover::before {
  height : 100%;
}
@media only screen and (max-width: 768px) {
  .front_insta {
    padding: 2.5em 0;
  }
}
/* インスタ埋め込み END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */