@charset "utf-8";

.pcOnly {
  display: none !important;
}

body {
  width: 100%;
}
body.menuFix {
  position: fixed;
}

/* #header ****************************** */
#header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #fff;
  z-index: 3;
}
#header #header_inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#header #header_inner #header_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 10px;
}
#header #header_inner #header_main #header_main_logo > a {
  display: block;
}
#header #header_inner #header_main #header_main_logo > a > img {
  width: auto;
  height: 50px;
}
#header #header_inner #header_main #header_main_logo > .txt {
  font-size: 12px;
  color: #14ae67;
  font-weight: 700;
}
#header #header_inner #header_main #header_main_contact {
  display: none;
}
#header #header_inner #header_sub {
  display: none;
}
/* ****************************** #header */

/* #main ****************************** */
#main {
  width: 100%;
  position: relative;
}
#main #title_area {
  width: 100%;
  border-bottom: 2px solid #f4f4f4;
}
#main #title_area > h2 {
  width: 100%;
  height: 75px;
  line-height: 75px;
  font-size: 18px;
  color: #fff;
  background: #005cc4 url(../img/bg_tit_sp.png) no-repeat bottom right / 151px 70px;
}
#main #title_area > h2 > span {
  padding-left: 15px;
}
#main #title_area > #breadcrumb {
  padding: 10px 0 10px 15px;
}
#main #title_area > #breadcrumb > #breadcrumb_list {
  display: flex;
  padding-left: 3px;
}
#main #title_area > #breadcrumb > #breadcrumb_list > li {
  margin-right: 10px;
  font-size: 13px;
  color: #000;
}
#main #title_area > #breadcrumb > #breadcrumb_list > li > a {
  text-decoration: none;
  color: #000;
}
#main #title_area > #breadcrumb > #breadcrumb_list > li > a:hover {
  text-decoration: underline;
}
#main #title_area > #breadcrumb > #breadcrumb_list > li > span {
  padding-left: 10px;
}
/* ****************************** #main */

/* #property_area ****************************** */
#property_area {
}
#property_area #property_info {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#property_area #property_sort {
  margin-right: 20px;
}
#property_area #property_total {
  font-size: 14px;
  color: #000;
  padding-right: 1em;
}
#property_area #property_total > span {
  font-size: 16px;
  padding: 0 5px;
}

#property_list {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#property_list.load {
  padding: 100px 0;
}
#property_list .property_block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
#property_list .property_block > .noData {
  width: 100%;
  margin: 50px auto 100px;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 700;
}
#property_list .property_block > .property_item {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
#property_list .property_block > .property_item > .top_link {
  display: block;
  position: relative;
  border: 5px solid #f2f6fa;
  border-radius: 10px;
}
#property_list .property_block > .property_item > .top_link > .image {
  background: #333;
  border-radius: 5px;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#property_list .property_block > .property_item > .top_link > .image > img, 
#property_list .property_block > .property_item > .top_link > .image > img.w {
  width: 100%;
  height: auto;
}
#property_list .property_block > .property_item > .top_link > .image > img.h {
  width: auto;
  height: 100%;
}
#property_list .property_block > .property_item > .top_link > .icon_top {
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
}
#property_list .property_block > .property_item > .top_link > .icon_top > li {
  float: left;
  margin-right: 3px;
}
#property_list .property_block > .property_item > .top_link > .icon_monthly {
  position: absolute;
  top: -8px;
  right: 80px;
}
#property_list .property_block > .property_item > .top_link > .icon_recommend {
  position: absolute;
  top: -8px;
  right: 8px;
}
#property_list .property_block > .property_item > .top_link > .icon_area {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

#property_list .property_block > .property_item > .bottom_link {
  display: block;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #f2f6fa;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  padding: 10px;
  margin-top: -15px;
  z-index: 2;
  position: relative;
}
#property_list .property_block > .property_item > .bottom_link > .detail_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#property_list .property_block > .property_item > .bottom_link > .detail_block > li {
  font-size: 28px;
  font-weight: 700;
}
#property_list .property_block > .property_item > .bottom_link > .detail_block > li > span {
  font-size: 16px;
  padding: 0 2px;
}
#property_list .property_block > .property_item > .bottom_link > .detail_block > li.price {
  color: #000;
}
#property_list .property_block > .property_item > .bottom_link > .detail_block > li.price > .none {
  padding-left: 0;
}
#property_list .property_block > .property_item > .bottom_link > .detail_block > li.rimawari {
  color: #e93817;
}
/* ****************************** #property_area */

/* #footer ****************************** */
#footer {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #3b383a;
}
#footer #footer_inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 10px 0;
}
#footer #footer_inner #footer_inner_group {
  width: 100%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer #footer_inner #footer_inner_group > li.top {
  width: 100%;
  font-size: 14px;
	font-weight: 700;
  padding: 0.5em 0 1em;
}
#footer #footer_inner #footer_inner_group > li {
  width: 50%;
}
#footer #footer_inner #footer_inner_group > li img {
  width: auto;
  height: 50px;

}
#footer #footer_inner #footer_inner_corporate {
  width: 100%;
  margin: 0 auto;
}
#footer #footer_inner #footer_inner_corporate > li > a {
  display: flex;
	align-items: center;
  text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}
#footer #footer_inner #footer_inner_corporate > li > a > img.logo {
  width: auto;
  height: 50px;
}
#footer #footer_inner #footer_inner_corporate > li > a:hover > .txt {
  opacity: 0.7;
}
#footer #footer_inner #footer_inner_corporate > li > a > .txt {
  padding-left: 10px;
  padding-right: 5px;
}
#footer #footer_inner #footer_inner_corporate > li > a > .txt > span {
  display: block;
}
#footer #copy {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #3b383a;
  text-align: center;
  color: #000;
  font-size: 12px;
  padding: 0.5em 0;
}
/* ****************************** #footer */

/* .loading ****************************** */
.loading {
  width: 30px;
  height: 30px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  animation: spin 1.2s linear 0s infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
/* ****************************** .loading */

/* #pagination_area ****************************** */
#pagination_area {
  padding-bottom: 80px;
}
#pagination_area,
#pagination_area a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
#pagination_area .page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #999999;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
}
#pagination_area .page-numbers.current {
  background: #13448f;
}
#pagination_area a.page-numbers:hover {
  opacity: 0.7;
  cursor: pointer;
}
#pagination_area .page-numbers.dots {
  background: transparent;
  color: #434343;
}
/* ****************************** #pagination_area */