@charset "utf-8";
/* CSS Document */

/* ブログシングル・お知らせシングル ここから
---------------------------------------------------------------------------*/

.single-custom body.single #content {
  margin-top: 0 !important;
}
.single-custom .single-layout-1 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media  (min-width: 481px) and (max-width: 768px) {
  .single-custom .single-layout-1 {
    margin-top: 150px;
  }
}
@media screen and (min-width: 769px) {
  .single-custom .single-layout-1 {
    margin-top: 100px;
  }
}
.single-custom .entry-meta {
  display: none;
}
.single-custom .entry-title {
  height: auto;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding: 0.2em 2px;
  line-height: 1.4;
  font-weight: 700;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid;
  font-size: 24px !important;
}
.single-custom .entry-header, .single-custom .entry-content {
  position: relative;
  display: block;
  max-width: 1280px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}
.single-custom .entry-content p {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}
.single-custom .entry-content figure {
  text-align: center;
  margin-bottom: 3%;
}

/*新着ブログ*/
.single-custom .es-list-wrapper h2 {
  font-size: 16px;
  border-bottom: 1px solid;
  margin: 15px auto;
}
.single-custom .thumb {
  height: 29.45vw;
  max-height: 300px;
}
.single-custom .es-list-item .thumb figure {
  margin: 0;
  height: 100%;
}
.single-custom .es-list-item .thumb figure img {
  height: 100%;
  object-fit: cover;
}
.single-custom .es-list-content h3 {
  width: unset;
  max-width: unset;
  position: relative;
  font-size: 14px;
}
.single-custom .es-list-wrapper h2::after {
  display: none;
}
.single-custom .esReadArticlesMore {
  text-align: center;
}
.single-custom .esReadArticlesMore a {
  font-size: 13px;
  background: #666;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.single-custom .es-list li {
  margin-bottom: 0 !important;
}
/* ブログシングル・お知らせシングル ここまで
---------------------------------------------------------------------------*/

/* 物件アーカイブ */
.archive-custom .es-header-breadcrumb {
  position: relative !important;
}
.archive-custom .result_data_wrap article.data h2{
  font-size: 1.2em !important;
}
.archive-custom .result_data_wrap article.data{
  margin: 60px 0 0 !important;
}
.archive-custom .result_data_wrap article.data:first-of-type{
  margin: 0 !important;
}
.archive-custom .result_data_wrap .tm_data table.spec td, .archive-custom .result_data_wrap .tm_data table.spec th{
  /* font-size: 0.8em !important; */
  font-size: 0.95rem !important;
}
.archive-custom .result_data_wrap .tm_data .table_wrap a{
  font-size: .95rem !important;
  text-decoration: none !important;
}
.archive-custom table.room_data td,.archive-custom table.room_data th{
  /* font-size: 0.8em !important; */
  font-size: 0.95rem !important;
}
.feature-detail-data__access a:nth-of-type(odd) {
  display: none;
}
/* 物件アーカイブ　ここまで */