@charset "euc-jp";
.item .item-content .item-top {
	overflow: hidden;
}
.item .item-content .item-top .item-image {
	float: left;
	margin-right: 30px;
	position: relative;
	width: 300px;
}
.item .item-content .item-top .item-image .item-image-main {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
.item .item-content .item-top .item-image .item-image-main img {
	height: auto;
	width: 100%;
}
.item .item-content .item-top .item-image .item-image-sub {
	overflow: hidden;
}
.item .item-content .item-top .item-image .item-image-sub li {
	float: left;
	width: 30%;
	margin-left: 5%;
	border: 1px solid #ddd;
	padding: 10px;
}
.item .item-content .item-top .item-image .item-image-sub li:first-child {
	margin-left: 0;
}
.item .item-content .item-top .item-image .item-image-icon {
	text-indent: -9999px;
}
.item .item-content .item-top .item-image .item-image-icon img {
	position: absolute;
	right: 6px;
	top: 6px;
}
.item .item-content .item-top .item-info {
	overflow: hidden;
	text-align: left;
}
.item .item-content .item-top .item-info h2 {
	font-size: 24px;
	margin: 1em 0;
	text-decoration: underline;
}
.item .item-content .item-top .item-info .taste {
	margin-top: 20px;
}
.item .item-content .item-top .item-info .item-info-detail {
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
}
.item .item-content .item-top .item-info .item-info-detail th {
	font-weight: normal;
	vertical-align: top;
	width: 10em;
}
.item .item-content .item-top .item-info .item-info-detail th:after {
	content: ':';
	float: right;
	margin: 0 6px;
}
.item .item-content .item-top .item-info .item-info-price span:first-of-type {
	font-size: 14px;
}
.item .item-content .item-top .item-info .item-info-price span:nth-of-type(2) {
	color: #9f0305;
	font-size: 30px;
	font-weight: bold;
}
.item .item-content .item-top .item-info .item-info-price .quantity input {
	font-size: 16px;
	padding: .5em;
	vertical-align: top;
}
.item .item-content .item-top .item-info .item-info-price .quantity .updown {
	display: inline-block;
}
.item .item-content .item-top .item-info .item-info-price .quantity .updown a {
	text-decoration: none;
	line-height: 1.5;
}
.item .item-content .item-top .item-info .item-info-cart {
	margin: 20px 0;
	overflow: hidden;
}
.item .item-content .item-top .item-info .item-info-cart a {
	float: left;
	margin-left: 20px;
}
.item .item-content .item-top .item-info .item-info-cart a:first-child {
	margin-left: 0;
}
.item .item-content .item-top .item-info .item-info-cart .get-basket {
	background: url(../img/common/btn_cart.png) no-repeat;
	display: block;
	height: 81px;
	text-indent: -9999px;
	width: 245px;
}
.item .item-content .item-top .item-info .item-info-cart .gift {
	background: url(../img/common/btn_gift.png) no-repeat;
	display: block;
	height: 81px;
	text-indent: -9999px;
	width: 245px;
}

/*

.item .item-content .item-bottom {
	font-size: 16px;
}
.item .item-content .item-bottom img {
	width: 100%;
}
.item .item-content .item-bottom h3:first-of-type {
	margin-top: 40px;
	color: #7b263e;
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 24px;
}
.item .item-content .item-bottom p {
	margin: 1em 0;
}
.item .item-content .item-bottom .item-other-wrap {
	position: relative;
	margin: 40px auto 0;
}
.item .item-content .item-bottom .item-other {
	position: relative;
	overflow: hidden;
}
.item .item-content .item-bottom .item-other ul {
	width: 20000em;
	position: relative;
}
.item .item-content .item-bottom .item-other li {
	width: 150px;
	float: left;
}
.item .item-content .item-bottom .item-other li a {
	font-size: 12px;
	color: #333;
}
.item .item-content .item-bottom .item-other li a span {
	display: block;
	margin: 10px 0;
}
.item .item-content .item-bottom .item-other li a .name {
	height: 3em;
	padding: 0 10px;
}
*/
.item .text-area {
	font-size: 16px;
	color: #B21414;
	font-weight: bold;
	margin-bottom: 30px;
}
.item .item-content .standard {
	font-size: 18px;
	display: block;
}
.item .item-content .standard span {
	font-size: 20px!important;
	font-weight: bold;
	color: #9F0305;
}
.item .item-content .stock {
	margin-left: 15px;
	font-size: 16px;
}
.jcarousel-container {
	width: 880px;
	overflow: hidden;
}
.jcarousel-prev,
.jcarousel-next {
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jcarousel-prev {
	background: url(../img/item/btn_prev.png) no-repeat;
	left: -40px;

}
.jcarousel-next {
	background: url(../img/item/btn_next.png) no-repeat;
	right: -40px;
}

/* 190417 追加部分 */
.item-inner {
  max-width: 770px;
}
.item-group {
  position: relative;
  margin-bottom: 30px;
}
.item-box__flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.item-group .item-image {
	width: 37%;
}
.item-group .item-left {
  text-align: left;
  margin-bottom: 10px;
}
.item-group .item-name {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
	text-align: left;
	font-weight: bold;
	position: relative;
}
.item-group .item-name span {
  font-size: 16px;
}
.item-name__icon {
	position: absolute;
	top: -25px;
	left: 0;
}
.item-name__icon:nth-of-type(2){
	left: 110px;
}
.item-name__icon:nth-of-type(3){
	left: 220px;
}
.item-group .item-info .item-info-detail {
	font-size: 14px;
	width: 60%;
}
.item-group .item-info .item-info-detail th {
	font-weight: normal;
	vertical-align: top;
	width: 9em;
}
.item-group .item-info .item-info-detail th:after {
	content: ':';
	float: right;
	margin: 0 6px;
}

.price-area {
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
  margin-bottom: 50px;
  padding: 50px;
}
.item-info-price__head {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.item-info-price__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #e60000;
  line-height: 1;
}
.item-info-price__ttl span {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.price-area .item-info-cart {
  display: flex;
  align-items: flex-end;
}
.price-area .quantity {
  font-size: 16px;
  vertical-align: bottom;
  margin-right: 30px;
}
.price-area .quantity__bt {
  vertical-align: bottom;
}
.price-area .quantity input {
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  margin: 0 5px;
  padding: 10px;
}
.price-area .quantity .updown {
  font-size: 16px;
  vertical-align: middle;
}
.price-area .get-basket {
  background: #ffa200;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
  padding: 15px;
  border: 1px solid #ffa200;
}
.price-area .get-basket:hover {
  background: #FFF;
  color: #ffa200;
}