@charset "UTF-8";
section{
    padding: 50px 0;
}
header{
    padding: 0 10px;
    height: 64px;
}
header .header_w{
    width: 100%;
   
}
.main_kv_sp{
    width: 100%;
}
header .logo img{
    width: 100px;
}
header .menu-toggle{
    margin-left: 12px;

}
header .nav-menu{
    top: 64px;
}
header .insta_link,
header .insta_link img{
    width: 32px;
    height: 32px;
}
body{
    padding-top: 55px;
}
body.home .top_kv{
    padding-top: 30px;
    /* padding-top: 0px; */
}
body.home .top_kv .main_kv_pc{
    margin-top: 0px;
    object-position: 65% 50%;
    object-position: 61% 50%;

    object-position: 58% 50%;
}
body.home .top_kv img{
    width: 90%;
    margin: 0 auto;

    /* 位置調整用 */
    margin-bottom: -80px;
    margin-bottom: -58px;
    
}
body.page .top_kv .main_kv_pc, body.home .top_kv .main_kv_pc{
    min-height: 44px;
}
footer .footer_container{
    width: 100%;
}
.sub_h2{
    top: -30px;
    left: -15px;
    top: -45px;
    left: 10px;
    /* width: 60%; */
    height: auto;
}
footer .footer_container,
footer nav ul{
    display: block;
}
footer{
    padding: 40px 0 0;
}
footer nav ul{
    margin-top: 30px;
    height: auto;
}
footer nav ul li{
    margin-bottom: 10px;
}
footer nav ul li:last-child{
    margin-bottom: 0;
}
footer .footer_container{
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
h2{
    font-size: 30px;
}
h2::before{
    width: 28px;
    height: 26px;
    margin-bottom: -2px;
}
.sub_h2{
    width: 180px;
}
.pc_disp{
    display: none;
}
.sp_disp{
    display: block;
}
section{
    min-width: unset;
}
.content_w{
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}
section.about{
    padding-top: 50px;
}
section.about .about_main{
    width: 100%;
}

section.contact .link_frame{
    display: block;
    margin-top: 50px;
}
section.contact .sub_h2{
    width: 140px;
}

/* ------------------------------ */
/* 晴について */
/* ------------------------------ */
section.about{
    padding-bottom: 50px;
    overflow: hidden;
}
section.about .about_main h2{
    margin-bottom: 20px;
}
section.about .sub_h2{
    left: -5px;

}
section.about .about_main .txt{
    text-align: left;
    width: fit-content;
    margin: 0 auto;
}
section.about .about_main{
    padding: 30px 16px 60px;
}
section.about .about_main .deco_img.right{
    width: 100px;
    right: 0;
}
section.about .about_main .deco_img.left{
    width: 114px;
    left: 0;
}
section.about .about_sub h3{
    font-size: 22px;
}
section.about .about_sub.bg1{
    flex-direction: column-reverse;
}
section.about .about_sub.bg2{
    flex-direction: column;
    gap: 40px;
}
section.about .about_sub .txt_frame{
    background-size: cover;
    background-position: center center;
    width: 100%;

    padding-top: 66.64%;
    box-sizing: border-box;
}
section.about .about_sub .txt{
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.about .about_sub .txt_frame .txt h3,
section.about .about_sub .txt_frame .txt p{
    width: 90%;
    /* display: block; */
    margin: 0 auto;
}
section.about .about_sub .txt_frame .txt h3{
    margin-bottom: 16px;
}
section.about .about_sub .txt_frame .txt p br{
    display: none;
}
section.about .about_sub.bg1 .txt_frame img.arrow{
    transform: rotate(-45deg);
    right: 10px;
    left: auto;
    min-width: 74px;
    width: 20%;
    /* bottom: 10px; */
    bottom: auto;
    top: 95%;
}
section.about .about_sub img.pic{
    width: 100%!important;
}
section.about .bg_frame1::before{
    right: 0;
    top: auto;
    bottom: 0;
    left: 30%;
}
section.about .about_sub.bg2 .txt{
    padding-left: 0;
    width: 100%;
}
section.about .about_sub.bg2 .txt_frame{
    margin-bottom: 10px;
}
section.about .about_sub.bg2 .txt_frame img.arrow{
    min-width: 74px;
    width: 20%;
    right: inherit;
    left: 30px;

    top: 90%;
    transform: rotate(60deg);
}
section.about .bg_frame2::before{
    left: auto;
    right: 30px;
    bottom: -106px;
}
/* スライダー設定 */
section.about .swiper{
    margin-top: 40px;
}
section.about .swiper .swiper-slide{
    width: 110px;
}
section.about .swiper .swiper-slide img{
    width: 110px;
    height: 73px;
}


/* ------------------------------ */
/* お知らせ */
/* ------------------------------ */
section.news h2{
    padding: 20px 0px;
    margin-bottom: 20px;
}
section.news h2:after{
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 18px solid #F3A065;
    border-bottom: 0;
    position: absolute;
    bottom: -16px;
}
section.news .sub_h2{
    top: 0px;
    right: 10px;
    width: 140px;
    left: auto;
}
section.news{
    padding-bottom: 50px;
}
/* ------------------------------ */
/* サービス・料金 */
/* ------------------------------ */
section.service{
    padding-top: 50px;
}
section.service h3{
    font-size: 22px;
    margin-top: 50px;
}
section.service .long_plan .use_fee_frame{
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
section.service .long_plan .use_fee{
    width: 100%;
}

section.service .use_fee_frame img{
    width: 32px;
}
section.service .short_plan .use_fee{
    width: calc(50% - 5px);
}
section.service .short_plan .use_fee .title,
section.service .short_plan .use_fee .price{
    font-size: 18px;
    width: 100%;
    height: 40px;
}
section.service .short_plan .use_fee_frame{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
section.service .short_plan .postscript p.check_time{
    font-size: 18px;
}
section.service .short_plan .postscript .deco_img{
    width: 110px;
    bottom: -50px;
}
section.service .short_plan .dl_pdf{
    margin-top: 80px;
}
section.service .other_plan .use_fee{
    display: block;
    height: auto;
}
section.service .other_plan .use_fee .title,
section.service .other_plan .use_fee .price{
    width: 100%;
    font-size: 18px;
}
section.service .other_plan .use_fee .price{
    line-height: normal;
}
section.service .other_plan .use_fee p span.sub_title{
    display: block;
    font-size: 14px;
    /* width: auto; */
    max-width: unset;
}
section.service .other_plan .use_fee p,
 section.service .other_plan .use_fee p .txt{
    line-height: normal;
    height: auto;
 }
 section.service .other_plan .use_fee .title{
    padding: 16px 0;
 }
 section.service .other_plan .use_fee p{
    height: auto;
    padding: 22px 0;
    line-height: normal;
 }
 section.service .other_plan .use_fee p .txt .size{
    margin-right: 12px;
    letter-spacing: 0;
 }
 section.service .other_plan .use_fee .tit{
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    
 }
 section.service .other_plan .use_fee.dog p .txt{
    padding-top: 0;
 }
 section.service .other_plan .use_fee .season{
    margin-bottom: 20px;
 }
 section.service .other_plan .use_fee .season:last-child{
    margin-bottom: 0;
 }
 section.service .facility_frame{
    display: block;
    margin: 40px auto 140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 140px;

    /* 背景 */
    background-image: url("./images/facility04_sp.svg");
    background-position: center 92%;
 }
 section.service .facility_frame img{
    /* text-align: center; */
    display: block;
    margin: 0 auto;
    margin-top: -6px;
    max-width: 280px;
    width: 33%;
    width: 100%;
 }
 section.service .postscript{
    margin-bottom: 50px;
    padding-left: 20px;
 }
 section.service .postscript ul{
    padding-left: 14px;
 }
 section.service .message{
    box-sizing: border-box;
    padding: 50px 10px;
 }
 section.service .message .content_w{
    padding: 40px 15px 0;
 }
 section.service .message .content_w img{
    width: 100%;
 }
 section.service .message .content_w:before{
    display: none;
 }
 section.service .sub_h2{
    left: 10px;
    /* top: -38px; */
    width: 140px;
 }
/* ------------------------------ */
/* お客様の声 */
/* ------------------------------ */
section.voice{
    padding-top: 50px;
    padding-bottom: 50px;
}
section.voice li .icon {
    width: 50px;
    height: 50px;
}
section.voice li .title{
    line-height: 1.25;
}
section.voice li{
    column-gap: 25px;
}
section.voice li .box:after, 
section.voice li .box:before{
    /* top: 8%;
    top: 35px; */
}
section.voice li .box{
    padding: 18px;
}
section.voice .sub_h2{
    top: -38px;
    left: 10px;
    width: 100px;
}
/* ------------------------------ */
/* よくあるご質問 */
/* ------------------------------ */
section.qa .qa_list{
    margin: 50px 0 0;
    padding: 0;
}
section.qa .sub_h2{
    width: 160px;
}
section.qa .qa_list li h3.question{
    font-size: 16px;
    height: fit-content;
    line-height: 1.25;
    padding: 11px 60px 11px 16px;

}
section.qa .qa_list li p.answer{
    padding: 16px;
}

/* ------------------------------ */
/* よくあるご質問 */
/* ------------------------------ */
section.contact{
    padding-bottom: 0;
}
section.contact .contact_link a{
    width: 300px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    font-size: 18px;
}
section.contact .contact_link{
    margin-bottom: 20px;
}
section.contact .open_time{
    margin-top: 40px;
}
 .pc_disp{
    display: none!important;
}
.sp_disp{
    display: block!important;
}
@media (max-width: 321px) {
    section.about .about_sub .txt_frame{
        background-size: contain;
    }
    section.about .about_sub.bg2 img.pic{
        width: 100%;
    }
}

/* ipad等の対応 */
@media (min-width: 768px) and (max-width: 1024px) {
    .content_w{
        padding: 0 20px;
    }
    .sub_h2{
        
    }
    body.home .top_kv img{
        width: 80%;
        width: 68%;
        /* 位置調整用 */
        margin-bottom: -66px;
    }
    section.service .message .content_w img{
        width: 75%;
    }
    section.about .about_main,
    section.about .about_sub.bg1,
    section.about .about_sub.bg2{
        margin-bottom: 0;
    }
    section.about .about_sub.bg2{
        margin-top: -100px;
        margin-bottom: -100px;
    }
    section.about .bg_frame2::before{
        right: auto;
        left: -360px;
    }
    section.contact .link_frame{
        display: flex;
    }
    section.contact .contact_link{
        width: 240px;
        max-width: 240px;
        width: 30%;

    }
    section.service .facility_frame{
        display: flex;
    }
    section.contact .contact_link a{
        width: 100%;
    }
    section.about .about_sub.bg2,
    section.about .about_sub.bg1{
        flex-direction: row;
    }
    section.about .about_sub.bg2 .txt_frame{
        padding-left: 28px;
    }
    section.about .about_sub img.pic{
        width: 49% !important;
    }
    section.about .about_sub .txt_frame{
        background-size: contain;
        background-position: center center;
        width: 65%;
    }
    section.about .about_sub.bg1 .txt_frame img.arrow{
        transform: rotate(-7deg);
        right: auto;
        left: 26px;
        width: 74px;
        bottom: 17px;
        bottom: 105px;
        top: auto;
    }
    section.about .about_sub.bg2 .txt_frame img.arrow {
        width: 74px;
        right: inherit;
        left: auto;
        transform: rotate(6deg);
        right: 0;
        bottom: 14px;
        bottom: 105px;
        top: auto;
    }
    section.service .postscript{
        margin-top: 40px;
    }
    section.service .use_fee_frame{
        margin-bottom: 60px;
    }
    section.service .facility_frame img{
        width: 33%;
    }
}