@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.5;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	content: "\f0da";
	line-height: 1;
	font-weight: 600;
}


/* サブヘッダー //
////////////////////////////////////////////////////////////////////*/

#top_subheader header {
	box-sizing: border-box;
	padding-top: 37.5%;
	height: 0;
	background: url(../images/index/shd_bg.jpg) no-repeat center / cover;
	background-color: #b7b3b2;
	position: relative;
	overflow: hidden;
}
@media (min-width: 1920px) {
	#top_subheader header {
		padding-top: 0;
		height: 720px;
		background-size: 1920px;
	}
}
@media (max-width: 1400px) {
	#top_subheader header {
		padding-top: 0;
		height: 525px;
		background-size: 1400px;
	}
}
#top_subheader header > div {
	margin: auto;
	width: 100%;
	height: 237px;
	position: absolute;
	top: -30px;
	bottom: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,0.33);
}

#top_subheader header h3 {
	margin-bottom: 12px;
	font-size: 52px;
	font-weight: 900;
	line-height: 66px;
	text-align: center;
}
#top_subheader header p {
	font-size: 30px;
	line-height: 44px;
	font-weight: 900;
}
#top_subheader header dl {
	width: 100%;
	position: absolute;
	top: 68px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_subheader header dd em {
	margin: 0 -8px;
	position: relative;
	top: -3px;
	color: #fff;
	font-size: 52px;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.33);
}
#top_subheader header dd img {
	vertical-align: middle;
}

/*---------*/

#top_subheader .bukken {
	padding-top: 50px;
	background: url(../images/common/texture01.gif);
	background-color: #e6e7e8;
	position: relative;
}
#top_subheader .bukken > div > h4 {
	box-sizing: border-box;
	margin: auto;
	padding-top: 15px;
	width: 299px;
	height: 96px;
	background-image: url(../images/index/shd_ico.png);
	position: absolute;
	top: -54px;
	right: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}
#top_subheader .bukken ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#top_subheader .bukken ul + ul {
	margin-top: 10px;
}
#top_subheader .bukken li {
	width: 255px;
	height: 300px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
#top_subheader .bukken li a {
	height: 100%;
	background-color: #fff;
	display: block;
	position: relative;
	text-align: center;
}
#top_subheader .bukken li h5 {
	margin-bottom: -1px;
	height: 172px;
	position: relative;
}
#top_subheader .bukken 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_subheader .bukken li .kensu {
	margin: 12px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
#top_subheader .bukken .kensu span {
	display: block;
	color: #c00;
	font-size: 18px;
	text-align: center;
}
#top_subheader .bukken li .kensu em {
	color: #c00;
	font-size: 48px;
	font-weight: 900;
}
#top_subheader .bukken li .txt {
	bottom: 26px;
}

#top_subheader .bukken .midasi {
	margin: 10px 0;
	padding-right: 6px;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}
#top_subheader .bukken .midasi em {
	display: block;
	color: #c00;
	font-weight: 900;
}

/*----------*/

#top_subheader .bukken .kousin {
	padding: 33px 0 15px;
	color: #808285;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#top_subheader .bukken .kousin a {
	margin-left: 1em;
	padding-bottom: 3px;
	border-bottom: 1px solid #b7b9ba;
	color: inherit;
}

#top_subheader + .covid19 {
	margin-top: 30px;
	text-align: center;
}

/* 物件検索コーナー //
////////////////////////////////////////////////////////////////////*/

#top_bukken {
	padding: 60px 0;
	overflow: hidden;
}

/* フォーム ///
---------------------------------------------- */
#sagasu {
	width: 805px;
	float: left;
}
#sagasu .list {
	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: #e6e7e8;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-indent: -9999px;
	cursor: pointer;
}
#sagasu .list label::before {
	width: 100%;
	background-color: #414042;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
}
#sagasu .list input:checked + label::before {
	opacity: 1;
}
#list_k + label {background-image: url(../images/index/sagasu_kodate.gif);}
#list_k + label::before {background-image: url(../images/index/sagasu_kodate_on.gif);}
#list_s + label {background-image: url(../images/index/sagasu_sintiku.gif);}
#list_s + label::before {background-image: url(../images/index/sagasu_sintiku_on.gif);}
#list_m + label {background-image: url(../images/index/sagasu_mansyon.gif);}
#list_m + label::before {background-image: url(../images/index/sagasu_mansyon_on.gif);}
#list_t + label {background-image: url(../images/index/sagasu_tochi.gif);}
#list_t + label::before {background-image: url(../images/index/sagasu_tochi_on.gif);}
#list_c + label {background-image: url(../images/index/sagasu_chintai.gif);}
#list_c + label::before {background-image: url(../images/index/sagasu_chintai_on.gif);}

#sagasu .map {
	position: relative;
	overflow: hidden;
}
#sagasu .map ul {
	transition: opacity 0.08s;
}
#sagasu:not(.initialization) .map ul {
	opacity: 0;
	pointer-events: none;
}
#sagasu .map h4 img {
	pointer-events: none;
}
#sagasu .map li {
	overflow: hidden;
	position: absolute;
	transition: opacity 0.2s;
}
#sagasu .map li > span {
	position: absolute;
	top: -100%;
}
#sagasu .map button {
	box-sizing: border-box;
	padding: 20px 20px 20px 78px;
	height: 77px;
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 37px;
	letter-spacing: -1px;
	text-align: right;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.1s;
	-webkit-appearance: none;
}
#sagasu .map button::after {
	background-color: #fff;
	border-radius: 3px;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 0.12s;
	content: "";
}
#sagasu .map button:hover::after {
	opacity: 0.2;
}
#sagasu .map button i {
	box-sizing: border-box;
	padding-top: 12px;
	padding-right: 12px;
	min-width: 38px;
	height: 100%;
	background-color: #414042;
	border-radius: 0 3px 3px 0;
	display: block;
	font-size: 13px;
	line-height: 1;
}

/*熊本市中央区*/
#sagasu .map .kchuo {
	top: 203px;
	left: 358px;
}
#sagasu .map .kchuo button {
	padding-left: 123px;
}
/*熊本市東区*/
#sagasu .map .khigashi {
	top: 153px;
	left: 482px;
}
#sagasu .map .khigashi button {
	padding-left: 104px;
}

/*熊本市西区*/
#sagasu .map .knishi {
	top: 169px;
	left: 208px;
}
#sagasu .map .knishi button {
	padding-left: 104px;
}

/*熊本市南区*/
#sagasu .map .kminami {
	top: 318px;
	left: 264px;
}
#sagasu .map .kminami button {
	padding-left: 104px;
}

/*熊本市北区*/
#sagasu .map .kkita {
	top: 52px;
	left: 339px;
}
#sagasu .map .kkita button {
	padding-left: 104px;
}

/*合志市*/
#sagasu .map .koshi {
	top: 13px;
	left: 482px;
}

/*菊陽町*/
#sagasu .map .kikuyo {
	top: 85px;
	left: 581px;
}

/*益城町*/
#sagasu .map .mashiki {
	top: 246px;
	left: 579px;
}

/* 条件から探す ///
---------------------------------------------- */
#sagasu .joken {
	background-color: #beaf87;
	overflow: hidden;
}
#sagasu .joken h4 {
	float: left;
}
#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.gif);}
#sagasu .joken .gakku a {background-image: url(../images/index/sagasu_joken-gakku.gif);}
#sagasu .joken .area button {background-image: url(../images/index/sagasu_joken.gif);}


/* 価格変更物件 ///
---------------------------------------------- */
#top_bukken .kakaku {
	width: 255px;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #ccc;
	float: right;
}
#top_bukken .kakaku h3 {
	background-color: #beaf87;
	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: #414042;
	color: #beaf87;
	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: #beaf87;
}
#top_bukken .kaiin .login h3 {
	line-height: 53px;
}
#top_bukken .kaiin .login h3::before {
	background-color: #414042;
	left: 20px;
	color: #beaf87;
	content: "\f2f6";
}
#top_bukken .kaiin .login dl, #top_bukken .kaiin .login 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;
	-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 dt, #top_bukken .kaiin .login dd {
	margin-top: 5px;
}
#top_bukken .kaiin .login .submit input {
	margin-top: 10px;
	width: 100%;
	background-color: #414042;
	border: none;
	outline: none;
	color: #beaf87;
	font-size: 16px;
	font-weight: 900;
	line-height: 40px;
	text-align: center;
	font-family: inherit;
	cursor: pointer;
}
#top_bukken .kaiin .login .forget a {
	display: block;
	line-height: 35px;
	text-align: right;
}
#top_bukken .kaiin .login .forget a::after {
	margin-left: 7px;
	display: inline-block;
	color: #333;
}




/* NEWS //
////////////////////////////////////////////////////////////////////*/

#top_news {
	padding: 48px 0 39px;
	background: url(../images/common/texture02.gif);
	background-color: #ded7c3;
}
#top_news header {
	margin-bottom: 10px;
}
#top_news header h3 {
	margin-bottom: 25px;
	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 header button {
	box-sizing: border-box;
	width: 120px;
	height: 28px;
	background-color: #fff;
	border: 1px solid #808285;
	border-radius: 0;
	outline: none;
	color: #808285;
	font-size: inherit;
	line-height: 26px;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
}
#top_news.info header .info button, #top_news.report header .report button, #top_news.shachoblog header .shachoblog button, #top_news.staffblog header .staffblog button {
	background-color: #414042;
	border-color: #414042;
	color: #beaf87;
}

#top_news .box {
	display: none;
	transition: opacity 0.12s;
}
#top_news.fade .box {
	opacity: 0;
}
#top_news.info .box.info, #top_news.report .box.report, #top_news.shachoblog .box.shachoblog, #top_news.staffblog .box.staffblog {
	display: block;
}
#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 #333;
	display: table;
}
#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;
	color: #c00;
}
#top_news .box li a:hover {
	background-color: rgba(255,255,255,0.14);
}
#top_news .box .btn02 {
	text-align: center;
}
#top_news .box .btn02 a {
	box-sizing: border-box;
	padding: 0 40px;
	min-width: 260px;
	display: inline-block;
	font-size: 18px;
	line-height: 48px;
	vertical-align: bottom;
}
#top_news .box .btn02 a::after {
	display: none;
}


/* 店舗からのおすすめ物件 //
////////////////////////////////////////////////////////////////////*/

#top_osusume header::before {
	position: absolute;
	top: -7px;
	right: 264px;
	font-size: 0;
	content: url(../images/index/tenpo_img.gif);
}

.bnr_qanda {
	margin: 44px 0;
	text-align: center;
}

.campaignbnr {
	margin: 44px auto 0;
	width: 1080px;
	text-align: center;
}
.campaignbnr img {
	width: 100%;
}


/* 今すぐ見られる物件特集 //
////////////////////////////////////////////////////////////////////*/

#top_nairan {
	margin-top: 60px;
	background-color: #e6e7e8;
	position: relative;
	z-index: 1;
}
#top_nairan header::after,
#top_nairan .shinchaku::after {
	width: calc((100% - 1080px)/2 + 98px);
	background: url(../images/common/texture04.png);
	position: absolute;
	right: 0;
	z-index: -1;
	content: "";
}
#top_nairan .shinchaku::before {
	width: 100%;
	background-color: #ded7c3;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -2;
	content: "";
}
#top_nairan header::after {
	height: 380px;
	top: 0;
}
#top_nairan header > h3 + p {
	height: 126px;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
#top_nairan header > h3 + p br {
	display: none;
}

#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 > h3 {
	margin-bottom: 25px;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
}
#top_nairan header ul {
	overflow: hidden;
}
#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: #beaf87;
	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_pickup1 header::before {
	position: absolute;
	top: -5px;
	right: 276px;
	font-size: 0;
	content: url(../images/index/osusume_img.gif);
}


/* サービス＆ご案内 //
////////////////////////////////////////////////////////////////////*/

#top_service {
	margin-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	background: url(../images/index/service_bg.jpg) no-repeat center / cover, #827d79;
}
#top_service .title01 {
	color: #fff;
}
#top_service ul::after {
	display: table;clear: both;content: "";
}
#top_service .title01 h3::after {
	background-color: #fff;
}
#top_service li {
	background-color: #fff;
	float: left;
}
#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(255,255,255,0.75);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
#top_service li a span::after {
	margin-left: 7px;
}
#top_service .bnr {
	margin: 25px auto 0;
	width: 468px;
	background-color: #fff;
	text-align: center;
}

/* 今週の新着物件 //
////////////////////////////////////////////////////////////////////*/

#top_pickup2 header::before {
	position: absolute;
	top: -7px;
	right: 273px;
	font-size: 0;
	content: url(../images/index/weeknew_img.gif);
}
