templates/pages/brand/fujikitchen/_concept.html.twig line 1

Open in your IDE?
  1. <section class="pg_kaisen_cocept">
  2.     <div class="pg_kaisen_cocept_inner">
  3.         {% include "components/common/_content-title.html.twig" with {
  4.         title:'BRAND CONCEPT',
  5.         japan :'仕出し・お弁当 ふじきっちん',
  6.         class:'c-content-title',
  7.         }%}
  8.     </div>
  9.     {% include "components/brand/_concept.html.twig" with {
  10.     title: '吟味した食材を生かす<br>料理人たちの、技と心',
  11.     text: '各店舗の厨房には、美味しさに対する情熱と活気が満ちています。お客様の日々の反応、時代に応じて変わる味のニーズを敏感に取り入れ、調理のヒントにすることもあります。“集う人々”のひとりひとりに納得していただけるよう取り組んでいます。',
  12.     img: asset('build/images/brand/fujikitchen/concept01.jpg'),
  13.     img_alt:'',
  14.     img_sp: asset('build/images/brand/fujikitchen/sp_concept01.jpg'),
  15.     img_sp_alt:'',
  16.     }%}
  17.     {% include "components/brand/_concept.html.twig" with {
  18.     title: '小田原の旬を味わう',
  19.     text: '新鮮な活魚、泳ぎひらめ、各種活貝をはじめ鮮度にとことんこだわり仕入れ、お店で生け簀からとりだしその場で捌きご提供させていただきます。また、朝捕れたての地魚や市場直送の鮮魚を毎日仕入れています。',
  20.     img: asset('build/images/brand/fujikitchen/concept02.jpg'),
  21.     img_alt:'',
  22.     img_sp: asset('build/images/brand/fujikitchen/sp_concept02.jpg'),
  23.     img_sp_alt:'',
  24.     }%}
  25.     {% include "components/brand/_concept.html.twig" with {
  26.     title: '衛生的にお客様へお届けする<br>サービスを提供しています',
  27.     text: '衛生面での意識の変化が、接客やサービスなど、あらゆる場面に生きています。ふじきっちんのスタッフは、全員が徹底した衛生員でもあります。毎日おこなう、調理台と床との空間の掃除など衛生を心がけることが仕事の一貫となっているのです。鮮度管理、調理、盛付けからすべての作業に衛生の配慮をしています。',
  28.     img: asset('build/images/brand/fujikitchen/concept03.jpg'),
  29.     img_alt:'',
  30.     img_sp: asset('build/images/brand/fujikitchen/sp_concept03.jpg'),
  31.     img_sp_alt:'',
  32.     }%}
  33. </section>