@charset "UTF-8";

/*住宅展示場　箕面*/

@media all and (max-width:768px) {
/*mainPhotoMino*/
	
.mainPhotoMino {
    margin-bottom: 3rem;
}
.mainPhotoMino img{
    width: 100%;
}
	
	
.placeWrap{
	margin: auto;
	padding: 0.5rem;
	background-color: #4c5870;
	color: #fff;
	overflow: hidden;
	font-size: 16px;
}
.placeArea{
	margin: 1rem;
	padding: 1.3rem .5rem;
	border: 1px solid #fff;
	line-height: 1;
	float: left;
}
.placedate{
	float: left;
	width: 80%;
	margin: 1.3rem 0 0;
}
.placeName{
	float: left;
	width: 80%;
	margin: .1rem 0 0;
	font-size: 94%;
}

/*campaignArea*/
.campaignArea{
	margin: 5rem 2rem 5rem;
	padding: 1.8rem;
	color: #ffffff;
	background: #4c5870;
	max-width: 1068px;
	font-size: 16px;
	text-align: center;
}
h2.campaignTitle{
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}
.tokuten{
	width: 100%;
	margin: 1rem auto;
	padding: 1rem .5rem;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	text-align: center;
	background-color: #fff;
	color: #4c5870;
	font-size: 75%;
}
.tokutenTitle{
	margin-right: .5rem;
	background-image: url(/_assets/images/housegallery/mino/dotts.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.5rem;
}
.campaignInfo{
	font-size: 75%;
	text-align: left;
	line-height: 1.4;
}
.campaignArea .pct{
	margin-top: 2rem;
}

/*conceptArea*/

.conceptArea{
	background: #eef0f1;
	width: 100%;
	height: auto;
	margin-bottom: 30rem;
	padding-top: 2rem;
	padding-bottom: 1%;
}

.conceptDetail{
	width: 95%;
	height: 24rem;
	margin: auto 0 -5% auto;
	background-image: url(/_assets/images/housegallery/mino/image05.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #000;
	position: relative;
}

.conceptDetail2{
	width: 95%;
	height: 24rem;
	margin: auto 0 -5% auto;
	background-image: url(/_assets/images/housegallery/mino2/image07.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #000;
	position: relative;
}

.conceptDetailInner{
	width: 100%;
	margin-left: -2%;
	padding-left: 0;
	position: absolute;
	bottom: 5%;
	top: 23rem;
}

.conceptDetailInner2{
	width: 100%;
	margin-left: -2%;
	padding-left: 0;
	position: absolute;
	bottom: 5%;
	top: 23rem;
}

.conceptTitle{
	font-size: 1.8rem;
	margin: 4rem 0px 0;
	text-align: center;
}

.conceptText{
	font-size: 1.4rem;
	text-align: center;
	margin: 2rem;
}

/*zehArea*/
.zehArea{
	margin: 2rem 2rem 5rem 2rem;
}
.zehArea .wrap .detail .title{
	margin: 5rem auto 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 15px;
	border-left: 5px solid #4C5870;
/*	border-top: none;*/
/*	border-bottom: 23px;*/
	text-align: left;
}
.zehArea .wrap .detail .text{
	max-width: 1160px;
	margin: 3rem auto 0;
}
p.right.sp.textSmall{
	font-size: 12px;
	text-align: right;
	margin: 2rem 0;
}
.zehArea .wrap .tableWrapper{
	max-width: 960px;
	margin: 3rem auto 0;
/*	overflow-x: scroll;*/
}
.tableWrapper img {
	width: 800px;
	margin-bottom: 2rem;
}

/*present*/
.present{
	width: auto;
	margin: 0 0 5rem 0;
	padding: 2rem 0;
	overflow: hidden;
}
.present .inner picture{
	width: 50%;
	margin-bottom: 2rem;
	float: left;
}
.present .textSmall{
	margin-bottom: 0;
}
/*btnArea*/
.btnArea p a{
	padding: 1.2rem 0 1.6rem
}
.btnArea p span.textSmall{
	line-height: 1.6;
	font-size: 12px;
	margin-top: 1rem;
	display: block;
}

.btnArea.reserve {
    margin-bottom:0;
}	


/*別コンテンツへのバナーリンク*/
.anotherLink{
	margin: 10% 5% 13%;
}


}

@media all and (min-width:769px) {
/*mainPhotoMino*/
.mainPhotoMino{
	max-width: 1160px;
	margin: auto auto 10px;
}
.mainPhotoMino h1 img{
	width: 100%;
}
.placeWrap{
	width: 100%;
	max-width: 340px;
	text-align:center;
	padding: 13rem 1rem;
	background-color: #4c5870;
	color: #fff;
}
.placeArea{
	font-size: 30px;
	width: 150px;
	height: 145px;
	margin: 3rem auto;
	padding: 5rem 1rem 0rem;
	border: 1px solid #fff;
}
.placedate{
	margin-top: 9rem;
	font-size: 26px;
}
.placeName{
	margin-top: 3rem;
	font-size: 30px;
	line-height: 1.8;
}

/*campaignArea*/
.campaignArea{
	padding: 1.8rem;
	color: #ffffff;
	background: #4c5870;
	width: 1068px;
	margin: 5rem auto 8rem;
}
.campaignInner{
	display: flex;
	flex-wrap: nowrap;
/*	flex-direction: row-reverse;*/
}
.campaignInner .pct {
	width: 30%;
}
.campaignInner .pct picture img{
	width: 100%;
}
.campaignDetail{
	width: 70%;
}
h2.campaignTitle{
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
}
h2.campaignTitle span{
	font-size: 36px;
}
.tokuten{
	width: 80%;
	margin: 1rem auto;
	padding: .7rem 2rem;
	background: #fff;
	display: flex;
	flex-wrap: nowrap;
	color: #4c5870;
	font-size: 24px;
	text-align: center;
}
.tokutenTitle{
	margin-right: 2rem;
	background-image: url(/_assets/images/housegallery/mino/dotts.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 2.5rem;
}
.campaignInfo{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

/*conceptArea*/

.conceptArea{
	background: #eef0f1;
	width: 100%;
	height: auto;
	margin-bottom: 15rem;
	padding-top: 8rem;
	padding-bottom: 1%;
}

.conceptDetail{
	width: 90%;
	height: 90vh;
	margin: auto 0 -5% auto;
	background-image: url(/_assets/images/housegallery/mino/image05.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #f6f7f8;
	position: relative;
}

.conceptDetail2{
	width: 90%;
	height: 90vh;
	margin: auto 0 -5% auto;
	background-image: url(/_assets/images/housegallery/mino2/image07.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #f6f7f8;
	position: relative;
}

.conceptDetailInner{
	padding-left: 5%;
	position: absolute;
	bottom: 5%;
	width: 100%;
}

.conceptDetailInner2{
	padding-left: 52%;
	position: absolute;
	bottom: 5%;
	width: 100%;
}

.conceptTitle{
	font-size: 30px;
	line-height: 1.6;
}

.conceptText{
	font-size: 16px;
	margin-top: 30px;
	line-height: 2.2;
}

/*zehArea*/
.zehArea .wrap .detail .title{
	clear: both;
	max-width: 1160px;
	margin: 10rem auto 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 0 0 32px;
	border-left: 10px solid #4C5870;
	border-top: none;
	border-bottom: none;
	text-align: left;
}
.zehArea .wrap .detail .text{
	max-width: 1160px;
	margin: 3rem auto 0;
}
.zehArea .wrap .tableWrapper{
	max-width: 1160px;
	margin: 5rem auto 0;
}
.zehArea .wrap .tableWrapper picture img{
	width: auto;
}

/*.mapping*/
.mapping{
	margin-top: 10rem;
}

/*housegalleryDetail*/
.housegalleryPage .housegalleryDetail .detail .spec{
	width: 500px;
}

/*btnArea*/
	
	
	
/*.btnArea p.tel a{
	margin-bottom: 1rem;
}*/

/*present*/
.present{
	padding: 2rem 0;
}
.present .inner{
	display: flex;
	flex-wrap: nowrap;
}
.present .inner picture{
	width: 25%;
}
.presentDetail{
	width: 50%;
}
.presentDetail .textBold{
	font-size: 32px;
	padding-bottom: 2rem;
}
.presentDetail .textSmall{
	line-height: 2;
	font-size: 13px;
}

/*別コンテンツへのバナーリンク*/
.anotherLink{
	width: 100%;
	max-width: 700px;
	padding: 0 40px;
	margin: 0 auto 78px;
}
.anotherLink .wrap ul li a:hover{
	opacity: .8;
}
.anotherLink .wrap ul li img{
	width: 100%;
}

}


