@charset "UTF-8";
.form-panel {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  background: #fbdccd;
  z-index: 5;
  border: 2px solid #f57002; }

.form-panel .container {
  padding: 10px;
  padding-bottom: 20px; }
  @media print, screen and (min-width: 768px) {
    .form-panel .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 20px; } }

.form-panel p {
  text-align: center;
  margin-bottom: 10px; }
  @media print, screen and (min-width: 768px) {
    .form-panel p {
      text-align: left;
      margin-bottom: 0; } }

.form-panel p strong {
  color: #F1527C; }

.form-panel ul {
  text-align: center;
  font-size: 0; }

.form-panel ul li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  margin: 0 5px; }

.form-panel .btn-s a {
  background-color: #F1527C;
  border: 1px solid #F1527C;
  color: #fff; }

.form-panel .btn-s a:hover {
  background-color: #eb7e02;
  border: 1px solid #eb7e02;
  color: #fff; }

.form table {
  font-size: 16px;
  width: 100%; }

.form caption {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #F1527C;
  position: relative;
  padding-left: 20px;
  text-align: left; }

.form caption::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  left: 0;
  top: 50%;
  background: #F1527C; }

.form tr {
  border-bottom: 1px solid #00b98e; }

.form tr:first-child {
  border-top: 1px solid #00b98e; }
  @media print, screen and (min-width: 768px) {
    .form tr:first-child {
      border-top: none; } }

.form th {
  display: block;
  width: 100%;
  padding: 10px;
  background: #f7f5f4;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle; }
  @media print, screen and (min-width: 768px) {
    .form th {
      width: 30%;
      display: table-cell; } }
  @media screen and (min-width: 1080px) {
    .form th {
      padding: 20px; } }

.form td {
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 1.2;
  vertical-align: middle; }
  @media print, screen and (min-width: 768px) {
    .form td {
      display: table-cell; } }
  @media screen and (min-width: 1080px) {
    .form td {
      padding: 20px; } }

.form td div {
  margin-bottom: 0.5em; }

.form td div:last-child {
  margin-bottom: 0; }

.form td ul li {
  margin-right: -0.5em;
  list-style: none; }

.form td ul li {
  margin-bottom: 10px;
  line-height: 1.2; }

.form td ul li:last-child {
  margin-bottom: 0; }

.form dl dt {
  width: 4.5em;
  float: left;
  margin-top: 0.5em; }

.form dd {
  margin-left: 4.5em;
  margin-bottom: 10px; }

.form dd:last-child {
  margin-bottom: 0; }

.form input[type="text"],
.form input[type="mail"],
.form input[type="tel"],
.form select {
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
  margin: 5px; }

.form input[type="checkbox"],
.form input[type="radio"] {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px; }

.form select {
  width: 40%; }
  @media print, screen and (min-width: 768px) {
    .form select {
      width: auto; } }

.form textarea {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  vertical-align: middle; }

.form-required-bg {
  background: #fbdccd; }

.form-required {
  background: #F1527C;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  float: right; }

.form-error {
  color: #ff0000;
  font-weight: bold; }

.form-footer ul {
  text-align: center; }

.form-footer li {
  list-style: none; }

.form-footer button {
  border: none;
  font-size: 20px;
  padding: 20px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none; }

.form-submit {
  width: 100%;
  background: #f57002 url(../images/common/icon-arrow.png) no-repeat right 10px center;
  background-size: 20px auto;
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .form-submit {
      width: 50%; } }

.form-submit:hover {
  background-color: #f5a901; }

.form td button {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px; }
  @media print, screen and (min-width: 768px) {
    .form td button {
      padding: 3px 10px; } }

.form-list li {
  display: inline-block;
  width: 50%;
  vertical-align: top; }
  @media screen and (min-width: 1080px) {
    .form-list li {
      width: 33.33333%; } }

.form-list li:nth-child(odd) {
  padding-right: 10px; }
  @media screen and (min-width: 1080px) {
    .form-list li:nth-child(odd) {
      padding-right: 0; } }

.form-list li label {
  padding-left: 30px;
  display: inline-block; }

.form-list li label input {
  margin-left: -25px; }

.form-area label {
  margin-top: -2px;
  float: left; }

.form-area span {
  display: list-item;
  overflow: hidden;
  padding-right: 10px; }

.form-list2 li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .form-list2 li {
      width: 50%;
      padding: 0;
      border-bottom: none; } }
  @media screen and (min-width: 1080px) {
    .form-list2 li {
      width: 33.33333%; } }

.form-list2 li:nth-child(odd) {
  padding-right: 10px; }
  @media screen and (min-width: 1080px) {
    .form-list2 li:nth-child(odd) {
      padding-right: 0; } }

.form-list2 li:last-child {
  border-bottom: none; }

.form-chart {
  font-size: 0;
  margin-bottom: 20px; }

.form-chart li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  width: calc(33.33333% - 10px);
  margin-right: 10px;
  background: #f7f5f4;
  text-align: center;
  padding: 10px;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .form-chart li {
      padding: 20px; } }

.form-chart li::before {
  border: 10px solid transparent;
  border-left-color: #f7f5f4;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 0;
  margin: auto; }

.form-chart li:last-child {
  width: 33.33333%;
  margin-right: 0; }

.form-chart li:last-child::before {
  display: none; }

.form-chart li span {
  display: block;
  color: #00b98e;
  font-family: 'Oswald', sans-serif; }
  @media print, screen and (min-width: 768px) {
    .form-chart li span {
      display: inline;
      margin-right: 1em; } }

.form-chart li.active {
  background: #F1527C;
  color: #fff; }

.form-chart li.active::before {
  border-left-color: #F1527C; }

.form-chart li.active span {
  color: #fff; }

@media screen and (min-width: 1080px) {
  .form input.form-name1,
  .form input.form-name-kana1 {
    margin-right: 2em; } }

@media screen and (min-width: 1080px) {
  .form-name1 + br,
  .form-name-kana1 + br {
    display: none; } }

.form-addr,
.form-addr2 {
  width: 95%; }

.form-mail {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .form-mail {
      width: 50%; } }

.form-station-btn,
.form-area-btn {
  margin-bottom: 10px;
  width: 50%; }

.form-shop-m + p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }

.form-detail {
  background: #00b98e;
  color: #fff; }

.form-policy {
  margin-bottom: 2em; }

.form-zip-btn {
  margin-left: 5px; }
  @media print, screen and (min-width: 768px) {
    .form-zip-btn {
      margin-left: 10px; } }

.form-lend-text1,
.form-lend-text2 {
  font-size: 14px;
  margin-top: 5px;
  margin-left: 2.15em;
  color: #666; }

.form-lend-text1 {
  margin-bottom: 20px; }

.form-lend-recommended {
  background: #00b98e;
  font-size: 12px;
  padding: 4px 10px;
  margin-left: 1em;
  color: #fff;
  border-radius: 10px;
  vertical-align: text-bottom; }

.form-lendarea {
  font-weight: bold; }

.form-contact-p {
  margin-top: 10px; }
  @media print, screen and (min-width: 768px) {
    .form-contact-p {
      margin-top: 20px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/common/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.property {
  margin: 40px auto; }

.property .btn-s {
  margin-top: 5px; }
  @media print, screen and (min-width: 768px) {
    .property .btn-s {
      display: inline-block; } }

.property > .row {
  margin-bottom: 40px; }

.property .row-photo {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .property .row-photo {
      width: 60%; } }

.property .row-map {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .property .row-map {
      display: block;
      width: 40%; }
    .property .row-map img {
      width: 100%; } }

.property-area,
.property-price {
  margin-right: 10px; }

.property-title {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /*margin-right: 20px;
  margin-left: 20px;*/}
  @media screen and (max-width: 767px) {
    .property-title {
      margin-right: 0px;
      margin-left: 0px;}}

.property-title span {
  font-size: 16px;
  color: #00b98e;
  margin-right: 0.5em;
  vertical-align: middle; }

.property-title + p {
  margin-bottom: 10px; }

.property-spec {
  width: 100%; }

.property-spec th,
.property-spec td {
  padding: 10px 0;
  vertical-align: middle;
  line-height: 1.2; }

.property-spec tr {
  border: none;
  border-bottom: 1px solid #ccc; }

.property-spec th {
  width: 20%;
  background: none;
  text-align: left;
  padding-right: 10px; }

.property-spec td strong {
  color: #F1527C;
  font-size: 30px; }

.property-contact {
  margin-top: 20px;
  border: 2px solid #00B98E;
  padding: 15px !important; }
  @media print, screen and (min-width: 1080px) {
    .property-contact {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .property-contact .row .row-pc-6 { 
        width:50% !important; }}

.property-contact .caption {
  font-size: 14px;
  line-height: 1.2; }

.property-contact h3 {
  color: #00B98E;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00B98E; }

.property-contact h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 3px;
  background: #00B98E;
  text-align: center;
  font-weight: normal;}
.property-contact b {
  font-size:18px;
  line-height: 0.9;}

.property-contact strong {
  color: #00B98E; }

.property-contact li {
  list-style: none;
  margin-bottom: 20px; }

.property-contact li:last-child {
  margin-bottom: 0; }

.property-contact .btn-contact a {
  display: block;
  width: 100%;
  padding: 10px 40px;
  border: 1px solid #00B98E;
  color: #fff;
  background: #00B98E;
  /*background: #00B98E url(/file/images/icon-contact.png) no-repeat right 10px center;*/
  background-size: 20px auto;
  text-align: center;
  border-radius: 5px;
}

.property-contact a[href*="tel:"] {
  font-size: 30px;
  color: #00B98E;
  text-decoration: none; }

.property-contact a[href*="tel:"]:hover {
  color: #eb7e02; }

.property-contact a[href*="tel:"] img {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px; }

.property .property-photo {
  /*border: 1px solid #ccc;*/ }

.property .slick-slide {
  position: relative; }

.property .slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media screen and (min-width: 1080px) {
    .property .slick-slide .caption {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .property .slick-slide .caption { bottom: -20px;padding: 5px;font-size: 11px; }}
.property .slick-current .caption {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.property .slick-prev {
  left: -10px;
  opacity: 1;
  background: #00b98e url(../images/common/icon-prev.png) no-repeat center center;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2; }
  @media print, screen and (min-width: 768px) {
    .property .slick-prev {
      left: 0; } }
  .property .slick-prev:hover, .property .slick-prev:focus {
    background: #00b98e url(../images/common/icon-prev.png) no-repeat center center;
    background-size: 20px auto;
    opacity: 0.5; }

.property .slick-next {
  right: -10px;
  opacity: 1;
  background: #00b98e url(../images/common/icon-next.png) no-repeat center center;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2; }
  @media print, screen and (min-width: 768px) {
    .property .slick-next {
      right: 0; } }
  .property .slick-next:hover, .property .slick-next:focus {
    background: #00b98e url(../images/common/icon-next.png) no-repeat center center;
    background-size: 20px auto;
    opacity: 0.5; }

.property .slick-prev:before,
.property .slick-next:before {
  content: ""; }

.property .slider-nav .slick-slide {
  margin: 0 5px;
  border: 2px solid #fff; }

.property .slider-nav .slick-current {
  border: 2px solid #F1527C; }

.property .slider-nav .slick-track {
  margin-left: 0;
  margin-right: 0; }

.property-slider-nav {
  margin-top: 20px; }

.property-spnav {
  font-size: 0;
  margin: 20px auto;
  display: block; }
  @media print, screen and (min-width: 768px) {
    .property-spnav {
      display: none; } }

.property-spnav li {
  font-size: 16px;
  display: inline-block;
  list-style: none;
  width: 33.33333%;
  border-right: 1px solid #fff; }

.property-spnav li:last-child {
  border-right: none; }

.property-spnav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #F1527C;
  color: #fff;
  padding: 10px; }

.property-spnav li a:hover {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #00B98E;
  color: #fff;
  padding: 10px; }

.property .form table {
  font-size: 14px; }

.property .form th,
.property .form td {
  padding: 10px; }

.property .form-date {
  font-size: 14px;
  text-align: right; }

.slider-recommend .slick-prev {
  left: -10px;
  top: 25%;
  opacity: 1;
  background: #00b98e url(../images/common/icon-prev.png) no-repeat center center;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2; }
  @media print, screen and (min-width: 768px) {
    .slider-recommend .slick-prev {
      left: -20px;
      top: 50%; } }
  .slider-recommend .slick-prev:hover, .slider-recommend .slick-prev:focus {
    background: #00b98e url(../images/common/icon-prev.png) no-repeat center center;
    background-size: 20px auto;
    opacity: 0.5; }

.slider-recommend .slick-next {
  right: -10px;
  top: 25%;
  opacity: 1;
  background: #00b98e url(../images/common/icon-next.png) no-repeat center center;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2; }
  @media print, screen and (min-width: 768px) {
    .slider-recommend .slick-next {
      right: -20px;
      top: 50%; } }
  .slider-recommend .slick-next:hover, .slider-recommend .slick-next:focus {
    background: #00b98e url(../images/common/icon-next.png) no-repeat center center;
    background-size: 20px auto;
    opacity: 0.5; }

.slider-recommend .slick-prev:before,
.slider-recommend .slick-next:before {
  content: ""; }

.visited {
  padding: 20px 0; }
  @media print, screen and (min-width: 768px) {
    .visited {
      padding: 20px; } }

.visited .property-photo {
  margin-bottom: 10px; }

.visited-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .visited-title {
      font-size: 30px; } }

.visited-title:first-letter {
  color: #00b98e; }

.visited-title span {
  color: #00b98e; }

.visited-property {
  margin: 0 20px;
  font-size: 12px;
  color: #666; }

.visited-area {
  display: inline-block;
  color: #00b98e;
  border: 1px solid #00b98e;
  padding: 2px 4px;
  margin-bottom: 5px; }

.visited-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #222; }

.visited p {
  line-height: 1.2;
  margin-bottom: 5px; }

.slider-visited .slick-prev {
  left: -10px;
  top: 25%;
  opacity: 1;
  background: #00b98e url(../images/common/icon-prev.png) no-repeat center center;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2; }
  @media print, screen and (min-width: 768px) {
    .slider-visited .slick-prev {
      left: -20px;
      top: 50%; } }
  .slider-visited .slick-prev:hover, .slider-visited .slick-prev:focus {
    background: #00b98e url(../images/common/icon-prev.png) no-repeat center center;
    background-size: 20px auto;
    opacity: 0.5; }

.slider-visited .slick-next {
  right: -10px;
  top: 25%;
  opacity: 1;
  background: #00b98e url(../images/common/icon-next.png) no-repeat center center;
  background-size: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2; }
  @media print, screen and (min-width: 768px) {
    .slider-visited .slick-next {
      right: -20px;
      top: 50%; } }
  .slider-visited .slick-next:hover, .slider-visited .slick-next:focus {
    background: #00b98e url(../images/common/icon-next.png) no-repeat center center;
    background-size: 20px auto;
    opacity: 0.5; }

.slider-visited .slick-prev:before,
.slider-visited .slick-next:before {
  content: ""; }

@media print, screen and (min-width: 768px) {
  .outline-row {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: 1px solid #ccc; } }

.outline-title {
  display: block;
  width: 100%;
  padding: 10px;
  background: #f7f5f4;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle; }
  @media print, screen and (min-width: 768px) {
    .outline-title {
      width: 20%;
      display: table-cell; } }

.outline-row:nth-of-type(1) .outline-title {
  border-top: 1px solid #00b98e; }
  @media print, screen and (min-width: 768px) {
    .outline-row:nth-of-type(1) .outline-title {
      border-top: none; } }

.outline-spec1 {
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #00b98e; }
  @media print, screen and (min-width: 768px) {
    .outline-spec1 {
      width: 80%;
      display: table-cell;
      border-bottom: none; } }

.outline-spec2 {
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #00b98e; }
  @media print, screen and (min-width: 768px) {
    .outline-spec2 {
      width: 30%;
      display: table-cell;
      border-bottom: none; } }

.point p {
  background: #f7f5f4;
  padding: 10px; }

.detail .NeibourArea {
	display: table;
	width: 100%;
}
.detail .NeibourArea .property-list__item {
    border: 1px solid #d3d1d1;
    padding: 1%;
    width:24%;
	float:left;
	position: relative;
	height:230px;
	margin: 0 1% 1% 0;
    text-align: center;
}
.detail .NeibourArea .property-list__item:nth-child(4n){
   width:25%;
   margin: 0 0 1% 0;
}
.detail .NeibourArea .property-list__item .property-list_type {
	background-color: #00b98e;
	color: #fff;
	padding: 0.1em 0.5em;
	font-size: 0.8em;
	position: absolute;
	top: 0;
	left: 0;	
}
.detail .NeibourArea .property-list__item img {
    max-height: 160px;
    margin:0 0 5px;
    max-width: 100%;
}
.detail .NeibourArea .property-list__item .property-list_title {
	line-height: 1.4em;
    margin: 0 0 -1px;
    font-size: 0.9rem;
}
.detail .NeibourArea .property-list__item .property-list_distance {
	line-height: 1.4em;
}
.detail .NeibourArea .property-list_comment {
	display:none;
}
  @media screen and (max-width: 767px) {
      .detail .NeibourArea .property-list__item,
      .detail .NeibourArea .property-list__item:nth-child(4n){
    width: 49%;
	height:220px !important;
}
      .detail .NeibourArea .property-list__item img {
    max-height: 140px;
    margin: 0 auto 5px;
    max-width: 100%;
}
      .detail .NeibourArea .property-list__item .property-list_title {
    text-align: center;
    font-size: 14px;
}
.detail .NeibourArea .property-list__item .property-list_distance {
    text-align: center;
    font-size: 14px;
}
}

.detail .NeibourArea2 {
	display: table;
	width: 100%;
    border: 1px solid #d3d1d1;
    margin: 20px 0 0;
    padding:1%;
}
.detail .NeibourArea2 .property-list__item2 {
    width: 33%;
	float:left;
    margin: 2px 0;
}
.detail .NeibourArea2 .property-list__item2 .property-list_type {
	background-color: #00b98e;
	color: #fff;
	padding: 0.1em 0.5em;
	font-size: 0.8em;
    float:left;
}
.detail .NeibourArea2 .property-list__item2 .property-list_title {
    float:left;
    margin: 0 5px;
}
.detail .NeibourArea2 .property-list__item2 .property-list_distance {
    float:left;
}
.detail .NeibourArea2 .property-list_comment {
	display:none;
}
.sp-madori {
    display:none;  
}

  @media screen and (max-width: 767px) {
      .detail .NeibourArea2 .property-list__item2 {
        width: 100%;
}
    .detail .NeibourArea2 .property-list__item2 .property-list_title {
        font-size: 14px;
    }
    .detail .NeibourArea2 .property-list__item2 .property-list_distance {
        font-size: 14px;
    }
    .sp-madori {
        display:block;
        margin: 0 auto;
      }
    .sp-madori img {
        width:100%;
      }
}

.pict {
    display: table;
}
.pict span {
    margin: 2px;
    display: inline-block;
    width: 79px;
    height: 101px;
}

.property-photo {
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  position: relative; }

.property-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.recommend .property-photo {
  overflow: hidden;
  width: 48%;
  padding-bottom: 75%;
  height: 0;
  position: relative;
  float:left;
  text-align: right;}

.recommend .property-photo img {
  position: unset;
  top: unset;
  left: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; 
  max-width: 100%;
  max-height: 200px;
  position: absolute;
  right: 0;
}

.property-text {
  width: 50%;
  float:right;}
.office_info .property-text {
  width: 50%;
  float:right;
  margin: 0 !important;}

.property-text .OpenHouse {
    font-weight:bold;
    color: #F1527C;
}

.row > div {
  float: left;
  position: relative;
  min-height: 1px;
}
.row > div:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .row > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1080px) {
  .row-pc-4 {
    width: 33.33333333%;
  }
  .row-pc-8 {
    width: 66.66666667%;
  }
}

.btn a {
    text-decoration: none;
    background: url(../images/common/icon-arrow.png) no-repeat right 10px center;
    line-height: 1.2;
}
.Openhouse {
   color: #F1527C;
   font-size:1.2em;
   margin: 10px 0;
}
.StaffRecommendPoint {
   color: #00b98e;
   font-size:1.2em;
   margin: 10px 0 20px;;
}