@charset "utf-8";
/* レイアウト */
.top_contents{
	padding-top: 60px;
	margin: 0 auto;
	margin-bottom: 180px;
}
.pankuzu{
	overflow: hidden;
	margin-bottom:30px;
	font-size: 11px;
}
.pankuzu li{
	float: left;
}
.pankuzu li span{
	padding:0 10px;
}

.left{
	float:left;
	width: 53%;
	
}
.right{
	width:47%;
	float:right;
	padding-left: 7%;
}

/* レイアウト */


/*商品情報*/
.product_data{
}
.product_name{
	font-size:28px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.prodcut_price{
	font-size:18px;
}
.product_num{
	font-size: 11px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
	margin-top: 10px;
}
/* //商品情報*/



/* 左カラム */
.product_img{
	width: 100%;
	margin-bottom: 10px;
}
.product_img img{
	width: 100%;
	height: auto;
}
/* 左カラム */

/* 右カラム */
.fixed_inner{
/* width js*/
}

/*  スクロール固定時  */
.fixed_inner.fixed{
	position: fixed;
}
.product_data .fixed_inner{
}
.product_profile  .fixed_inner{
}


/*商品購入*/
.buy{
	padding-top: 40px;
}
.selecter_wrapp{
	display: inline-block;
}
.selecter{
	margin-bottom: 10px;
}
.cart_btn{
	margin-top:20px;
	margin-bottom: 30px;
}
.product_num_sp{
	display: none;
}
.product_description{
	line-height: 2;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}
.selecter select {
    font-size: 12px;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:5px;
    background-color: #FFF;
    width:100%;
    padding:3px 0;
    height: 30px;
    min-width: 160px;
}
.selecter select option{
padding:0 5px;	
}
.cart_btn input{
	background: #000;
	color: #FFF;
	font-size:16px;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 200px;
	height: 45px;
	padding-top: 5px;
	font-family: 'Quicksand', sans-serif;
}
.cart_btn input:hover{
	background: #999;	
}
.sold_out{
	background: #999;
	color: #FFF;
	font-size:16px;
	width: 200px;
	padding:10px 0;
	text-align: center;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
}
.option_wrapp{
	margin-bottom: 30px;
}
.view_option{
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 20px;
}
.option_zone{
	margin-top: 20px;
	display: none;
	width: 280px;
}
.option_zone.open{
	display:block;	
}
.op2_ttl{
	font-size:13px;
}
.opiton_table{
	line-height: 2;
	width: 100%;
}
.opiton_table th{
	padding:5px 15px;
	border: 1px solid #000;
	background-color: #ddd;
}
.opiton_table td{
	padding:5px 15px;
	border: 1px solid #000;
}

/* //商品購入*/

/* 問い合わせ */
.infomation{
	list-style: disc;
	margin-top: 30px;
	list-style-position: inside;
	line-height: 2.3;
}

/* 問い合わせ */

/* 右カラム */


/* ページ下部 */
.more_reccomend{
	margin:0 auto;
}
.reccomend_ttl{
	text-align: center;
	font-size: 35px;
	margin-bottom: 5px;
}
.reccomend_sub_ttl{
	text-align: center;
	font-size: 12px;
	margin-bottom: 60px;
}
.reccomend_wrapp{
	margin:0 auto 100px;
	width: 75.75%;
	
}
.item_box{
	float: left;
	width: 32.666%;
	margin-right: 1%;
	position: relative;
}
.item_box:hover{
	opacity:.7;
}
.item_box:nth-child(3){
	margin-right:0;	
}
.item_photo{
	width:100%;
	height: auto;
}
.item_photo img{
	width: 100%;
	height: auto;
}
.item_detail{
	display:block;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}
.item_name{
margin-bottom: 5px;
line-height: 1.5;
}
.item_name a{
	color: #000;
}


@media screen and (max-width: 900px) {
.top_contents{
	width:94%;
}
.pankuzu{
	width:94%;
	margin:0 auto 30px;
}
.more_reccomend{
width:94%;
}
.reccomend_wrapp{
	margin:0 auto 100px;
	width: 100%;
	
}
.item_box{
	float: left;
	width: 32.666%;
	margin-right: 1%;
	position: relative;
}


}
@media screen and (max-width: 767px) {
/* レイアウト */
.top_contents{
	padding-top:30px;
	width: 100%;
}
.pankuzu{
	display: none;
}

.left{
	float:none;
	width:100%;
	border-bottom: 1px solid #000;
	padding-bottom:40px;
	
}
.right{
	width:100%;
	float:none;
	padding-left:0;
}

/* レイアウト */

/*商品情報*/
.product_data{
padding:0 4% 30px 
}
.product_name{
	font-size:18px;
	margin-bottom:10px;
}
.prodcut_price{
	font-size:14px;
}
.product_num{
display: none;
}
/* //商品情報*/


/* 右カラム */
.fixed_inner{
width: 100%!important;
}

/*商品購入*/
.buy{
padding-top: 30px;
text-align:center;
}

.selecter{
	margin:0 auto 20px;
	display: table;
}
.cart_btn{
	margin:20px auto 30px;
	width: 300px;
}
.cart_btn input{
	width: 300px;
	height: 40px;
}
.sold_out{
	width: 300px;
	padding:15px 0;
}	
.product_num_sp{
	font-size: 11px;
	display: block;
	line-height: 2
}
.product_description{
	padding:30px 4% 30px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	
}
.view_option{
	font-size: 14px;
	text-align: center;
}
.option_zone{
	margin: 20px auto 0;
	width: 280px;
	display: none;
}
/* //商品購入*/

/* 問い合わせ */
.infomation{
	font-size: 11px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

/* 問い合わせ */

/* 右カラム */

.more_reccomend{
width:96%;
}

.reccomend_ttl{
	font-size:26px;
}
.reccomend_sub_ttl{
	font-size: 10px;
}
.reccomend_wrapp{
	margin:30px auto 0;
	margin-bottom: 50px;
}
.item_box{
	float:none;
	width: 100%;
	margin-bottom: 2%;
	margin-right:0;
	display: table;
}
.item_photo,
.item_detail{
	display: table-cell;
	width: 50%;
	vertical-align:middle;
}
.item_detail{
  padding-left: 20px;
  padding-right: 10px;
  text-align: left;
}
.item_box:nth-child(even){
	margin-right:0;
}



}