@charset "utf-8";

/* 商品情報 */
p.visual {
	margin: 25px 0 10px;
}

p.introduce {
	margin-bottom: 35px;
}

ul.category {
	overflow: hidden;
}

ul.category li {
	float: left;
	background: -moz-linear-gradient(top, #fff, #faf9f2);
	background: -webkit-linear-gradient(top, #fff, #faf9f2);
	background: linear-gradient(to bottom, #fff, #faf9f2);
	border: 1px solid #ccc;
	height: 103px;
	width: 48.5%;
	margin: 0 0 19px;
	box-sizing: border-box;
	position: relative;
}

ul.category li:nth-child(odd) {
	margin-right: 19px;
}

ul.category li:hover {
	background: #fdfdfb;
}

ul.category li a {
	display: table;
	height: 100%;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
	box-sizing: border-box;
}

ul.category li h3 {
	font-size: 24px;
}

ul.category li h3:before {
	content: "";
	background: url(../../common/img/arrow01.gif) no-repeat left center;
	padding-left: 12px;
}

ul.category li h3+p {
	letter-spacing: -1px;
}

ul.category li .txt_area,
ul.category li .img {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

ul.category li .img {}

ul.category li .img img {
	max-height: 81px;
	max-width: 78px;
}

/* 共通 */
p.photo {
	float: right;
	margin-left: 10px;
	overflow: hidden;
}

.txt_box {
	margin-right: 20px;
	color: #333;
	line-height: 1.5;
	display: block;
}

.txt_box strong {
	display: block;
	font-size: 18px;
	font-family: "MS Mincho", serif;
	margin-bottom: 5px;
	font-weight: normal;
}

ul.list {
	margin: 0 -12px 30px 0;
	overflow: hidden;
}

ul.list li {
	float: left;
	display: table;
	background: -moz-linear-gradient(top, #fff, #faf9f2);
	background: -webkit-linear-gradient(top, #fff, #faf9f2);
	background: linear-gradient(to bottom, #fff, #faf9f2);
	border: 1px solid #ccc;
	height: 210px;
	width: 225px;
	margin: 0 12px 12px 0;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

ul.list li:hover {
	background: #fdfdfb;
}

ul.list li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	height: 100%;
}

ul.list li p {
	display: inline-block;
	padding-left: 1em;
	margin: 0 auto;
	font-size: 16px;
	font-feature-settings: 'palt';
	text-align: left;
	text-indent: -1em;
}

ul.list li p.w01 {
	font-size: 14px;
	letter-spacing: -2px;
}

ul.list li p.mincho:before {
	content: "";
	background: url(../../common/img/arrow01.gif) no-repeat left center;
	padding-left: 12px;
}

ul.list li img {
	display: block;
	max-height: 140px;
	max-width: 120px;
	width: auto;
	margin: 0 auto 10px;
}

#drink02 ul.list li img {
	max-height: 130px;
}

ul.list li span,
ul.pickup li span {
	display: block;
	width: 65px;
	height: 64px;
	background: url(img/new.png) no-repeat left top;
	position: absolute;
	top: 5px;
	right: 5px;
}

ul.pickup li span {
	top: 0;
	right: 0;
}

ul.pickup li span.reco {
	background: url(img/reco.png) no-repeat left top;
}

h3.name {
	height: 30px;
	background: url(../../common/img/bg_menu02.png) repeat;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-family: "MS Mincho", serif;
	clear: both;
	overflow: hidden;
}

p.item_image {
	float: left;
	width: 150px;
	text-align: center;
}

p.item_image img {
	max-height: 224px;
	max-width: 118px;
}

.detail_box {
	float: right;
	width: 550px;
	margin-bottom: 5px;
	line-height: 1.5;
	overflow: hidden;
}

.detail_box .copy_box {
	color: #A6A596;
	font-size: 11px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DADADA;
	overflow: hidden;
}

.detail_box .copy_box .copy {
	color: #333333;
	font-size: 14px;
	margin-top: 5px;
}

.detail_box .copy_box ul.icon {
	float: right;
	overflow: hidden;
	margin: 10px 0 0;
}

.detail_box .copy_box ul.icon li {
	float: left;
	margin-left: 5px;
}

.detail_box .copy_box ul.icon li.bg {
	background: #fdffe3;
	border: 1px solid #f4cdcd;
	border-radius: 5px;
	padding: 0 10px;
	color: #CF2D25;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}

.detail_box .copy_box ul.icon li.sien {
	background: #f491d6;
	border: 1px solid #f491d6;
	border-radius: 5px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}

.detail_box .copy_box ul.icon li.online,
.item_box p.online {
	display: inline-block;
	background: #333;
	font-size: 12px;
	line-height: 30px;
}

.detail_box .copy_box ul.icon li.recipe,
.item_box p.recipe {
	display: inline-block;
	background: #E45728;
	font-size: 12px;
	line-height: 30px;
}

.detail_box .copy_box ul.icon li.brand,
.item_box p.brand {
	display: inline-block;
	background: #D2342C;
	font-size: 12px;
	line-height: 30px;
}

.detail_box .copy_box ul.icon li.online.product a,
.item_box p.online.product a {
	background: #1ec817;
}

.detail_box .copy_box ul.icon li.online.product a:before,
.item_box p.online.product a:before {
	content: "";
	background: url(./img/arrow01.gif) no-repeat left center;
	padding-left: 12px;
}

.detail_box .copy_box ul.icon li.online:hover,
.item_box p.online:hover,
.detail_box .copy_box ul.icon li.recipe:hover,
.item_box p.recipe:hover,
.detail_box .copy_box ul.icon li.brand:hover,
.item_box p.brand:hover {
	opacity: 0.7;
}

.detail_box .copy_box ul.icon li.online a:before,
.item_box p.online a:before {
	content: "";
	background: url(../../common/img/arrow02.gif) no-repeat left center;
	padding-left: 12px;
}

.detail_box .copy_box ul.icon li.recipe a:before,
.item_box p.recipe a:before,
.detail_box .copy_box ul.icon li.brand a:before,
.item_box p.brand a:before {
	content: "";
	background: url(../../common/img/arrow05.png) no-repeat left center;
	padding-left: 12px;
}

.detail_box .copy_box ul.icon li.online a,
.item_box p.online a,
.detail_box .copy_box ul.icon li.recipe a,
.item_box p.recipe a,
.detail_box .copy_box ul.icon li.brand a,
.item_box p.brand a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}

.detail_box .txt {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.detail_box dl.detail dt {
	float: left;
	width: 100px;
}

.detail_box dl.detail dd {
	margin-left: 100px;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.detail_box dl.detail dd span,
table.label td span {
	font-size: 8px;
	zoom: 0;
}

table.label {
	width: 550px;
	border-top: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	font-size: 11px;
	margin-top: 20px;
}

table.label th {
	background: #F8F8F1;
	color: #522C19;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
}

table.label td {
	color: #333;
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	width: 137px;
}

table.label td.gy {
	background: #FBFBFB;
	text-align: left;
}

.item_box {
	background: #F8F8F1;
	width: 100%;
	padding: 20px 30px;
	margin: 20px 0 5px;
	line-height: 1.5;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.item_box .item_image {
	width: 100px;
	margin-right: 25px;
}

.item_box .item_image img {
	max-height: 140px;
}

.item_box .txt_box {
	overflow: hidden;
	margin: 0;
}

.item_box .txt_box h4 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.item_box p.online {
	line-height: 27px;
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.item_box p.brand {
	line-height: 27px;
	position: absolute;
	right: 150px;
	bottom: 20px;
}

.pagetop02 {
	margin-bottom: 30px;
	text-align: right;
	clear: both;
	overflow: hidden;
}

.pagetop02 span.kome {
	color: #333;
	font-size: 10px;
	float: left;
	margin-left: 150px;
}

.back02 {
	text-align: right;
	padding: 20px 0 5px;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	overflow: hidden;
}

.back02 a,
.back02 a:visited {
	background: url(../../common/img/arrow_menu.gif) no-repeat left center;
	padding-left: 9px;
	color: #333;
}

.copy_step {
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

ul.step {
	background: url(../../common/img/bg_menu02.png) repeat;
	padding: 10px 18px;
	margin-bottom: 50px;
	overflow: hidden;
}

ul.step li {
	float: left;
	width: 210px;
	margin-right: 17px;
}

ul.step li.last {
	margin-right: 0px;
}

/* 業務用 */
#business p.item_image {
	margin: 0 0 30px;
}

#business h3.name a {
	display: block;
	text-decoration: none;
}

#business h3.name a[href$=".pdf"]:after {
	content: "";
	background: url(../../common/img/icon_pdf.gif) no-repeat right center/contain;
	padding-right: 25px;
	height: 20px;
	width: 20px;
	display: none;
}


ul.business {
	float: right;
	width: 540px;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.5;
}

ul.business li {
	margin-bottom: 5px;
}

ul.business li a {
	display: inline-block;
}

ul.business li a:before {
	content: "";
	background: url(../../common/img/arrow_menu.gif) no-repeat left center;
	padding-left: 9px;
}

ul.business li a[href$=".pdf"] {
	background: url(../../common/img/icon_pdf.gif) no-repeat right center;
	padding-right: 20px;
}


/* 毎月あたる！すしのこ3個パックキャンペーン第1弾 */
.cp_area {
	clear: both;
	padding-top: 20px;
	overflow: hidden;
}

.cp_area .title {
	display: inline-block;
	background: #C6141B;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cp_area dt {
	display: inline-block;
	border-bottom: 1px solid #522C19;
	padding-bottom: 1px;
	margin-bottom: 5px;
	color: #522C19;
	font-size: 15px;
	font-weight: bold;
}

.cp_area dd {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
}

.cp_area .present {
	display: flex;
	justify-content: space-between;
}

.cp_area .present li {
	width: 48%;
	flex-shrink: 0;
	font-size: 13px;
}

.cp_area .present li span {
	color: #C6141B;
	font-size: 18px;
	font-weight: bold;
}

.cp_area .present li p:nth-child(1) {
	margin-bottom: 10px;
}

.cp_area .pdf {
	font-size: 16px;
	margin-bottom: 5px;
}

.cp_area .pdf:last-of-type {
	margin: 0;
}

.cp_area .pdf span {
	display: inline-block;
	background: #fdffe3;
	border: 1px solid #f4cdcd;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 3px;
	color: #CF2D25;
}

.cp_area .pdf a[href$=".pdf"]:after {
	content: "";
	background: url(../../common/img/icon_pdf.gif) no-repeat right center/contain;
	padding-right: 25px;
	height: 20px;
	width: 20px;
}

.cp_area .pdf a:hover {
	text-decoration: none;
}

.cp_area .pdf a:hover span {
	opacity: .7;
}

.video_wrap {
	clear: both;
	margin: 0 0 20px;
	padding-top: 40px;
}

.video_wrap p {
	margin-bottom: 10px;
}

.video_wrap p img {
	width: 100%;
}

.video {
	text-align: center;
}