@charset "utf-8";

/********** 見出し **********/
#item-chukasoba h2{
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding: 2vw 0;
	background: #f4f1ed;
}
#item-chukasoba h2 .heading-catch{
	font-size: 4.8vw;
}
#item-chukasoba h2 .heading-item-name{
	padding: 0 0 0 2vw;
	font-weight: bold;
	font-size: 5.6vw;
}

/********** lead **********/
#item-chukasoba .lead{
	position: relative;
	
	height: 97vw;
	overflow: hidden;
	
	padding: 5vw 5vw;
}
#item-chukasoba .lead p{
	margin: 0 0 5vw;
	
}


/********** カートボタン **********/
#item-chukasoba .item-details .item-cart .btn-submit{
	margin: 0 0 4vw;
}
#item-chukasoba .item-details .item-cart .btn-submit input{
	width: 90vw;
	display: block;
	
	box-sizing: border-box;
	margin: 0 auto;
	
	text-align: left;
	border-radius: 1vw;
	border-right: solid 0.4vw #8c0028;
	border-bottom: solid 0.4vw #8c0028;
	padding: 4vw 0 4vw 35vw;
	font-size: 4vw;
	font-weight: bold;
	color: #fff;
	background: 
		url("../images/common/h-icon-cart.svg") no-repeat 27.5vw 45%;
	background-size: 4.8vw auto;
	background-color: #b5002e;
}

/********** 不二屋特製 冷やし中華ドレッシング **********/
.dressing-unit .heading{
    position: relative;
    margin: 10vw 0 5vw;
    padding: 0 0 2vw;
    text-align: center;
    font-weight: bold;
    font-size: 5.2vw;
}
.dressing-unit .heading::after{
	position: absolute;
	bottom: 0;
	left: calc(50% - 7vw);
	
	width: 14vw;
	height: 0.5vw;
	content: '';
	
	background: #b5002e;
}
.dressing-unit .heading .font-noto-serif{
	font-weight: bold;
}
.dressing-unit-txt{
	padding: 0 4.5vw 5.5vw;
}
}

/********** 商品詳細・カート **********/
#item-chukasoba .item-details {
	margin: 0 0 8vw;
	padding: 0 2vw;
}

/********** 商品detail **********/
#item-chukasoba .item-details .item-details-box {
	padding: 6vw 0;
	background: #f4f1ed;
	margin: 0 2vw;
}
#item-chukasoba .item-details h3 {
	padding: 0 0 3vw;
	text-align: center;
	font-weight: bold;
	font-size: 4.4vw;
}
#item-chukasoba .item-details .img-item-chuka {
	width: 80vw;
	margin: 0 auto;
}
#item-chukasoba .item-details .txt-att-img {
	width: 80vw;
	margin: 0 auto;
	padding: 0 0 2vw;
	text-align: right;
	font-size: 3.2vw;
}

/********** tbl **********/
#item-chukasoba .item-details .tbl{
	padding: 0 0 3vw;
}
#item-chukasoba .item-details .tbl table{
	width: 90vw;
	margin: 0 auto;
	border-bottom: solid 0.2vw #ccc;
	font-size: 3.6vw;
}
#item-chukasoba .item-details .tbl table th {
	width: 22vw;
	padding: 2vw 1vw;
	border-top: solid 0.2vw #ccc;
	text-align: left;
}
#item-chukasoba .item-details .tbl table td {
	padding: 2vw 1vw;
	border-top: solid 0.2vw #ccc;
}
#item-chukasoba .item-details .tbl table td .txt-hozonryo {
	color: #dc0000;
}

/********** item-cart **********/
#item-chukasoba .item-details .item-cart{
	text-align: center;
}
#item-chukasoba .item-details .item-cart .item-txt .item-amount{
	font-weight: bold;
}
#item-chukasoba .item-details .item-cart .item-txt .price{
	font-weight: bold;
	font-size: 4.8vw;
}

/********** 価格 **********/
#item-chukasoba .item-txt{
	padding: 0 0 2vw;
}

/********** 数量 **********/
#item-chukasoba .amount{
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding: 0 0 4vw;
}
#item-chukasoba .amount select{
	width: 18vw;
	font-size: 4.8vw;
	padding: 2vw;
	border-radius: 0.5vw;
	border-top: solid 0.2vw #ccc;
}
#item-chukasoba .amount .measure-word{
	padding: 0 0 0 1vw;
}

/********** カートボタン **********/
#item-chukasoba .item-details .item-cart .btn-submit{
	margin: 0 0 4vw;
}
#item-chukasoba .item-details .item-cart .btn-submit input{
	width: 90vw;
	display: block;
	
	box-sizing: border-box;
	margin: 0 auto;
	
	text-align: left;
	border-radius: 1vw;
	border-right: solid 0.4vw #8c0028;
	border-bottom: solid 0.4vw #8c0028;
	padding: 4vw 0 4vw 35vw;
	font-size: 4vw;
	font-weight: bold;
	color: #fff;
	background: 
		url("../images/common/h-icon-cart.svg") no-repeat 27.5vw 45%;
	background-size: 4.8vw auto;
	background-color: #b5002e;
}

/********** ご家庭での作り方 **********/
#item-chukasoba .txt-att-cook{
	font-size: 3.2vw;
}
#item-chukasoba .btn-cook{
	padding: 0 0 2vw;
}
#item-chukasoba .btn-cook{
	width: 80vw;
	display: block;
	
	box-sizing: border-box;
	margin: 0 auto 1.5vw;
	
	border-radius: 1vw;
	padding: 2vw 0 2vw 22vw;
	border: solid 0.3vw #535353;
	
	text-align: left;
	font-weight: normal;
	background-size: 1.5vw auto;
	background-color: #fff;
}

/********** 誠に申し訳ございません **********/
#item-chukasoba .att{
	margin: 0 0 8vw;
	padding: 0 5vw;
}
#item-chukasoba .att .txt-att{
    padding: 22vw 0 5vw;
    text-align: center;
    line-height: 1.6;
    background: url(../images/item-chukasoba/icon-attention.svg) no-repeat 50% 28%;
    background-size: 9.8vw auto;
}
#item-chukasoba .att .txt-att .txt-att-box{
	font-size: 4.4vw;
	font-weight: bold;
	border-bottom: solid 0.2vw #2b261d;
}

#item-chukasoba .txt-otodoke{
	padding: 0 0 5vw;
}

/********** お届けできない地域 **********/
#item-chukasoba .area .txt-area{
	font-weight: bold;
	color: #dc0000;
}



/********** やきそばもご一緒に **********/
#item-chukasoba .item-yakisoba{
    margin: 0 2vw 2vw;
    padding: 0 3vw 3vw;
    background: #f4f1ed;
}
#item-chukasoba .item-yakisoba .heading{
	padding: 3vw 0 4.5vw;
	text-align: center;
	font-size: 4.8vw;
	font-weight: bold;
}
#item-chukasoba .item-yakisoba-box{
	display: flex;
	justify-content: space-between;
	
	width: 90vw;
	margin: 0 auto;
}
#item-chukasoba .item-yakisoba .img{
	width: 40vw;
}
#item-chukasoba .item-yakisoba .txt{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	
	width: 47vw;
}
#item-chukasoba .item-yakisoba .btn-order a{
	display: block;
	width: 100%;
	
	box-sizing: border-box;
	
	border-radius: 1vw;
	padding: 2vw 0 2vw 11vw;
	
	text-align: left;
	font-weight: bold;
	color: #fff;
	background: 
		url("../images/common/h-icon-cart.svg") no-repeat 3vw 50%,
		url("../images/common/arrow.svg") no-repeat 42vw 50%;
	background-size: 4.7vw auto, 1.9vw auto;
	background-color: #b5002e;
}






.dressing-unit-txt {
	padding: 0 4.5vw 5.5vw;
}

.txt-att {
	
}

.item-yakisoba {
	
}
