@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * 上下移動                                     *
 *                                              *
 * ────────────────────── */

.updown {
	display: none;
}

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#mainvisual {
	width: 1000px;
	padding-top: 70px;
	margin: 0 auto 40px;
}
#mainvisual .bx-wrapper .bx-prev {
	left: -22px;
	background: url(../../image/btn-mainvisual-left.png) no-repeat 0 0;
}
#mainvisual .bx-wrapper .bx-next {
	right: -22px;
	background: url(../../image/btn-mainvisual-right.png) no-repeat 0 0;
}
#mainvisual .bx-wrapper .bx-controls-direction a {
	margin-top: -19px;
	width: 12px;
	height: 38px;
}
#mainvisual .bx-wrapper .bx-pager {
	display: none;
}

/* ────────────────────── *
 *                                              *
 * コンセプト                                   *
 *                                              *
 * ────────────────────── */

#about {
	width: 970px;
	padding-left: 30px;
	margin: 0 auto 70px;
	position: relative;
}
#about h2 {
	font-size: 24px;
	line-height: 1.75;
	color: #7fbe26;
	margin-bottom: 30px;
}
#about h2 span.kerning {
	margin-left: -0.5em; /* 行頭約物 */
}
#about p.text {
	font-size: 14px;
	line-height: 1.7;
	color: #464646;
	background: url(../../image/bg-text-dotted.png) no-repeat center bottom;
	width: 570px;
	padding-bottom: 40px;
	margin-bottom: 10px;
}
#about p.text:last-of-type {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#about ul {
	width: 100%;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: -1;
}
#about ul li {
	position: absolute;
}
#about ul li:nth-child(1) {
	right: 235px;
	top: 0;
	z-index: 3;
}
#about ul li:nth-child(2) {
	right: 75px;
	top: 75px;
	z-index: 2;
}
#about ul li:nth-child(3) {
	right: 170px;
	top: 210px;
	z-index: 1;
}
#about ul li:nth-child(4) {
	right: 0;
	top: 315px;
	z-index: 2;
}

/* ────────────────────── *
 *                                              *
 * フォトギャラリー                             *
 *                                              *
 * ────────────────────── */

#gallery {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 90px;
	position: relative;
	overflow: hidden;
}
#gallery h3 {
	font-size: 0;
	width: 160px;
	margin: 0 auto 15px;
	position: relative;
}
#gallery h3 span {
	font-size: 12px;
	line-height: 1;
	color: #898989;
	vertical-align: bottom;
	display: block;
	width: 100%;
	position: absolute;
	left: 110%;
	bottom: 3px;
}
#gallery #wrap {
	width: 2091px;
	margin-left: -1045px;
	position: relative;
	left: 50%;
}
#gallery #wrap ul li {
	width: 694px;
}
#gallery #wrap .bx-wrapper .bx-prev {
	left: -36px;
	background: url(../../image/btn-gallery-left.png) no-repeat 0 0;
}
#gallery #wrap .bx-wrapper .bx-next {
	right: -36px;
	background: url(../../image/btn-gallery-right.png) no-repeat 0 0;
}
#gallery #wrap .bx-wrapper .bx-controls-direction {
	width: 700px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gallery #wrap .bx-wrapper .bx-controls-direction a {
	margin-top: -19px;
	width: 22px;
	height: 38px;
}

/* ────────────────────── *
 *                                              *
 * 間取り                                       *
 *                                              *
 * ────────────────────── */

#plan {
	width: 960px;
	margin: 0 auto 80px;
}
#plan h3 {
	font-size: 0;
	text-align: center;
	margin: 0 auto 15px;
}
#plan ul li {
	text-align: center;
	float: left;
	width: 320px;
	padding: 20px 0 4px;
	border-left: 1px solid #83bd22;
	border-top: 1px solid #83bd22;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#plan ul li:nth-child(3n) {
	border-right: 1px solid #83bd22;
}
#plan ul li:nth-child(n+7) {
	border-bottom: 1px solid #83bd22;
}
#plan ul li img {
	vertical-align: bottom;
}

/* ────────────────────── *
 *                                              *
 * 360°画像                                    *
 *                                              *
 * ────────────────────── */

#aroundview {
	width: 960px;
	margin: 0 auto 80px;
}
#aroundview h3 {
	font-size: 0;
	text-align: center;
	margin: 0 auto 15px;
}

/* ────────────────────── *
 *                                              *
 * 物件概要                                     *
 *                                              *
 * ────────────────────── */

#outline {
	color: #464646;
	width: 790px;
	margin: 0 auto 40px;
}
#outline h3 {
	font-size: 0;
	text-align: center;
	margin: 0 auto 15px;
}
#outline table {
	font-size: 15px;
	line-height: 1.8;
	width: 100%;
	margin-bottom: 5px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #84868b;
}
#outline table th {
	font-weight: normal;
	background: #efefef;
	padding: 10px 45px;
	border-bottom: 1px solid #84868b;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
#outline table td {
	padding: 10px 45px;
	border-bottom: 1px solid #84868b;
}
#outline p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 30px;
}
#outline dl {
	font-size: 16px;
	position: relative;
}
#outline dl dt {
	line-height: 1;
	text-align: center;
	letter-spacing: 2px;
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #84868b;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#outline dl dd {
	line-height: 2;
	padding-left: 160px;
}
#outline dl dd ul li {
	float: left;
	width: 50%;
}
#outline dl dd ul li:before {
	content: "・";
}

/* ────────────────────── *
 *                                              *
 * GoogleMap                                    *
 *                                              *
 * ────────────────────── */

#googlemap {
	width: 100%;
	height: 350px;
	margin-bottom: 60px;
}
#googlemap-sp {
	display: none;
}

/* ────────────────────── *
 *                                              *
 * お問い合わせ                                 *
 *                                              *
 * ────────────────────── */

p#btn-contact {
	font-size: 20px;
	line-height: 1;
	text-align: center;
	width: 300px;
	margin: 0 auto 50px;
}
p#btn-contact a {
	color: #fff;
	background: #7fbe26;
	display: block;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
	outline: none;
}
p#btn-contact a:before,
p#btn-contact a:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
p#btn-contact a,
p#btn-contact a:before,
p#btn-contact a:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
p#btn-contact a:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
p#btn-contact a:hover:after {
	background: #006342;
	-webkit-transform: scale(1);
	transform: scale(1);
}