@charset "utf-8";
/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

/* tksn //
////////////////////////////////////////////////////////////////////*/

/* des64 ///
---------------------------------------------- */
.tksn.des64 {
	min-height: 500px;
}
.des64 > .tksn_box > table > tbody > tr {
	width: 1080px;
}
.des64 > .tksn_box > table > tbody > tr > td:nth-child(n+5) {
	margin-top: 9px;
}
.des64 > .tksn_box > table > tbody > tr > td:not(:nth-of-type(4n)) {
	margin-right: 4px;
}
.des64 > .tksn_box > table > tbody > tr > td {
	min-width: 267px;
	width: 267px;
	min-height: 380px !important;
}

/* 見出し //
////////////////////////////////////////////////////////////////////*/

.title01 {
	margin: 60px 0 22px;
	padding-bottom: 8px;
	position: relative;
	line-height: 1;
	text-align: center;
}
.title01 > h3 {
	font-size: 32px;
	font-weight: 900;
}
.title01 > h3::after{
	margin: 20px auto 25px;
	width: 40px;
	height: 1px;
	background-color: #C00;
	display: block;
	content: "";
}
.title01 .mess {
	font-size: 16px;
}
.title01 .more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
.title01 .more a {
	width: 120px;
	background-color: #c00;
	display: block;
	position: relative;
	color: #fff;
	line-height: 32px;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.title01 .more a::after {
	margin: auto;
	height: 1em;
	opacity: 0.8;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	content: "\f0da";
	line-height: 1;
	font-weight: 600;
}

/* サブヘッダー //
////////////////////////////////////////////////////////////////////*/

#top_subheader {
	box-sizing: border-box;
	height: 600px;
	background: url(../images/index/shd_bg.jpg) no-repeat top center / cover, #ae6556;
	position: relative;
}
#top_subheader > div {
	margin: auto;
	padding-top: 255px;
	padding-left: 4.04%;
	color: #fff;
	text-shadow: 0 0 12px rgba(0,0,0,1);
}
#top_subheader .hd {
	margin-bottom: 12px;
	font-size: 48px;
	font-weight: 900;
	line-height: 60px;
}
#top_subheader p {
	font-size: 30px;
	line-height: 42px;
	font-weight: 900;
}
#top_subheader p > span {
	display: block;
}

/* NEWS //
////////////////////////////////////////////////////////////////////*/

#top_news {
	box-sizing: border-box;
	padding: 48px 0 50px;
	min-height: 450px;
	position: relative;
	z-index: 0;
}
#top_news header {
	margin-bottom: 20px;
}
#top_news header .hd {
	margin-bottom: 24px;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}
#top_news header ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_news header li:not(:last-child) {
	margin-right: 5px;
}
#top_news .toggle :where(button, a) {
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 120px;
	height: 28px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 0;
	display: block;
	outline: none;
	color: #fff;
	font-size: inherit;
	line-height: 26px;
	text-align: center;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
}
#top_news .toggle :where(button.active, button:hover, a:hover) {
	background-color: #fff;
	color: var(--acc1);
}
#top_news .box {
	display: none;
	transition: opacity 0.12s;
}
#top_news.fade .box {
	opacity: 0;
}
#top_news .box ul {
	margin-bottom: 30px;
}
#top_news .box li a {
	box-sizing: border-box;
	padding: 10px 0;
	width: 100%;
	height: 60px;
	border-bottom: 1px dotted #fff;
	display: table;
	color: #fff;
	transition: background 0.1s;
}
#top_news .box li a > time, #top_news .box li a > h4 {
	display: table-cell;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
}
#top_news .box li a > time {
	width: 128px;
}
#top_news .box li a:hover {
	background-color: rgba(255,255,255,0.24);
}
#top_news .box .btn02 {
	text-align: center;
}
#top_news .box .btn02 a {
	box-sizing: border-box;
	padding: 0 40px;
	min-width: 260px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	vertical-align: bottom;
	transition: 0.2s;
}
#top_news .box .btn02 a:hover {
	background-color: #fff;
	color: var(--acc1);
}
#top_news .box .btn02 a::after {
	display: none;
}

/* 物件検索コーナー //
////////////////////////////////////////////////////////////////////*/

#top_bukken {
	margin-bottom: 80px;
	padding-top: 60px;
	overflow: hidden;
}

/* フォーム ///
---------------------------------------------- */
#sagasu {
	width: 805px;
	float: left;
}
#sagasu .list {
	margin-bottom: 1px;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#sagasu .list > li {
	display: table-cell;
	vertical-align: top;
}
#sagasu .list > li:not(:last-child) {
	border-right: 1px solid rgba(0,0,0,0);
}
#sagasu .list input {
	display: none;
}
#sagasu .list label {
	height: 60px;
	background-color: #e8e6e0;
	display: block;
	cursor: pointer;
	text-align: center;
}
#sagasu .list input:checked + label {
	background-color: var(--acc1);
}
#sagasu .list input:checked + label img {
	filter: brightness(10) invert(0);
}
#sagasu .map {
	background-color: #e5d9b3;
	position: relative;
	overflow: hidden;
}
#sagasu .map ul {
	transition: opacity 0.08s;
}
#sagasu:not(.initialization) .map ul {
	opacity: 0;
	pointer-events: none;
}
#sagasu .pins > li {
	padding-bottom: 20px;
	width: 170px;
	background: url(../images/index/sagasu_map_arrow.png) no-repeat bottom center / 64px 28px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	pointer-events: none;
}
#sagasu .pins button, #sagasu .pins li > a {
	box-sizing: border-box;
	padding: 20px;
	min-width: 130px;
	height: 53px;
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	display: inline-flex;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	font-family: inherit;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	-webkit-appearance: none;
}
#sagasu .pins button::before, #sagasu .pins button::after,
#sagasu .pins li > a::before, #sagasu .pins li > a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
}
#sagasu .pins button::before, #sagasu .pins li > a::before {
	margin: auto;
	height: 37px;
	background-color: rgba(0,0,0,0.67);
	border-radius: 3px;
	right: 10px;
	left: 10px;
	z-index: -1;
}
#sagasu .pins button::after, #sagasu .pins li > a::after {
	background-color: #fff;
	border-radius: 3px;
	opacity: 0;
	right: 0px;
	left: 0;
	transition: opacity 0.12s;
}
#sagasu .pins button:hover::after, #sagasu .pins li > a:hover::after {
	opacity: 0.2;
}
#sagasu .pins button i {
	margin-left: 3px;
	position: relative;
	top: 1px;
	display: block;
	font-size: 13px;
	line-height: 1;
}
#sagasu .pins button > span .small {
	position: relative;
	bottom: 1px;
	font-size: 13px;
}
#sagasu .pins > .other {
	padding: 0;
	min-width: 190px;
	background: none;
}
#sagasu .pins > .other button {
	min-width: 180px;
}

#sagasu .pins > .s_nishi {
	top: 175px;
	left: 191px;
}
#sagasu .pins > .s_kita {
	top: 81px;
	left: 291px;
}
#sagasu .pins > .s_omiya {
	top: 155px;
	left: 311px;
}
#sagasu .pins > .s_minuma {
	top: 104px;
	right: 224px;
}
#sagasu .pins > .s_chuo {
	top: 225px;
	left: 311px;
}
#sagasu .pins > .s_sakura {
	bottom: 66px;
	left: 266px;
}
#sagasu .pins > .s_urawa {
	bottom: 95px;
	right: 249px;
}
#sagasu .pins > .s_minami {
	bottom: 21px;
	right: 249px;
}
#sagasu .pins > .s_midori {
	bottom: 140px;
	right: 139px;
}
#sagasu .pins > .s_iwatsuki {
	top: 81px;
	right: 104px;
}
#sagasu .pins > .ageo_ina {
	top: 7px;
	left: 239px;
}
#sagasu .pins > .toda_warabi {
	bottom: 3px;
	left: 226px;
}
#sagasu .pins > .hasuda_shiraoka {
	top: 2px;
	right: 124px;
}

/* 条件から探す ///
---------------------------------------------- */
#sagasu .joken {
	background-color: var(--bgc1);
	overflow: hidden;
}
#sagasu .joken h4 {
	padding: 20px 0 0 19px;
	float: left;
	font-size: 17px;
	line-height: 22px;
}
#sagasu .joken ul {
	padding: 10px 20px 10px 10px;
	float: right;
	line-height: 1;
}
#sagasu .joken li {
	float: left;
}
#sagasu .joken li:not(:last-child) {
	margin-right: 1px;
}

#sagasu .joken button, #sagasu .joken a {
	width: 127px;
	height: 60px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -9999px;
}
#sagasu .joken button {
	border: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: opacity 0.2s;
}
#sagasu .joken button:hover {
	opacity: 0.8;
}
#sagasu .joken .gakku a {
	display: none;
}
#sagasu .joken .gakku .swOn {
	display: block;
}
#sagasu .joken .rosen button {background-image: url(../images/index/sagasu_joken-eki.png);}
#sagasu .joken .gakku button {background-image: url(../images/index/sagasu_joken-gakku.png);}
#sagasu .joken .area button {background-image: url(../images/index/sagasu_joken.png);}


/* 価格変更物件 ///
---------------------------------------------- */
#top_bukken .kakaku {
	width: 255px;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #ccc;
	float: right;
}
#top_bukken .kakaku h3 {
	padding-left: 53px;
	background-color: var(--acc2);
	color: var(--acc1);
	font-size: 16px;
	line-height: 44px;
}
#top_bukken .kakaku .tksn-list > div {
	margin: 9px 9px 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/* 価格変更物件 ///
---------------------------------------------- */
#top_bukken .kakaku h3::before {
	background-color: var(--acc1);
	left: 0;
	color: var(--acc2);
	content: "\f0f3";
}
#top_bukken .kakaku .tksn-list > div {
	height: 464px;
}
#top_bukken .kakaku .btn02 {
	padding: 14px 9px 9px;
}

#top_bukken .kaitori {
	margin-top: 50px;
	width: 255px;
	float: right;
}
#top_bukken .kaitori img {
	width: 100%;
}

/* マイページコーナー ///
---------------------------------------------- */
#top_bukken .kaiin {
	margin-top: 50px;
	width: 805px;
	float: left;
}
#top_bukken .kaiin .mypage {
	margin-top: -20px;
	float: left;
}
#top_bukken .kaiin .login {
	margin-left: auto;
	width: 260px;
	height: 200px;
	background-color: var(--acc2);
	color: var(--acc1);
}
#top_bukken .kaiin .login h3 {
	line-height: 53px;
}
#top_bukken .kaiin .login h3::before {
	background-color: var(--acc1);
	left: 20px;
	color: var(--acc2);
	content: "\f2f6";
}
#top_bukken .kaiin .login :where(dl, p) {
	margin-right: 20px;
	margin-left: 20px;
}
#top_bukken .kaiin .login dl {
	overflow: hidden;
}
#top_bukken .kaiin .login dt {
	box-sizing: border-box;
	padding-right: 10px;
	width: 80px;
	float: left;
	line-height: 26px;
	text-align: right;
}
#top_bukken .kaiin .login dd {
	width: 140px;
	float: right;
}
#top_bukken .kaiin .login input {
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	appearance: none;
}
#top_bukken .kaiin .login dd input {
	padding: 0 2px;
	width: 100%;
	height: 26px;
	border: none;
	line-height: 24px;
}
#top_bukken .kaiin .login :where(dt, dd) {
	margin-top: 5px;
}
#top_bukken .kaiin .login .submit {
	margin-top: 10px;
	background-color: #fff;
}
#top_bukken .kaiin .login .submit input {
	width: 100%;
	background-color: var(--acc1);
	border: none;
	outline: none;
	color: var(--acc2);
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	font-family: inherit;
	cursor: pointer;
}
#top_bukken .kaiin .login .forget a {
	display: block;
	color: var(--acc1);
	line-height: 35px;
	text-align: right;
}
#top_bukken .kaiin .login .forget a::after {
	margin-left: 7px;
	display: inline-block;
	color: #333;
}

/* 現在の物件数 & サービス //
////////////////////////////////////////////////////////////////////*/

#top_kensu {
	padding-top: 60px;
	position: relative;
	z-index: 0;
}
#top_kensu > div > h4 {
	box-sizing: border-box;
	margin: auto;
	padding-top: 15px;
	width: 299px;
	height: 96px;
	background: url(../images/index/shd_ico.png) no-repeat top center;
	position: absolute;
	top: -113px;
	right: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}
#top_kensu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#top_kensu li {
	width: 255px;
	height: 300px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
#top_kensu li a {
	height: 100%;
	background-color: #fff;
	display: block;
	position: relative;
	text-align: center;
}
#top_kensu .chintai a {
	padding-left: 255px;
}
#top_kensu li h5 {
	margin-bottom: -1px;
	height: 172px;
	position: relative;
}
#top_kensu li h5 span {
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
#top_kensu .chintai h5 {
	position: absolute;
	top: 0;
	left: 0;
}
#top_kensu li .kensu {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
#top_kensu .kensu span {
	display: block;
	color: #c00;
	font-size: 18px;
	text-align: center;
}
#top_kensu li .kensu em {
	color: #c00;
	font-size: 48px;
	font-weight: 900;
}
#top_kensu .kounyu .kensu {
	margin-top: 12px;
}
#top_kensu li .txt {
	bottom: 26px;
}

#top_kensu .midasi {
	margin: 10px 0;
	padding-right: 6px;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}
#top_kensu .midasi em {
	display: block;
	color: #c00;
	font-weight: 900;
}

/*----------*/

#top_kensu .kousin {
	padding: 34px 0 15px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#top_kensu .kousin a {
	margin-left: 1em;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	color: inherit;
}

#top_kensu .sateisite {
	margin: 30px auto 0;
	width: 690px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
#top_kensu .sateisite a {
	padding-left: 275px;
	background-color: #172244;
	position: relative;
	display: block;
}
#top_kensu .sateisite a > span {
	position: absolute;
	top: 0;
	left: 0;
}
#top_kensu .sateisite a > div {
	box-sizing: border-box;
	padding-top: 28px;
	height: 172px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
#top_kensu .sateisite h5 {
	margin-bottom: 15px;
	color: #c00;
	font-size: 30px;
	line-height: 1;
}
#top_kensu .sateisite p i {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	font-weight: 300;
}
#top_kensu .sateisite p i::after{
	margin-left: 10px;
	content: "\f35d";
}

.top_bnrs {
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}

/* 今すぐ見られる物件特集 //
////////////////////////////////////////////////////////////////////*/

#top_nairan {
	margin-top: 60px;
	background-color: var(--bgc1);
	position: relative;
	z-index: 1;
}
#top_nairan header::after,
#top_nairan .shinchaku::after {
	width: calc((100% - 1080px)/2 + 98px);
	background-image: url(../images/common/texture01.png);
	position: absolute;
	right: 0;
	z-index: -1;
	content: "";
}
#top_nairan .shinchaku::before {
	width: 100%;
	background-color: var(--acc2);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -2;
	content: "";
}

#top_nairan header {
	box-sizing: border-box;
	margin-left: auto;
	padding: 55px 0 40px 40px;
	width: 50%;
}
#top_nairan header::before {
	width: 50%;
	height: 380px;
	background: url(../images/index/nairan_img.jpg) no-repeat center right/ cover;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#top_nairan header::after {
	height: 380px;
	top: 0;
}
#top_nairan header > h3 {
	margin-bottom: 18px;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
}
#top_nairan header > h3 + p {
	margin-bottom: 8px;
	height: 126px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
#top_nairan header > h3 + p br {
	display: none;
}
#top_nairan header li {
	width: 160px;
	position: relative;
	float: left;
}
#top_nairan header li a {
	display: block;
}
#top_nairan header li:not(:last-child) {
	margin-right: 10px;
}

#top_nairan header li i {
	width: 110px;
	background-color: #c00;
	position: absolute;
	top: 0;
	left: 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

/* 新着更新情報 ///
---------------------------------------------- */
#top_nairan .shinchaku {
	position: relative;
}
#top_nairan .shinchaku::after {
	top: 0;
	bottom: 0;
}
#top_nairan .shinchaku > div {
    display: flex;
}

/*----------*/

#top_nairan .shinchaku > div > h4 {
	background-color: var(--acc1);
	width: 258px;
	flex-shrink: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}
#top_nairan .shinchaku > div h4 img {
	width: 108px;
}


/*----------*/

#shinchaku_list {
	padding: 10px 0px 10px 20px;
	width: 100%;
}
#shinchaku_list > div {
	height: 60px;
	overflow-y: scroll;
}

/* サービス＆ご案内 //
////////////////////////////////////////////////////////////////////*/

#top_service {
	margin-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#top_service .title01 {
	margin-top: 47px;
	color: #fff;
}
#top_service .title01 > h3::after {
	background-color: #fff;
}
#top_service ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top_service li {
	background-color: #fff;
}
#top_service li:not(:nth-of-type(4n)) {
	margin-right: 12px;
}
#top_service li:nth-child(n+5) {
	margin-top: 12px;
}

#top_service li a {
	width: 261px;
	height: 196px;
	display: block;
	position: relative;
}
#top_service li a span {
	background-color: rgba(229,212,179,0.8);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: var(--acc1);
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
#top_service li a span::after {
	margin-left: 7px;
}
