@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
}
body{
	background: #e0e9ee;
	position: relative;
}

img{
	display:block;
}

/* ----------------------------------- */
#header_contents{
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 51;
	width: 100%;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;	
	background: #1f4399;
	border-bottom: solid 1px #fff;
}
header{
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
	height: 164px;
	position: relative;
	z-index: 99;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
header h1 img{
	max-width: 160px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 12px;
	left: 8px;
	z-index: 99;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
header h2 img{
	max-width: 130px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 52px;
	left: 184px;
	z-index: 99;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}




/* ----------------------------------- */


.header_animation {
	height: 130px!important;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	/*

	height: 100px!important;
	transition: .3s;
	background: #fff!important;
*/
}
.header_animation h1{
	max-width: 95px!important;
	width: 100%;
/* 	height: 76px!important; */
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;

}
.header_animation h1 img{
	max-width: 95px!important;
	width: 100%;
	height: auto;
	top: 12px;
	left: 16px;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;

}
.header_animation h2 img{
	max-width: 95px!important;
	width: 100%;
	height: auto;
	top: 31px;
	left: 120px;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;

}


#address_set_1{
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
	position: fixed;
	top: 12px;
	left: 0;
	right: 0;
	z-index: 52;
	background: aqua;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	
}
.header-animation-address{
	margin: 0 auto!important;
	max-width: 980px!important;
	width: 100%!important;
	position: fixed!important;
	top: 8px!important;
	left: 0!important;
	right: 0!important;
	z-index: 99!important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
#address_1{
	text-align: right;
	height: auto;
	position: absolute;
	top:0;
	right: 12px;
	z-index: 52;
	background: aqua;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;	
}
#address_1 img{
	text-align: right;
	width: 267px;
	height: auto;
	position: absolute;
	top:0;
	right: 12px;
	z-index: 52;
	background: aqua;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;	
}
.header-animation-address #address_1{
	text-align: right;
	width: 170px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 12px;
	z-index: 52;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.header-animation-address #address_1 img{
	text-align: right;
	width: 200px;
	height: auto;
	transition: 0.3s ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}



/* -------------------- */

footer{
	padding-top: 24px;
	width: 100%;
	height: 320px;
	background: #1f4399;
	position: relative;
}
footer ul{
	margin: 0 auto 0 ;
	max-width: 980px;
	width: 96%;
	display: flex;
}
footer ul li{
	list-style: none;
	max-width: 300px;
	width: 100%;
	text-align: center;
	border-left: solid 1px #fff;
	padding: 0 4px;
}
footer ul li:last-child{
	list-style: none;
	max-width: 300px;
	width: 100%;
	text-align: center;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
footer ul li a{
	color: #fff;
	text-decoration: none;
}
footer ul li ul {
	display: block;
}
footer ul li ul li,
footer ul li ul li:last-child{
	border: none;
	text-align: left;
	color: #fff;
}
footer ul li ul li a{
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
	font-size: 90%;
}
footer small{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	color: #fff;
	font-size: 80%;
}

/* ----------------------------------- 見出し */
.midashi_1{
	background: url(../img/midashi_1.gif) no-repeat;
	background-size: cover;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #fff;
}

/* --------------------------- 見出し画像 */
.top_icon_img_1{
	position: absolute;
	top: 4px;
	left: 6px;
}
.top_icon_img_2{
	position: absolute;
	top: 2px;
	left: 6px;
}
.content_icon_img_1{
	position: absolute;
	top: 2px;
	left: 6px;
}
.content_icon_img_2{
	position: absolute;
	top: 4px;
	left: 6px;
}

/*  */

.clear{
clear: both;
}


/* ----------------------------------　
売物件 =  property_for_sale = pfs 
賃貸売物件 = rental_property rp
----------------------------------　*/
.pfs_block,
.rp_block{
	margin: 0 auto 32px ;
	padding: 8px 0 24px ;
	max-width: 968px;
	width: 100%;
	position: relative;
}
.pfs_sousyoku_1,
.rp_sousyoku_1{
	padding: 16px;
	border-left:solid 1px #c1c0bf;
	
}	
.pfs_block h4,
.rp_block h4{
	margin-bottom: 24px;
	padding:6px 0 6px 72px;
	font-size: 110%;
}
.pfs_block h4 span,
.rp_block h4 span{
	padding: 2px 8px;
	border-left: solid 1px #fff;
}
/* athome 読み込み */
.iframe_athome_set{
	 background: #eef3fa;
	 width: 100%;
	 padding: 32px 0 20px;
	 margin-bottom: 32px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.iframe_athome{
	width: 800px;
	margin: 0 auto;
}


/* 各ページ　article */
.pfs_section,
.rp_section{
	margin: 0 auto 24px;
	padding: 0 0 24px ;
	max-width: 966px;
	width: 100%;
	position: relative;
	border-left:solid 1px #c1c0bf;
	border-right:solid 1px #c1c0bf;
	border-bottom:solid 1px #c1c0bf;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
}
.pfs_section h5,
.rp_section h5{
	margin-bottom: 24px;
	padding:6px 0 6px 24px;
	font-size: 110%;
	background: url(../img/midashi_1.gif) no-repeat;
	background-size: cover;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	color: #fff;
}

/*  */

/*  */
.img_table_set{
	padding: 0 24px;
/* 	display: flex; */
}

.img_gallery{
	max-width: 500px;
	width: 100%;
	float: left;
	background: url(../img/imggallery_backimg.gif);
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.img_gallery img:first-of-type{
	margin: 24px auto;
	max-width: 400px;
	width: 100%;
	height: auto;
	text-align: center;
	border: solid 1px #b1b1b1;
}
.img_gallery ul{
	margin: 0 auto;
	width: 400px;
	display: flex;
}
.img_gallery li{
	list-style: none;
	float: left;
	display: block;
	padding-right: 5px;
}
.img_gallery li img{
	width: 62px!important;
	height: auto;
	text-align: center;
	border: solid 0px #b1b1b1!important;
}

/* ------------------------------------ 写真の右側 */
.point_table{
	max-width: 360px;
	float: right;

}
.point_set{
	margin-bottom: 16px;
}


.point_set p{
	max-width: 360px;
	width: 100%;
	border: solid 1px #f09002;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-bottom: 16px;
	line-height: 1em;
}
.point_set p span{
	display: inline-block;
	padding: 10px 28px;
	margin-right: 8px;
	border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	background: url(../img/icon_1.png)  #f09002 no-repeat left center;
	color: #fff;
	font-weight: 900;
	line-height: 1em;
}

/* ------------------------------------ 写真の右側 table */
.point_set  ul{
	margin-left: 8px;
}
.point_set li{
	list-style: none;
	float: left;
	font-size: 75%;
	padding: 2px;
	width: 90px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 2px 8px;
	display: table;
	vertical-align: middle;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/*  */
.point_on{
	border: solid 1px #de9000;
	color: black;
	background: #f5eede;
}

.point_off{
	border: solid 1px #d4d4d4;
	color: #d4d4d4;
	background: #f6f6f6;
}
/*  */


.point_table table,
.syousai_table table{
	border-top: solid 1px #c3c3c3;
	border-left: solid 1px #c3c3c3;
	margin-bottom:24px;
	width: 100%;
}
.point_table table th{
	background: #eef3fa;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	width: 150px;
	padding: 8px;
	text-align: left!important;
}
.point_table table td{
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	padding: 8px 16px;
	word-break: break-word;
}

.point_table table span{
	display: inline-block;
}

/* ------------------------------------ 写真下の詳細 */
.syousai_table{
	clear: both;
	padding: 16px 24px 0;
}

.syousai_table table th{
	background: #eef3fa;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	width: 150px;
	padding: 8px;
	text-align: left!important;
}

.syousai_table table td{
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	padding: 8px 16px;
	word-break: break-word;
}

#page-top{
	position: fixed;
	bottom:50px;
	right:50px;
}