@charset "UTF-8";

/*==========================================================
メインイメージ
==========================================================*/

#mainImage {
	width: 100%;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
	margin-top: 56px;
}
/*==========================================================
メンバーインフォ
==========================================================*/

#memberInfo {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	padding-top: 0%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 270px;
}

#memberInfo .box {
	background-image: url("../images/club_Image.png");
	background-position: right 40px;
	background-repeat: no-repeat;
	background-size:30% auto;
	overflow: hidden;
	height: 170px;	
}

#memberInfo .in {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#memberInfo .box .strong {
	font-size: 100%;
	margin-bottom: 15px;
}

#memberInfo .box p span {
	color: #FF0000;
	font-weight: bold;
}

#memberInfo .box p strong {
	font-size: 160%;
	color: #080058;
	font-family: "FOT-筑紫ゴシック Pro B";
}

#memberInfo .update {
	font-size: 50%!important;
	margin-top: 5%;
}

#memberInfo .c1 {
	float: left;
	width: 25%;
	height:auto;
	position: relative;
}

#memberInfo .c2 {
	float: left;
	width: 35%;
	height:auto;
	position: relative;
	margin-top: -5%;
}

#memberInfo .arrow {
	float: left;
	width: 8%;
	padding-top: 20px;
	margin-top: 10%;
}

#memberInfo .count1 {
	margin-top: 15%;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 75% 0 0;
}

#memberInfo .count1 .wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#memberInfo .count1 .circle {
	position: relative;
	width: 80%;
	height: 100%;
	padding: 8%;
	border-radius: 50%;
	margin: 5%;
	background-color: #eee;
}

#memberInfo .count1 .normal {
	text-align: center;
	color: #000;
	padding-top: 10%;
	padding-right: 9%;
	padding-bottom: 16%;
	padding-left: 9%;
}

#memberInfo .count1 .normal dt {
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 3vw;
}

#memberInfo .count1 .normal dd {
	font-size: 5vw;
}

#memberInfo .count2 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 75% 0 0;
}

#memberInfo .count2 .wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#memberInfo .count2 .circle {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	/*background-color: #30b9f0;*/
	background-color: #2163d2;
	padding-top: 30%;
	padding-right: 5%;
	padding-bottom: 30%;
	padding-left: 5%;
}

#memberInfo .count2 .member {
	text-align: center;
	color: #fff;
	padding-top: 10%;
	padding-right: 9%;
	padding-bottom: 16%;
	padding-left: 9%;
}

#memberInfo .count2 .member dt {
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 3vw;
}

#memberInfo .count2 .member dd {
	font-size: 5vw;
}

#memberInfo .btn {
	display: inline-block;
	text-align: center;
	background-color: #080058;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

.banner {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*==========================================================
タブ　（探す・売る）
==========================================================*/

#tabwrap {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
	overflow: hidden;
}

#tabwrap input, #tabwrap .content {
	display: none;
	line-height: 25px;
	color: #fff;
	font: normal 1em/150% Sans-Serif;
	min-width: 200px;
	background-color: #eeeeee;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#tabwrap #one:checked ~ .one,
#tabwrap #two:checked ~ .two,
#tabwrap #three:checked ~ .three {
	display: block;
}

#tabwrap label.tabwrap_big {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color: #fff;
	font: normal 1em/150% Sans-Serif;
	transition: background .25s linear;
	width: 43%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	margin-right: 1%;
	margin-left: -1%;
}

#tabwrap label.tabwrap_big:hover, #tabwrap input:checked + label.tabwrap_big {
	background-color: #eeeeee;
}

#tabwrap .one h3 {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	background-color: #2163d2;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#tabwrap .two h3 {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	background-color: #3CC723;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#tabwrap p {
	text-align: center;
	color: #000;
}

#tabwrap label.tabwrap_big span {
	height: 60px;
	width: 25%;
	background-color: #FD7222;
	margin-right: 10px;
	display: block;
}

/*================================
トップ検索部分(クリックでコンテンツ表示)
==================================*/

#tabwrap .searchbox {
	margin-bottom: 20px;
}

.toggle_switch {
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #999;
	background-color: #FFF;
}

.toggle_switch.open {
	border-bottom: 1px solid gray;
}

.toggle_switch::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 11px;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	transition: transform .2s;
	background-image: url("../images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.toggle_switch.open::after {
	transform: rotateZ(180deg);
	top: 46%;
}

.toggle_contents {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.toggle_wrap .toggle_contents dl {
	display: flex;
	flex-wrap: wrap;
	gap:1%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0px;
}

.toggle_wrap .toggle_contents dl dt {
	background-color: #CCC;
	color: #000;
	font-size: 18px;
	text-align: center;	
	width: 100%;
	margin: 0 0 10px;
	padding: 5px 0;
}

/*====================
TOP エリア検索
====================*/

.toggle_wrap .toggle_contents dl dd.tg_list {
	box-sizing: border-box;
    font-size: 14px;
    width: 49%;
    padding: 1% 0;
}

.toggle_wrap .toggle_contents dl dd.tg_list label{
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 30px;	
	position: relative;
}

.toggle_wrap .toggle_contents dl dd.tg_list span:before{
	content: "";
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
}

.toggle_wrap .toggle_contents dl dd.tg_list input:checked + span:before{
	background:#29abe2;
}

.toggle_wrap .toggle_contents dl dd.tg_list span:after{
	content:"";
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	width: 8px;
	height: 3px;
	position: absolute;
	top:12px;
	left: 9px;
	opacity: 0;
	transform: rotate(-45deg);
}

.toggle_wrap .toggle_contents dl dd.tg_list input:checked + span:after{
	opacity: 1;
}

.toggle_wrap .toggle_contents dl dd.tg_list.wide{
	width: 100%;
}

.toggle_wrap .toggle_contents dl dd.tg_list.wide label{
	background: #dde5f2;
}

.searchbox .rosen {
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #999;
	background-color: #FFF;
}

.searchbox .rosen a {
	display: block;
	color: #000;
	text-decoration: none;
}

#tabwrap .line {
	padding-bottom: 30px;
}

#tabwrap .line a {
	background-color: #2163d2;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	font-weight: bold;
}

#tabwrap .line a:after {
	content:"▶";
	font-size: 8px;
	margin-left: 7px;
	position: relative;
	line-height: 1em;
	top: -2px;
}
/*==========================================================
バナー
==========================================================*/

#banner {
	margin-bottom: 30px;
}

#banner a {
	display: block;
	margin-bottom: 20px;
}

/*==========================================================
おすすめ物件
==========================================================*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_tab {
	margin: 1em auto;
}

.cp_tab > input[type='radio'] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.cp_tab .cp_tabpanel {
	display: none;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}

.cp_tab > label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
	width: 23%;
	text-align: center;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}

.cp_tab > input.cp1:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CA0A37;
}

.cp_tab > input.cp2:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #189ACA;
}

.cp_tab > input.cp3:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #009966;
}

.cp_tab > input.cp4:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF9933;
}

.cp_tab .cp_tabpanel {
	border-top: 1px solid #cccccc;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0em;
	padding-left: 0em;
}

#recommend .slider li {
	margin-right: 6px;
	margin-left: 6px;
}

#recommend .slider li dl {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.5em;
}

#recommend .slider li dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#recommend .slider li dl dd {
	overflow: hidden;
}

#recommend .slider li dl dd .kind {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	width: 30%;
	float: left;
}

#recommend .slider li dl dd .new {
	background-color: #CA0A37;
}

#recommend .slider li dl dd .used {
	background-color: #189ACA;
}

#recommend .slider li dl dd .land {
	background-color: #009966;
}

#recommend .slider li dl dd .man {
	background-color: #FF9933;
}

#recommend .slider li dl dd .add {
	text-align: right;
	float: right;
	width: 70%;
}

#recommend .slider li dl dd .price {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

#recommend .slider li dl dd .price span {
	font-size: 16px;
	font-weight: bold;
}

#recommend .slider li dl dd p.comment {
  width: 100%;
  height: 75px;
  overflow: hidden;
}

#recommend .slider li dl dd .comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	line-clamp: 4;
}

#recommend .slider li a {
	display: block;
	height: 100%;
	width: 100%;
	color: #000;
	text-decoration: none;
}

/*==========================================================
テキスト物件一覧
==========================================================*/

.toplist .box {
	background-color: #EEE;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 10px;
}

.toplist .box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 15px;
	line-height: 1.5em;
}

.toplist .box ul {
	margin: 0px;
	padding: 0px;
}

.toplist .box ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.toplist .box ul li a dl {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.toplist .box ul li a dl dt {
	float: left;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
}

.toplist .box ul li a {
	color: #000;
	text-decoration: none;
}

.toplist .box ul li a dl dt span {
	color: #FFF;
	background-color: #CA0A37;
	text-align: center;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
}

.toplist .box ul li a dl dd span {
	font-weight: bold;
	color: #CA0A37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/*==========================================================
お役立ち
==========================================================*/

#useful {
	margin-bottom: 30px;
	overflow: hidden;
}

#useful .inner ul li {
	margin-bottom: 15px;
}

#useful .inner ul li a {
	background-color: #f4f4f2;
	display: block;
	box-shadow:0px 0px 2px 2px #cdcdcd;
	border-radius:2px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	line-height: 1em;
	background-image: url(../images/icon_pc.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.adarea{
	width:100%;
	height:220px;
	margin: 0 auto 5%;
}

.adarea iframe{
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width:481px) {
	#memberInfo {
		margin-bottom: 30px;
		position: relative;
		width: 100%;
		padding-top: 0%;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		height: 360px;
	}

	#memberInfo .box {
		background-image: url("../images/club_Image.png");
		background-position: right 40px;
		background-repeat: no-repeat;
		background-size:30% auto;
		overflow: hidden;
		height: 260px;	
	}
}

@media screen and (min-width:781px) {
	#memberInfo {
		margin-bottom: 30px;
		position: relative;
		width: 100%;
		padding-top: 0%;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		height: 460px;
	}

	#memberInfo .box {
		background-image: url("../images/club_Image.png");
		background-position: right 40px;
		background-repeat: no-repeat;
		background-size:30% auto;
		overflow: hidden;
		height: 360px;	
	}
}