@charset "utf-8";
/*=================================

	2: Parts Utility

================================ */

@media print, screen and (min-width: 668px) {
	#fried-food {
		margin-bottom: 50px;
	}
	#fried-food .block__read {
		padding: 0 20px;
		margin-top: 20px;
	}
	#fried-food .block__read--areaText {
		overflow: hidden;
	}
	#fried-food .block__read--Text {
		text-align:center;
	}
	#fried-food .block__read--Text + .block__read--Text {
		margin-top: 15px;
	}
	#fried-food .contentsBlock {
		margin-top: 20px;
	}
	#fried-food .contentsBlock--Title {
		font-size: 18px;
		font-weight: bold;
		text-align:center;
		padding-bottom: 20px;
		margin-bottom: 15px;
		border-bottom: 1px solid #dddddd;
	}

	/* other */
	#fried-food .element-center {
		text-align: center;
	}
	#fried-food .sp__element {
		display: none;
	}
	#fried-food a:hover {
		opacity: 0.8;
	}
}

@media screen and (max-width: 667px) {
	#fried-food {
		margin-bottom: 26px;
	}
	#fried-food .block__read {
		padding: 0 20px;
		margin-top: 20px;
	}
	#fried-food .block__read--Text {
		text-align: center;
		font-size: 13px;
		line-height: 1.5;
	}
	#fried-food .block__read--Text + .block__read--Text {
		margin-top: 10px;
	}
	#fried-food .contentsBlock {
		margin-top: 20px;
		padding: 0 10px;
	}
	#fried-food .contentsBlock--Title {
		font-weight: bold;
		text-align:center;
		font-size: 16px;
		margin: 0 0 16px;
		padding-bottom: 13px;
		border-bottom: 1px solid #dddddd;
	}
	#fried-food .contentsBlock--Text {
		font-size: 13px;
		line-height: 1.5;
	}


	/* other */
	#fried-food .element-center {
		text-align: center;
	}
	#fried-food .pc__element {
		display: none;
	}
}