.blank{
    display: none;
}

.business > p{
    padding: 20px 0;
}

.b_box{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.b_box h1{
    margin-top: 10px;
    padding-bottom: 25px;
    font-weight: bold;
}
.b_box h1.tintai::before{
    margin-right: 10px;
    padding: 5px 10px;
    content: "賃貸";
    background: #f5a112;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}


.box-info table{
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

.box-info tr{
    border-bottom: 1px solid #ccc;
}

.box-info th,
.box-info td{
    padding: 20px;
}

.box-info th{
    width: 160px;
    background: #eee;
    font-weight: bold;
}
.box-info td{
    width: 440px;
}



@media screen and (min-width: 729px){
    .business > h1{
        color: #333;
        background-image: url("../images/header_b.png")!important;
        background-position: right calc((100% - 489px) / 2) top 0;
        background-repeat: no-repeat;
    }
    .business > h1::after{
        position: absolute;
        top: 0;left: 0;
        width: 100%;
        height: 300px;
        background-image: linear-gradient(90deg, #e4e4e4, #f3f3f3);
        display: block;
        content: "";
        z-index: -1;}
    .b_box h1{font-size: 20px;}
    .box-img {padding-right: 28px;}
    .box-img img{width: 372px;}
    .google-maps{margin-top: 20px;}
}

@media screen and (max-width: 728px){
    .b_box .flex{flex-wrap: wrap;}
    .b_box h1{font-size: 1rem;}
    .box-img img{margin-bottom: 10px; width: 100%;}
}
@media screen and (max-width: 1023px){
    .google-maps iframe {margin-top: 10px; width: 100% !important;height: 100% !important;}}