@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_price
====================================================================== */
.pc {
    display: block;
}
.sp {
    display: none;
}

.f_pink {
    color: #f95b5b;
}

.f_bold {
    font-weight: 500;
}

.f_tax_s {
    font-size: 13px;
}

.l_main_visual.pt2 > .inner > .drop_wrap > .content {
    display: flex;
}

.l_main_visual .inner .box_1 {
    width: 230px;
    border-right: solid 4px #018fa7;
    padding: 8px 0 0;
}

 .l_main_visual .inner .box_2 {
    width: 870px;
    padding: 0 0 0 70px;
}

.nav_price {
    margin-top: 100px;
    margin-bottom: 200px;
}

.nav_price ul {
    display: flex;
    justify-content: space-between;
}

.nav_price ul li {
    width: 18%;
}

.nav_price ul li a {
    font-size: 18px;
    text-align: center;
    width: 100%;
    border: solid 2px #018FA7;
    border-radius: 6px;
    display: inline-block;
    color: #018FA7;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.nav_price ul li a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid;
    border-color:  transparent transparent #018FA7 #018FA7;
    transform: rotate(-45deg);
    position: absolute;
    right: 13px;
}

.l_content .l_main > .inner {
    width: 1100px;
    margin: 0 auto 150px;
}

.l_content .l_main .sec_ttl {
    width: 1100px;
    margin: 190px auto 50px;
    text-align: center;
    position: relative;
}

.l_content .l_main .sec_ttl .ja {
    display: block;
    font-size: 3em;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin: 0 0 30px;
}

.l_content .l_main .sec_ttl .en {
    display: inline-block;
    color: #018fa7;
    font-size: 1.8em;
    letter-spacing: 0.06em;
    padding: 0 30px;
    position: relative;
    background: #fff;
}

.l_content .l_main .sec_ttl:before {
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    bottom: 77px;
    width: 100%;
    background-image: radial-gradient(#018fa7 15%, rgba(0, 0, 0, 0) 25%), radial-gradient(#018fa7 15%, rgba(0, 0, 0, 0) 25%);
    background-size: 20px 20px;
    background-position: 0 0, 0 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l_content .l_main .sec_ttl:after {
    content: '';
    background: url(../img/drop.png);
    display: block;
    background-size: cover;
    width: 60px;
    height: 50px;
    margin: 20px auto 0;
}

.sec_price .notice {
    font-size: 15px;
    line-height: 26px;
    color: #202020;
    margin-top: 20px;
    margin-bottom: 200px;
}

.sec_price .notice ul {
    list-style-type: disc;
    margin-left: 20px;
}

.sec_ttl2 {
    font-size: 28px;
    padding-bottom: 20px;
    padding-top: 8px;
    border-bottom: solid 4px #018FA7;
    padding-left: 80px;
    position: relative;
    font-weight: 400;
}

.sec_ttl2.toilet:before {
    content: '';
    background: url(../img/ico_rest.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
}

.sec_ttl2.kitchen:before {
    content: '';
    background: url(../img/ico_kitchen.png);
    background-size: cover;
    width: 48px;
    height: 53px;
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
}

.sec_ttl2.bath:before {
    content: '';
    background: url(../img/ico_bath.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
}

.sec_ttl2.wash:before {
    content: '';
    background: url(../img/ico_wash.png);
    background-size: cover;
    width: 50px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.sec_ttl2.washing:before {
    content: '';
    background: url(../img/ico_washing.png);
    background-size: cover;
    width: 48px;
    height: 53px;
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
}

.sec_price {
    margin-bottom: 60px;
}

.sec_price:last-of-type {
    margin-bottom: 0;
}

.sec_price .free_ban {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.sec_price > .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec_price > .inner .task {
    width: 32%;
    border-radius: 6px;
    background: #F8F8F8;
    margin-bottom: 40px;
}

.sec_price > .inner .task.blank {
    background: #fff;
}

.sec_price > .inner .task .sec_ttl3 {
    background: #018FA7;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 6px 6px 0 0;
    height: 4em;
    position: relative;
}

.sec_price > .inner .task .sec_ttl3 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.sec_price > .inner .task .fee_ttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.sec_price > .inner .task .task_price {
    margin: 18px 25px 20px;
    font-size: 20px;
    line-height: 180%;
    border-bottom: solid 2px #DCDCDC;
    padding-bottom: 15px;
}

.sec_price > .inner .task .task_price .price_b1,
.sec_price > .inner .task .task_price .price_b2 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.sec_price > .inner .task .task_price .price_b2 {
    text-indent: 1.4em;
}

.sec_price > .inner .task .task_price .f_price {
    font-size: 50px;
}

.sec_price > .inner .task .task_price .f_total {
    font-size: 17px;
}

.sec_price > .inner .task .task_price.height_chosei {
    margin: 60px 25px 20px;
    padding-bottom: 55px;
}

.sec_price > .inner .task .task_price .f_mitsumori {
    font-size: 38px;
    color: #F95B5B;
    display: inline-block;
    margin-bottom: 10px;
}

.sec_price > .inner .task .task_detail {
    color: #202020;
    font-size: 16px;
    line-height: 27px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
}

.sec_price > .inner .task .task_detail ul {
    list-style: disc;
    margin-left: 20px;
}

.sec_price > .inner .task .task_detail .task_comment {
    margin-left: 20px;
}

.sec_price > .inner .task .task_detail .task_comment:first-of-type {
    margin-top: 10px;
}

.sec_price > .inner .task .task_detail .task_comment:before{
    content: "※";
    margin-left: -1em;
}

/* accordion */
.clk {
    pointer-events: none;
}

.toggle {
    display: block;
}

.toggle_btn {
    display: none;
}


@media screen and (max-width: 768px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .l_main_visual {
        min-height: 460px;
    }

    .l_main_visual.pt2 > .inner {
        min-height: 400px;
        padding-top: 64px;
        background: url(../img/category/sp/bg_water.png) no-repeat;
        background-size: 100%;
    }

    .l_main_visual.pt2 > .inner > .drop_wrap {
        width: 100%;
        background: #cef0f6;
        padding-top: 20px;
        min-height: 400px;
    }

    .l_main_visual.pt2 > .inner > .drop_wrap:before {
        content: '';
        background: url(../img/category/sp/bg_drop.png) no-repeat;
        width: 375px;
        height: 396px;
        right: 0;
        background-size: cover;
        display: block;
    }

    .l_main_visual.pt2 > .inner > .drop_wrap > .content {
        display: block;
        width: 100%;
    }

    .l_main_visual.pt2 > .inner > .drop_wrap > .content .box_1 {
        width:100%;
        border-right: none;
        position: relative;
        top: 0;
        text-align: center;
    }

    .l_main_visual.pt2 > .inner > .drop_wrap > .content .box_2 {
        width:100%;
        padding: 20px 0 0;
    }

    .l_content .l_main > .inner {
        width: auto;
        margin: 0 18px 150px;
    }

    .nav_price {
        margin-top: 60px;
        margin-bottom: 115px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    
    .nav_price ul {
        display: block;
    }
    
    .nav_price ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .nav_price ul li a {
        font-size: 18px;
        text-align: center;
        width: 100%;
        border: solid 2px #018FA7;
        border-radius: 6px;
        display: inline-block;
        color: #018FA7;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }
    
    .nav_price ul li a:after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border: 2px solid;
        border-color:  transparent transparent #018FA7 #018FA7;
        transform: rotate(-45deg);
        position: absolute;
        right: 13px;
    }

    .l_content .l_main .sec_ttl {
        width: 100%;
        margin: 90px auto 50px;
        text-align: center;
        position: relative;
    }

    .l_content .l_main .sec_ttl .ja {
        display: block;
        font-size: 2.8em;
        font-weight: 400;
        letter-spacing: 0.06em;
        margin: 0 0 10px;
    }
    
    .l_content .l_main .sec_ttl .en {
        display: inline-block;
        color: #018fa7;
        font-size: 1.3em;
        letter-spacing: 0.06em;
        padding: 0 30px;
        position: relative;
        background: #fff;
    }

    .l_content .l_main .sec_ttl:before {
        content: '';
        display: block;
        height: 7px;
        position: absolute;
        bottom: 43px;
        width: 100%;
        background-image: radial-gradient(#018fa7 5%, rgba(0, 0, 0, 0) 15%), radial-gradient(#018fa7 5%, rgba(0, 0, 0, 0) 15%);
        background-size: 10px 10px;
        background-position: 0 0, 0 13px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .l_content .l_main .sec_ttl:after {
        content: '';
        background: url(../img/drop.png);
        display: block;
        background-size: cover;
        width: 35px;
        height: 29px;
        margin: 10px auto 0;
    }

    .sec_price .free_ban {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .sec_price .box_pay img {
        width: 100%;
    }

    .sec_price .notice {
        margin-bottom: 110px;
    }

    .sec_ttl2 {
        font-size: 2.5em;
        padding-bottom: 10px;
        padding-top: 6px;
        padding-left: 55px;
    }

    .sec_ttl2.toilet:before {
        content: '';
        background: url(../img/ico_rest.png);
        background-size: cover;
        width: 37px;
        height: 37px;
        position: absolute;
        top: -5px;
        left: 0;
        display: inline-block;
    }

    .sec_ttl2.kitchen:before {
        content: '';
        background: url(../img/ico_kitchen.png);
        background-size: cover;
        width: 34px;
        height: 37px;
        position: absolute;
        top: -5px;
        left: 0;
        display: inline-block;
    }

    .sec_ttl2.kitchen_2l {
        line-height: 130%;
    }

    .sec_ttl2.kitchen_2l:before {
        content: '';
        background: url(../img/ico_kitchen.png);
        background-size: cover;
        width: 34px;
        height: 37px;
        position: absolute;
        top: 1.2em;
        left: 0;
        display: inline-block;
    }
    
    .sec_ttl2.bath:before {
        content: '';
        background: url(../img/ico_bath.png);
        background-size: cover;
        width: 37px;
        height: 37px;
        position: absolute;
        top: -5px;
        left: 0;
        display: inline-block;
    }
    
    .sec_ttl2.wash:before {
        content: '';
        background: url(../img/ico_wash.png);
        background-size: cover;
        width: 37px;
        height: 32px;
        position: absolute;
        top: -2px;
        left: 0;
        display: inline-block;
    }
    
    .sec_ttl2.washing:before {
        content: '';
        background: url(../img/ico_washing.png);
        background-size: cover;
        width: 35px;
        height: 37px;
        position: absolute;
        top: -5px;
        left: 0;
        display: inline-block;
    }

    .sec_price {
        margin-bottom: 62px;
    }

    .sec_price > .inner {
        display: block;
    }
    
    .sec_price > .inner .task {
        width: 100%;
        border-radius: 6px;
        background: #F8F8F8;
        margin-top: 22px;
        margin-bottom: 20px;
    }

    .sec_price > .inner .task.blank {
        display: none;
    }

    .sec_price > .inner .task:first-of-type {
        margin-top: 30px;
    }
    
    .sec_price > .inner .task .sec_ttl3 {
        background: #018FA7;
        font-size: 20px;
        line-height: 26px;
        text-align: left;
        color: #fff;
        border-radius: 6px;
        height: 4em;
        position: relative;
    }
    
    .sec_price > .inner .task .sec_ttl3 .inner {
        position: absolute;
        top: 50%;
        left: 55%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
    .sec_price > .inner .task .fee_ttl {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
    }
    
    .sec_price > .inner .task .task_price {
        margin: 18px 25px 20px;
        font-size: 20px;
        line-height: 180%;
        border-bottom: solid 2px #DCDCDC;
        padding-bottom: 15px;
    }

    .sec_price > .inner .task .task_price.height_chosei {
        margin: 18px 30px 20px;
        padding-bottom: 20px;
    }
    
    .sec_price > .inner .task .task_price .price_b1,
    .sec_price > .inner .task .task_price .price_b2 {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sec_price > .inner .task .task_price .price_b2 {
        text-indent: 2em;
    }
    
    .sec_price > .inner .task .task_price .f_price {
        font-size: 50px;
    }
    
    .sec_price > .inner .task .task_price .f_total {
        font-size: 17px;
    }
    
    .sec_price > .inner .task .task_detail {
        color: #202020;
        font-size: 16px;
        line-height: 27px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .sec_price > .inner .task .task_detail ul {
        list-style: disc;
        margin-left: 20px;
    }
    
    .sec_price > .inner .task .task_detail .task_comment {
        margin-left: 20px;
        margin-top: 10px;
    }
    
    .sec_price > .inner .task .task_detail .task_comment:before{
        content: "※";
        margin-left: -1em;
    }

    /* accordion */
    .clk {
        pointer-events: all;
    }

    .toggle {
        display: none;
    }

    .toggle_btn {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        display: block;
        width: 50px;
        height: 50px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 50%;
    }
    .toggle_btn:before, .toggle_btn:after {
        display: block;
        content: '';
        background-color: #fff;
        position: absolute;
        width: 20px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .toggle_btn:before {
        width: 2px;
        height: 20px;
    }
    .clk.selected .toggle_btn:before {
        content: normal;
    }
    .clk.selected {
        border-radius: 6px 6px 0 0 !important;
    }
}
