
#products .page_main{
	width: 100%;
	display: block;
	padding:20px 10px;
	background-color: #fff;
}
#products .products_ttl{
	padding: 10px 10px 20px 10px;
	position: relative;
}
#products .products_ttl h1{
	color: #735f5a;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}
#products .products_ttl a{
	margin:15px 5px;
	width: auto;
	display: block;
}
#products .products_ttl a img{
	width: 100%;
	display: block;
}
#products .products_ttl .count{
	font-size: 13px;
	margin:20px 10px 10px 10px;
}
#products .products_ttl .count span{
	font-size: 18px;
	color: #ae0a29;
	font-weight: bold;
}
#products .products_ttl .sort{
	position: absolute;
	right: 10px;
	bottom:10px;
}
#products .products_ttl .sort a{
	padding: 7px 15px;
	border: none;
	border-radius: 15px;
	background-color: #fff;
	display: inline-block;
}
#products .products_article .products_box{
	background-color: #fff;
	margin:20px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	padding-bottom: 10px!important;
}


.products_box .products_inner{
	display: flex;
	margin-bottom: 10px;
}
.products_inner .left,
.products_inner .right{
	width: 50%;
}
.products_inner .left img{
	padding-right: 10px;
	box-sizing: border-box;
}
.products_inner .right .right_top{
	display: flex;
	height: 35px;
}
.right_top .specs{
	width: 75%;
	font-size: 12px;
}
.right_top .info_box{
	width: 25%;
}
.right_top p.info{
	font-size: 12px;
	margin-left: auto;
	margin-top: 8px;
}
.frozen,.normal,.cold{
	display: block;
	padding: 2px;
	margin:5px 0;
	width: 40px;
	text-align: center;
	font-size: 13px;
	box-sizing: border-box;
	border-radius: 5px;
}
.frozen{
	border: 1px solid #0b58b0;
	color: #0b58b0;
}
.normal{
	border:1px solid #ff8400;
	color: #ff8400;
}
.cold{
	border:1px solid #53a3ff;
	color: #53a3ff;
}
.eat_info{
	margin-top:10px;
	margin-bottom:10px;
}
.eat_info p{
	color: #808080;
	font-size: 12px;
}
.products_inner{
	font-size: 13px;
}

.products_inner h3,
.products_inner .price{
	font-size: 16px;
	font-weight: bold;
}
.products_inner .specs{
	/*margin-bottom: 10px;*/
	margin: auto
}
.products_inner h3,.products_inner .price{
	margin-bottom: 10px;
}
.products_inner .price s{
	font-size: 14px;
    font-weight: normal;
}
.products_inner .price .price_s + span{
	color: #ae0a29;
}
.products_box .products_inner:nth-child(2) a,
.products_box .products_inner:nth-child(2) p{
	width: 95%;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding:8px 5px;
	box-sizing: border-box;
	border-radius: 15px;
}

.products_box .products_inner:nth-child(2) .left a{
	background-color: #4f4f4f;
	color: #fff;
	background-image: url(../img/common/btn_cart02.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 9% 7px;
	margin-left: 2.5%;

}
.products_box .products_inner.bottom{
	/*	position: absolute;
	bottom: 5px;
	left: 0;*/
	width: 100%;
	display: block;
	    margin-top: auto;
    margin-bottom: 5px;
}
.products_box .products_inner:nth-child(2) .left a.non_item{
	background-color: #aeaeae;
	color: #fff;
	background-image: url(../img/common/btn_cart02.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 9% 7px;
}
.products_box .products_inner:nth-child(2) .left a:first-letter{
	padding-left: 1em;
}
.products_box .products_inner:nth-child(2) .right a{
	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 10px center;
	width: 95%;
    margin: 0 2.5%;
}
.products_box .products_inner:nth-child(2) .right p{
	background-color: #f3f3f3;
	border:1px solid #ccc;
	background-image: url(../img/list/btn_fav_on.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left 5px center;
	font-size: 12px;
		width: 95%;
    margin: 0 2.5%;
}


.products_cont h2,
.checkd_box h2{
	color: #333;
	font-size: 16px;
	display: inline-block;
	margin:20px 0 10px;
	font-weight: bold;
}
/********パンくず************/
.breadcrumbs.list{
	padding: 10px;
    font-size: 12px;
    font-weight: bold;
}
.breadcrumbs a{
	font-weight: normal;
    padding: 0 3px;
}

/********パンくず************/
/************pad***********/
@media screen and (min-width:480px) {
.products_box .products_inner:nth-child(2) .left a,
.products_box .products_inner:nth-child(2) .right a{
	background-position: left 90px center;
	font-size: 16px;
}

}
/*******画面幅374以下********/
@media screen and (max-width:374px) {

.products_box .products_inner:nth-child(2) a{
	font-size: 12px;
}
.products_box .products_inner:nth-child(2) .right p{
	font-size: 11px;
	text-align: right;
}
.products_box .products_inner:nth-child(2) .left a,
.products_box .products_inner:nth-child(2) .right a,
.products_box .products_inner:nth-child(2) .right p{
	background-size: 15px;
	background-position: left 7px center;
}
#products .products_ttl .sort{
position: relative;
width: 180px;
left: 0;
right: 0;
margin: auto;
}
#products .products_ttl {
	padding: 10px;
}
}


/************200826追記*****************/
#products .products_article{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
#products .products_article .list_area{
	width: 49%;
	margin:20px 0;
	padding: 0;
}
#products .products_article .list_area:nth-child(even){
	margin-left: 2%;
}
/*#products .products_article .products_box:nth-child(1){
	margin-top: 20px;
}*/
.products_box .products_inner{
	display: block;
}
.products_inner .left, .products_inner .right{
	width: 100%;
}
.products_inner .left img{
	padding-right: 0;
	border-radius: 10px 10px 0 0;
}
.products_inner .right{
	/*padding: 10px;*/
	/*padding: 5px 10px 10px;*/
	padding: 5px 0 10px;
}
/************200826追記*****************/

/*********2021おせち***********/

.oseti2020_topSection div:first-child{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #AD8F53;
}
/*********20200923************/
.pagination{
	display: block;
	width: 100%;
}
.pagination ul{
	display: flex;
	/*justify-content: space-around;*/
	justify-content: center;
	width: 100%;
}
.pagination ul li {
    width: calc(100% / 7);
}
.pagination ul li a{
	display: block;
	background-color: #fff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 11px;
	color: #4f4f4f;
	width:40px;
	height: 40px;
	margin: 0 auto;
}
.pagination ul li p{
	padding-top: 10px;
	text-align: center;
}
.pagination ul li.now a{
	background-color: #ccc;
}
.left.listphoto {
        max-height: 125px;
    overflow: hidden;
    position: relative;
    height: 125px;
}
.products_inner .left img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    top: 0;
    min-height: 100%;
    min-width:100%;
}
.right_top p.info{
	height: 20px;
	padding: 0;
}
.products_inner .price{
	/*margin-top: 10px;*/
	margin-top: 5px;
}
p.sub_ttl {
    font-size: 11px;
    min-height: 20px;
}
div.ttl_area{
	height: 58px;
}
.products_inner div.ttl_area h3{
	font-size: 16px;
}
p.info.listcomment{
	min-height: 60px;
}
div.howto_eat{
	/*min-height: 54px;*/
	min-height: 28px;
}
div.eat_info{
/*	min-height: 54px;*/
}
div.eat_info,
div.eat_info ul,
.modal_inner ul,
.modal_inner ul li{
	display: flex;
	align-items: center;
}
.modal_inner ul{
	flex-wrap: wrap;
}
.modal_inner ul li{
	width: 49.5%;
	margin-bottom: 5px;
}
.modal_inner ul li:nth-child(even){
	margin-left: 1%;
}
div.eat_info p{
	font-size: 11px;
	width: 67px
}
div.eat_info ul{
	margin-left: 5px;
	flex-wrap: wrap;
}
.modal_inner ul li .m_ht_info{
	margin-left: 5px;
	width: calc(100% - 41px);
}
.modal_inner ul li .m_ht_ttl{
 font-size: 18px;
	color: #fff;
	display: block;
	padding: 9px 0;
	text-align: center;
	width: 36px;
	border-radius: 5px;
	font-weight: bold;
}
div.eat_info ul li{
	margin-bottom: 5px;
}
div.eat_info ul li .ht_ttl{
	font-size: 12px;
	color: #fff;
	display: block;
	padding: 1px 3px;
	text-align: center;
	border-radius: 3px;
}
div.eat_info ul li + li{
	margin-left: 2px;
}
.modal_inner ul li.cook .m_ht_ttl,
.modal_inner ul li.asitis .m_ht_ttl,
div.eat_info ul li.method3 .ht_ttl,
div.eat_info ul li.method9 .ht_ttl,
div.eat_info ul li.method10 .ht_ttl,
div.eat_info ul li.method7 .ht_ttl,
div.eat_info ul li.method1 .ht_ttl,
div.eat_info ul li.method15 .ht_ttl,
div.eat_info ul li.method6 .ht_ttl,
div.eat_info ul li.method2 .ht_ttl,
div.eat_info ul li.method5 .ht_ttl,
div.eat_info ul li.method4 .ht_ttl,
div.eat_info ul li.method8 .ht_ttl{
	background-color: #ae0a29;	
}
.modal_inner ul li.thawing .m_ht_ttl,
div.eat_info ul li.method11 .ht_ttl,
div.eat_info ul li.method12 .ht_ttl,
div.eat_info ul li.method16 .ht_ttl,
div.eat_info ul li.method17 .ht_ttl,
div.eat_info ul li.method18 .ht_ttl,
div.eat_info ul li.method21 .ht_ttl{
	background-color: #0b58b0;	
}

div.eat_info ul li a.modal.ui-link img{
	width: 19px!important;
	margin-top: 0!important;
}
.apply_discount_block{
	padding: 5px 10px 10px;
}
.apply_discount_block label {
	display: flex;
}

@media screen and (max-width:340px) {
.right_top .specs,
p.sub_ttl{
	font-size: 10px;
}
.products_inner .right{
	padding: 5px;
}
p.info.listcomment{
	font-size: 12px;
}
}

/************210924追記*****************/
.second_category_h2{
    font-size: 18px;
    color: #4f4f4f;
    display: inline-block;
    margin: 20px 0 10px;
    font-weight: bold;
}
#products .products_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
#products .products_list li{
	width: 23.4%;
	padding: 0;
	margin-right: 2%;
	margin-bottom: 5%;
}
#products .products_list li:nth-child(4n){
	margin-right: 0;
}
#products .products_list li a{
	margin: 0;
}
#products .products_list li .title{
	font-size: 12px;
	margin-top: 10px;
	display: block;
	font-weight: bold;
}