@charset "UTF-8";
/* シロアリ防除 光消毒 CSS Document */
/* 共通部分 */
body {
    background: #fff;
    color: #595757;
    overflow: hidden;
    font-size: 16px;
    font-size: clamp(17px, 0.85vw, 22px);
    letter-spacing: .05em;
    counter-reset: number 0 counter-reset1 counter-reset2;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
}
body.home:before {
    background: url(img/top-bg-pattern.png) no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 40%;
}
a, .post-content a {
    color: #595757;
}
.font-type2, .headline-font-type {
    font-family: "Noto Sans JP", sans-serif;
    /*font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
}
p, .post-content p {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 2;
}
@media only screen and (max-width: 767px) {
    p, .post-content p {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.7;
}
}
.post-content ul {
    font-size: 0.95rem;
    list-style: disc;
}
.breadcrumb-wrapper {
    background: none;
    height: 35px;
}
.breadcrumb.inner {
    font-size: 0.85rem;
    display: block;
    height: 35px;
    line-height: 35px;
}
.breadcrumb a:hover {
    color: #f7931e;
}
.signage {
    height: 250px;
    position: relative;
    z-index: 0;
}
.signage::after {
    content: '';
    position: absolute;
    display: block;
    background: #efefef;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0.5);
}
.signage-title {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto 10px;
    font-size: 2.5rem !important;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff !important;
    text-align: center;
    text-shadow: none;
}
@media only screen and (max-width: 768px) {
    .signage {
        height: 180px;
    }
    .signage::after {
        width: 100%;
    }
    .signage-title.headline-font-type {
        font-size: 1.8rem !important;
        margin-bottom: 0;
    }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
    z-index: 50;
    box-shadow: none;
    background: none !important;
}
.logo-image {
    top: 0;
    left: 0;
    width: 210px;
    border-bottom-right-radius: 20px;
    padding: 18px 20px;
    padding-left: 15px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.global-nav {
    padding-left: 20px;
    padding-right: 15px;
    border-bottom-left-radius: 30px;
    background: #fff;
    box-sizing: border-box;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a {
    font-size: 17px;
    font-weight: 800;
    padding: 0 22px;
    position: relative;
    text-align: end;
    transition: all 0.5s;
    color: #303232;
}
.global-nav > ul > li > a::before {
    content: "";
    left: 0;
    width: 1px;
    height: 10px;
    top: 46px;
    position: absolute;
    background: #929292;
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
    content: none;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
    color: #f9ce00;
}
.global-nav > ul > li.global-menu-contact > a {
    content: "";
    letter-spacing: 0;
    margin-left: 10px;
    padding: 10px 25px;
    border-radius: 100px;
    color: #303232;
    background: #f9ce00;
    display: inline;
    box-sizing: border-box;
}
.global-nav > ul > li.global-menu-contact > a:hover {
    color: #303232;
    background: #efefef;
}
.global-nav .sub-menu {
    left: auto;
    right: 0 !important;
    top: 110%;
}
.global-nav .sub-menu li:first-child a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.global-nav .sub-menu a {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    color: #303232;
    background: #fff !important;
}
.global-nav .sub-menu a:hover {
    color: #f9ce00 !important;
    background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 2px;
        left: -5px;
        width: 190px;
        padding: 0;
        background: none;
        border-radius: 0;
    }
    .header-bar {
        background: #fff !important;
        border-bottom: 1px solid #fff;
    }
    .global-nav {
        padding: 0;
        border-radius: 0;
    }
    .global-nav-button {
        border-left: 0px;
        background: none;
    }
    .global-nav-button:before {
        color: #303232;
    }
    .global-nav-button:hover:before {
        color: #f9db00;
    }
    .global-nav > ul > li > a {
        font-size: 15px;
        text-shadow: none;
        text-align: left;
        padding: 0 25px;
        line-height: 50px;
    }
    .global-nav > ul > li > a::after {
        text-align: left;
        line-height: 0;
        bottom: 25px;
        padding-left: 120px;
    }
    .global-nav a {
        background: #fff;
        color: #303232 !important;
    }
    .global-nav .sub-menu a {
        font-size: 13px;
        background: #fff !important;
        color: #303232 !important;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: #fff !important;
        color: #f9db00 !important;
    }
    .global-nav .menu-item-has-children > a:before {
        content: none !important;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #303232;
    }
    .global-nav > ul > li.global-menu-contact > a {
        margin-left: 0;
        padding: 0 25px;
        background: none;
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .home .header::before {
        width: calc(100% - 8px);
        left: 4px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    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: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}
.front-copy-img {
    width: 70%;
    max-width: 700px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-wrapper {
    width: calc(100% - 400px);
    border-radius: 100px 0 0 0;
    margin-left: auto;
    background: #fff;
}
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.25;
}
.front_original01, .front_original02, .front_topics, .footer {
    width: calc(100% - 30px);
    margin: auto;
}
.front_original02, .front_topics {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.front_original01, .front_original02 {
    box-sizing: border-box;
    border-radius: 50px;
    margin: auto;
    padding: 80px 100px;
    background: url(img/bg-pattern.png);
}
.front_original01 {
    margin-top: 1em;
}
.front-original01-inner, .front-original02-inner {
    margin: 0 auto;
    padding: 2em 3vw 2.5em;
    border-radius: 50px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.front-original01__img {
    position: absolute;
    top: -70px;
    right: -50px;
    max-width: 428px;
}
.front-original02__img {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 30px;
    box-sizing: border-box;
}
.front_original_new02 .front-original02-inner {
    flex-direction: row-reverse;
}
.front_original_new02 .front-original02__img {
    padding: 18px 0 0 30px;
}
.front-original02__body {
    flex: 0 0 70%;
    max-width: 70%;
}
.front-original01__title h2, .front-original02__title h2 {
    color: #00AA6C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .08em;
    margin: 0 0 1.5rem;
}
.front-original01__title h2 span, .front-original02__title h2 span {
    position: relative;
    z-index: 1;
}
.front-original01__title h2 span:after, .front-original02__title h2 span:after {
    background: #FFF000;
    border-radius: 10px;
    content: "";
    position: absolute;
    z-index: -1;
    height: 20px;
    left: -20px;
    right: -20px;
    bottom: 0;
}
.front-original01__text p, .front-original02__text p {
    letter-spacing: 0;
    margin-bottom: 25px;
    width: 100%;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
    margin-bottom: 0;
}
.front-original01__text p strong, .front-original02__text p strong {
    color: #F7B52C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .front-original01__text p strong, .front-original02__text p strong {
        color: #F7B52C;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 4.1vw;
        font-weight: 900;
    }
}
.front-content02 {
    padding: 1em 0;
    position: relative;
    width: 100%;
}
.front-content02-inner {
    width: calc(100% - 30px);
    margin: auto;
}
.content02-img-inner {
    width: 45%;
}
.content02-text-inner {
    width: 55%;
    padding: 4em 6vw;
    box-sizing: border-box;
    position: relative;
}
.content02-img-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #dedede;
    top: 0;
    border-radius: 50px;
}
.content02-img-01, .content02-img-02, .content02-img-03 {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.content02-img-01 {
    background-image: url("img/top_content02-1_img.jpg");
    animation: slide-animation-01 15s infinite;
}
.content02-img-02 {
    background-image: url("/wp-content/themes/story_tcd041/img/top_content02-2_img.jpg");
    animation: slide-animation-02 15s infinite;
}
.content02-img-03 {
    background-image: url("/wp-content/themes/story_tcd041/img/top_content02-3_img.jpg");
    animation: slide-animation-03 15s infinite;
}
.content02-text__box {
    margin-bottom: 5em;
}
.content02-text__box:last-of-type {
    margin-bottom: 0;
}
h2.content02-title, .content02-text {
    color: #303232;
}
h2.content02-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
}
h2.content02-title::before {
    content: 'SAFETY';
    display: block;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
    color: #00AA6C;
}
.content02-text__box:nth-of-type(2) h2.content02-title::before {
    content: 'PRICE';
}
.content02-text__box:nth-of-type(3) h2.content02-title::before {
    content: 'PREVENTION';
}
.content02-text {
    line-height: 2;
}
a.content02-but {
    font-size: 1.15rem;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 300px;
    position: relative;
    margin-top: 15px;
    color: #fff;
    background: #00AA6C;
    border-radius: 100px;
    padding: 20px 25px;
    box-sizing: border-box;
    display: block;
    transition: 0.5s;
    z-index: 0;
}
a.content02-but::before {
    content: '';
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    background: #fff;
    border-radius: 100px;
    right: 10px;
    top: calc(50% - 20px);
    transition: 0.5s;
    z-index: -1;
}
a.content02-but::after {
    content: '\ea3c';
    font-family: 'design_plus';
    position: absolute;
    top: 22px;
    right: 22px;
    color: #00AA6C;
    font-size: 15px;
    font-weight: 700;
}
a.content02-but:hover {
    color: #303232;
    background: #00AA6C;
}
a.content02-but:hover::before {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    top: 0;
    right: 0;
}
a.content02-but:hover::after {
    color: #303232;
}
.front_original03 {
    padding: 5em 0;
}
.front-original03-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.third-box {
    margin-bottom: 50px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 60%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-third-text::before {
    counter-increment: number 1;
    content: "POINT."counter(number) "";
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: .03em;
    margin-bottom: 20px;
    color: #00AA6C;
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
    padding-left: 4vw;
    margin-left: 40%;
}
.front-third-img {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}
.front-third-img img {
    border-radius: 30px;
}
.front-third-text p {
    width: 100%;
}
.front-third-text a{
    padding: 8px 30px;
    color: #fff;
    background: #00AA6C;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
}
.accordion-box input {
    display: none;
}
h2.third_title {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
}
.front_topics {
    margin-bottom: 1em;
    padding: 5em 0;
    background: #FFFAB2;
    border-radius: 50px;
}
.front-topics-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
h2.front_topics_title {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Noto Sans JP", sans-serif;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
    margin-bottom: 1em;
    background: url(img/bg-pattern.png);
    border-radius: 50px;
    color: #fff;
}
.footer_contact_sec {
    padding: 5em 0 7em;
}
.footer_contact_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    display: block;
}
.footer_contact_bg {
    width: 60%;
    box-sizing: border-box;
}
.footer_menu_bg {
    width: 40%;
    padding-left: 2.5vw;
    box-sizing: border-box;
}
h2.footer-logo-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    h2.footer-logo-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}
}
dl.address_body {
    width: 100%;
    max-width: 500px;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.6;
    display: flex;
    margin-bottom: 8px;
}
dl.address_body:last-of-type {
    margin-bottom: 20px;
}
dt.address_title {
    width: 12%;
}
dd.address_text {
    width: 88%;
}
h3.footer-contact-title {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 11px;
    padding: 10px 8px;
    color: #f9db00;
    background: #303232;
    box-sizing: border-box;
    display: inline-block;
}
address.footer_tel {
    font-size: 2rem;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 10px;
}
span.footer_tel_sub {
    font-size: 1.1rem;
    margin-right: 5px;
}
p.footer-con-caution {
    font-size: 0.8rem;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
	position: absolute;
	left: 0;
    color: #ff5353;
}
ul.sns__links {
    width: 100%;
    max-width: 250px;
    display: flex;
    margin-top: 20px;
}
li.sns__links-item {
    /*width: 50%;*/
    width: calc(100% / 3);
    margin-right: 20px;
}
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: 14px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_mail_but::before {
    content: '\f0e0';
    background: #303232;
}
a.footer_insta_but::before {
    content: "\ea92";
    background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_line_but::before {
    content: "\e909";
    color: #fff;
    background: #06c755;
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: #f6f6f6;
}
a.footer_insta_but:hover {
    color: #ff0357;
}
a.footer_sns:hover::before {
    opacity: 0.8;
}
a.footer_sns span {
    margin-top: 8px;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff;
}
ul.footer-content-list-outer {
    width: 50%;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
    padding-left: 1.5vw;
    margin-bottom: 0;
}
ul.footer-content-list-outer li {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 18px;
    margin-bottom: 10px;
    position: relative;
}
ul.footer-content-list-outer li a{
    color: #fff;
    font-size: 16px;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
    top: 10px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
    padding-left: 8px;
}
ul.footer-content-list-outer li a:hover {
    color: #f7931e;
}
.footer-content {
    display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: none;
}
.footer-bar01-inner {
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
.copyright {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: end;
}
.pagetop {
    right: 15px;
}
.pagetop a {
    background: #f7931e;
    color: #fff;
    writing-mode: vertical-rl;
    position: relative;
    width: 40px;
    height: 60px;
    border-radius: 50px 50px 0 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    transition: all 0.7s ease 0s;
}
.pagetop a:hover {
    color: #303232;
    background: #f9ce00;
    height: 150px;
}
.pagetop a::before {
    content: '\ea3a';
    bottom: auto;
    top: 15px;
    font-size: 16px;
    width: 16px;
}
.pagetop a span {
    opacity: 0;
    position: absolute;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    height: 100px;
    top: 40px;
    right: 12px;
}
.pagetop a:hover span {
    opacity: 1;
}
@media only screen and (max-width: 1200px) {
    .header-youtube, .header-video, .top-slide {
        height: calc(80vh - 80px);
    }
}
@media only screen and (max-width: 970px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 55px);
    }
    .front-original01-inner, .front-original02-inner {
        padding: 3em 6vw;
    }
    .front-original01__title, .front-original02__title {
        width: 100%;
        height: auto;
        margin-bottom: 1.5em;
        align-items: center;
    }
    .front-original01__text, .front-original02__text {
        width: 100%;
        padding-left: 0;
    }
    .front-original01__title h2, .front-original02__title h2 {
        letter-spacing: 0;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    .content02-text-inner {
        padding: 2em 3vw 2em 5vw;
    }
    .content02-text__box {
        margin-bottom: 2.5em;
    }
    dl.address_body {
        display: block;
    }
    dt.address_title, dd.address_text {
        width: 100%;
        font-size: 18px;
    }
    .dp-footer-bar {
        left: 0;
        background: #f9ce00 !important;
        border-top: 1px solid #303232 !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #303232 !important;
    }
    .dp-footer-bar a {
        color: #303232;
    }
}
@media only screen and (max-width: 768px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100vh - 55px);
    }
    .top-slider-wrapper {
        width: 100%;
        border-radius: 0;
    }
    .front_original01, .front_original02, .front_topics, .footer {
        width: calc(100% - 8px);
    }
    .front_original01, .front_original02, .front_topics {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .front_original02, .front_topics {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .front_original01, .front_original02 {
        padding: 3em 1em;
    }
    .front-original02__img {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .front_original_new02 .front-original02__img {
        padding: 0 0 20px;
    }
    .front-original02__body {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .front-original01-inner, .front-original02-inner {
        padding: 1.5em 5vw;
        border-radius: 20px;
    }
    .front-original01__img {
        position: static;
    }
    .front-original01__title h2, .front-original02__title h2 {
        font-size: 2.2rem;
    }
    .front-original01__text p, .front-original02__text p {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .front-content02 {
        padding-bottom: 3em;
    }
    .content02-img-inner {
        width: 100%;
        height: 60vh;
        min-height: 300px;
    }
    .content02-img-frame {
        border-radius: 30px;
    }
    .content02-text-inner {
        width: 100%;
        padding: 2em 3vw 0;
    }
    .content02-text__box {
        margin-bottom: 1.5em;
    }
    h2.content02-title {
        font-size: 1.4rem;
    }
    h2.content02-title::before {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .front_original03 {
        padding: 3em 0;
    }
    .third-box {
        margin-bottom: 30px;
    }
    .front-third-text {
        width: 100%;
        padding-bottom: 1em;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-right: 0;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-left: 0;
        margin-left: 0;
    }
    .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    .front-third-text::before {
        font-size: 2em;
        margin-bottom: 10px;
    }
    h2.third_title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .front_topics {
        padding: 3em 0;
        margin-bottom: 0.4em;
    }
    h2.front_topics_title {
        font-size: 2rem;
        margin-bottom: 25px;
    }
    .footer {
        border-radius: 30px;
    }
    .footer_contact_sec {
        padding: 2.5em 0 1.5em;
    }
    .footer_contact_bg, .footer_menu_bg {
        width: 100%;
    }
    .footer_menu_bg {
        padding-left: 0;
        margin-top: 2em;
    }
    address.footer_tel {
        font-size: 1.8rem;
    }
    ul.footer-content-list-outer {
        width: 35%;
    }
    .social-nav {
        display: none;
    }
    .pagetop {
        right: 8px;
    }
    .front-original01__title h2 span, .front-original02__title h2 span {
        text-decoration:  underline solid #FFF000 10px;
    }
}
@media only screen and (max-width: 500px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(35vh - 10px);
    }
    .front-copy-img {
        width: 85%;
    }
    .front-original01__title h2 span, .front-original02__title h2 span {
        font-size: 6.4vw;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@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.6rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-top: 0;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #f9db00;
    border-radius: 10px;
    width: 30px;
    height: 5px;
    margin: 10px auto 0;
}
.post-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #f9ce00;
}
.post-content h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-size: 1.05rem;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.8;
    padding: 22px 2px 18px;
    background: none;
    border: 0;
    border-bottom: 1px #dedede solid;
}
.post-content th {
    width: 20%;
    text-align: left;
    border-right: none;
}
.post-content td {
    border-left: none;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        padding: 14px 4px 10px;
        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;
        font-size:18px;
    }
    .post-content td {
        border-top: none;
    }
}
@media only screen and (max-width: 768px) {
    .content_inner {
        padding: 50px 0;
    }
    .post-content h2 {
        font-size: 1.3em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content h2::after {
        width: 20px;
        margin-top: 12px;
    }
    .post-content h3 {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 100px;
}
h2.archive-title {
    color: #303232;
}
.archive-header {
    margin: 90px 0px 40px;
}
.article03 {
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #36C995;
    border-radius: 10px;
}
.article03-thumbnail {
    border-radius: 8px 8px 0 0;
}
.article03-content {
    padding: 12px 15px;
}
.article03-title {
    font-weight: 700;
    line-height: 1.5;
    color: #303232;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-title {
    color: #303232;
}
.nav-links01 {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #dedede;
}
.nav-links01-previous a, .nav-links01-next a {
    font-weight: 500;
}
.article01-title a {
    font-size: 0.95rem;
    font-weight: 700;
    color: #303232;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #fffad6;
}
.post-meta-box-item::before {
    color: #f9ce00;
}
.post-meta-box-item a {
    font-weight: 700;
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #303232;
    font-weight: 700;
    background: #efefef;
}
@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, .blog .main {
        padding-bottom: 50px;
    }
    .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: #303232;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid #dedede;
    }
}
@media only screen and (max-width: 500px) {
    .post-title, .post-meta {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.s_table {
    width: 100%;
}
.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;
    left: 0;
    top: 0;
    color: #ff5353;
}
ul.list {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding-left: 18px;
    line-height: 2;
    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: #f9db00;
    width: 7px;
    height: 7px;
    top: 11px;
    left: 0;
}
ul.list.caution_list li::before {
    content: '※';
    background: none;
    top: 0;
}
a.content_but {
    width: 100%;
    max-width: 330px;
    margin-top: 12px;
    padding: 15px 22px;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
    color: #303232;
    background: #f9db00;
    box-sizing: border-box;
    display: block;
    position: relative;
}
a.content_but::before {
    position: absolute;
    content: '\ea3c';
    font-family: 'design_plus';
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    right: 10px;
    top: calc(50% - 18px);
}
a.content_but:hover {
    background: #efefef;
    color: #303232;
}
a.content_but:hover::before {
    background: #efefef;
}
/* コンテンツ 共通 END */
/* 料金案内 */
.price_box {
    margin-bottom: 80px;
}
.price_box:last-of-type {
    margin-bottom: 0;
}
.price__text {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.price__img {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.price_box:nth-of-type(odd) .price__text {
    margin-left: 45%;
    padding-left: 4vw;
}
.price_box:nth-of-type(odd) .price__img {
    margin-left: -100%;
}
.price_box:nth-of-type(even) .price__text {
    padding-right: 4vw;
}
.price__img img {
    border-radius: 20px;
}
.price__text h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}
.price__text h2::after {
    content: none;
}
.price__text p {
    margin-bottom: 15px;
    width: 100%;
}
.price__text p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .price_box {
        margin-bottom: 40px;
    }
    .price__text, .price__img {
        width: 100%;
    }
    .price__text {
        margin-bottom: 1em;
    }
    .price_box:nth-of-type(odd) .price__text {
        padding-left: 0;
        margin-left: 0;
    }
    .price_box:nth-of-type(odd) .price__img {
        margin-left: 0;
    }
    .price_box:nth-of-type(even) .price__text {
        padding-right: 0;
    }
    .price__text h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .price__text p {
        margin-bottom: 8px;
    }
}
/* 料金案内 END */
/* ご依頼の流れ */
.flow_sec .content_inner {
    max-width: 950px;
}
.flow {
    padding-left: 85px;
    padding-top: 11px;
    padding-bottom: 40px;
    position: relative;
    box-sizing: border-box;
}
.flow:last-of-type {
    padding-bottom: 0;
}
.flow::before {
    counter-increment: number 1;
    content: counter(number)"";
    position: absolute;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    background: #f9ce00;
    border-radius: 100px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 0;
}
.flow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 29px;
    width: 1px;
    height: 100%;
    background: #f9ce00;
    z-index: -1;
}
.flow:last-of-type::after {
    display: none;
}
.flow h2 {
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    border: none;
}
.flow h2::after {
    content: none;
}
.flow p {
    margin-bottom: 10px;
}
.flow p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .flow {
        padding-top: 2px;
        padding-left: 55px;
        padding-bottom: 20px;
    }
    .flow::before {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 1.8rem;
    }
    .flow::after {
        left: 19px;
    }
}
/* ご依頼の流れ END */
/* よくある質問 */
.faq_sec .content_inner {
    max-width: 950px;
}
.faq {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}

.faq:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.faq h2 {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 1px;
    position: relative;
    border: none;
}
.faq p {
    position: relative;
    margin-bottom: 10px;
}
.faq p:last-child {
    margin-bottom: 0;
}
p.answer {
    padding-top: 2px;
}
.faq h2, .faq p {
    padding-left: 50px;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    background: #f9ce00;
    border-radius: 5px;
    width: 33px;
    height: 33px;
    line-height: 28px;
    text-align: center;
    left: 0;
    top: 2px;
}
.faq h2::after {
    content: none;
}
p.answer::before {
    content: 'A';
    background: #f7931e;
    line-height: 31px;
    top: 0;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 25px;
    }
    .faq h2, .faq p {
        padding-left: 45px;
    }
}
/* よくある質問 END */
/* 施工事例 */
.works_box {
    margin-bottom: 5em;
}
.works_box:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .works_box {
        margin-bottom: 2.5em;
    }
}
/* 施工事例 END */
/* ご挨拶 */
.greeting-inner p {
    margin-bottom: 20px;
}
.greeting-inner p:last-child {
    margin-bottom: 0;
}
h2.greeting-title {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid #f7931e;
}
h2.greeting-title::after {
    width: 100px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: -1px;
    height: 1px;
    border-radius: 0;
}
span.name {
    font-weight: 800;
    color: #f7931e;
    margin: 0 4px;
}
@media only screen and (max-width: 768px) {
    .greeting-inner p {
        margin-bottom: 10px;
    }
    h2.greeting-title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    h2.greeting-title::after {
        margin-top: 5px;
    }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
    width: 24%;
}
span.info-con_time {
    padding: 2px 5px;
    line-height: 1.5;
    color: #fff;
    background: #303232;
    display: inline-block;
    box-sizing: border-box;
}
span.caution.info-caution {
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
}
/* 運営概要 END */
/* 口コミ(お客様の声) */
.voice_sec .content_inner {
    max-width: 950px;
}
.voice_box {
    padding: 30px 35px;
    margin-bottom: 1em;
    border-radius: 10px;
    border: 2px dashed #f9ce00;
    box-sizing: border-box;
}
.voice_box:last-of-type {
    margin-bottom: 0;
}
.voice_box h2 {
    font-size: 1.35rem;
    padding-left: 45px;
    padding-top: 5px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0.7em;
    position: relative;
    z-index: 0;
}
.voice_box h2::before {
    content: "\e916";
    position: absolute;
    display: block;
    font-size: 35px;
    font-family: "design_plus";
    line-height: 0.8;
    color: #f9ce00;
    left: 0;
    top: 0;
    z-index: -1;
}
.voice_box h2::after {
    content: none;
}
.voice_box p {
    margin-bottom: 0.8em;
}
.voice_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .voice_box {
        padding: 20px 25px;
    }
}
/* 口コミ(お客様の声) END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 950px;
}
.mail_sec .content_inner {
    padding-top: 0;
}
.con__inner {
    margin-bottom: 60px;
    box-sizing: border-box;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
/*250711追加　Lineボタン*/
a.con-line-but{
    width: 100%;
    max-width: 420px;
    display: block;
    margin: auto;
    padding: 20px 25px;
    line-height: 1.5;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .08rem;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    background: #06c755;
    margin-bottom: 20px;
}
a.con-line-but::after{
    content: "\e909";
    font-family: 'design_plus';
    position: absolute;
    right: 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;    
}
/*250711追加　Lineボタン*/
.caution_box {
    padding: 20px;
    border-radius: 15px;
    background: #fffad6;
    border: 2px dashed #f9ce00;
}
.caution_box p {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.8;
    width: fit-content;
    margin: auto;
}
@media only screen and (max-width: 767px) {
    .caution_box p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    width: fit-content;
    margin: auto;
}
}
.caution_box span {
    font-weight: 900;
    color: #f35d63;
}
address.con_tel {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
}
span.con_tel_sub {
    font-size: 1.2rem;
}
p.caution.con-caution {
    width: fit-content;
    margin: auto;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .con__inner {
        margin-bottom: 40px;
    }
    address.con_tel {
        font-size: 1.8rem;
    }
    span.con_tel_sub {
        font-size: 1rem;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.65rem;
    line-height: 1.5;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    background: #f35d63;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #eeeeee;
    border: 1px solid #d2d2d2;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 700;
    height: 75px;
    color: #303232;
    background: #f9db00;
    border-radius: 100px;
    transition: all .5s;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #303232;
    background: #efefef;
    transform: translateY(8px);
}
.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: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */
@media only screen and (max-width: 485px) {
    .copyright {
        height: auto;
        line-height: 1.5;
        max-width: 22em;
        text-align: center;
        margin: auto;
        padding: 0.8em 0;
    }
}

@media screen and (min-width: 768px){
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 767px){
    .pcbr { display:none; }
    .spbr { display:block; }
}

/*==========01/13/2026==============*/

@media screen and (min-width: 768px){
    .header-phone-btn{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .top-slider-content-inner{
        justify-content: flex-end;
    }
    .front-slider-box{
        padding: 0 15px 15px;
    }
    .logo-image{
        width: 140px;
    }
    .header-phone-btn{
        position: absolute;
        top: 28px;
        right: 56px;
        transform: translateY(-50%);
        font-weight: 700;
    }
    .header-phone-btn i.icon-phone{
        position: absolute;
        left: -20px;
        top: 2px;
    }

    .front-original01__title h2 span::after, .front-original02__title h2 span::after {
        display: none;
    }

    .front-third-text .accordion-box {
        display: block !important;
        position: relative;
    }

    .front-third-text a.showmore {
        display: none;
    }

    .accordion-box .accordion-container {
        overflow: hidden;
        height: 100px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }

    .accordion-box label::before {
        content: "↓";
        font-weight: 700;
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        background-color: #fff;
        z-index: 1;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .accordion-box label::after {
        content: "続きをよむ";
        letter-spacing: .05em;
        line-height: 2.5rem;
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        color: #fff;
        background-color: #00AA6C;
        width: 18.75rem;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .accordion-box label {
        height: 100px;
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    }
    .accordion-box input:checked + label::after {
        content: "閉じる";
    }
    .accordion-box input:checked ~ .accordion-container {
        height: auto;
        padding-bottom: 80px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }
    .accordion-box input:checked + label {
        background: inherit;
    }
}

/* Index test */

.page-id-368 .header:before{
    content: "";
    position: absolute;
    left: -400px;
    top: -500px;
    width: 800px;
    height: 800px;
    background: url(img/bgblue.png) left top repeat;
    z-index: -1;
    transform: rotate(45deg);
}
.page-id-368 .header:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 200px;
    background: url(img/bgblue_inside.png) left top no-repeat;
    background-size: cover;
    z-index: 0;
}


.page-id-368 #top-slider-content:before{
    content: "";
    position: absolute;
    right: -150px;
    top: -150px;
    width: 375px;
    height: 455px;
    background: url(img/banner_part_top.png) left top no-repeat;
    background-size: cover;
    z-index: 9999;
}
.page-id-368 #top-slider-content:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 370px;
    height: 370px;
    background: url(img/banner_part_bot.png) left top no-repeat;
    background-size: cover;
    z-index: 9;
}

.page-id-368 .front_original01, 
.page-id-368 .front_original02{
    background: url(img/bgblue.png);
}

@media only screen and (max-width: 767px){
    .page-id-368 #top-slider-content:before{
        width: 37vw;
        height: 45vw;
    }
    .page-id-368 #top-slider-content:after{
        width: 37vw;
        height: 37vw;
    }
	.footer_contact {
		text-align: center;
	}
	.tel-link {
		color: #fff;
	}
	p.footer-con-caution:before {
		position: static;
	}
	ul.sns__links {
		justify-content: center;
		max-width: none;
	}
	li.sns__links-item {
		margin-right: 0;
	}
}
.page-id-368 .footer {
    background: url(img/bgblue.png);
}


.front_original03 .post-title{
    margin-bottom: 60px;
}

.greeting-inner{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px){
    .greeting-inner{
        flex-wrap: nowrap;
    }
	.greeting-test {
		width: 56%;
	}
	.greeting-inner figure {
		width: 41%;
	}
}

.greeting-inner figcaption{text-align: right;font-weight: 900;}

.menu_sec {
	background-color: #f9f9f9;
	padding: 60px 0;
}

.campaign_box {
	background: #fff; 
	border:3px solid #d00;
  border-radius: 10px;
  padding: 60px 30px 30px;
  margin-bottom: 50px;
  text-align: center;
  box-shadow: 0 0 15px rgba(221,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.campaign_title {
	background: #d00;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.6em;
}

.campaign_box h2 {
	margin: 20px 0 0;
  color: #d00;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}

.campaign_box p {
	margin: 20px 0;
  text-align: left;
  display: inline-block;
  max-width: 800px;
  line-height: 1.8;
}

.campaign_box p span {
	background: linear-gradient(transparent 70%, #ffaaaa 70%);
  font-weight: bold;
}

.discount_highlight {
	background: #fff0f0;
  border: 2px dashed #d00;
  padding: 20px;
  margin-top: 0px;
  border-radius: 8px;
  font-weight: bold;
}

.discount_highlight strong {
	font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.discount_highlight h3 {
	font-size: 2em;
  font-weight: bold;
  color: #d00;
  margin: 0;
  line-height: 2;
}

.discount_highlight h3 span {
	font-size: 1.5em;
}

.post-content h2.con_title {
	text-align: center;
  margin-bottom: 40px;
}

.menu_box {
	background: #fff;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
@media only screen and (max-width: 767px) {
    .menu_box {
    background: #fff;
  padding: 15px;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
}

.post-content .menu_box h3 {
	border-bottom: 2px solid #00AA6C;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #00AA6C;
}

.post-content .menu_box p {
	margin: 0 0 20px;
}

.post-content .menu_table {
	width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.post-content .menu_table tr {
	border-bottom: 1px solid #eee;
}

.post-content .menu_table th {
  text-align: left;
  padding: 15px;
  background: #f0fcf6;
  width: 40%;
}

.post-content .menu_table th span {
	font-size: 0.8em;
  font-weight: normal;
}

.post-content .menu_table td {
  text-align: right;
  padding: 15px;
  font-weight: bold;
  font-size: 1.9em;
  color: #d00;
}
@media only screen and (max-width: 767px) {
    .post-content .menu_table td {
  text-align: right;
  padding: 15px;
  font-weight: bold;
  font-size: 1.5em;
  color: #d00;
}
}

.post-content .menu_table td span {
  font-size: 0.7em;
  color: #333;
}

.menu_include {
	background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
}

.menu_include p {
	font-weight: bold;
  margin-bottom: 10px;
}

.menu_include ul {
	list-style: disc;
  margin-left: 20px;
}

.menu_include ul li span {
	color: #d00;
  font-weight: bold;
}

.menu_box + p {
	text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
}
.blk {
  color: #000!important;
}