@charset "utf-8";

@media only screen and (min-width: 0px) and (max-width: 1160px) {

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#mainvisual {
	padding-top: 92px;
}
#mainvisual .bx-wrapper .bx-prev {
	left: 0;
}
#mainvisual .bx-wrapper .bx-next {
	right: 0;
}

}

@media only screen and (min-width: 0px) and (max-width: 1000px) {

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#mainvisual {
	width: 100%;
}
#mainvisual .bx-wrapper .bx-pager {
	display: block;
}
#mainvisual .bx-wrapper .bx-controls-direction {
	display: none;
}

/* ────────────────────── *
 *                                              *
 * コンセプト                                   *
 *                                              *
 * ────────────────────── */

#about {
	width: 97%;
	padding-left: 3%;
}
#about h2 {
	line-height: 1.4;
	width: 55.670103092783506%;
}
#about h2 br.tb {
	display: none;
}
#about p.text {
	width: 55.670103092783506%;
}
#about p.text br {
	display: none;
}
#about ul {
	height: 0;
	padding-top: 53.1%;
}
#about ul li:nth-child(1) {
	width: 16.6%;
	right: 23.5%;
}
#about ul li:nth-child(2) {
	width: 19.6%;
	right: 7.5%;
	top: 14.124293785310735%;
}
#about ul li:nth-child(3) {
	width: 23%;
	right: 17%;
	top: 39.548022598870055%;
}
#about ul li:nth-child(4) {
	width: 21.6%;
	top: 59.32203389830508%;
}

/* ────────────────────── *
 *                                              *
 * 間取り                                       *
 *                                              *
 * ────────────────────── */

#plan {
	width: 96%;
}
#plan ul li {
	vertical-align: bottom;
	width: 33.33333333333333%;
	padding: 20px 4px 4px;
}

/* ────────────────────── *
 *                                              *
 * 360°画像                                    *
 *                                              *
 * ────────────────────── */

#aroundview {
	width: 96%;
}

/* ────────────────────── *
 *                                              *
 * 物件概要                                     *
 *                                              *
 * ────────────────────── */

#outline {
	width: 96%;
	max-width: 790px;
}

}

@media only screen and (min-width: 0px) and (max-width: 800px) {

/* ────────────────────── *
 *                                              *
 * フォトギャラリー                             *
 *                                              *
 * ────────────────────── */

#gallery #wrap .bx-wrapper .bx-prev {
	left: 10px;
}
#gallery #wrap .bx-wrapper .bx-next {
	right: 10px;
}

/* ────────────────────── *
 *                                              *
 * 物件概要                                     *
 *                                              *
 * ────────────────────── */

#outline dl dt {
	margin-bottom: 10px;
	position: static;
	-webkit-transform: none;
	transform: none;
}
#outline dl dd {
	padding-left: 0;
}

}

@media only screen and (min-width: 0px) and (max-width: 640px) {

/* ────────────────────── *
 *                                              *
 * 上下移動                                     *
 *                                              *
 * ────────────────────── */

.updown {
	display: block;
	height: 40px;
	margin-bottom: 25%;
	position: relative;
}
.updown:after {
	content: "";
	width: 100%;
	border-top: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.updown ul {
	position: relative;
}
.updown ul li {
	position: absolute;
}
.updown ul li:nth-child(1) {
	width: 40px;
	left: 3.125%;
}
.updown ul li:nth-child(2) {
	width: 88px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.updown ul li:nth-child(3) {
	width: 40px;
	right: 3.125%;
}
.updown ul li a {
	outline: none;
}

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#mainvisual {
	padding-top: 0;
	margin: 0 auto 25%;
}

/* ────────────────────── *
 *                                              *
 * コンセプト                                   *
 *                                              *
 * ────────────────────── */

#about {
	width: 93.75%;
	padding-left: 0;
	margin: 0 auto 10.9375%;
}
#about h2 {
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 5%;
}
#about h2 span.kerning {
	margin-left: 0;
}
#about h2 br {
	display: none!important;
}
#about p.text {
	font-size: 13px;
	line-height: 1.5;
	background: url(../../image/bg-text-dotted.png) no-repeat center bottom / 2px auto;
	width: 100%;
	padding-bottom: 20px;
}
#about p.text:last-of-type {
	margin-bottom: 6.666666666666667%;
}
#about #dummy {
	max-width: 400px;
	margin: 0 auto;
}
#about ul {
	padding-top: 132.5%;
	margin: 0 auto;
	position: relative;
	right: auto;
	top: auto;
}
#about ul li:nth-child(1) {
	width: 41.5%;
	right: auto;
	left: 0;
}
#about ul li:nth-child(2) {
	width: 49%;
	right: 18.75%;
}
#about ul li:nth-child(3) {
	width: 57.49999999999999%;
	right: auto;
	left: 0;
}
#about ul li:nth-child(4) {
	width: 54%;
}

/* ────────────────────── *
 *                                              *
 * フォトギャラリー                             *
 *                                              *
 * ────────────────────── */

#gallery {
	margin-bottom: 14.0625%;
}
#gallery h3 {
	text-align: center;
	width: auto;
	margin: 0 auto 15px;
}
#gallery h3 span {
	padding-top: 10px;
	position: static;
}
#gallery #wrap {
	width: 300%;
	margin-left: -150%;
}
#gallery #wrap .bx-wrapper .bx-prev {
	background: url(../../image/btn-gallery-left.png) no-repeat 0 0 / cover;
}
#gallery #wrap .bx-wrapper .bx-next {
	background: url(../../image/btn-gallery-right.png) no-repeat 0 0 / cover;
}
#gallery #wrap .bx-wrapper .bx-controls-direction {
	width: 33.33333333333333%;
}
#gallery #wrap .bx-wrapper .bx-controls-direction a {
	margin-top: -10px;
	width: 11px;
	height: 19px;
}

/* ────────────────────── *
 *                                              *
 * 間取り                                       *
 *                                              *
 * ────────────────────── */

#plan {
	width: 93.75%;
	margin: 0 auto 12.5%;
}
#plan ul li {
	width: 50%;
}
#plan ul li:nth-child(3n) {
	border-right: none;
}
#plan ul li:nth-child(odd) {
	width: 49.666666666666664%;
}
#plan ul li:nth-child(even) {
	border-right: 1px solid #83bd22;
}
#plan ul li:nth-child(n+7) {
	border-bottom: none;
}
#plan ul li:nth-child(n+9) {
	border-bottom: 1px solid #83bd22;
}
#plan ul li:nth-child(10) {
	border-right: none;
	border-bottom: none;
}

/* ────────────────────── *
 *                                              *
 * 360°画像                                    *
 *                                              *
 * ────────────────────── */

#aroundview {
	width: 93.75%;
	margin: 0 auto 12.5%;
}

/* ────────────────────── *
 *                                              *
 * 物件概要                                     *
 *                                              *
 * ────────────────────── */

#outline {
	width: 100%;
	margin: 0 auto 6.25%;
}
#outline table {
	font-size: 12px;
	line-height: 1.5;
}
#outline table th {
	padding: 10px 15px;
	text-align: left;
	text-justify: auto;
	-ms-text-justify: auto;
	-moz-text-align-last: left;
	text-align-last: left;
}
#outline table td {
	padding: 10px 15px;
}
#outline p {
	font-size: 11px;
	line-height: 1.5;
	width: 93.75%;
	margin: 0 auto 30px;
}
#outline dl {
	font-size: 13px;
	text-align: center;
	width: 93.75%;
	margin: 0 auto;
}
#outline dl dt {
	display: block;
	margin: 0 auto 10px;
}
#outline dl dd ul li {
	text-align: left;
	float: none;
	width: auto;
}

/* ────────────────────── *
 *                                              *
 * GoogleMap                                    *
 *                                              *
 * ────────────────────── */

#googlemap {
	display: none;
}
#googlemap-sp {
	text-align: center;
	display: block;
	margin-bottom: 12.5%;
}
#googlemap-sp p {
	display: inline-block;
}
#googlemap-sp p a {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background: #84868b;
	display: block;
	padding: 10px 30px;
}

/* ────────────────────── *
 *                                              *
 * お問い合わせ                                 *
 *                                              *
 * ────────────────────── */

p#btn-contact {
	font-size: 14px;
	width: 93.75%;
	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;
}

}
