@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  空き物件登録
**************************************************
--------------------------------------------------*/
/* -- texonomy -- */
.tax_title {
	font-size:3.6vw;
	margin-bottom:30px;
	font-weight:bold;
	padding:5px 20px;
	border-left:5px solid;
}

/* -- archive -- */
.area_select {
	margin:30px 0;
}
.area_select p {
	width: 100%;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
	border:1px solid;
}
.area_select ul {
	margin-top:10px;
	width:100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.area_select ul li {
	width:49%;
	margin-bottom:10px;
	text-align:center;
}
.area_select ul li a {
	background: #f0f0f0;
	display: block;
	padding:8px 0;
	text-decoration: none;
	transition: 0.5s;
	position: relative;
	color:#333;
	font-weight:bold;
	font-size:3vw;
}
.area_select ul li a:after {
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	content: ""; 
	position: absolute;
	right:10px;
	top:calc(50% - 2.5px);
}
.area_select ul li a {
	border-top:2px solid #25bbee;
	transition: 0.5s;
}
.area_select ul li:nth-child(2) a {
  border-top:2px solid #5cbf20;
}
.area_select ul li:nth-child(3) a {
	border-top:2px solid #fd9e24;
}
.area_select ul li:nth-child(4) a {
	border-top:2px solid #bcbcbc;
}
.area_select ul li a:hover:after {
	border-color:#FFF;
}

.name span,
.pr_name span {
	background:#25bbee;
	font-size:2.4vw;
	letter-spacing:0.1em;
	color:#FFF;
	padding:2px 20px;
	vertical-align:middle;
	margin-right:10px;
}
.name span.kanagawa,.pr_name span.kanagawa {background: #5cbf20;}
.name span.saitama,.pr_name span.saitama {background: #fd9e24;}
.name span.other,.pr_name span.other {background: #bcbcbc;}

.property_info {
	width:100%;
	padding:15px;
	box-sizing:border-box;
	border:1px solid #cfcfcf;
	border-top:3px solid #51c9f1;
	margin-top:30px;
}
.property_info .name {
	font-size:3.6vw;
	font-weight:bold;
}
.property_info .name a {
	color:#333;
}
.property_info .info_inner {
	width:100%;
	margin-top:10px;
	display: flex;
	justify-content: space-between;
}
.property_info .info_inner .thumb {
	width:35%;
}
.property_info .info_inner .thumb img {
	width: 100%;
	height: auto;
	display: block;
	border:1px solid;
}
.property_info .info_inner .info_detail {
	width:60%;
	font-size:2.5vw;
}
.property_info .info_inner .info_detail > div {
	margin-bottom:5px;
}
.property_info .info_inner .info_detail .fee {
	color:#cc0000;
	font-weight: bold;
	font-size:3.5vw;
}
.property_info .info_inner .info_detail .fee span {
	font-size: 2.2vw;
	margin-left: 5px
}
.property_info .info_inner .info_detail .deposit span {
	font-size:2vw;
	background:#efefef;
	padding:3px;
	margin-right:3px;
}
.property_info .info_inner .info_detail .deposit span + span {
	margin-left:8px;
}
.detail_btn {
	text-align: center;
	margin: 20px auto 0;
}
.detail_btn a {
	width: 100%;
	display: block;
	background:#fcd312;
	color:#000;
	font-weight: bold;
	border-radius:8px;
	padding:10px 0;
}

/* pager */
.wp-pagenavi {
	text-align:center;
	margin:30px auto;
	width:90%;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	padding:5px 10px;
	background-color:#005984;
	border:#005984 2px solid !important;
	font-size:13px !important;
	font-weight:bold;
	color:#fff;
	display: inline-block;
	margin-bottom:5px;
}
.wp-pagenavi a,
.wp-pagenavi .pages{
	padding:5px 10px !important;
	border:#005984 2px solid !important;
	font-size:13px !important;
	font-weight:bold;
	color:#005984;
	display: inline-block;
	margin-bottom:5px;
}
.wp-pagenavi .extend{
	border:#005984 2px solid !important;
	color:#005984 !important;
}


/* single */
.property_single {
	width:95%;
	margin:20px auto 0;
}
.property_single .pr_name {
	font-size:4vw;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-top:3px solid #51c9f1;
	padding:10px;
}
.property_single .pr_introduce {
	margin-top: 20px;
	padding:20px 4vw;
	background:#f3f3f3;
}
.property_single .pr_introduce .title {
	font-size:3.2vw;
	font-weight: bold;
	padding-bottom:10px;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:20px;
}
.property_single .room_title {
	margin-top:30px;
	font-size:3.6vw;
	font-weight: bold;
	background:#51c9f1;
	color:#FFF;
	letter-spacing: 0.1em;
	padding:10px 20px;
}
.property_single .pr_info {
	width: 100%;
	margin:10px 0 0;
	font-size:2.6vw;
}
.property_single .pr_info th {
	text-align: left;
	width: 30%;
	background: #25bbee;
	vertical-align: middle;
	color:#FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:5px 10px;
	font-weight:normal;
}
.property_single .pr_info td {
	padding:10px;
	vertical-align: middle;
	background:#f0f0f0;
	border-bottom:1px solid #FFF;
}
.property_single .pr_info td a {
	padding:3px 10px;
	background:#fcd312;
	color:#000;
	font-weight: bold;
	border-radius:8px;
	display:block;
	text-align:center;
	font-size:3.6vw;
}
.property_single .photo {
	margin-top:30px;
}
.property_single .photo .title {
	font-size:3.6vw;
	font-weight: bold;
	background:#51c9f1;
	color:#FFF;
	letter-spacing: 0.1em;
	padding:10px 20px;
}
.property_single .photo .notes {
	margin-top:20px;
	font-size:2.6vw;
}
.property_single .photo ul {
	margin-top:20px;
	display: flex;
	flex-wrap:wrap;
}
.property_single .photo ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom:30px;
}
.property_single .photo ul li:nth-child(2n) {
	margin-right: 0;
}
.property_single .photo ul li .g_title {
	margin-top:10px;
	font-size:13px;
	text-align: center;
	font-weight: bold;
}
.property_single .photo ul li img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.property_single .photo ul li .dl_btn {
	margin-top:10px;
	text-align: center;
}
.property_single .photo ul li .dl_btn a {
	background:#fcd312;
	color:#000;
	font-size:2.8vw;
	border-radius:8px;
	display: block;
	padding:5px 0;
}
.archive_btn {
	width: 80%;
	margin:40px auto;
	text-align: center;
}
.archive_btn a {
	background: #005894;
	color:#FFF;
	padding:15px 60px;
	display: block;
	border-radius:8px;
}
.property_single .p_outline {
	margin-top: 30px;
}
.property_single .p_outline .ol_title {
	font-size:3.6vw;
	font-weight: bold;
	background:#51c9f1;
	color:#FFF;
	letter-spacing: 0.1em;
	padding:10px 20px;
}
.property_single .p_outline table {
	width: 100%;
	margin-top:20px;
	font-size:2.8vw;
}
.property_single .p_outline table th {
	background:#f4f3e2;
	padding:10px 15px;
	border:1px solid #dfdfdf;
	text-align: left;
	font-weight: normal;
}
.property_single .p_outline table td {
	padding:10px 15px;
	border:1px solid #dfdfdf;
}
