@charset "utf-8";

/* 
Template Name: post
*/
.sub {
  position: relative;
}
.breadcrumb_block {
  background-color: transparent;
  margin-top:-8px;
  color:#333;

}

.breadcrumbsWrap {
  width: fit-content;
  padding: 4px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin:31px auto;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  text-align: center;
}

.breadcrumbs a {
  color:#333;
}
.breadcrumbs .arrow {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  margin-right: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
}
.page_mv {
  height:100%;
  width: 100%;
  position: relative;
}
/* .mv_wrapper {
  position: relative;
  height:750px;
}
.mv_wrapper img {
  height:750px;
}
.page_title {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%);
  color:#fff;
}
.mv_wrapper .page_title img {
  height:49px;
  width: auto;
}
.page_title span {
  color:#fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  font-weight: normal;
  display:block;
}
.mv_scroll_page {
  top:566px;
} */

/* .mv_scroll_page span {
  top:666px;
} */
.page_dot {
  width:fit-content;
  margin:0 auto 40px;
  }
.page_dot img{
  height:107px; 
  width: auto;
}
.section_title_line {
  padding:0;
  padding-bottom:88px;
  position: absolute;
  top:-28px;
}
.section_head h2 {
  font-family: YonagaOldMincho;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #3f4e64;

}
.page_section {
  padding-top:83px;
  padding-bottom:80px;
  padding:0 20px;
}
.category_buttons_container {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 13px auto 0;
  gap: 24px; /* ボタン間のスペース */
}

.category_button {
  flex: 1; /* 親要素の幅に対して均等に分配 */
  display: flex;
  justify-content: space-between; /* テキストと矢印を両端に配置 */
  align-items: center;
  background-color: #3f4e64;; /* 画像に近い色 */
  color: #ffffff;
  padding: 18px 25px;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap; /* テキストが改行されないように */
  transition: background-color 0.3s ease;
  height:80px;
}
.category_button_arrow img{
  width: 11px;
  height: 13px;
}
.mb100 {
  margin-bottom:100px;
}
/* ニュース */
.post_items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.post_item {
  width: calc((100% / 3) - (40px * 2 / 3));
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .post_item {
    width: 100%;
  }
}

/* 高さ揃えに必須 */
.post_link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

.post_thumbnail {
  max-height: 280px;
  overflow: hidden;
}

.post_thumbnail img {
  height: 100%;
  width:100%;
  aspect-ratio: auto 3/4;
  object-fit: cover;
}

.post_content_inner {
  border: 1px solid #b0a38f;
  border-top: none;
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  box-sizing: border-box;
}

.post_meta {
  margin-bottom: 28px;
}

.post_list_date {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #b0a38f;
  margin-right:16px;
}

.post_list_title {
  font-family: HiraginoSans-W3, Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.82;
  letter-spacing: 1.1px;
  margin-bottom: 30px;
}

.post_category {
  font-size: 14px;
  color: #b0a38f;
  border: 1px solid #b0a38f;
  border-radius: 30px;
  padding: 5px 10px;
  margin-top: auto;
  width: fit-content;
}

.new_topics_section, .category_section {
  margin-top: 60px;
  width: 600px;
  max-width: 600px;
  border-top:1px solid #3f4e64;
  border-bottom:1px solid #3f4e64;
  height: fit-content;
  padding:37px 0;
}
/* .new_topics_section {
  padding-bottom:9px;
} */
.news_sidebar {
  display:flex;
  max-width: 1280px;
  justify-content:  center;
  gap:80px;
  margin:0 auto;
}
.sidebar_title img {
  height:26px;
  object-fit: contain;
}
.new_topics_list {
  list-style: none;
  padding: 0;
  margin-top:40px;
  
}
.new_topic_item {
  background-color: rgba(176, 163, 143,0.1);
 
  padding: 40px 50px;
}
.new_topic_item:nth-child(even) {
  background-color: rgba(176, 163, 143,0.2);
}
.new_topic_item .post_date {
  display: block;
  font-size: 0.85em;
  color: #888;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin:0 auto;
  margin-top: 40px;
  max-width: 400px; 
  justify-content: space-between;
}
.category_list .cat-item {
  width: calc(50% - 16px); /* 2列にする */
  box-sizing: border-box;
}
.category_list .cat-item a {
  padding: 16px 0;
  background: #fff;
  border-radius: 30px;
  text-decoration: none;
  color: #b0a38f;
  max-width: 180px;
  display: block;
  border:1px solid #b0a38f;
  font-size: 15px;
 text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: background 0.3s;
}
.category_list .cat-item a:hover {
  background: #ddd;
}
.category_list .current-cat a,
.category_list .current_page_item a  {
  background: #b0a38f;
  color: #fff;
}
.pagination {
  margin-top: 90px;
  text-align: center;
  height:auto;
}

.pagination a,
.pagination span {
  margin: 0 5px;
  padding: 10px 15px;
  border-bottom: 1px solid #b6b6b6;
  text-decoration: none;
  color: #64553f;
  font-size:16px;
  font-family: GaramondPremrPro-LtDisp,serif;
}

.pagination .current {
  border:1px solid  #b0a38f;
}

/* 投稿詳細 */
.single_section_inner {
  max-width: 1680px;
  margin:0 auto;
  position: relative;
    padding-top: 42px;
    padding-bottom: 120px;
    width: 88%;
}
.page_section_container {
  max-width: 1280px;
  margin:0 auto;
  background-color: rgba(176, 163, 143,0.1);
  padding:100px 116px;
}
.post_single_title {
  border-top:1px solid  #3f4e64;
  border-bottom:1px solid  #3f4e64;
  padding:40px 0;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 2.4px;
  text-align: left;
  color: #3f4e64;
}
.news_archive_link {
  max-width: 300px;
  margin:50px auto;
}
.news_archive_link a {
  font-size:18px;
  border:1px solid #b0a38f;
  padding:16px 30px;
  width:300px;
  display: flex;
  color: #b0a38f;
  letter-spacing: 2px;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
}
.news_archive_link a img{
  width:10px;
}
.news_content {
  padding:47px 0;
}
.news_content p {
  font-size: 15px;
  color: #3f4e64;
  line-height: 1.75
}
.wp-block-image {
  margin-bottom:30px;
}
@media (max-width: 768px) {
  .news_sidebar {
    flex-direction: column;
    align-items: center;
  }
  .new_topics_section, .category_section {
    width:100%;
  }
  
}
@media (max-width: 480px) {
  .mv_wrapper img {
    height: 380px;
}

  .post_single_title {
    font-size:22px;
    letter-spacing: 2px;
    padding: 30px 0;
  }
  .news_content p {
    font-size:16px;
  }

  .category_list .cat-item a {
    font-size:16px;
  }
  .page_section_container {
    padding:50px 20px;
  }
  .breadcrumbs {
  
    flex-wrap: wrap;
    justify-content: center;
  }
}