.pc{
	display: inline-block;
}
.sp{
	display: none;
}

.blog{
	margin-top: 90px;
	overflow: hidden;
}
.blog .left{
	float: left;
	position: relative;
}
.blog .right{
	float: right;
	position: relative;
}
.blog ul{
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog ul li {
	list-style: none;
	width: 31%;
	margin: 0 25px 16px 0;
}
.blog ul li p.date {
	margin-bottom: 1em;
	color: #7f0e2c;
}
.blog ul li p.date span {
	color: #fff;
	padding: 0.2em 1rem;
	font-size: 0.8em;
}
.blog ul li p.date span.category {
	background-color: #513319;
}
.blog ul li p.date span.area {
	background-color: #9c712d;
}
.blog ul li p.more {
	text-align: right;
	display: block;
	padding-right: 2em;
}
.blog ul li p.more a {
	color: #7f0e2c;
}

#konkatsu_list h3{
	background-color: #333;
	color: #fff;
	font-size: 1.5em;
	padding: 0.5em;
	margin-top: 3em;
	font-weight: normal;
}
.konkatsu ul li {
	list-style: none;
	padding-top: 2em;
	padding-bottom: 2rem;
}
.konkatsu ul li:not(:first-of-type) {
	border-top: 1px solid #ddd;
}
.konkatsu ul li a {
	text-decoration: none;
	transition-duration: 0.3s!important;
}
.konkatsu_ctt {
	overflow: hidden;
}
.konkatsu_ctt img {
	width: 90px;
	float: left;
	margin-right: 1rem;
}
.konkatsu_ctt p:nth-of-type(2) {
	margin-top: 10px;
}
.konkatsu_ctt .category {
	background-color: #513319;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .9em;
}
.konkatsu_ctt .area {
	background-color: #9c712d;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .9em;
}
.konkatsu_ctt .date {
	margin-left: 3rem;
	float: right;
	font-size: 0.8em;
}
#column .link{
	text-align: center;
	margin: 30px auto 70px;
}
#column h2{
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 1em;
}

@media(max-width: 768px) {
	.pc{
		display: none!important;
	}
	.sp{
		display: inline-block;
	}


	.blog{
		margin-top: 3em;
		margin-bottom: 3em;		
	}
	.blog .left, .blog .right{
		width: 100%;
		float: none;
	}	
	.blog ul {
		margin: 0 4% 14px 4%;
	}
	.blog ul li {
		width: 100%;
		margin-bottom: 10px;
		padding: 0px 0px 10px 0px;
		border-bottom: dotted 1px #7f0e2c;
		margin-right: 0px;
	}
	.blog div {
		width: 100%;
	}
}

.page {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ea608c;
	font-size: 1.5em;
}
.page a {	
	text-decoration: none;
	color: #666;
	background-color: transparent;
}
/*.page a, .page span{
	margin: 5px;
}*/

#single {
	margin: 0px auto 52px auto;
}
#single #box {
	margin-top: 50px;
	padding: 50px;
	border: solid 1px #E6E6E6;
	overflow: hidden;
}
#single #box h2.post_title{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	color: #7f0e2c;
	font-size: 17px;
	border-bottom: solid 1px #7f0e2c;
}
#single #box #comment {
	margin-bottom: 35px;
	word-break: break-all;
}
#comment .thumbnail{
	/*float: left;
	max-width: 250px;
	margin-right: 2rem;*/
	margin-bottom: 2rem;
	display: block;
}
#single span.category {
	background-color: #513319;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
}
#single span.area {
	background-color: #9c712d;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
}
#single #box ul#single_pager {
	display: -webkit-box;
	display: flex;
	justify-content: center;
}
#single #box ul#single_pager li {
	margin-right: 10px;
	border: solid 1px #7f0e2c;
}
#single #box ul#single_pager li a {
	padding: 10px 20px;
	display: block;
}

@media(max-width: 768px) {
	#single #box {
		margin-bottom: 15px;
		padding: 15px 4.3% 25px 4.3%;
		background: #FFFFFF;
		border: solid 1px #E6E6E6;
	}
	#single #box h2.post_title{
		margin-bottom: 10px;
		padding-bottom: 15px;
		color: #EC6F82;
	}
	#single #box #comment {
		word-break: break-all;
	}
	#single #box #comment img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	#single #box ul#single_pager {
		margin-top: 15px;
	}
}

#post_slide .post_slide_item{
	
}
#post_slide .post_slide_item img{
	max-width: 95%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#post_slide .post_slide_item a{
	display: block;
}

#post_slide .post_slide_item .konkatsu_ctt{
	padding: 20px;
}
#post_slide .slick-dots {
	position: relative; 
	margin-top: 1em;
	margin-bottom: 3em;
	bottom: 0px;
}
#post_slide ul li {
	padding-top: 0px; 
	padding-bottom: 0px; 
	border: unset;
}



#news{
	border: #b7ac82 2px solid;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	width: 335px;
	height: 335px;
	background: rgba(255, 255, 255, 0.95);
}
#news .blog{
	margin-top: 0px;
	padding: 30px 5px 15px 15px;
	width: 315px;
	height: 390px;
	position: relative;	
}
#news .btn_news_close{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	cursor: pointer;
}
#news .btn_news_close img{
	max-width: 100%;
}
#news .blog ul{
	width: 315px;
	max-height: 290px;
	overflow-y: auto;
}
#news .blog ul li {
	list-style: none;
	width: 100%;
	margin: 15px 0px 15px;
}
#news .blog ul li p.date {
	margin-bottom: 0.5em;
}
#news .news-img{
  position: absolute;
  top: 10px;
}
#news .news-img img{
  max-width: 60%;
}

@media (max-width: 768px) {
	#news{
		position: relative;		
		display: block!important;
		width: 100%;
		width: calc(100% - 20px);
		margin: 2em auto 1.5em;
		overflow: hidden;
		z-index: 0;
	}
	#news .blog{
		width: calc(100% - 30px);
		padding: 30px 15px;
	}
	#news .blog ul{
		width: unset;
		height: unset;
		overflow-y: scroll;
		margin: 0;
	}
	#news .blog ul li {
		border: unset;
	}
}