@charset "utf-8";


/* =========================================================
	 t_common
========================================================= */
.t_tl {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 10px 4%;
	background: #f5f5f5;
}
.t_tl i {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}
.t_tl span {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

/* =========================================================
	 t_main
========================================================= */
.t_main {
	padding-bottom: 5px;
}


.part_wrap {
    width: 100%;
    overflow: hidden;
}
.part_wrap ul{
}
.part_wrap li{
    float: left;
    width: 50%;
}


/* =========================================================
	 t_regist
========================================================= */
.t_regist {
	width: 96%;
	margin: 0 auto 10px;
	background: #eee;
	padding: 2%;
	position:relative;
	padding-bottom: 70px;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.t_re_txt {
	font-weight: bold;
	color: #ff0000;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}


.t_re_number {
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.t_re_number > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}
.t_re_normal {
	border: 1px solid #ccc;
	padding: 5px 15px;
	background: #fff;
}
.t_re_normal span {
	font-size: 22px;
	
}
.t_re_arrow {
	margin: 0 10px;
}
.t_re_arrow img {
	width: 20px;
}
.t_re_limited {
	border: 2px solid #ff0000;
	padding: 5px 15px;
	background: #FFFFFF;
	color: #ff0000;
}
.t_re_limited span {
	font-size: 28px;
}
.t_regist a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*¥**/: #fff¥9;
	filter: alpha(opacity=0);
}

.t_regist a p {
	position: absolute;
	left: 5%;
	top: 130px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	width: 90%;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
	border-radius: 3px;
	box-shadow: 0 3px 0 #dd0000;

}

/* =========================================================
	 t_search
========================================================= */

.t_search_wrap {
	width: 98%;
	margin: 5px auto 10px;
}
.t_search {
	margin-bottom: 5px;
}
.t_search ul {
	margin: 0 auto;
	background-color: #ffffff;
	display: -webkit-box;
	display: box;
}
.t_search li {
	-webkit-box-flex: 1;
	box-flex: 1;
	margin: 0.5%;
	width: 100%;
}
.t_search li a {
	display: block;
	border: 2px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 3px 0 #999;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.t_se_search01 li a {
	padding: 15px 7px;
}
.t_se_search02 li a {
	padding: 10px 7px;
}
.t_se_search01 i:first-of-type,
.t_se_search02 i:first-of-type {
	float: left;
	font-size: 20px;
}
.t_se_search01 i:last-of-type,
.t_se_search02 i:last-of-type {
	float: right;
}
.t_se_search01 i:last-of-type {	padding-top: 3px;}
.t_se_search02 i {	padding-top: 12px;}
.t_se_search01 p,
.t_se_search02 p {
	float: left;
	padding-left: 5px;
	line-height: 20px;
}
.t_se_search01 span,
.t_se_search02 span {
	font-weight: bold;
}
.t_se_search01 span {
	font-size: 18px;
}
.t_se_search02 span {
	display: block;
	font-size: 15px;
}
.t_se_shubetsu {
	text-align: center;
}
.t_se_shubetsu li a {
	padding: 5px 0;
}
.t_se_shubetsu i {
	font-size: 30px;
	padding: 5px 0;
}
.t_se_shubetsu p {
	font-size: 11px;
}
.t_search_free {
	width: 98%;
	padding: 3% 4%;
	box-sizing: border-box;
	background: #F7F2E3;
	margin: 10px auto 0;
	border: 1px solid #ccc;
	overflow: hidden;
}
.t_search_free input[type="text"] {
	width: 78%;
	float: left;
	height: 40px;
	font-family:　'Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}
.t_search_free input[type="submit"] {
	float: right;
	display: block;
	text-align: center;
	width: 20%;
	border-radius: 3px;
	box-shadow: 0 3px 0 #333;
	background: #666;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	letter-spacing: 2px;
	font-size: 16px;
	-webkit-appearance: none;
	border: none;
	font-family:　'Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}

/* =========================================================
	 t_bukken　特選物件
========================================================= */
.t_bukken {

}
.t_bukken div {*zoom: 1;}
.t_bukken div:after {display: block;content: "";clear: both;}
.js-tab {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	padding: 0 1.5%;
	display: -webkit-box;
	display: box;
}
.js-tab > div {
	-webkit-box-flex: 1;
	box-flex: 1;
	margin: 2px 0.5% 0;
	width: 100%;
	background:#ccc;
	color:#333;
	text-align: center;
	padding:10px 0;
	cursor:pointer;
	border: 2px solid #ccc;
	border-bottom: none;
	box-sizing: border-box;
}
.js-tab > div.active {
	background:#fff;
	border: 2px solid #ccc;
	border-bottom: none;
	color: #333;
	margin: 0 0.5% -2px;
}
.js-tab_content {
	display:none;
	width: 96%;
	margin: 0 auto;
}
.js-tab_content.active {display:block;}


/* 物件情報
---------------------------------------- */
.t_bukken_tl {
	border-bottom: 3px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.t_bukken_tl i,
.t_bukken_tl p {
	display: inline-block;
	vertical-align: middle;
}
.t_bukken_tl i {
	font-size: 20px;
	width: 8%;
	text-align: center;
}
.t_bukken_tl p {
	font-weight: bold;
	font-size: 15px;
	width: 90%;
}
.t_b_box {
	margin-bottom: 10px;
	border: 2px solid #ccc;
	border-bottom: 5px solid #ccc;
	box-sizing: border-box;
	position:relative;
	background: url(/img/sp/icon_arrow.png) no-repeat 98% 50%;
	background-size: 12px auto;
}
.t_b_box > a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*¥**/: #fff¥9;
	filter: alpha(opacity=0);
}
.t_b_box > a p {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	line-height: 24px;
	background: #f5f5f5;
	padding: 3px;
}
.t_b_detail {
	overflow: hidden;
	padding: 2%;
	padding-top: 35px;
}
.t_b_photo {
	float: left;
	width: 40%;
	margin-right: 2%;
	text-align: center;
}
.t_b_txt {
	float: left;
	width: 53%;
	font-size: 13rem;
}
.t_b_shubetsu {
	display: block;
	text-align: center;
	font-weight:bold;
	font-size: 11rem;
	background: #333;
	color: #fff;
	margin-bottom: 5px;
}
.t_b_price {
	font-weight: bold;
	color: #ff0000;
	font-size: 15rem;
}

.t_b_comment {
	padding: 0 2% 2% 2%;
}
.t_b_comment p {
	background: #f5f5f5;
	padding: 2%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.t_bukken_more {
	margin-bottom: 20px;
}
.t_bukken_more a {
	width: 100%;
	margin: 0 auto;
	display: block;
	border: 3px solid #333;
	text-align: center;
	padding: 10px 10%;
	box-sizing: border-box;
	border-radius: 3px;
	overflow: hidden;
}
.t_bukken_more span,
.t_bukken_more i {
	font-weight: bold;
	display: block;
	font-size: 15px;
	line-height: 25px;
}
.t_bukken_more span {
	float: left;
	width: 85%;
}
.t_bukken_more i {
	float: right;
}
/* =========================================================
	 t_toku　人気条件から探す
========================================================= */
.t_toku {
}
.t_toku ul {
}
.t_toku li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
}
.t_toku li:nth-child(2n-1) {
	border-right: 1px solid #999;
}
.t_toku li a {
	display: block;
	padding: 15px 4% 15px 2%;
	overflow: hidden;
}
.t_toku li i {
	font-size: 18px;
}
.t_toku li i:first-of-type {
	float: left;
	width: 30px;
	text-align: center;
}
.t_toku li i:last-of-type {
	float: right;
}
.t_toku li span {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

/* =========================================================
	 t_conts　サイトコンテンツ
========================================================= */
.t_conts {
}
.t_conts ul {
	width: 96%;
	margin: 10px auto;
}
.t_conts li {
	margin-bottom: 8px;
}
.t_conts a {
	display: block;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 14px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0 3px 0 #ccc;
}
.t_conts a span {
	float: left;
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.t_conts a i:nth-of-type(1) {
	float: left;
	color: #ccc;
	margin-right: 10px;
	font-size: 20px;
	padding-top: 2px;
}
.t_conts a i:nth-of-type(2) {
	float: right;
	padding-top: 5px;
}

/* =========================================================
	 t_shop　店舗情報
========================================================= */

.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slides {
	overflow: hidden;
	*zoom: 1;
}

.slides li{
	float: left;
	clear: none;
}

.slide {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.slide img {
	max-height:200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	float: none;
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -15px;
	height: 25px;
	width: 15px;
}
.slider-arrow--right {
	bottom: 50%;
	right: 10px;
	background-image: url(/img/sp_index/shop_slide_arrow_r.png);
	background-repeat:no-repeat;
	background-size:15px auto;
}
.slider-arrow--left {
	bottom: 50%;
	left: 10px;
	background-image: url(/img/sp_index/shop_slide_arrow_l.png);
	background-repeat:no-repeat;
	background-size:15px auto;
}
.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	border: 1px solid #fff;
	border-radius: 8px;
}
.slider-nav__item:hover {
	background: #fff;
}
.slider-nav__item--current {
	background: #fff;
}
.t_shop {
	border-bottom: 3px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.t_shop_wrap .t_shop:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.t_shop_tel {
	width: 96%;
	margin: 0 auto 10px;
	text-align: center;
}
.t_shop_tel a {
	display: block;
	border: 2px solid #D90000;
	border-radius: 3px;
	padding: 8px;
	box-shadow: 0 3px 0 #D90000;
	font-family: 'Century Gothic','Arial';
}
.t_shop_tel i,
.t_shop_tel p {
	display: inline-block;
	color: #D90000;
	vertical-align: middle;
}
.t_shop_tel i {
	padding-left: 10px;
	transform: scale(-1, 1);
	font-size: 22px;
}
.t_shop_tel p {
	font-size: 32px;
	font-weight: bold;
	padding: 3px 0 8px;
}
.t_shop_tel span {
	display: block;
	background: #eee;
	padding: 5px;
}

.t_shop_detail {
	width: 96%;
	margin: 0 auto;
}
.t_shop_detail span {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.t_shop_detail p {
}

/* =========================================================
	 t_info　お知らせ
========================================================= */
.t_info {
	overflow: hidden;
	-webkit-overflow-scrolling:touch;
	overflow-scrolling: touch;
	width: 100%;
	margin:0 auto 15px;
	height: 230px;
	overflow-y:auto;
}
.t_info iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.sp_conts_btn {
    text-align: center;
}
.sp_conts_btn a {
    text-align: left;
    display: inline-block;
    font-size: 15px;
    width: 70%;
    border: 1px solid #333333;
    padding: 10px 5%;
    margin-bottom: 15px;
    background-image: url(/img/sp_index/sp_arrow.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
	
}

/* =========================================================
	 .bukken_buy .bukken_rent　物件表示
========================================================= */
.bukken_wrap{
    padding: 15px 0%;
}
.bukken_box {
    margin: 15px 0;
    text-align: center;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}

.bukken_buy_wrap {
    background: #F7F8F8;
}
.bukken_wrap img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.bukken_wrap .sp_conts_btn a{
	color:#FFFFFF;
    background-image: url(/img/sp_index/sp_arrow_2.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}
.buy_btn a {
    background-color: #716859;
}
.member_btn a {
    background-color: #FF5239;
}

/* =========================================================
	 contents_wrap　売却　管理
========================================================= */

.contents_wrap{
    padding: 15px 0%;
}
.contents_wrap p{
    margin:15px auto;
	color:#666666;
	width:80%;
	font-size:15px;
}

/********************************************
  
    .tb3_1_w780
  
*********************************************/
.tb3_1_w780{
    width: 1100px;
    overflow: hidden;
	margin:auto;
}
.tb3_1_w780_row{
	width: 248px;
    margin: 0 36px 0 0;
    padding: 0;
    position: relative;
    list-style: none;

    float: left;
}
.tb3_1_w780_row > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.tb3_1_w780_title{
    width:170px;
    top:196px;
    left:10px;
    position:absolute;
    color:#07285A;
    text-decoration: underline;
    height: 18px;
    font-size: 15px;
    text-decoration: underline;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
span.bukken_icon_down{
	float:right;
	margin-top:-25px;
}
.tb3_1_w780_row:hover{
    background:#ECECEC;
}
.tb3_1_w780_row:nth-child(4n){
    margin-right:0 !important;
}
.tb3_1_w780_row ul{
    margin:0;
    padding:0px 10px 10px 10px;
}
.tb3_1_w780_row ul li{
    font-size: 12px;
    margin:0;
    clear: both;
    list-style:none;
}
.tb3_1_w780_img{
    margin: 0;
    height: 186px;
    overflow: hidden;
    margin-bottom: 32px;
    border-bottom: 3px solid #07285A;
text-align: center;
}
.tb3_1_w780_img img{
    max-width: 248px;
    height: auto;
}
.tb3_1_w780 ul div.tb3_1_w780_shosai{
    padding: 0 10px 5px 10px;
}
.tb3_1_w780 ul li.tb3_1_w780_kakaku{
}
.tb3_1_w780 ul li.tb3_1_w780_kakaku div{
    width: 100px;
    padding: 3px;
    float: left;
    margin-right: 10px;
    background: #222;
    color: #FFF;
    font-size: 13px;
    text-align: center;
}
.tb3_1_w780 ul li.tb3_1_w780_kakaku b{
    color: #df850c;
    line-height: 28px;
    font-size: 17px;
}
.tb3_1_w780 ul li.tb3_1_w780_adress , .tb3_1_w780 ul li.tb3_1_w780_access{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.sp_sale_form {
    width: 95%;
    margin: auto;
}
.sp_sale_form a{
	display:block;
}
.c21_bnr {
    width: 94%;
    margin: 20px auto;
}


