@charset "UTF-8";
/* =====
 * 物件一覧ページ　レイアウト
============================================================================= */
/* -----
 * ArchivesWrapper
----------------------------------------------------------------------------- */
#ArchivesWrapper {
  width: 1080px;
  margin: 35px auto 0;
}

/* -----
 * ArchiveContents
----------------------------------------------------------------------------- */
#ArchivesContents {
  width: 710px;
  float: right;
}

/* -----
 * 検索結果
----------------------------------------------------------------------------- */
#HitResult {
  display: table;
  width: 100%;
  border: 5px solid #f1f1f1;
  border-collapse: separate;
  border-spacing: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#HitResult .count {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  line-height: 1;
}

#HitResult .count .caption {
  font-size: 17.12px;
  font-size: 1.07rem;
  color: #818181;
}

#HitResult .count .num {
  font-size: 45.6px;
  font-size: 2.85rem;
  color: #f00;
  margin-top: 10px;
}

#HitResult .count .num .unit {
  font-size: 20.8px;
  font-size: 1.3rem;
}

#HitResult .count .totalnum {
  font-size: 17.12px;
  font-size: 1.07rem;
  margin-top: 5px;
  color: #818181;
}

#HitResult .terms {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}

#HitResult .terms .content {
  display: table;
  width: 100%;
}

#HitResult .terms .content .term {
  display: table-row;
}

#HitResult .terms .content .term .label {
  font-size: 14.88px;
  font-size: 0.93rem;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
  color: #818181;
  font-weight: bold;
}

#HitResult .terms .content .term .label .str {
  display: block;
  background-color: #f1f1f1;
  padding: 0 5px;
}

#HitResult .terms .content .term .value {
  display: table-cell;
  vertical-align: top;
}

#HitResult .terms .content .term_img {
  display: table-row;
}
#HitResult .terms .content .term_img .searchinfo_owner {
  display: table-cell;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
  padding: 5px 0;
  background-color: #dcf3ff;
}

/* -----
 * ナビゲーション
----------------------------------------------------------------------------- */
.pager-wrapper {
  margin-top: 50px;
  text-align: center;
}

.pager-wrapper .pager {
  display: inline-block;
  font-size: 14px;
}

.pager-wrapper .pager nav a {
  text-decoration: none;
}

.pager-wrapper .pager nav .first {
  margin-right: 0.5em;
}

.pager-wrapper .pager nav .last {
  margin-left: 0.5em;
}

.pager-wrapper .pager nav .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}

.pager-wrapper .pager nav .num.current {
  background-color: #5bacd6;
  color: #fff;
}

.pager-wrapper .pager .count {
  font-size: 11px;
  margin-top: 0.5em;
  color: #666;
}

.pager-wrapper.head {
  margin-top: 40px;
  text-align: left;
}

.pager-wrapper.head .sort {
  width: 180px;
  float: left;
  font-size: 13px;
}

.pager-wrapper.head .sort select {
  width: 100%;
  border-color: #5bacd6;
}

.pager-wrapper.head .pager {
  float: right;
}

.pager-wrapper.head .pager .count {
  text-align: right;
}

/* -----
 * 物件リスト
----------------------------------------------------------------------------- */
#ArchivesList .article {
  margin-top: 20px;
  border: 2px solid #ddd;
  padding: 20px 20px 25px;
}

#ArchivesList .article .photos {
  width: 180px;
  float: left;
}

#ArchivesList .article .photos .photo {
  margin-top: 10px;
}

#ArchivesList .article .photos .photo:first-child {
  margin-top: 0;
}

#ArchivesList .article .photos .icons .icon {
  margin-top: 10px;
}

#ArchivesList .article .detail {
  width: 456px;
  float: right;
  line-height: 1.5;
}

#ArchivesList .article .detail .name {
  font-size: 29.6px;
  font-size: 1.85rem;
  color: #04679a;
  margin: 0;
}

#ArchivesList .article .detail .name a {
  color: inherit;
  text-decoration: none;
}

#ArchivesList .article .detail .floor-price {
  margin-top: 1em;
}

#ArchivesList .article .detail .floor-price .content {
  display: table;
  table-layout: fixed;
  width: 50%;
  float: left;
}

#ArchivesList .article .detail .floor-price .content .label {
  display: table-cell;
  vertical-align: middle;
  width: 55px;
}

#ArchivesList .article .detail .floor-price .content .value {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: bold;
}

#ArchivesList .article .detail .data {
  font-size: 14.88px;
  font-size: 0.93rem;
}

#ArchivesList .article .detail .data th, #ArchivesList .article .detail .data td {
  padding: 0.5em 0;
  vertical-align: top;
  background: transparent url(../images/common/line-dot-x.png) 0 100% repeat-x;
  -webkit-background-size: 2px 1px;
          background-size: 2px 1px;
}

#ArchivesList .article .detail .data th {
  width: 1%;
  white-space: nowrap;
  padding-right: 45px;
  text-align: left;
  color: #999;
}

#ArchivesList .article .detail .point {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #dcf3ff;
  padding: 15px;
  margin-top: 20px;
}

#ArchivesList .article .detail .point .caption {
  font-size: 17.12px;
  font-size: 1.07rem;
  color: #04679a;
  margin: 0;
}

#ArchivesList .article .detail .point p {
  margin-top: 0.5em;
}

#ArchivesList .article .detail .more {
  margin-top: 20px;
}

#ArchivesList .article .detail .more a {
  width: 100%;
}

/* -----
 * サイドバーナビ
----------------------------------------------------------------------------- */
#SideNavi {
  width: 320px;
  float: left;
}

#SideNavi > h2 {
  font-size: 16px;
  background-color: #258bbf;
  color: #fff;
  line-height: 1;
  padding: 8px 10px;
  margin: 0;
}

#SideNavi form {
  padding: 10px 15px 30px;
  margin: 0;
  background-color: #f1f1f1;
}

#SideNavi form fieldset {
  border: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #fff;
  margin-top: 20px;
  overflow: hidden;
}

#SideNavi form fieldset > h3 {
  background-color: #ddd;
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 8px 10px;
  margin: 0;
  position: relative;
}

#SideNavi form fieldset > h3.toggle-btn {
  cursor: pointer;
}

#SideNavi form fieldset > h3.toggle-btn:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url(../images/common/side-icon-toggle.png) 0 0 no-repeat;
  -webkit-background-size: 16px 32px;
          background-size: 16px 32px;
}

#SideNavi form fieldset:first-child {
  margin-top: 0;
}

#SideNavi form fieldset .field-wrapper {
  padding: 15px;
  font-size: 13px;
}

#SideNavi form fieldset .field-wrapper.checkbox-wrapper {
  padding-bottom: 5px;
}

#SideNavi form fieldset .field-wrapper.checkbox-wrapper label {
  min-width: 50%;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  cursor: pointer;
}

#SideNavi form fieldset .field-wrapper.checkbox-wrapper label:nth-child(odd) {
  padding-right: 1em;
}

#SideNavi form fieldset .field-wrapper input[type="text"] {
  width: 100%;
}

#SideNavi form fieldset .field-wrapper select {
  width: 100%;
}

#SideNavi form fieldset .field-wrapper select.short {
  width: 90px;
}

#SideNavi form fieldset .field-wrapper .notes {
  font-size: 12px;
  margin: 0;
  padding: 0.25em 0 0 3px;
}

#SideNavi form fieldset .field-wrapper .join {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
}

#SideNavi form fieldset .field-wrapper .rent-field {
  display: table;
  width: 100%;
}

#SideNavi form fieldset .field-wrapper .rent-field .select {
  display: table-cell;
  vertical-align: middle;
}

#SideNavi form fieldset .field-wrapper .rent-field .join {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
}

#SideNavi form fieldset.hide .toggle-btn:after {
  background-position: 0 100%;
}

#SideNavi form button[type="submit"] {
  width: 100%;
  margin-top: 20px;
}

/* -----
 * GoogleWeb翻訳用調整
----------------------------------------------------------------------------- */
html.translated-ltr #SideNavi .general-form fieldset .field-wrapper.checkbox-wrapper label {
  display: block;
  float: none;
  padding-right: 0;
}

/* -----
 * 地図から探す
----------------------------------------------------------------------------- */
#ArchivesMap {

}
#ArchivesMap #gmap {
  width:100%;
  height: 600px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * サイドバーナビ
  ----------------------------------------------------------------------------- */
  #SideNavi form {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * サイドバーナビ
  ----------------------------------------------------------------------------- */
  #SideNavi form {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * ArchivesWrapper
  ----------------------------------------------------------------------------- */
  #ArchivesWrapper {
    width: auto;
    margin-top: 25px;
  }
  /* -----
   * ArchiveContents
  ----------------------------------------------------------------------------- */
  #ArchivesContents {
    width: auto;
    float: none;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  /* -----
   * 検索結果
  ----------------------------------------------------------------------------- */
  #HitResult {
    font-size: 13px;
    border-width: 3px;
  }
  #HitResult .count {
    padding: 0 15px 0 0;
  }
  #HitResult .count .caption {
    font-size: inherit;
  }
  #HitResult .count .num {
    font-size: 30px;
  }
  #HitResult .count .num .unit {
    font-size: 12px;
  }
  #HitResult .count .totalnum {
    font-size: 12px;
  }  
  #HitResult .terms {
    padding: 0 0 0 15px;
    line-height: 1.5;
  }
  #HitResult .terms .content {
    display: block;
    width: auto;
  }
  #HitResult .terms .content .term {
    display: block;
    margin-top: 1em;
  }
  #HitResult .terms .content .term:first-child {
    margin-top: 0;
  }
  #HitResult .terms .content .term .label {
    font-size: inherit;
    display: block;
    width: auto;
    white-space: normal;
  }
  #HitResult .terms .content .term .label .str {
    display: inline-block;
  }
  #HitResult .terms .content .term .value {
    display: block;
    margin-top: 0.5em;
  }
  #HitResult .terms .content .term_img {
    display: block;
    margin-top: 1em;
    width: 100%;
  }
  #HitResult .terms .content .term_img .searchinfo_owner {
    display: block;
    margin-bottom: 1em;
  }
  
  /* -----
   * ナビゲーション
  ----------------------------------------------------------------------------- */
  .pager-wrapper {
    margin-top: 30px;
  }
  .pager-wrapper .pager {
    font-size: 12px;
  }
  .pager-wrapper .pager nav .num {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    line-height: 20px;
    margin: 0 3px;
  }
  .pager-wrapper.head {
    margin-top: 0;
    text-align: center;
  }
  .pager-wrapper.head .sort {
    width: auto;
    float: none;
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
  }
  .pager-wrapper.head .sort:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    left: -20px;
    background-color: #f1f1f1;
    z-index: -1;
  }
  .pager-wrapper.head .sort select {
    width: 180px;
  }
  .pager-wrapper.head .pager {
    float: none;
    margin-top: 25px;
  }
  /* -----
   * 物件リスト
  ----------------------------------------------------------------------------- */
  #ArchivesList .article {
    border-width: 1px;
    padding: 20px 15px;
    position: relative;
  }
  #ArchivesList .article .photos {
    width: auto;
    float: none;
  }
  #ArchivesList .article .photos .photo {
    margin: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  #ArchivesList .article .photos .photo:first-child {
    padding-right: 4px;
  }
  #ArchivesList .article .photos .photo:last-child {
    padding-left: 4px;
  }
  #ArchivesList .article .photos .icons {
    position: absolute;
    top: -8px;
    left: -5px;
  }
  #ArchivesList .article .photos .icons .icon {
    display: inline-block;
    float: left;
    margin: 0 1px 0 0;
    height: 34px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #ArchivesList .article .photos .icons .icon img {
    display: none;
  }
  #ArchivesList .article .photos .icons .icon.icon1 {
    width: 68px;
    background-image: url(../images/common/icon-categoery-new-sp.png);
  }
  #ArchivesList .article .photos .icons .icon.icon2 {
    width: 103px;
    background-image: url(../images/common/icon-categoery-photo-sp.png);
  }
  #ArchivesList .article .photos .icons .icon.icon3 {
    width: 103px;
    background-image: url(../images/common/icon-categoery-panorama-sp.png);
  }
  #ArchivesList .article .photos .icons .icon.icon4 {
    width: 103px;
    background-image: url(../images/common/icon-categoery-campaign-sp.png);
  }
  #ArchivesList .article .detail {
    width: auto;
    float: none;
  }
  #ArchivesList .article .detail .name {
    font-size: 20px;
    margin: 0.75em 0 0;
  }
  #ArchivesList .article .detail .floor-price .content .label {
    width: 50px;
  }
  #ArchivesList .article .detail .floor-price .content .value {
    padding: 0 10px;
    font-size: 17px;
  }
  #ArchivesList .article .detail .data {
    font-size: 12px;
  }
  #ArchivesList .article .detail .data th {
    padding-right: 1.5em;
  }
  #ArchivesList .article .detail .point {
    padding: 15px;
    margin-top: 1.25em;
  }
  #ArchivesList .article .detail .point .caption {
    font-size: 15px;
  }
  #ArchivesList .article .detail .point p {
    font-size: 13px;
  }
  #ArchivesList .article .detail .more {
    margin-top: 1.25em;
  }
  /* -----
   * サイドバーナビ
  ----------------------------------------------------------------------------- */
  #SideNavi {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  #SideNavi > h2 {
    -webkit-border-radius: 6px;
            border-radius: 6px;
    padding: 15px 10px;
    margin: 0 20px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 3px 0 0 rgba(11, 121, 178, 0.3);
            box-shadow: 0 3px 0 0 rgba(11, 121, 178, 0.3);
  }
  #SideNavi > h2:after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url(../images/common/side-icon-toggle-parent.png) 0 0 no-repeat;
    -webkit-background-size: 16px 32px;
            background-size: 16px 32px;
  }
  #SideNavi > h2.opened:after {
    background-position: 0 100%;
  }
  #SideNavi form {
    padding: 10px 20px 30px;
    margin-top: 10px;
    display: none;
  }
  #SideNavi form fieldset .field-wrapper select.short {
    max-width: 33%;
  }

  /* -----
   * 地図から探す
  ----------------------------------------------------------------------------- */
  #ArchivesMap #gmap {
    height: 360px;
  }
}

  /* -----
   * 一覧から選ぶ・地図から選ぶ
  ----------------------------------------------------------------------------- */
.box_tab {
    border-bottom: 5px solid #40a4d7;
	margin-top:2em;
}
.box_tab ul li {
    float: left;
}
.box_tab li {
    width: 50%;
    text-align: center;
}
.box_tab li div p {
    padding: .5em;
    margin: 0;
    background: #40a4d7;
    color: #fff;
}
.box_tab li div a {
    background: #ccc;
    display: block;
    padding: .5em;
    margin: 0;
}
.box_tab ul, .box_tab li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box_tab .w94{
	width:94%;
}

.box_tab_map {
	margin-bottom:2em;
}

  /* -----
   * 新築物件一覧タイトル
  ----------------------------------------------------------------------------- */

.nb-title-unit {
  margin: 0 auto 20px;
  background-color: #40a4d7;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}

.nb-title-name {
  font-size: 1.2rem;
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  vertical-align: bottom;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .nb-title-name {
    font-size: .8rem;
    display: block;
    padding-left: 0;
    padding-top: 0.5em;
  }
}

.nb-title {
  margin-bottom: .5em;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .nb-title {
    font-size: 24px;
  }
}

.nb-title-lead {
  background-color: #dcf3ff;
  margin: 0;
  font-size: 1.28rem;
  margin-top: 0.5em;
  border-radius: 6px;
  color: #04679a;
  padding: 10px 15px;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .nb-title-lead {
    font-size: 1rem;
  }
}

.box_newbuild_info{
margin-bottom:20px;
}

/*.box_newbuild_info label{
  display: inline-block;
  padding: 0px 15px 0px 3px;
}*/

/* custom01 */
.box_newbuild_info input[type="radio"] {
  display: none;
}
.box_newbuild_info label {
  position: relative;
  display: inline-block;
  padding: 3px 8px 3px 20px;
  cursor: pointer;
}
.box_newbuild_info label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.box_newbuild_info input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  border-radius: 100%;
}

