/* TCDのページヘッダーを非表示 */
.p-page-header {
  display: none;
}

/* ヘッダーが消えた分の余白確保 */
.l-contents {
  margin-top: 80px;
}

/* ページタイトル */
.p-page-header__title{
  color: #36220B;
  height: auto;
  line-height: 1.5;
  font-size: 60px;
}

.footprint{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  background: url('/wp-content/uploads/2026/04/icon_footprint_brown.png') no-repeat center / contain;
}

.sub-ttl{
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 100%;
  height: auto;
	margin-top: 40px;
}

.sub-ttl_text{
  font-size: 24px !important;
  color: #907A44;
  margin-bottom: 0 !important;
}

.p-page-header__inner{
margin-bottom: 16px;
}

.page_ttl{
  font-size: 60px !important;
  text-align: center;
  margin-bottom: 80px !important;
  color: #36220B;	
	line-height: 1.5;
}


@media (max-width: 768px) {
	 .footprint{
  width: 24px;
  height: 24px;
}

  .sub-ttl_text{
  font-size: 20px !important;
}

  .page_ttl{
  font-size: 36px !important;
}

.contact_text{
   text-align: left;
}
}

/* スタイルの上書き */
.p-widget styled_post_list_widget{
	margin: 0;
}

.l-secondary{
	display:none;	
}

.l-primary{
	width: 100% !important;
}

.p-article04__header{
	background: #EBEAE1 !important;
	border-bottom: 0.5px solid #D5C69E !important;
	border-radius: 4px 4px 0 0;
}

.p-article04__title > a{
	color: #36220B;
	font-size: 20px;
	line-height: 1.5;
}

.p-article04__title > a:hover{
	opacity: 0.7;
	color: #36220B !important;
}

.p-article04__date{
	color: #36220B !important;
	font-size: 16px !important;
	opacity: 0.5;
   font-family: "Times New Roman", Times, "Yu Mincho", "游明朝", "游明朝体", "Hiragino Mincho Pro", serif !important;
}

.p-article04__excerpt{
	background: #FFF;
	font-size: 16px !important;
	border-radius: 0 0 4px 4px;
}

.p-article04{
	border: none !important;
}

@media (max-width: 768px) {
	.p-article04__title > a{
		font-size: 16px;
	}
	.p-article04__date{
		font-size: 14px !important;
	}
	
	.p-article04__excerpt{
		font-size: 14px !important;
	}
	
	.p-article04__header{
		padding: 18px 20px 12px !important;
	}
	.sub-ttl{
		margin-top: 80px;
	}

}

/* 記事ページスタイルの上書き */
.p-entry__inner{
	padding: 0 !important;
}

.p-entry__meta{
	border-radius: 4px;
	font-size: 14px !important;
   font-family: "Times New Roman", Times, "Yu Mincho", "游明朝", "游明朝体", "Hiragino Mincho Pro", serif !important;
}

.p-entry__title{
	color: #36220B;
}

.p-entry__body p{
	line-height: 1.8 !important;
	margin-bottom: 20px !important;
}

.p-entry__body{
	margin-bottom: 60px !important;
}

.p-nav01__item{
	height: 80px !important;
	width: 49% !important;
}

.p-nav01__item:hover{
	opacity: 0.7;
}

.c-nav01__item{
	border: none !important;
}

.c-nav01__item a{
	background: #EBEAE1 !important;	
	border-radius: 4px;
}

.p-nav01__item--prev a{
	color: #36220B;
}

.p-nav01__item--prev::before{
	color: #36220B;	
}

.c-share--lg .c-share__btn a{
	border-radius: 4px;
}

.c-share--mono a{
	border: none !important;
	background: #FFF;
}

.p-article03{
	background-color: #FFF;
	border:  0.5px solid #D5C69E !important;
}

.p-article03__title{
	color: #36220B;
}

.p-article03__date{
	color: #36220B !important;
	opacity: 0.5;
	font-family: "Times New Roman", Times, "Yu Mincho", "游明朝", "游明朝体", "Hiragino Mincho Pro", serif !important;
}

.p-entry__body img[class*="align"], .p-entry__body img[class*="wp-image-"], .p-entry__body img[class*="attachment-"], .p-entry__body .size-full, .p-entry__body .size-large, .p-entry__body .wp-post-image, .p-entry__body img{
	width: 60%;
}

.p-latest-news__item--no-post{
	margin-top: 20px !important;
	color: #36220B;
}

@media (max-width: 768px) {
	.p-entry__inner{
	padding: 0 20px 40px 20px !important;
}
	.l-primary{
		padding-bottom: 80px;
	}
	.p-entry__title{
		margin-bottom: 30px !important;
	}
	.p-entry__meta{
		font-size: 12px !important;
	}
	.p-entry{
		margin: 0 -20px 0 !important;
	}
	.p-nav01{
		margin: 0;
	}
	.p-nav01__item{
		height: 48px !important;
	}
	.p-entry__body img[class*="align"], .p-entry__body img[class*="wp-image-"], .p-entry__body img[class*="attachment-"], .p-entry__body .size-full, .p-entry__body .size-large, .p-entry__body .wp-post-image, .p-entry__body img{
	width: 100%;
}
	.l-contents {
  margin-top: 40px;
}
	.page_ttl{
  margin-bottom: 60px !important;
}
}