@charset "utf-8";


/* --------------------------------------------------------------------------------
商品詳細
-------------------------------------------------------------------------------- */

.fs-body-product .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(50% - 16px / 2) calc(43.5% - 16px / 2);
    justify-content: space-between;
}

/********** 商品画像サムネイル **********/
.fs-c-productThumbnail__image {
    margin: 0 14px 0 0;
    flex-basis: 100px;
    min-width: 100px;
}

/********** 商品名 **********/
.fs-body-product .fs-c-productNameHeading{
	font-size:20px;
}

/********** 販売価格 **********/
.fs-body-product .fs-c-productPrice__main .fs-c-productPrice__main__label{
	font-size:15px;
}
.fs-body-product .fs-c-productPrice__main .fs-c-productPrice__main__price{
	color:#cc0000;
}
.fs-body-product .fs-c-productPrice__main .span.fs-c-productPrice__addon{
	font-size:12px;
}

/********** カートに入れる **********/
.fs-body-product .fs-c-productActionButton{
	width:400px;
    height: 60px;
	justify-content: left;
}
.fs-body-product .fs-c-productActionButton .fs-c-button--primary{
	background:#bd9350;
	font-size:18px;
	font-weight:bold;
	border: none;
	height: 60px;
}



/********** カートに入れる 【メール・お電話でのご注文】商品非表示 **********/
/*購入数*/
/*.fs-body-product-ogs-75 .fs-c-productQuantityAndWishlist__quantity,
.fs-body-product-og-098 .fs-c-productQuantityAndWishlist__quantity{
    display: none;
}*/
/*カートに入れる*/
/*.fs-body-product-ogs-75 .fs-c-productActionButton,
.fs-body-product-og-098 .fs-c-productActionButton {
    display: none;
}*/





/********** ポイント **********/
.fs-body-product .fs-c-productPointDisplay{
	/*
	color: #f30;
	background: #fff;
	*/
}


/********** 販売期間 **********/
.fs-body-product .fs-c-productSalesPeriod{
	
}


/********** 商品一言説明 **********/
.fs-body-product .item-desc-oneword{
	font-size:15px;
	line-height:1.34;
}
.fs-body-product .item-desc-oneword p{
	margin: 0.7em 0;
}
.fs-body-product .item-desc-oneword .mark1{
	font-weight:bold;
}
.fs-body-product .item-desc-oneword .btn-mail a{
	background: #bd9350;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 400px;
    display: block;
    padding: 16px 0;
	text-align:center;
}
.fs-body-product .item-desc-oneword .btn-mail a:hover{
	opacity: 0.8;
	text-decoration:none;
}

/********** 商品説明小 **********/
.fs-body-product .item-desc-small{
	font-size:15px;
	line-height:1.34;
    padding: 10px 0;
}
.fs-body-product .item-desc-small p{
	margin: 0.5em 0;
}
.fs-body-product .item-desc-small .mark1{
	font-size:20px;
	color:#cc0000;
	font-weight:bold;
}
.fs-body-product .item-desc-small .mark2{
	font-weight:bold;
}
.fs-body-product .item-desc-small .mark3{
	color:#cc0000;
	font-weight:bold;
}
.fs-body-product .item-desc-small .mark4{
	font-size:18px;
	color:#cc0000;
	font-weight:bold;
}

/********** 商品説明大 **********/
.fs-body-product .item-desc-large{
	width:940px;
	margin:0 auto;
	font-size:15px;
	line-height:1.67;
    padding: 10px 0;
}
.fs-body-product .item-desc-large .txt-box{
	margin:0 0 20px;
}
.fs-body-product .item-desc-large .txt-box .mark1{
	font-size:18px;
	line-height:2;
    font-weight: bold;
}
.fs-body-product .item-desc-large .txt-box .mark2{
    font-weight: bold;
}
.fs-body-product .item-desc-large .txt-box .mark3{
	font-size:18px;
    font-weight: bold;
}
.fs-body-product .item-desc-large .txt-box .mark4{
	font-size:20px;
	color:#cc0000;
    font-weight: bold;
}
.fs-body-product .item-desc-large .img{
	margin:0 0 20px;
}
.fs-body-product .item-desc-large .item-details table{
	border-top:1px solid #bfbfbf;
	display: block;
	padding:10px 0 0;
}
.fs-body-product .item-desc-large .item-details table tr{
	border-bottom:1px solid #bfbfbf;
	display: block;
	padding:0 0 10px;
	margin:0 0 10px;
	
}
.fs-body-product .item-desc-large .item-details table th{
	width:140px;
	font-weight:normal;
	text-align:left;
	padding: 0 20px;
    vertical-align: top;
}
.fs-body-product .item-desc-large .item-details table td{
	width:800px;
}




/*テイクアウト商品［送料込］テキストを非表示化*/
.fs-body-product-og-098tk .fs-c-productPostage,
.fs-body-product-ogs-75tk .fs-c-productPostage{
	display: none;
}



















