@charset "UTF-8";
@import "/include/css/common.sp.css";
@import "jquery.rebox.css";

/* ---------------------------------------------------------
	CSS Document house > common
--------------------------------------------------------- */

#house {
	margin: 0 15px;
}

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

#entries .list {
	text-align: left;
}

#entries .section {
	margin-top: 5vw;
	padding: 5vw 5vw 7vw;
	border: solid 1px #c1c1c0;
	border-top: solid 3px #586931;
}

#entries .f_left {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

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

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

#entries h3 {
	font-weight: 500;
	font-size: 17px;
}

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

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

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

#entries .list_excerpt {
	margin-bottom: 5vw;
}

#entries .list_a {
	text-align: center;
}

#entries .list_a a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 37px;
	border: solid 1px #586931;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 34px;
	color: #586931;
}

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

#entries .list_a a:before {
	display: inline-block;
	vertical-align: 0.05em;
	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: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #c1c1c0;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
}

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

#house .excerpt {
	margin-bottom: 15px;
	text-align: left;
}

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

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

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

.layoutArea {
	margin-bottom: 30px;
}

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

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

.summaryArea {
	margin-bottom: 40px;
}

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

.summaryArea dl {
	padding: 15px 0;
	border-bottom: solid 1px #c1c1c0;
	text-align: left;
}

.summaryArea dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.summaryArea dt {
	font-weight: 500;
	color: #586931;
}

.summaryArea dd {
}

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

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

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

.gallery {
	margin-bottom: 40px;
}

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

.gallery .flex-control-thumbs li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 2px;
	cursor: pointer;
}

.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: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/close.png) no-repeat 0 0;
	background-size: 30px auto;
	text-align: left;
	text-indent: -999px;
	position: absolute;
	top: -15px;
	right: -15px;
	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: 30px;
	height: 36px;
	overflow: hidden;
	margin-top: -18px;
	text-align: left;
	text-indent: -9999px;
	position: fixed;
	top: 50%;
	z-index: 99999;
}

.flex-prev {
	left: 3%;
}

.flex-next {
	right: 3%;
}

.flex-prev:before,
.flex-next:before {
	content: '';
	width: 20px;
	height: 20px;
	-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 > matterport
--------------------------------------------------------- */

#matterport {
	width: 100%;
	height: 400px;
	margin-bottom: 60px;
}

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

/* ---------------------------------------------------------
	CSS Document house > gmap
--------------------------------------------------------- */

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

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

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

.contactArea {
	margin-top: 20px;
	text-align: left;
}
