@charset "utf-8";
.property_title {
  margin-top: 125px;
  margin-bottom:10px;
}
.property_title h2{
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 10px;
  font-weight: bold;
  padding-bottom: 6px;
  color: #000;
}
.property_title h2 span {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.property_title p{
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 2px;
  padding: 20px 0 10px 0;
  color: #000;
}
#title {
  width: 100%;
  padding: 22px 0;
  color: #000;
  line-height: 1em;
  margin-bottom: 60px;
}

#title h6 {
  text-align: left;
  padding-top: 0;
}

#title h6 span {
  line-height: 1em;
  padding-top: 15px;
}

.post {
  padding: 3em 0 2em;
  border-top: 2px dotted #fff;
}

.post:first-child {
  padding-top: 0;
  border: none;
}

.post a {
  -webkit-transform-style: preserve-3d;
}

.post img {
  max-width: 100%;
  height: auto !important;
}

.post a:hover,
.post a:hover img {
  opacity: .7;
  transition: opacity .4s ease;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
}

.post a:hover p {
  text-decoration: underline;
}
#property_area h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 0.5em;/*文字周りの余白*/
  color: #202f55;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-left: solid 5px #202f55;/*左線（実線 太さ 色）*/
  margin-bottom: 20px;
}
#property_area .post h4 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 0;
  line-height: 1.4;
  font-feature-settings: "palt" 1;
}

.post .date {
  display: block;
  margin-bottom: .5em;
  letter-spacing: 2px;
}

.post span.date {
  color: #000 !important;
}

.post p {
  margin-bottom: 1em;
}
.breadcrumb {
  background-color: #FFF;
  padding: .75rem 0;
}
.modal {
  z-index: 999999;
}
@media (max-width: 991px) {
  #contents .post h3 {
    font-size: 2.0rem;
    letter-spacing: 2px;
    padding-left: 0px;
    line-height: 1.4;
  }
}

@media (max-width: 916px) {
  .property_title {
    margin-top: 80px;
    margin-bottom:50px;
  }
}
