/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}













.sns {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 40px;
	width: 90%;
}
.description{
	width:94%;
	margin:0 3%;
}
.sns h1 {
	color: #c2bd95;
	padding: 5px 0 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: url(https://img03.shop-pro.jp/PA01005/402/etc/title_bg.jpg) no-repeat top left;
}
.sns .wrap {
	text-align:center;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 10px 13px 0 13px;
	/*position: absolute;
	overflow: hidden;*/
}
/*.sns .wrap div {
	margin: 0 0 10px;
	clear: both;
}
*/.sns .calamel img {
	margin: 0 5px;
}
.sns .icon img {
	width: 40px;
	height: 40px;
	display: block;
}
.sns .icon {
	float: left;
	position: relative;
	/*left: 50%;*/
}
.sns .icon > *  {
	display: flex;
	margin: 0px 5px 5px 5px;
	float: left;
	position: relative;
	/*left: -50%;*/
}
.sns .facebook iframe  {
	height: 67px !important;
}
span.sns_line iframe {
    margin: 0;
}


.sns h1,
#prd_dtl section section h1 {
	padding: 10px;
	font-size: 18px;
	color: #c2bd95;
	text-shadow: 0 -1px 0 #000;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#454545),
		color-stop(100%,#000)
		);
	border-top: 1px solid #454545;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	word-break: break-all;
	background: url(https://img03.shop-pro.jp/PA01005/402/etc/title_bg.jpg) no-repeat top left;	
}











/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}



/***********************
		flick
***********************/

.flick {
	width: 300px;
	height:240px;
	margin: 0 auto;
	overflow: hidden;
}
.flick ul li {
	float: left;
	margin: 0 0 5px;
	list-style-type: none;
	text-align: center;
	width: 100px;
	font-size: 12px;
}
.flick ul li span {
	display: block;
	line-height: 2;
	font-size: 10px;
	font-weight: bold;
}
.flick ul li p {
	font-size: 10px;
	font-weight: bold;
}
.flick ul li .price_soldout {
	background: #F00;
	color: #FFF;
}
.flick ul li .price {
	color: #F00;
}
.flick ul li img {
	display: block;
	max-width: 80px;
	margin:0 auto 2px;
}
.flick ul li a {
	display: block;
	margin: 0 5px;
	text-decoration: none;
}
.flick_ctrl {
	margin: 0;
	list-style: none;
}
.flick_ctrl li {
	width: 20%;
	text-align: center;
	display:block;
	padding: 4px 0;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#414141),
		color-stop(100%,#2A2A2A)
		);
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
	color: #c2bd95;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #2F2F2F;
	border-radius: 4px;
}
.flick_ctrl li.back {
	float: left;
}
.flick_ctrl li.next {
	float: right;
}
.pointer {
	text-align: center;
}
.pointer span.selected {
    background-color: #333;
}

.pointer span {
    display: inline-block;
    height: 6px;
    width: 6px;
	margin: 0 2px;
	background-color: #CCC;
    border-radius: 3px;
}


#seller .wrap{
	padding-top:5px;
	padding-bottom:5px;
}

#seller .sttl_s{
	padding-top:1px;
	border-top:1px solid #999;
}
#seller h2.sttl {
/*	background-color:#666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8B8B8B),to(#9D9D9D));
	padding:10px;
	color:#fff;
	font-size:14px;
	text-shadow: 0 1px 2px #666;
*/		
padding: 10px;
font-size: 14px;
color: #c2bd95;
text-shadow: 0 -1px 0 #000;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#000) );
border-top: 1px solid #454545;
border-bottom: 1px solid #000;
-webkit-box-shadow: none;
box-shadow: none;
word-break: break-all;
	background: url(https://img03.shop-pro.jp/PA01005/402/etc/title_bg.jpg) no-repeat top left;	
}

#recommend h2.sttl {
/*	background-color:#666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8B8B8B),to(#9D9D9D));
	padding:10px;
	color:#fff;
	font-size:14px;
	text-shadow: 0 1px 2px #666;
*/		
padding: 10px;
font-size: 14px;
color: #c2bd95;
text-shadow: 0 -1px 0 #000;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#000) );
border-top: 1px solid #454545;
border-bottom: 1px solid #000;
-webkit-box-shadow: none;
box-shadow: none;
word-break: break-all;
	background: url(https://img03.shop-pro.jp/PA01005/402/etc/title_bg.jpg) no-repeat top left;	
}


/***********************
		recommend
		seller
		checkitem
		category
***********************/

.hidden {
	display: none;
}

.more_cont {
	display: none;
}

#prd_dtl .link_list.more_wrap .more_cont {
	display: none;
	padding-right: 10px;
}
#prd_dtl .desc .more_cont img {
	/* テンプレートマニュアル ※1 */
	/*max-width: 100%;*/
}

/**********************/

#recommend h1,
#seller h1,
#category h1 {
	text-transform:  uppercase;
	text-align: left;
}
#recommend .more_btn {
	display:block;
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#recommend .wrap,
#seller .wrap,
#checkitem .wrap {
	background: url(https://img.shop-pro.jp/s_tmpl_img/14/flick_bg.png);
	-webkit-box-shadow: inset 0 0 10px 0 #999;
	box-shadow: inset 0 0 10px 0 #999;
}
#category .link_list li:last-child {
	border-bottom: 2px solid #CCC;
}


/*ピックアップ商品Slide*/
.flexslider{
	margin: 0 0 0px !important;
}
.product_pict {
width: 100% !important;
}
.product_summary {
width: 88%;
}
.product_ttl {
line-height: 1.5;
}
.flex-direction-nav a{
top: 95%;
	}
.flex-direction-nav .flex-prev{
color: #000;
	}	
.flex-direction-nav .flex-prev a{
color: #000;
	}	

/*新入荷商品（スマホ）*/
.product_pict01{
width: 25% !important;
min-height: 80px;
float: left;
	}
.product_pict01 img{
width: 100% !important;
	}

.product_summary01 {
width: 60%;
min-height: 80px;
float: left;
padding-left: 15px;
}	

/*パンくず*/
.small a{
	text-decoration:none;
	}
    
/*買い足しバナー*/
#kaitashi p{
	margin: 0 0 10px;
}    


/*カートへボタン*/
#scroll-go-cart {
    /*bottom: 0px;*/
  	bottom: 200px;
	right:0px;
    display: block;
    padding: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
}

#scroll-go-top {
   /*bottom: 50px;*/
	bottom: 250px;
	right:0px;
    display: block;
    padding: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
}
/*簡易説明*/
.simple_explain {
    padding: 10px;
    font-size: 18px;
}
.simple_explain br {
    display: none;
  }
  
.sttl_s h2.sttl{
	border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
	}  
/*お気に入りボタン*/
button.favorite-button {
    border: 0px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    height: 100%;
    background-color: #fff;
    display: block;
    text-align: left;
    font-size: 1.00em;
}
button.favorite-button p {
    border: 0px solid #ccc;
    width: 100%;
    margin: 14px 10px;
    padding: 0;
    height: 100%;
    display: block;
    background-color: #fff;
    display: block;
    text-decoration: none;
    color: #333;
    background: url(https://img.shop-pro.jp/s_tmpl_img/1/icon_arrow_m2.png) no-repeat center right;
	background-size: 20px 13px;
    padding: 0;
    text-align: left;
    font-size: 1.00em;
}
button.favorite-button.fav-items {
	background-color:#323232 !important;
}
button.favorite-button.fav-items p {
	background-color:#323232;
    color: #ffffff !important;
}
button.favorite-button.fav-items:hover{
	background-color:#323232;
	}

ul.link_list li:last-child{
	border-bottom: 1px solid #ccc;
	}
/*カートへ入れる*/
.cart_btn{
	background: linear-gradient(#63b34b, #13530b);
	color:#ffffff;
	font-size: 2.05em;
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 0.75em 0;
	}
.cart_btn:hover{
	background: linear-gradient(#80d268, #1e6e14);
}	

.video-container {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.video-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

ul.slides > li {
    position: relative;
}

ul.slides > li > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.registration-information {
  margin: 10px;
  padding: 5px;
  height: auto;
  border: double 4px #FF0000;
  text-align: center;
  font-size: 24px;
}


.is-membersonly{
  	background-color: #0a9537;
    font-size: 25px;
    width: 100%;
    height: 155px;
    border: solid 1px #0a9537;
    border-radius: 6px;
}
.is-membersonly p {
  color: #FFF;
  margin-top:40px;
  line-height:1.5em;
}
.is-membersonly p span{
    font-size: 25px;
}
.is-membersonly img{
display: block;
  float: left;
  vertical-align: middle;
  margin: 55px 14px;
  width: 35px;
  height: auto;
}
.is-membersonly a{
color: #F00;
text-decoration: underline;
}







ul.p-review-list__reply-info {
    background-color: #000;
    color: #fdf3d8;
    padding: 5px;
}









.record {
    margin: 10px 0;
    border: 1px solid;
    padding: 10px;
    box-sizing: border-box;
}

.record img {
    margin-bottom: 5px;
}

.data_left {
    font-size: 14px;
}

p.img_box {
    display: none;
}

.img_contents {
    margin-bottom: 5px;
}

.data.clearfix {
    margin-bottom: 10px;
}

.comment {
    font-size: 14px;
}

.shopcomment {
    padding: 10px;
    box-sizing: border-box;
    background-color: #eee;
    margin-top: 10px;
    font-size: 14px;
}

.data.clearfix {
    border-bottom: 3px solid #fe6700;
}

.data_right {
    font-size: 14px;
}