@charset "utf-8";

/* -------------------------------------
    柏市民限定！無制限無料サービスLP
---------------------------------------*/
.kashiwa_lp_mv {
    padding-bottom: 0;
    .inner {
        @media (max-width:767px) {
            padding: 0;
        }
    }

}
.banner_single_tel {
    a {
        display: block;
        img {
            width: 100%;
            display: block;
            margin: 0 auto;
        }
    }
}

.kashiwa_first_message{
    padding: 0;
    .inner{
        padding: 40px 0 0 0;
        @media (max-width:767px){
            padding: 20px 0 0 0;
        }
        p{
            text-align: center;
            color:#333786;
            font-weight: bold;
            font-size: 3.0rem;
            @media (max-width:767px){
                font-size: 2.0rem;
                line-height: 1.4;
            }
            span{
                font-size: 3.6rem;
                color: #cc4f41;
                background: linear-gradient(transparent 50%, yellow 50%);
                @media (max-width:767px){
                    font-size: 2.4rem;
                }
            }
        }
    }
}

.column_kashiwa_lp{
    &.column_top_banner{
        .inner{
            max-width: 1100px;
            width: 100%;
            margin: 0 auto;
            .lp_tel_bnr {
                width: 100%;
                display: block;
                margin-bottom: 15px;
                @media (max-width:768px) {
                    margin-bottom: 7px;
                }
                img {
                    display: block;
                    width: 100%;
                }
            }
            .lp_tel_bnr3 {
                display: flex;
                gap: 15px;
                flex-wrap: wrap;
                justify-content: space-between;
                @media (max-width:768px) {
                    gap: 5px;
                }
                a {
                    width: calc(100%/3 - 10px);
                    display: block;
                    img {
                        display: block;
                        width: 100%;
                    }
                    @media (max-width:768px) {
                        width: 100%;
                    }
                }
            }
        }
    }
    .accent-catch .wrap {
        @media (max-width:767px) {
            font-size: 1.9rem;
        }
        &::before,
        &::after {
            @media (max-width:1024px) {
                display: none;
            }
        }

    }
}

/* 火葬待ち問題 */
.column_cremation_issue{
    .inner{
        .issue_box{
            .title{
                font-size: 2.8rem;
                line-height: 1.4;
                font-weight: 700;
                @media (max-width:767px){
                    font-size: 1.9rem;
                }
                span{
                    color: #cc4f41;
                    background: linear-gradient(transparent 50%, yellow 50%);
                }
            }
        }
        /* 最長17日待ちものケースも！？ */
        .issue_box01{
            .title{
                font-size: 3.5rem;
                text-align: center;
                margin-bottom: 15px;
                @media (max-width:767px){
                    font-size: 3rem;
                }
                .emphasis{
                    color: #333;
                    text-emphasis: filled #cc4f41;
                    background: none;
                }
                .bog_txt {
                    font-size: 4rem;
                    @media (max-width:767px){
                    font-size: 3.5rem;
                    }
                }
            }
            .inner_text{
                max-width: 70%;
                margin:0 auto 30px auto;
                border: 1px solid #afafaf;
                background-color:#ecedff;
                padding: 30px;
                border-radius: 5px;
                @media (max-width:767px){
                    max-width: 100%;
                    padding: 15px;
                }
                p{
                    @media (max-width:767px){
                        font-size: 1.3rem;
                    }
                }
            }
        }
        /* そこで！下矢印 */
        .issue_box02{
            width:100%;
            margin: 0 auto 30px auto;
            .arrow{
                text-align: center;
                width: 0;
                height: 0;
                border-left: 150px solid transparent;
                border-right: 150px solid transparent;
                border-top: 75px solid #333786;
                position: relative;
                margin: 0 auto;
                span{
                    position: absolute;
                    top: -50px;
                    left: -150px;
                    width: 300px;
                    text-align: center;
                    color: #fff;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 1.2;
                }
            }
        }
        /* 柏市でご葬儀・家族葬をお考えの方へ */
        .issue_box03{
            text-align: center;
            p{
                text-align: center;
                @media (max-width:767px){
                    font-size: 1.3rem;
                }
            }
            .title{
                font-size: 3.7rem;
                display: inline-block;
                margin: 0 auto 30px auto;
                color: #333;
                font-weight: 700;
                line-height: 1.3;
                @media (max-width:767px){
                    font-size: 2.8rem;
                }
            }
            span.issue_box03_big_txt {
                background: #E2004A;
                color: #fff;
                padding: 7px 5px;
            }
            .unlimited_free_service{
                max-width: 830px;
                width: 100%;
                margin: 15px auto 0 auto;
                border: 1px solid #afafaf;
                background-color: #efefef;
                border-radius: 5px;
                @media (max-width:767px){
                    max-width: 100%;
                }
                h3{
                    text-align: center;
                    font-size: 2.8rem;
                    color: #fff;
                    background-color: #333786;
                    border-radius: 5px 5px 0 0;
                    padding: 10px 0;
                    @media (max-width:767px){
                        font-size: 1.7rem;
                    }
                    span {
                        color: #F6ED0E;
                        @media (max-width:767px) {
                            font-size: 3rem;
                            font-weight: 700;
                        }
                    }
                }
                .title{
                    padding: 15px 0;
                    margin: 0;
                    color: #cc4f41;
                }
                ul{
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    padding: 30px 30px 30px 30px;
                    @media (max-width:767px){
                        padding: 30px 15px 30px 15px;
                    }
                    li{
                        width: calc(100% / 3 - 12px);
                        background-color: #fff;
                        border-radius: 5px;
                        padding: 20px;
                        @media (max-width:767px){
                            width: 100%;
                            margin-bottom: 15px;
                        }
                        &:nth-child(1){
                            background:#fff url(../img/common/free_service_icon01.png);
                            background-position: center -140px;
                            background-repeat: no-repeat;
                            @media (max-width:767px){
                                background-position: center -140px;
                            }
                        }
                        &:nth-child(2){
                            background:#fff url(../img/common/free_service_icon02.png);
                            background-position: center -140px;
                            background-repeat: no-repeat;
                            @media (max-width:767px){
                                background-position: center -130px;
                            }
                        }
                        &:nth-child(3){
                            background:#fff url(../img/common/free_service_icon03.png);
                            background-position: center -140px;
                            background-repeat: no-repeat;
                            @media (max-width:767px){
                                background-position: center -130px;
                            }
                            p{
                                span{
                                    display: inline-block;
                                    font-size: 3.2rem;
                                    margin-top: 6px;
                                }
                            }
                        }
                        &:last-child{
                            @media (max-width:767px){
                                margin-bottom: 0;
                            }
                        }
                        img{
                            display: block;
                            margin: 0 auto 20px auto;
                        }
                        p{
                            font-weight: bold;
                            line-height: 1.1;
                            font-size: 2.8rem;
                            padding-top: 41%;
                            @media (max-width:767px){
                                padding-top: 38%;
                            }
                            span{
                                font-size: 3.7rem;
                                color: #E2004A;
                                background: linear-gradient(transparent 50%, yellow 50%);;
                            }
                            
                        }
                        .sub-text{
                            font-size: 1.2rem;
                            margin-top: 10px;
                            padding: 0;
                        }
                    }
                }
            }
        }
    }
}

/* サービス・費用 比較表 */
.column_comparison{
    padding-top: 60px;
    background-color: #fbfdec;
    @media (max-width:767px){
        padding-top: 30px;
    }
    .inner{
        .title_header{
            text-align: center;
            .title{
                font-size: 3.3rem;
                line-height: 1.4;
                font-weight: 700;
                font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
                @media (max-width:767px){
                    font-size: 2.5rem;
                }
                span{
                    background: linear-gradient(transparent 50%, yellow 50%);
                }
                .blue{
                    color: #333786;
                    background: none;
                    font-size: 3.6rem;
                    @media (max-width:767px) {
                        font-size: 2.9rem;
                    }
                }
            }
        }
        .comparison_table{
            max-width: 1000px;
            margin:30px auto 0 auto;
            @media (max-width:767px){
                max-width: 100%;
            }
        }
    }
}

/* ファミリーホール柏 おいはな会館の説明 */
.column_hall_oihanakaikan{
    padding: 60px 0 0 0;
    @media (max-width:767px){
        padding: 30px 0 0 0;
    }
    .inner{
        .title_header{
            text-align: center;
            margin-bottom: 30px;
            .sub-title{
                font-size: 1.8rem;
            }
            .title{
                font-size: 3.3rem;
                line-height: 1.4;
                font-weight: 700;
                font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
                color: #333786;
                @media (max-width:767px){
                    font-size: 2.5rem;
                }
            }
        }
        .hall_information{
            margin: 30px auto;
            p{
                @media (max-width:767px){
                    font-size: 1.5rem;
                }
            }
        }
    }
}

/* 会社情報 */
.column_info_company{
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/common/bg01.png);
    @media (max-width:767px){
        padding-top: 30px;
    }
    .inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        @media (max-width:767px){
            flex-direction: column;
        }
        > div{
            width: 50%;
            @media (max-width:767px){
                width: 100%;
            }
        }
        .company_info{
            width: calc(50% - 80px);
            margin: 0 auto;
            @media (max-width:767px){
                width: 100%;
                margin: 0 auto 30px auto;
            }
            > img{
                display: block;
                max-width: 380px;
            }
            .hallname{
                margin:30px auto 0 auto;
            }
            .address{
                margin:10px auto;
            }
        }
    }
}

.company_info_btn{
    margin-top: 10px;
    max-width: 420px;
    a{
        display: block;
        position: relative;
        background-color: #333786;
        color: #fff;
        line-height: 1.4;
        font-size: 1.6rem;
        text-align: center;
        padding: 1em;
        &::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 6%;
            transform: translateY(-50%) rotate(45deg);
            width: 12px;
            height: 12px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            transition: all 0.3s;
        }
    }
}

/* --- 一部上書き（当ページのみ） --- */
.kashiwa{
    main{
        .h1_box{
            .h_tit{
                bottom: -40px;
                @media (max-width:767px){
                    bottom: -80px;
                }
            }
        }
    }

    .column_first_hurry{
        background: none;
        .inner{
            background:none;
            padding: 0;
        }
    }

    .column_faq_hurry{
        .faq_wrap{
            max-width: 1100px;
            width: 100%;
            margin: 0 auto;
            gap: 30px;
            .icon{
                width: 40px;
                height: 40px;
                border-radius: none;
                background-color: #fff;
                @media (max-width:767px){
                    display: none;
                }
            }
            ul{
                li{
                    margin-bottom: 20px;
                    &:last-child{
                        margin-bottom: 60px;
                    }
                }
            }
            .question{
                border-bottom-left-radius:0;
                border-bottom-right-radius: 0;
                &:hover{
                    cursor:default;
                }
                &::after{
                    content: none;
                }
            }
            .answer{
                display: block;
                &::before{
                    left: 20px;
                }
            }
        }
    }

    #footer{
        margin-top: 60px;
        @media (max-width:767px){
            margin-top: 100px;
        }
    }
}
