@charset "utf-8";

/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/


.breadcrumbs {
    margin: 0;
}

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.mainview {
    margin: 0 0 60px;
    height: 560px;
    background: url("/page/common/shop/kouhoku/koukyou/images/shop/bg_main_public_rent.png") no-repeat center 0;
}
    .mainview__ttl {
        padding: 63px 0 0 49px;
    }

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.list-card {
    margin: 0 0 60px;
}
    [class*="list-card__items--"]{
        height: 560px;
        background-repeat: no-repeat;
        background-size  : cover;
        display    : flex;
        align-items: center;
        padding: 0 100px;
    }
    [class*="list-card__items--"]:nth-child(2n - 1){
        justify-content: flex-end;
    }
    .list-card__items--item1 { background-image: url("/page/common/shop/kouhoku/koukyou/images/shop/bg_list_card1.png");}
    .list-card__items--item2 { background-image: url("/page/common/shop/kouhoku/koukyou/images/shop/bg_list_card2.png");}
    .list-card__items--item3 { background-image: url("/page/common/shop/kouhoku/koukyou/images/shop/bg_list_card3.png");}
    .list-card__items--item4 { background-image: url("/page/common/shop/kouhoku/koukyou/images/shop/bg_list_card4.png");}

        .list-card__block {
            background-color: #fff;
            width: 600px;
            padding: 33px 40px 40px;
            position: relative;
        }
            .list-card__ttl {
                margin: 0 0 32px;
                font-size: 32px;
            }
            .list-card__num {
                width: 82px;
                height: 82px;
                background-color: #c8b190;
                display        : flex;
                align-items    : center;
                justify-content: center;
                position: absolute;
                bottom  : 100%;
                font-size  : 50px;
                font-weight: 700;
                color      : #fff;
            }
            [class*="list-card__items--"]:nth-child(2n - 1) .list-card__num { right: 0;}
            [class*="list-card__items--"]:nth-child(2n) .list-card__num     { left : 0;}

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.hikaku {
    padding: 0 0 57px;
}
.hikaku__ttl {
    display       : flex;
    align-items   : center;
    flex-direction: column;
    margin: 0 0 60px;
    position: relative;
    font-size: 32px;
    letter-spacing: .1em;
    text-align: center;
}
.hikaku__ttl:after {
    content: "";
    width: 202px;
    height: 2px;
    background-color: #86bc91;
    position: absolute;
    bottom: -15px;
    left    : 0;
    right   : 0;
    margin  : auto;
}
.hikaku__table thead {
    border-bottom: 1px solid #fff;
}
.hikaku__table th {
    background-color: #c8b190;
    border-bottom: 1px solid #fff;
    border-right : 1px solid #fff;
    vertical-align: middle;
    color: #fff;
}
.hikaku__table th:first-child {
    width: 302px;
}
.hikaku__table thead th {
    height: 34px;
}
.hikaku__table tbody tr:last-child th {
    border-bottom: 1px solid #c8b190;
}
.hikaku__table td {
    background-color: #fff;
    border-top   : 1px solid #c8b190;
    border-bottom: 1px solid #c8b190;
    border-right : 1px solid #c8b190;
    padding: 10px;
    position: relative;
    font-size: 14px;
}
.hikaku__table tbody tr:first-child td:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c8b190;
    position: absolute;
    top     : 0;
    left    : 0;
}
.hikaku__table tbody tr:last-child td {
    font-size  : 22px;
    font-weight: 700;
    color      : #505050;
}
.hikaku__table tbody tr:last-child th + td {
    color: #358f47;
}
.hikaku__coution {
    margin: 3px 0 0;
    font-size: 14px;
}

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.contact-section {
    background-color: #fff;
    padding: 43px 0;
    text-align: center;
}
    .contact-section__heading {
        margin: 0 0 19px;
        font-size: 16px;
    }
    .contact-section__block {
        display        : flex;
        justify-content: space-between;
    }
        .contact-section__card {
            background-color: #f9f4e9;
            border-right : 3px solid #e6e0d8;
            border-bottom: 3px solid #e6e0d8;
            display        : flex;
            align-items    : center;
            justify-content: center;
            width: 587px;
            height: 160px;
        }
            .contact-section__ttl {
                font-weight: 700;
            }
            .contact-section__tel {
                margin: 4px 0 4px;
                font-size  : 36px;
                font-weight: 700;
                color      : #358f47;
                line-height: 1.1;
            }
            .contact-section__tel:before {
                content: url("/page/common/shop/kouhoku/koukyou/images/shop/icn_tel.png");
                margin: 0 10px 0 0;
                position: relative;
                top     : 4px;
            }
            .contact-section__text {
                font-size: 14px;
            }
            .contact-section__mail {
                width: 344px;
                height: 48px;
                margin: 12px 0 0;
                padding: 0 0 0 44px;
                background-image   : url("/page/common/shop/kouhoku/koukyou/images/shop/icn_mail.png");
                background-repeat  : no-repeat;
                background-position: 10px center;
            }













