@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/property/mv.jpg");
}



/* property */
.property__txt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
}

.property__search {
	margin-bottom: 120px;
}

.search__btn {
	margin-top: 50px;
}

form > ul {
	width: 100%;
}

form > ul > li {
	display: flex;
	border-top: 1px solid #DDD;
}

form > ul > li h4 {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	background-color: #f2e2b8;
	font-size: 18px;
	font-weight: 600;
}

form > ul > li > ul {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 4%;
}

form > ul > li > ul > li {
	margin-right: 45px;
	line-height: 3;
	font-size: 18px;
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }

input[type="checkbox"] {
    cursor: pointer;
    padding-left: 40px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: 7px;
    position: relative;
}
 
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
 }
 
input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #333;
	border-radius: 3px;
    width: 25px;/*チェックボックスの横幅*/
    height: 25px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
 
input[type="checkbox"]::after {
    border-bottom: 3px solid #de4800;
    border-left: 3px solid #de4800;
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 7px;/*チェック時の位置調整*/
}
 
input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
}

form > ul > li > label {
	width: 80%;
	padding: 30px 4%;
}

form > ul > li > label input {
	border: 1px solid #333;
	width: 100%;
	height: 30px;
	padding-left: 10px;
}

form > ul > li:last-child {
	width: 100%;
	background-color: #de4800;
	padding: 30px 0;
	position: relative;
}

form > ul > li > input {
	display: block;
	width: 60%;
	height: 60px;
	line-height: 58px;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	background-color: #f3c84f;
	border: 1px solid #f3c84f;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: .2s;
	border-radius: 30px;
}

form > ul > li > input:hover {
	background-color: #eb9800;
	border: 1px solid #eb9800;
	cursor: pointer;
}

.property__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.property__box::before{
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.property__box::after{
  content: "";
  display: block;
  width: 23%;
}

.property__item {
	width: 23%;
	margin-bottom: 70px;
}

.property__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	margin-bottom: 20px;
}

.property__thumbnail::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.property__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.property__thumbnail img:hover {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.property__new {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #de4800;
	padding: 0 10px;
}

.property__new p {
	color: #FFF;
	font-weight: 600;
}

.property__h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.propety__type {
	background-color: #eb9800;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	padding: 2px 15px 0 15px;
	border-radius: 20px;	
}

.property__price {
	margin-top: 10px;
}

.property__price > span {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #333;
	padding: 0 7px;
	margin-right: 10px;
	vertical-align: 5px;
}

.property__price p {
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
}

.property__price p span {
	font-size: 16px;
	margin-left: 5px;
}

.tag__box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.tag__item {
	font-size: 14px;
	color: #AAA;
	border: 1px solid #AAA;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 15px;
	padding: 0 10px;
}

.tag__item::before {
	display: inline-block;
	content: "#";
}

.wp-pagenavi {
	text-align: center;
	font-size: 16px;
	margin-top: 70px;
	}

.wp-pagenavi .current {
	background: #eb9800;
	border: 1px solid #eb9800;
	color: #FFF;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 5px;
	}

.wp-pagenavi .pages {
	display: none;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page, .last, .first {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #DDD;
	margin: 0 5px;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page:hover, .last:hover, .first:hover {
	background: #de4800;
	border: 1px solid #de4800;
	color: #FFF;
	}



/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){




	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){

/* property */
.property__box::before{
  width: 31%;
}

.property__box::after{
  width: 31%;
}

.property__item {
	width: 31%;
}
	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* property */
.property__txt {
	font-size: 16px;
	margin-bottom: 30px;
}
	
form > ul > li {
	display: block;
	border: none;
}

form > ul > li h4 {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
}

form > ul > li > ul {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
}

form > ul > li > ul > li {
	width: 50%;
	margin-right: 0;
	font-size: 14px;
}

.sf-field-taxonomy-tag .sf-level-0 {
	width: 100%;
}

input[type="checkbox"] {
    cursor: pointer;
    padding-left: 35px;/*label手前にチェックボックス用の余白を開ける*/
}
	
input[type="checkbox"]::before {
	width: 20px;
	height: 20px;
	left: 3px;
}

form > ul > li > label {
	display: block;
	width: 100%;
	padding: 25px;
}

form > ul > li > label input {
	border: 1px solid #333;
	width: 100%;
	height: 30px;
	padding-left: 10px;
}

form > ul > li:last-child {
	padding: 25px 0;
	box-shadow: 0 1px 3px 0 #333;
}

form > ul > li > input {
	width: 300px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
}

.property__item {
	width: 47%;
	margin-bottom: 40px;
}

.property__thumbnail {
	margin-bottom: 15px;
}

.property__h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.propety__type {
	font-size: 10px;
	padding: 0 10px;
	border-radius: 20px;	
}

.property__price {
	margin-top: 10px;
}

.property__price > span {
	display: inline-block;
	font-size: 10px;
	border: 1px solid #333;
	padding: 0 5px;
	margin-right: 5px;
	vertical-align: 3px;
}

.property__price p {
	font-size: 20px;
}

.property__price p span {
	font-size: 14px;
	margin-left: 3px;
}

.tag__box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.tag__item {
	font-size: 10px;
	margin-right: 7px;
	margin-bottom: 3px;
	padding: 0 7px;
}

.wp-pagenavi {
	font-size: 14px;
	margin-top: 30px;
	}

.wp-pagenavi .current {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	}

.wp-pagenavi .page, .last, .first {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	}

	
	
	
}