@charset "utf-8";
* {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"游ゴシック体","YuGothic","游ゴシック","Yu Gothic",'Meiryo','メイリオ', sans-serif;
}
body{
    margin: 0 auto;
    padding: 0;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mt10 {
    margin-top: 10px;
}
.fcr {
    color: #ff0000;
}
.fcP {
    color: #e33d72;
}
.fcb {
    color: #0047b2;
}
.fcsb {
    color: #0497FF;
}
.fcy {
    color: #ffff00;
}
.fss {
    font-size: 13px;
}
.fsm {
    font-size: 19px;
}
.fsl {
    font-size: 21px;
}
.fsll {
    font-size: 23px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}
#wrapper{
    margin: auto;
}
img,video {
    width: 100%;
    vertical-align: middle;
}
.anno {
    font-size: 10px;
    color: gray;
    text-align: right;
    margin-top: -10px;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

@media only screen and (min-width: 600px){
    #wrapper{
        max-width: 600px;
        margin: auto;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}

p {
    font-size: clamp(16px, 1.2vw, 24px);
}

header {
    display: flex !important;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 1.5% 3% !important;
    box-shadow: 0px 5px 9px 0px #0000001c;
    position: relative;
}
.hea_l {
    width: 60%;
    max-width: 300px;
}
.hea_r {
    display: flex;
    width: 30%;
    justify-content: flex-end;
}
.hea_r a {
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
}
.hea_r a img {
    width: 50px;
}
.h_tel {
    margin: auto 6px;
}

.real {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 6px 0;
}

.cta {
    padding:0;
    position: relative;
    margin: 10% 4%;
    border: solid 3px #f05a85;
    border-radius: 20px;
}
.cta_top{
    background: #f05a85;
    font-size: ;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
}
.cta_top img{
    top: -7%;
    position: absolute;
    width: 19%;
    left: 7%;
}
.cta_top p{
    margin: 0;
    padding: 2% 2% 2% 30%;
}
.cta_btn {
    margin: 3% auto;
    width: 90%;
}
.cta_card{
    width: 90%;
    margin: 0 auto 4%;
    display: block;
}

.cta .tri {
    background-color: #ff0000;
    width: 20px;
    height: 8px;
    margin: -1px auto auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.cta .tel,.cta .mail {
    display: block;
    margin: 0 auto;
}

.cta .tel .abs,
.cta .mail .abs  {
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}
.cta .tel .abs img,
.cta .mail .abs img  {
    width: 40px;
    object-fit: contain;
    margin-right: 12px;
}
.cta .tel .abs p {
    margin: auto;
}
.cta .tel .abs p:nth-of-type(1) {
    color: #ffff00;
    font-size: clamp(16px, 8.2vw, 44px);
    font-weight: bold;
    line-height: 1;
}
.cta .tel .abs p:nth-of-type(2) {
    color: #fff;
}
.cta .mail .abs p {
    color: #fff;
    font-size: clamp(18px, 6.2vw, 34px);
    font-weight: bold;
    line-height: 1;
}
.bounce {
    animation: 2s bounce infinite;
  }
  @keyframes bounce {
    0% {
        top: 0px;
    }
    
    10% {
        box-shadow: none;
        position: relative;
        top: 8px;
    }
    20% {
        top: 0px;
    }
    30% {
        box-shadow: none;
        position: relative;
        top: 8px;
    }
    40% {
        top: 0px;
    }
}

h2{
    margin: 0;
}

/* cta2 */
.cta2 {
    padding:0;
    margin: 10% 4%;
    border-radius: 20px;
}
.cta_top2 img{
    margin: 0 auto 2%;
    width: 93%;
    display: block;
}
.cta_top2 p{
    background: #f05a85;
    color: #fff;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 2%;
}
.cta2_box{
    border: solid 3px #f05a85;
    border-radius: 0 0 20px 20px;
}


/*---------- プラン ----------*/
section.plan {
    background: #fffbe1;
    padding: 10% 0 1%;
}
section.plan h2 img{
    width: 92%;
    margin: auto;
    display: block;
}

/* タブ */
.plan_area {
    max-width: 600px;
    margin: 20px auto;
    font-family: sans-serif;
    width: 95%;
}
.tabs {
    display: flex;
    gap: 4px;
}
.tab {
    flex: 1;
    padding: 10px;
    background-color: #cfcfcf; /* 押す前は灰色 */
    border: none;
    cursor: pointer;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    transition: background-color 0.3s ease;
    color: #fff;
    font-weight: bold;
}
h3{
    margin: 0;
}
.tab_contents {
    border: 2px solid #cfcfcf;
    background-color: #fff;
}
.tab_content {
display: none;
}
.tab_content.active {
display: block;
}

.plan_item h4{
    width: 96%;
    margin: 1em 0 3%;
}
.plan_item p{
    margin: 0 4% 3%;
}
.plan_item .plan_item_img{
    width: 92%;
    margin: 0 auto;
    display: block;
}
.plan_option{
    width: 94%;
    margin: 3% auto 6%;
}
.plan_text2{
    text-align: center;

}
.all_graph img{
    width: 91%;
    margin: 4% auto;
    display: block;
}
.plan_item_img02{
    width: 92%;
    margin: 0 auto 6%;
    display: block;
}

/*---------- お客様の声 ----------*/
section.voice {
    background: url("../img/voice_bg.jpg") no-repeat center;
    background-size: cover; 
    padding: 6% 0 3%;
}
section.voice h2 img {
    width: 82%;
    margin: auto;
    display: block;
}
section.voice .slick-next {
    right: 5%;
}
section.voice .slick-prev {
    left: 1%;
    z-index: 10;
}
section.voice .slick-prev:before, section.voice .slick-next:before {
    font-size: 36px;
    opacity: 1;
    color: #e94f80;
}
section.voice .slick-slide>div {
    width: 92%;
    margin: auto;
    /*margin-right: 4%;*/
}
section.voice .slick-dots li button:before,
section.voice .slick-dots li.slick-active button:before {
    color: #ee5b87;
    font-size: 13px !important;
}
section.voice .slick-dots{
    bottom: -18px !important;
}

@media screen and (min-width:600px){
    section.voice .slick-prev {
        left: 2%;
        z-index: 10;
    }
}

/*---------- 理由 ----------*/
section.reason{
    background:#fbdce4;
    padding: 10% 3% 2%;
}
section.reason h2 img{
    width: 96%;
    margin: 0 auto 5%;
    display: block;
}
.reason_area img{
    margin-bottom: 3%;
}


/*---------- エリア ----------*/
section.area{
    padding: 0 0 5%;
}
section.area h2 img{
    margin: 8% auto 3%;
    width: 89%;
    display: block;
}
.area img {
    margin-bottom: 14px;
}
.accordion-001 {
    width: 90%;
    margin: 10px auto;
    background-color: #fadce4;
    border-radius: 10px;
}
.accordion-001:not([open]) {
    margin: 10px auto;
}
.accordion-001 summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0.6em 1em;
    background-color: #e43d73;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
    position: absolute;
    right: 6%;
}
.accordion-001[open]  summary{
    border-radius: 10px 10px 0 0;
}
.accordion-001[open] summary::after {
    transform: rotate(225deg);
}
.accordion-001 ul {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    font-size: clamp(14px, 1.2vw, 24px);
    padding: 1em 0.2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] ul {
    transform: none;
    opacity: 1;
    width: 50%;
}
.accordion-001[open] div {
    display: flex;
    padding: 2% 4%;
}
.accordion-001[open] ul li{
    text-align: center;
    font-size: 1.5em;
    background: #fff;
    margin-bottom: 2%;
    padding: 1%;
}


/*---------- 質問 ----------*/

section.faq {
    background-color: #fffbe2;
    padding: 6% 0 7%;
}
section.faq h2 img {
    width: 87%;
    margin: 0 auto 4%;
    display: block;
}
.accordion-002 {
    width: 90%;
    margin: auto;
    margin-bottom: 3%;
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px #fe8fae;
}
.accordion-002 summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0.8em 4%;
    font-weight: 600;
    cursor: pointer;
    gap: 3%;
    font-size: 1.1em;
    line-height: 1.2em;
}
.accordion-002 summary img{
    width: 10%;
}
.accordion-002 summary::-webkit-details-marker {
    display: none;
}
.accordion-002 summary::before,
.accordion-002 summary::after {
    position: absolute;
    right: calc(1em + 2.5px);
    width: 2px;
    height: 12px;
    border-radius: 5px;
    background-color: #fe8fae;
    content: '';
}
.accordion-002 summary::before {
    rotate: 90deg;
}
.accordion-002 summary::after {
    transition: rotate .3s;
}
.accordion-002[open] summary::after {
    rotate: 90deg;
}
.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 1em 1em;
    color: #000000;
    transition: transform .5s, opacity .5s;
    text-align: justify;
}
.accordion-002[open] p {
    transform: none;
    opacity: 1;
    background-color: #ffd8e3;
    border-radius: 0 0 10px 10px;
    display: flex;
    gap: 3%;
    align-items: flex-start;
    padding: 4%;
    line-height: 1.3em;
}
.accordion-002[open] p img{
    width: 10%;
}


/*---------- フォーム ----------*/
.form {
    background: #ffafc5;
    padding: 6% 0;
}
.form h2 img {
    width: 78%;
    margin: -7% auto 4%;
    display: block;
}
.form-container {
    max-width: 500px;
    width: 84%;
    margin: 3% auto 10%;
    background: #fff;
    border-radius: 15px;
    padding: 3% 4% 1%;
}
.form-container label{
    margin-top: 4%;
}
.form-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}
label {
    display: block;
    margin-top: 20px;
    font-weight: bold;
}
.required {
    color: white;
    background: #e43d71;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
}
input, textarea {
    width: 92%;
    padding: 3% 4%;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
textarea {
    height: 100px;
}
.privacy-box {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    height: 150px;
    overflow-y: scroll;
    font-size: 13px;
    word-break: break-all;
}
.agree {
    margin: 3% 0 5%;
}
.agree label {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agree label p{
    margin-bottom: -1%;
}
.agree label input {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.submit-btn {
    margin: 0 auto 20px;
    width: 40%;
    background: #238ad5;
    color: white;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.submit-btn:hover {
    background: #238ad5;
}

/* ボタン選択 */
.cleaning-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 3% 0 6%;
}
.cleaning-options .option {
    background: #d7d7d7;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s;
}

/* 丸チェックボックス */
.cleaning-options .option input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.2s, border-color 0.2s;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
}
.cleaning-options label{
    margin-top: 0;
}

/* 選択時の丸を黄色に */
.cleaning-options .option input[type="checkbox"]:checked {
    background: #fef9cf;
    border-color: #fef9cf;
}

/* 選択時の文字を太字に */
.cleaning-options .option input[type="checkbox"]:checked + span {
    font-weight: bold;
}

/* 選択時の背景をピンクに */
.cleaning-options .option:has(input[type="checkbox"]:checked) {
    background: #ffafc5;
    color: #fff;
}
@media only screen and (min-width: 600px){
    .cleaning-options .option input[type="checkbox"]{
        height: 22px;
    }
}

/*---------- 追従ボタン ----------*/
.follow {
    background-color: #ffffffde;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    display: none;
    transition: transform 0.3s, bottom 0.3s;
    width: 100%;
    max-width: 640px;
    padding: 5px 10px;
}
.follow.show {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2%;
}
.fcta_text{
    width: 17%;
}

.follow a {
    display: block;
    width: 75%;
}

.follow a p {
    font-size: clamp(20px, 9.8vw, 24px);
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 6px;
    text-align: center;
}

@media only screen and (min-width: 767px){
    .follow.show {
        justify-content: center;
        max-width: 600px;
        width: 100%;
    }
}

/*---------- フッター ----------*/
footer {
    background-color: #ea5e8b;
    padding: 10% 10% 30% !important;
}
footer a img{
    width: 90%;
    margin: 0 auto 4%;
    display: block;
}
footer p {
    color: #fff;
    font-size: smaller;
    margin: 0;
}
.ff_area{
    max-width: 500px;
    width: 90%;
    text-align: left;
}
.ff_area .ff{
    display: flex;
    width: 100%;
}
.ff_area .ff p:first-child{
    width: 25%;
}


/*---------- フォーム確認ページなど ----------*/
.form-confirm #wrapper{
    background: #ffafc5;
}
.form-confirm h1 {
    color: #000000;
    text-align: center;
}
.button-area {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px;
}
.btn {
    flex: 1;
    padding: 15px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.back-btn {
    background: #ccc;
    margin: 0 auto 20px;
  }