@charset "utf-8";
/* CSS Document */

.yoshinoya-cpArea{
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 13px;
	background-color: #fff;
	padding-bottom: 50px;
}

.yoshinoya-cpArea .coupon{
	display: flex;
	justify-content: center;
	width: 99%;
	margin: 0 auto;
}

.yoshinoya-cpArea .coupon a{
	width: 32%;
}

.yoshinoya-cpArea .coupon a:hover{
	opacity: 0.7;
}






/* --------------- sp -----------------*/


.yoshinoya-cpArea_sp{
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 13px;
	background-color: #fff;
}

.yoshinoya-cpArea_sp .coupon a{
	max-width: 400px;
	width: 96%;
	display: block;
	margin: 0 auto;
}













