@charset "utf-8";
/* CSS Document */

/* ===============================
 お部屋から探すNAVI
===============================*/
#search .cmn_main{
    background-image: url(../img/search/main_bg.jpg);
}

/*-------- TOP10 -------*/
#search .block01{
    position: relative;
	background-color: #FBF8F2;
	padding:40px 30px 30px 30px;
	border-radius:10px;
}
#search .block01:before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: -60px;
    left:0;
    background: url(../img/common/cmn_bdr01.png) repeat-x;
}
#search .block01 .box{
    background-color: #fff;
    padding: 30px;
    width: 465px;
    box-sizing: border-box;
}
#search .block01 .inner{
    background-color: #FBF8F2;
    border-radius: 10px;
    padding: 15px 13px 15px 20px;
}
#search .block01 .top_list{
    display: inline-block;
    width: 185px;
    font-size: 13px;
    line-height: 2;
    color: #313131;
    vertical-align: top;
}
#search .block01 .top_list:last-child{
	width: 173px;
}
#search .block01 .top_list li{
	text-indent:-1em;
	padding-left: 1em;
}

/* ===============================
 検索結果一覧
===============================*/
#result .contents{
    padding-bottom: 105px;
}
.cmn-result .result_ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding:13px;
    color:#fff;
    background-color: #888888;
}
.cmn-result .result_top{
    position: relative;
    margin: 30px 0 40px;
    height: 40px;
}
.cmn-result .result_top .rpost,
.cmn-result .result_top .rinfo{
    position: absolute;
}
.cmn-result .result_top .rpost{
    left: 0;
    color:#3F3F3F;
    font-size: 34px;
    line-height: 1.5;
}
    .cmn-result .result_top .rpost .unit{
        font-size: 15px;
        margin-left: 10px;
    }
.cmn-result .result_top .rinfo{
    right: 0;
    font-size: 15px;
    color: #3f3f3f;
}

.cmn-result .result_top select{
    border:1px solid #888;
    color: #3f3f3f;
    font-size: 15px;
    padding: 7px 30px 7px 7px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/common/select_btn02.png) no-repeat right center #F5F3F0;
    background-size: contain;
    cursor: pointer;
    box-sizing: border-box;
}
.cmn-result .slcbox01,
.cmn-result .slcbox02{
    float:left;
    padding-top: 8px;
}
.cmn-result .favoritebox{
    float:right;
}
.cmn-result .slcbox01{
    width: 290px;
}
.cmn-result .slcbox02{
    width: 180px;
}
#slcOrder{
    width: 204px;
}
#slcShowNum{
    width: 94px;
}
#result .favoritebox,
.cmn-result .favoritebox{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    width: 285px;
    position: relative;
	text-decoration: underline;
}
#result .favoritebox .icon_favorite,
.cmn-result .favoritebox .icon_favorite{
    background:url(../img/common/icon_favorite.png) no-repeat left center;
    padding: 0px 0 0 32px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-decoration: underline;
}
#result .favoritebox a:hover .icon_favorite,
.cmn-result .favoritebox a:hover .icon_favorite{
	background:url(../img/common/icon_favorite-on.png) no-repeat left center;
	transition:0.5s;
}
#result .favoritebox .favoriteNum,
#result .favoritebox .unit,
.cmn-result .favoritebox .favoriteNum,
.cmn-result .favoritebox .unit{
    position: absolute;
}
#result .favoritebox .favoriteNum,
.cmn-result .favoritebox .favoriteNum{
    font-size: 34px;
    line-height: 1.5;
    right: 45px;
    top: 0;
}
#result .favoritebox .unit,
.cmn-result .favoritebox .unit{
    font-size: 15px;
    right: 20px;
    bottom: 13px;
}


/*-------- 一覧 -------*/
.result_list li{
    margin-bottom: 40px;
}
.result_box{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
}
.result_box .rhead01{
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
.result_box .rhead01:after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom:0;
    left:0;
    background: url(../img/common/cmn_bdr01.png) repeat-x;
}
.result_box .rhead01 .bukken_icon_wrap{
	display: flex;
	flex-wrap: wrap;
}
.result_box .bukken_icon {
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    min-width: 70px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.0;
    display: inline-block;
    text-align: center;
	margin-right: 3px;
	transition:0.5s all;
	margin-bottom: 5px;
}
.result_box .bukken_icon.new {
	background-color: #FFF100;
	color:#000;
}
.result_box .bukken_icon.zero_style {
	border:solid 1px #A4DA25;
		background: linear-gradient(to bottom, #95c821 0%,#96c622 42%,#7aa21d 100%);
}
.result_box .bukken_icon.second_kitchen {
	border:solid 1px #4080D5;
	background: linear-gradient(to bottom, #2865b6 0%,#2a65b5 40%,#2760af 53%,#255aa0 73%,#24569d 83%,#205090 100%);
}
.result_box .bukken_icon.hidasub {
    border: 1px solid #F78548;
	background: linear-gradient(to bottom, #F45C0B 0%, #F45C0B 30%, #BE4808 100%);
}
.result_box a.bukken_icon:hover{
	opacity: 0.7;
}
.result_box .rhead01 .rhead01_address{
    color:#886037;
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
}
.result_box .result_box_inner{
	display: flex;
}
.result_box .imgbox{
    width: 260px;
}
    .result_box .imgbox img{
        width: 100%;
    }
.result_box .txtbox{
	flex:1;
	padding-left: 25px;
}
.result_box .rhead02{
	display: flex;
	justify-content: space-between;
}
.result_box .bk_name_wrap{
    color:#3F3F3F;
    font-size: 24px;
    line-height: 1.5;
		flex:1;
}
.result_box .rhead02 .nensuu_kouzou_wrap{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.result_box .preNensuu,
.result_box .preKouzou{
    border:1px solid #000;
    border-radius: 5px;
    min-width: 80px;
    padding: 3px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.0;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}
.result_box .txtNensuu,
.result_box .txtKouzou{
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.result_box .access_tbl{
    display: table;
    width: 100%;
}
.result_box .access_tbl>div{
    display: table-cell;
    background-color: #FBF8F2;
    box-sizing: border-box;
    height: 100px;
    padding: 15px;
}
.result_box .access_tbl .th{
    width: 94px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.result_box .access_tbl .th:after{
    display: block;
    content: "";
    position: absolute;
    width:1px;
    height: calc(100% - 30px);
    right: 0;
    top: 15px;
    background-color: #E2DAC7;
}
.result_box .access_tbl .td{
    width: 283px;
    font-size: 15px;
    line-height: 1.5;
}
.result_box .access_tbl .td:nth-child(2){
    border-right:4px solid #fff;
}
.result_box .rinfo_tbl{
    width: 100%;
    display: table;
}
.result_box .rinfo_tbl th,
.result_box .rinfo_tbl td{
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}
.result_box .rinfo_tbl th{
    background-color: #888888;
    color:#fff;
    font-size: 13px;
    line-height: 1.5;
    border-right: 1px solid #fff;
}
    .result_box .rinfo_tbl th:nth-child(1){
        width: 90px;
    }
    .result_box .rinfo_tbl th:nth-child(2){
        width: 190px;
    }
    .result_box .rinfo_tbl th:nth-child(3){
        width: 370px;
    }
    .result_box .rinfo_tbl th:nth-child(4){
        width: 90px;
    }
    .result_box .rinfo_tbl th:nth-child(5){
        width: 90px;
    }
    .result_box .rinfo_tbl th:nth-child(6){
        width: 205px;
    }
.result_box .rinfo_tbl td{
    height: 60px;
    padding: 10px;
    font-size: 13px;
    color: #3f3f3f;
    line-height: 1.5;
    position: relative;
}
    .result_box .rinfo_tbl td:nth-child(1){
        color: #000000;
    }
    .result_box .rinfo_tbl td:nth-child(3){
        text-align: left;
        padding-left: 30px;
    }
    .result_box .rinfo_tbl td:not(:last-child):after{
        display: block;
        content: "";
        position: absolute;
        width:1px;
        /* height: calc(100% - 20px); */
		height: 40px;
        right: -1px;
        top: 10px;
        background-color: #E4E4E4;
    }
    .result_box .rinfo_tbl tr:not(:last-child) td{
        border-bottom:1px solid #E4E4E4;
    }
.result_box .txtRent{
    font-size: 20px;
    color: #cc0000;
}
.result_box a.txtRent:hover{
	text-decoration: underline;
}
.result_box .favorite_btn{
    position: absolute;
    left: 15px;
   /*  top:50%; */
    margin-top: -18px;
    display: inline-block;
    height: 36px;
    width: 70px;
    background: url(../img/common/icon_favorite.png) no-repeat center center;
    cursor: pointer;
	transition:0.5s;
}
.result_box .favorite_btn.already{
	background: url(../img/common/icon_favorite-on.png) no-repeat center center;
}
.result_box .detail_btn{
    position: absolute;
    right: 0;
    /* top:50%; */
    margin-top: -18px;
    display: inline-block;
    width: 115px;
    padding: 6px 10px 4px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #eee;
    border:1px solid #BFBFBF;
    box-sizing: border-box;
    text-align: center;
}
	.result_box .detail_btn:hover{
		border-color:#3F3F3F;
		background-color: #3F3F3F;
		color:#FFF;
		transition:.5s;
	}
    .result_box .favorite_btn:hover{
        transition:.5s;
        opacity:.5;
    }

    .result_list .noitem .result_box{
        font-size: 18px;
        line-height: 2;
        padding: 80px 30px;
        text-align: center;
    }
