@charset "utf-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	.con_slide
----------------------------------------------------------- */
#homepage .con_slide{
	
}

#homepage .con_slide .bx-wrapper{
	position: relative;
	width: 100%;
}

#homepage .con_slide #slider_main{
	text-align: center;
}

#homepage .con_slide .bx-wrapper .bx-pager{
	text-align: center;
}

#homepage .con_slide .bx-pager .bx-pager-item{
	display: inline-block
}

#homepage .con_slide .bx-pager .bx-pager-item a{
	display: block;
	width: 10px;
	height: 0;
	padding-top: 10px;
	margin: 0 5px;
	overflow: hidden;
	background: url(../images/home/thum_bg.png) 0 -10px no-repeat;
}

#homepage .con_slide .bx-pager .bx-pager-item a.active{
	background: url(../images/home/thum_bg.png) 0 0 no-repeat;
}

#homepage .con_slide .bx-default-pager{
	background: #f1eee8 ;
	padding: 2px 0;
}

#homepage .con_slide .bx-controls-direction{
	display: none;
}

/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
#homepage .con_menu{
	overflow: hidden;
	border-bottom: 1px solid #dcdad8;
	background: -webkit-gradient(linear, left top, right bottom, from(#f3f3f3), color-stop(0.25, #f3f3f3), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #f3f3f3), color-stop(0.75, #f3f3f3), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #f3f3f3 25%, white 25%, white 50%, #f3f3f3 50%, #f3f3f3 75%, white 75%, white);
	background-size: 4px 4px;
}

#homepage .con_menu .box_menu{
	width: 100%;
}

#homepage .con_menu .box_menu h3{
	color: #fff;
	padding: 0.5em 10px;
	font-size: smaller;
}

#homepage .con_menu .box_menu h3 span{
	border-left: 3px solid #fff;
	padding-left: 0.5em;
	font-size: medium;
	padding-right: 1em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #1f1f1f;
}

#homepage .con_menu .box_menu ul{
	overflow: hidden;
}

#homepage .con_menu .box_menu ul li{
	width: 47%;
	margin: 10px 1%;
	float: left;
	text-align: center;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 5px 6px -6px #777;
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(247,247,247,1) 35%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1)));

}

#homepage .con_menu .box_menu ul li a{
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	background: url(../images/ic_blank.png) 96% center no-repeat;
	background-size: 14px;
}

/* 借りたい */
#homepage .con_menu h3.rent{
	border-top: #74add6 1px solid;
	border-bottom: #063456 1px solid;
	background: #0e70b8;
}

/* 買いたい*/
#homepage .con_menu h3.buy{
	border-top: #85c4a3 1px solid;
	border-bottom: #14482d 1px solid;
	background: #2ea367;
}

/* 売りたい*/
#homepage .con_menu h3.sell{
	border-top: #a391b7 1px solid;
	border-bottom: #2d1e3d 1px solid;
	background: #66448a;
}

/* -----------------------------------------------------------
	.con_menu2
----------------------------------------------------------- */
#homepage .con_menu2{
	overflow: hidden;
	padding: 0.5em 0;
	background: #f1eee8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#homepage .con_menu2 .lnk_bn{
	float: left;
	width: 47%;
	margin: 10px 1%;
	text-align: center;
	line-height: 1.4;
}

#homepage .con_menu2 .lnk_bn h3{
	display: inline-block;
	color: #fff;
	width: 100%;
	font-size: medium;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 1px #1f1f1f;
}

#homepage .con_menu2 .lnk_bn a{
	color :#fff;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	padding: 5px 5px 20px;
	display: block;
	background: url(../images/ic_pc.png) 98% 98% no-repeat;
	background-size: 14px;
}

#homepage .con_menu2 .lnk_bn img{
	margin-bottom: 0.5em;
}

#homepage .con_menu2 .bn_renga{
	background: #d24227;
	border: 1px solid #8b1600;
}

#homepage .con_menu2 .bn_apart{
	background: #59c0ee;
	border: 1px solid #1386b0;
}

#homepage .con_menu2 .bn_renga h3{
	background: #8b1600;
}

#homepage .con_menu2 .bn_apart h3{
	background: #1386b0;
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
#homepage .con_info{
	background: #fff;
	padding: 1em;
}
#homepage .con_info h3{
	background: url(../images/ic_info.png) left center no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
	padding-left: 1.5em;
	font-size: medium;
}
#homepage .con_info dl{
	width: 98%;
	margin: 0 auto;
	padding: 1em 0;
	 border-bottom: 1px solid #DCDAD8;
}
#homepage .con_info dl dt{
	background: url(../images/ic_book.png) no-repeat left center;
	color: #9A9A9A;
	font-weight: bold;
	padding-left: 1.5em;
}
#homepage .con_info dl dd{
	background: url(../images/ic_link.png) 98% 98% no-repeat #fff;
	background-size: 12px;
}
#homepage .con_info .btn_info{
	text-align: center;
}
#homepage .con_info .btn_info a{
	display: block;
	color: #fff;
	border-radius: 5px;
	padding: 0.5em 0;
	text-decoration: none;
	background: #0d6fb8;
	font-weight: bold;
	text-shadow: 1px 1px 1px #1f1f1f;
	margin-top: 1em;
}

/* -----------------------------------------------------------
bn_vacanthouse
----------------------------------------------------------- */
#homepage .bn_vacanthouse{
	width: 96%;
	margin: 10px auto;
	border: 1px solid #d6d6d6;
    background-color: #1fa7b3;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 5px 6px -6px #777;
}

#homepage .bn_vacanthouse a{
	display: block;
    padding: 5px 0;
    text-align: center;
}

#homepage .bn_vacanthouse img{
	width: 70%;
	height: auto;
}


/* -----------------------------------------------------------
	.bn_feature
----------------------------------------------------------- */
#homepage .bn_feature{
	width: 96%;
	margin: 10px auto;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 5px 6px -6px #777;
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(247,247,247,1) 35%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1)));
}
#homepage .bn_feature a{
	text-align: center;
	padding: 5px 0;
	display: block;
	background: url(../images/ic_pc.png) 98% 96% no-repeat;
	background-size: 12px;
}

#homepage .bn_feature img{
	width: 70%;
	height: auto;
}

/* -----------------------------------------------------------
	.con_shop
----------------------------------------------------------- */
#homepage .con_shop{
	padding: 0.5em 0;
	background: #f1eee8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdad8;
}

#homepage .con_shop .box_shop{
	width: 98%;
	margin: 10px auto;
	overflow: hidden;
	box-shadow: 0 5px 6px -6px #777;
	background: url(../images/ic_link.png) 98% 98% no-repeat #fff;
	background-size: 12px;
}

#homepage .con_shop .box_shop a{
	padding: 2%;
	width: 96%;
	min-height: 90px;
	text-decoration: none;
	display: block;
}

#homepage .con_shop .box_shop .img_shop{
	float: left;
	width: 38%;
}

#homepage .con_shop .box_shop .box_r{
	float: right;
	width: 60%;
	padding-top: 5px;
}

#homepage .con_shop .box_shop h4{
	border-left: 3px solid #0d6fb8;
	padding-left: 0.5em;
	margin-bottom: 5px;
}

#homepage .con_shop .box_shop h4 span{
	font-size: smaller;
	font-weight: normal;
}

#homepage .con_shop .box_shop p,
#homepage .con_shop .box_shop address{
	font-size: xx-small;
}

#homepage .con_shop .box_area {
	width: 96%;
	margin: 0 auto;
}

#homepage .con_shop .box_area h4{
	background: #0d6fb8;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 2px 0;
}


#homepage .con_shop .box_area p{
	text-align: center;
	font-size: smaller;
	line-height: 2;
}