/*

Theme Name: BA_003_物件検索重視

Author: 60L.design

Description:  60L.design_seto info@60l.jp 本テーマは一般配布しておりません。修正、改修等は制作会社の窓口までお問合せ下さい。

Version: 1.0

*/

/**************************************************************************************/
/* 2018/12/17　トーン合わせ*/
/**************************************************************************************/
.pr_20{
	padding-right: 20px;
}
.owner_img{
	float: left;
	margin: 20px;
	width: 250px;
	height: auto;
}
.owner_img2{
	float: right;
	margin: 20px;
	width: 250px;
	height: auto;
}
.owner_midashi{
	font-size: 1.4em;
	clear: both;
}
.header_contactbox,.contents_title_underline,.top_blog_title_bar div,#wp-calendar tr td p,.blog_continue,.inqbtn{
	background: #FC5A00; /*背景オレンジ*/
}
.top_searchpickup_superbox,.search_ul_superbox,.blog_title{
	background: #fff0e8; /*背景うすいオレンジ*/
}
.inqbtn{
	border: 1px solid #FC5A00;
}
.top_blog_item_date, .fa_green, .blog_title_date, .blog_column_left_title,.blog_column_recent_date{
	color: #FC5A00;
}
.blog_column_left_title{
	border-bottom: 1px solid #FC5A00;
}
.inq_itemtitle{
	border-bottom: 2px solid #FC5A00;
}
.haed_gnavi_item{
	width: 163px;
}
.top_mainimage_flex{
	top: 310px;
}
@media screen and (max-width: 980px){
	.header_gnavibtn.on,.gnavi_sp_overlay,.footer_contactbox_sp {
		background: #FC5A00; /*背景オレンジ*/
	}
	.footer_tel_num{
		color: #FC5A00;  /*文字オレンジ*/
	}
	.top_mainimage_flex{
	top: 150px;
}
}

/**************************************************************************************/
/* 2018/12/17　フォーム追加とスタッフ紹介ページ*/
/**************************************************************************************/
.satei_th{
	width: 150px;
	display: inline-block;
}
h1{
	margin-top: -1px;
}
.mw_wp_form select{
		height: 40px;
		width: 200px;
	}
.mw_wp_form textarea{
	padding: 10px;
}
@media screen and (max-width: 980px){
	
	.satei_th{
	width: 200px;
	display: inline-block;
}
.inq_itemtitle{
	font-size: 26px;
}
	.mw_wp_form input {
    box-sizing: border-box;
    height: 70px;
    font-size: 26px;
    padding: 10px;
	
	
	}.mw_wp_form select{
		height: 70px;
		width: 100%;
	}
	.mw_wp_form_input{
		font-size: 24px;
		
	}
	.textarea{
		width: 100%;
	}
	.mw_wp_form textarea{
		font-size: 26px;
	}
}
.staff_table{
	width: 75%;
    border: none;
    border-collapse: collapse;
	float: right;
}
.staff_table tr {
	padding: 2%;
}

	
.staff_table td {
    text-align: left;
    padding: 0;
    border: none;
	vertical-align: top;
}
.staff_table td.staff_name{
	font-size: 20px;
	font-weight: bold;
	padding: 0px 20px;
	
    padding-bottom: 10px;
}
.staff_table td span.staff_yomi{
	font-size: 14px;
	margin-left: 15px;
	font-weight: normal;
	color: #737373;
}
.staff_table td.staff_comment{
	padding: 0px 20px;
	display: table-cell;
	vertical-align: top;
}
.staff_table td span.staff_item{
	color: #FF5F00;
	display: inline-block;
	font-weight: bold;
}
.staff_table td span.staff_item_inner{
	margin-right: 20px;
	display: inline-block;
}
.staff_table td span.tokucho{
	padding-bottom: 10px;
	display: block;
	word-break: keep-all;
}
.staff_table td span.comment_area{
	background: rgba(255,255,255,0.4);
	display: block;
	padding: 15px;
}
.staff_area_inner{
	border-bottom: 1px dashed #686868;
	overflow: visible;
	padding: 20px ;
}
.staff_image{ 
	clear: both;
	float: left;
	width: 25%;
}
.staff_image img{
	width: 100%;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
.f_16{
	font-size: 16px;
	color: #FF5F00;
}
@media screen and (max-width: 980px){
	h1{
		margin-top: 0;
	}
	.staff_image{ 
	clear: both;
	width: 100%;
	padding: 20px 0 30px 0;
	}
	.staff_table{
	width: 100%;
    border: none;
    border-collapse: collapse;
	clear: both;
	}
	.staff_area_inner{
		padding: 20px 0;
	}
	.staff_table td.staff_name{
	font-size: 24px;
	}
}
/**************************************************************************************/
/* 2018/12/11　トップページ物件一覧の項目追加*/
/**************************************************************************************/
@media screen and (max-width: 1105px) and (min-width: 981px){
	.flex::before{
	  content:"";
	  display: block;
	  width:23%;
	  order:1;
	}
	.flex::after{
	  content:"";
	  display: block;
	  width:23%;
	}
}


.wrap_bkn span.price{
	font-size: 16px;
	font-weight: bold;
	color: #E85D00;
}
.wrap_bkn span.bkn_name{
	font-size: 14px;
	font-weight: bold;
}
.wrap_bkn span.layout, .wrap_bkn span.type{
	display: inline-block;
}
.wrap_bkn span.img_wrap{
	margin-bottom: 10px;
}
.wrap_bkn span.catch{
	color: #B30002;
}
.inline_bl{
	display: inline-block;
}
.wrap_bkn span.room{
	text-align: right;
	}

/**************************************************************************************/
/* 2018/11/19　お知らせのタグ追加*/
/**************************************************************************************/
.news_tag {
	margin-right: 5px;
	padding: 1px 3px;
	font-size: 0.8em;
/*	border: solid 1px #fff;*/
}
.newsindex_item .new {
	background: #fb6e1a;
	color: #fff;
}
.newsindex_item .import {
	background: #d20404;
	color: #fff;
}
.newsindex_item .campaign {
	background: #fb386f;
	color: #fff;
}
.newsindex_item .rent {
	background: #0458bf;
	color: #fff;
}
.newsindex_item .sale {
	background: #35bf04;
	color: #fff;
}
/**************************************************************************************/
/* 2018/11/15　トップページにバナー設定エリア追加*/
/**************************************************************************************/
.top_bnr_superbox {
	padding: 88px 0px 64px;
	width: 100%;
	height: auto;
	background-color: #F3F3F3;
}
.top_bnr_superbox a img {
	width: 370px;
	height: auto;
}

/**************************************************************************************/
/* 2018/11/07　Font Awesome修正*/
/**************************************************************************************/
.header_telbox,.footer_telbox{
	font-size: 1.2em;
}
.header_contactbox,.header_favoritebox{
	font-size: 0.95em;
}
.fa_green{
	
	font-size: 1.1em;
}
.fa_em03{
		font-size: 1.1em;
		margin-left: 5px;
}
.fa_em04{
		font-size: 1.2em;
		margin-left: 15px;
		vertical-align: -1px;
}
.fa_em05{
	color: #EB6100;
}
.fa_em06{
	color: #FC5A00;
	font-size: 1.3em;
	margin-left: 15px;
	vertical-align: -2px;
}
.fa_em07{
	color: #FC5A00;
	font-size: 1.3em;
	margin-right: 15px;
	vertical-align: -2px;
}
.fa_em08{
	color: #FC5A00;
	font-size: 1.3em;
	margin-left: 15px;
	vertical-align: -2px;
}
/* 見出し下線修正 */
.contents_title_underline{
	width: 410px;
}
@media screen and (max-width: 980px){
	.footer_telbox_sp a i{
		color: #FC5A00;
	}
	.footer_contactbox_sp a i{
		color: #FC5A00;
	}
	.footer_contactbox_sp{
		padding-top: 25px;
	}
	.fa_white{
		color: white;
	}
	.fa_em01{
		font-size: 3.5em;
		margin: 0.22em;
	}
	.fa_em02{
		font-size: 3em;
		margin: 0.23em;
	}
	.btn_submit{
		padding: 28px 0;
	}
	.fa_em09{
		color: #FC5A00;
		font-size: 1.3em;
		margin-left: 15px;
		vertical-align: -2px;
	}
}
/**************************************************************************************/
/* 2018/10/15　特選物件*/
/**************************************************************************************/

.wrap_bkn {
	width: 176px;
	height: auto;
	overflow: hidden;
	margin: 5px 10px 10px 10px;
	border: none;
}
.wrap_bkn a {
	display: inline-block;
}
.wrap_bkn img {
	max-width: 174px;
	max-height: 174px;
}
.wrap_bkn span {
	font-size: 12px;
	padding: 1px 5px;
	display: block;
	line-height: 1.5em;
}
.wrap_bkn span.img_wrap {
	display: flex;
	padding: 0;
	width: 174px;
	height: 174px;
	border: solid 1px #FC5A00;
	align-items: center;
	justify-content: center;
}
.wrap_bkn span.bkn_name {
	font-weight: bold;
	border-bottom: dotted 1px #FC5A00;
}

@media screen and (max-width: 980px) {
.wrap_bkn {
	width: 44%;
	margin: 3% 1.25% 1.25% 1.25%;
	height: auto;
	padding: 1%;
	border: 1px solid #CDCDCD;
	
}
	.wrap_bkn a{
		max-width: 100%;
	}
.wrap_bkn img {
	max-width: 100%;
	max-height: 100%;
	width: 300px;
	height: 250px;
	object-fit: cover;
}
.wrap_bkn span{
	font-size: 1em;
	line-height: 1.4em;
}
.wrap_bkn span.img_wrap {
	width: 99%;
	height: 99%;
	max-height: 300px;border: none;
}
	.wrap_bkn span.bkn_name{
		font-size: 1em;
		border-bottom: dotted 1px #989898;
	}
	.wrap_bkn span.price{
		font-size: 1.3em;
	}
	
.wrap_bkn span.trim {
    overflow: hidden;
    width: 200px;/* トリミングしたい枠の幅 */
    height: 200px;/* トリミングしたい枠の高さ */
    position: relative;
}
}



