@charset "UTF-8";
/* ------- BOOTSTRAP Enhancements ------------ */
.error-page img.error-main {
  max-width: 300px; }

.navbar {
  margin-bottom: 0; }

.pagination li.active a,
.kana-section li.active a,
.pagination li.active:hover a
.kana-section li.active:hover a {
  background-color: #1E8E7C; }

.pagination li a,
.kana-section li a,
.pagination li a:hover
.kana-section li a:hover {
  color: inherit; }

.col-centered {
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin: 0 auto; }

/* Extra Small */
@media (max-width: 767px) {
  .pull-xs-left {
    float: left; }

  .pull-xs-right {
    float: right; } }
/* Small */
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left; }

  .pull-sm-right {
    float: right; } }
/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-left {
    float: left; }

  .pull-md-right {
    float: right; } }
/* Large */
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }

  .pull-lg-right {
    float: right; } }
/* No gutter between columns */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

.spacer5 {
  height: 5px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer10 {
  height: 10px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer15 {
  height: 15px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer20 {
  height: 20px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer25 {
  height: 25px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer30 {
  height: 30px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer35 {
  height: 35px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer40 {
  height: 40px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer45 {
  height: 45px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer50 {
  height: 50px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer100 {
  height: 100px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer200 {
  height: 200px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.centered-content,
.center-content,
.content-centered,
.content-center {
  text-align: center; }

.radio-inline {
  padding-left: 0;
  margin: 15px 0;
  margin-top: 15px !important; }

.form-group .radio label {
  color: inherit; }

.form-group .help-block {
  display: block; }

.btn.btn-raised.btn-success, #control-button, .pagination li.active a, .pagination li.active:hover a {
  white-space: normal; }

/* ------- END BOOTSTRAP fix ----------------- */
html,
body {
  font-family: Lato, "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 62.5%;
  background-color: #FFF !important;
  /* Custom, iPhone Retina */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */ }
  @media only screen and (min-width: 320px) {
    html,
    body {
      font-size: 13px; } }
  @media only screen and (min-width: 480px) {
    html,
    body {
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    html,
    body {
      font-size: 13px; } }
  @media only screen and (min-width: 992px) {
    html,
    body {
      font-size: 13px; } }
  @media only screen and (min-width: 1200px) {
    html,
    body {
      font-size: 13px; } }

.error-page {
  min-height: 80%;
  min-height: 80vh;
  background: rgba(248, 182, 46, 0.2); }
  .error-page.setup-error-page {
    min-height: 100%;
    min-height: 100vh; }
  .error-page .mascot-wrapper {
    border: 25px solid rgba(248, 182, 46, 0.2);
    border-radius: 50%;
    width: 340px;
    height: 340px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 40px auto; }
    @media screen and (max-width: 480px) {
      .error-page .mascot-wrapper {
        width: 170px;
        height: 170px; } }
  .error-page .mascot {
    border-radius: 50%;
    background: rgba(248, 182, 46, 0.02);
    text-align: center;
    width: 300px;
    height: 300px;
    margin: 40px auto;
    border: 10px solid rgba(248, 182, 46, 0.2);
    border: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .error-page .mascot {
        width: 150px;
        height: 150px; } }
    .error-page .mascot img {
      max-width: 100px; }
      @media screen and (max-width: 480px) {
        .error-page .mascot img {
          max-width: 50px; } }
  .error-page h1 {
    text-align: center;
    font-size: 4rem;
    font-weight: 100;
    color: #00323c; }
    @media screen and (max-width: 480px) {
      .error-page h1 {
        font-size: 2rem; } }

.breadcrumbs {
  list-style-type: none;
  padding-left: 0;
  font-size: 1.2rem;
  color: inherit; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li.active {
      color: #999; }
    .breadcrumbs li a {
      color: #444; }

.privacy-policy-page {
  background: #f2f2f2;
  padding-top: 5rem; }
  .privacy-policy-page a {
    color: inherit;
    text-decoration: none; }
  .privacy-policy-page article {
    margin: 30px 0; }
    .privacy-policy-page article h1.page-title {
      font-size: 30px;
      padding: 15px 0;
      background: #f2f2f2; }
    .privacy-policy-page article .content {
      padding: 15px;
      background: #fff; }
      .privacy-policy-page article .content .summary {
        margin-top: 5px; }

.error-content {
  padding: 10rem 0; }
  @media screen and (max-width: 768px) {
    .error-content {
      padding: 3rem 0; } }

.login-page {
  background: #f2f2f2; }
  .login-page .content-wrapper {
    margin: 10rem 0; }
    @media screen and (max-width: 1024px) {
      .login-page .content-wrapper {
        margin: 5rem 0; } }
    .login-page .content-wrapper h2 {
      margin: 2rem 0; }
    .login-page .content-wrapper .page-layout {
      background: #fff;
      padding: 2rem;
      border-top: 0px solid #1E8E7C;
      box-shadow: 0 0 18px -6px #999; }
      .login-page .content-wrapper .page-layout .alert {
        margin-bottom: 0; }
      .login-page .content-wrapper .page-layout label.control-label {
        color: #444; }
      .login-page .content-wrapper .page-layout .login-btn {
        width: 100%; }
    .login-page .content-wrapper .links {
      margin-top: 10px; }

.property-contact-page .content-wrapper {
  margin: 5rem 0; }
  .property-contact-page .content-wrapper .page-layout {
    background: #fff;
    padding: 3rem;
    border-top: 3px solid #1E8E7C;
    box-shadow: 0 0 18px -6px #999; }
.property-contact-page.confirm .required-field {
  display: none; }
.property-contact-page.confirm .form-group {
  margin: 0; }
.property-contact-page.thanks .msg-block {
  margin: 30px 0 50px 0;
  padding: 50px;
  text-align: center;
  background: #8BC34A;
  font-size: 20px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .property-contact-page.thanks .msg-block {
      padding: 50px 10px 50px 10px; } }
  .property-contact-page.thanks .msg-block .icon {
    margin-bottom: 50px; }
    .property-contact-page.thanks .msg-block .icon img {
      max-width: 150px; }
  .property-contact-page.thanks .msg-block .msg {
    vertical-align: middle; }
.property-contact-page .property-preview {
  padding-left: 0;
  /**
  * for image
  */
  /**
  * for members Only Property
  */ }
  .property-contact-page .property-preview .list-group .list-group-item:nth-child(odd) {
    padding: 0px 0px;
    background-color: #f2f2f2; }
    .property-contact-page .property-preview .list-group .list-group-item:nth-child(odd) .image {
      background-color: #f2f2f2; }
  .property-contact-page .property-preview .list-group-item {
    padding: 5px 20px;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px; }
    @media screen and (max-width: 768px) {
      .property-contact-page .property-preview .list-group-item {
        display: inline-block;
        width: 46%; } }
    @media screen and (max-width: 480px) {
      .property-contact-page .property-preview .list-group-item {
        display: block;
        width: 100%; } }
    .property-contact-page .property-preview .list-group-item .prop-col {
      margin-bottom: 5px;
      font-size: 0.8rem; }
      .property-contact-page .property-preview .list-group-item .prop-col .prop-fg {
        padding-bottom: 0px;
        margin-top: 5px; }
        .property-contact-page .property-preview .list-group-item .prop-col .prop-fg .name {
          font-size: 1.0rem;
          margin: 0px;
          font-weight: 500; }
    .property-contact-page .property-preview .list-group-item .info-col {
      padding: 0; }
      .property-contact-page .property-preview .list-group-item .info-col .access {
        padding: 0 0;
        color: #777;
        font-size: 0.8rem;
        font-weight: 700; }
        .property-contact-page .property-preview .list-group-item .info-col .access span {
          display: block;
          margin-bottom: 3px; }
      .property-contact-page .property-preview .list-group-item .info-col .price {
        padding: 0 0;
        margin-bottom: 0px;
        color: #00323c;
        background-color: #F8B62E;
        font-size: 1.0rem;
        height: 20px;
        width: auto;
        text-align: center;
        font-weight: bold;
        padding-top: 3px; }
      .property-contact-page .property-preview .list-group-item .info-col .sales-point {
        margin-bottom: 5px;
        font-size: 0.9rem; }
      .property-contact-page .property-preview .list-group-item .info-col .multi-cond {
        margin-bottom: 5px; }
        .property-contact-page .property-preview .list-group-item .info-col .multi-cond li {
          display: block;
          font-size: 0.8rem; }
  .property-contact-page .property-preview .list-info {
    list-style-type: none;
    margin: 0;
    padding-left: 0px; }
    .property-contact-page .property-preview .list-info li {
      vertical-align: middle;
      padding: 0px 0px 0 0;
      display: inline-block;
      font-size: 0.9rem;
      margin: 3px 0; }
      .property-contact-page .property-preview .list-info li .icon {
        background: rgba(30, 142, 124, 0.7);
        color: #fff;
        display: inline-block;
        padding: 5px 15px;
        transition: all 0.2s ease; }
      .property-contact-page .property-preview .list-info li .value {
        display: inline-block;
        white-space: nowrap;
        padding: 5px 15px; }
  .property-contact-page .property-preview .img {
    padding-left: 5px;
    padding-right: 0px; }
  .property-contact-page .property-preview .image {
    background-color: white;
    width: 95% !important;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px; }
  .property-contact-page .property-preview .prop-img {
    max-height: 100px;
    display: inline; }
  .property-contact-page .property-preview .member-only .register-btn {
    margin-left: 0px;
    font-size: 1rem;
    padding: 0.5rem;
    width: 94%;
    white-space: initial;
    border: none;
    background: #F8B62E;
    color: black !important; }
    .property-contact-page .property-preview .member-only .register-btn:hover {
      background: #F8B62E !important;
      box-shadow: #eba108 2px 2px; }

.map-page {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed; }
  .map-page .navigation {
    position: absolute;
    top: 0;
    background: transparent;
    z-index: 2;
    width: 100%; }
    .map-page .navigation .logo {
      max-width: 200px;
      display: block;
      margin: 10px; }
    .map-page .navigation .navbar-menu-icon {
      background: #ea5614;
      min-height: 60px;
      padding: 5px 20px 15px;
      cursor: pointer;
      position: absolute;
      z-index: 101;
      top: 0;
      right: 0;
      transition: all 0.5s;
      -webkit-transition: all 0.5s; }
      @media screen and (min-width: 320px) and (max-width: 991px) {
        .map-page .navigation .navbar-menu-icon {
          display: inline-block !important; } }
      .map-page .navigation .navbar-menu-icon.open {
        padding: 5px 13px 15px; }
        .map-page .navigation .navbar-menu-icon.open .line {
          width: 45px; }
        .map-page .navigation .navbar-menu-icon.open .line:nth-child(1) {
          transform: rotate(45deg) translate(8px, 8px);
          -webkit-transform: rotate(45deg) translate(8px, 8px); }
        .map-page .navigation .navbar-menu-icon.open .line:nth-child(2) {
          opacity: 0; }
        .map-page .navigation .navbar-menu-icon.open .line:nth-child(3) {
          transform: rotate(-45deg) translate(8px, -8px);
          -webkit-transform: rotate(-45deg) translate(8px, -8px); }
      .map-page .navigation .navbar-menu-icon .line {
        transition: all 0.5s;
        height: 1px;
        width: 30px;
        display: block;
        background: #fff;
        margin: 10px 0; }
      .map-page .navigation .navbar-menu-icon .txt {
        color: #FFF;
        display: block;
        line-height: 1.0;
        position: absolute;
        left: 0;
        bottom: 5px;
        text-align: center;
        width: 100%; }
    .map-page .navigation .mobile-nav {
      padding: 5rem 2rem 0 2rem;
      transition: all 0.4s;
      visibility: hidden;
      opacity: 0;
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      height: 100vh;
      position: absolute;
      z-index: 100;
      top: 0;
      overflow-y: auto; }
      .map-page .navigation .mobile-nav.open {
        top: 0;
        opacity: 1;
        visibility: visible; }
        .map-page .navigation .mobile-nav.open ul li a {
          padding: 20px 10px 20px 20px;
          color: #fff;
          border-bottom: 1px solid #666; }
          .map-page .navigation .mobile-nav.open ul li a:hover {
            background: none; }
          .map-page .navigation .mobile-nav.open ul li a:after {
            content: 'keyboard_arrow_right';
            font-family: 'Material Icons';
            font-size: 1em;
            float: right; }
      .map-page .navigation .mobile-nav ul {
        width: 100%; }
        @media screen and (min-width: 320px) and (max-width: 991px) {
          .map-page .navigation .mobile-nav ul {
            margin: 0;
            padding: 0;
            float: none; } }
        .map-page .navigation .mobile-nav ul li.dropdown {
          cursor: pointer; }
          .map-page .navigation .mobile-nav ul li.dropdown.open > a, .map-page .navigation .mobile-nav ul li.dropdown.open a:hover {
            background-color: transparent !important; }
        .map-page .navigation .mobile-nav ul.dropdown-menu {
          position: static;
          margin: 0;
          padding: 0;
          float: none;
          background: transparent; }
          .map-page .navigation .mobile-nav ul.dropdown-menu li {
            padding-left: 20px; }
            .map-page .navigation .mobile-nav ul.dropdown-menu li a {
              color: #eee;
              font-size: inherit;
              background: rgba(0, 0, 0, 0.3);
              border-left: 1px solid #444;
              border-bottom: 1px solid #333 !important; }
        .map-page .navigation .mobile-nav ul.property li {
          background: transparent; }
          .map-page .navigation .mobile-nav ul.property li a:hover {
            border-bottom: 1px solid #666; }
        .map-page .navigation .mobile-nav ul li {
          display: block;
          border-right: none;
          width: 100%;
          clear: both;
          float: left; }
          .map-page .navigation .mobile-nav ul li a {
            display: block;
            padding: 5px 10px 5px 20px;
            font-size: 1.2rem;
            color: #fff;
            transition: all 0.5s; }
  .map-page .search-panel {
    position: absolute;
    left: -480px;
    top: 130px;
    top: 20vh;
    width: 480px;
    height: 78%;
    transition: all 0.3s ease;
    z-index: 1;
    background: #fff; }
    @media screen and (max-width: 561px) {
      .map-page .search-panel {
        left: -480px; } }
    .map-page .search-panel.open {
      left: 0;
      box-shadow: 4px 4px 16px -7px; }
      @media screen and (max-width: 561px) {
        .map-page .search-panel.open {
          width: 100%; } }
      @media screen and (max-width: 561px) {
        .map-page .search-panel.open .search-toggle {
          right: 0px; } }
      .map-page .search-panel.open .search-toggle a i:before, .map-page .search-panel.open .search-toggle a:hover i:before {
        content: "\f137";
        font-family: FontAwesome; }
    .map-page .search-panel .search-toggle {
      position: absolute;
      right: -108px;
      z-index: 1;
      box-shadow: 4px 4px 16px -7px; }
      @media screen and (max-width: 561px) {
        .map-page .search-panel .search-toggle {
          right: -35px; } }
      .map-page .search-panel .search-toggle a {
        padding: 12px 12px 16px;
        display: block;
        background: #1E8E7C;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        border-radius: 0 5px 5px 0;
        transition: 0.2s all ease-out; }
        @media screen and (max-width: 561px) {
          .map-page .search-panel .search-toggle a {
            padding: 10px; } }
        .map-page .search-panel .search-toggle a span {
          margin-right: 5px;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 561px) {
            .map-page .search-panel .search-toggle a span {
              display: none; } }
        .map-page .search-panel .search-toggle a i {
          display: inline-block;
          margin-top: 7px;
          font-size: 18px;
          vertical-align: middle; }
          @media screen and (max-width: 561px) {
            .map-page .search-panel .search-toggle a i {
              margin-top: 0; } }
          .map-page .search-panel .search-toggle a i:before {
            font-family: FontAwesome;
            content: "\f138"; }
            @media screen and (max-width: 561px) {
              .map-page .search-panel .search-toggle a i:before {
                content: "\f002"; } }
        .map-page .search-panel .search-toggle a img.click {
          margin-right: 4px;
          width: 28px;
          vertical-align: text-bottom; }
        .map-page .search-panel .search-toggle a:hover {
          background: #F8B62E; }
    .map-page .search-panel .inner {
      height: 100%; }
  .map-page #icon-legend-block {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    height: 4%;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 1; }
    @media screen and (max-width: 1000px) {
      .map-page #icon-legend-block {
        height: 200px;
        bottom: -200px; } }
    .map-page #icon-legend-block .icon-legend {
      margin-top: 0.5%;
      text-align: center; }
      .map-page #icon-legend-block .icon-legend .legend-icon {
        padding: 5px; }
      .map-page #icon-legend-block .icon-legend .legend-icon-img {
        padding-right: 5px; }
  .map-page .property-panel {
    position: absolute;
    right: -350px;
    bottom: 0;
    width: 350px;
    height: 78%;
    transition: all 0.3s ease;
    z-index: 1;
    background: #fff; }
    @media screen and (max-width: 561px) {
      .map-page .property-panel {
        right: -350px;
        height: 200px;
        bottom: 0; } }
    .map-page .property-panel.open {
      right: 0;
      box-shadow: 4px 4px 16px -7px; }
      @media screen and (max-width: 561px) {
        .map-page .property-panel.open {
          width: 100%; } }
      @media screen and (max-width: 561px) {
        .map-page .property-panel.open .toggle {
          position: static;
          left: 0px;
          box-shadow: none; } }
      @media screen and (max-width: 561px) {
        .map-page .property-panel.open .toggle a, .map-page .property-panel.open .toggle a:hover {
          background: transparent;
          color: inherit; } }
      .map-page .property-panel.open .toggle a i:before, .map-page .property-panel.open .toggle a:hover i:before {
        content: "\f18e";
        font-family: FontAwesome; }
    .map-page .property-panel .toggle {
      position: absolute;
      left: -108px;
      z-index: 1;
      box-shadow: -4px 4px 16px -7px; }
      @media screen and (max-width: 561px) {
        .map-page .property-panel .toggle {
          left: -35px; } }
      .map-page .property-panel .toggle a {
        padding: 12px 12px 16px;
        display: block;
        background: #1E8E7C;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        border-radius: 5px 0 0 5px;
        transition: 0.2s all ease-out; }
        @media screen and (max-width: 561px) {
          .map-page .property-panel .toggle a {
            padding: 10px;
            display: inline-block; } }
        .map-page .property-panel .toggle a span {
          margin-left: 5px;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 561px) {
            .map-page .property-panel .toggle a span {
              display: none; } }
        .map-page .property-panel .toggle a i {
          display: inline-block;
          margin-top: 7px;
          font-size: 18px;
          vertical-align: middle; }
          @media screen and (max-width: 561px) {
            .map-page .property-panel .toggle a i {
              margin-top: 0; } }
          .map-page .property-panel .toggle a i:before {
            font-family: FontAwesome;
            content: "\f137"; }
            @media screen and (max-width: 561px) {
              .map-page .property-panel .toggle a i:before {
                content: "\f015"; } }
        .map-page .property-panel .toggle a img.click {
          margin-left: 4px;
          width: 28px;
          vertical-align: text-bottom; }
        .map-page .property-panel .toggle a:hover {
          background: #F8B62E; }
    .map-page .property-panel .inner {
      height: 100%;
      width: 100%;
      overflow-y: auto; }
      @media screen and (max-width: 561px) {
        .map-page .property-panel .inner {
          height: 140px;
          width: 100%; } }
      .map-page .property-panel .inner .properties {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        word-break: break-word;
        padding: 10px;
        overflow-y: auto;
        overflow-x: hidden;
        list-style-type: none; }
        @media screen and (max-width: 561px) {
          .map-page .property-panel .inner .properties {
            height: auto;
            padding: 0 10px;
            overflow-y: visible; } }
        .map-page .property-panel .inner .properties .list-group-item {
          display: block; }
          .map-page .property-panel .inner .properties .list-group-item .image, .map-page .property-panel .inner .properties .list-group-item .content {
            display: inline-block; }
          .map-page .property-panel .inner .properties .list-group-item .image {
            width: 35%; }
          .map-page .property-panel .inner .properties .list-group-item .content {
            width: 64%;
            vertical-align: top; }
  .map-page #map_canvas {
    width: 100%;
    height: 100%; }
    .map-page #map_canvas iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .map-page .limit-toast {
    display: none;
    border: 3px solid #F8B62E;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    z-index: 1; }
    .map-page .limit-toast.warning {
      border: 3px solid #F8B62E; }
    .map-page .limit-toast.error {
      border: 3px solid rgba(175, 0, 0, 0.6); }
  .map-page #loader {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 26px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid #aaa; }
    .map-page #loader img {
      width: 40px; }

body.highlight-show hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #ccc; }
body.highlight-show .highlight-select-ptm {
  margin-bottom: 20px; }
  body.highlight-show .highlight-select-ptm .title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 2rem;
    color: inherit;
    width: 180px; }
    @media screen and (max-width: 769px) {
      body.highlight-show .highlight-select-ptm .title {
        margin-top: 0px; } }
    @media screen and (max-width: 769px) {
      body.highlight-show .highlight-select-ptm .title {
        width: 100%;
        padding: 5px 0;
        padding-left: 20px; } }
  body.highlight-show .highlight-select-ptm .categories {
    left: 0;
    right: 0;
    top: 100%;
    background: #eee;
    box-shadow: 0px 4px 14px -6px #999;
    padding-left: 0;
    margin-left: 0; }
    body.highlight-show .highlight-select-ptm .categories li {
      float: left;
      display: inline-block;
      list-style-type: none;
      text-align: center;
      vertical-align: top;
      margin-bottom: 10px; }
      @media screen and (max-width: 769px) {
        body.highlight-show .highlight-select-ptm .categories li {
          display: block;
          width: 100%;
          text-align: left; } }
      body.highlight-show .highlight-select-ptm .categories li a {
        display: block;
        transition: all 0.3s ease;
        padding: 10px 20px;
        font-size: 18px;
        color: #6d5549;
        background: #ccc;
        margin-right: 10px;
        border-radius: 5px;
        text-decoration: none; }
        body.highlight-show .highlight-select-ptm .categories li a i {
          font-size: 21px; }
        @media screen and (max-width: 769px) {
          body.highlight-show .highlight-select-ptm .categories li a {
            width: 150px;
            height: 150px;
            padding: 30px 0; } }
        @media screen and (max-width: 769px) {
          body.highlight-show .highlight-select-ptm .categories li a {
            width: 100%;
            height: 80px;
            padding: 18px 0;
            padding-left: 20px; } }
        body.highlight-show .highlight-select-ptm .categories li a:hover, body.highlight-show .highlight-select-ptm .categories li a.active {
          color: #fff;
          background: #CC0033;
          box-shadow: 6px 7px 22px -11px #616161; }
body.highlight-show .highlight-select-search-method .title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 2rem;
  color: inherit;
  width: 180px; }
body.highlight-show .highlight-select-search-method .search-box {
  background: #fff;
  width: 100%;
  padding: 0 0 3rem 0; }
  body.highlight-show .highlight-select-search-method .search-box dl {
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      body.highlight-show .highlight-select-search-method .search-box dl {
        display: inline-block; } }
    body.highlight-show .highlight-select-search-method .search-box dl dt {
      font-size: 1.2rem;
      color: #fff;
      padding: 10px; }
      body.highlight-show .highlight-select-search-method .search-box dl dt.rent {
        background: transparent; }
      body.highlight-show .highlight-select-search-method .search-box dl dt.buy {
        background: transparent; }
    body.highlight-show .highlight-select-search-method .search-box dl dd {
      padding: 0;
      margin: 0;
      text-align: center;
      width: auto;
      border-collapse: collapse;
      display: block;
      background: rgba(0, 0, 0, 0.03);
      text-align: left;
      font-size: 1rem;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.5s ease;
      position: relative; }
      body.highlight-show .highlight-select-search-method .search-box dl dd:hover a,
      body.highlight-show .highlight-select-search-method .search-box dl dd:hover a:visited,
      body.highlight-show .highlight-select-search-method .search-box dl dd:hover a:active,
      body.highlight-show .highlight-select-search-method .search-box dl dd:hover a:hover {
        text-decoration: none; }
      body.highlight-show .highlight-select-search-method .search-box dl dd:hover i.icon {
        transform: translateY(-10px); }
      body.highlight-show .highlight-select-search-method .search-box dl dd.rent:hover {
        background: transparent; }
      body.highlight-show .highlight-select-search-method .search-box dl dd.buy:hover {
        background: transparent; }
      body.highlight-show .highlight-select-search-method .search-box dl dd a,
      body.highlight-show .highlight-select-search-method .search-box dl dd a:visited,
      body.highlight-show .highlight-select-search-method .search-box dl dd a:active,
      body.highlight-show .highlight-select-search-method .search-box dl dd a:hover {
        text-decoration: none;
        padding: 50px 0px;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: block;
        font-size: 1rem; }
        @media screen and (max-width: 480px) {
          body.highlight-show .highlight-select-search-method .search-box dl dd a,
          body.highlight-show .highlight-select-search-method .search-box dl dd a:visited,
          body.highlight-show .highlight-select-search-method .search-box dl dd a:active,
          body.highlight-show .highlight-select-search-method .search-box dl dd a:hover {
            padding: 1rem 0px; } }
      body.highlight-show .highlight-select-search-method .search-box dl dd i.icon {
        font-size: 3rem;
        padding: 4px 5px;
        vertical-align: middle;
        display: block;
        text-align: center;
        transition: all 0.2s ease; }
      body.highlight-show .highlight-select-search-method .search-box dl dd img.icon {
        width: 50%;
        max-width: 30px;
        padding: 0.2rem; }
      body.highlight-show .highlight-select-search-method .search-box dl dd div.text {
        vertical-align: middle;
        padding-top: 10px;
        font-size: 1.4rem; }
        body.highlight-show .highlight-select-search-method .search-box dl dd div.text.small {
          padding-top: 0;
          font-size: 1rem; }
      body.highlight-show .highlight-select-search-method .search-box dl dd div.icon-wrapper,
      body.highlight-show .highlight-select-search-method .search-box dl dd div.text {
        width: auto;
        text-align: center; }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          body.highlight-show .highlight-select-search-method .search-box dl dd div.icon-wrapper,
          body.highlight-show .highlight-select-search-method .search-box dl dd div.text {
            display: block;
            text-align: center; } }
      body.highlight-show .highlight-select-search-method .search-box dl dd .arrow-right {
        display: inline-block;
        float: right; }
      body.highlight-show .highlight-select-search-method .search-box dl dd .side-label {
        position: absolute;
        color: #fff;
        padding: 70px 10px;
        height: 100%; }

/*# sourceMappingURL=common.css.map */
