<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* カバー画像 */
.cover_rent{
	height:240px;
	background:url(../../rent/img/cover.jpg) right 50% no-repeat;
	background-size:cover;
}
.cover_rent_title{
	max-width:960px;
	height:240px;
	margin:0 auto;
	display:table;
}
.cover_rent_title h1{
	display:table-cell;
	height:100%;
	vertical-align:middle;
	box-sizing: border-box;
	padding-left:40px;
	font-size:40px;
	color:#fff;
}

/* 2カラム */
.rent_col_2items{
	width:88%;
	margin:0 auto;
}
.rent_col_2items .left{
	width:47%;
	float:left;
	border:1px solid #ccc;
}
.rent_col_2items .right{
	width:47%;
	float:right;
	border:1px solid #ccc;
}
.rent_col_2items img{
	width:100%;
}
.rent_col_2items .cont{
	padding:32px;
}
.rent_col_2items h3{
	color:#ff6900;
	font-size:24px;
}

/* 物件を探す */
.Bg_Gray {
	background:#f0f0f0;
	text-align:center;
	margin-top:80px;
	padding-bottom:60px;
}

/* ボタン */
.btn_search {
	width:360px;
	display:block;
	line-height:48px;
	padding:12px 0;
	transition:.3s;
	color: #fff;
	background:#cc0133;
	font-size:22px;
	text-align:center;
}
.btn_search:hover{
	color: #fff;
	background:#980026;
	text-decoration: none;
}

.btn_search:visited{
	color: #fff;
}

/* 店舗のご案内 */
.Box_Store {
	width:83.6%;
	background:#fff;
	border:1px solid #ccc;
	padding:20px;
	margin:60px auto 0;
}
.Box_Store h3 {
	font-size:22px;
	color: #cc0133;
}
.Box_Store img {
	width:100%;
}
.Box_Store .contL{
	width:36%;
	float:left;
}
.Box_Store .contR{
	width:60%;
	float:right;
	text-align:left;
}

/* ご相談窓口 */
.Box_Consult {
	width:100%;
	margin:40px 0 20px;
}
.Box_Consult h3 {
	font-size:28px;
	line-height:1.6em;
}
.Box_Consult img {
	width:100%;
}
.Box_Consult .contL{
	width:48%;
	float:left;
}
.Box_Consult .contR{
	width:48%;
	float:right;
	text-align:left;
}

@media only screen and (max-width: 768px) {

	/* カバー画像 */
	.cover_rent{
		height:180px;
		background:url(../../rent/img/cover.jpg) center 50% no-repeat;
		background-size:cover;
	}
	.cover_rent_title{
		width:96%;
		height:180px;
	}
	.cover_rent_title h1{
		padding-left:0;
		font-size:28px;
		text-align:center;
		color:#fff;
	}

	/* 2カラム */
	.rent_col_2items{
		width:98%;
		margin:0 auto;
	}
	.rent_col_2items .left{
		width:100%;
			float:left;
	}
	.rent_col_2items .right{
		width:100%;
			float:left;
	}
	.rent_col_2items img{
		width:100%;
	}
	.rent_col_2items .cont{
		padding:16px;
	}
	.rent_col_2items h3{
		color:#ff6900;
		font-size:20px;
	}

	/* 物件を探す */
	.Bg_Gray {
		width:90%;
		background:#f0f0f0;
		text-align:left;
		margin-top:40px;
		padding:40px 5%;
	}

	/* ボタン */
	.btn_search {
		width:60%;
		display:block;
		padding:6px 0;
		transition:.3s;
		color: #fff;
		background:#cc0133;
		font-size:18px;
		text-align:center;
	}

	/* 店舗のご案内 */
	.Box_Store {
		width:90%;
		background:#fff;
		border:1px solid #ccc;
		padding:5%;
		margin:40px auto 0;
	}
	.Box_Store h3 {
		font-size:18px;
		color: #cc0133;
	}
	.Box_Store img {
		width:100%;
	}
	.Box_Store .contL{
		width:100%;
		float:left;
	}
	.Box_Store .contR{
		width:100%;
		float:left;
		padding-top:10px;
	}

	/* ご相談窓口 */
	.Box_Consult {
		width:90%;
		padding:0 5%;
		margin:-20px auto 20px;
	}
	.Box_Consult h3 {
		font-size:20px;
		line-height:1.4em;
	}
	.Box_Consult img {
		width:100%;
	}
	.Box_Consult .contL{
		width:100%;
		float:left;
	}
	.Box_Consult .contR{
		width:100%;
		float:left;
		padding-top:10px;
	}

}</pre></body></html>