@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Shippori+Mincho&display=swap" rel="stylesheet');
:root {
    --color-font: #000;
    --header-color-primary: #F7B348;
	--header-color-font: #333333;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Shippori Mincho", serif;
    --ff03: "Oswald", serif, serif;
}
/* オリジナル */
.w45 {
    width: 45%;
}
.jc_around {
    justify-content: space-around;
}
.mb20 {
    margin-bottom: 20rem !important;
}
.w48 {
    width: 48%;
}
/* 投稿欄 */
.post-244 dl.gallery-item:first-child dt.gallery-icon.landscape::before {
    display: none;
}
.post-249 dl.gallery-item:first-child dt.gallery-icon.landscape::before {
    display: none;
}
p.time.cat-news.first {
    border-radius: 5px;
}
.postlist li:first-child {
    border-top: none;
}
.postlist li {
    border-bottom: 1px dashed #ccc;
}
.max_w1100 {
    width: 90%;
}
footer#footer {
    background: #fff;
    padding: 0;
}
div#copyright {
    background: #264BD0;
    margin: 0;
    padding: 1% 0;
}
/* アイキャッチ */
#thumbImg::before, header#h1Header::before {
	opacity: .42;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: #F7B348;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #F7B348;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #F7B348;
    opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
    display: none;
}
/* flexbox */
.flexbox {
    flex-wrap: wrap;
}
/* 投稿詳細ページのフォントサイズ */
body.single-post h1.title.first span {
    font-size: clamp(18px, 1.6vw, 30px);
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn, .post .linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
    padding: 20px 0;
}
/* 投稿欄の背景の色を消す */
#front_top_content, #front_bottom_content {
    background: transparent;
    padding: var(--px80) 0;
}
/* h3の下線を消す、左右と下のpaddingを消す、marginを消す*/
.post h3 {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
/* h2のmarginを消す */
.post h2 {
    margin: 0;
}
/* h2の下線を消す */
.post h2::after {
    display: none;
}
.max_contents {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
.mxauto {
    margin: 0 auto;
}
.bg_img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
/* フッター */
a.line-link:hover {
    opacity: .7;
}
a.insta-link:hover {
    opacity: .7;
}
#footer .inner {
    padding: 1% 0;
}
a#scrollUp {
    background: #264BD0;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    background: #333333;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: #333;
}
/* .inner {
    padding: 1% 0;
} */
#footer ul li a {
    color: #333333;
}
a.line-link {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    width: 48%;
    justify-content: center;
    transition: .3s;
}
a.line-link::before {
    content: '\f3c0';
    font-family: 'FontAwesome';
    padding-right: 0.5em;
    font-size: 2em;
}
.gap04 {
    gap: 0%;
}
a.insta-link {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    width: 48%;
    transition: .3s;
}
a.insta-link::before {
    content: '\f16d';
    font-family: 'FontAwesome';
    padding-right: 0.5em;
    font-size: 2em;
}
a.ctaBtn.mail-btn span {
    display: flex;
    align-items: center;
}
/* ----------
 * pContact006
-------------*/
.pContact006 a, .pContact006 p {
    color: #FFF;
}
.pContact006__content {
    position: relative;
    background-image: url(/wp-content/uploads/footer_bg.png);
    background-size: cover;
    background-position: center;
}
.pContact006__content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000A2C;
    z-index: 0;
    opacity: .9;
}
.pContact006__inner {
    position: relative;
    text-align: center;
    width: min(90%, 1100px);
    padding: min(10%, 80px) 0;
    margin: 0 auto;
    z-index: 1;
}
ul.pContact006__btnList {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
ul.pContact006__btnList li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 528px;
    background: #FFF;
    min-height: 130px;
}
.pContact006__logo {
    text-align: center;
    padding: 40px 0;
}
.pContact006__logo a {
    display: inline-block;
    max-width: 300px;
    width: 60%;
}
@media print, screen and (max-width: 769px) {
    ul.pContact006__btnList {
        flex-direction: column;
        align-items: center;
    }
    ul.pContact006__btnList li {
        width: 100%;
    }
    ul.pContact006__btnList li, ul.pContact006__btnList li:first-child {
        justify-content: center;
    }
    ul.pContact006__btnList li+li {
        margin-top: 20px;
    }
}
/* ----------
 * ctaBtn 
-------------*/
a.ctaBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition: .3s;
    /* padding: 1rem; */
    color: #000;
    width: 100%;
    font-size: clamp(18px, 1.25vw, 24px);
}
a.ctaBtn:hover {
    opacity: .6;
}
/* 電話 */
a.ctaBtn.tel-btn span.num {
    font-weight: 700;
    font-size: clamp(24px, 1.6vw, 30px);
}
a.ctaBtn.tel-btn span.sub {
    font-size: .58em;
}
a.ctaBtn.tel-btn span.num::before {
    font-family: 'FontAwesome';
    content: '\f095';
    margin-right: 1em;
}
/* メール */
a.ctaBtn.mail-btn {
    position: relative;
    border-radius: 30px;
    width: 100%;
    font-weight: 700;
}
a.ctaBtn.mail-btn span::before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    font-size: 1em;
    margin-right: 1em;
}
/*  投稿*/
.post-244 dt.gallery-icon.landscape {
    position: relative;
}
.post-244 dt.gallery-icon.landscape::before {
    position: absolute;
    left: -6px;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    height: 0px;
    content:'';
    border-width: 15px 15px 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #264BD0;
}
.post-249 dt.gallery-icon.landscape {
    position: relative;
}
.post-249 dt.gallery-icon.landscape::before {
    position: absolute;
    left: -6px;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    height: 0px;
    content:'';
    border-width: 15px 15px 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #264BD0;
}
.bg_post {
    background: #F8F8F8;
    padding: 3%;
}
p.post-head {
    font-weight: 500;
    font-size: clamp(18px, 1.2vw, 22px);
}
.post-244 dd.wp-caption-text.gallery-caption {
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 26px);
}
.post-249 dd.wp-caption-text.gallery-caption {
    font-weight: 400;
    font-size: clamp(16px, 1.4vw, 26px);
}
/* お問い合わせ */
.wpcf7-form .must {
    background: #F73737;
}
table.responsive th {
    background: transparent;
}
.post table.responsive, .post table.responsive th, .post table.responsive td {
    border-width: 0px;
}
table.responsive th {
    border-bottom: 1px solid #DCDDDD !important;
}
table.responsive td {
    border-bottom: 1px solid #DCDDDD !important;
}
/*会社概要  */
.table-item02 tr td {
    font-size: 16px;
    font-weight: 400;
    padding: .7em 1em;
    vertical-align: middle;
    line-height: 1.78;
}
.table-item02 td.cell_01 {
    width: 25%;
    border-bottom: 2px solid #264BD0;
    color: #264BD0;
    font-weight: 500;
}
.table-item02 td.cell_02 {
    border-bottom: 2px solid #9f9f9f;
}
.table-item02 tr.head td.cell_01 {
    border-top: 0px solid #0a3ea3;
}
.table-item02 tr.head td.cell_02 {
    border-top: 0px solid #9f9f9f;
}
.table-item02 table, .table-item02 table th, .table-item02 table td {
    border-width: 0px;
}
@media print, screen and (max-width: 768px) {
    .table-item02 tr.head td.cell_02 {
        border-top: none;
    }
    .table-item02 td.cell_01 {
        text-align: center;
    }
    .table-item02 tr td {
        display: block;
        width: 100% !important;
    }
    .table-item02 td.cell_02 {
        text-align: center;
        border-bottom: 2px solid #9f9f9f;
    }
}
/* 事業内容 */
p.emphasis02 {
    background: #264BD0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: .2em 0;
}
ul.list li {
    font-size: 15px;
}
div#service_ {
    padding-top: 100px;
    margin-top: -100px;
}

span.case.ex {
    max-width: 334px;
}
.img-cleaning-plan img {
    border-radius: 50%;
    margin-bottom: 1rem;
}
a.tel_, a.contact_ {
    text-decoration: underline;
    transition: .3s;
}
a.tel_:hover, a.contact_:hover {
    opacity: 0.7;
	text-decoration: none;
}
p.medium.marker {
    background: linear-gradient(transparent 60%, #666eff38 60%, #666eff38 80%, transparent 80%);
    display: inline-block;
}
ul.list.ex {
    column-count: 2;
}
.service-box {
    background: #F8F8F8;
    padding: 5%;
    margin-bottom: 1em;
}
.gap-icon {
    align-items: center;
    gap: 2%;
}
/* 縦並び２列 */
.list {
    column-count: 3;
    width: fit-content;
    column-gap: 0em;
}
/* リストのスタイル */
ol {
    margin-bottom: 4em;
    line-height: 1.7;
}
li {
    &:nth-child(2n) {
        /* color: tomato; */
    }
}
.bg-service-point {
    background: #FAFAFA;
    padding: min(50px, 5%) 0;
}
.point-txt {
    background: #FFFFFF;
    padding: 5%;
	border: 1px solid #EBEBEB;
}
.img-point {
    margin-bottom: 2em;
}
p.point-title {
    font-weight: 500;
    font-size: clamp(16px, 1.2vw, 22px) !important;
}
.w32 {
    width: 32%;
}
/*--アコーディオン開閉-------------------------------------------------------------------*/
.accordion {
    margin-bottom: 5px;
}
.accordion__summary {
    display: block;
    font-size: 16px;
    background: #264BD0;
    font-weight: 500;
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: .8em 1.5em;
    color: #fff;
}
.accordion__summary::-webkit-details-marker {
    display: none;
}
.accordion__detail {
	padding: 15px 1.5em;
    margin-bottom: 8px;
	background: #FAFAFA;
}
.accordion__text {
    margin: 0;
}
span.case {
    background: #264BD0;
    color: #fff;
    border-radius: 5px;
    padding: 1%;
    font-weight: 700;
    margin-bottom: 2rem;
    display: inline-block !important;
    max-width: 155px;
    text-align: center;
    font-size: clamp(15px, 1vw, 18px);
}
.bg-flow {
    background: #FAFAFA;
    padding: min(5%, 35px) min(5%, 55px);
	border-radius: 5px;
}
/* ----------
 * cFlow002
-------------*/
.cFlow002__content {
    counter-reset: number 0;
    width: 100%;
}
.cFlow002__item {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.cFlow002__item::after {
    content: "";
    position: absolute;
    border-top: 2rem solid #2D5AC7;
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
}
/* 打消 */
.cFlow002__item:last-child::after {
    display: none;
}
.cFlow002__item:last-child {
    margin: 0;
}
.cFlow002__num,
.cFlow002__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cFlow002__num {
    position: relative;
    width: min(15%, 140px);
    text-align: center;
    align-items: center;
    background: #2D5AC7;
    padding: min(5%, 25px);
    border-radius: 5px 0 0 5px;
}
.cFlow002__num span {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    font-family: var(--ff03);
}
.cFlow002__num span::after {
    display: block;
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
}
.cFlow002__text {
    width: calc(100% - min(10%, 140px));
    padding: min(5%, 25px) 5%;
    background: #FFFFFF;
    border-radius: 0 5px 5px 0;
    /* flex-wrap: wrap; */
}
.cFlow002__text h3 {
    color: #264BD0;
    margin-bottom: 1rem;
	font-size: clamp(18px, 1.2vw, 22px);
}
@media print, screen and (max-width: 769px) {
    .cFlow002__item {
        flex-direction: column;
    }
    .cFlow002__num,
    .cFlow002__text {
        width: 100%;
    }
    .cFlow002__num {
        border-radius: 5px 5px 0 0;
        padding: 1em;
    }
	.cFlow002__num span {
		font-size: 14px;
	}
    .cFlow002__text {
        border-radius: 0 0 5px 5px;
		padding: min(5%, 25px) 3%;
    }
	.bg-flow {
		padding: min(5%, 35px) min(3%, 55px);
	}
}
/* ----------
 * btn
-------------*/
.btn__container {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}
.btn__container .btn {
    margin: 0;
}
.btn {
    position: relative;
    display: block;
    transition: .5s;
    color: #2D5AC7;
    background: #FFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    padding: .7em 1.5em;
    width: 90%;
    max-width: 240px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid;
    margin: auto;
}
@media print, screen and (max-width: 769px) {}
.w23 {
    width: 23%;
}
.circle p {
    font-weight: 500;
    font-size: clamp(14px, 1vw, 18px);
}
/* テーブル */
.table-item td.cell_01.ex {
    width: 60%;
    background: #264BD0;
    border-left: 2px solid #C6C6C6;
}
.table-item table, .table-item table th, .table-item table td {
    border-width: 0px;
}
.bg_img.bg-service {
    background-color: #FAFAFA;
    padding: min(5%, 70px) 0; 
}
.table-item tr td {
    font-weight: 500;
    padding: .5em 1em;
    vertical-align: middle;
    line-height: 1.7;
    border-bottom: 1px solid #C6C6C6;
    font-size: clamp(14px, 1vw, 18px);
}
.table-item td.cell_01 {
    width: 25%;
    background: #264BD0;
    border-left: 1px solid #C6C6C6;
    color: #fff;
}
.table-item td.cell_02 {
    border-right: 0px solid #C6C6C6;
    border-bottom: 1px dashed #707070;
    background: #fff;
	font-size: clamp(14px, 1vw, 16px);
    padding: .7em 1em;
}
.table-item tr.head td {
    border-top: 1px solid #C6C6C6;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .table-item td.cell_02 {
        text-align: left;
    }
	.table-item td.cell_01 {
		width: 55%;
	}
}
span.under {
    text-decoration: underline;
}
.mark {
    position: relative; 
}
.mark::before {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 80px;
    height: 30px;
    width: 90%;
    background: #fff;
    content: "";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mark.before::before {
    content: "before";
}
.mark.after::before {
    content: "after";
}
h3.lower-subtitle {
    border-left: 5px solid #264BD0;
    padding-left: 0.5em;
    margin-bottom: 1em;
    font-size: clamp(18px, 1.2vw, 22px);
}
p.emphasis {
    font-weight: bold;
    color: #264BD0;
    font-size: clamp(16px, 1.2vw, 22px);
}
p.bubble {
	font-weight: 500;
	font-size: clamp(16px, 1.2vw, 21px);
	color: #000;
}
p.medium {
    font-weight: 500;
}
a.filter {
    color: #5C5C5C;
    border-bottom: 1px solid;
    transition: .3s;
	text-decoration: underline;
}
a.filter:hover {
	text-decoration: none;
}
span.blue {
    color: #264BD0;
}
.service-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #707070;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.service-item p {
    font-weight: 500;
}
p.option {
    font-size: 14px;
    color: #264BD0;
    font-weight: 700;
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
}
p.option::before {
    position: absolute;
    content: "";
    width: 1em;
    height: 2px;
    top: 50%;
    left: 0;
    background: #264BD0;
    color: red;
}
/* トップ */
p.large {
    font-size: clamp(15px, 1vw, 18px);
}
span.discount {
    font-size: 20px;
    font-weight: 700;
}
.underline {
	text-decoration: underline;
}
span.price {
    font-family: var(--ff03);
}
div#area {
    padding-top: 100px;
    margin-top: -100px;
}
.circle {
    width: 13%;
}
.img-individual {
    padding-bottom: 5%;
}
table.table {
    width: 100%;
}
a.call_tel {
    transition: .3s;
}
a.call_tel:hover {
    opacity: .7;
}
a.filter:hover {
    opacity: .7;
}
div#mousikomi {
    padding-top: 100px;
    margin-top: -100px;
}
div#sitsumonn {
    padding-top: 100px;
    margin-top: -100px;
}
div#tanpin {
    padding-top: 100px;
    margin-top: -100px;
}
div#mizumawari {
    padding-top: 100px;
    margin-top: -100px;
}
div#teikiseisou {
    padding-top: 100px;
    margin-top: -100px;
}
.fixed {
    position: fixed;
    right: 0vw;
    bottom: 4vw;
    display: flex;
    min-height: 82px;
    z-index: 100;
    width: clamp(200px, 16vw, 300px);
    flex-direction: column-reverse;
}
.top-service-img {
    position: relative;
    z-index: 0;
}
div#yokushitsu {
    padding-top: 100px;
    margin-top: -100px;
}
div#toilet {
    padding-top: 100px;
    margin-top: -100px;
}
div#range {
    padding-top: 100px;
    margin-top: -100px;
}
div#kitchen {
    padding-top: 100px;
    margin-top: -100px;
}
div#senmenzyo {
    padding-top: 100px;
    margin-top: -100px;
}
div#glass {
    padding-top: 100px;
    margin-top: -100px;
}
div#balcony {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec01 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec02 {
    padding-top: 100px;
    margin-top: -100px;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #264BD0;
}
header#h1Header h1.title.first span {
    font-weight: 600;
    font-family: var(--ff02);
    font-size: clamp(24px, 2.2vw, 42px);
}
.cleaning-plan {
    margin-bottom: 4rem;
    width: 26%;
}
.gap-sp {
    gap: 3%;
}
/* .txt-area {
    padding: 2%;
} */
.footer-logo img {
    width: 16vw;
    min-width: 150px;
}
/* ここから */
nav#mainNav ul li a b {
    font-size: clamp(14px, 1vw, 18px);
}
a.top-service-link:hover::before {
    opacity: .3;
}

.inner.site-header {
    padding: 0;
}
a:hover img {
    opacity: unset;
}
.area-container {
    margin-bottom: 1em;
}
.linkBtn0:hover, .post .linkBtn0:hover, a.linkBtn0:hover {
    background: transparent;
    color: var(--color-font);
}
a.top-service-link::after {
    position: absolute;
    content: "";
    z-index: 1;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #FFF;
}
p.detail {
    font-weight: 500;
    font-family: var(--ff03);
    color: #fff;
    text-decoration: underline;
    font-size: clamp(16px, 1.1vw, 20px);
}
.bg_img.bg-top02 {
    background-color: #FAFAFA;
    padding: min(5%, 50px) 0;
	padding-bottom: 0;
}
.gap-top-service {
    gap: 1.5%;
}
h2.lower-title {
    font-family: var(--ff02);
    font-weight: 500;
    font-size: clamp(20px, 1.5vw, 28px);
}
h2.lower-title span {
    display: block;
    font-weight: 500;
    font-family: var(--ff03);
    color: #264BD0;
    font-size: clamp(16px, 1.1vw, 20px);
}
p.time.cat-news.first {
    background: #EAA944;
}
h1.title.bottom-loop span {
    color: #264BD0;
    font-family: var(--ff03);
    font-weight: 500;
    border-bottom: 2px solid;
    display: inline-block;
    line-height: 1;
    font-size: clamp(24px, 2.1vw, 40px);
}

/* ここから */
body:not(.home) #content.wide {
    padding: var(--px60) 0 var(--px80);
}
.content-comparison {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
}
.content-comparison .w48 {
    width: 48%;
}
.top01 .flexbox {
    flex-wrap: nowrap;
    gap: 2%;
}
.top03 .flexbox {
    background: #FAFAFA;
	align-items: center;
}
.area-txt {
    width: 63%;
}
.area-img {
    width: 37%;
	max-width: 415px;
	margin: 0 auto;
}
.area-img img {
    width: 100%;
    height: auto;
}
p.area-item.head {
    font-size: clamp(16px, 1.1vw, 20px);
}
.bg_top04 {
    background-color: #FAFAFA;
    padding: min(5%, 50px) 0;
}
p.area-item {
    color: #264BD0;
    font-weight: 500;
    font-size: clamp(14px, 1vw, 18px);
}
p.area-item span {
    color: #000;
}
.bg_white {
    background: #fff;
    padding: min(5%, 30px) min(3%, 25px);
}
h4.topic {
    font-weight: 500;
    font-family: var(--ff02);
    padding: 0;
    border-bottom: 2px solid #264BD0;
    padding-bottom: 0.5em;
    font-size: clamp(22px, 1.5vw, 28px);
}
.post h4::before {
    display: none;
}
h4.topic span {
    font-family: var(--ff03);
    color: #264BD0;
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.bg_top_info {
    background: #FAFAFA;
    padding: min(3%, 50px);
}
a.top-service-link {
    position: relative;
    display: block;
	z-index: 10;
}
.absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}
h3.top-subtitle.fff {
    color: #fff;
}
a.top-service-link::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    position: absolute;
    content: "";
    opacity: .6;
    transition: .3s;
	z-index: 1;
}

.btn-item02.orange a {
    background: #F7B348;
    color: #000000;
}
.gap02 {
    gap: 1%;
}
.txt-area-innner {
    max-width: 528px;
    margin-left: auto;
	width: 96%;
}
h3.top-subtitle {
    font-weight: 500;
    font-family: var(--ff02);
    font-size: clamp(22px, 2vw, 38px);
    line-height: 1.47;
}
body p {
    font-size: 16px;
    line-height: 2.12;
    font-weight: 400;
}
h2.top-title {
    color: #264BD0;
    font-family: var(--ff03);
    font-weight: 500;
    border-bottom: 2px solid;
    display: inline-block;
    line-height: 1;
    font-size: clamp(20px, 2.1vw, 40px);
}
/* ボタン04 */
.btn-item04 a {
    position: relative;
    display: block;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: 250px;
    padding: .6em 2em .6em .6em;
    margin: 0 auto;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 2px solid #264BD0;
}
.btn-item04 a::before {
    content: "→";
    position: absolute;
    right: 10px;
    transition: 0.2s;
    color: #264BD0;
}
.btn-item04 a:hover::before {
    right: 3px;
}
/* ボタン03 */
.btn-content {
    display: flex;
    justify-content: flex-start;
    gap: 20px 60px;
    flex-wrap: wrap;
    padding-top: 2%;
}
.linkBtn0, .post .linkBtn0,
a.linkBtn0 {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: var(--color-font);
    background: transparent;
    font-size: 16px;
    font-family: var(--ff01);
    font-weight: 500;
    line-height: 2.12;
    padding: .5em 0;
    width: auto;
    text-align: left;
    border-radius: 0;
    text-decoration: underline;
}
.btn-content a.linkBtn0 {
    margin: 0;
}
.linkBtn0::before, .post .linkBtn0::before, a.linkBtn0::before {
    font-family: 'Shippori Mincho';
    /* content: '→'; */
    background: var(--color-primary);
    color: #FFF;
    padding: .6em 1.4em;
    border-radius: 50px;
    line-height: 1;
    margin-right: .8em;
    transition: .5s ease;
    display: inline-block;
    vertical-align: middle;
}
.linkBtn0::after, .post .linkBtn0::after, a.linkBtn0::after {
    font-family: 'Shippori Mincho';
    content: '→';
    background: #264BD0;
    color: #FFF;
    padding: .6em 1.8em;
    border-radius: 50px;
    line-height: 1;
    margin-left: .8em;
    transition: .5s ease;
    display: inline-block;
    vertical-align: middle;
    transform: unset;
    right: 0;
    position: relative;
    top: unset;
    width: auto;
    height: auto;
}
/* ボタン02 */
.btn-item02.orange a:hover {
    background: #F7B348cc;
    color: #000;
}
.btn-item02 a {
    position: relative;
    display: block;
    text-align: center;
    background: #264BD0;
    color: #fff;
    font-weight: 500;
    font-family: var(--ff02);
    padding: 1em 0;
    margin: 0 auto;
    text-decoration: none;
    transition: 0.3s;
    width: clamp(350px, 26.1vw, 460px);
    font-size: clamp(15px, 1.1vw, 20px);
}
.btn-item02 a:hover {
    background: #264bd0cc;
    /*背景の色*/
    color: #ffffff;
    /*文字と枠の色*/
}
/* ボタン */

.linkBtn0:hover, .post .linkBtn0:hover, a.linkBtn0:hover {
    background: transparent;
}
.linkBtn0:hover::after, .post .linkBtn0:hover::after, a.linkBtn0:hover::after {
    background: #F7B348;
    outline: 1px solid;
    color: #fff;
}
.btn-item a {
    font-family: var(--ff02);
    position: relative;
    display: block;
    background: #264BD0;
    color: #fff;
    font-weight: 500;
    width: 320px;
    font-family: var(--ff03);
    padding: 1.1em .8em;
    transition: 0.3s;
    font-size: clamp(16px, 1.1vw, 20px);
}
.btn-item a:hover {
    background: #264BD0B3;
    /*背景の色*/
    color: #ffffff;
    /*文字と枠の色*/
}
.btn-item a::before, .btn-item a::after {
    background: #264BD0;
    position: absolute;
    content: "";
    transition: .3s ease;
}
.btn-item a::before {
    bottom: -7px;
    left: 7px;
    width: 100%;
    height: 1px;
	transform-origin: right;
}
.btn-item a::after {
    bottom: -7px;
    right: -7px;
    width: 1px;
    height: 100%;
	transform-origin: bottom;
}
.btn-item a:hover::before {
	transform: rotateY(90deg); 
}
.btn-item a:hover::after {
	transform: rotateX(90deg); 
}
span.tel_number02 {
    color: #264BD0;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-family: var(--ff03);
    line-height: 1;
    font-size: clamp(20px, 1.4vw, 26px);
}
span.tel_number02::before {
    content: '\f3cf';
    font-family: 'FontAwesome';
    color: inherit;
    font-size: 0.8em;
    margin-right: 10px;
    line-height: 1;
}
span.reception_time02 {
    font-weight: 400;
    display: block;
    font-size: 10px;
    text-align: center;
    font-family: var(--ff03);
    color: #333333;
    margin-top: 5px;
}
a.head_btn_tel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(30px + (1vw - 19.2px) * 0.5580), 30px);
	background: #F8F8F8;
}
a.head_btn_tel {
    transition: .3s;
}
a.head_btn_tel:hover {
    opacity: 0.7;
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .sp_w_90 {
        width: 90%;
        margin: 0 auto;
    }
    .sp_txt_l {
        text-align: left !important;
    }
    .spmb10 {
        margin-bottom: 10rem !important;
    }
    .w48 {
        width: 100%;
    }
    .sppt0 {
        padding-top: 0rem !important;
    }
    .spmb0 {
        margin-bottom: 0rem !important;
    }
    .spmb5 {
        margin-bottom: 5rem !important;
    }
    .sp_flex_mb {
        margin-bottom: 5vw;
    }
    .sp_w90 {
        width: 90%;
        margin: 0 auto;
    }
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {}
@media print, screen and (min-width: 1024px) {
	header#header {
    height: 100px;
}
    nav#mainNav ul li a b {
        font-size: clamp(14px, 1vw, 18px);
    }
    nav#mainNav ul li a {
        padding: 0vw 1vw;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    .sticky-header #header-layout {
        height: 100px;
    }
    nav#mainNav ul li a b {
        font-size: clamp(14px, 1vw, 18px);
        font-family: var(--ff02);
        font-weight: 500;
    }
    #header a.head_btn.mail_btn span {
        font-weight: 700;
        font-size: clamp(14px, 1vw, 18px);
    }
    #header .logo {
        padding-left: 2.5vw;
    }
    #header .logo img {
        width: 100%;
        max-width: 210px;
        max-height: 63px;
    }
    nav#mainNav ul li li {
        border-bottom: 1px solid #707070;
        border-right: 1px solid #707070;
        border-left: 1px solid #707070;
		background: #FFF;
    }
    nav#mainNav ul li li:first-child {
        border-top: 1px solid #707070;
        border-left: 1px solid #707070;
    }
    nav#mainNav ul li:hover ul li:last-child {
        border-bottom: 1px solid #707070;
        border-right: 1px solid #707070;
        border-left: 1px solid #707070;
    }
	nav#mainNav ul li ul.sub-menu {
		margin-top: -1em;
	}
    nav#mainNav ul li ul.sub-menu li a {
        font-family: var(--ff02);
        font-weight: 500;
        font-size: clamp(14px, 1vw, 16px);
    }
}
@media print, screen and (max-width: 1024px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.pc_none.small {
    font-size: clamp(11px, 0.7vw, 13px);
}
    .w32 {
        width: 32%;
    }
    .flexbox.gap-icon {
        display: flex;
    }
    .w50 {
        margin-bottom: 0;
    }
    .bg_img.bg-top02 {
        padding: min(5%, 50px) 3%;
    }
    .btn-content {
        gap: 0;
    }
    .area-txt {
        width: 100%;
        margin-bottom: 5vw;
    }
    .area-img {
        width: 100%;
    }
    #footer .inner {
        padding: 5%;
    }
    div#copyright {
        padding: 2%;
    }
    a.line-link {
        width: 100%;
        justify-content: start;
    }
    a.insta-link {
        width: 100%;
    }
    ul.pContact006__btnList li {
        min-height: 80px;
    }
    .bg_img.bg_top04 {
        padding: 10% 0;
    }
    .btn-item04 a {
        width: 100%;
    }
/*     .bg_img.bg-service {
        padding: 10% 0;
    } */
    .circle {
        width: 25%;
        margin-bottom: 5%;
    }
    .sp_circle {
        display: flex;
    }
    .sp_circle02 {
        display: flex;
    }
    .cleaning-plan {
        width: 35%;
    }
    p.emphasis02 {
        margin-bottom: 5%;
    }
    .pContact006__inner {
        padding-bottom: 20%;
    }
    .fixed {
        bottom: 50vw;
        display: none;
    }
	.txt-area-innner {
		max-width: 100%;
		margin: 0 auto 2.5rem;
	}
	.btn-item02 a {
		margin: 10px auto;
	}
	.top03 .btn-content {
        gap: 20px;
    }
	.btn-item04 {
		width: 48%;
	}
    .service01 .flexbox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
	.point-txt p {
    font-size: 14px;
    text-align: left;
}

p.point-title {
    text-align: center;
}

	.sp_width {
    width: 75%;
    margin: 0 auto;
}
	.txt_l_sp {
    text-align: left;
}
}
@media print, screen and (max-width: 374px) {
/* 	.service01 .flexbox {
		flex-direction: column;
	} */
	.btn-item04 {
		width: 100%;
	}	
}

.width80 {
    max-width: 880px;
	width: 90%;
}

.category-before-after #content.wide {
    width: 80% !important;
}




