@charset "UTF-8";
/* CSS Document */
/* システムのページはパンくずリンクがおかしいのでリンクを無効化 */
.navi a:nth-child(n+3) {
  pointer-events: none;
  text-decoration: none;
}

/* 基本-モバイルファースト ======================================================================================================== */
.search_parts .search_conditions {
  border: solid 1px #ddd;
  padding: 10px;
  position: relative;
}
.search_parts .search_conditions b {
  color: #1994d1;
}
.search_parts .accordion .accordion_title {
  background-color: #1994d1;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
}
.search_parts .accordion .accordion_title::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.search_parts .accordion .accordion_title.open::after {
  transform: rotate(-135deg);
}
.search_parts .accordion dd {
  display: none;
}
.search_parts .accordion dd iframe {
  width: 100%;
  height: 300px;
}

.list_count .search_result_list_count,
.list_count .total_count_member {
  font-size: 18px;
  font-weight: bold;
  color: #ff355b;
}

.search_parts_upper #list_sort_select,
.search_parts_bottom #list_sort_select {
  display: block;
}

/*
.search_parts_upper #pages,
.search_parts_bottom #pages{
	display: none;
}
*/
.template_list_article {
  position: relative;
  margin: 0 -10px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.template_list_article .checkbox {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
.template_list_article .checkbox input {
  margin: 0;
  padding: 0;
}
.template_list_article .photo {
  text-align: center;
}
.template_list_article .photo a {
  display: block;
  text-decoration: none;
}
.template_list_article .photo img {
  max-height: 62.6vw;
}
.template_list_article .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.template_list_article .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.template_list_article .text {
  padding: 20px 20px 10px;
}
.template_list_article .name {
  color: #1c3a51;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.template_list_article .icon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.template_list_article .type {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background-color: #cc9933;
  min-width: 60px;
  height: 20px;
  border-radius: 20px;
  padding: 0 5px;
}
.template_list_article .icon img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin-left: 5px;
}
.template_list_article .icon img:first-child {
  margin-left: 0;
}
.template_list_article .price {
  color: #e90042;
  font-size: 16px;
}
.template_list_article .outline li {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 15px;
  padding-left: 20px;
  line-height: 25px;
  margin-top: 5px;
}
.template_list_article .outline li.address {
  background-image: url("https://www.sayama-f.co.jp/file/site_data/search/images/icon-address.svg");
  background-position: 1px 5px;
}
.template_list_article .outline li.train {
  background-image: url("https://www.sayama-f.co.jp/file/site_data/search/images/icon-train.svg");
  background-position: 1px 5px;
}
.template_list_article .outline li.other {
  background-image: url("https://www.sayama-f.co.jp/file/site_data/search/images/icon-check.svg");
  background-position: 0px 5px;
}
.template_list_article .outline li.address, .template_list_article .outline li.train {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template_list_article .btn_box {
  display: flex;
  border-top: solid 1px #eee;
}
.template_list_article .mylist_btn {
  width: 50%;
}
.template_list_article .mylist_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.template_list_article .mylist_btn img {
  max-width: inherit;
  width: 640px;
  height: 40px;
}
.template_list_article .detail_btn {
  width: 50%;
  border-left: solid 1px #eee;
}
.template_list_article .detail_btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #1c3a51;
}
.template_list_article .detail_btn a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 5px 10px;
  border-radius: 50px;
  margin-left: 10px;
}
.template_list_article .detail_btn a span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("https://www.sayama-f.co.jp/file/site_data/search/images/icon-photo.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  width: 15px;
  height: 12px;
  margin-left: 5px;
}

.box a {
  text-decoration: none;
}

/* 未公開物件 */
.mikoukai_img {
  background-color: #fff;
  border: solid 2px #cc9933;
  margin-bottom: 10px;
}
.mikoukai_img a {
  display: block;
  background-image: url(https://www.sayama-f.co.jp/file/site_data/images/mikoukai_list_bg-sp.gif);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  width: 100%;
  height: 555px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp {
  display: none;
}

.madoriLink {
  margin-top: 30px;
}
.madoriLink p {
  font-weight: bold;
}
.madoriLink a {
  display: inline-block;
  font-size: 13px;
}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px) {
  .search_parts .search_conditions b {
    font-size: 18px;
  }
  .search_parts .accordion .accordion_title:hover {
    cursor: pointer;
  }
  .search_parts .accordion dd iframe {
    width: 100%;
    height: 500px;
  }
  .template_list_article {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .template_list_article .photo {
    width: 360px;
    height: 270px;
    margin-bottom: 0;
  }
  .template_list_article .photo img {
    max-width: 360px;
    max-height: 270px;
    -o-object-fit: contain;
       object-fit: contain;
    transition: none;
  }
  .template_list_article .photo a:hover img {
    opacity: 1;
  }
  .template_list_article .box {
    width: 640px;
    border-left: solid 1px #eee;
  }
  .template_list_article .name {
    font-size: 30px;
    line-height: 1.4;
  }
  .template_list_article .price {
    font-size: 20px;
    line-height: 1.4;
  }
  .template_list_article .mylist_btn a:hover {
    background-color: #fff1f3;
  }
  .template_list_article .mylist_btn img:hover {
    opacity: 0.8;
  }
  .template_list_article .detail_btn a:hover {
    background-color: #f5f5f5;
  }
  /* 未公開物件 */
  .mikoukai_img {
    margin-bottom: 20px;
  }
  .mikoukai_img a {
    background-image: url(https://www.sayama-f.co.jp/file/site_data/images/mikoukai_list_bg-pc.gif);
    height: 420px;
  }
  .mikoukai_img a:hover {
    opacity: 0.8;
  }
  .madoriLink a {
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
  }
}/*# sourceMappingURL=search_list.css.map */