@charset 'UTF-8';

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

	ブログ用css

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



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

	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%;
}


/* カテゴリアイコン
---------------------------------------------------------------
.cate_投稿カテゴリスラッグ名
--------------------------------------------------------------- */
.blog_icon {
	padding: 0 4px;
	background-color: transparent !important;
	color: #ffffff;
}


/* タグアイコン
--------------------------------------------------------------- */
.blog_tag a {
	padding: 0 4px;
	background-color: #153315 !important;
	color: #ffffff;
	display: inline-block;
	margin: 4px 4px 0 0;
}




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

	いいねボタン

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

/* いいねボタンのボーダーカラー */
.blog_iine > div {
	border-color: #eeeeee;
}





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

	PC

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

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



	/* レイアウト */
	.blog_box {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}


	.blog_wrap {
		float: left;
		width: 680px;
	}
	.blog_function_wrap {
		float: right;
		width: 270px;
	}

	.blog_wrap2 {
		float: none;
		width: 1000px;
	}




	.blog_wrap p {
		overflow: hidden;
	}

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

	.blog_wrap > ul > li,
	.blog_wrap2 > ul > li {
		background: url(../img/bg_blog.jpg) center top repeat-y;
		background-color: #000000;
		margin-bottom: 60px;
		padding: 48px;
	}
	.blog_wrap > ul > li:last-child,
	.blog_wrap2 > ul > li:last-child {
		margin-bottom: 24px;
	}


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


	/* 続きを読む */
	.blog_link {
		padding-top: 24px;
		text-align: right;
	}



	/* タグアイコン */
	.blog_tag {
		margin-top: 24px;
		border-top: 1px dotted;
		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;
	}




	/* 店舗情報 */
	.side_info {
		width: 100%;
		text-align: center;
	}
	.side_info img {
		width: 100%;
		height: auto;
		margin-bottom: 8px;
		border-radius: 8px;
	}
	.side_info h2 {
		font-size: 16px;
		font-weight: 300;
		margin-bottom: 8px;
	}
	.side_info p {
		font-size: 12px;
		margin-bottom: 24px;
		line-height: 1.6;
	}
	.side_info a {
		pointer-events: none;
	}




	/* 人気記事 */
	.popular_post_wrap {
		padding: 60px 0 0 0;
	}
	.popular_post_wrap h2 {
		text-align: center;
		font-size: 24px;
		font-weight: 300;
		border-bottom: 1px solid;
		margin: 0 auto 24px;
		padding-bottom: 8px;
		line-height: 0.9;
	}
	.popular_post_wrap h2 span {
		font-size: 12px;
		color: #666666;
	}

	.popular_post_wrap ul {
		overflow: hidden;
		margin: 0 auto;
	}
	.popular_post_wrap ul li {
		margin-right: 20px;
		clear: none;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}
	.popular_post_wrap ul li:last-of-type {
		margin: 0;
	}
	.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: left;
		font-size: inherit;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.popular_post_wrap ul li span {
		float: none;
		display: block;
		text-align: left;
	}


	/* 最近の投稿・アーカイブ */
	.blog_function_wrap_inner {
	}
	.blog_function_wrap_inner > ul {
		overflow: auto;
		margin: 0 auto;
	}
	.blog_function_wrap_inner > ul > li {
		padding: 0 0 24px;
	}
	.blog_function_wrap_inner > ul > li a {
		font-size: 16px;
	}

	.blog_function_wrap_inner > ul > li > ul {
		width: 100%;
		text-align: center;
	}
	.blog_function_wrap_inner > ul > li > ul > li {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 16px;
	}
	.blog_function_wrap_inner h2 {
		text-align: center;
		font-size: 24px;
		font-weight: 300;
		border-bottom: 1px solid;
		margin: 8px auto 24px;
		padding-bottom: 8px;
		line-height: 0.9;
	}
	.blog_function_wrap_inner h2 span {
		font-size: 12px;
		color: #666666;
	}

	.blog_function_wrap_inner .recent_title_text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		display: block;
		text-align: left;
	}
	.blog_function_wrap_inner .recent_title_date {
		font-size: 14px;
		display: block;
		text-align: left;
	}
}






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

	SP

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

@media (max-width: 767px) {

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


	/* ブログ */
	.blog_wrap {
	}
	.blog_function_wrap {
		margin-top: 16vw;
	}


	.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,
	.blog_wrap2 > ul > li {
		background: url(../img/bg_blog.jpg) center top repeat-y;
		background-size: 150% auto;
		background-color: #000000;
		margin-bottom: 8vw;
		padding: 6vw;
	}
	.blog_wrap > ul > li:last-of-type,
	.blog_wrap2 > ul > li:last-of-type {
		margin-bottom:8vw;
	}



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


	/* 続きを読む */
	.blog_link {
		padding-top: 6vw;
		text-align: right;
	}


	/* タグアイコン */
	.blog_tag {
		margin-top: 4vw;
		border-top: 1px dotted;
		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;
	}




	/* 店舗情報 */
	.side_info {
		width: 100%;
		text-align: center;
	}
	.side_info_img {
		margin-bottom: 2vw;
		border-radius: 8px;
	}
	.side_info h2 {
		font-size: 5vw;
		font-weight: 300;
		margin-bottom: 2vw;
	}
	.side_info p {
		font-size: 3.3vw;
		margin-bottom: 1em;
		line-height: 1.6;
	}




	/* 人気記事 */
	.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 h2 span {
		font-size: 3.2vw;
		color: #666666;
	}
	.popular_post_wrap ul {
		overflow: auto;
	}
	.popular_post_wrap ul li {
		width: 100%;
		margin-bottom: 8vw;
		clear: none;
	}
	.popular_post_wrap ul li:last-of-type {
		margin: 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 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 h2 span {
		font-size: 3.2vw;
		color: #666666;
	}
	.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;
	}
}