@charset "UTF-8";

#contents > #main{background:url(../image/estate/cbg.png) left top repeat;}


section{padding-bottom:5rem;}
section > .row{width:90vw;max-width:1000px;margin:0px auto;position:relative;}
.w640{max-width:640px!important;}

#mv{margin-bottom:5px;}

section .row.lead{margin:3rem auto;}
section .row h3{padding:6px;box-sizing:border-box;}
section .row  h3 img{display:block;width:auto;height:auto;margin:0px auto;}
section .row .cont{padding:2rem;box-sizing:border-box;}
section .row .cont a{background-color:#FFF;font-size:1.5rem;color:#000;font-weight:bold;height:3em;padding-left:3em;padding-right:2em;display:flex;align-items:center;box-siZing:border-box;background-position:left 0.5em center;background-repeat:no-repeat;background-size:auto 2rem;position:relative;}
section .row .cont a.home{background-image:url(../image/estate/icon_home.png);}
section .row .cont a.car{background-image:url(../image/estate/icon_car.png);}
section .row .cont a.build{background-image:url(../image/estate/icon_build.png);background-position:left 0.8em center;}
section .row .cont a.estate{background-image:url(../image/estate/icon_estate.png);background-position:left 0.8em center;}
section .row .cont a+a{margin-top:0.7rem;}
section .row .cont a:after{content:'';display:block;position:absolute;right:0.7em;top:50%;margin-top:-10px;border:10px solid transparent;border-left-width:12px;}

section .row .rental{margin-bottom:2rem;}
section .row .rental h3{background:#42C289;padding:6px;}
section .row .rental .cont{background:#B2E6CF;}
section .row .rental .cont a:after{border-left-color:#42C289;}

section .row .buy{margin-bottom:2rem;}
section .row .buy h3{background:#FF8E00;padding:6px;}
section .row .buy .cont{background:#FDD69A;}
section .row .buy .cont a:after{border-left-color:#F28E00;}


@media screen and (min-width:751px){

.sp{display:none;}

.row.col2{display:flex;flex-wrap:wrap;justify-content:space-between;}
.row.col2 > *{flex-basis:48%;max-width:48%;}
#mv{background-image:url(../image/estate/mv_pc.png);padding:0px;width:100%;height:460px;}

}


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

.pc{display:none;}
#mv{background:url(../image/estate/mv_sp.png) center top no-repeat;background-size:100% auto;padding:0px;width:100%;height:102.4vw;}




}