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




@media only screen and (min-width:480px){
  .table tbody th{ width:11em; padding-left: 0; padding-right: 0; text-align: center;}
}

@media only screen and (max-width:480px){
 .gmapWrapper{ display:none;}
 .table{ line-height: 1.5; display: block; width:100%; border:none;}
 .table *{ display:block;}
 .table thead{ display:none;}
 .table th,.table td{ padding:0.2em 1.0em; display: block; border:none; text-align: left;}
 .table tr th:nth-child(1){ background:none; border-top:solid 3px #a8a8a8; font-size:93%;}
 .table tr th:nth-child(2){ background:none; }
 .table tr td{ font-size:86%;}
}


/*201812追加*/
.estate_list01 {
	margin-bottom: 0px;
	margin-top: 10px;
}
.estate_list01 *{
	margin-top: 0px;
}
.estate_list01 li {
	width: 30%;
	margin-bottom: 30px;
	margin-left: 5%;
	float: left;
	position: relative;
}
.estate_list01 li:nth-child(3n+1) {
	margin-left: 0%;
	clear:left;
}
.estate_list01 li .image{
	border: 1px solid #000000;	
}
.estate_list01 li .link {
	margin-top: 5px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.estate_list01 li .link a {
text-decoration: underline;
color: #00A0E9;
}

.estate_list01 li .address {
	margin-top: 5px;
}
.estate_list01 li .type{
	text-align: center;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: absolute;
	z-index: 1;
	left: 1px;
	top: 1px;
	margin-top: 0px;
}
.estate_sec .mb{
	margin-top: 0px;
	margin-bottom: 0px;
}
.estate_list01 li .type{ background:rgba(34,172,56,1.0); color: #FFFFFF;}
.estate_list01 li[data-category="宅地"] .type{ background:rgba(34,172,56,1.0); color: #FFFFFF;}
.estate_list01 li[data-category="マンション"] .type{ background:rgba(125,198,232,1.0); color: #FFFFFF;}
.estate_list01 li[data-category="タウンハウス"] .type{ background:rgba(239,184,26,1.0); color: #FFFFFF;}
.estate_list01 li[data-category="建売"] .type{ background:rgba(139,184,26,1.0); color: #FFFFFF;}
.estate_list01 li[data-category="賃貸"] .type{ background:#95161C; color: #FFFFFF;}
.estate_list01 li[data-category="リノベーション物件"] .type{ background: #931316; color: #FFFFFF;}
.section-group {
    padding: 2.0em 0;
    background: #DFF2FC;
}


.estate.title {
	text-align: center;
	background-image: url(img/bg01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.title.estate .page-title {
    font-size: 44px;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    line-height: 1.8em;
    display: inline;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-bottom-color: #00B0EC;
}
.estate_txt01 {
	text-align: center;
	font-size: 16px;
}
.section-title.estate {
	background-image: url(img/ico01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #00AFEC;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}
#area_nav{
	position: absolute;
	width: 1000px;
	left: calc(50% - 500px);
	bottom: 0px;
	margin: 0px;
}
#area_nav.fixed{
	position: fixed;
	top: 57px;
	bottom: auto;
	z-index: 2;
}
.area_caption{
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: -30px;
}

@media only screen and (max-width:480px){
.estate_list01 {
	margin-bottom: 0px;
	margin-top: 10px;
}
.estate_list01 li {
	width: auto;
	margin-bottom: 30px;
	margin-left: auto;
	float: none;
	position: relative;
	margin-right: auto;
}
.estate_list01 li:nth-child(3n+1) {
	margin-left: auto;
}
.estate_list01 li:after {
	content:'';
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.estate_list01 li .type{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.estate_list01 li .image {
	width: 40%;
	float: left;
	margin-right: 5%;
}

.estate.title {
	background-size:contain;
}
.title.estate .page-title {
	font-size: 20px;
}
.estate_txt01 {
	text-align: left;
	font-size: 14px;
}
.estate_txt01 br{
	display: none;	
}

.section-title.estate {
	font-size: 120%;
	background-size: 18px auto;
	padding-left: 25px;
	background-position: left center;
}
#area_nav{
	position: relative;
	width: auto;
	left: auto;
	bottom: auto;
}
#area_nav.fixed{
	position: relative;
	top: auto;
	bottom: auto;
}
.area_caption{
	position: relative;
	top: auto;
	bottom: auto;
	margin-top: 10px;
}
}
