@charset "UTF-8";

/*** model-room ***/

/* カテゴリタイトル(基本設定：common.css) */
@media only screen and (max-width: 767px) {
.tree #category-head-frame {
	background: url(../model-house/images/sp/category-head.jpg) no-repeat center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.tree #category-head-group h1 {
	background: url(../model-house/images/head.png) no-repeat center;
	height: 40px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
}
@media print, screen and (min-width: 768px) {
.tree #category-head-frame {
	background: url(../model-house/images/pc/category-head.jpg) no-repeat center;
}
.tree #category-head-group h1 {
	background: url(../model-house/images/head.png) no-repeat 0 0;
	width: 273px;
	height: 46px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
}

/* カテゴリキャッチ(基本設定：common.css) */
@media only screen and (max-width: 767px) {
.tree #category-catch-group { /* 画像幅/600(%) */
	width: 78%;
}
.tree #category-catch-group h2 {
	background: url(../model-house/images/sp/catch.png) no-repeat center;
	padding: 47.359% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
}
@media print, screen and (min-width: 768px) {
.tree #category-catch-group h2 {
	background: url(../model-house/images/pc/catch.png) no-repeat 0 0;
	width: 940px;
	height: 64px;
}
}


/* コンテンツ設定 */
@media only screen and (max-width: 767px) {
#model-house-index .map-odd-box {
	width: 100%;
	background: #f0ece2;
	padding: 9.6% 0 14.4%;
}
#model-house-index .map-even-box {
	width: 100%;
	background: #fff;
	padding: 9.6% 0 14.4%;
}
#model-house-index .map-odd-box h2,
#model-house-index .map-odd-box p,
#model-house-index .map-even-box h2,
#model-house-index .map-even-box p {
	padding: 0;
	margin: 0;
}
#model-house-index .map-odd-box-inner,
#model-house-index .map-even-box-inner {
	width: 84%;
	margin: 0 auto;
}
#model-house-index p.area {
	width: 6em;
	background: #7d0000;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #fff;
	text-align: center;
	padding: 2.4% 4.8% 2.2%;
	margin: 0 0 2.4%;
}
#model-house-index p.caution {
	margin: 0 0 6.4%;
}
#model-house-index h2 {
	font-size: 1.4em;
	line-height: 1.4em;
}
#model-house-index h2 span.new {
	color: #f20000;
}

#model-house-index .model-house-box {
	width: 100%;
	margin: 0 auto;
}
#model-house-index .model-house-box .info {
	margin: 0 0 6.4%;
}
#model-house-index .model-house-box .info .address {
	padding: 0;
}
#model-house-index .model-house-box .info .address dt {
	margin: 0 0 5px;
}
#model-house-index .model-house-box .info .address dd {
	margin: 0 0 14px;
}

#model-house-index .model-house-box .map {
}
#model-house-index .model-house-box .application-form {
	margin: 0 0 6.4%;
}

#model-house-index .model-house-box .application-form a {
	display: block;
	width: 100%;
	background: #ab8b41;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 3.6% 0;
	margin: 0 auto;
}

#model-house-index .model-house-box .map .google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	height: 0;
	overflow: hidden;
	margin: 0 0 0.8em;
}
#model-house-index .model-house-box .map .google-map iframe,
#model-house-index .model-house-box .map .google-map object,
#model-house-index .model-house-box .map .google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#model-house-index .model-house-box .map .to-map {
	font-size: 0.9em;
	text-align: right;
	margin: 0;
	padding: 0;
}

#model-house-index .model-house-box img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
}
@media print, screen and (min-width: 768px) {
#model-house-index .map-odd-box {
	width: 100%;
	background: #f0ece2;
	padding: 110px 0;
}
#model-house-index .map-even-box {
	width: 100%;
	background: #fff;
	padding: 110px 0;
}
#model-house-index .map-odd-box h2,
#model-house-index .map-odd-box p,
#model-house-index .map-even-box h2,
#model-house-index .map-even-box p {
	padding: 0;
	margin: 0;
}
#model-house-index .map-odd-box-inner,
#model-house-index .map-even-box-inner {
	width: 880px;
	margin: 0 auto;
}
#model-house-index p.area {
	width: 6em;
	background: #7d0000;
	font-size: 18px;
	line-height: 1.0em;
	color: #fff;
	text-align: center;
	padding: 10px 16px 8px;
	margin: 0 0 14px;
}
#model-house-index p.caution {
	font-size: 26px;
	margin: 0 0 32px;
}
#model-house-index h2 {
	font-size: 28px;
	line-height: 1.0em;
}
#model-house-index h2 span.new {
	color: #f20000;
}

#model-house-index .model-house-box {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 100%;
	padding: 36px 0 0;
	margin: 0 auto;
}
#model-house-index .model-house-box .info {
	float: left;
	width: 500px;
	padding: 8px 0 0;
}
#model-house-index .model-house-box .info .address {
	height: 68px;
	font-size: 18px;
	margin: 0;
}
#model-house-index .model-house-box .info .address dt {
	float: left;
	width: 3em;
}
#model-house-index .model-house-box .info .address dd {
}

#model-house-index .model-house-box .map {
	float: right;
	width: 364px;
}
#model-house-index .model-house-box .application-form {
	margin: 0 0 12px;
}

#model-house-index .model-house-box .application-form a {
	display: block;
	width: 364px;
	background: #ab8b41;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
}
#model-house-index .model-house-box .application-form a:hover {
	color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#model-house-index .model-house-box .map .google-map {
	width: 364px;
	margin: 0 0 10px;
}
#model-house-index .model-house-box .map .google-map iframe {
	height: 281px;
}
#model-house-index .model-house-box .map .to-map {
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#model-house-index .model-house-box img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
}
