@charset "UTF-8";

/* 茶色の下線 */
mark {
background: linear-gradient(to top, burlywood 0% 30%, rgba(0,0,0,0) 30% 100%)
}

/* 赤色の下線(※ご注意※) */
.caution {
background: linear-gradient(to top, #de5959 0% 20%, rgba(0,0,0,0) 20% 100%)
}



/* ▼宮崎牛▼ */
/* 小見出しに黒い牛と草の画像を入れる */
.h3_title_beef{
	border: unset;
	background: url(/img/0029/img/item_page/h3_title_beef.jpg) left bottom / auto 100% no-repeat ;
}
/* スマホでも同じように表示させる */
html[data-browse-mode="P"]
.h3_title_beef{
	height: 80px; padding-left: 90px; padding-top: 23px;
}


/* ▼くまもとあか牛▼ */
/* 小見出しに赤い牛と草の画像を入れる */
.h3_title_beefred{
	border: unset;
	background: url(/img/0029/img/item_page/h3_title_beefred.jpg) left bottom / auto 100% no-repeat ;
}
/* スマホでも同じように表示させる */
html[data-browse-mode="P"]
.h3_title_beefred{
	height: 80px; padding-left: 90px; padding-top: 23px;
}

/* ▼四川名菜▼ */
/* 小見出しに倒福の画像を入れる */
.h3_title_Sichuan{
	border: unset;
	background: url(/img/0029/img/item_page/h3_title_Sichuan.jpg) left bottom / auto 100% no-repeat ;
}
/* スマホでも同じように表示させる */
html[data-browse-mode="P"]
.h3_title_Sichuan{
	height: 80px; padding-left: 90px; padding-top: 23px;
}

/* 小見出しに中華風のアイコンを入れる */
.h3_title_Sichuan-item{
	border: unset;
	background: url(/img/0029/img/item_page/h3_title_Sichuan-item.jpg) left bottom / auto 80% no-repeat ;
}
/* スマホでも同じように表示させる */
html[data-browse-mode="P"]
.h3_title_Sichuan-item{
	height: 80px; padding-left: 90px; padding-top: 23px;
}