@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 基本レイアウト

=============================================================================== */
#breadcrumb {
	margin-bottom: 0;
}
#fMain {
	width: auto;
	min-width: 1200px;
	padding: 0;
}
#fMain .fContents {
	max-width: 950px;
	margin: 0 auto;
}
/* ==

　02. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
#fMain .fVisual01 {
	margin: 0 0 0;
	background: url(../images/visual_img01.jpg) center center no-repeat;
	background-size: cover;
}
#fMain .fVisual01_in {
	max-width: 950px;
	height: 300px;
	margin: 0 auto;
}
#fMain .fVisual01_tit {
	position: relative;
	width: 560px;
	padding: 32px 0 0;
	z-index: 1;
}
/* リード
------------------------------------------------------------------------------- */
#fMain .fLead01 {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 45px 0 65px;
}
#fMain .fLead01_img {
	position: absolute;
	top: -121px;
	right: 0;
	width: 400px;
}
#fMain .fLead01_txt {
	line-height: 2;
	margin: 0 450px 0 0;
	color: #2D4486;
	font-size: 20px;
}
/* 注釈
------------------------------------------------------------------------------- */
#fMain .fNote01 {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0 30px;
}
#fMain .fNote01_txt {
	line-height: 1.636;
	color: #212529;
	font-size: 11px;
}
/* エリア選択
------------------------------------------------------------------------------- */
#fMain .fHeading01 {
	margin: 0 0 40px;
	padding: 34px 0 0;
}
#fMain .fHeading01-t1 {
	background-color: #504C4B;
}
#fMain .fHeading01-t2 {
	background-color: #DAAA00;
	font-family : "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E",Georgia,"メイリオ",Meiryo,serif;
}
#fMain .fHeading01_in {
	max-width: 950px;
	margin: 0 auto;
}
#fMain .fHeading01_tit {
	color: #fff;
	font-size: 24px;
	text-align: center;
}
#fMain .fHeading01_txt {
	margin: 2px 0 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#fMain .fHeading01_areas {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.25;
	margin: 24px 0 0;
	font-size: 16px;
	font-weight: bold;
	opacity: 0;
}
#fMain .fHeading01_areas-show {
	opacity: 1;
}
#fMain .fHeading01_livness,
#fMain .fHeading01_mansion {
	width: 20%;
}
#fMain .fHeading01_livness span,
#fMain .fHeading01_mansion span {
	display: block;
	padding: 24px 0 22px;
	color: #000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
#fMain .fHeading01-t1 .fHeading01_livness span,
#fMain .fHeading01-t1 .fHeading01_mansion span {
	background-color: #eee;
}
#fMain .fHeading01-t2 .fHeading01_livness span,
#fMain .fHeading01-t2 .fHeading01_mansion span {
	background-color: #F0DD99;
}
#fMain .fHeading01-t1 .fHeading01_livness-current span,
#fMain .fHeading01-t1 .fHeading01_mansion-current span {
	margin: 0 0 -1px;
	padding-bottom: 23px;
	background-color: #fff;
	cursor: default;
}
#fMain .fHeading01-t2 .fHeading01_livness-current span,
#fMain .fHeading01-t2 .fHeading01_mansion-current span {
	margin: 0 0 -1px;
	padding-bottom: 23px;
	background-color: #fff;
	color: #DBAA00;
	font-weight: bold;
	cursor: default;
}
#fMain .fHeading01_livness span::after,
#fMain .fHeading01_mansion span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
}
#fMain .fHeading01-t1 .fHeading01_livness-current span::after,
#fMain .fHeading01-t1 .fHeading01_mansion-current span::after {
	border-color: #c00;
}
#fMain .fHeading01-t2 .fHeading01_livness-current span::after,
#fMain .fHeading01-t2 .fHeading01_mansion-current span::after {
	border-color: #DFB219;
}
/* アンカー
------------------------------------------------------------------------------- */
#fMain .fAnchor01 {
	max-width: 950px;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -0.5em;
}
#fMain .fAnchor01_item {
	display: inline-block;
	margin: 0 20px 10px 0;
	letter-spacing: normal;
}
#fMain .fAnchor01_item a {
	display: block;
	padding: 10px 20px 7px;
	border-radius: 50px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
#fMain .fAnchor01_item a:hover {
	color: #dbaa00;
}
/* マンション一覧
------------------------------------------------------------------------------- */
#fMain .fBlock02 {
	padding: 30px 0 68px;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f5f5f5;
	font-family : "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E",Georgia,"メイリオ",Meiryo,serif;
}
#fMain .fBlock02_block {
	display: none !important;
}
#fMain .fBlock02_block-show {
	display: block !important;
}
#fMain .fBlock02_pref {
	line-height: 1.3;
	margin: 80px 0 45px;
	padding: 0;
	border: none;
	background: none;
	color: #333;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#fMain .fBlock02_pref:first-child {
	margin-top: 0;
}
#fMain .fBlock02_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 950px;
	margin: -49px auto 0;
}
#fMain .fBlock02_item {
	width: 448px;
	margin: 49px 0 0;
	background-color: #fff;
}
#fMain .fBlock02_wrap {
	display: block;
	color: #000;
	text-decoration: none;
	transition: opacity .3s;
}
#fMain .fBlock02_wrap:hover {
	opacity: 0.6;
}
#fMain .fBlock02_list::after {
	content: none;
}
#fMain .fBlock02_img {
	display: block;
	position: relative;
	padding: 61.2% 0 0;
}
#fMain .fBlock02_img span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: #eee;
	text-align: center;
}
#fMain .fBlock02_img img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 100%;
	flex-shrink: 0;
}
#fMain .fBlock02_info {
	padding: 31px 32px 33px;
}
#fMain .fBlock02_sub {
	line-height: 1.65;
	margin: 0 0 7px;
	font-size: 15px;
	font-weight: 500;
}
#fMain .fBlock02_tit {
	line-height: 1.4;
	margin: 0 0 19px;
	font-size: 28px;
	font-weight: 500;
}
#fMain .fBlock02_tit:last-child {
	margin-bottom: 0;
}
#fMain .fBlock02_txt {
	line-height: 1.7;
	color: #333;
	font-size: 17px;
	font-weight: 400;
}
#fMain .fBlock02_nodata {
	line-height: 1.5;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/* 関連リンク
------------------------------------------------------------------------------- */
#fMain .fEnd01 {
	margin: 100px 0 40px;
	background-color: #EEF9FD;
}
#fMain .fEnd01_in {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 0 40px;
}
#fMain .fEnd01_tit {
	position: absolute;
	top: -52px;
	left: 50%;
	width: 243px;
	height: 81px;
	margin: 0 0 0 -122px;
}
#fMain .fEnd01_tit img {
	max-width: 100%;
	height: auto;
}
#fMain .fEnd01_txt {
	line-height: 1.3;
	color: #212529;
	font-size: 20px;
	text-align: center;
}
#fMain .fEnd01_btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 25px 0 0;
}
#fMain .fEnd01_btn {
	width: 465px;
}
#fMain .fEnd01_btn a {
	display: block;
	transition: opacity .3s;
}
#fMain .fEnd01_btn a:hover {
	opacity: 0.6;
}
#fMain .fEnd02 {
	padding: 20px 10px 20px;
	color: #f00;
	text-align: center;
}
#fMain .fEnd02 p {
	max-width: 930px;
	line-height: 1.4;
	margin: 0 auto;
	padding: 16px 10px;
	border: 2px solid #f00;
	font-size: 150%;
	font-weight: bold;
}
/* ローディング
------------------------------------------------------------------------------- */
#fMain .fLoader01 {
	position: relative;
	height: 200px;
	margin: 0 auto;
}
#fMain .fLoader01::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(../images/loader.svg) center center no-repeat;
	background-size: contain;
}
@media all and (-ms-high-contrast:none){
	_:-ms-lang(x)::-ms-backdrop, #fMain .fLoader01::after {
		background: url(../images/loader.gif) center center no-repeat;
	}
}