@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*--------------------------------------
  非表示設定：（コピーライト・不要要素）
---------------------------------------*/
div#nendebcopy,
div#post_slider {
    display: none;
}

/*--------------------------------------
  見出し非表示
---------------------------------------*/
h1.entry-title {
  display: none;
}

/*--------------------------------------
  メインビジュアル調整
---------------------------------------*/
.p-mainVisual__textLayer .p-blogParts {
  position: absolute;
  bottom: 0 !important;
  left: 0;
}
.p-mainVisual__textLayer .wp-block-latest-posts:not(.is-grid) li {
  border: none;
}

.p-mainVisual__slideTitle {
  font-size: 3rem;
}
.p-mainVisual__slideText {
  font-size: 1.5rem !important;
}

/*--------------------------------------
  Newsエリア
---------------------------------------*/
.news-border-right {
  border-right: 2px solid #fff;
  padding-right: 16px;
  box-sizing: border-box;
}
.news-title-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
}
.news-title,
.news-title a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
}
.latest-post-inner {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
}
.wp-block-latest-posts:not(.is-grid) {
  border-top: 0;
}
@media (min-width: 768px) {
  h2.topic {
    padding: 0 10px 0 0 !important;
    text-align: right !important;
  }
}

/*--------------------------------------
  物件詳細テーブル / .list_detail
---------------------------------------*/
.list_detail table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  table-layout: fixed;
}
.list_detail th,
.list_detail td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  vertical-align: top;
  text-align: left;
  width: 20%;
}
.list_detail th {
  background-color: #f5f5f5;
  font-weight: bold;
  white-space: nowrap;
}
.list_detail tr:nth-child(even) {
  background-color: #fafafa;
}
.list_detail dl {
  margin: 0;
  padding: 0;
}
.list_detail dt {
  font-weight: bold;
  margin-top: 6px;
}
.list_detail dd {
  margin-left: 0;
  margin-bottom: 6px;
}
.list_detail_bottom_info {
  margin-top: 20px;
  padding-top: 10px;
  font-size: 13px;
  color: #666;
  border-top: 1px dashed #ccc;
}

/*--------------------------------------
  2列テーブル用：#list_add
---------------------------------------*/
#list_add {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  table-layout: fixed;
}
#list_add th,
#list_add td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  vertical-align: top;
  text-align: left;
}
#list_add th {
  width: 30%;
  background-color: #f5f5f5;
  font-weight: bold;
  white-space: nowrap;
}
#list_add td {
  width: 70%;
}
#list_add tr:nth-child(even) {
  background-color: #fafafa;
}
td.list_price dt {
  background-color: #cbcbcb;
  width: fit-content;
  padding: 2px 10px;
}
dd.dpoint4 {
  font-size: 1.5em;
  color: #d63638;
}

/*--------------------------------------
  レスポンシブ：スマホ（500px以下）
---------------------------------------*/
@media (max-width: 500px) {
  .p-mainVisual__slideText {
    font-size: 1.2rem !important;
  }
  .list_detail th {
    white-space: pre-wrap;
  }
  .property-list-grid {
    grid-template-columns: 1fr;
  }
  .list_detail th {
    text-align: left;
    width: 40%;
  }
  .list_detail td {
    text-align: left;
    width: 60%;
  }
  /*  フッター*/
  .l-footer__nav a {
    border-right: 1px solid;
  }
  #list_add th {
    width: 40%;
    background-color: #f5f5f5;
    font-weight: bold;
    white-space: nowrap;
  }
  #list_add td {
    width: 60%;
  }
}

/*--------------------------------------
  物件グリッド & ページネーション
---------------------------------------*/
.property-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
  width: 100%;
  box-sizing: border-box;
}
.property-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 8px #eee;
  padding: 16px;
  min-width: 0;
}
@media screen and (max-width: 600px) {
  .property-list-grid {
    grid-template-columns: 1fr;
  }
}
.property-pagination {
  margin: 40px 0 60px;
  text-align: center;
}
.property-pagination ul.page-numbers {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 40px auto 60px !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
.property-pagination ul.page-numbers li {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
.property-pagination ul.page-numbers a,
.property-pagination ul.page-numbers span {
  display: inline-block !important;
  min-width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 12px !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  color: #222 !important;
  border-radius: 6px !important;
  text-align: center !important;
  font-size: 1.1em !important;
  font-weight: 400 !important;
  transition: background .2s !important;
  box-sizing: border-box!important;
  outline: none!important;
  text-decoration: none!important;
  margin: 0!important;
}
.property-pagination ul.page-numbers .current {
  background: #222 !important;
  color: #fff !important;
  border-color: #222 !important;
  pointer-events: none!important;
}
.property-pagination ul.page-numbers .dots {
  background: none!important;
  box-shadow: none!important;
  color: #888!important;
  pointer-events: none!important;
  border: none!important;
}
.property-pagination ul.page-numbers a:hover {
  background: #eee!important;
  color: #222!important;
  border-color: #888!important;
}

/*--------------------------------------
  不動産スライダー用スタイル
---------------------------------------*/
.property-slide-card {
  background-color: #fff !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 100%;
  box-sizing: border-box;
}
.property-slide-body {
  padding: 16px 20px;
}
.swiper-pagination {
  position: relative!important;
  margin-top: 20px!important;
  text-align: center;
}
.swiper-pagination-bullet {
  background-color: #ddd!important;
  opacity: 1!important;
}
.swiper-pagination-bullet-active {
  background-color: #FFD700!important;
}

/* 追加追記 */
div#post_slider {
    display: none;
}
/* プロパティ用スライдерーだけ auto 幅に */
.myPropertySlider .swiper-slide {
  width: auto !important;
}
.c-widget__title.-spmenu {
  visibility: hidden;
}
.l-footer__nav a {
  border-right: 1px solid;
  font-size: 20px;
  padding: 0 .75em;
}
.p-breadcrumb:not(.-bg-on) {
  padding-top: 12px;
  display: none;
}
@media (max-width: 500px) {
  .l-footer__nav a {
    font-size: 15px;
  }
}
div#nendebcopy,
div#post_slider {
    display: none;
}
/* 固定ページのみ投稿日・更新日アイコンを非表示 */
body.page .c-postTimes__modified:before,
body.page .c-postTimes__posted:before {
  display: none;
}
.l-topTitleArea__body {
  background-color: #000000e0;
  color: #fff;
  position: absolute;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
  width: auto;
  z-index: 3;
  padding: 36px clamp(20px,5vw,50px) 36px clamp(10px,4vw,30px);
}
 .c-pageTitle {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);    }

.l-topTitleArea {
  min-height: 300px;
  padding: 1em 0;
}
.property-link {
  margin-top: 10px;
  text-align: center;
}
.property-link a {
  background-color: #b49219;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}
.property-card .property-thumb {
  text-align: center;
}
