@charset "UTF-8";
/* ===================================================
	News CSS
====================================================== */

/* 全体共通
========================================================== */
.post_date { font-size: 14px;}
.post_tit { font-size: 20px; font-weight: bold; color: #cb5219;}
.post_tit a{ color: #cb5219;}
.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;}
.archive_tit { padding: 0 0 0 30px; margin: 0 0 20px; position: relative; font-size: 22px;}
.archive_tit::before { content: ''; width: 20px; height: 1px; position: absolute; top: 50%; left: 0; background: #000;}

@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;}
	.archive_tit { padding-left: 20px; font-size: 18px;}
	.archive_tit ::before { width: 15px;}
}


/* ウィジェット配置
========================================================== */
.widget .wp-block-archives-dropdown label { display: none;}
.widget select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; background: url(../img/common/ico_arrow_01.svg) no-repeat; background-size: 10px; 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: #fff url(../../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_date { margin: 0 0 5px;}
.post_summary .post_tit {}
.post_summary .post_txt { flex-grow: 1; margin: 15px 0 0; font-size: 14px;}
.post_summary .post_cat { margin: 5px 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: #f2d6c8;}

@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-right: 8px;}
.post_single .post_tag { margin: 10px 0 0;}
.post_single .post_tag a { margin: 0 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 ul { display: flex; justify-content: space-between; margin: 70px 0 0; font-size: 14px;}
.article_navi .return { margin: 0 50px;}
.article_navi .prev,
.article_navi .next { position: relative; color: #999;}
.article_navi .prev::before,
.article_navi .next::before { content: ''; width: 14px; height: 14px; position: absolute; top: 50%; background: url(../../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; padding: 50px 0 0;}
.widget_side main { width: calc(100% - 300px); padding: 0 0 150px;}
.widget_side .posts { width: 100%;}
.widget_side .widget { width: 270px; padding: 0 0 150px;}
.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;}
.widget_side .widget_box .post-date{ display: block; text-align: right; font-size: 12px;}

@media screen and (max-width: 600px) {
	.widget_side { display: block; padding: 40px 0 0;}
	.widget_side main { padding: 0 0 40px;}
	.widget_side .widget { padding: 0 0 50px;}
	.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: #000;}

@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 タイトル背景色付き ここから */
.widget_side .widget.widget_bg .widget_tit { padding: 8px 15px; background: #ccc; font-size: 18px;}
/* ▲ 装飾type2 タイトル背景色付き ここまで */
/* ▲ ウィジェットサイド配置：オプションレイアウト ここまで ------- */






/* 記事一覧レイアウト
========================================================== */

/* ▼ 記事一覧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; margin: 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: 410px; min-width: 47%; max-width: calc( (100% - 30px) / 2 );}
.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 30px; 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; font-size: 16px; line-height: 2;}
.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; font-size: 14px; line-height: 1.7;}
	.post_single.post_bd_all .post_cat,
	.post_single.post_bd_all .post_tag { padding: 0;}
}
/* ▲ 装飾type2 枠線付き ここまで --------------------------- */
