@charset "utf-8";

/***************************************************
* メインイメージ
***************************************************/
.mainImg {
	height: 92px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopBridal/main_img_catch.png?id=20251204a9a2df4acc9), url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopBridal/main_img_character.png?id=20251204a9a2df4acc9), url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopBridal/main_img_back.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-size: 320px 27px, 320px 92px, 320px 92px;
	background-position: center top, 100% bottom, 0 bottom;
	text-indent: -9999px;
	overflow: hidden;
	border-top: 3px solid #b2df8a;
	display: flex;
	justify-content: space-between;
}

/* 画面幅320pxの際、PRアイコンが画像の文字に被るので調整 */
@media screen and (max-width: 320px) {
	.mainImg {
		background-size: 300px 27px, 320px 92px, 320px 92px;
		background-position: left top, 50% bottom, 0 bottom;
	}
}

.mainImg::after {
	background: url(https://asset01.suumo.jp/sp/img/chintai/common/icon_pr.png?id=20251204a9a2df4acc9) center center no-repeat;
	background-size: 26px 16px;
	content: '';
	display: block;
	height: 16px;
	margin-right: 6px;
	margin-top: 6px;
	width: 26px;
}

/***************************************************
* 見出し
***************************************************/
h2.sectionHeadButton {
	display: block;
	height: 60px;
	position: relative;
	border-top: none;
	border-bottom: none;
	color: #333;
	background: transparent;
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

h2.sectionHeadButton > span {
	border-left: 5px solid #5f5b5b;
	padding-left: 10px;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}

/***************************************************
* 検索条件
***************************************************/
.condition {
	background: #dad8d1;
	padding: 10px;
}

.condition div {
	display: block;
	background: #faf9f5;
	border-radius: 4px;
}

.condition div a {
	display: block;
	padding: 10px;
	color: #333;
	position: relative;
}

.condition div a.ui-hover {
	background: #ebe8de;
	border-radius: 4px;
}

.condition div a::after {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 13px;
	background-image: url(https://asset01.suumo.jp/sp/img/top/common/arrow_right_brown.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 9px 13px;
	-webkit-background-size: 9px 13px;
	background-position: 0 0;
	top: 50%;
	margin-top: -6px;
	right: 10px;
}

.condition div a p {
	display: block;
	padding-left: 25px;
	padding-right: 15px;
}

/* 前回の条件で探す */
.condition div a.lastTime p:first-child {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.condition div a.lastTime p:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.4;
}

.condition div a.lastTime::before {
	content: " ";
	display: block;
	position: absolute;
	width: 15px;
	height: 17px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopBridal/sprite/icon.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 17px 30px;
	-webkit-background-size: 17px 30px;
	background-position: 0 0;
	top: 50%;
	margin-top: -8px;
}

/***************************************************
* 検索ナビゲーション
***************************************************/

/* .listを上書き */
.searchNavi ul.list {
	border-bottom: 2px solid #79706c;
	border-top: none;
}

.searchNavi ul.list.col2 {
	border-top: 2px solid #79706c;
}

.searchNavi ul.list.col2 li:nth-child(odd) {
	border-right: 2px solid #79706c;
}

.searchNavi ul.list.col2 li a {
	padding-top: 16px;
	padding-bottom: 16px;
}

.searchNavi ul.list li {
	border-bottom: none;
	background: #f1f0e8;
}

.searchNavi ul.list li a {
	text-align: center;
	padding-right: 10px;
}

.searchNavi ul.list li a.ui-hover {
	background-color: #d5d3c3;
}

/* アイコン */
.searchNavi .icons {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopBridal/sprite/search_navi.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 36px 72px;
	-webkit-background-size: 36px 72px;
}

.searchNavi .icons.station {
	background-position: 0 0;
}

.searchNavi .icons.area {
	background-position: 0 -36px;
}

.searchNavi .icons + span {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

/***************************************************
* リストナビゲーション
***************************************************/

/* .listを上書き */
.listNavi ul.list li a {
	font-size: 14px;
}

.listNavi ul.list li a.ui-hover {
	background-color: #faf9f5;
}

.listNavi ul.list li .icons {
	position: relative;
	display: block;
	padding-left: 70px;
	line-height: 48px;
}

/* アイコン */
.listNavi .icons::before {
	content: "";
	display: block;
	position: absolute;
	width: 46px;
	height: 46px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopBridal/sprite/list_navi.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 46px 138px;
	-webkit-background-size: 46px 138px;
	top: 50%;
	margin-top: -23px;
	left: 10px;
}

.listNavi .icons.map::before {
	background-position: 0 0;
}

.listNavi .icons.tsugaku::before {
	background-position: 0 -46px;
}

.listNavi .icons.fudosan::before {
	background-position: 0 -92px;
}

/***************************************************
* 総合トップリンク
***************************************************/
.topLink {
	padding: 15px 10px 15px 15px;
}

.topLink a {
	display: inline-block;
	font-weight: bold;
	color: #004cca;
	position: relative;
	padding-left: 20px;
}

.topLink a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 8px;
	height: 13px;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/top/rtftopBridal/sprite/icon.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 17px 30px;
	-webkit-background-size: 17px 30px;
	background-position: 0 -17px;
	top: 0;
	left: 0;
}

/***************************************************
* キャンペーンバナー
***************************************************/
.campaignBanner {
	margin-bottom: 15px;
}
