@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document house > entries
--------------------------------------------------------- */

#entries .list {
	margin-top: 40px;
	text-align: left;
}

#entries .section {
	margin-bottom: 30px;
	padding: 30px;
	border: solid 1px #c1c1c0;
	border-left: solid 3px #586931;
}

#entries .f_left {
	width: 300px;
	overflow: hidden;
}

#entries .f_left .matterport {
	display: block;
	width: 300px;
	height: 200px;
	background: #000;
}

#entries .f_left .matterport iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

#entries .f_right {
	width: 610px;
}

#entries h3 {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 18px;
}

#entries .list_area {
	display: block;
	font-size: 15px;
	color: #586931;
}

#entries .list_price {
	margin-bottom: 25px;
}

#entries .list_price .entryCfSummary01_after {
	color: #be3718;
}

#entries .list_excerpt {
	margin-bottom: 10px;
}

#entries .list a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 200px;
	height: 36px;
	border: solid 1px #586931;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 36px;
	color: #586931;
}

#entries .section:hover a {
	background: #586931;
	color: #fff;
}

#entries .list a:before {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: 2px;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: solid 2px #586931;
	border-right: solid 2px #586931;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#entries .section:hover a:before {
	border-color: #fff;
}

/* ---------------------------------------------------------
	CSS Document house > h2
--------------------------------------------------------- */

#house h2 {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: solid 1px #c1c1c0;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.6;
}

#house .area {
	display: block;
	font-size: 18px;
	color: #586931;
}

#house .excerpt {
	margin-bottom: 40px;
}

#house .body {
	margin-bottom: 90px;
	text-align: left;
}

#house .body p {
	margin-bottom: 20px;
}

#house .body hr {
	border: 0;
	border-bottom: solid 1px #c1c1c0;
}

.layoutArea {
	margin-bottom: 90px;
}

.layoutArea h3 {
	height: 40px;
	margin-bottom: 10px;
	background: #e6e8e0;
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
}

#matterport {
	width: 100%;
	margin-bottom: 90px;
	background: #000;
	height: 500px;
}

#matterport iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

#gmap {
	width: 100%;
	background: #ddd;
	height: 400px;
}

#gmap iframe {
	vertical-align: top;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document house > summaryArea
--------------------------------------------------------- */

.summaryArea {
	margin-bottom: 50px;
}

.summaryArea h3 {
	height: 40px;
	margin-bottom: 10px;
	background: #e6e8e0;
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
}

.summaryArea .table {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.summaryArea dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #c1c1c0;
	text-align: left;
}

.summaryArea .table dl {
	width: 49%;
}

.summaryArea dt {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	padding: 15px 0;
	color: #586931;
}

.summaryArea dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
}

.summaryArea .entryCfSummary01 {
	font-size: 18px;
}

.summaryArea .entryCfSummary01_after {
	font-size: 18px;
	color: #be3718;
}

/* ---------------------------------------------------------
	CSS Document house > gallery
--------------------------------------------------------- */

.gallery {
	margin-bottom: 90px;
}

.gallery p {
	margin-bottom: 20px;
}

.gallery .flex-control-thumbs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 120px;
	margin: 2px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.gallery .flex-control-thumbs li:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document house > gallery > viewport
--------------------------------------------------------- */

.flex-viewport {
	display: none;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background: rgba(0, 0, 0, 0.70);
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 99998;
	cursor: pointer;
}

.flex-viewport ul {
	height: 100vh;
}

.flex-viewport li {
	height: 100vh;
}

.flex-viewport li:before {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	content: '';
	width: 1px;
	height: 100vh;
}

.flex-viewport .flex-zoom {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	max-width: 70%;
	border: solid 5px #fff;
	background: #ddd;
	position: relative;
}

.flex-viewport img {
	vertical-align: middle;
}

.flex-viewport .flex-close {
	content: '';
	width: 59px;
	height: 59px;
	overflow: hidden;
	background: url(../images/close.png) no-repeat 0 0;
	text-align: left;
	text-indent: -999px;
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 99999;
	cursor: pointer;
}

.flex-viewport .flex-close:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document house > gallery > prev
--------------------------------------------------------- */

.flex-direction-nav {
	display: none;
}

.flex-prev,
.flex-next {
	width: 46px;
	height: 46px;
	overflow: hidden;
	margin-top: -23px;
	text-align: left;
	text-indent: -9999px;
	position: fixed;
	top: 50%;
	z-index: 99999;
}

.flex-prev {
	left: 5%;
}

.flex-next {
	right: 5%;
}

.flex-prev:before,
.flex-next:before {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
}

.flex-prev:before {
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	left: 10px;
}

.flex-next:before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	right: 10px;
}

.flex-prev:hover,
.flex-next:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document house > contactArea
--------------------------------------------------------- */

.contactArea {
	margin-top: 55px;
}

#sidebar form p {
	margin: 0 0 25px;
}

#sidebar li {
	margin: 0 0 10px 13px;
	text-align: left;
	list-style: none;
	position: relative;
}

#sidebar li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #3a322c;
	border-right: solid 1px #3a322c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	left: -15px;
}

#sidebar li a {
	text-decoration: none;
	color: #3a322c;
}

#sidebar li a:hover {
	text-decoration: underline;
	color: #007b95;
}

#sidebar input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar input#search {
	float: left;
	width: 193px;
	height: 23px;
	margin-right: 5px;
	line-height: 20px;
	border: solid 1px #d3d4d4;
}

/* ---------------------------------------------------------
	CSS Document info > entry
--------------------------------------------------------- */

#contents {
	float: left;
	width: 710px;
	overflow: hidden;
	text-align: left;
}

#contents .entry {
	margin-bottom: 70px;
}

#info dl {
	padding-bottom: 15px;
}

#info dt {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 18px;
}

#info dt a {
	display: inline-block;
	vertical-align: top;
	min-width: 70px;
	height: 18px;
	overflow: hidden;
	margin-left: 10px;
	padding: 0 10px;
	background: #52c2c5;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	color: #fff;
}

#info dd {
	font-size: 18px;
}

#info dd a {
	text-decoration: none;
	color: #3a322c;
}

#info .entry_body {
	margin-top: 25px;
	word-wrap: break-word;
	line-height: 1.8;
}

#info .entry_body p {
	margin-top: 20px;
}

#info .entry_body ul {
	margin-top: 20px;
	margin-left: 18px;
}

#info .entry_body ol {
	margin-top: 20px;
	margin-left: 24px;
}

#info .entry_body table {
	width: 100%;
}

#info .entry_body th {
	padding: 10px;
	border: solid 1px #efeff0;
	background: #fdfdf5;
	text-align: left;
	font-weight: normal;
}

#info .entry_body td {
	padding: 10px;
	border: solid 1px #efeff0;
	text-align: left;
	font-weight: normal;
}

#info .entry_body img {
	max-width: 100%;
	height: atuo;
}

/* ---------------------------------------------------------
	CSS Document info > pnavi
--------------------------------------------------------- */

#pnavi {
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: relative;
}

#pnavi .link_page {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}

#pnavi .current_page {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	font-weight: bold;
}

#pnavi .link_before {
	position: absolute;
	top: 0;
	left: 0;
}

#pnavi .link_next {
	position: absolute;
	top: 0;
	right: 0;
}
