2025年4月の定休日
日 |
月 |
火 |
水 |
木 |
金 |
土 |
|
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
|
|
|
2025年5月の定休日
日 |
月 |
火 |
水 |
木 |
金 |
土 |
|
|
|
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
特殊フッ素樹脂、シリコンアクリル樹脂のシリコン架橋システム及び紫外線劣化防止剤の相乗効果により、汚れにくく、耐久性が格段に優れた高性能塗料です。
白系塗料には自動車用塗料にも使用されている高耐候性二酸化チタンを使用しています。
酸性雨や酸性雪・排気ガス・塩害に強い塗料です。
いやな臭いのしない無臭タイプで、1回塗りで仕上がります。
サビドメ剤、防カビ剤を配合していますので、サビやカビの発生を防ぎます。
厚塗りしてもタレにくく、たいへん塗りやすい塗料です。
ツヤあり色はエ
【仕様】
●用途:フェンス・門扉・鉄作・看板・おもちゃなどの鉄部・鉄製品。カラーベスト・スレート瓦・セメント瓦・トタン屋根・トタンベイ。コンクリート・ブロック・各種サイディングなどの外壁やへい。ドア・雨戸・羽根板・板べい・ガーデン用品などの屋内外の木部。家具・木工品などの木製品。台所・居間などのしっくい・モルタル・コンクリート壁・板壁。発泡スチロール・アクリル・硬塩化ビのプラスチック面
●架橋反応型 水性シリコンアクリル樹脂塗料
●容量:1/12L
●カラー:ティントベージュ
2025年4月の定休日
日 |
月 |
火 |
水 |
木 |
金 |
土 |
|
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
|
|
|
2025年5月の定休日
日 |
月 |
火 |
水 |
木 |
金 |
土 |
|
|
|
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
' : '';
$("#stock_dynamic").html(output);
$("#stock_default").hide();
$("#stock_dynamic").show();
// お届け可能日
if (productClassPriceList[id1][id2]['delivery_date'] != null) {
var output = deliveryDateCast(productClassPriceList[id1][id2]['delivery_date'], productClassPriceList[id1][id2]['delivery_date_one_day_flg']);
} else {
var output = "";
}
$("#delivery_date_delivery_dynamic").html(output);
$("#delivery_date_delivery_default").hide();
$("#delivery_date_delivery_dynamic").show();
$("#delivery_date_gift_dynamic").html(output);
$("#delivery_date_gift_default").hide();
$("#delivery_date_gift_dynamic").show();
// 通常価格
if (productClassPriceList[id1][id2]['price01']['main_price1'] == 0) {
$("#price01_dynamic").hide();
$("#price01_default").show();
} else {
var output = standardPriceCastOutput(
productClassPriceList[id1][id2]['price01']['main_title'],
productClassPriceList[id1][id2]['price01']['main_price1'],
productClassPriceList[id1][id2]['price01']['sub_title'],
productClassPriceList[id1][id2]['price01']['sub_price1'],
productClassPriceList[id1][id2]['price01']['tax_title'],
productClassPriceList[id1][id2]['price01']['tax_rate1'],
productClassPriceList[id1][id2]['price01']['view_type'],
productClassPriceList['print_tax_text']
);
$("#price01_dynamic").html(output);
$("#price01_default").hide();
$("#price01_dynamic").show();
}
// 販売価格・ポイント
var output = salePriceCastOutput(
productClassPriceList[id1][id2]['price02']['main_title'],
productClassPriceList[id1][id2]['price02']['main_price1'],
productClassPriceList[id1][id2]['price02']['sub_title'],
productClassPriceList[id1][id2]['price02']['sub_price1'],
productClassPriceList[id1][id2]['price02']['tax_title'],
productClassPriceList[id1][id2]['price02']['tax_rate1'],
productClassPriceList[id1][id2]['price02']['view_type'],
productClassPriceList['print_tax_text'],
'0'
);
$("#price02_dynamic").html(output);
$("#price02_default").hide();
$("#price02_dynamic").show();
$("#point_dynamic").html(pointCast(productClassPriceList[id1][id2]['point_price02']));
$("#point_default").hide();
$("#point_dynamic").show();
} else {
// 商品コード
$("#item_code_dynamic").html(productClassPriceList[id1]['code']);
$("#item_code_default").hide();
$("#item_code_dynamic").show();
// カタログコード
$("#catalog_code_dynamic").html(productClassPriceList[id1]['catalog_code']);
$("#catalog_code_default").hide();
$("#catalog_code_dynamic").show();
// 個別送料
if (productClassPriceList[id1]['delivery_fee'] != null) {
var output = "" + productClassPriceList[id1]['delivery_fee'].toLocaleString() + "円(税込)";
} else {
var output = "0円(税込)";
}
$("#delivery_fee_dynamic").html(output);
$("#delivery_fee_default").hide();
$("#delivery_fee_dynamic").show();
// 在庫数
var output = '';
var stockNum = productClassPriceList[id1]['stock'];
if (stockNum == null) {
output = '';
} else if (stockNum == 0) {
output += '
';
output += '売り切れ';
} else if (stockNum 在庫:
';
output += '残りあと ' + stockNum + '';
} else {
output += '
在庫:
';
output += "有り";
}
output += output ? '
' : '';
$("#stock_dynamic").html(output);
$("#stock_default").hide();
$("#stock_dynamic").show();
// お届け可能日
if (productClassPriceList[id1]['delivery_date'] != null) {
var output = deliveryDateCast(productClassPriceList[id1]['delivery_date'], productClassPriceList[id1]['delivery_date_one_day_flg']);
} else {
var output = "";
}
$("#delivery_date_delivery_dynamic").html(output);
$("#delivery_date_delivery_default").hide();
$("#delivery_date_delivery_dynamic").show();
$("#delivery_date_gift_dynamic").html(output);
$("#delivery_date_gift_default").hide();
$("#delivery_date_gift_dynamic").show();
// 通常価格
if (productClassPriceList[id1]['price01']['main_price1'] == 0) {
$("#price01_dynamic").hide();
$("#price01_default").show();
} else {
var output = standardPriceCastOutput(
productClassPriceList[id1]['price01']['main_title'],
productClassPriceList[id1]['price01']['main_price1'],
productClassPriceList[id1]['price01']['sub_title'],
productClassPriceList[id1]['price01']['sub_price1'],
productClassPriceList[id1]['price01']['tax_title'],
productClassPriceList[id1]['price01']['tax_rate1'],
productClassPriceList[id1]['price01']['view_type'],
productClassPriceList['print_tax_text']
);
$("#price01_dynamic").html(output);
$("#price01_default").hide();
$("#price01_dynamic").show();
}
// 販売価格
var output = salePriceCastOutput(
productClassPriceList[id1]['price02']['main_title'],
productClassPriceList[id1]['price02']['main_price1'],
productClassPriceList[id1]['price02']['sub_title'],
productClassPriceList[id1]['price02']['sub_price1'],
productClassPriceList[id1]['price02']['tax_title'],
productClassPriceList[id1]['price02']['tax_rate1'],
productClassPriceList[id1]['price02']['view_type'],
productClassPriceList['print_tax_text'],
'0'
);
$("#price02_dynamic").html(output);
$("#price02_default").hide();
$("#price02_dynamic").show();
$("#point_dynamic").html(pointCast(productClassPriceList[id1]['point_price02']));
$("#point_default").hide();
$("#point_dynamic").show();
}
}
// お届け日の表示形式変換処理
function deliveryDateCast(date, one_day_flg) {
if(one_day_flg){
return 'この商品は' + date + 'のお届けになります。'
}else{
return 'この商品は' + date + '以降のお届けになります。'
}
}
// ポイントの表示形式変換処理
function pointCast(point) {
return '加算ポイント:' + point.toLocaleString() + 'pt'
}
// 金額の表示形式変換処理
function priceCast(price) {
return price.toLocaleString();
}
// 通常価格表示設定処理
function standardPriceCastOutput(main_title, main_price, sub_title, sub_price, tax_title, tax_rate, view_type, print_tax_text) {
if(tax_rate == 0){
// 非課税の場合
return '' + priceCast(main_price) + ' 円 (' + sub_title + ')';
}else{
if (view_type == 1) {
return '' + priceCast(main_price) + ' 円 (' + tax_rate + '%' + tax_title + ') (' + sub_title + ' ' + priceCast(sub_price) + '円)' + print_tax_text;
} else if (view_type == 2) {
return main_title + ' ' + priceCast(main_price) + ' 円 (' + sub_title + ' ' + priceCast(sub_price) + ' 円' + tax_title + tax_rate + '%) ' + print_tax_text;
}
}
}
// 販売価格表示設定処理
function salePriceCastOutput(main_title, main_price, sub_title, sub_price, tax_title, tax_rate, view_type, print_tax_text, sale_flag) {
if(tax_rate == 0){
// 非課税の場合
if (sale_flag == 1){
return '' + priceCast(main_price) + ' 円 (' + sub_title + ')';
} else {
return '
' + priceCast(main_price) + ' 円 (' + sub_title + ')';
}
}else{
if (sale_flag == 1){
if (view_type == 1) {
return '
' + priceCast(main_price) + ' 円(' + tax_rate + '%' + tax_title + ')
(' + sub_title + ' ' + priceCast(sub_price) + '円)' + print_tax_text + '';
} else if (view_type == 2) {
return '
' + main_title + ' ' + priceCast(main_price) + ' 円
(' + sub_title + ' ' + priceCast(sub_price) + ' 円' + tax_title + tax_rate + '%) ' + print_tax_text + '';
}
} else {
if (view_type == 1) {
return '
' + priceCast(main_price) + ' 円(' + tax_rate + '%' + tax_title + ')
(' + sub_title + ' ' + priceCast(sub_price) + '円)' + print_tax_text + '';
} else if (view_type == 2) {
return '
' + main_title + ' ' + priceCast(main_price) + ' 円
(' + sub_title + ' ' + priceCast(sub_price) + ' 円' + tax_title + tax_rate + '%) ' + print_tax_text + '';
}
}
}
}
',
nextArrow:'',
slidesToShow: 4,
slidesToScroll: 4,
responsive: [
{
breakpoint: 768,
settings: {
slidesToShow: 3,
slidesToScroll: 3
}
}
]
});
$('#item_photo_area .slides').slick({
dots: false,
arrows: false,
autoplay: false,
asNavFor: '.detail_slider-nav'
});
$('.detail_slider-nav').slick({
infinite: true,
slidesToShow: 4,
slidesToScroll: 1,
asNavFor: '#item_photo_area .slides',
focusOnSelect: true,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 4,
slidesToScroll: 1,
vertical: true
}
}]
});
});