
		/*
sub
----------------------------------------------------------------------------------------------------*/

#sub{
     position: relative;
    padding-top:150px;
}
#sub .flower{
    position: absolute;
    top: 0px;
    right: 20px;
    width: 70px;
    height: 130px;
}
#sub h3 {
	font-family: 'Kiwi Maru', serif;
	font-weight: 300;
	color: #ab9a8f;
	font-size: 24px;
	line-height: 24px;
    margin-top: 30px;
	margin-bottom: 20px;
}

#sub h4 {
	font-weight: bold;
	line-height: 24px;
    margin-top: 30px;
	margin-bottom: 10px;
}
#sub .top-bdr{
    width: 100%;
	border-top: 1px solid #AA998E;
   
}

#sub table{
    font-size: 16px;
    width: 100%;
    border-top: 1px solid #AA998E;
     border-left: 1px solid #AA998E;
    text-align: center;
   
}
#sub table p{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
#sub table th,
#sub table td {
  width : 19%;
  padding: 14px 3% 14px 3%;
    box-sizing: border-box;
    border-right: 1px solid #AA998E;
     border-bottom: 1px solid #AA998E;
    vertical-align: middle;
}
#sub table th{
    background-color: #f9f1cc;
}
#sub　h4 span{
	background-color: #ab9a8f;
	color: #fff;
	padding: 6px;
}
@media only screen and (max-width: 768px) {
    #sub{
    padding-top:120px;
}
#sub table{
    font-size: 14px;
   
}
}

/*
メールフォーム
----------------------------------------------------------------------------------------------------*/
.Form {
  width: 100%;
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  
}

.Form-Item {
  width: 100%;
height: auto;
}

.Form-Item p {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
}
.Form-Item p:first-child {
    margin-bottom: 5px;
    color: #ab9a8f;
}

.Form-Item p:nth-child(2) {
    margin-bottom: 30px;
}


.req {
	border-radius: 5px;
	margin-left: 8px;
    margin-top: -2px;
	padding: 4px 6px 4px 6px;
    margin-bottom: 2px;
	text-align: center;
    font-weight: normal!important;
	background-color: #B70000;
	color: #fff;
	font-size: 12px;
}

.input_text {
  box-sizing: border-box;
  border: 1px solid #ac9b90;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  width: 100%;
  max-width: 400px;
  background: #fff;
  font-size: 18px;
    font-weight: normal;
    
}
@media screen and (max-width: 768px) {
.Form-Item p {
  width: 100%;
    font-size: 14px;
}
.input_text {
    height: 40px;
    font-size: 14px;
    width: 100%;
  }
}
.textarea {
     box-sizing: border-box;
  border: 1px solid #ac9b90;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
   width: 100%;
    max-width: 700px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .textarea {
    height: 200px;
    font-size: 15px;
  }
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #61BFDE;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
.Form-Btn {
    margin-top: 24px;
    width: 60%;
    font-size: 16px;
      margin-bottom: 200px;
  }
}
.font_nomal{
    font-weight: normal!important;
}
/* ──────────────────────
   カテゴリナビ（ブログ一覧）
────────────────────── */
.blog-cat-nav {
  width: 100%;
  padding: 120px 0 0 0;
    margin-bottom: 0!important;
  position: relative;
  z-index: 10;
}

.blog-cat-list {
  background:#f9f0c8;
  display: flex;
    font-size: 16px!important;
  gap: 15px;
  overflow-x: auto;
  padding: 8px 100px!important;
  margin: 0;
  list-style: none;
}

.blog-cat-list::-webkit-scrollbar {
  display: none;
}

.blog-cat-list .cat-all a,
.blog-cat-list .cat-item a {
  display: block;
  padding: 8px 20px;
  white-space: nowrap;
  color: #505050;
  text-decoration: none;
  border-radius: 12px;
  transition: background .2s, color .2s;
}

.blog-cat-list .cat-all a:hover,
.blog-cat-list .cat-item a:hover {
  background: #fefdf8;
    border-radius: 12px
    
}


@media screen and (max-width: 768px) {

  .blog-cat-nav {
    padding-top: 90px; 
  }

  .blog-cat-list {
    padding: 10px 16px !important; /* ← 重要 */
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
    scroll-snap-type: x mandatory; /* 任意 */
  }

  .blog-cat-list li {
    scroll-snap-align: start; /* 任意 */
  }
}
/*
ブログ
----------------------------------------------------------------------------------------------------*/
.blog {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

main {
  flex: 1;
  min-width: 0;
}

aside {
  width: 300px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog {
      width: 100%;
    flex-direction: column;
      padding: 40px 0px;
  }
main {
 box-sizing: border-box;
        padding-left: 32px;
        padding-right: 32px;
}
}

.blog h1{
    font-size: 180%;
    margin-top: 0!important;
    margin-bottom: 20px;
    text-align: left;
}
.blog h2{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 
'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    background-image: none;
    padding: 0!important;
    margin-bottom: 0!important;
  letter-spacing: normal;
}





/* 投稿カード */
.post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .post-list {
    grid-template-columns: 1fr;

  
  }
}
.post-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .3s;
}
.post-card a {
  display: block;        
  text-decoration: none;
}
.post-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

/* サムネイル */
.post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* 投稿情報 */
.post-info {
  padding: 16px;
}

.post-title {
  font-size: 20px;
  margin: 0 0 8px;
}

.post-title a {
  text-decoration: none;
  color: #333;
}

.post-date {
  font-size: 14px;
  color: #ab9a8f;
  margin-bottom: 10px;
  display: block;
}

/* 抜粋 */
.post-excerpt {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
}

/* 読むボタン */
.read-more {
  display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin: 0px auto 50px auto;
	padding: 10px 3rem;
	font-weight: bold;
	border: 2px solid #61BFDE;
	background-color: #61BFDE;
	color: #fff!important;
	border-radius: 100vh;
	transition: 0.5s;
}

.read-more:hover {
  opacity: 0.8;
}

/* ページネーション */
.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.pagination .current {
  background: #333;
  color: #fff;
  border-color: #333;
}

.pagination .page-numbers:hover {
  background: #444;
  color: #fff;
}
aside{
    color: #333;
}
aside .sidebar-title{
    font-family: 'Kiwi Maru', serif;
    font-size: 18px;
    margin-bottom: 15px!important;
    height: auto!important;
    font-weight: normal!important
}
aside ul{
    margin: 0!important;
    border-top: 1pt solid #ab9a8f;
    
}
aside ul li{
    position: relative;
	margin: 0!important;
	border-bottom: 1pt solid #ab9a8f;
    padding: 15px 2em;
    line-height: 1.6;
    
}
aside li::before {
  content: ">";            /* 矢印の文字 */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* 縦中央に配置 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;  /* 円のサイズ */
  height: 1.5em; /* 円のサイズ */
  background-color: #ab9a8f; /* 円の色 */
  color: #fff;    /* 矢印の色 */
  border-radius: 50%; /* 円にする */
  font-size: 0.8em;   /* 矢印の大きさ */
  text-align: center;
}
aside section{
	margin-bottom: 60px;
	border-bottom-color: #F5F0C8;
}
@media screen and (max-width: 768px) {
    aside {
  width: 100%;
        padding: 0 32px!important;
  box-sizing: border-box;
}
    

}

/* post */
.single-post {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
}

.single-post .post-title {
  font-size: 28px;
  margin-bottom: 8px;
}

.single-post .post-date {
  display: block;
  color: #888;
  margin-bottom: 24px;
}

.single-post .post-thumb img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 24px;
}

.single-post .post-content {
  line-height: 1.9;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .single-post {
 width: 100%;
        box-sizing: border-box;
    }
}

/* ===== 前後ナビ全体 ===== */


.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ab9a8f;
  border-bottom: 1px solid #ab9a8f;
}


.nav-post {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 50px;
  position: relative;
  text-decoration: none;
  color: inherit;
  box-shadow: none; /* シャドウなし */
}


.nav-post.prev {
  border-right: 1px solid #ab9a8f;
}


.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px; /* 矢印を大きく */
  font-weight: 300;
  color: #999;
}


.nav-post.prev .nav-arrow {
  left: 16px;
}


.nav-post.next .nav-arrow {
  right: 16px;
}


.nav-thumb img {
  width: 90px;
  height: auto;
  border-radius: 4px;
}


.nav-text {
  display: flex;
  flex-direction: column;
}

.nav-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 4px;
}

.nav-title {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 990px) {
.nav-post {
  display: block;
    padding: 20px 40px 20px 40px;
}

.nav-thumb img {
  width: 100%;
  height: auto;
  border-radius: none;
    margin-bottom: 8px;
}


}

/* =========================
   投稿本文 共通設定
========================= */
.post-content {
  line-height: 2;
  font-size: 16px;
  color: #333;
}

/* =========================
   見出しデザイン
========================= */

.post-title  {
    
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 
'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    
}

.post-content h2  {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 
'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    width: 100%;
    height: auto!important;
    font-size: 20px;
    padding: 10px 30px!important;
    color: #505050;
    background: #efece0;
    border-radius: 20px;
    box-sizing: border-box;
}

.post-content h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 
'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  color: #505050;
    font-size: 18px;
    padding: 5px 15px;
    margin-bottom: 30px;
    display: block;
    position: relative;
    border-left: 6px solid #ab9a8f;
}

/* h4 */
.post-content h4 {
  margin: 1.5em 0 0.5em;
  font-size: 1.05em;
  font-weight: 700;
  color: #505050;
}

.post-content p{
    margin-bottom: 30px;    
}
.post-content  hr{
      border: none;
  border-top: 1px solid #ab9a8f;
  margin: 3em 0;            
    
    
}

.post-content .wp-block-image{
    margin-bottom: 30px;
}

/* =========================
   リストデザイン
========================= */
.post-content ul,
.post-content ol {
  margin: 1.0em 0;
  padding-left: 1.5em;
    list-style-type: disc;
}



/* ul カスタム */
.post-content ul li::marker {
  color: #ab9a8f;
}

/* =========================
   表（テーブル）デザイン
========================= */
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: 0.95em;
}
.post-content  thead{
border-bottom: 3px solid #AA998E!important;
}
.post-content  th,
.post-content td {
  padding: 0.8em 1em;
  border: 1px solid #AA998E;
  text-align: left;
  vertical-align: middle;
    
}

/* ヘッダー */
.post-content  th {
  font-weight: 700;
   border: 1px solid #AA998E;
     background-color: #f9f1cc!important;;
}



/* =========================
   レスポンシブ対応
========================= */
@media screen and (max-width: 768px) {

  /* 見出し */

.post-contentt h2 {
    font-size: 1.25em;
  }

.post-content h3 {
    font-size: 1.1em;
  }

.post-content h4 {
    font-size: 1em;
  }

  /* 表を横スクロール */
.post-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}