@charset "utf-8";

/* ---
    お急ぎの方へ urgency 追加CSS
-------------------------------- */

/* MV 追加 */
/* 24時間365日受付 */
.column_first_hurry{
    .inner{
        padding: 70px 15px 100px;
        @media (max-width:1023px){
            padding: 30px 15px 0 15px;
        }
        .hurry_container{
            flex-direction: column;
            align-items: unset;

            .available_24_365{
                max-width: 640px;
                background-color: #F5474F;
                margin: 30px auto 0 auto;
                border-radius: 50vw;
                @media (max-width:1023px){
                    display: none;
                }
                p{
                    color: #fff;
                    text-align: center;
                    font-size: 5.0rem;
                    font-weight: 700;
                    padding: 0.1em 2em;
                }
            }
        }
    }
}

.column_container_tel{
    .inner{
        background: transparent;
    }
}


/* 神奈川・東京エリア/千葉エリアTEL */
/* PC表示とSPモーダル内のCSS */
.new_two_tel{
    max-width: 1300px!important;
    @media (max-width:1023px){
        padding: 0!important;
        max-width: 100%!important;
    }
    ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 20px;
        li{
            width: calc(100% / 2 - 20px);
            &:last-child{
                .two_tel_detail{
                    margin-bottom: 0;
                    padding-bottom: 0;
                    border-bottom: none;
                }
            }
            @media (max-width:1023px){
                background-color: #fff;
                margin-bottom: 15px;
            }
            .two_tel_detail{
                background-color: #fff;
                border-radius: 20px;
                &.kt_area{
                    border: 3px solid #35A89E;
                }
                &.chiba_area{
                    border: 3px solid #F78511;
                }
                a{
                    padding: 30px;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    flex-direction: column;
                    @media (max-width:1023px){
                        font-size: 3.0rem;
                    }
                    .tt_area{
                        width: 100%;
                        display: inline-block;
                        padding: 0;
                        color: #333;
                        text-align: center;
                        font-size: 6.0rem;
                        line-height: 1;
                        font-weight: 700;
                        border-radius: 6px;
                        @media (max-width:1023px){
                            width: 100%;
                            font-size: 1.6rem;
                            padding: 0.5em;
                            border-radius: 0;
                        }
                    }
                    .tt_telnum{
                        width: 100%;
                        flex: 1;
                        font-family: Arial, Helvetica, sans-serif;
                        font-weight: 700;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        line-height: 1;
                        font-size: 7.0rem;
                        color: #fff;
                        padding: 0.1em 0;
                        margin-top: 20px;
                        @media (max-width:1023px){
                            display: inline-block;
                            width: 100%;
                            font-size: 3.2rem;
                        }
                        &.kt_area{
                            background-color: #35A89E;
                        }
                        &.chiba_area{
                            background-color: #F78511;
                        }
                        &::before{
                            font-size: 3.6rem;
                            color: #fff;
                            content: "\f095";
                            font-family: "Font Awesome 6 Free";
                            font-weight: 700;
                            padding: 0 10px;
                        }
                    }
                }
            }
        }
    }
}

/* 神奈川・東京エリア/千葉エリアTEL */
/* SPのページ内CSS */
.sp_two_tel{
    ul{
        margin: 30px auto 15px auto;
        li{
            margin-bottom: 15px;
            &:last-child{
                margin-bottom: 0;
            }
            .two_tel_detail{
                padding: 10px;
                border-radius: 6px;
                &.kt_area{
                    background-color: #F78511;
                    box-shadow: 3px 3px 0px #874605;
                }
                &.chiba_area{
                    background-color: #35A89E;
                    box-shadow: 3px 3px 0px #0b6c64;
                }
                a{
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    width: 100%;
                    color: #fff;
                    text-align: center;
                    position: relative;
                    &::before{
                        font-size: 4.6rem;
                        content: "\f098";
                        font-family: "Font Awesome 6 Free";
                        font-weight: 700;
                        position: absolute;
                        left: 10px;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                    &::after{
                        font-size: 2.0rem;
                        content: "\f138";
                        font-family: "Font Awesome 6 Free";
                        font-weight: 700;
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                    > span{
                        width: 100%;
                        flex: 1;
                        line-height: 1.2;
                        &.tt_telnum{
                            font-size: 3.0rem;
                            font-weight: bold;
                            .mini{
                                font-size: 2.0rem;
                            }
                        }
                    }
                }
            }
        }
    }
}

/* 年中無休・24時間受付中アイコン */
.sp_two_point{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 30px;
    li{
        width: calc(100% / 2 - 10px);
        background-color: #f5e615;
        color: #DA2828;
        text-align: center;
        padding: 5px 0;
        font-weight: 700;
        box-shadow: 3px 3px 0px #131313;
    }
}


/* menu-box_sp2「お急ぎの方へ」専用モーダル */
.urgency-nav-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
    padding: 20px;
    box-sizing: border-box;
}

.urgency-nav-modal.active {
    display: flex;
}

.urgency-nav-modal__dialog {
    position: relative;
    width: min(560px, 100%);
    background: #fff;
    border-radius: 10px;
    padding: 48px 20px 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.urgency-nav-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

.urgency-nav-modal__text {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
    color: #111;
}