@charset "UTF-8";
/* -----------------------------------------------------------
   ブログ一覧：ページネーションのデザイン（完全デバッグ版）
   ----------------------------------------------------------- */
.dariya-pagination {
  margin: 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dariya-pagination ul.page-numbers {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  background: #fff;
  border: 1px solid #6d4745;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow-x: visible;
}
.dariya-pagination ul.page-numbers li {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #eee;
}
.dariya-pagination ul.page-numbers li:last-child {
  border-right: none;
}
.dariya-pagination ul.page-numbers li a,
.dariya-pagination ul.page-numbers li span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  min-width: 36px;
  height: 40px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #6d4745;
  font-weight: bold;
  font-size: 13px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.dariya-pagination ul.page-numbers li .current {
  background-color: #6d4745 !important;
  color: #fff !important;
}
.dariya-pagination ul.page-numbers li a:hover {
  background-color: #f5f0ef;
}
.dariya-pagination ul.page-numbers li .next,
.dariya-pagination ul.page-numbers li .prev {
  font-size: 12px;
  padding: 0 10px;
  background-color: #fcfcfc;
}

/* -----------------------------------------------------------
   ブログ絞り込みセクション（セレクトボックス表示修正版）
   ----------------------------------------------------------- */
.blog-filter-section {
  margin: 40px 0;
  padding: 30px 15px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fdfdfd;
  border-radius: 12px;
}
.blog-filter-section .filter-group {
  width: 100%;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.blog-filter-section .filter-group label {
  font-size: 13px;
  font-weight: bold;
  color: #6d4745;
  text-align: left;
  padding-left: 5px;
}
.blog-filter-section .filter-group select {
  display: block;
  width: 100%;
  height: 44px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236d4745'%3E%3Cpath d='M8 10L4 6h8l-4 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border: 1.5px solid #6d4745;
  border-radius: 8px;
  padding: 0 35px 0 15px;
  font-size: 16px;
  color: #6d4745 !important;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.blog-filter-section .filter-group select option {
  color: #333 !important;
  background-color: #fff !important;
  padding: 10px;
}
.blog-filter-section .filter-group select:focus {
  outline: none;
  border-color: #8d6765;
  -webkit-box-shadow: 0 0 0 3px rgba(109, 71, 69, 0.1);
          box-shadow: 0 0 0 3px rgba(109, 71, 69, 0.1);
}

/* 絞り込みセクションのoverflow問題を解決 */
.list-item-body:has(.blog-filter-section) {
  overflow: visible !important;
}

.blog-filter-section {
  overflow: visible !important;
  position: relative;
  z-index: 100;
}
.blog-filter-section .filter-group {
  position: relative;
  z-index: 101;
}
.blog-filter-section .filter-group select {
  position: relative;
  z-index: 102;
}

/* デベロッパーツール上のズレを緩和するおまじない（実機には影響なし） */
select {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* 投稿詳細ページの調整 */
.single-post main#primary {
  margin-bottom: 140px;
}
.single-post .list-container {
  margin: 0 1rem;
}
.single-post .list-item.grass-field {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-post .list-item-body {
  padding-top: 20px;
  line-height: 1.8;
}
.single-post .list-item-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 10px 0;
}
.single-post .list-item-body .migration-notice {
  margin-top: 3rem;
  padding: 1rem;
  font-size: 0.85rem;
  color: #7a7a7a;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px dashed #ccc;
  border-radius: 8px;
  text-align: left;
}
.single-post .post-navigation-wrapper a {
  color: #6d4745;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 0.9em;
}
.single-post .post-navigation-wrapper a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.single-post .single-post-filters {
  margin: 0 1rem;
}

/* モバイル対応：さらに幅を詰めてスクロールを回避 */
@media (max-width: 480px) {
  .dariya-pagination ul.page-numbers li a,
  .dariya-pagination ul.page-numbers li span {
    min-width: 32px;
    padding: 0 8px;
    height: 38px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.blog.css.map */
