@charset "utf-8";
/* CSS Document */
/**************************************************************************************/
/*会社概要ページの店舗画像サイズ調整 */
/**************************************************************************************/
.company_shop_item_imagebox img{
    width: 100%;
}
/**************************************************************************************/
/*ブログのページ送り*/
/**************************************************************************************/
.nav-previous {
    float: left;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 60px;
    background-color: #FFFFFF;
    color: #0E7FC3;
    font-size: 13px;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.nav-next {
    float: right;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 60px;
    background-color: #FFFFFF;
    color: #0E7FC3;
    font-size: 13px;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.nav-previous a, .nav-next a{
	text-decoration: none!important;
	color: #666666;
	display: block;
}
@media screen and (max-width: 980px){
	.nav-next,.nav-previous{
		font-size: 1.1em;
	}
}
/**************************************************************************************/
/*スマホだけのスタイル*/
/**************************************************************************************/
@media screen and (max-width: 980px){
	.sp_pdb_30{
		margin-bottom: 30px!important;
	}
	#header_sp{
		min-width: 544px;
	}
	.header_favoritebox{
		height: 84px;
	}
}

/**************************************************************************************/
/*特選物件*/
/**************************************************************************************/
.wrap_bkn span.room{
	display: block;
	width: 95%;
	text-align: right;
}

/**************************************************************************************/
/* 改行をさせる・させない IE画像*/
/**************************************************************************************/
.wb_break{
	word-break: break-all;
}
.wb_keep{
	word-break: keep-all;
}
.inline_b{
	display: inline-block;
}
.object-fit-img2 {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
/**************************************************************************************/
/* メニュードロップダウン*/
/**************************************************************************************/
#global_menu_area{
    display: flex;
    justify-content: space-between;
}
.haed_gnavi_item{
	width: 150px;			/** メニュー幅 **/
}
/* Style The Dropdown Button */
.dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.header_rentbox{
	width : 175px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	background: none;
	cursor: pointer;
	height: 55px;
}
button{
	background: none;
	width: 175px; /** ドロップダウンのメニュー幅 **/
	position: relative;
	top: -2px;
	outline: none;
	border: none;
				}
button.sub{
	width: 175px;
}
button:active{
		outline: none;
				}
/* Dropdown Content (Hidden by Default) */
.dropdown-content,.dropdown-content2 {
    display: none;
    position: absolute;
    background: rgba(243,243,243,0.85);
    min-width: 131px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	left: 0px;
	z-index: 6;
	top: 42px;
	width: 175px;  /** ドロップダウンのメニュー幅 **/
}
/* Links inside the dropdown */
.dropdown-content a,.dropdown-content2 a {
	clear: both;
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
	border-bottom: 1px dashed #dddddd;
	font-size: 14px;
}
.dropdown-content a:last-child, .dropdown-content2 a:last-child{
					border-bottom: none;
				}
/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content2 a:hover {background: #223d79;
	opacity: 1;
				color: #ffffff;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content,.dropdown:hover .dropdown-content2 {
    display: block;
	animation: show 0.3s linear 0s;
	
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  
}

/**************************************************************************************/
/* ページが見つからない場合の高さ確保　*/
/**************************************************************************************/
.not_found{
        min-height: 200px;
    }
@media screen and (max-width: 980px){
    .not_found{
        min-height: 350px;
        padding-top: 30px;
    }
}
.inq_itemtitle{
	display: block;
}
/**************************************************************************************/
/* フォームの幅をブラウザで統一する　*/
/**************************************************************************************/
.mw_wp_form input[type="text"][size="60"] {
    max-width: 600px;
}
.mw_wp_form input[type="email"][size="60"] {
    max-width: 600px;
}
.mw_wp_form textarea{
    max-width: 600px;
}
/**************************************************************************************/
/* ブログカテゴリのリンク　*/
/**************************************************************************************/
.blog_cate a:link{
	color: #333333;
}
.blog_cate a:visited{
	color: #333333;
}
.blog_cate a:hover{
	color : #999999!important ;
}
@media screen and (max-width: 980px){
    .more-link{
        font-size: 22px;
        width: 250px;
        height: auto;
        padding: 15px;
        margin: 10px auto;
    }
    .page-numbers{
        font-size: 26px;
        height: 60px;
        line-height: 60px;
        margin-top: 15px;
    }
}
/**************************************************************************************/
/* トップページ　調整　*/
/**************************************************************************************/
.wrap_bkn_dummy{
	width: 176px;
    height: 1px;
    margin: 0 10px;
}
.he_220p{
	height: 220px;
}
.over_txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 980px){
    .he_220p{
        height: 270px;
    }
}
/**************************************************************************************/
/* Gutenberg導入に伴うstyleの追加　2020/01/15 橋本　*/
/**************************************************************************************/
figure{
	margin: 0 0 20px 0 ;
}
figure::after{
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
	content: '';
}
.wp-block-table table{
	border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
	margin-top: 20px;
	padding: 20px;
}

@media screen and (max-width: 980px){
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
		padding: 0;
	}
}
.news_contents ul.blocks-gallery-grid, .blog_index_story ul.blocks-gallery-grid, .newpage_contents ul.blocks-gallery-grid{
	padding-inline-start: 0;
}
/*.blog_index_story h2{
    background: #f4d823;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1.1em 1em;
    margin: 3em 0 1em 0;
    line-height: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 1.3em;
}
.blog_index_story h2::before {
    position: absolute;
    top: 100%;
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f4d823 transparent transparent transparent;
}

.blog_index_story h3{
    padding: 5px 10px;
    color: #111;
    background-color: #f0f0f0;
    border-left: 8px solid #f4d823;
}

.blog_index_story h4{
    color: #000;
    border-bottom: dashed 2px #000;
}*/
.blog_index_story ul {
	padding:0.5em;
}
.blog_index_story ul.wp-block-gallery,.blog_index_story ul.wp-block-gallery li{
    padding: 0;
}
.blog_index_story ul.wp-block-gallery li::before{
    content: none;
    border: none;
}
.wp-block-gallery ul,.wp-block-gallery ul li{
    padding: 0;
}
.wp-block-gallery ul li::before{
    content: none;
    border: none;
}
.wp-block-file .wp-block-file__button{
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.wp-block-file .wp-block-file__button:hover{
	 cursor: pointer;
	 text-decoration: none;
	 transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
}
.wp-block-quote{
    background: #F3F3F3;
    padding: 1em;
}
.news_contents a.wp-block-button__link:hover, .blog_index_story a.wp-block-button__link:hover, .newpage_contents a.wp-block-button__link:hover{
    color: inherit;
    text-decoration: underline;
    opacity: 0.8;
}
.news_contents a.wp-block-button__link, .blog_index_story a.wp-block-button__link, .newpage_contents a.wp-block-button__link{
    text-decoration: none;
}
.wp-block-table table{
    border-collapse: collapse ;
}
@media screen and (max-width: 980px){
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
		padding: 0;
	}
}
/*段落でfloatをリセット*/
.news_contents p, .blog_index_story p, .newpage_contents p{
    clear: both;
    margin-bottom: 20px;
}

/*リストインデント*/
.news_contents ul, .blog_index_story ul, .newpage_contents ul,.news_contents ol, .blog_index_story ol, .newpage_contents ol{
    padding-left: 40px;
}
.news_contents blockquote,.blog_index_story blockquote, .newpage_contents blockquote{
   
    margin: 20px 0;
    padding-left: 1em;
}
/*引用*/
.news_contents blockquote,.blog_index_story blockquote, .newpage_contents blockquote{
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

.news_contents blockquote:before,.blog_index_story blockquote:before, .newpage_contents blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; 
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.news_contents blockquote p,.blog_index_story blockquote p, .newpage_contents blockquote p{
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.news_contents blockquote cite,.blog_index_story blockquote cite, .newpage_contents blockquote cite{
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*テキストリンク*/
.news_contents a, .blog_index_story a, .newpage_contents a{
    color: blue;
    text-decoration: underline;
}
.news_contents a:hover, .blog_index_story a:hover, .newpage_contents a:hover{
    color:#0084FF;
    text-decoration: none;
}
/*区切り線*/
.news_contents hr, .blog_index_story hr, .newpage_contents hr{
	border-top: 1px dashed #8c8b8b;
    margin-bottom: 20px;
}
/*画像寄せ*/
.news_contents .alignleft, .blog_index_story .alignleft, .newpage_contents .alignleft{
    float: left;
    margin: 5px 20px 15px 0;
}
.news_contents .aligncenter, .blog_index_story .aligncenter, .newpage_contents .aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.news_contents .alignright, .blog_index_story .alignright, .newpage_contents .alignright{
    float: right;
    margin: 5px 0 18px 20px;
}
/*ページ最下部でfloat解除*/
.clearfix_editor {
    overflow: hidden;
    zoom: 1;
}
.clearfix_editor:after {
    content: "";
    display: block;
    clear: both;
}
/**************************************************************
//物件お問合せフォーム
**************************************************************/
.errorList{
    width: calc(100% - 40px);
    padding: 20px;
    background: #FFB2B3;
    border:1px solid #ff0000;
}
.errorList ul li{
    list-style: none;
}
.inq_inner{
    width: 650px;
    margin: 0 auto;
    border: #dddddd 1px solid;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 35px;
    }
h2.type02, h3.type02, h4.type02, h5.type02, h6.type02 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eeeded;
}
table.form {
  width: 100%;
  margin: 0 0 10px 0;
}
table.form caption {
  font-weight: bold;
}
table.form th,
table.form td {
  vertical-align: middle;
}
table.form th,
table.form td {
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px;
}
table.form th {
  white-space: nowrap;
  font-weight: bold;
  background-color: #f3f3f3;
  width: 200px;
  font-size: 14px;
}
table.form td {
  font-size: 14px;
  width: 445px;
  /*form*/
}
table.form td label.bkn_contact_item_label{
    display: inline-block;
    margin-right: 15px;
}
table.form td input.text,
table.form td input.url,
table.form td input.email,
table.form td input.password {
  width: 80%;
}
table.form td table.in {
  width: 100%;
}
table.form td table.in th {
  width: auto;
}
table.form td textarea,table.form td input[type="text"]{
    width: 100%;
    position: relative;
    padding: 0;
}
table.form td input[type="text"]{
    height: 30px;
}
table.form td textarea{
    height: 120px;
}
span.required {
  color: #ed1a3a;
}
#contact_name_error,#contact_mail_error,#contact_mailchk_error {
    font-weight: bold;
    display: block;
    color: #ed1a3a;
    font-size: 14px;
}


.disabled {
  color: #999;
}

.ex {
  color: #888;
  font-size: 12px;
}
.bkn_inqbtn{
    display: block;
    width: 250px;
    height: 45px !important;
    line-height: 1.0em;
    background-color: #0E7FC3;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #0E7FC3;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 20px auto;
}
.bkn_inqbtn_confirm{
    display: block;
    width: 320px;
    height: 60px !important;
    line-height: 1.0em;
    background-color: #0E7FC3;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #0E7FC3;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 45px auto 20px;
}
.bkn_inqbtn_confirm:disabled,.bkn_inqbtn:disabled{
    background: #929292;
    cursor: default;
}
a.inqbtn_back{
    display: block;
    width: 320px;
    height: 60px !important;
    background-color: #ffffff;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #0E7FC3;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
}
.bkn_contact_confirm_li li{
    display: inline-block;
    margin-right: 5px;
}
.bkn_contact_confirm_li li:after{
    content: "\3001";
}
.bkn_contact_confirm_li li:last-child:after{
    content: none;
}
.privacy_agree{
    margin-top: 30px;
}
.privacy_agree a{
    color: blue;
}
.privacy_agree label{
    margin-bottom: 10px;
}
.toiawase_bkn_table table{
        width: 100%;
        font-size: 0.9em;
    }
.toiawase_bkn_table .table_w01{
        width: 5%;
    }
.toiawase_bkn_table .table_w02{
        width: 27%;
    }
.toiawase_bkn_table .table_w03{
        width: 15%;
    }
.toiawase_bkn_table .table_w04{
        width: 20%;
    }
.toiawase_bkn_table table , .toiawase_bkn_table td, .toiawase_bkn_table th {
	border: 1px solid #595959;
	border-collapse: collapse;
    text-align: center;
}
.toiawase_bkn_table td, .toiawase_bkn_table th {
	padding: 3px;
	width: 30px;
	height: 25px;
    font-weight: normal;
}
.toiawase_bkn_table th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.inq_itemtitle_bkn{
    font-weight: bold;
    }

.inq_wrap p{
        margin-bottom: 15px;
    }
@media screen and (max-width: 980px){
    h2.type02, h3.type02, h4.type02, h5.type02, h6.type02{
        font-size: 1.2em;
    }
    table.form td,table.form th{
        font-size: 20px;
        word-break: break-all;
word-wrap: break-all;
    }
    table.form th{
        width: 150px;
    }
    .ex{
        font-size: 16px;
    }table.form td textarea, table.form td input[type="text"]{
        margin-bottom: 5px;
        font-size: 28px;
        height: 50px;
        border: 1px solid gray!important;
    }
    table.form td textarea, table.form td input[type="textarea"],input[type="text"].sp_textbox{
        height: auto;
        border: 1px solid gray!important;
    }
    table.form td textarea:focus,
    table.form td textarea:hover {
       height: 10em;
    }
    .bkn_inqbtn{
        width: 100%;
        font-size: 20px;
        height: 65px!important;
        line-height: 65px;
    }
    .inq_inner .checkbox01-parts::before{
        width: 23px;
        height: 23px;
        margin-top: 1px;
    }
    .inq_inner .checkbox01-input:checked + .checkbox01-parts::after{
        width: 10px;
		top: -2px;
		height: 16px;
    }
       .like_area{
        padding: 15px 0;
        /*height: 84px;*/
    }
    .square_btn5{
        height: 60px;
        padding: 10px 0;
        font-size: 10px;
        width: 80px;
        margin-right: 10px;
    }
    .square_btn5 i{
        margin-bottom: 5px;
    }
	#contact_name_error, #contact_mail_error, #contact_mailchk_error{
		font-size: 20px;
	}
}
td.required,
input.required,table.form td input[type="text"].required {
  border: 1px solid #ed1a3a!important;
}
/**************************************************************************************/
/* 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;
}
/**************************************************************
//ヘッダー履歴ボタン
**************************************************************/
.square_btn5{
    display: inline-block;
    text-decoration: none;
    background: #E5E5E5;
    border-bottom: solid 2px #eeeeee;
    border-radius: 3px;
	top: -2px;
	text-align: center;
	height: 40px;
	color: #333333;
	line-height: 16px;
	
	font-size: 10px;
    float: right;
    position: relative;
    width: 65px;
    margin-left: 5px;
   box-sizing: border-box;
}
.square_btn5 i{
	color: #115FAE;
    font-size: 20px;
    margin-top: 3px;
}
.square_btn5 .like_count{
    position: absolute;
    bottom: 15px;
    right: 5px;
    border-radius: 50%;
    background: #ffffff;
    padding: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    box-sizing: unset;
}
label.square_btn5 a{
	color: #333333;
}
a.square_btn5:hover{
	text-decoration: none;
	color: #333333;
}
/**************************************************************
//iOSでのデフォルトスタイルをリセット
**************************************************************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/**************************************************************
//チェックボックス
**************************************************************/
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.table_w01 .checkbox01-parts{
    margin-right: 0px;
}
.checkbox01-parts_room{
    margin-right: 10px;
    padding-left: 38px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
    box-sizing: border-box;
}
.checkbox01-parts_room::before{
    width: 20px;
  height: 20px;
    top: 1px;
    
}
.checkbox01-parts_building::before,.checkbox01-parts_building::after{
    margin-left: 15px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #115FAE;
    background: #FFE4C6;
}
.checkbox01-input:checked + .checkbox01-parts_room{
  color: #333333;
  background: none;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #115FAE;
  border-right: 3px solid #115FAE;
}
.change .checkbox01-input:checked + .checkbox01-parts::after{
	top: 0px;
}
.checkbox01-input:checked + .checkbox01-parts_room::after{
  
  top: -4px;
  left: 5px;
  width: 12px;
  height: 17px;
  transform: rotate(40deg);
  border-bottom: 3px solid #EF6000;
  border-right: 3px solid #EF6000;
}


.search_checkbox label,#result_area label {
	padding-left:		30px;			/* ラベルの位置 */
	font-size:		1em;
	line-height:		1em;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
	margin-bottom: 0.8rem;
}
#result_area label{
	z-index: 2;
	padding-left:0px;	
}
#result_area .room_wrap label{
	z-index: 2;
	padding-left:2px;	
}
#select_area .submit_area .in_b{
    display: inline-block;
}
#select_area .submit_area .ml_15_pc{
    margin-left: 15px;
}
@media screen and (max-width: 980px) {
.checkbox01-parts_room{
    padding-left: 12px;
}
   #result_area .rb_tab_area label:before,#result_area .form-check label:before{
       content: none;
    }
    .checkbox01-parts_form{
        padding-left: 35px;
		padding-bottom: 2px;
    }
    .checkbox01-parts::before{
        width: 23px;
        height: 23px;
    }
    #select_area .submit_area .ml_15_pc{
    margin-left: 0px;
}
}

