<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------- .p-bg -------------*/

.bold { font-weight:bold; }
.diib { display:inline-block; }
.fs12 {
	font-size:1.2rem;
	font-size:12px;
}

.p-bg {
    padding-bottom: 75px;
    background:url(https://www.repark.jp/images/common/bg_page_box_01.png)top left;
}
.p-bg .p-top-text {
    text-align: center;
    color: #292929;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}
.p-bg .lead-text {
        margin-top:30px;
        font-size:18px;
        font-size:1.8rem;
        line-height:1.8em;
        letter-spacing:0.1em;
        text-align:center;
}

@media screen and (max-width: 767px){

    .p-bg {
        padding-bottom: 40px;
    }
    .p-bg .p-top-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.8em;
    }
    .p-bg .lead-text {
        margin-top:30px;
        font-size:14px;
        font-size:1.4rem;
        line-height:1.8em;
        letter-spacing:0.05em;
        text-align:left;
    }
    
}


/* .p-realestate-box
---------------------------------------------------------------------------- */
.p-realestate-box {
    padding: 30px;
    margin: 40px 0 0 0;
    background: #fff;
    position:relative;
}

.p-realestate-box h2.mapttl {
    padding:0 10px 10px;
    font-size:22px;
    font-size:2.2rem;
    line-height:1.8em;
    position:absolute;
    top:80px;
    left:60px;
    border-bottom:1px solid #333333;
    display:inline-block;
}

.p-realestate-box .mapimg {
	width:100%;
	max-width:680px;
	margin:0 auto;
}



@media screen and (max-width: 767px){
    .p-realestate-box {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .p-realestate-box h2.mapttl {
    	margin:0 0 20px;
        padding:0 10px 10px;
        font-size:16px;
        font-size:1.6rem;
        line-height:1.6em;
	text-align:center;
        position:static;
        display:block;
    }

}</pre></body></html>