@charset "UTF-8";
/*------------------------------------------------------------
  < 各ページ共通 > 
  ------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

p {
	max-height: 999999px;
	display: block;
	margin: 0;
}

p+p {
	display: block;
	margin-top: 1em;
}

em {
	font-weight: bold;
	font-style: normal;
}

a {
	color: #036ea8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a.none:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

img {
	vertical-align: bottom;
}

img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

img.aligncenter {
	clear: both;
	margin: 0.4em auto 1.6em;
}

strong {
	font-weight: bold;
}

blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

blockquote.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.alignleft {
	margin: 0.4em 1.6em 1.2em 0;
}

.wp-caption.alignright {
	margin: 0.4em 0 1.2em 1.6em;
}

.wp-caption.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.2em;
}

/* clearfix */

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.cb {
	clear: both;
}

.red {
	color: #ff0600;
}

.orange {
	color: #ef5a24;
}

.green {
	color: #3B683D;
}

.fw_b {
	font-weight: bold;
}

.display_b {
	display: block;
}

.td_underline {
	text-decoration: underline;
}

.vert_m {
	vertical-align: middle;
}

/*------------------------------------------------------------
  < レイアウト > 
  ------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	background: #ddd;
}

.page-outer::after {
	content: "";
	display: block;
	clear: both;
}

.layer1 {
	position: relative;
	z-index: 1;
}

.layer2 {
	position: relative;
	z-index: 10;
}

.layer3 {
	position: relative;
	z-index: 20;
}

.layer4 {
	position: relative;
	z-index: 30;
}

.wrap-outer {
	min-width: 1200px;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.shadow {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.column-wrap {
	width: 100%;
}

.column-wrap::after {
	content: "";
	display: block;
	clear: both;
}

.sidearea-column {
	width: 240px;
	float: left;
	margin-left: 20px;
}

.contentarea-column {
	width: 900px;
	float: right;
	margin-right: 20px;
}

.contentarea-column h3 {
  font-size: 28px;
  line-height: 38px;
  border-bottom: 2px solid #181991;
  margin-bottom: 20px;
  padding: 0 8px;
}

.contentarea-column h3 a {
  color: inherit;
}
.contentarea-column .estate_nopage_message {
	margin: 50px;
}

/* ----------------------------------------------
  header レイアウト */

.content-header {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 50;
}

.content-header .header-top {
	background: #123456;
	color: white;
}

.content-header .header-top .header-wrap {
	min-height: 1.75em;
}

.content-header .header-middle {}

.content-header .header-middle .header-wrap {
	background: #ffffff;
	min-height: 5em;
}

.content-header .header-bottom {}

.content-header .header-bottom .header-wrap {
	background: #123456;
	color: white;
	min-height: 0.75em;
}

.content-header .header-title {
	float: left;
}

.content-header .header-title h1 {
	font-size: 14px;
}

.content-header .header-menu {
	float: right;
}

.content-header .header-menu ul {
	font-size: 14px;
}

.content-header .header-menu ul li {
	display: inline-block;
}

.content-header .header-menu ul li a {
	color: inherit;
}

.content-header .header-menu ul li+li::before {
	content: "｜";
}

/* ----------------------------------------------
  footer レイアウト */

.content-footer {
	width: 100%;
	min-height: 300px;
	;
	background: #fff;
	border-top: 2px solid #123456;
}

.content-footer .footer-wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.content-footer .footer-menu {
	float: left;
}

.content-footer .footer-menu ul {
	font-size: 14px;
}

.content-footer .footer-menu ul li {
	display: inline-block;
}

.content-footer .footer-menu ul li a {
	color: inherit;
}

.content-footer .footer-menu ul li+li::before {
	content: "｜";
}

.content-footer .footer-copy {
	float: right;
}

/* ----------------------------------------------
  コンテンツエリア レイアウト */

.content-outer {
	min-height: 600px;
	background: white;
}

.content-outer .content-toparea {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.35;
	padding: 0.7em 20px;
}

.content-outer .content-toparea .breadcrumb {
	float: left;
	margin-right: 1em;
}

.content-outer .content-toparea .breadcrumb a {
	color: inherit;
}

.content-outer .content-toparea .h2area {
	float: right;
	margin-left: 1em;
}

.content-outer .content-toparea .h2area h2 {
	font-size: inherit;
}

/*------------------------------------------------------------
  < ヘッダー >
  ------------------------------------------------------------*/

/*------------------------------------------------------------
  < フッター >
  ------------------------------------------------------------*/

/*------------------------------------------------------------
  < グローバルメニュー >
  ------------------------------------------------------------*/

.menu-global {
	background: #ffff99;
}

.menu-global>ul {
	display: flex;
}

.menu-global>ul>li {
	width: 100%;
	text-align: center;
}

/*------------------------------------------------------------
  < トップコンテンツ >
  ------------------------------------------------------------*/

.content-pagetop {
	min-height: 500px;
	background: white;
}

.estate-counter {
	max-width: 200px;
	border: 1px solid #123456;
	border-radius: 1em;
}

.estate-counter dl {
	text-align: center;
}

.estate-counter dl dt {
	display: inline-block
}

.estate-counter dl dd {
	display: inline-block
}

.estate-counter .genzai p {
	text-align: center;
	font-size: 0.8em;
}

/*------------------------------------------------------------
  < pager >
  ------------------------------------------------------------*/

.count_disp {
	font-size: 14px;
	line-height: 24px;
	color: #231815;
}

.count_disp em {
	font-size: 14px;
	margin-right: 10px;
}

.count_disp em .allNum {
	color: #ff0000;
	font-size: 18px;
	padding: 0 5px;
}

/*------------------------------------------------------------
  < pager >
  ------------------------------------------------------------*/

.pager {
	display: flex;
	text-align: left;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 22px;
	margin: 5px 0;
}

.pager .prevpage {
	font-size: 12px;
	border: 1px solid #989899;
}

.pager .prevpage span {
	padding: 0 5px;
}

.pager .nextpage {
	font-size: 12px;
	border: 1px solid #989899;
}

.pager .nextpage span {
	padding: 0 5px;
}

.pager>li {
	margin: 0 5px 0 0;
	min-width: 24px;
	text-align: center;
	color: #231815;
}

.pager>li.page {
	border: 1px solid #989899;
}

.pager>li.page span {
	padding: 0 5px;
}

.pager>li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #231815;
	padding: 0 5px;
}

.pager>li.disabled {
	color: #999999;
}

.pager>li a:hover {
	background: #fbb03b;
}

.pager>li.current {
	background: #fbb03b;
	font-weight: bold;
	border: 1px solid #989899;
}

#item_slider {
	width: 720px;
	margin: 0 auto;
	border: 0;
}


#item_slider .slider_item img {
	width: 720px;
	height: 540px;
	object-fit: scale-down;
}

#item_slider .slider_item p {
	text-align: center;
}

#item_slider_thumb ul {
	display: flex;
	flex-wrap: wrap;
	width: 828px;
	margin: 7px auto 0px;
}

#item_slider_thumb {
	margin-top: 20px;
}

#item_slider_thumb ul li {
	margin: 3px;
	background: black;
}

#item_slider_thumb ul li img {
	width: 96px;
	opacity: 0.6;
}

#item_slider_thumb p {
	font-size: 14px;
	color: #595757;
}

.estate-photo-slider .flexslider .flex-direction-nav a {
	display: block;
	width: 28px;
	height: 28px;
	background: rgba(152, 152, 152, 0.8);
	border-radius: 50%;
	text-align: center;
}

.estate-photo-slider .flexslider .flex-direction-nav a:before {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: white;
}

.estate-photo-slider .flexslider:hover .flex-direction-nav .flex-prev {
	left: -15px;
}

.estate-photo-slider .flexslider:hover .flex-direction-nav .flex-next {
	right: -15px;
}

#cond-list-wrap {
	position: relative;
	min-height: 200px;
}
#cond-list-wrap::after {
	opacity: 0;
}
#cond-list-wrap.loading::after {
	position: absolute;
	content: '';
	display: block;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/common/loading.gif) no-repeat 50% 100px;
	opacity: 1;
	transition: all 1s ease-out;
}

/*------------------------------------------------------------
  < tpl-favorite >
  ------------------------------------------------------------*/
.tpl-favorite #estate_favorite_list {
	position: relative;
	min-height: 200px;
}
.tpl-favorite #estate_favorite_list.loading::after {
	position: absolute;
	content: '';
	display: block;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/common/loading.gif) no-repeat 50% 100px;
	opacity: 1;
	transition: all 1s ease-out;
}
.tpl-favorite .controller {
	text-align: right;;
	margin-bottom: 10px;
}


.favorite .estate_favorite_form .add_favorite {
	display: block;
	width: 178px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #333;
}
.favorite .estate_favorite_form .remove_favorite {
	display: block;
	width: 178px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #333;
}
.favorite .estate_favorite_form input[type=submit]:hover {
	opacity: 0.9;
	cursor: pointer;
}
.favorite .estate_favorite_form .remove_favorite {
    display: none;
}
.favorite .estate_favorite_form.favorite .remove_favorite {
    display: block;
}
.favorite .estate_favorite_form.favorite .add_favorite {
    display: none;
}
/* ----------------------------------------------
    tpl-item_cond
 */

 .tpl-item_cond .contentarea-column h3.item_cond {
	background: #faf6db;
	font-size: 28px;
	color: #e35513;
	padding: 2px 15px;
	border: none;
  }
  .tpl-item_cond .contentarea-column dl dt {
	position: relative;
	font-size: 22px;
	width: 880px;
	margin: 20px auto 20px;
	border-bottom: 3px solid #181991;
	padding-left: 40px;
  }
  .tpl-item_cond .contentarea-column dl dt:before {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: #181991;
	top: 50%;
	left: 10px;
	margin-top: -12px;
  }
  .tpl-item_cond .contentarea-column dl dd ul {
	overflow: hidden;
	margin: 0 0 0 5px;
  }
  .tpl-item_cond .contentarea-column dl dd li {
	float: left;
	margin: 0 0 15px 20px;
  }
  .tpl-item_cond .contentarea-column dl dd li a {
	display: block;
	width: 270px;
	color: #000;
	background: #dbe8f5;
	border: 1px solid #083a91;
	border-radius: 3px;
	padding: 10px 20px;
  }
  .tpl-item_cond .contentarea-column dl dd li a:hover {
	color: #e35513;
	background: #faf6db;
	border: 1px solid #f1af2c;
	text-decoration: none;
  }
  
/*------------------------------------------------------------
  < estate-cond-list >
  ------------------------------------------------------------*/
.estate-cond-list-item {
	width: 900px;
	border-top: 4px solid #181991;
	margin-bottom: 40px;
  }
  .estate-cond-list-item .cond_list_item_head {
	border-bottom: 1px solid #595757;
	padding: 7px 10px;
	overflow: hidden;
	margin-bottom: 15px;
  }
  .estate-cond-list-item .cond_list_item_body {
	overflow: hidden;
	width: 880px;
	margin: 0 auto 15px;
  }
  .estate-cond-list-item .cond_list_item_foot {
	overflow: hidden;
	width: 880px;
	margin: 0 auto 15px;
  }
  .estate-cond-list-item .item_title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
  }
  .estate-cond-list-item .item_status {
	float: right;
  }
  .estate-cond-list-item .item_status li {
	display: inline-block;
  }
  .estate-cond-list-item .item_status li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 0 10px;
	background: #df0012;
	color: white;
  }
  .estate-cond-list-item .item_thumb {
	width: 260px;
	height: 195px;
	float: left;
	margin: 0 10px 0 0;
  }
  .estate-cond-list-item .item_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .estate-cond-list-item .item_price {
	margin-bottom: 10px;
  }
  .estate-cond-list-item .item_price dl {
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
  }
  .estate-cond-list-item .item_price dl dt {
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
	line-height: 30px;
  }
  .estate-cond-list-item .item_price dl dd {
	display: inline-block;
	line-height: 30px;
  }
  .estate-cond-list-item .item_class {
	display: inline-block;
  }
  .estate-cond-list-item .item_class span {
	display: inline-block;
	background: #181890;
	color: white;
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px;
  }
  .estate-cond-list-item .item_class span.item_class_1 {
	background: #f57200;
  }
  .estate-cond-list-item .item_price .item_madori dt {
	font-weight: bold;
  }
  .estate-cond-list-item .item_madori dd {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
  }
  .estate-cond-list-item .item_price .item_kakaku dt {
	font-weight: bold;
  }
  .estate-cond-list-item .item_kakaku dd {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
  }
  .estate-cond-list-item .item_detail {
	width: 610px;
	float: right;
  }
  .estate-cond-list-item .item_detail table {
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	border-left: 1px solid #989899;
	border-right: 1px solid #989899;
  }
  .estate-cond-list-item .item_detail table th {
	background: #dbe8f5;
	text-align: center;
	font-weight: normal;
	width: 120px;
	border-top: 1px solid #989899;
	border-bottom: 1px solid #989899;
	vertical-align: middle;
	padding: 8px 0;
  }
  .estate-cond-list-item .item_detail table td+th {
	border-left: none;
  }
  .estate-cond-list-item .item_detail table td {
	width: 195px;
	padding-left: 15px;
	border-top: 1px solid #989899;
	border-bottom: 1px solid #989899;
	vertical-align: top;
	padding: 8px 0 8px 15px;
  }
  .estate-cond-list-item .item_detail table .item_access td {
	box-sizing: content-box;
	height: 50px;
  }
  .estate-cond-list-item .item_detail2 {
	clear: both;
	padding-top: 12px;
  }
  .estate-cond-list-item .item_catch_copy {
	width: 880px;
	height: 68px;
	font-size: 15px;
	line-height: 21px;
	padding: 15px 15px 15px 150px; 
  }
  .estate-cond-list-item .btnArea {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
  }
  .estate-cond-list-item .btnArea li {
	display: block;
	width: 100%;
	margin: 0 5px;
  }
  .estate-cond-list-item .btnArea li.item01 a {
	display: flex;
	width: 100%;
	height: 47px;
	justify-content: center;
	align-items: center;
	border: 1px solid #aaa;
	background: #dbe8f5;
  }
  .estate-cond-list-item .btnArea li a:hover {
	opacity: 0.8;
  }

  
/* ----------------------------------------------
    estate-cond-detai
 */
.estate-cond-detail {
	margin-bottom: 40px;
  }
  .estate-cond-detail table {
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	border-left: 1px solid #989899;
	border-right: 1px solid #989899;
  }
  .estate-cond-detail table th {
	background: #dbe8f5;
	text-align: center;
	font-weight: normal;
	width: 120px;
	border-top: 1px solid #989899;
	border-bottom: 1px solid #989899;
	padding: 5px 0 4px;
	vertical-align: middle;
  }
  .estate-cond-detail table td+th {
	border-left: none;
  }
  .estate-cond-detail table td {
	min-width: 195px;
	border-top: 1px solid #989899;
	border-bottom: 1px solid #989899;
	padding: 5px 0 4px 15px;
  }
  .estate-cond-detail .estate-detail_header {
	border-bottom: 1px solid #595757;
	padding: 7px 10px;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 30px;
  }
  .estate-cond-detail .estate-detail_header .item_title {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
  }
  .estate-cond-detail .estate-detail_header .item_class {
	display: inline-block;
	margin-right: 0.7em;
	line-height: 30px;
	vertical-align: middle;
  }
  .estate-cond-detail .estate-detail_header .item_class span {
	display: inline-block;
	background: #181890;
	color: white;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px;
  }
  .estate-cond-detail .estate-detail_header .item_status {
	float: right;
  }
  .estate-cond-detail .estate-detail_header .item_status li {
	display: inline-block;
  }
  .estate-cond-detail .estate-detail_header .item_status li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 0 10px;
  }
  .item_status li span {
    background: #df0012;
	color: white;
  }
  .estate-cond-detail .item_catch_copy {
	width: 880px;
	height: 68px;
	font-size: 15px;
	line-height: 21px;
	padding: 15px 15px 15px 150px;
	margin: 0 auto 10px;
	font-weight: bold;
	color: #f15a24;
  }
  .estate-cond-detail .estate-detail_content1 {
	overflow: hidden;
	width: 880px;
	min-height: 200px;
	margin: 0 auto;
  }
  .estate-cond-detail .estate-detail_content1 .item_thumb {
	float: left;
	margin: 0 10px 0 0;
  }
  .estate-cond-detail .estate-detail_content1 .item_thumb .thumb_img img {
	width: 200px;
	height: 153px;
	object-fit: cover;
  }
  .estate-cond-detail .estate-detail_content1 .estate_favorite_form .add_favorite {
	display: block;
	width: 178px;
	height: 37px;
	margin: 10px auto;
	padding: 0;
	border-radius: 5px;
	font-size: 13px;
  }
  .estate-cond-detail .estate-detail_content1 .estate_favorite_form .remove_favorite {
	display: block;
	width: 178px;
	height: 37px;
	margin: 10px auto;
	padding: 0;
	border-radius: 5px;
	font-size: 13px;
  }
  .estate-cond-detail .estate-detail_content1 .estate_favorite_form input[type=submit]:hover {
	opacity: 0.9;
	cursor: pointer;
  }
  .estate-cond-detail .estate-detail_content1 .estate_favorite_form .remove_favorite {
	display: none;
  }
  .estate-cond-detail .estate-detail_content1 .estate_favorite_form.favorite .remove_favorite {
	display: block;
  }
  .estate-cond-detail .estate-detail_content1 .estate_favorite_form.favorite .add_favorite {
	display: none;
  }
  .estate-cond-detail .estate-detail_content1 .item_detail1 {
	width: 666px;
	float: right;
  }
  .estate-cond-detail .estate-detail_content1 table th.kakaku +td {
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
  }
  .estate-cond-detail.datatype1 .estate-detail_content1 tr.item_access td {
	height: 70px;
  }
  .estate-cond-detail .estate-detail_content1 .equip {
	width: 650px;
	margin: 15px auto 0;
	overflow: hidden;
  }
  .estate-cond-detail .estate-detail_content1 .equip li {
	width: 124px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 0;
	color: #d5d6d6;
	border: 1px solid #d5d6d6;
	margin: 2px 3px;
	float: left;
  }
  .estate-cond-detail .estate-detail_content1 .equip li.has_class {
	background: #0d896d;
	color: white;
	border-color: #0d896d;
  }
  .estate-cond-detail .estate-detail_content2 {
	width: 880px;
	margin: 30px auto;
  }
  .estate-cond-detail .estate-detail_content2 .tabmenu ul {
	border-bottom: 5px solid #8e6134;
	overflow: hidden;
  }
  .estate-cond-detail .estate-detail_content2 .tabmenu li {
	width: 160px;
	height: 41px;
	float: left;
	border: 2px solid #8e6134;
	border-bottom: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #8e6134;
	padding-top: 7px;
	border-radius: 5px 5px 0 0;
	margin-right: 10px;
  }
  .estate-cond-detail .estate-detail_content2 .tabmenu li:hover {
	opacity: 0.8;
	cursor: pointer;
  }
  .estate-cond-detail .estate-detail_content2 .tabmenu li.active {
	background: #8e6134;
	color: white;
  }
  .estate-cond-detail .estate-detail_content2 .tabcontent {
	border: 1px solid #e8e8e9;
	border-top: 0;
	padding: 30px 0 20px;
  }
  .estate-cond-detail .estate-detail_content2 .tabcontent ul {
	width: 828px;
	margin: 0 auto;
  }
  .estate-cond-detail .estate-detail_content2 .tabcontent > ul > li {
	display: none;
  }
  .estate-cond-detail .estate-detail_content2 .tabcontent > ul > li.active {
	display: block;
  }
  .estate-cond-detail .estate-detail_content2 .estate-photo-slider {
	margin-bottom: 20px;
  }
  
  .estate-cond-detail .estate-detail_content2 .estate-photo-slider .flex-direction-nav a {
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	/* box-sizing: content-box; */
  }
  .estate-cond-detail .estate-detail_content2 .estate-photo-slider .flex-direction-nav .flex-nav-prev a {
	left: -15px;
  }
  .estate-cond-detail .estate-detail_content2 .estate-photo-slider .flex-direction-nav .flex-nav-prev:hover a {
	opacity: 0.8;
  }
  .estate-cond-detail .estate-detail_content2 .estate-photo-slider .flex-direction-nav .flex-nav-next a {
	right: -15px;
  }
  .estate-cond-detail .estate-detail_content2 .estate-photo-slider .flex-direction-nav .flex-nav-next:hover a {
	opacity: 0.8;
  }
  .estate-cond-detail .estate-detail_content2 #item_slider_thumb {
  }
  .estate-cond-detail .estate-detail_content2 #item_slider_thumb p {
	text-align: right;
  }
  .estate-cond-detail .estate-detail_content2 #item_slider_thumb p::before {
	content: "▲";
  }
  .estate-cond-detail .estate-detail_content2 .item_theta_tag dt {
	background: #f1af2c;
	color: white;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	padding: 7px 0;
  }
  .estate-cond-detail .estate-detail_content2 .item_theta_tag dd {
	width: 100%;
	margin: 10px auto 0;
  }
  .estate-cond-detail .estate-detail_content3 {
	width: 880px;
	margin: 30px auto;
  }
  .estate-cond-detail .estate-detail_content3 >dl >dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	border-left: 6px solid #666666;
	padding-left: 10px;
	margin: 0 0 10px 10px;
	margin-bottom: 10px;
	color: #575652;
  }
  .estate-cond-detail .estate-detail_content3 .item_kakaku+td {
	color:red;
	font-weight: bold;
	font-size: 20px;
  }
  .estate-cond-detail .estate-detail_content3 .item_kakaku+td .tax {
	color: #231815;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
  }
  .estate-cond-detail .estate-detail_content3 .toti_info {
	font-size: 14px;
	line-height: 24px;
	padding: 3px 0;
  }
  .estate-cond-detail .estate-detail_content3 .toti_item {
	display: inline-block;
	min-width: 44%;
  }
  .estate-cond-detail .estate-detail_content3 .toti_item dt {
	display: inline-block;
  }
  .estate-cond-detail .estate-detail_content3 .toti_item dt:after {
	content: "：";
  }
  .estate-cond-detail .estate-detail_content3 .toti_item dd {
	display: inline-block;
  }
  .estate-cond-detail .estate-detail_content3 .tatemono_info {
	font-size: 14px;
	line-height: 24px;
	padding: 3px 0;
  }
  .estate-cond-detail .estate-detail_content3 .tatemono_item {
	display: inline-block;
	min-width: 44%;
  }
  .estate-cond-detail .estate-detail_content3 .tatemono_item dt {
	display: inline-block;
  }
  .estate-cond-detail .estate-detail_content3 .tatemono_item dt:after {
	content: "：";
  }
  .estate-cond-detail .estate-detail_content3 .tatemono_item dd {
	display: inline-block;
  }
  .estate-cond-detail .estate-detail_content3 .setsudou_info {
	font-size: 14px;
	line-height: 24px;
	padding: 3px 0;
  }
  .estate-cond-detail .estate-detail_content3 .setsudou_item {
	display: inline-block;
	min-width: 44%;
  }
  .estate-cond-detail .estate-detail_content3 .setsudou_item dt {
	display: inline-block;
  }
  .estate-cond-detail .estate-detail_content3 .setsudou_item dt:after {
	content: "：";
  }
  .estate-cond-detail .estate-detail_content3 .setsudou_item dd {
	display: inline-block;
  }
  .estate-cond-detail .estate-detail_content3 .koutsu_item {
	font-size: 14px;
	line-height: 24px;
	padding: 3px 0;
  }
  .estate-cond-detail .estate-detail_content3 .koutsu_item.biko_1 {
	width: 100%;
  }
  .estate-cond-detail .estate-detail_content3 .koutsu_item dt {
	display: inline;
  }
  .estate-cond-detail .estate-detail_content3 .koutsu_item dt:after {
	content: "：";
  }
  .estate-cond-detail .estate-detail_content3 .koutsu_item dd {
	display: inline;
  }
  .estate-cond-detail .estate-detail_content4 {
	position: relative;
	width: 860px;
	margin: 70px auto 20px;
	padding: 10px 0 10px;
  }
  .estate-cond-detail .estate-detail_content4 .item_staff {
	position: absolute;
	top: -20px;
	right: 25px;
  }
  .estate-cond-detail .estate-detail_content4 .item_staff .staff_image {
	border: 5px solid #fbb03b;
	border-radius: 50%;
  }
  .estate-cond-detail .estate-detail_content4 .item_staff .staff_image img {
	border-radius: 50%;
  }
  .estate-cond-detail .estate-detail_content4 .item_point {
	width: 842px;
	margin: 0 auto 10px;
	padding: 124px 22px 0 22px;
	font-size: 16px;
	line-height: 28px;
  }
  .estate-cond-detail .estate-detail_content4 .item_contact {
	width: 840px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
  }
  .estate-cond-detail .estate-detail_content4 .item_contact a {
	display: block;
	width: 800px;
	height: 50px;
	margin: 0 auto;
  }
  .estate-cond-detail .estate-detail_content4 .item_contact a:hover {
	opacity: 0.8;
  }
  .estate-cond-detail .estate-detail_content5 {
	width: 823px;
	margin: 0 auto;
	overflow: hidden;
  }
  .estate-cond-detail .estate-detail_content5 .p1 {
	width: 500px;
	padding: 10px 0 0 25px;
	font-size: 15px;
	line-height: 25px;
	float: left;
  }
  .estate-cond-detail .estate-detail_content5 .item_qrcode {
	float: right;
	margin: 26px 25px 0 0;
	border: 3px solid white;
  }
  .estate-cond-detail .estate-detail_content5 .item_qrcode canvas {
	display: block;
  }
  .estate-cond-detail .estate-detail_content6 {
	width: 840px;
	margin: 50px auto;
	border: 2px solid #bdbdbd;
	border-radius: 5px;
	padding: 30px 0 15px;
  }
  .estate-cond-detail .estate-detail_content6 >dl >dt {
	width: 740px;
	margin: 0 auto 20px;
  }
  .estate-cond-detail .estate-detail_content6 >dl >dd {
	width: 720px;
	margin: 20px auto;
  }
  .contactform02 >dl {
	display: table;
	margin-top: -1px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
  }
  .contactform02 >dl >dt {
	display: table-cell;
	width: 206px;
	vertical-align: middle;
	background: #faf6db;
	border: 1px solid #cccccc;
	padding: 10px 0 10px 22px;
  }
  .contactform02 >dl.require >dt::after {
	content: "【必須】";
	color: #ff0000;
  }
  .contactform02 >dl >dd {
	display: table-cell;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	border-left: none;
  }
  .contactform02 .wpcf7-list-item {
	display: block;
	margin-left: 0;
  }
  .contactform02 .item-name input {
	max-width: 100%;
	border: none;
  }
  .contactform02 .your-message p {
	width: 80%;
  }
  .contactform02 .your-name input {
	max-width: 314px;
	width: 100%;
  }
  .contactform02 .your-address input {
	max-width: 90%;
	width: 100%;
  }
  .contactform02 .btnArea {
	text-align: center;
	margin-top: 30px;
  }
  .contactform02 .btnArea .wpcf7-submit {
	width: 201px;
	height: 47px;
	padding: 0;
  }
  .contactform02 .btnArea .wpcf7-submit:hover {
	opacity: 0.8;
	cursor: pointer;
  }
  .estate-cond-detail .estate-detail_content7 {
	width: 820px;
	margin: 50px auto;
  }
  .estate-cond-detail .estate-detail_content7 >dl >dt {
	border-bottom: 1px solid #bdbdbd;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
  }
  .estate-cond-detail .estate-detail_content7 >dl {
	padding-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
  }
  .estate-cond-detail .estate-detail_content7 .slide_item {
	width: 186px;
	line-height: 22px;
	font-size: 15px;
  }
  .estate-cond-detail .estate-detail_content7 .slide_item a {
	display: block;
	width: 186px;
	margin: 0 auto;
	color: inherit;
  }
  .estate-cond-detail .estate-detail_content7 .slide_item .img_wrap {
	width: 186px;
	height: 140px;
	border: 3px solid #f2f2f2;
	margin-bottom: 5px;
  }
  .estate-cond-detail .estate-detail_content7 .slide_item .img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .estate-cond-detail .estate-detail_content7 .slide_item .item_kakaku dt {
	font-size: 16px;
	display: inline-block;
  }
  .estate-cond-detail .estate-detail_content7 .slide_item .item_kakaku dd {
	display: inline-block;
	font-size: 20px;
	margin-left: 5px;
	font-weight: bold;
	color: red;
  }
  .estate-cond-detail .estate-detail_content7 .slide_item .data1 {
	color: #0633ac;
	text-decoration: underline;
  }
  .estate-cond-detail .estate-detail_content7 .slide_item .data1 span+span::before {
	content: "・";
  }
  .estate-cond-detail .estate-detail_content7 .slide_item .item_address {
	color: #0633ac;
	text-decoration: underline;
  }
  .estate-cond-detail .estate-detail_content8 {
	position: relative;
	width: 851px;
	margin: 50px auto;
  }
  .estate-cond-detail .estate-detail_content8 .tt01 {
	padding: 10px 0 0 5px;
	height: 74px;
	box-sizing: content-box;
  }
  .estate-cond-detail .estate-detail_content8 .tt02 {
	position: absolute;
	top: 172px;
	right: 30px;
  }
  .estate-cond-detail .estate-detail_content8 .tt03 {
	width: 255px;
	padding: 22px 0 0 588px;
	box-sizing: content-box;
	font-size: 15px;
	line-height: 22px;
  }
  .estate-cond-detail .estate-detail_content8 .tt03 p {
	padding: 0 5px;
	box-sizing: border-box;
  }
  .estate-cond-detail .estate-detail_content8 .tt03 p+p {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #1a1a1a;
  }
  .estate-cond-detail .estate-detail_loansim {
	width: 820px;
	margin: 30px auto;
  }
  .estate-cond-detail .estate-detail_loansim .tt01 {
	width: 98%;
	margin: 20px auto;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 {
	width: 702px;
	margin: 0 auto;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 >dt {
	background: #faf6db;
	color: #ec9000;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 20px;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 .nonePC {
	display: none;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 fieldset {
	border: none;
	padding: 0;
	margin: 0;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 table {
	border: 1px solid #bfbfbf;
	font-size: 14px;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 th {
	border: 1px solid #bfbfbf;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 tr+tr {
	border-top: 1px dashed #bfbfbf;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 th {
	border: none;
	background: #f2f2f2;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 td {
	border: none;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 .submit {
	text-align: center;
	margin: 20px 0;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 .submit_button {
	width: 501px;
	height: 46px;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 .submit_button:hover {
	opacity: 0.9;
	cursor: pointer;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 .keisan {
	margin: 20px auto;
	font-size: 24px;
	text-align: center;
  }
  .estate-cond-detail .estate-detail_loansim .tt02 .keisan input {
	text-align: center;
	color: #ff5722;
	font-size: 30px;
	font-weight: bold;
	background: transparent;
  }
  
/* ----------------------------------------------
    content-kensaku-bar
 */
.content-kensaku-bar {
	background: #1d4a38;
	padding: 15px;
}
.content-kensaku-bar .content-kensaku-bar-inner {
	width: 1000px;
	margin: 0 auto;
}
.content-kensaku-bar .content-kensaku-bar-inner form {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.content-kensaku-bar .content-kensaku-bar-inner form select {
	width: 246px;
	height: 46px;
	border-radius: 10px;
}
.content-kensaku-bar .content-kensaku-bar-inner form >div {
	position: relative;
}
.content-kensaku-bar .content-kensaku-bar-inner form >div::after {
	opacity: 0;
}
.content-kensaku-bar .content-kensaku-bar-inner form >div.loading::after {
	position: absolute;
	content: '';
	display: block;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/common/loading.gif) no-repeat 50% 50%;
	background-size: 20px auto;
	opacity: 1;
	transition: all 1s ease-out;
}
.content-kensaku-bar .content-kensaku-bar-inner form input[type=submit] {
	display: block;
	width: 200px;
	height: 46px;
	border-radius: 10px;
}

/* ----------------------------------------------
    search_param
 */
.search_param {
	display: flex;
	width: 80%;
	margin: 1em auto;
}
.search_param dt {
	width: 7em;
	text-align: center;
	background: #249d57;
	color: white;
	padding: 10px 0;
}
.search_param dd {
	width: calc(100% - 7em);
	background: #f3f3f3;
	padding: 10px;
}

/* ----------------------------------------------
    content_loginform
 */
.estate_login {
	width: 500px;
	margin: 50px auto;
}
.estate_login input[type=text] {
	width: 100%;
}
.estate_login input[type=password] {
	width: 100%;
}
.content_registform input[type=email] {
	width: 100%;
}
.estate_login button[type=submit] {
	width: 100%;
}
.estate_login .error {
	border-left: 4px solid #dc3232;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	font-size: 0.9em;
	line-height: 1.5;
}
.estate_login .message {
	border-left: 4px solid #00a0d2;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	font-size: 0.9em;
	line-height: 1.5;
}
.estate_login .description {
	font-size: 0.9em;
	line-height: 1.5;
	margin: 10px;
}
.estate_login dl {
	display: flex;
	align-items: center;
}
.estate_login dl+dl {
	margin-top: 10px;
}
.estate_login dl dt {
	width: 30%;
	text-align: center;
}
.estate_login dl dd {
	width: 70%;
}
.estate_login .btnarea {
	text-align: center;
	margin: 10px auto;
}
.estate_login .my_forgot_pass {
	text-align: right;
	font-size: 0.9em;
}

/* ----------------------------------------------
    content_registform
 */


/* ----------------------------------------------
    content_lostpasswordform
 */
.content_lostpasswordform {
	width: 400px;
	margin: 50px auto;
}

.content_lostpasswordform dl {
	display: block;
}
.content_lostpasswordform dl dt {
	width: 100%;
	text-align: left;
}
.content_lostpasswordform dl dd {
	width: 100%;
	text-align: left;
}


/* ----------------------------------------------
    content_resetpassform
 */
.content_resetpassform {
	width: 400px;
	margin: 50px auto;
}
.content_resetpassform dl {
	display: block;
}
.content_resetpassform dl dt {
	width: 100%;
	text-align: left;
}
.content_resetpassform dl dd {
	width: 100%;
	text-align: left;
}

/* ----------------------------------------------
    estate-enquete-list-header
 */
.estate-enquete-list-header {
	border-bottom: 1px solid #595757;
	padding: 7px 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
/* ----------------------------------------------
    estate-enquete-list-item
 */
.estate-enquete-list-item {
	padding: 0 10px 5px;
}
.estate-enquete-list-item .estate_enquete_list_item_head .enquete_title {
	font-size: 1.1em;
	font-weight: bold;
}
.estate-enquete-list-item .estate_enquete_list_item_body .enquete_msg2company {
	display: -webkit-box;
	overflow: hidden;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
}
.estate-enquete-list-item .estate_enquete_list_item_foot {
	text-align: right;
}