@charset "utf-8";
/* sale 
------------------------------------------------------------ */
@media screen and ( min-width:320px )
{
/*
------------------------------------------------------------------------------- ボタン切替え*/
.tabs{
    margin: 5em 10px;
    font-family: "游明朝", YuMincho ,  "Yu Mincho" , "游明朝体" , serif;
    }
    .tab_item ,
.tab_item_check{
       
    font-size: 18px;
    text-align: center;
    line-height:1em;
    font-weight: bold;
    margin-bottom:0.5em;
    box-sizing: border-box;
    /*border: solid rgb(127, 127, 127) 1px;*/
    width:100%;
}
.tab_item_check a{
    color:#fff;
    text-align:center;
	background:#4D4D4D;
	border:#4D4D4D 1px solid;
	display:inline-block;
    width:100%;     
    padding:10px 0; 
}
    
.tab_item a{
    color:rgb(127, 127, 127);
    text-align:center;
	background:#fff;
	border:rgb(127, 127, 127) 1px solid;
	display:inline-block;
    width:100%;     
    padding:10px 0;
}

.tab_item_check a:hover{
    border: solid #4D4D4D 1px solid;
    background-color: #fff;
    color: #333;
    display:inline-block;
    transition: all 0.2s ease;
}
.tab_item a:hover
    {
	border: solid #4D4D4D 1px solid;
    background:#4D4D4D;
    color: #fff;
    display:inline-block;
    transition: all 0.2s ease;
    }

.tab_content {
    margin:50px 0 0;
    padding:25px;
}
#sale_inner .tab_content{
	padding:0;
}

#sale .more_btn a:link ,#sale .more_btn a:visited {
	padding:10px 40px;
}
.sale_item_box {
	background:#e7eaf2;
	width:100%;
	padding-bottom:13px;
	margin-bottom:2em;
    text-align: left;
    position:relative;
}
.sale_item_box a{
	position:absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.sale_item_box li{
	width: 100%;
	margin-left:13px;
}

.sale_item_box .photo {
	margin-bottom:5px;
	margin-left:0;
	width: 100%;
	height: 216px;
	vertical-align: middle;
	text-align: center;
}
.sale_item_box .photo img {
	width: auto;
	height: auto;
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}
.sale_item_box .type{
	float:left;
	padding:0 5px;
	color:#fff;
	background:#000;
	margin-bottom:5px;
}
.sale_item_box .request{
	float:right;
	margin-right:18px;
	border:1px solid;
	padding:2px 3px;
	font-size:0.9em;
}
.sale_item_box .address{
	width:100%;
	padding-right:26px;
	box-sizing:border-box;
}
.sale_item_box .land_size, .sale_item_box .room_type{
	font-size:1.2em;
}
.sale_item_box .return{
        font-size: 1.3em;
}
.sale_item_box .plice{
	font-size:1.5em;
}
#sale_inner h1{
	text-align:center;
	border:1px solid;
	padding:5px 0;
	font-weight:normal;
	width:200px;
	margin:auto;
}
#sale_kodate h1 ,#sale_mansion h1,#sale_land h1,#sale_shueki h1{
	text-align:center;
	color:#3483bd;
}
.shosai{
	margin:2em 0;
}
.shosai .inner_tbl th{
	border-bottom:none;
	border-left:none;
	background:#fff;
}
.shosai .inner_tbl td{
	border-bottom:none;
	border-right:none;
}
.sale_contact_box{
	width:100%;
	margin-top:3em;
}
.sale_tel{
	font-size:14px;
	color:#3483bd;
	font-weight:600;
	width:100%;
	text-align:center;
	margin-top:3em;
}
.sale_tel .tel{
	font-size:30px;
	font-weight:500;
}
.sale_tel .tel a{
	font-size:30px;
	color:#3483bd;
	font-weight:500;
}	
.sale_mail{
	width:100%;
	text-align:center;
}
.sale_mail a{
	background:#3483bd;
	color:#fff;
	padding:14px 42px;
	font-weight:600;
	font-size:14px;
	letter-spacing:2px;
	border:#3483bd solid 2px;
}
.sale_mail a:hover{
	background:#fff;
	color:#3483bd;
	border:#3483bd solid 2px;
}
.img_box{
	margin-top:-20px;
}
/*
----------------------------------------------------------------------------------------- contact-------------*/
.sale_contact h1{
	background:#34bedd;
	font-weight:600;
	font-size:22px;
	text-align:center;
	letter-spacing:2px;
	color:#fff;
	padding:8px 0;
	margin-bottom:0;
}
.sale_contact table{
	border:#bababa 1px solid;
	color:#000;
	font-size:15px;
	font-weight:500;
}
.sale_contact table.formTable th{
	text-align:center;
}
.sale_contact .bg_pnk{
	background-color:#fff6f8;
	border:#bababa 1px solid;
	color:#000;
}
.sale_contact .bg_blue{
	background-color:#ecf6fa;
	border:#bababa 1px solid;
	color:#000;
}
input[type="text"],input[type="email"] {width:96%;}

#updated_at {
	float: right;
	font-size: 8px;
}

/*
-------------------------------------------------------------------------------*/
}

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

.sale_item_box {
	width:calc(50% - 20px);
	margin:20px 10px;
}
.sale_item_box img{
	width:100%;
}

/*
------------------------------------------------------------------- sale-------------*/

/*
.sale_mail{
	float:right;
	margin-top:34px;
	margin-left:20px;
	width:auto;
}
.sale_tel{
	float:right;
	width:auto;
	margin-top:0;
}
*/
.img_box img{
	width:100%;
}
/*
.sale_contact_box{
	float:right;
	width:460px;
	margin-top:8em;
}
*/
.custom-thumb a {
	margin-right:4px;
}

#updated_at {
	float: right;
	font-size: 13px;
}

}
@media screen and ( min-width:980px )
{
.tab_item , .tab_item_check {
	width: 19.2%;
    margin-right: 1%;
	}
.tabs li:last-child{
        margin-right: 0;
}
.sale_item_box {
	width:calc(33.3% - 20px);
	margin:10px;
}
/*#sale .flex .sale_box{
	width:calc(25% - 20px);
}
#sale .flex .sale_box:last-child{
	border-right:none;
}*/
.img_box img{
	width:auto;
}

.custom-thumb a {
	margin-right:4px;
}

#updated_at {
	float: right;
	font-size: 13px;
}


}




