@charset "utf-8";
.property_title {
  margin-top: 150px;
  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;
}
.breadcrumb {
  background-color: #FFF;
  padding: .75rem 0;
}
#other h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  color: #000;
}
#other p{
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 40px;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
#other #sitemap {
  margin: 50px auto;
  max-width: 300px;
}
#other #sitemap h3 {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  color: #000;
  font-weight: normal;
}
#other #sitemap h3 a{
  color: #000;
}
#other #sitemap p{
  color: #000;
  font-size: 2.0rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding-left: 10px;
}
#other #sitemap p a{
  color: #000;
}
#other p.indent{
  text-indent: -1rem;
  margin-left:1rem;
  font-feature-settings: "palt" 1;
  margin-bottom: 5px;
}
#other p.last{
  margin-bottom: 40px;
}