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

/* ---------------------------------------------------------
	CSS Document top > visual
--------------------------------------------------------- */

#visual {
	width: 100%;
	height: calc(82.66666666666667vw + 40px);
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 20px;
	position: relative;
}

#visual:before {
	display: none;
}

#visual .slides {
	width: 100%;
	height: 82.66666666666667vw;
	overflow: hidden
}

#visual .flex-control-paging {
	margin-top: 7px;
	text-align: center;
	font-size: 0;
}

#visual .flex-control-paging li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

#visual .flex-control-paging a {
	display: block;
	width: 6px;
	height: 6px;
	overflow: hidden;
	border-radius: 100%;
	background: #c1c1c0;
}

#visual .flex-control-paging a.flex-active {
	background: #66976d;
}

/* ---------------------------------------------------------
	CSS Document top > btn
--------------------------------------------------------- */

.btn {
	text-align: center;
}

.btn a {
	display: inline-block;
	vertical-align: middle;
	width: 50vw;
	padding: 0;
	border: 0;
	border: solid 1px #586931;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 4vw;
	line-height: 13vw;
	color: #586931;
	cursor: pointer;
}

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

.btn a:before {
	display: inline-block;
	vertical-align: 0.15em;
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 2vw 0 -2vw;
	border-top: solid 2px #586931;
	border-right: solid 2px #586931;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

/* ---------------------------------------------------------
	CSS Document top > about
--------------------------------------------------------- */

#about {
	margin: 0 15px 40px;
}

#about h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4;
	color: #586931;
}

#about p {
	margin-top: 15px;
}

#about .btn {
	margin-top: 5vw;
}

/* ---------------------------------------------------------
	CSS Document top > youtube
--------------------------------------------------------- */

#youtube {
	margin: 0 15px 40px;
}

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

/* ---------------------------------------------------------
	CSS Document top > house
--------------------------------------------------------- */

#house {
	margin-bottom: 20vw;
	padding: 10vw 5vw 15vw;
	background: #E6E8E0 url(../images/h2_bg_sp.png) center top;
	background-size: 65px auto;
}

#house h2 {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.3;
}

#house h2 span {
	display: block;
	font-family: font57969;
	font-size: 30px;
}

#house dl {
	margin-bottom: 10vw;
	position: relative;
	z-index: 0;
}

#house dt {
	height: 60vw;
	overflow: hidden;
	margin: 0 auto 3vw;
}

#house dt .matterport {
	height: 60vw;
	margin: 0 auto;
	background: #000;
}

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

#house dt img {
	width: 100%;
}

#house dd {
	line-height: 1.8;
}

#house dd .blogid3,
#house dd .blogid7 {
	content: '';
	width: 20vw;
	background: #586931;
	font-size: 3.5vw;
	line-height: 6vw;
	color: #fff;
	position: absolute;
	top: calc(60vw - 6vw);
	right: 0;
	z-index: 1;
}

#house dd .blogid7 {
	background: #83971d;
}

#house dd .area {
	font-size: 3.5vw;
}

#house dd .category {
	margin-left: 1em;
	font-size: 3vw;
	color: #be3718;
}

#house dd a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.3;
	color: #322e2c;
}

#house ul {
	display: flex;
	justify-content: center;
}

#house ul li {
	width: 42%;
	margin: 0 1.5vw;
}

#house .btn a {
	display: block;
	width: 100%;
}

/* ---------------------------------------------------------
	CSS Document comingsoon
--------------------------------------------------------- */

#comingsoon {
	margin: 0 5vw 60px;
}

#comingsoon h2 {
	margin-bottom: 5vw;
	padding-bottom: 20px;
	border-bottom: solid 1px #c1c1c0;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4;
}

#comingsoon h2 span {
	display: block;
	font-family: font57969;
	font-size: 30px;
}

#comingsoon dl {
	margin-bottom: 40px;
}

#comingsoon dt {
	overflow: hidden;
	margin-bottom: 10px;
}

#comingsoon dt img {
	height: 47.99975845410628vw;
}

#comingsoon dd a {
	display: block;
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 1.4;
	color: #322e2c;
}

/* ---------------------------------------------------------
	CSS Document info
--------------------------------------------------------- */

#info {
	margin: 0 15px 20vw;
}

#info h2 {
	margin-bottom: 5vw;
	padding-top: 20px;
	background: url(../images/h3_icon_sp.png) no-repeat top;
	background-size: 56px auto;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4;
}

#info h2 span {
	display: block;
	font-family: font57969;
	font-size: 30px;
}

#info dl {
	margin-bottom: 5vw;
	text-align: left;
}

#info dt {
	display: inline-block;
	vertical-align: top;
	width: 26%;
	margin-right: 2%;
}

#info dd {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	font-size: 13px;
}

#info dd span.category {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	padding: 0 5px;
	background: #586931;
	background: #d46129;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

#info dd .new {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	color: #be3718;
}

#info dd a {
	text-decoration: none;
	font-size: 14px;
	color: #322e2c;
}

#info .btn {
	margin-top: 8vw;
}

/* ---------------------------------------------------------
	CSS Document works
--------------------------------------------------------- */

#works {
	margin: 0 15px 20vw;
}

#works h2 {
	margin-bottom: 5vw;
	padding-top: 20px;
	background: url(../images/h3_icon_sp.png) no-repeat top;
	background-size: 56px auto;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4;
}

#works h2 span {
	display: block;
	font-family: font57969;
	font-size: 30px;
}

#works dl {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 48%;
	margin-bottom: 5vw20px;
}

#works dl:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#works dl:nth-child(even) {
	margin-right: 2%;
}

#works dt {
	overflow: hidden;
	margin-bottom: 10px;
}

#works dd a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.4;
	color: #322e2c;
}

#works .btn {
	margin-top: 8vw;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	margin: 0 15px 20vw;
}

#faq h2 {
	margin-bottom: 15px;
	padding-top: 20px;
	background: url(../images/h3_icon_sp.png) no-repeat top;
	background-size: 56px auto;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4;
}

#faq h2 span {
	display: block;
	font-family: font57969;
	font-size: 30px;
}

#faq li {
	margin-bottom: 10px;
	text-align: left;
}

#faq li:last-child {
	margin-bottom: 20px;
}

#faq li a {
	display: block;
	padding: 10px 20px 10px 40px;
	background: #e6e8e0;
	text-decoration: none;
	color: #586931;
	position: relative;
}

#faq li a:before {
	content: 'Q';
	font-family: font57969;
	font-size: 22px;
	color: #586931;
	position: absolute;
	top: 2px;
	left: 14px;
}

#faq li a:after {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #586931;
	border-right: solid 2px #586931;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#faq li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document banner
--------------------------------------------------------- */

#banner {
	margin: 0 15px;
}

#banner li {
	margin-bottom: 10px;
}

#banner li:last-child {
	margin-bottom: 0;
}

#banner li a {
	display: block;
	padding: 14px;
	border: solid 1px #c1c1c0;
	text-align: left;
	text-decoration: none;
	color: #322e2c;
}

#banner li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#banner li img {
	vertical-align: middle;
	max-width: 80px;
	width: 30%;
	margin-right: 13px;
}
