@charset "utf-8";
/* ===========================================================
	Blog CSS
=========================================================== */
#blog #breadcrumb{ margin-bottom: 75px;}
#blog #contents_wrap{ padding-bottom: 100px;}

@media screen and (max-width: 600px) {
	#blog #breadcrumb{ margin-bottom: 8vw;}
	#blog #contents_wrap{ padding-bottom: 10vw;}
}

@media screen and (max-width: 1360px) {
	#blog main{ padding-left: 50px; box-sizing: border-box;}
}
@media screen and (max-width: 600px) {
	#blog main{ padding-left: 0;}
}

/* **********************************************************
	共通スタイル ※消さないでください
	余白やフォントサイズ等は適宜調整すること
********************************************************** */

/* 全体共通
========================================================== */
.post_date { font-size: 14px;}
.post_tit { color: #7e6b2e; font-size: 20px; font-weight: bold;}
.post_cat { display: flex; flex-wrap: wrap; font-size: 14px;}
.post_cat a { padding: 2px 15px; margin: 2px 0; background: #fff; border: 1px solid #ccc; border-radius: 3px; color: #666;}
.post_cat a:hover { text-decoration: none;}
.post_tag { display: flex; flex-wrap: wrap; justify-content: flex-end; font-size: 14px;}

@media screen and (max-width: 600px) {
	.post_date { font-size: 12px;}
	.post_cat { font-size: 12px;}
	.post_cat a { padding: 2px 8px;}
	.post_tag { font-size: 12px;}
}


/* ウィジェット配置
========================================================== */
.widget .wp-block-archives-dropdown label { display: none;}
.widget select { 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	border-radius: 0;
	background-color: white; 
	/* background: url(https://websample.local/u-u.co.jp/blog/img/icon_arrow.svg) no-repeat;  */
	color: #000; 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
	font-size: 16px; 
	outline: none;
}
.widget input[type="search"] { 
	padding: 5px 45px 5px 20px; 
	background-color: white;
	/* background: #fff url(https://websample.local/u-u.co.jp/blog/img/icon_search.svg) no-repeat right 20px center;  */
	border: 1px solid #999; 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
	font-size: 16px; 
	outline: none;
}



/* 記事一覧レイアウト
========================================================== */
.page_tit { margin: 0 0 20px; font-size: 22px;}
.post_thumb img { width: 100%; height: 100%; object-fit: cover;}
.post_summary { display: flex;}
.post_summary .post_detail { flex-grow: 1; display: flex; flex-direction: column;}
.post_summary .post_detail a:hover{ text-decoration: none; opacity: .75;}
.post_summary .post_date { margin: 0 0 5px;}
.post_summary .post_txt { flex-grow: 1; margin: 15px 0 0; font-size: 14px;}
.post_summary .post_cat { margin: 15px 0 0;}
.post_summary .post_cat a:not(:last-child) { margin-right: 8px;}

@media screen and (max-width: 600px) {
	.post_summary .post_tit { font-size: 16px;}
	.post_summary .post_txt { display: none;}
}

/* ページナビ */
.page_navi { width: 100%;}
.page_navi .wp-pagenavi { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.page_navi span,
.page_navi a { margin: 2px 5px; padding: 10px; box-sizing: border-box; line-height: 1;}
.page_navi .current { background: #f0ead6;}

@media screen and (max-width: 600px) {
	.page_navi { margin-top: 30px;}
}


/* 記事詳細レイアウト
========================================================== */
.post_single .post_date { margin: 0 0 20px;}
.post_single .post_tit { border-bottom: 1px solid #ccc;}
.post_single .post_cat { justify-content: flex-end; margin: 50px 0 0;}
.post_single .post_cat a:not(:last-child) { margin-left: 8px;}
.post_single .post_tag { margin: 20px 0 0;}
.post_single .post_tag a { margin: 3px 10px;}
.post_single .post_tag a:last-child { margin-right: 0;}

@media screen and (max-width: 600px) {
	.post_single .post_date { margin-bottom: 10px;}
	.post_single .post_cat { margin-top: 20px;}
	.post_single .post_tag { margin-top: 10px;}
	.post_single .post_tag a { margin: 3px 5px;}
}

/* 前後記事へのリンク */
.article_navi{ width: 100%;}
.article_navi ul { display: flex; justify-content: center; margin: 70px 0 0; font-size: 14px;}
.article_navi .return { margin: 0 50px;}
.article_navi .prev,
.article_navi .next { position: relative;}
.article_navi .prev::before,
.article_navi .next::before { 
	content: ''; 
	width: 14px; 
	height: 14px; 
	position: absolute;
	top: 50%; 
	background-color: white;
	/* background: url(https://websample.local/u-u.co.jp/blog/img/icon_arrow.svg) no-repeat center center; */
}
.article_navi .prev { padding: 0 0 0 20px;}
.article_navi .prev::before { left: 0; transform: translateY(-50%) rotate(90deg);}
.article_navi .next { padding: 0 20px 0 0;}
.article_navi .next::before { right: 0; transform: translateY(-50%) rotate(-90deg);}

@media screen and (max-width: 600px) {
	.article_navi ul { justify-content: space-between; margin-top: 30px; font-size: 12px;}
	.article_navi .return { margin: 0 15px; text-align: center;}
}



/* **********************************************************
	選択スタイル ※不要なスタイルは削除
********************************************************** */

/* ウィジェット配置
========================================================== */
/* ▼ ウィジェットサイド配置：基本レイアウト ここから ------------ */
.widget_side { display: flex; justify-content: space-between;}
.widget_side main { width: calc(100% - 300px);}
.widget_side .posts { width: 100%;}
.widget_side .widget { width: 270px;}
.widget_side .widget_tit { margin: 0 0 5px;}
.widget_side .widget_box + .widget_box { margin: 50px 0 0;}
.widget_side .widget_box li { padding: 10px 20px; border-bottom: 1px dashed #999;}
.widget_side .widget_box li .wp-block-latest-posts__post-date { display: block; font-size: 14px;}
.widget_side .widget_box .children { margin: 5px 0 0; }
.widget_side .widget_box .children li { padding: 3px 20px; border-bottom: none; text-indent: calc(-0.5em - 10px);}
.widget_side .widget_box .children li::before { content: '-'; margin: 0 10px 0 0;}
.widget_side .widget_box .children li:last-child { padding-bottom: 0;}
.widget_side .widget select { width: 100%; height: 40px; padding: 5px 45px 5px 20px; margin: 10px 0 0; background-position: right 20px center; border: 1px solid #999;}
.widget_side .widget input[type="search"] { width: 100%; height: 40px;}

@media screen and (max-width: 600px) {
	.widget_side { display: block;}
	.widget_side main,
	.widget_side .posts,
	.widget_side .widget { width: auto; max-width: none;}
	.widget_side main { margin: 0 0 40px;}
	.widget_side .widget_box + .widget_box { margin-top: 25px;}
	.widget_side .widget_box li { padding: 8px 10px; font-size: 14px;}
}
/* ▲ ウィジェットサイド配置：基本レイアウト ここまで ------------ */

/* ▼ ウィジェットサイド配置：オプションレイアウト ここから
以下はウィジェットサイド配置：基本レイアウトに追加して使用するcssです。
--------------------------------------------------------- */
/* ▼ 装飾type1 タイトル左側に横線 ここから */
.widget_side .widget.widget_sideline .widget_tit { padding: 0 0 0 30px; position: relative; font-size: 22px;}
.widget_side .widget.widget_sideline .widget_tit::before { content: ''; width: 20px; height: 1px; position: absolute; top: 50%; left: 0; background: #7e6b2e;}

@media screen and (max-width: 600px) {
	.widget_side .widget.widget_sideline .widget_tit { padding-left: 20px; font-size: 18px;}
	.widget_side .widget.widget_sideline .widget_tit::before { width: 15px;}
}
/* ▲ 装飾type1 タイトル左側に横線 ここまで */
/* ▲ ウィジェットサイド配置：オプションレイアウト ここまで ------- */


/* 記事一覧レイアウト
========================================================== */
/* ▼ 記事一覧type2・記事一覧type3：基本レイアウト ここから ----- */
.posts_layout_card { display: flex; flex-wrap: wrap; justify-content: space-between;}
.posts_layout_card .post_summary { flex-direction: column; margin: 0 0 50px;}
.posts_layout_card .post_summary .post_thumb { width: 100%;}
.posts_layout_card .post_summary .post_detail { padding: 0 15px 15px; margin: 15px 0 0;}
.posts_layout_card .post_summary .post_tag { padding: 5px 0 0; border-top: 1px solid #ccc;}
.posts_layout_card .page_navi { order: 3;}

@media screen and (max-width: 600px) {
	.posts_layout_card .post_summary { width: calc( (100% - 20px) / 2 ) !important; max-width: none !important; margin-bottom: 30px;}
	.posts_layout_card .post_summary .post_thumb { height: calc( (92vw - 20px) / 2 * 0.6 ) !important;}
}
@media screen and (max-width: 480px) {
	.posts_layout_card { display: block;}
	.posts_layout_card .post_summary { width: auto !important; margin-bottom: 30px;}
	.posts_layout_card .post_summary .post_thumb { height: calc( 92vw * 0.6 ) !important;}
}
/* ▲ 記事一覧type2・記事一覧type3：基本レイアウト ここまで ----- */

/* ▼ 記事一覧type2・記事一覧type3：オプションレイアウト ここから
以下は記事一覧type2・記事一覧type3：基本レイアウトに追加して使用するcssです。
--------------------------------------------------------- */
/* ▼ 2カラム ここから */
.posts_layout_card.col2 .post_summary { width: 47%;}
.posts_layout_card.col2 .post_summary .post_thumb { height: 250px;}
/* ▲ 2カラム ここまで */

/* ▼ 装飾type1 枠線なし ここから */
.posts_layout_card .post_summary.post_bd_none .post_detail { padding: 0;}
/* ▲ 装飾type1 枠線なし ここまで */

/* ▲ 記事一覧type2・記事一覧type3：オプションレイアウト ここまで */



/* ページナビ
========================================================== */
/* 装飾type2 丸 */
.page_navi.navi_circle .current { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%;}



/* 記事詳細レイアウト
========================================================== */
/* ▼ 装飾type2 枠線付き ここから --------------------------- */
.post_single.post_bd_all { padding: 20px 0 10px; width: 100%; border: 1px solid #ccc;}
.post_single.post_bd_all .post_date { padding: 0 40px;}
.post_single.post_bd_all .post_tit { padding: 0 40px 25px;}
.post_single.post_bd_all .post_txt { padding: 30px 40px 0;}
.post_single.post_bd_all .post_cat,
.post_single.post_bd_all .post_tag { padding: 0 40px;}

@media screen and (max-width: 600px) {
	.post_single.post_bd_all { padding: 0; border: none;}
	.post_single.post_bd_all .post_date { padding: 0;}
	.post_single.post_bd_all .post_tit { padding: 0 0 15px;}
	.post_single.post_bd_all .post_txt { padding: 20px 0 0;}
	.post_single.post_bd_all .post_cat,
	.post_single.post_bd_all .post_tag { padding: 0;}
}
/* ▲ 装飾type2 枠線付き ここまで --------------------------- */

/* 404中央表示 */
.page_404_redirect {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
}

.page_404_inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page_404_link {
  font-size: 18px;
  color: #7e6b2e;
  text-decoration: none;
}

.page_404_link:hover {
  opacity: 0.7;
}

.page_404_text {
  font-size: 14px;
  color: #666;
}


/* 検索一覧
========================================================== */
.post_summary.post_search .post_tit mark,
.post_summary.post_search .post_txt mark{
	background:linear-gradient(transparent 60%, #f6c 60%);
	font-style: normal;
}

