@charset "utf-8";

.detail_none{
	display: none;
}
.detail_ok{
	display: block;
}

.c_contents_none{
	display: block!important;
}


.contents_open{
	display: block!important;
	background-color: #fbf7f2!important;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 18px 10px;
}
.contents_click{
	display: none!important;
}


/* ### バナーの線 ### */
/* -------------------------------------------------------------------------------- */
.item_banner1 img{
	border-top: 1px solid #A57A45;
	border-bottom: 1px solid #A57A45;
	padding: 10px 0;
	background-color: #fff;
}



/* ### 商品詳細ページ設定 ### */

.product_slide{
	display: none;
	margin: 0 auto 16px auto;
	width: 530px;
}
.product_slide_thumb{
	display: none;
	margin: 30px auto 0 auto;
	width: 530px;
}
.product_slide_thumb li{
	margin: 0 18px;
}
.product_slide_thumb li img:hover{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	cursor: pointer
}

.product_slide_thumb .slick-track{
	margin: 0 auto;
}
.product-image{
	width: 50%;
	float: left;
	padding-bottom: 30px;
}



.top_image1020{
	width: 1020px;
	height: auto;
}


#banner-box_top{
	margin-bottom: 30px;
}


.product-cart {
	width: 36%;
	float: left;
	padding: 0 7% 0 7%;
	margin: 0 0 40px 0;
	
}


.product-name{
	font-size: 1.14em;
	font-weight: bold;
	margin: 20px 0;
}

.product_name_text{
	border-top: 1px solid #F09E12;
	border-bottom: 1px solid #F09E12;

	padding: 20px;
	margin-bottom: 70px;

	position: relative;
	word-break: normal;

}







/* アイコン */
.item_icon{
	position: absolute;
	bottom: -70px;
	right: 0;
	width: 70px;
	text-align: right;
	padding: 0;
}
.item_icon2{
	position: absolute;
	bottom: -72px;
	right: 90px;
	width: 70px;
	text-align: right;
	padding: 0;
}

.item_notice_wrapping{
	margin: 0 6px 10px 6px;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
	color: #CC181E;
}


.product_coupon{
	margin: 0 0 20px 0;
}



.wrapping_notice_text{
	width: 1060px;
	margin: 26px auto 30px auto;
}
.wrapping_notice_text p{
	float: left;
	width: 340px;
	font-size: 0.9em;
}
.wrapping_notice_text img{
	float: right;
	padding-left: 10px;
}
.wrapping_notice_text span{
	color: #CC181E;
	padding-top: 8px;
}






.product-order-price{
	margin-bottom: 10px;
}
.product-order-price li{
	color: #CC181E;
	font-weight: bold!important;
	font-size: 1.4em!important;
	padding: 10px;

}

/* 送料無料 */
.soryo_muryo_text{
	font-size: 0.8em!important;
	color: #666;
	font-weight: bold;
}




/* オプション */

.product-option{
	padding: 14px 0 0 10px;
	margin: 20px 0 20px 0;
	/* border: 1px solid #cc181e; */
	background-color: #faebc0;
	font-size: 1.06em;
	color: #222;
}


.product-order-spec{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}


.product-option-select .option-select-name {
	display: block;
	float: left;
	margin: 3px 10px 5px 11px;
	font-weight: bold;
}

.product-option-select .product-option-unit select {
	color: #222;
	float: left;
	width: 50%;
	margin: 0 0 1em 0;
}


.product-order-input input {
	padding: 6px;
	vertical-align: bottom;
	width: 50px;
	background: transparent;
	border: none;
}


.product-cart .product-order .product-order-input .disable_cartin{
	margin-top: 25px;
}

.btn-01{
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0;
	display: block;
    
	background: #f49602 url("https://www.saisonfactory.co.jp/images/item_cartbutton_shop.png") no-repeat center center;
	border: none;
	border-radius: 6px;
}
.btn-01:hover{
	background: #f08212 url("https://www.saisonfactory.co.jp/images/item_cartbutton_shop_hover.png") no-repeat center center;
}

.btn-01.bag_nochek{
	background: #f9c676 url("https://www.saisonfactory.co.jp/images/item_cartbutton_shop_no.png") no-repeat center center;
	pointer-events:none;
}


.btn[disabled], .btn[disabled]:hover {
	background-color: #e6e6e6!important;
	background-image:none!important;
	color: #333!important;
}


.product-cart .product-order .product-order-input .product-order-num .product-unit{
	text-align: center;
}

.product-cart .product-order .product-order-input .product-order-num .product-order-unit {
	padding-right: 20px;
	line-height: 1em;
}


.product-cart .product-order .product-order-input .product-order-num .order-num-name1,
.product-cart .product-order .product-order-input .product-order-num .order-num-name2 {
	padding-top: 0px;
	line-height: 1em;
	font-size: 0.9em;
}
.product-cart .product-order .product-order-input .product-order-num .order-num-name2 {
	color: #a57a43;
}

.product-cart .product-order .product-order-input .product-order-num .addition-order {
	padding-top: 0px;
	line-height: 1em;
}

.product-cart .product-order .product-order-input .product-order-num .addition-order a {
	padding: 2px 0.2em;
	background-color: #a57a43;
	/* border: 2px solid #DDDDDD; */
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	/* line-height: 1.1em; */
	line-height: 2em;
	text-decoration: none;
}


.product-cart .product-order .product-order-input .product-order-num input {
	width: 60px;
	color: #606060;
	border: solid 1px #ddd;
	border-radius: 3px;
	text-align: center;
	height: 1.6em;
	font-size: 1.2em;
	line-height: 1em;
}





.review-area {
	margin: 10px 0;
	list-style: none;
	text-align: right;
}


.review-area li {
	display: inline-block;
	margin: 1% 3% 0 0;
}



.product-order-exp{
	padding: 0;

}




/* 商品説明・原材料table(新) ---------------------------- */
.rs_c{
	width: 980px;
	margin: 0 auto;
}

.sa_exp{
	font-size: 1.06em;
	line-height: 1.6em;

	padding: 18px 0;
	margin-top: 20px;
	border-top: 1px solid #F09E12;
	border-bottom: 1px solid #F09E12;
}

.sa_exp2{
	width: 980px;
	margin: 20px auto 20px auto;
}

.sa_ind{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 8px;
}


.sa_notice{
	padding-top: 1.2em;
	padding-bottom: 0em;
	color: #CC181E;
}
.sa_notice_r{
	text-align: right;
}


.sa_spec_tbl{
	margin: 20px 0;
}

.sa_spec_tbl table{
	border-top: 1px solid #ddd;
	background-color: #fff;
	border-collapse: collapse;
	height:100%;
	width: 100%;
}

.sa_spec_tbl td,
.sa_spec_tbl th{
	box-sizing: border-box;
	background-color: #fff;
	font-weight: normal;
	font-size: 1em;
	border-bottom: 1px solid #ddd;

	padding: 4px 4px;
	height:100%;
}
.sa_spec_tbl th{
	white-space: nowrap;
	text-align: center;
	width: 12em;
}

.sa_spec_tbl th span{
	box-sizing: border-box;
	height: 100%;
	display: block;
	padding: 6px 12px;
	background-color: #eee;
}





.sa_spec_tbl .sa_th{
	width: 8em;
}
.sa_spec_tbl .sa_eiyo span:after {
	content: "\A" ;
	white-space: pre ;
}

.sa_spec_tbl small:before{
	content: "\A" ;
	white-space: pre ;
}

/* 商品説明・原材料table(新)ここまで ---------------------------- */




.product-contents{
	margin-bottom: 40px;
}




/* 詳細・説明画像 */
.item_setsumei_title{
	width: 940px;
	margin: 0 auto 20px auto;
}

/* 詳細・説明画像2 */
.item_setsumei{
	width: 1020px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.item_setsumei p{
	display: inline-block;
	width: 480px;
	margin: 25px 10px;
}


/* はちみつなどの注記 */
.item_details_notice{
	text-align: left;
	font-size: 0.84em;
	margin-top: 4px;
}

/* 商品説明画像 */
.item_details_image{
	width: 1060px;
	margin: 30px auto;
}
.item_details_image img{
	width: 100%;
	height: auto;
}


/* 商品一覧(商品検索) */
.section .section__inner h2.title_search_result {
	margin: 10px 0 0 0;
	padding: 0 7px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
.section .section__inner p.result {
	margin: 10px 0;
	padding: 0 10px;
	font-size: 0.88rem;
	text-align: left;
}
.section .section__inner p.result span{
	color: #CC181E;
	font-size: 1.3em;
	padding-right: 1px;
}



#shop_item-box_sp .shop_item-area_sp .item-area_sp {
	float: left;
	width: 50%;
}

#shop_item-box_sp .shop_item-area_sp .item-area_sp .item-area-card_sp {
	width: 96%;
	margin: 7px auto 0 auto;
	height: auto;
	min-height: 280px;
	padding: 10px 15px;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	border-radius: 5px;
}

#shop_item-box_sp .shop_item-area_sp .item-area_sp .item-area-card_sp a span {
	margin: 0.5em 0 0 0;
	color: #606060;
	font-size: 0.86em;
	text-align: left;
}

#shop_item-box_sp .shop_item-area_sp .item-area_sp .item-area-card_sp span {
	display: block;
	margin: 0.5em 0 0 0;
	color: #606060;
	font-size: 0.9em;
	text-align: right;
}


#shop_item-box_sp .shop_item-area_sp .item-area_sp .item-area-card_sp img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


#shop_item-box_sp .pager {
	padding-top: 10px;
	text-align: center;
	font-size: 0.86em;
}

#shop_item-box_sp .u-cf .pager__next {
	float: right;
}


#shop_item-box_sp .u-cf{
	padding: 0 10px;
}

#shop_item-box_sp .u-cf .button--disabled {
	display: none;
}

#shop_item-box_sp .u-cf .pager__prev {
	float: left;
}
#shop_item-box_sp .u-cf .pager__next {
	float: right;
}


.fa-chevron-left:before {
	content: "\0ab";
}
.fa-chevron-right:before {
	content: "\0bb";
}


.breadcrumb{
	margin-bottom: 10px;
}


.not-found{
	font-size: 1.2em;
	margin: 100px 0 200px 20px;
}




.p_mt5{margin-top: 5px;}
.p_mt10{margin-top: 10px;}
.p_mt15{margin-top: 15px;}
.p_mt20{margin-top: 20px;}
.p_mt25{margin-top: 25px;}
.p_mt30{margin-top: 30px;}
.p_mt35{margin-top: 35px;}
.p_mt40{margin-top: 40px;}

.p_mb5{margin-bottom: 5px;}
.p_mb10{margin-bottom: 10px;}
.p_mb15{margin-bottom: 15px;}
.p_mb20{margin-bottom: 20px;}
.p_mb25{margin-bottom: 25px;}
.p_mb30{margin-bottom: 30px;}
.p_mb35{margin-bottom: 35px;}
.p_mb40{margin-bottom: 40px;}





/* レビュー */
.review_area{
	width: 980px;
	margin: 40px auto 60px auto;
}

.review-title{
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #aaa;
}

.review-title h2{
	float: left;
	width: 40%;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 10px;
}
.review-title div{
	display: block;
	float: right;
	text-align: right;
	width: 40%;
	padding-top: 6px;
	padding-right: 6px;
}


.reviewlist{
	margin-bottom: 60px;
}

.reviewlist_datas{
	margin: 20px 0 10px 0;
	border-bottom: 1px dotted #aaa;
}

.reviewlist_datas .icon_star{
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 4px;
}

.reviewlist_datas .review_ttl{
	float: left;
	width: 400px;
	margin-right: 20px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 1.05em;
}
.reviewlist_datas .review_poster{
	float: left;
	width: 420px;
	margin-bottom: 6px;
	text-align: right;
	font-size: 0.92em;
}
.reviewlist_datas .review_poster li{
	display: inline;
	padding-right: 20px;
}


.reviewlist_content{
	margin: 10px 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #aaa;
}
.reviewlist_content .review_text{
	padding: 0 15px 0 15px;
}

.reviewlist .shopcomment{
	padding: 0 15px;
}
.reviewlist .shopcomment_ttl{
	font-weight: bold;
}



/* あなたにおすすめの商品 */
.sa_osusume{
	margin-top: 100px;
}

.sa_osusume .ttl-h2{
	background-color: #ffefc3;
	padding: 6px 10px;

}
.sa_osusume .prd-lst .prd-lst-cap{
	text-align: center;
}



/* 福島の桃 */
.news_list_s{
	margin-left: 30px;
	margin-bottom: 50px;
	padding: 20px 0;
	border-bottom: 1px dotted #aaa;
}

.news_list_s dl {
	width: 100%;
	padding-top: 20px;
	list-style: none;
	overflow: hidden;
	line-height: 1.75em;
	color: #666;
}


.news_list_s dt {
	margin-bottom: 0px;
	padding: 0 0 8px 0px;
	width: 7.5em;
	float: left;
	clear: both;
	font-weight: normal;
	letter-spacing: 1px;
}

.news_list_s dd {
	margin-bottom: 0px;
	padding: 0 0 8px 8em;
}


.banner-area_bottom{
	margin-bottom: 70px;
}



.item_notice_r{
	color: #cc181e;
	margin: 8px auto 20px auto;
	font-size: 0.9em;
	text-align: right;
}




/* ### レシピ ### */

.sa_recipe{
	width: 960px;
	margin: 20px auto 40px auto;
	background-color: #f9f5f0;
	padding: 30px;
}

.sa_recipe_movie{
	width: 465px;
	height: auto;
	float: left;

	position: relative;
}

.sa_recipe_play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.sa_recipe_text{
	width: 465px;
	float: right;
}

.sa_recipe_title{
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

.sa_recipe_link a{
	font-size: 1.1em;
}


.sa_recipe_title2{
	font-size: 1.1em;
}




.sa_recipe_left{
	font-size: 0.92em;
	width: 315px;
	float: left;
	margin-top: 15px;
	margin-right: 50px;
}


.sa_recipe_right{
	font-size: 0.92em;
	width: 565px;
	float: right;
	margin-top: 15px;
}

.sa_recipe_left table{
	margin-left: 14px;
	margin-bottom: 10px;
	width: calc(100% - 14px);
}
.sa_recipe_left table td{
	text-align: right;
	padding-left: 10px;
	padding-right: 5px;
}
.sa_recipe_left table th,
.sa_recipe_left table td{
	border-bottom: 1px dotted #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}


.sa_recipe_left table .r_mat1{
	width: 1.8em;
	background-color: #eee;
	text-align: center;
}

.sa_recipe_left table .r_mat2{
	width: 1.8em;
	background-color: #fbead5;
	text-align: center;
}


.sa_recipe_sub2{
	margin-left: 10px;
}


.sa_recipe_right dl {
	list-style: none;
	overflow: hidden;
	margin-left: 14px;
	width: calc(100% - 14px);
}

.sa_recipe_right dt {
	padding: 0 0 10px 0;
	width: 1.6em;
	float: left;
	clear: both;
	font-weight: normal;
	text-align: right;
}

.sa_recipe_right dd {
	padding: 0 0 10px 2em;
}

.sa_recipe_right dd em {
	padding: 0 0.2em 0 0.2em;
	color: #a57a43;
}

.sa_recipe_right .sa_recipe_txt{
	padding: 0 0 5px 3em;
}

.fancybox-slide--video .fancybox-content {
	width  : 600px!important;
	height : 600px!important;
	max-width  : 80%!important;
	max-height : 80%!important;
	margin: 0!important;
	
}




/* ### レシピ2 ### */

.sa_recipe2{
	width: 940px;
	margin: 20px auto 40px auto;
	background-color: #f9f5f0;
	padding: 30px;
}

.sa_recipe2_logo{
	text-align: center;
	margin-bottom: 30px;
}
.sa_recipe2_logo img{
	width: 190px;
	height: auto;
}

.sa_recipe2 li{
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #888;
}
.sa_recipe2 li:last-child{
	border-bottom: none;
}


.sa_recipe2_image{
	float: right;
	width: 510px;
	text-align: center;
}

.sa_recipe2_image_img{
	width: 510px;
	height: auto;
}
.sa_recipe2_image_img1{
	width: 250px;
	height: auto;
	padding-right: 10px;
}
.sa_recipe2_image_img2{
	width: 250px;
	height: auto;
}


.sa_recipe2_text{
	float: left;
	width: 380px;
	text-align: left;
}

.sa_recipe2_link{
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;

	text-indent: -8px;
	padding-left: 0.5em;
}

.sa_recipe2_item{
	font-size: 0.9em;
	color: #555;
	text-align: right;
}







/* ### もの語り ### */

.sa_story{
	width: 860px;
	margin: 20px auto 40px auto;
	padding: 20px;
	border: 3px dotted #ddd;
}

.sa_story_title{
	text-align: center;
	padding: 20px 0 30px 0;
}

.column_list{
	text-align: center;
	margin: 30px 0 10px 0;
}


.column_list li{
	display: inline-block;
	width: 40%;
	margin: 0 4% 30px 4%;
	text-align: left;
	vertical-align: top;
}



.column_list_part{
	margin: 10px 10px 0 10px;
}

.column_list_title{
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fabe00;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.4em;
	padding: 0 0 4px 0;
}
.column_list_title div{
	display: table-cell;
	vertical-align: middle;
	height: 2.8em;
}


.column_list_text{
	line-height: 1.8em;
}

.column_list_date{
	margin: 6px 6px 0 0;
	text-align: right;
}


/* ### 手提げ袋 ### */

.bag_check{
	background-color: #faebc0;
	padding: 10px 16px;
	margin: 10px 0 0 0;
}
.bag_check p{
	margin-bottom: 10px;
}
.bag_check p em{
	color: #CC181E;
	font-weight: bold;
}

.bag_check_area{
	display: table;
	line-height: 0;
}

.bag_check .bag_check_area span{
	line-height: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
}
.bag_check .bag_check_area span input{
	margin: 0;
	width: 2em;
}

.bag_banner{
	margin: 10px 0 20px 0;
}


/* ### おいしいパスタの作り方 ### */

.pasta_boil{
	width: 760px;
	margin: 50px auto 50px auto;
	padding: 30px 20px;
	background-color: #fff;
}

.pasta_boil_title{
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 40px;
}

.pasta_boil ul{
	text-align: center;
}

.pasta_boil li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 40px;
}

.pasta_boil li.pasta_boil_text{
	width: 55%;
	margin-top: 20px;
}
.pasta_boil li.pasta_boil_text img{
	width: 100%;
	height: auto;
}

.pasta_boil li.pasta_boil_image{
	width: 44%;
}
.pasta_boil li.pasta_boil_image img{
	width: 100%;
	height: auto;
}



/* ### バレンタインデー販売会場 ### */

.va_store{
	margin: 30px 0 50px 0;
	text-align: center;
}
.va_store span{
	padding: 14px 40px;
	background-color: #feedee;
	font-size: 1.2em;
}

.va_arrow{
	padding: 8px 8px 8px 23px;
	background: url(../images/va_arrow.png) no-repeat 0 center;
	color: #222;
}

.va_arrow:hover{
	color: #9e1b21;
}



/* ### 柘榴 ### */

.zakuro_exp{
	width: 900px;
	margin: 20px auto 40px auto;
	background-color: #fef5d9;
	padding: 40px 40px;
}

.zakuro_part{
	margin-bottom: 30px;
}

.zakuro_exp_text{
	font-size: 1.1em;
}

.zakuro_exp_text em{
	font-size: 1.1em;
	font-weight: 700;
}

.zakuro_exp_title{
	margin-bottom: 20px;
}

.zakuro_exp_title em{
	font-size: 1.3em;
	padding-bottom: 5px;
	border-bottom: 2px solid #fabe00;
	font-weight: 700;
	margin-bottom: 10px;
}
.zakuro_exp_title em *{
	font-weight: 700;
}

.zakuro_exp_text{
	float: left;
	width: 50%;
	line-height: 1.9em;
}

.zakuro_exp_image{
	float: right;
	width: 40%;
}

.zakuro_exp_image img{
	width: 100%;
	height: auto;
}

.zakuro_banner{
	width: 960px;
	margin: 20px auto 40px auto;
	text-align: center;
}
.zakuro_banner img{
	width: 86%;
	height: auto;
}


/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* ### スマートフォン ### */
/* -------------------------------------------------------------------------------- */

@media (max-width: 510px) {


.c_header_include_area {
    padding: 0;
}


.sp_cart_inn_fix{
	display: none;
	position: fixed;
	bottom: 0px;
	left:0;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 20px 24px 20px;
	z-index: 100;
	background-color: #fcf7b9;
}


.top_image1020{
	width: 100%;
	height: auto;
}





/* 商品説明・原材料table(新) ---------------------------- */
.rs_c{
	width: 96%;
	margin: 0 auto;
}

.sa_exp{
	font-size: 1em;
	
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.sa_exp2{
	width: 100%;
}


.sa_spec_tbl{
	margin: 20px 0;
}

.sa_spec_tbl table{
	border-top: none;
	height:auto;
	/* font-size: 0.92em; */
}

.sa_spec_tbl td,
.sa_spec_tbl th{
	border-bottom: none;
	height:auto;

	display: block
}
.sa_spec_tbl th{
	white-space: nowrap;
	text-align: left;
	background-color: #eee;
	width: 100%;
}

.sa_spec_tbl th span{
	box-sizing: content-box;
	height: auto;
	display: inline;
	padding: 0;
	background-color: transparent;
}




.sa_spec_tbl .sa_th{
	width: 100%;
}

.sa_spec_tbl small:before{
	content: "" ;
}

/* 商品説明・原材料table(新)ここまで ---------------------------- */




.product_slide{
	width: 94%;
}
.product_slide_thumb{
	width: 94%;
	margin-bottom: 15px;
	margin-top: 20px;
}
.product_slide_thumb li{
	margin: 0 10px;
}




.product-image{
	float: none;
	width: auto;
	/* padding: 0 5%; */
	padding: 0;
}
.product-image img{
	width: 100%;
	height: auto;
}

.product-image .product-image-thumb ul li {
	float: left;
	width: 24.0322%;
	margin: 0 0 20px 0;
	padding: 0 1.2903% 0 0;
	cursor: pointer;
}
.product-image .product-image-thumb ul li img {
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.5;
}
.product-image .product-image-thumb ul li.thumb-active img {
	opacity: 1;
}
.product-image .product-image-thumb ul li:nth-child(4n+4) {
	padding: 0;
}


.product-cart {
	float: none;
	width: auto;
	padding: 0;
	text-align: left;
}

.product-cart .product-caption {
	margin: 20px 0 70px 0;
	padding: 3.125% 1.5625%;
	border-top: 1px solid #FABD00;
	border-bottom: 1px solid #FABD00;
	/* font-size: 0.92rem; */
	line-height: 1.9em;

	position: relative;
}





/* アイコン */
.item_icon{
	position: absolute;
	bottom: -70px;
	right: 0;
	width: 70px;
	text-align: right;
	padding: 0;
}
.item_icon2{
	/* 一時的 */
	display: none;

	
	position: absolute;
	bottom: -72px;
	right: 90px;
	width: 70px;
	text-align: right;
	padding: 0;
}

.wrapping_notice_text{
	width: 96%;
}
.wrapping_notice_text p{
	padding: 0 4%;
	float: none;
	width: 92%;
	font-size: 1.0em;
}
.wrapping_notice_text img{
	float: none;
	padding: 8px 7%;
	width: 86%!important;
	height: auto;
}




#banner-box_bottom{
	margin-top: 20px;
}
#banner-box_bottom img,
.banner-area_bottom img{
	width: 100%;
	height: auto;
}


.product-name{
	font-weight: normal;
}

.product_name_text {
	margin-bottom: 20px;
}



.product-order-price li{
	font-size: 1.3em!important;
	padding: 10px 0;
}




.product-order-spec{
	border-bottom: none;
}

.product-order-spec th{
	width: 3em;
}

.product-option{
	margin-bottom: 30px;
}

.product-option-select .product-option-unit select {
	height: 3em;
	border-radius: 3px;
	cursor: pointer;
	font-size:15px;
	width: 95%;
	float: none;
}

.product-option-select .option-select-name {
	width: 100%;
	float: none;
	margin: 3px 0 5px 0;
}



.product-cart .product-order .product-order-input .disable_cartin button {
	width: 100%;
	height: 52px;
	margin: 0;
	background: #f49602 url("https://www.saisonfactory.co.jp/images/item_cartbutton_shop_sp.png") no-repeat center center;
	background-size: contain;
	border: none;
	border-radius: 4px;
}

.product-cart .product-order .product-order-input .disable_cartin button.bag_nochek {
	background: #f9c676 url("https://www.saisonfactory.co.jp/images/item_cartbutton_shop_sp_no.png") no-repeat center center;
	background-size: contain;
	pointer-events:none;
}


.product-cart .product-order .product-order-input .product-order-num .order-num-name1,
.product-cart .product-order .product-order-input .product-order-num .order-num-name2 {
	font-size: 1em;
}

.product-cart .product-order .product-order-input .product-order-num .addition-order a {
	padding: 0 0.2em;
	font-size: 2em;
}


.product-cart .product-order .product-order-input .product-order-num input {
	width: 64px;
	height: 2.2em;
	font-size:18px;
}






/* 詳細・説明画像2 */
.item_setsumei_title{
	width: 96%;
	margin: 0 auto 20px auto;
}

.item_setsumei{
	width: 96%;
	margin: 0 auto 20px auto;
}
.item_setsumei p{
	float: none;
	width: 96%;
	margin: 8px auto;
}

/* 商品説明画像 */
.item_details_image{
	width: 100%;
	margin: 30px auto;
}






/* レビュー */
.review_area{
	width: 96%;
}
.review-title h2{
	float: none;
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 10px;
}
.review-title div{
	float: none;
	width: 100%;
	padding-right: 10px;
}

.reviewlist_datas .icon_star{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.reviewlist_datas .review_ttl{
	float: none;
	width: 100%;
	margin-right: 0;
}
.reviewlist_datas .review_poster{
	float: none;
	width: 100%;
	text-align: right;
	/* font-size: 0.88em; */
}

.reviewlist_datas .review_poster li{
	display: inline;
	padding-left: 20px;
	padding-right: 0;
}

.review_poster_name{
	display: block!important;
	padding:0!important;
	text-align: left;
}

.reviewlist_content .review_text{
	padding: 0;
	/* font-size: 0.92em; */
}


.reviewlist .shopcomment{
	padding: 0;
}



.item_notice_r{
	margin: 0 8px 20px 8px;
	/* font-size: 0.9em; */
	text-align: left;
	line-height:1.4em;
}





/* あなたにおすすめの商品 */
.sa_osusume{
	margin-top: 20px;
}


.sa_osusume .ttl-h2{
	background-color: #ffefc3;
	padding: 6px 10px;

}
.sa_osusume .prd-lst .unit-inner{
	text-align: center;
}
.sa_osusume .prd-lst .unit-inner img{
	width: 74%;
	height: auto;
}



/* 福島の桃 */
.news_list_s{
	margin: 30px 0 30px 0;
	border-top: 1px dotted #aaa;
}

.news_list_s dt {
	width: 100%;
	float: none;
	padding: 0;
}

.news_list_s dd {
	margin-bottom: 0px;
	padding: 0 0 12px 1.5em;
}



/* ### レシピ ### */

.sa_recipe{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.sa_recipe_movie{
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 30px 30px 0 30px;
}
.sa_recipe_text{
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 20px 30px 10px 30px;
}


.sa_recipe_left{
	font-size: 1.0em;
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 10px 20px 10px 10px;
}
.sa_recipe_right{
	font-size: 1.0em;
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 10px 20px 10px 10px;
}


.fancybox-slide--video .fancybox-content {
	width  : 500px!important;
	height : 500px!important;
	max-width  : 90%!important;
	max-height : 90%!important;
}


/* ### レシピ2 ### */
.sa_recipe2{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.sa_recipe2_logo{
	padding-top: 20px;
	margin-bottom: 15px;
}
.sa_recipe2_logo img{
	width: 140px;
	height: auto;
}




.sa_recipe2 li{
	margin: 0 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.sa_recipe2_image{
	float: none;
	width: 100%;
}

.sa_recipe2_image_img{
	width: 100%;
	height: auto;
}
.sa_recipe2_image_img1{
	width: 49%;
	height: auto;
	padding-right: 2%;
}
.sa_recipe2_image_img2{
	width: 49%;
	height: auto;
}



.sa_recipe2_text{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 20px 10px;
}

.sa_recipe2_copy{
	font-size: 0.86em;
}

.sa_recipe2_link{
	font-size: 1.0em;
}



/* ### もの語り ### */

.sa_story{
	width: 90%;
	box-sizing: border-box;
	padding: 0;
	/* font-size: 0.9em; */
	border: 2px dotted #ddd;
}

.sa_story_title{
	padding-bottom: 0;
}

.sa_story_title img{
	width: 190px;
	height: auto;
}

.column_list li{
	display: inline-block;
	width: 74%;
	margin: 0 2% 30px 2%;
}

.column_list_title{
	font-size: 1.1em;
}




.not-found{
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 50px 10px 70px 10px;
}




/* ### おいしいパスタの作り方 ### */

.pasta_boil{
	width: 100%;
	padding: 0;
}

.pasta_boil_title{
	font-size: 1.4em;
}

.pasta_boil li{
	display: block;
}

.pasta_boil li.pasta_boil_text{
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.pasta_boil li.pasta_boil_text img{
	width: 100%;
	height: auto;
}

.pasta_boil li.pasta_boil_image{
	width: 100%;
}
.pasta_boil li.pasta_boil_image img{
	width: 80%;
	height: auto;
}





/* ### バレンタインデー販売会場 ### */

.va_store{
	margin: 20px 0 20px 0;
	text-align: left;
	text-indent: -1.8em;
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.va_store span{
	padding: 12px 20px 12px 36px;
	background-color: #feedee;
	font-size: 1.04em;
	display:block;
}



/* ### 柘榴 ### */

.zakuro_exp{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px 1px 20px;
}


.zakuro_exp_text{
	font-size: 1.0em;
}

.zakuro_exp_text em{
	font-size: 1.06em;
}

.zakuro_exp_title em{
	font-size: 1.2em;
}

.zakuro_exp_text{
	float: none;
	width: 100%;
}

.zakuro_exp_image{
	float: none;
	width: 100%;
}


.zakuro_banner{
	width: 100%;
}
.zakuro_banner img{
	width: 100%;
	max-width: 360px;
	height: auto;
}




} /*  @media (max-width: 510px)  */



@media (max-width: 499px) {

.fancybox-slide--video .fancybox-content {
	width  : 400px!important;
	height : 400px!important;
}

} /*  @media (max-width: 499px)  */



@media (max-width: 399px) {

.fancybox-slide--video .fancybox-content {
	width  : 300px!important;
	height : 300px!important;
}

} /*  @media (max-width: 399px)  */



@media (max-width: 350px) {

.fancybox-slide--video .fancybox-content {
	width  : 260px!important;
	height : 260px!important;
}

} /*  @media (max-width: 350px)  */

