p{
	line-height: 1.5em;
}
#detail .detail_main .thumb-item-nav{
	margin:10px auto;
}
#detail .detail_main .thumb-item-nav div{
	padding:0 8px;
}
#detail .detail_main .thumb-item-nav div img{
	height: 57px;
}
.thumb-item-nav img{
border-radius: 50%;
}

.thumb-item-nav .slick-current img{
	border:3px solid #ae0a29;
}

.detail_main{
	position: relative;
	z-index: 0;
	display: block;
}

.detail_main .slick-prev,.detail_main .slick-next {
    width:30px; /* 画像幅 */
    height:40px; /* 画像高さ */
    box-sizing: border-box;}
.detail_main .slick-prev:before,.detail_main .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.detail_main .slick-prev{left:0; bottom:0;}
.detail_main .slick-next{right:0; bottom:0;}
.detail_main .slick-prev,.detail_main .slick-next{
	display: block;
}
.detail_main .slick-prev img,.detail_main .slick-next img{
	opacity: 1;
	padding: 8px;
	background-color: rgba(255,255,255,0.6);
}
.detail_main .slick-prev img{
border-radius: 0 5px 5px 0;	
}
.detail_main .slick-next img{
border-radius: 5px 0 0 5px;
}
.detail_main #arrows{z-index:9999;
	display: block;
	height: 50px;
}
.thumb-item-nav{
	width: 80%;
	margin:0 auto;
}
.thumb-item-nav .slick-slide{
	padding: 8px;
}

#detail .detail_ttl{
	padding: 5px;
	box-sizing: border-box;
}
#detail .detail_ttl h1{
	font-size:23px;
	margin:10px 0;
	font-weight: bold;
	line-height: 30px;
}
#detail .detail_ttl .points,
.howto_list ul li .hl_points{
	background-color: #ae0a29;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	padding: 2px 5px;
	border-radius: 5px;
}
#detail .detail_ttl .info{
	font-size: 14px;
	margin:10px 0 0 0; 
}
#detail .price_old{
	display: inline-block;
	font-size: 14px;
}
#detail .price_new{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #ae0a29;
	margin-bottom: 15px;
	margin-top: 10px;
}
#detail .products_rank .price_new{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
	margin-top: 10px;
}
#detail .price_old + .price_new{
	margin-left: 10px;
}
#detail .detail_ttl .guide{
	background-color: #fff;
	width: 100%;
	font-weight: bold;
	color: #ae0a29;
	padding: 3px;
}
#detail #error{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 20px 0;
}
#detail section.cart_in,
#detail div.cart_in{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#detail .cart_in p{
	font-size: 15px;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 13px;
}
#detail .cart_in select{
	width: 65px;
	height: 46px;
	font-size: 18px;
	margin:0 10px;
	border-radius: 3px;
	border:2px solid #735f5a;
}
#detail .cart_in input[type="submit"],
#detail .cart_in .btn_cart_in,
#detail .cart_in .btn_regularly{
	background-color: #4f4f4f;
	color: #fff;
	text-align: center;
	padding: 12px 10px;
	font-weight: bold;
	border-radius: 20px;
	background-image: url(../img/common/btn_cart02.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 25px center;
	font-size: 16px;
	width: 60%;
	border:none;
	margin-left: auto;
	/*margin-right: 10px;*/
}
#detail #cartbtn_default{
	width: 60%;
	display: block;
	margin-left: auto;
}
#detail #cartbtn_default .btn_cart_in{
	display: block;
	width: 100%;
}

#detail .btn_d_fav{
	background-color: #fff;
    border: 1px solid #333;
    background-image: url(../img/list/btn_fav.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 25px center;
    width: 60%;
    margin-left: auto;
    padding: 12px 10px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
 	font-size: 16px;
 	margin-top: 5px;
 	display: block;
}
#detail .btn_d_fav.after{
	pointer-events: none;
	background-color: #f3f3f3;
	border:1px solid #ccc;
	background-image: url(../img/list/btn_fav_on.png);
	font-size: 14px;
}

#detail .detail_category{
	padding: 10px 5px;
	font-size: 12px;
}
#detail .detail_category ul li{
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
}
#detail .detail_category ul li + li:before{
	content:"|";
	display: inline-block;
	padding: 0 5px;
}

.howto_box,.info_box,.voice_box{
	background-color: #fff;
	border-radius: 5px;
	margin:10px 5px;
	box-sizing: border-box;
	padding: 10px;
}
.howto_box h2,.info_box h2,
.voice_box h2{
	font-size: 18px;
	color: #735f5a;
	font-weight: bold;
	margin-bottom: 10px;
}
.howto_box ul{
	display: flex;
	flex-wrap: wrap;
	margin:10px 0;
}
.howto_box ul li{
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}
.howto_box ul li .ht_ttl,
.howto_list dl .hl_cook li span,
.howto_list dl .hl_ttl li span,
.howto_list dl .hl_asitis li span{
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	font-size: 27px;
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	color: #fff;
}

.howto_box ul li.method12 .ht_ttl,
.howto_box ul li.method11 .ht_ttl,
.howto_box ul li.method13 .ht_ttl,
.howto_box ul li.method14 .ht_ttl{
	background-color: #517ebf;	
}
.page_content dl dd.howto_box ul li:before{
	display: none;

}
.page_content dl dd.howto_box ul li:first-letter{
	margin-left: 0;	
}
.page_content dl dd.howto_box ul li{
	padding-left: 0;
}

.howto_box ul li.method3 .ht_ttl,
.howto_box ul li.method9 .ht_ttl,
.howto_box ul li.method10 .ht_ttl,
.howto_box ul li.method7 .ht_ttl,
.howto_box ul li.method1 .ht_ttl,
.howto_box ul li.method15 .ht_ttl,
.howto_box ul li.method6 .ht_ttl,
.howto_box ul li.method2 .ht_ttl,
.howto_box ul li.method5 .ht_ttl,
.howto_box ul li.method4 .ht_ttl,
.howto_box ul li.method8 .ht_ttl{
	background-color: #ae0a29;	
}
.howto_box ul li.method16 .ht_ttl,
.howto_box ul li.method17 .ht_ttl,
.howto_box ul li.method18 .ht_ttl,
.howto_box ul li.method21 .ht_ttl{
	background-color: #ff8400;	
}

.howto_box ul li .ht_info{
	position: absolute;
	z-index: 2;
	padding: 2px 0;
	background-color: #fff;
	color: #735f5a;
	border:1px solid #735f5a;
	top:45px;
	text-align: center;
	font-size: 14px;
	width: 60px;
	left: -10px;
}
.howto_box ul li .ht_info:before{
content:" ";
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 10px 5px;
border-color: transparent transparent #735f5a transparent;
position: absolute;
top:-10px;
left: 0;
right: 0;
margin:auto;
}
/*
.howto_list .howto_box ul li span{
	font-size: 12px;
	text-align: center;
}
.howto_list .howto_box ul li .ht_ttl{
	display: block;
	margin:0 auto;
	display: block;
}
*/
.howto_list .howto_box ul li .ht_ttl,
.howto_list .howto_box ul li span{
	display: inline-block;
}
.howto_list .howto_box ul{
	display: flex;
	flex-wrap: wrap;
}
.howto_list .howto_box ul li{
	width: 50%;
	margin:5px 0;
}
.howto_list .howto_box ul li span{
	padding-left: 5px;
}
.info_box ul li:before{
	content:"・";
	margin-left: -1em;
}
.info_box ul li{
padding-left: 1em;}
.info_box a{
	color: #024998;
	display: block;
	text-decoration: underline;
}
.info_box ul li a{
	font-size: 11px;
	margin-left: 1em;
}
.voice_box{
	background-color: #fff;
	padding: 20px 10px;
	/**height: 350px;
	overflow-y: scroll;**/
}

.voice_box .voice_inner {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}
.voice_box .voice_inner.all-review{
	display: none;
}
.voice_box .more_btn{
	border: 1px solid #4f4f4f;
	width: 60%;
	border-radius: 20px;
}

.voice_box .voice_inner:nth-last-child(2){
	border-bottom: 1px solid #735f5a;
}
.voice_box .voice_inner .star{
	display: block;
}
.voice_box .voice_inner .star img{
	width: 20px;
	float: left;
	margin:0;
	padding: 0;
}
.voice_box .voice_inner .name{
	font-size: 12px;
	margin-left: 10px;
	float: left;
}
.voice_box .voice_inner .date{
	font-size: 10px;
	float: right;
}

.voice_box .voice_inner .title{
	content:" ";
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
	padding-top: 10px;
}
.voice_box .join_link{
	text-align: center;
}
.voice_box .join_link p{
	color: #786560;
	font-size: 12px;
}
.voice_box .join_link a{
	/*background-color:#4f4f4f;
	color: #fff;*/
	background-color: #fff;
	color: #4f4f4f;
	border:1px solid #4f4f4f;
	font-weight: bold; 
	font-size: 15px;
	padding: 15px;
	border-radius: 25px;
	display: block;
	width: 70%;
	max-width: 230px;
	margin:5px auto;
	text-align: center;
}

#detail .return_list,
.btnarea p a.return_list{
	color: #735f5a;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../img/common/detail-return.png);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: left 3px center;
	padding-left: 17px;
	display: block;
	margin: 20px 0 20px 5px;
}

#detail #recipe h2{
	/*color: #333;*/
	color: #ae0a29;
	font-size: 16px;
}

.slick-track.notmove{
	transform: none!important;
}
.detail_main.single #arrows,
#detail .detail_main.single .thumb-item-nav{
	display: none;
}
#detail .infomation{
	background-color: #fff;
	margin:20px 5px;
	padding: 10px 5px;
	box-sizing: border-box;
	border-radius: 5px;
}
#detail .infomation h2,
#detail .recipe_box h2{
	font-size: 18px;
	color: #735f5a;
	font-weight: bold;
	margin-bottom: 5px;
}
#detail .infomation .red_big,
#detail .infomation .red_nomal{
	color: #ae0a29;
	font-weight: bold;
	margin:10px 0;
}
#detail .infomation .red_big{
	font-size: 18px;
}
#detail .infomation h3,
.delivery_info h3{
	font-size: 16px;
	margin:10px 0;
}
#detail .infomation p{
	margin-bottom: 1em;
	margin-top: 5px;
}
#detail .infomation .i-linkbox{
	display: flex;
	flex-wrap: wrap;
}
#detail .infomation .i-linkbox a{
	width: 49%;
	border:1px solid #ccc;
	padding: 10px 0;
	text-align: center;
	border-radius: 20px;
	margin:10px 0.5%;
}
#detail .recipe_box{
	background-color: #F8F2E2;
	margin:10px 5px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}
#detail .recipe_box h2{
	margin-left: 18px;
	color: #4f4f4f;
	margin-bottom: 10px;
}
#detail .recipe_box a{
	background-color:#fff;
	color: #ae0a29;
	font-weight: bold; 
	font-size: 15px;
	padding: 15px;
	border-radius: 25px;
	display: block;
	width: 70%;
	max-width: 230px;
	margin:5px auto;
	text-align: center;
	border: 1px solid #ae0a29;
}
#detail .delivery_list{
	display: none;
}
#detail .delivery_list dl{
	background-color: #eee;
}
#detail .delivery_list h2{
	background-color: #4f4f4f;
	padding: 10px 5px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
#detail .delivery_list h2 span{
	font-size: 14px;
	display: block;
	font-weight: normal;
	margin-top: 5px;
}
#detail .delivery_list dl{
	font-size: 16px;
}
#detail .delivery_list dt,
#detail .delivery_list dd{
	padding: 5px;
}
#detail .delivery_list dt{
	padding-top: 10px;
	font-weight: bold;
}
#detail .delivery_list dd{
	padding-bottom: 10px;
	font-size: 15px;
}
#detail .delivery_list dt:nth-of-type(even),
#detail .delivery_list dd:nth-of-type(even){
	background-color: #fff;
}
#detail .delivery_list dt.active,
#detail .delivery_list dd.active{
	color: #ae0a29;
}
#detail .delivery_list .delivery_info{
	background-color: #F8F2E2;
	padding: 10px;
	box-sizing: border-box;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	font-size: 14px;
}
.delivery_info .info_inner{
	background-color: #fff;
	border:1px solid #4f4f4f;
	box-sizing: border-box;
	padding:5px 10px;
}
#detail .delivery_list .delivery_info dl{
	font-size: 14px;
}
#detail .delivery_list .delivery_info dl dt:before{
	content:"●";
	display: inline-block;
}
#detail .delivery_list .delivery_info dl dt,
#detail .delivery_list .delivery_info dl dd{
	padding: 0;
}
#detail .delivery_list .delivery_info dl dd{
	margin-bottom: 5px;
}

#detail .catalog_box{
	background-color: #fff;
	padding: 10px 5px;
}
#detail .catalog_box .catalog_cont{
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}
#detail .catalog_box .catalog_cont .left{
	width: 20%;
}
#detail .catalog_box .catalog_cont .right{
	width: 80%;
	padding-left: 10px;
}
#detail .catalog_box .catalog_cont .right p{
	margin-bottom: 1em;
}
#detail .catalog_box .catalog_cont .right p span{
	font-weight: bold;
}
#detail .catalog_box .catalog_cont .catalog_link{
	width: 100%;
	display: flex;
	margin-top: 10px;
}
#detail .catalog_box .catalog_cont .catalog_link a:nth-child(1){
	width: 40%;
}
#detail .catalog_box .catalog_cont .catalog_link a:nth-child(2){
	width: 60%;
}
#detail .catalog_box .catalog_cont .catalog_link a{
	font-weight: bold;
	font-size: 16px;
}
#detail .catalog_box .catalog_cont .catalog_link a:first-letter{
	color: #ae0a29;
}
#detail .regularly{
	display: block;
	width: 100%;
	box-sizing: border-box;
    background-color: #fff;
    margin: 10px 5px;
    padding: 10px;
    border-radius: 5px;
}
#detail .cart_in .regularly p{
	font-weight: normal;
}
#detail .cart_in .btn_regularly{
	width: 100%;
	display: block;
	margin:10px 0;
}
#detail .cart_in .regularly p.price_new{
	font-weight: bold;
	font-size: 22px;
}
#detail .cart_in .regularly .reg_check{
	margin:10px 0;
}
.slide-container{
	display: block;
	position: relative;
}
#arrows{
	position: absolute;
	width: 100%;
	top:0;
	bottom:0;
	margin:auto;
}
a.tel{
	display: inline-block;
}
/********************/
#detail .infomation h3.info_subttl{
	margin:15px 0;
}
#detail .infomation h3.ttl_comment{
	background-color: #4f4f4f;
	color: #fff;
	padding: 8px 5px;
	font-weight: normal;
	background-image: url(../img/detail/fork_knife_white.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left 5px center;
	padding-left: 30px;
}


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

/***********パンくず**************/
.breadcrumbs {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumbs a{
	font-weight: normal;
	padding: 0 3px;
}
/************パンくず************/


/*************2020おせち****************/

#osechi2020{
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin:0 5px;
}
#osechi2020 .osechi_img div + div{
	margin-top: 10px;
}
#osechi2020 h2.title1{
	font-size: 18px;
    color: #735f5a;
    font-weight: bold;
    margin: 25px 0 10px;
}
#osechi2020 h3{
	margin-top: 10px;
	font-size: 15px;
}
#osechi2020 .oseti2020_kodawari .osechi_img{
	margin-bottom: 15px;
}
#osechi2020 .oseti2020_topSection .osechi_img{
	margin-top: 20px;
}
#osechi2020 .osechi2020_other{
	display: flex;
	flex-wrap: wrap;
}
#osechi2020 .osechi2020_other p{
	width: 48%;
	display: block;
	margin:5px 0.5%;
	border:1px solid #ccc;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
    align-items: center;
}
#osechi2020 .osechi2020_other p a{
	width: 100%;
	display: block;
	padding: 5px 0;
	text-align: center;
	/*border:1px solid #ccc;
	background-color: #fff;
	border-radius: 20px;*/
}
#osechi2020 .osechi2020_other p span{
	display: block;
}
#osechi2020 a.ui-link img,
#osechi2020 a.ui-link p{
	display: inline-block;
}
/*************2020おせち****************/

/*************2020クリスマス/正月****************/
.christmas_00 table.christmas_01 td {
    display: block;
}
.christmas_00 table.christmas_01 td.christmas_03 {
    font-weight: bold;
}
.christmas_00 table.christmas_01 td.christmas_04 {
    margin-bottom: 5px;
}
/*************2020クリスマス/正月****************/
/************20200923**************/
.returnb{
    background-color: #fff;
    padding: 5px 0;
}
.return_top{
	font-size: 11px;
	color: #4f4f4f;
	background-image: url(../img/common/detail-return.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: left 3px center;
    padding-left: 10px;
    margin-bottom: 5px;
    margin-left: 10px;

}
.products_cont h2{
	color: #ae0a29;
	font-size: 16px;
}
.products_cont .products_inner{
	padding-bottom: 0;
}
.products_cont.first_cont .products_inner{
	padding-bottom: 60px;
}

.modal_inner{
	display: block;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
}

.modal_inner ul{
	display: flex;
	flex-wrap: wrap;
}
.modal_inner ul li{
	display: block;
	width: 49.5%;
}
.modal_inner ul li:nth-child(even){
	margin-left: 1%;
}
.modal_inner ul li{
	display: flex;
	margin-bottom: 10px;
}
.modal_inner ul li .m_ht_ttl{
	width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 27px;
    text-align: center;
    padding-top: 10px;
    border-radius: 5px;
    color: #fff;
}
.modal_inner ul li.thawing .m_ht_ttl{
 background-color: #0b58b0;
}
.modal_inner ul li.cook .m_ht_ttl,
.modal_inner ul li.asitis .m_ht_ttl{
	background-color: #ae0a29;
}
.modal_inner ul li .m_ht_info{
	padding: 0 0 0 10px;
	width: calc(100% - 40px);
	margin-top: auto;
    margin-bottom: auto;
}

/************20200923**************/


/************pad***********/
@media screen and (min-width:480px) {
#detail .cart_in input[type="submit"]{
	background-position: left 160px center;
}
.infomation .video_iframe iframe{
	width:400px; 
	margin:10px auto;
	display: block;
}

}
/*******画面幅374以下********/
@media screen and (max-width:374px) {
#detail .cart_in #cartbtn_default a,
#detail .btn_d_fav{
	background-position: left 10px center;
}
#detail .cart_in select{
	    margin: 0 5px;
}
#detail .infomation .i-linkbox a{
	font-size: 12px;
}
#detail .recipe_box a{
	font-size: 14px;
}



}

