@charset "UTF-8";

/*======================================================
トップページのスタイル設定
======================================================*/



/*------------------------
見出し
------------------------*/

.h2-index{
    background: url(../img/footer/bg-footer.gif);
    color:#fff;
    padding:0 10px;
    text-align: center;
    font-weight: normal;
    font-size:2.4rem;
    margin-bottom:20px;
}

.h3-index{
    text-align: center;
    color:#ff7636;
    font-size:1.6rem;
}


/*------------------------
メイン
------------------------*/

#main-image{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #91ccea), color-stop(0.00, #ebf8ff));
    background: -webkit-linear-gradient(top, #ebf8ff 0%, #91ccea 88%);
    background: -moz-linear-gradient(top, #ebf8ff 0%, #91ccea 88%);
    background: -o-linear-gradient(top, #ebf8ff 0%, #91ccea 88%);
    background: -ms-linear-gradient(top, #ebf8ff 0%, #91ccea 88%);
    background: linear-gradient(to bottom, #ebf8ff 0%, #91ccea 88%);
    margin-bottom:20px;
}

.bt-menu-box img{
    width:32%;
}


/*------------------------
条件から探す
------------------------*/

.search-house-ta caption{
    background: url(../img/index/bg-search-ora.gif);
    color:#fff;
    padding:10px 0;
}

.search-map-ta caption{
    background: url(../img/index/bg-search-gr.gif);
    color:#fff;
    padding:10px 0;
}

.index-search-ta caption p{
    position:relative;
    max-width: 150px;
    margin:0 auto;
    font-size:1.8rem;
}

.index-search-ta caption img{
    vertical-align: -10px;
    margin-right:5px;
}

.index-search-ta{
    width:100%;
    border:1px solid #999;
    margin-bottom:20px;
    min-height: 180px;
}

.index-search-ta td{
    padding:10px 10px 0;
    border-right:1px dashed #999;
    background: #fffbf5;
    vertical-align: top;
}

.index-search-ta li{
    margin-bottom:10px;
}

.search-map-li > li::after{
    content: url(../img/index/arrow-gr.png);
    padding-left:10px;
}

.search-house-li > li::after{
    content: url(../img/index/arrow-ora.png);
    padding-left:10px;
}

.search-madori{
    margin-bottom:20px;
}

.search-madori li{
    font-size:1.4rem;
    color:#666;
    display:inline;
    margin-left:10px;
}

.search-madori li a{
    color:#ff9300;
}

.search-yamaout li a{
    color:#73A012;
    
}

.index-search-ta th{
    vertical-align: top;
    width:50%;
    border-right:1px dashed #999;
    background: #fffbf5;
    padding-top:10px;
    height:20px;
}

.search-house-ta th p{
    background:#FF7200;
    border-radius: 10px;
    color:#fff;
    margin:0 10px;
}

.search-map-ta th p{
    background:#73a012;
    border-radius: 10px;
    color:#fff;
    margin:0 10px;
}


/*------------------------
物件情報
------------------------*/

.housing-image{
    position: relative;
    margin:0 auto;
}

/* PCの時は150px表示 */

@media(min-width:768px){
    .housing-image{
        max-width: 150px;
    }
    .top-no-image{
        max-width:150px;
    } 
}

.new-mark{
    position: absolute;
    left:-10px;
    top:-10px;
    background: #f00;
    color:#fff;
    font-size:1.1rem;
    padding:6px 4px 0 2px ;
    z-index: 10;
    border-radius:20px;
    width:30px;
    height:30px;
}

.pricedw-icon{
    position: absolute;
    left:18px;
    top:-20px;
}

@media(max-width:480px){
    .pricedw-icon{
        left:70px;
    }
}

.soldout-icon{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width:100%;
}



.top-housing-cont dt{
    font-size:1.5rem;
    color:#369000;
}


.top-housing-cont dd{
    font-size:1.3rem;
}

.Tprice{
    font-size:1.8rem !important;
    font-weight: bold;
    color:#f00;
    //text-align: right;
}



#top .housing-news{
    text-align:center;
}

.housing-image{
    margin-bottom:10px;
}

.index-cate{
    margin:10px 0;
    //text-align: right;
}


/* タブレット以下の時 */

@media(max-width:767px){
    #top .housing-news{
        max-width:300px;
        margin: 0 auto 50px;
        float:none;
    }
    
    .housing-image img{
        max-width:200px !important;
    }
    
    .new-mark{
        left:40px;
        top:-10px;
    }
}




/*------------------------
業務内容
------------------------*/
.work-area{
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.work-area > div{
    margin-right:20px;
    width:100%;
}

.work-area > div:last-child{
    margin-right:0;
}




/*------------------------
新着情報
------------------------*/

.index-news{
    margin-bottom:20px;
}

.news-box{
    display: table;
    border-bottom:1px dotted #999;
    padding-bottom:4px;
    margin-bottom:4px;
    width:100%;
}

.news-box dt{
    display: table-cell;
    padding:8px;
    font-size:1.2rem;
    color:#787878;
    width:110px;
}

.news-box dd{
    display: table-cell;
    padding:8px;
    text-align: left !important;
}


/*------------------------
Facebook
------------------------*/

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}



