@charset "utf-8";
/* 商品詳細 css */
#main {
    position: relative;
    *zoom: 1;
}
#main:after {
    display: block;
    clear: both;
    height: 0.01px;
    content: "";
}

#items-list_wrap { text-align: center; }
.item_content > .td { width: 50%; }
.item_content > .td:first-child {
	/*width: 49.008%;
	max-width: 494px;*/
	padding-right: 10px;
}
.item-img_wrap {
	width: 100%;
}
.item-img_wrap #photo_list li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: 0.1s linear;
}
#photo_list { position: relative; }
.bx-viewport {
	max-height: 310px;
}
.kakudai {
	background: #1E1E1E;
	background: rgba(30,30,30,.8);
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	cursor: pointer;
  font-family:  "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}
.kakudai:before {
	content: url(../img/i-loupe.png);
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 3px;
}
.kakudai {
	color: #fff;
	line-height: 1.8rem;
}
div.controlWrap { margin-top: 1rem; }
.bx-wrapper .bx-controls-direction a { display: none; }
.bx-wrapper a {
	position: relative;
	height: 310px;
}
.bx-wrapper a img {
	width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}
#bx-pager a{
	width: calc(33.333% - 6px);
	background: #f2f2f2;
    display: table-cell;
    margin-left: 8px;
}
#bx-pager a:nth-of-type(3n+1) { margin-left: 0; }
#bx-pager {
	display: table;
    width: 100%;
}
#bx-pager a img{/*サムネイルの画像*/
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div.controlWrap {
    display:block;
    position:relative;
	margin-bottom: 1rem;
}

#bx-pager >a {
    float: left;
	height: 8.2rem;
	overflow: hidden;
	margin-bottom: 8px;
}
#bx-pager > a {
    display: table-cell;
}
#bx-pager img {
    display: block;
    width: 100%;
}

/* 商品の説明 */
.item_content { 
	margin-bottom: 4rem;
	width: 100%;
}
.item_content .ttl_wrap .ttl { font-weight: bold; }
.detail-head_wrap { position: relative; }
.item_content > .item_detail {
	padding-left: 10px;
}
.com_wrap { margin-top: 0.8rem; }
.com_wrap .limi { margin-right: 5px; }
.com_wrap .appeal { width: auto; }
.btn_fav { 
	width: 275px;
	display: inline-block;
}
.item_detail .btn_fav {	
	float: right;
}
.category {
	padding: 0;
	margin-bottom: 0.6rem;
}
.code {
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 5px;
	float: left;
}
.ttl_wrap {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1rem;
	clear: both;
}
.price_wrap {
	/*width: 45.987%;
	max-width: 200px;*/
	vertical-align: bottom;
	float: right;
}
.general-price span { line-height: 2rem; }
.table-items {
	display: block;
	padding: 0 1rem 0;
	margin-top: 2.2rem;
}
.item_content .comment {
	padding: 0.8rem 1rem;
	margin-top: 1rem;
	display: inline-block;
}
.item_content .set th, .item_content .set td{
	padding-top: 1.8rem;
}
.item_content th {
    vertical-align: top;
    white-space: nowrap;
    padding-right: 20px;
	width: auto !important;
	text-align: left;
}
.item_content td { line-height: 2.2rem; }
.item_content .caution {
	margin-left: 1em;
	margin-top: 1.5rem;
	line-height: 2rem;
	display: block;
}
.item_content .save span {
	font-size: 14px;
	font-size: 1.4rem;
	width: 110px;
}
.item_content .free-note {
	background: #fff9f2;
	padding: 15px;
}
.item_content table th, .item_content table td { padding-bottom: 2.5rem; }
.items-list table .allergen li, .items-list table .allergen li img {
	width: 36px;
	height: 100%;
}
.item_content .btn_fav { 
	margin-top: 10px;	
}
.item_detail .note {
	display: block;
    line-height: 1.8rem;
    clear: both;
    overflow: hidden;
    border: 1px dotted #9d0b0b;
    padding: 12px;
    margin-top: 10px;
}
.item_content .note .caution {
	margin-top: 0;
	margin-bottom: 1rem;
}
.item_content .note .caution {
	margin-bottom: 0.5rem;
	line-height: 1.8rem;
}
.add-full { margin-bottom: 2rem; }
.add-full .kosuu_wrap {
	display: inline-block;
}
.add-full .kosuu_label {
	display: inline-block;
    padding: 0;
    float: left;
	margin-top: 8px;
}
.add-full .kosuu {
	display: inline-block;
    float: left;
    margin-left: 66px;
}
.add-full .zaiko2 {
	display: inline-block;
    float: left;
    width: auto;
    padding: 12px 4px;
    margin: 0 0 0 6px;
}
.add-full .btn_wrap { margin-top: 2.5rem; }
.btn_wrap a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	display: block !important;
    padding: 23px;
}

/* レビュー */
.review_wrap { 
	margin-top: 8rem;
}
.review_wrap h3 { margin-bottom: 2.7rem; }
.total { margin-bottom: 2rem; }
.total li:first-child {
	line-height: 2.2rem;
	margin-right: 5px;
	width: auto;
	font-weight: bold; 
}
table.default th { width: 100%; }
table.default td:first-child ul { display: inline-block; }
.star li, .star img {
	width: 17px;
	height: auto;
}
.total li, .total img {
	width: 22px;
	height: auto;
}
table.default{
  width: 100%; /*スクロールバーの幅コミコミ*/
  border-collapse:collapse;
 }
 table.default tbody{
  height:auto;
  max-height: 470px;
  float:left;/*この設定によりoverflowが有効となる*/
  overflow:auto;
  -webkit-overflow-scrolling: touch;
 }
 table.default tr{
  float:left;/*この設定によりセル幅が固定化される*/
 }
 table.default tr:first-child {
	 width: 100%;
 }
 table.default th { border-bottom: none; }
 table.default th, td{
  width:100%;
 }
table.default th:first-child,
table.default td:first-child {
	width: 13.911%;
	min-width: 180px;
	text-align: center;
	border-left: none;
}
table.default .td-2 {
	width: 14.1%;
	min-width: 130px;
}
table.default td.td-2 {
	font-size: 13px;
	font-size: 1.3rem;
}
table.default tbody tr:last-child th,
table.default tbody tr:last-child td {
	border-bottom: none;
}
.add-full.add_wrap .kosuu .selectmenu { float: left; }


@media screen and (max-width:1024px) and (min-width: 961px) {
	.item_content > .td:first-child { width: 328px; }
	.item_content > .item_detail { margin-left: 2rem; }
}

@media screen and (max-width:960px) {
	.item-category {
		margin-bottom: 0.9rem;
		padding: 3px 0;
	}
	span.code { margin-bottom: 0.5rem; }
	.item_content { margin-bottom: 2rem; }
	.note { margin-top: 0.8rem; }
	.item_content > .td:first-child { width: auto; }
	.td {
		display: block;
		padding: 0;
	}
	.detail-head_wrap .ttl_wrap { border: none; }
	.price_wrap {
		float: right;
		max-width: none;
		margin-top: 0.5rem;
	}
	.item-img_wrap {
		max-width: 493px;
		margin: 0 auto;
	}
	.item_content > .item_detail { padding: 0; }
	.item_content .save span {
		font-size: 13px;
		font-size: 1.3rem;
		width: 85px;
	}
	.balloon_wrap { padding-right: 0; }
	.two-btn .td { display: table-cell; }	
}

@media screen and (max-width: 480px) {
	/*.price_wrap { width: 59.987%; }*/
	/* 商品タイトル */
	span.code {
		margin-left: 0;
		line-height: 1.8rem;
	}
	.ttl_wrap { padding: 0 0 0.8rem; }

	/* スライダー */
	#bx-pager {
		display: block;
		letter-spacing: -.4em;
	}
	#bx-pager > a {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		overflow: hidden;
		height: 7rem;
	}
	.kakudai {
			padding: 5px 10px;
	}
	div.controlWrap {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	p.holiday { margin-top: 0; }

	/* 商品の説明 */
	.table-items { padding: 0; }
	.item_content .comment { padding: 0.5rem 1rem; }
	.item_content th, .item_content td {
		width: 100%;
		display: block;
	}
	.item_content th { padding-bottom: 1rem; }
	.item_content td { padding-top: 0 !important; }
	.item_content td.free-note { padding-top: 15px !important; }

	.star li, .star img {
		width: 14px;
		height: 13px;
	}
	.total li, .total img {
		width: 18px;
		height: auto;
	}
	.total li:first-child { line-height: 2rem; }
	table.default th:first-child, table.default td:first-child { min-width: 92px; }
}


/* 南関町追記 */
@media screen and (max-width: 999px) {	
	.item_detail .fav_wrap { text-align: center; }
	.item_detail .btn_fav { float: none; }
	.add-full .kosuu { margin-left: 0; }
	.add-full .btn_wrap { margin-top: 0.5rem; }
	.item_content > .td { 
		width: 100%;
		padding: 0 !important;
	}
	.item_content > .item_detail { margin-top: 1.5rem; }
	.detail-head_wrap {
		border-top: 1px solid #ccc;
		padding-top: 1rem;
	}
	.price_wrap .sale, .price_wrap .limi { display: none; }
	.table-items { margin-top: 0; }
	.add_wrap { margin-top: 0; }
	.add-full { margin-bottom: 0; }
	.add_wrap .kosuu_label {
		display: inline-block;
		text-align: center;
		float: none;
	}
	.add_wrap .kosuu { 
		display: inline-block;
		float: none;
		margin: 1rem auto 1.5rem;
	}
	.add-full .kosuu .selectmenu { float: left; }
	
	/* レビュー */
	.review_wrap  { margin-top: 5rem; }
	table.default tr { border-top: 3px solid #cccccc; }
	table.default tr:first-child { border-top: none; }
	table.default td {
		display: table;
		width: 100% !important;
		border-left: none;
		border-top: 1px dotted #cccccc;
		border-bottom: 0;
		max-width: none;
		margin: 0;
		text-align: left !important;
		padding: 1rem 10px;
	}
	 table.default td:first-child { border-top: none; }
	 table.default td span, table.default p {
		display: table-cell;
		float: left;
	}
	 table.default td span { padding: 1rem 0 0 10px; }
	 table.default p,table.default td ul { padding: 1rem 0 1rem 10px; }
}

@media screen and (max-width: 999px) and (min-width: 481px) {
	.add-full .kosuu_label {
		float: left;
		margin-top: 16px;
	}
}