


#itemName{
	padding: 0;
	margin-bottom: 0;
}

.heading {
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;	
    font-size: 24px;
    font-family: 'Shippori Mincho', serif;	
}

.photoList {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}

.photoList .itemBox {
width: 47%;
max-width: 490px;
margin: 0 0 0;
}

.photoList .itemBox a {
display: block;
text-decoration: none;

}
.photoList .itemBox dt {
margin-bottom: 10px;
}

.photoList .itemBox .title {
    font-size: 18px;
    line-height: 1.2em;
	font-family: 'Shippori Mincho', serif;
	padding-right: 0.5em;
	position: relative;	
}

.photoList .itemBox .title .op {
    display: inline-block;
    font-size: 14px;
}

.photoList .itemBox .title:after {
    position: absolute;
    top: 30px;
    right: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    margin: 0 0 0 6px;
    color: #de0300;
	font-size: 120%;
}

.opList{
	margin: 15px 10% 0;
	width: 80%;
}

.opList a{
	display: block;
    font-family: 'Shippori Mincho', serif;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	position: relative;
}

.opList a:after{
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    color: #de0300;
	font-size: 120%;
}



.itemGallery {
		justify-content: flex-start;
	    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}	
.itemGallery li {
    width: 22%;
    padding: 3% 0 0 0;
    margin-right: 4%;
  }
.itemGallery li:nth-of-type(4n){
	  margin-right:0;
}

.itemGallery li a {
	display: block;
}

.itemDetail{
	margin-top: 60px;
	margin-bottom: 30px;
}

.itemName{
    font-size: 28px;
    line-height: 1.2;
    margin-top: 20px;
	margin-bottom: 15px;
    font-family: 'Shippori Mincho', serif;	
}

.itemName span{
display: inline-block;
    font-size: 20px;	
}

.productName{
    font-size: 16px;
    line-height: 1.2;
	margin-bottom: 20px;
   font-family: "Noto Serif JP", sans-serif;
    border-left: 5px solid #c8bc98;
    padding-left: 10px;
	letter-spacing: 0.12em;
}
.productName .grade{
font-size: 2rem;
display: inline-block;
}

.productName .rubi {
    font-size: 1rem;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
  .cargobx .noshiSelect {
    margin: 10px 0!important;
  }
}
@media screen and (min-width: 768px), print {
  .cargobx .fm input[type="submit"] {
    width: 190px;
	  height: 38px;
  }
	
.chap1 .boxTxt{
	width: 54%;
	}	
	
.chap1 .boxPho{
	width: 40%;	
	
	}
	
.photoList .itemBox {
    width: 22.5%;
}	
	
	
.opList {
margin: 15px 40% 0 0;
    width: 60%;
}		
	
.opList a{
display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 1.5em;
}	

.opList a img{
width: 54%;
}
	
.opList a:after{
    bottom: 30%;
}	
	
	
.itemDetail {
display: grid;
grid-template-columns: 52% 1fr;
}	
	
.itemDetail .item1 {
grid-column: 1 / 2;
grid-row: 1 / 2;
max-width: 1040px;
margin-right: 5%;
}	
	
.itemDetail .item2{
grid-column: 2 / 3;
grid-row: 1 / 3;
position: relative;
z-index: 10;	
align-items: flex-end;
top:10px;	
}
	
#unagiset .itemDetail .item2{
top:30px;
}
	
	#unagiset .itemDetail{
	padding-bottom: 30px;	
	}	
	

.itemDetail .item3 {
grid-column: 2 / 3;
grid-row: 1 / 2;
display: flex;
flex-direction: column;
/*justify-content: center;*/
margin-bottom:-10px;	
}
	
.itemDetail .item3 .itemName{
margin-top: 0;
}
.productName{
   font-size: 22px;
	margin-bottom: 20px;
}	
	.itemRead p{
		line-height: 1.4;
		padding: 0 0 8px;
	}	

	
}




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

.cargobx .hakoSelect,
.cargobx .wrapSelect{
margin: 15px auto;
}

.cargobx .noshiSelect select,
.cargobx .hakoSelect select,
.cargobx .wrapSelect select{
width: 174px;
}

.cargobx .data {
    border-top:none;
}

.cargobx .data .itemname th, .cargobx .data .itemname td {
    background-color:#f3f0e7;
    border-bottom:none;	
}
.cargobx .data .itemname th {
	padding-top:20px!important;
}
 .lastframe td{
	padding-bottom:20px!important;
}
.cargobx .data .itemname th{
	border-radius: 6px 6px 0 0;	
}
.cargobx .data .itemname td{
	border-radius: 0 0 0 0;	
}
.cargobx .data th, .cargobx .data td {
  background-color:#f3f0e7;
}

.cargobx .fm.buyBox {
   background-color:#c8bc98;
	border-radius: 0 0 6px 6px;
}
.cargobx .fm input[type="submit"] {
    background-color: #de0300 !important;
}

.cargobx .fm.buyBox{
	color: #000;
}
.cargobx .data th,
.cargobx .data td{
	border-bottom: none;
}

.cargobx .data th {
    padding: 12px 12px 0;
}

.cargobx .data td {
    padding: 8px 12px 4px;
}

.cargobx .data td:last-child{
    padding: 8px 12px 8px;	
}

.cargobx .data th p,
.cargobx .data .itemname th p {
background-color: transparent;
    color: #444;	
}

.cargobx .data th p {
padding: 4px 0 3px;
}
.flexSelect {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;	
margin:0 5px;	
}

@media screen and (min-width: 768px), print {
	
.cargobx .data {
        width: 730px;
    }	
	

.cargobx .fm.buyBox {
display: flex;
justify-content: center;	
}	
	

	
.cargobx .data th  {
padding-bottom: 8px;
}	
	
	.cargobx .fm.buyBox{
	padding: 10px 5px;	
	}	

.cargobx .hakoSelect,
.cargobx .wrapSelect,	
.cargobx .noshiSelect{
margin: 10px 8px 10px 0;		
}	
	
.cargobx .noshiSelect{
margin-right: 0;
}	
.cargobx .hakoSelect{
margin-right: 0;
}	
	
	.cargobx form{
		display: flex;
	}	
	
.cargobx .hakoSelect select, 
.cargobx .wrapSelect select,
.cargobx .fm.buyBox .noshiSelect select{
    width: 106px;
}
.cargobx .data .itemname th{
	border-radius: 6px 0 0 0;	
}
.cargobx .data .itemname td{
	border-radius: 0 6px 0 0;	
	padding-top:20px!important;
}

.lastframe th, .lastframe td{
	padding-bottom:20px!important;
}

}
@media only screen and (max-width: 767px) {
	.flexSelect {
justify-content: center;
}
}
@media screen and (min-width: 768px), print {
  .nosell {
    max-width: none;
  }
#leadBox .introduction p b {
	font-size: 15px;
}
}
p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
	text-align: start;
}

#leadBox {
	margin: 2rem 0 0;
}

#leadBox .introduction {
	margin-bottom: 3rem;
}

#leadBox .introduction p{
	font-family: "Noto Serif JP", serif;
}
#leadBox .introduction p b {
	color: #73001b;
}

.introduction ol{
padding: 0 0 0 0.5rem;
	margin-top: 0;
	list-style: none;
}
.introduction ol li {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}


.introduction ol li .number {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 16px;
	height: 16px;
	margin-top: 3px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color:#73001b;
    border-radius: 100vh;
	font-family: sans-serif;
}
.introduction ol li .text {
	flex:1;
}
.introduction ol li:last-child{
	padding-bottom: 0;
}
.introduction ol li .mini {
	font-weight: normal;
	display: inline-block;

}
@media only screen and (max-width: 767px) {
	.introduction ol li .number {
    width: 20px;
	height: 20px;
	margin-top: 3px;
    font-size: 11px;
}
	.introduction ol li .number span{
		display: inline-block;
		/*padding: 1px 0 1px 1px;*/
	}
}

#leadBox h2{
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	margin: 2rem 0 10px;
	border-bottom: solid 1px #b3b3b4;
	padding-bottom: 10px;
 
}
h2#itemCartListTit {
	font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    margin: 2rem 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
	width: 100%;
	
}
h2#itemCartListTit::before, h2#itemCartListTit::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #b3b3b4;
}
#itemCartListTit::after {
    margin-left: 1rem;
}
#itemCartListTit::before {
    margin-right: 1rem;
}
#leadBox p{
	line-height: 1.7;
	padding: 0 0 10px;
	font-size: 14px;
	letter-spacing: 0.12em;
}
#leadBox p:last-child {
	padding: 0;
}
	


.cargoSp .proImg {
	display: block;
	margin-bottom: 20px;
}

.txtPic {
	margin: 2rem 0;
	padding: 0;
	line-height: 1.7;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.txtPic strong {
	font-size: 15px;
}

.txtPic br{
	display:inline-block!important;
}
#kabayaki {
	margin-bottom: 3rem;
}



@media screen and (min-width: 768px), print {
#leadBox {
  margin: 3rem 0 0;
}
	
#leadBox h2{
	font-size: 24px;
	margin: 3rem 0 20px;
	padding-bottom: 20px
 
}
h2#itemCartListTit {
    margin: 5rem 0;
    font-size: 24px;
}	

.allergyBox ul{
	display: flex;
}
.allergyBox ul li{
	margin-right: 10px!important;
}
#leadBox p {
  line-height: 1.8;
  padding: 0 0 15px;
	}
#leadBox .introduction {
  margin-bottom: 2rem;
}
h2#itemCartListTit {
  margin: 1rem 0 3rem ;
  padding: 0;
  font-size: 26px;
}
.txtPic strong {
	font-size: 17px;
}
#leadBox p{
	font-size: 14px;
}
.txtPic {
	font-size: 15px;
}
/*.introduction ol{
padding: 0 0 10px 2rem;
}*/
.introduction ol li {
	padding-bottom: 18px;
	font-size: 15px;
	font-weight: bold;
}

/*#kabayaki {
    margin-bottom: 5rem;
}*/
#shirayaki {
    margin-bottom: 5rem;
}
}


/**/

.cargobx .data td ul:not(.ulList) {
  padding: 0!important;
}
.cargobx .data th p {
  padding: 0!important;
}


.cargobx .fBox{
	display: flex;
	justify-content: space-between;
}
.cargobx .fBox a {
	width: 49%;
	max-width:357px;
	display: block;
	position: relative;
	transition: .3s;
}

.cargobx .fBox a .exIcon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 6px;
    font-size: 18px;
    color: #fff;
    background-color: #000000;
    margin-right: 0px;
}

@media only screen and (max-width: 767px) {
    .cargobx .fBox a .exIcon {
        font-size: 14px;
    }
}