@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	ブログ用css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.wp-pagenavi span.pages {
    color: #452200 !important;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.extend {
    background: #7e7aa8 !important;
    border: 1px solid #7e7aa8 !important;
    color: #fff !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #3f83a0 !important;
    border: 1px solid #3f83a0 !important;
    color: #ffffff !important;
}


/* ================================================================================

	PC・SP共通部分

================================================================================ */

.blog_wrap table {
	width: auto !important;
}
.blog_wrap table td {
	border: 1px solid;
	padding: 8px;
	width: auto !important;
	vertical-align: middle;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: none;
}

.alignright {
	float: none;
}

.embed-youtube iframe {
	width: 100%;
}


/* ================================================================================

	PC

================================================================================ */
@media (min-width: 768px) {
/* カテゴリアイコン
---------------------------------------------------------------
.cate_投稿カテゴリスラッグ名
--------------------------------------------------------------- */
	.blog_icon {
		padding: 0 4px 2px 4px;
		color: #ffffff;
		background-color: #452200 !important;
	}
}

/* ================================================================================

	SP

================================================================================ */

@media (max-width: 767px) {
	.blog_icon {
		padding: 0 4px 1px 4px;
		color: #ffffff;
		background-color: #452200 !important;
	}
}
/* タグアイコン
--------------------------------------------------------------- */
.blog_tag a {
	padding: 0 4px;
	color: #452200;
	display: inline-block;
	margin: 4px 4px 0 0;
	background-color: #d4c7af !important;
	
}




/* ================================================================================

	いいねボタン

================================================================================ */
.blog_iine {
	margin: 24px 0 0 0;
}

/* いいねボタンのボーダーカラー */
.blog_iine > div {
	border-color: #eeeeee;
	background-color: rgba(255,255,255,0.5);
	padding: 5px 5px;
}





/* ================================================================================

	PC

================================================================================ */
@media (min-width: 768px) {

	/* 日付アーカイブ・タグタイトル */
	.category_title {
		margin-bottom: 40px;
		font-size: 32px;
		text-align: center;
	}


	/* ブログ */
	.blog_wrap {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	.blog_wrap p {
		overflow: hidden;
	}

	.blog_wrap img {
		max-width: 100%;
		height: auto;
		margin: 16px 0;
		display: block;
	}

	.blog_wrap > ul > li {
		background-color: #eae3d6;
		margin-bottom: 60px;
		padding: 48px;
	}
	.blog_wrap > ul > li:last-child {
		margin-bottom: 24px;
	}


	.blog_title_date {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.blog_title_link {
		font-size: 28px;
		margin-bottom: 24px;
	}

	/* タグアイコン */
	.blog_tag {
		padding: 8px 0;
	}
	.blog_tag ul li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.blog_tag ul li a {
		padding: 0 4px;
		display: block;
		font-size: 14px;
	}



	/* 人気記事 */
	.popular_post_wrap {
		width: 1000px;
		margin: 0 auto;
		padding: 60px 0 0 0;
	}
	.popular_post_wrap h2 {
		text-align: center;
		font-size: 24px;
		font-weight: 300;
		border-bottom: 1px solid;
		width: 50%;
		margin: 0 auto 24px;
	}
	.popular_post_wrap ul {
		overflow: hidden;
	}
	.popular_post_wrap ul li {
		float: left;
		width: 320px;
		margin-right: 20px;
		background-color: #cccccc;
		clear: none;
		padding: 10px;
	}
	.popular_post_wrap ul li:last-of-type {
		margin-right: 0px;
	}
	.popular_post_wrap ul li img {
		float: none;
		display: block;
		margin: 0 auto 8px;

		width: 300px;
		height: 200px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.popular_post_wrap ul li a{
		float: none;
		display: block;
		text-align: center;
		font-size: inherit;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.popular_post_wrap ul li a:hover img{
		opacity: 1;
	}
	.popular_post_wrap ul li span {
		float: none;
		display: block;
		text-align: center;
	}


	/* 最近の投稿・アーカイブ */
	.blog_function_wrap_inner {
		padding: 60px 0 0 0;
	}
	.blog_function_wrap_inner > ul {
		overflow: auto;
		width: 1000px;
		margin: 0 auto;
	}
	.blog_function_wrap_inner > ul > li a {
		font-size: 16px;
	}
	.blog_function_wrap_inner > ul > li:nth-of-type(1) {
		width: 50%;
		padding: 0 40px 16px;
		float: left;
	}
	.blog_function_wrap_inner > ul > li:nth-of-type(2) {
		width: 50%;
		padding: 0 24px 16px;
		float: left;
	}
	/*
	.blog_function_wrap_inner > ul > li:nth-of-type(3) {
		width: 33.3%;
		padding: 0 24px 16px;
		float: left;
	}
	*/
	.blog_function_wrap_inner > ul > li > ul {
		width: 100%;
		max-height: 210px;
		height: 100%;
		overflow: auto;
		text-align: center;
	}
	.blog_function_wrap_inner > ul > li > ul > li {
		font-size: 16px;
		/* font-size: 14px; */
		line-height: 40px;
	}
	.blog_function_wrap_inner h2 {
		text-align: center;
		font-size: 24px;
		/* font-size: 20px; */
		font-weight: 300;
		border-bottom: 1px solid;
		width: 50%;
		margin: 8px auto 24px;
	}
	.blog_function_wrap_inner .recent_title_text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		width: 76%;
		display: block;
		float: left;
		text-align: left;
	}
	.blog_function_wrap_inner .recent_title_date {
		font-size: 14px;
		width: 24%;
		display: block;
		float: left;
		text-align: right;
	}
}






/* ================================================================================

	SP

================================================================================ */

@media (max-width: 767px) {

	/* 日付アーカイブ・タグタイトル */
	.category_title {
		margin-bottom: 8vw;
		font-size: 5.6vw;
		text-align: center;
	}


	/* ブログ */
	.blog_wrap img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 1em auto;
	}

	.blog_wrap iframe {
		max-width: 100%;
		width: 100%;
		margin: 4vw auto;
	}

	.blog_wrap > ul > li {
		background-color: #eae3d6;
		margin-bottom: 8vw;
		padding: 6vw;
	}
	.blog_wrap > ul > li:last-child {
		margin-bottom: 8vw;
	}


	.blog_title_link {
		font-size: 5vw;
		margin-bottom: 1em;
	}
	.blog_title_date {
		font-size: 3.3vw;
		margin-bottom: 1vw;
	}


	/* タグアイコン */
	.blog_tag {
		padding: 2vw 0;
	}
	.blog_tag ul li {
		display: inline-block;
		margin: 0 2vw 0 0;
	}
	.blog_tag ul li a {
		padding: 0 4px;
		display: block;
		font-size: 3.3vw;
	}



	/* 人気記事 */
	.popular_post_wrap {
		padding: 12vw 0 0 0;
	}
	.popular_post_wrap h2 {
		text-align: center;
		font-size: 5vw;
		border-bottom: 1px solid;
		width: 50%;
		margin: 0 auto 8vw;
		font-weight: 300;
	}
	.popular_post_wrap ul {
		overflow: auto;
	}
	.popular_post_wrap ul li {
		width: 100%;
		margin-bottom: 10vw;
		background-color: #cccccc;
		clear: none;
		padding: 2vw;
	}
	.popular_post_wrap ul li:last-of-type {
		margin-bottom: 0;
	}
	.popular_post_wrap ul li img {
		float: none;
		display: block;
		margin: 0 auto 2vw;

		width: 100%;
		height: auto;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.popular_post_wrap ul li a {
		float: none;
		display: block;
		text-align: center;
		font-size: inherit;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.popular_post_wrap ul li a:hover img{
		opacity: 1;
	}
	.popular_post_wrap ul li span {
		float: none;
		display: block;
		text-align: center;
	}


	/* 最近の投稿・アーカイブ */
	.blog_function_wrap_inner {
		padding: 12vw 0 0 0;
	}
	.blog_function_wrap_inner > ul {
		overflow: auto;
	}
	.blog_function_wrap_inner > ul > li > ul {
		width: 100%;
		max-height: 28vw;
		height: 100%;
		overflow: auto;
		text-align: center;
		margin-bottom: 12vw;
	}
	.blog_function_wrap_inner > ul > li > ul > li {
		line-height: 2.5;
	}
	.blog_function_wrap_inner h2 {
		text-align: center;
		font-size: 5vw;
		border-bottom: 1px solid;
		width: 50%;
		margin: 4vw auto;
		font-weight: 300;
	}
	.blog_function_wrap_inner .recent_title_text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		width: 62%;
		display: block;
		float: left;
		text-align: left;
	}
	.blog_function_wrap_inner .recent_title_date {
		width: 38%;
		display: block;
		float: left;
		text-align: right;
	}
}