@charset "shift_jis";
/* CSS Document */

.pc_none{display: none;}

.coupon {margin-top: 10px;}

/*--------------------------------------------------
カードデザイン
--------------------------------------------------*/
.item-col2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	width: 900px;
}

.item-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 10px 10px 15px 10px;
	height: 100%;
}

.item-img {
	display: block;
	width: 100%;
}

.item-text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #333;
}

.t_price {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.t_price span {
	font-size: 20px;
}

.price_off {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #eb0007;
    width: 100%;
}

.price_off span {
	font-size: 18px;
	color: #fff;
}

.s_price {
	font-size: 14px;
	text-align: center;
	color: #eb0007;
	line-height: 40px;
}

.s_price span {
	font-size: 30px;
	text-align: center;
	color: #eb0007;
	line-height: 40px;
}
