@charset "UTF-8";
.title-page { margin-bottom: 28px; }

.date,
.title-post,
.author {
	text-align: center;
	color: #231815;
	font-size: 13px;
}
.content {
	text-align: left;
	color: #231815;
	font-size: 13px;
}
.date {
	font-family: 'Heebo', sans-serif; font-weight: 500;
	font-size: 15px;
}

.title-post {
	font-size: 18px;
	margin: 20px 0 30px;
}

.author {
	color: #808080;
	margin-bottom: 66px;
}

.content figure {
	max-width: 668px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

.content figcaption {
	font-size: 13px;
	line-height: 2;
	margin: 30px 0 41px;
}

.pagination-post {
	border-top: 1px solid #878787;
	padding-top: 33px;
	margin-bottom: 37px;
}

.pagination-post a {
	font-size: 13px;
	position: relative;
	color: #231815;
	vertical-align: middle;
}

.pagination-post a:hover {
	color: #999;
	text-decoration: none;
}
.pagination-post a > span,
.pagination-post a > img { vertical-align: middle; }

.pagination-post a:hover > span { text-decoration: underline; }

.pagination-post .prev-post { padding-left:28px; }

.pagination-post .prev-post::before {
	content: url("../img/icon_prev_b.png");
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pagination-post .next-post { padding-right:28px; }

.pagination-post .next-post::before {
	content: url("../img/icon_next_b.png");
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pagination-post .next-post .phbox { margin-left: 25px; }

.pagination-post .prev-post .phbox { margin-right: 25px; }

.pagination-post a img {
	transition: all 0.5s ease 0s;
	opacity: 1;
}

.pagination-post a:hover img { opacity: .85; }

.link-bottom-post {
	color: #231815;
	font-size: 13px;
	margin-bottom: 78px;
	display: inline-block;
}


.link-bottom-post:hover { color: #999; }

.content-bottom-post-blog { padding-top: 40px; }

.content-bottom-post-blog li {
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 21px;
}

.content-bottom-post-blog li:nth-child(n) { padding-right: 26px; }

.content-bottom-post-blog li:nth-child(2n) { padding-left: 26px; }

.box-border { border: 1px solid #808080; }

.box-border img { margin-right: 20px; }

.box-border .content-box {
	padding: 14px 0 16px 0;
	font-size: 12px;
	line-height: 20px;
}

.box-border .content-box .name	{ font-size: 15px; margin-top: 5px; margin-bottom: 5px; }

.content-bottom-post-blog .button-link { margin-top: 10px; }

.content-bottom-post-blog h3 {
	font-size: 18px;
	line-height: 30px;
}

.list-2-items .shop-profile h3 { font-size: 16px; line-height: 1.6em; margin-bottom: 8px; }
.list-2-items .shop-profile p { font-size: 11px; line-height: 1.6em; }
.list-2-items .shop-profile a { display: inline; }

@media screen and (max-width: 768px){
	.content-bottom-post-blog li:nth-child(n),
	.content-bottom-post-blog li:nth-child(2n) {
		padding: 0;
		float: none;
		width: auto;
		margin-bottom: 10px;
	}

	.box-border { border: none; }
	.pagination-post a > span{
		width: 150px;
		display: inline-block;
	}

	.content-bottom-post-blog .button-link {
		text-align: center;
		margin: 0;
	}
	.list-tags li a:hover {
		background-color: #ccc;
		border-color: #ccc;
	}

	.title-post {
		font-size: 18px;
		margin: 15px 0;
	line-height:1.4;
	}

	.author,
	.content p,
	.content figure { margin-bottom: 20px; }

	.content-bottom-post-blog { padding-top: 0px; }
	
 .content {
	text-align: left;
	color: #231815;
	font-size: 13px;
	padding:0 !important;
}

.sp-block {
		display: block;
		font-size: 13px;
		line-height: 1.8;
}

.group-list { margin-top: 30px; }
.list-top { 
	margin-bottom: 48px;
	margin: 0;
	}
	.list-top li { 
	width: 49%;
	display: inline-block;
	padding: 0 3% 20px;
	}

	.pagination-post .next-post img { margin-left: 0; }
	.pagination-post .prev-post img { margin-right: 0; }

}