@charset "utf-8";
/*=================================

	2: Parts Utility

================================ */
	#kyoto-minokichi {
		margin-bottom: 50px;
	}
	#kyoto-minokichi .contentsBlock {
		margin-top: 20px;
		padding: 0 20px;
	}
	#kyoto-minokichi .contentsBlock--Title {
		font-size: 18px;
		font-weight: bold;
		text-align:center;
		padding-bottom: 20px;
		margin-bottom: 15px;
		border-bottom: 1px solid #dddddd;
	}
	#kyoto-minokichi .block__read {
		margin-top: 20px;
		padding: 20px 30px 20px 20px;
		background: #f4f4f4;
	}
	#kyoto-minokichi .block__read--img {
		float: left;
		margin-right: 20px;
		max-width: 32%;
	}
	#kyoto-minokichi .block__read--img > figure {
		margin: 0;
	}
	#kyoto-minokichi .block__read--img > figure > img {
		max-width: 100%;
	}
	#kyoto-minokichi .block__read--img > figure > figcaption {
		margin-top: 5px;
		font-size: 14px;
	}
	#kyoto-minokichi .block__read--areaText {
		overflow: hidden;
	}
	#kyoto-minokichi .block__read--Title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3;
	}
	#kyoto-minokichi .block__read--Text {
		margin-top: 7px;
		font-size: 15px;
		line-height: 1.6;
	}
	/* other */
	#kyoto-minokichi .element-center {
		text-align: center;
	}
	#kyoto-minokichi .sp__element {
		display: none;
	}
	#kyoto-minokichi a:hover {
		opacity: 0.8;
}

@media screen and (max-width: 667px) {
	#kyoto-minokichi {
		margin-bottom: 26px;
	}
	#kyoto-minokichi .contentsBlock--Title {
		font-weight: bold;
		text-align:center;
		margin-bottom: 16px;
		padding-bottom: 13px;
		border-bottom: 1px solid #dddddd;
	}
	#kyoto-minokichi .block__read {
		margin-top: 20px;
		padding: 20px 10px;
	}
	#kyoto-minokichi .block__read--img {
		max-width: 46.6%;
		margin-bottom: 10px;
	}
	#kyoto-minokichi .block__read--img > figure {
		margin: 0;
	}
	#kyoto-minokichi .block__read--img > figure > img {
		width: 100%;
	}
	#kyoto-minokichi .block__read--img > figure > figcaption {
		margin-top: 5px;
		font-size: 12px;
	}
	#kyoto-minokichi .block__read--Title {
		font-size: 14px;
		line-height: 1.3;
	}
	#kyoto-minokichi .block__read--Text {
		margin-top: 9px;
		font-size: 13px;
		line-height: 1.5;
	}
	/* other */
	#kyoto-minokichi .block__inner {
		margin: 0 3.1%;
	}
	#kyoto-minokichi .pc__element {
		display: none;
	}
	#kyoto-minokichi .sp__element {
		display: block;
	}
}

/*=================================

	3: clearfix

=================================*/
#kyoto-minokichi .block__read:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
