@charset "utf-8";
/* CSS Document */

li > ul, li > ol {
	margin-left: 0;
}

.blog_body .wrapper h1{
	width: auto;
	position: relative;
	z-index: 1;
}
.blog_body .wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.blog_body header {
	background: none;
	z-index: 1;
}


.blog_body header:after {
	content: none;
}

.wrapper footer:after {
	content: none;
}

.top_ttl {
	height: auto;
}

.post blockquote p, .post q p,
.post em {
    font-style: italic;
}

/*================================
投稿記事
================================*/

/*投稿
--------------------------------*/
.site-main {
	margin-bottom: 40px;
	padding: 15px;
	background: #fff;
    border: 1px solid #dac087;
}
.site-main .post {
	
	/* background: #fff;
    padding: 15px;
    border: 1px solid #dac087; */
}

/*投稿(トップページ)
--------------------------------*/
.site-main.top_cont {
}
.site-main.top_cont .post,
.site-main.top_cont .blog {
	margin: 0 0 20px;
}

/*投稿日時
--------------------------------*/
.entry-meta {
	margin-bottom: 10px;
}
.posted-on a {
	color: #fff;
    text-decoration: none;
	font-size: 1rem;
}

/*投稿日時(トップページ)
--------------------------------*/
.top_cont .entry-meta {}
.posted-on {
	display: inline-block;
	padding: 2px 10px;
	background: #775b37;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

/*投稿記事タイトル(個別記事)
--------------------------------*/
.entry-title {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #999;
	font-family: 'Noto Sans Japanese', serif;
    font-size: 28px;

	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
}
.entry-title::after {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	background: #775b37;
	width: 5px;
	height: calc(100% - 14px);
}
h2.entry-title a .link{
	float: right;
    display: block;
    font-size: 14px;
    color: #fff;
	background: #775b37;
    border-radius: 4px;
    padding: 3px 15px;
    margin-top: 5px;
}
h2.entry-title a{
	display: block;
    text-align: left;
}

/*投稿記事タイトル(トップページ)
--------------------------------*/
.entry-list-title {
	padding: 0px 10px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 1.8rem;
}
.entry-list-title_link {
	color: #204e98 !important;
}
.entry-list-title_link {
	text-decoration: underline;
}

/*投稿記事本文
--------------------------------*/
.entry-content{
	padding: 0 15px 10px;
	margin: 0;
}
.entry-content p {
	margin-bottom: 20px;
	line-height: 1.7;
    font-size: 16px;
}

/*投稿記事内リンク
--------------------------------*/
.entry-content a {
	color: #2a6dd7;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #a4bbe0;
}

.site-main .post ul,
.site-main .post ol{
    font-size: 16px;
}

/*================================
投稿記事内のタイトル
================================*/
/*
ワードプレスの記事内にタイトルの
タグを入れると反映されます。
*/
.entry-content .entry-sub-title01 {
	margin-bottom: 30px;
	padding: 9px 20px;
	background: #e5f3fc;
	border-left: 10px solid #a4bbe0;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 2.2rem;
	/*font-weight: bold;*/
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
}
.entry-content .entry-sub-title02 {
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
	color: #204e98;
}
.entry-content .entry-sub-title03 {
	margin-bottom: 30px;
	padding: 0 0 5px 24px;
	border-left: 5px solid #204e98;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
	color: #204e98;
}
.entry-content strong {
	font-weight: bold;
}

.blog_body .entry-content h1 {}
.blog_body .entry-content h2 {}

.blog_body .entry-content h3 {
    position: relative;
    margin-bottom: 15px;
	font-size: 22px;
    color: #6b3b11;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 24px 0 23px 39px;
    background-image: url(/common/img/h3_item03.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-color: #fffdf3;
	margin: 10px auto;
    line-height: 1.3;
}

.blog_body .entry-content h3:before {
	content: "";
	position: absolute;
	background-image: url(/common/img/pt_line_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
}
.blog_body .entry-content h3:after {
	content: "";
	position: absolute;
	background-image: url(/common/img/pt_line_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
}

.blog_body .entry-content h4 {
    position: relative;
    background-image: url(/common/img/pt_line_02.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 13px;
    padding-bottom: 14px;
    padding-left: 22px;
	font-size: 23px;
    color: #775b37;
    padding-left: 22px;
    font-weight: bold;
    letter-spacing: 1px;
	margin: 10px auto;
    line-height: 1.3;

}

.blog_body .entry-content h4::after {
    content: "";
    position: absolute;
    background-image: url(/common/img/h3_item02.png);
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
}


.blog_body .entry-content h5 {
font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #f3b340;
    display: inline-block;
    padding: 4px 8px 5px;
    margin-bottom: 8px;
    letter-spacing: 1px;
    line-height: 1.3;
}
.blog_body .entry-content h6 {
position: relative;
    border-bottom: 1px solid #75562f;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 18px;
    font-size: 16px;
    color: #57350a;
    padding-right: 5px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.3;
}
.blog_body .entry-content h6:after {
    content: "";
    position: absolute;
    background-image: url(/common/img/h3_item01.png);
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
}


/*投稿記事カテゴリ
--------------------------------*/
.entry-footer {
	clear: both;
	margin-top: 30px;
	margin-bottom: 0;
	background: #fff;
	padding: 15px;
	text-align: left;
    border: 1px solid #dac087;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
	margin-right: 20px;
}
.entry-footer .cat-links a {
	color: #191970;
}
.entry-footer .comments-link {
	display: none;
}
.single-blog .entry-footer {
	/*ブログページではカテゴリを非表示に*/
	display: none;
}

/*投稿ナビゲーション
--------------------------------*/

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: auto!important;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    flex: auto!important;
}

.nav-links {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: end !important;
}
.nav-subtitle {
	font-weight: bold;
	color: #333;
}
.nav-title {
	color: #204e98;
}




/*================================
ページネーション
================================*/
.pagination {}
.nav-links {}
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-numbers li {
	padding: 0 8px;
    font-size: 16px;
}
.page-numbers .page-numbers {
	text-decoration: underline;
	color: #204e98;
}
.page-numbers .prev {
	text-decoration: none;
}
.page-numbers .next {
	text-decoration: none;
}
.page-numbers .current {
	text-decoration: none;
    color: #775b37;
}
.page-numbers .dots {
	text-decoration: none;
}


/*================================
ウィジェット
================================*/
.widget-area {
    background: #fff;
    border: 1px solid #dac087;
    padding: 15px;
    margin-bottom: 30px;
}
.widget {
	text-align: left;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.widget a {
	color: #23527c;
}
.widget a:hover {
	text-decoration: underline;
}
.widget-title {
	margin-bottom: 20px;
	padding: 6px 20px;
	background: #e5f3fc;
	border-left: 5px solid #a4bbe0;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
}
.widget ul li {
	font-size: 13px;
	margin-bottom: 0px;
}
.widget_archive ul li,
.widget_categories ul li {
	/*
	float: left;
	padding-right: 20px;
	*/
}
.widget ul li a {}
/*ウィジェット・検索ボックス
--------------------------------*/
.widget_search {
	width: 49%;
	float: left;
	padding-bottom: 0px;
}
.widget_search label{
	display: block;
}
.search-field {
	width: 80%;
	float: none;
}
.search-submit {
	width: 17%;
	float: right;
	color: #fff !important;
	background: #204e98 !important;
	font-size: 1.4rem;
	border: none !important;
	cursor: pointer;
	padding: 4px 4px 4px !important;
}
.search-submit:hover{
	opacity: 0.7;
}
/*ウィジェット・最近の投稿
--------------------------------*/
.widget_recent_entries {
	width: 49%;
	float: right;
}
/*ウィジェット・カテゴリー
--------------------------------*/
.widget_categories ul li {
	display: inline-block;
	margin: 0 6px 14px;
}
.widget_categories ul li a {
	display: block;
	padding: 6px 10px;
	background: #c9e3fa;
	border-radius: 4px;
	font-size: 1.3rem;
}
/*ウィジェット・アーカイブ
--------------------------------*/
.widget_archive {
}
.widget_archive #archives-dropdown-2{
	float: left;
}
.widget_tag_cloud .tagcloud{
	text-align: left;
}
/*ウィジェット・タグ
--------------------------------*/
.widget_tag_cloud .tagcloud a{
	font-size: 13px !important;
	padding-right: 20px;
}

.widget_meta {
	width: 49%;
	float: right;
	padding-bottom: 30px;
}
.site-footer {
	clear: both;
}



/*================================
ここからTABLET縦・SP適用（896px以下）
================================*/
@media(max-width: 896px) {}


/*================================
ここからSP適用（480px以下）
================================*/
@media(max-width: 480px) {
	/*================================
	投稿記事
	================================*/

	/*投稿(トップページ)
	--------------------------------*/
	.site-main.top_cont {
		padding: 20px;
	}

	/*投稿記事タイトル(個別記事)
	--------------------------------*/
	.entry-title {
		padding-left: 16px;

        font-size: 24px;
	}
	h2.entry-title a .link {
		float: none;
		display: inline-block;
	}

	/*投稿記事タイトル(トップページ)
	--------------------------------*/
	.entry-list-title {
		font-size: 1.6rem;
	}

	/*投稿記事本文
	--------------------------------*/
	.entry-content{
		padding: 0 0 10px;
	}
	.entry-content p {
	}

	/*================================
	投稿記事内のタイトル
	================================*/
	.entry-content .entry-sub-title01 {
		padding: 6px 10px;
		font-size: 2rem;
	}
	.entry-content .entry-sub-title02 {
		font-size: 2rem;
	}
	.entry-content .entry-sub-title03 {
		padding: 0 0 2px 18px;
		font-size: 1.8rem;
	}
	
	/*================================
	ウィジェット
	================================*/
	
	/*ウィジェット・検索ボックス
	--------------------------------*/
	.widget_search {
		width: 100%;
		float: none;
		/*padding-bottom: 30px;*/
	}
	.search-field {
		width: 100%;
		float: none;
	}
	.search-submit {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	/*ウィジェット・最近の投稿
	--------------------------------*/
	.widget_recent_entries {
		width: 100%;
		float: none;
	}
	
	
	
	
	
	
	
}










