templates/pages/brand/edo_fujimaru/_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 :'回転江戸前寿司<br class="sp-style">海鮮問屋 ふじ丸',
  6.         class:'c-content-title',
  7.         }%}
  8.     </div>
  9.     {% include "components/brand/_concept.html.twig" with {
  10.     title: '毎朝漁港から仕入れる<br>新鮮な魚へのこだわり',
  11.     text: 'ふじ丸の鮮魚は各漁港の仲卸から直接、毎日新鮮な魚を仕入れています。その日の朝に仕込み、お客様に新鮮なうちに食べていただいております。魚の状態に合わせ、最適な切り付けをして、素材の良さを生かした調理をし客様へ提供させて頂きます。また、店内4基の巨大水槽を完備。名物「活鯵」をはじめ真鯛、しまあじ、かんぱち等、随時20種類以上の活魚、活貝をご用意しております。',
  12.     img: asset('build/images/brand/edo_fujimaru/concept01.jpg'),
  13.     img_alt:'',
  14.     img_sp: asset('build/images/brand/edo_fujimaru/sp_concept01.jpg'),
  15.     img_sp_alt:'',
  16.     }%}
  17.     {% include "components/brand/_concept.html.twig" with {
  18.     title: '創業当初からの<br>シャリへのこだわり',
  19.     text: '魚だけではなく、お米も地物平塚産「きぬひかり」を使用、シャリの命とも言える「シャリ酢」も創業当初からのオリジナルブレンド酢を使用し、炊き立てのキヌヒカリとの相性は抜群です。勿論、店内で炊き上げ丁寧に酢と合わせていきます。',
  20.     img: asset('build/images/brand/edo_fujimaru/concept02.jpg'),
  21.     img_alt:'',
  22.     img_sp: asset('build/images/brand/edo_fujimaru/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/edo_fujimaru/concept03.jpg'),
  29.     img_alt:'',
  30.     img_sp: asset('build/images/brand/edo_fujimaru/sp_concept03.jpg'),
  31.     img_sp_alt:'',
  32.     }%}
  33. </section>