XML

調理法 - XML

調理法とは、食材を加熱して食べやすくし、風味や食感を引き出すための技法です。和食の五法(生・煮る・焼く・蒸す・揚げる)を中心に、茹でる・炒める・炙るなどの調理法があります。加熱方式により湿式加熱(100℃以下)と乾式加熱(100℃以上)に分類され、それぞれの特性に応じて食材の旨味を最大限に引き出すことができます。

料理 調理 加熱 和食 五法 料理技法
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>raw</slug>
    <name>生(切る)</name>
    <description>食材を切る技術。加熱せずにそのまま食べる調理法です。</description>
    <examples>[&quot;刺身&quot;,&quot;お造り&quot;,&quot;カルパッチョ&quot;,&quot;野菜の添え物&quot;]</examples>
    <heatingType>無加熱</heatingType>
    <temperature>常温</temperature>
  </item>
  <item>
    <code>02</code>
    <slug>simmer</slug>
    <name>煮る</name>
    <description>水や出汁、調味料と一緒に加熱する調理法です。</description>
    <examples>[&quot;煮物&quot;,&quot;カレー&quot;,&quot;肉じゃが&quot;,&quot;煮付け&quot;,&quot;佃煮&quot;]</examples>
    <heatingType>湿式加熱</heatingType>
    <temperature>約100℃</temperature>
  </item>
  <item>
    <code>03</code>
    <slug>grill</slug>
    <name>焼く</name>
    <description>直接または間接的に火で加熱する調理法です。</description>
    <examples>[&quot;焼き魚&quot;,&quot;ステーキ&quot;,&quot;串焼き&quot;,&quot;塩焼き&quot;,&quot;照り焼き&quot;]</examples>
    <heatingType>乾式加熱</heatingType>
    <temperature>150~280℃</temperature>
  </item>
  <item>
    <code>04</code>
    <slug>steam</slug>
    <name>蒸す</name>
    <description>水蒸気で食材を加熱する調理法です。</description>
    <examples>[&quot;茶碗蒸し&quot;,&quot;しゅうまい&quot;,&quot;蒸し野菜&quot;,&quot;蒸し鶏&quot;]</examples>
    <heatingType>湿式加熱</heatingType>
    <temperature>100℃以下(80~100℃)</temperature>
  </item>
  <item>
    <code>05</code>
    <slug>deep-fry</slug>
    <name>揚げる</name>
    <description>高温の油で食材を加熱する調理法です。</description>
    <examples>[&quot;天ぷら&quot;,&quot;唐揚げ&quot;,&quot;フライ&quot;,&quot;素揚げ&quot;,&quot;コロッケ&quot;]</examples>
    <heatingType>乾式加熱</heatingType>
    <temperature>140~190℃</temperature>
  </item>
  <item>
    <code>06</code>
    <slug>boil</slug>
    <name>茹でる</name>
    <description>沸騰したお湯で食材を加熱する調理法です。</description>
    <examples>[&quot;ゆで卵&quot;,&quot;パスタ&quot;,&quot;豚しゃぶ&quot;,&quot;ゆで野菜&quot;]</examples>
    <heatingType>湿式加熱</heatingType>
    <temperature>約100℃</temperature>
  </item>
  <item>
    <code>07</code>
    <slug>stir-fry</slug>
    <name>炒める</name>
    <description>少量の油で高温・短時間で素早く加熱する調理法です。</description>
    <examples>[&quot;肉野菜炒め&quot;,&quot;チャーハン&quot;,&quot;焼きそば&quot;,&quot;炒り卵&quot;]</examples>
    <heatingType>乾式加熱</heatingType>
    <temperature>160~200℃以上</temperature>
  </item>
  <item>
    <code>08</code>
    <slug>sear</slug>
    <name>炙る</name>
    <description>強火で表面を素早く焼く調理法です。</description>
    <examples>[&quot;炙り寿司&quot;,&quot;炙りトロ&quot;,&quot;タタキ&quot;,&quot;炙り野菜&quot;]</examples>
    <heatingType>乾式加熱</heatingType>
    <temperature>200℃以上</temperature>
  </item>
  <item>
    <code>09</code>
    <slug>cook-rice</slug>
    <name>炊く</name>
    <description>水と一緒に加熱し、水分を吸わせる調理法です。</description>
    <examples>[&quot;ご飯&quot;,&quot;豆の炊いたん&quot;,&quot;雑炊&quot;,&quot;お粥&quot;]</examples>
    <heatingType>湿式加熱</heatingType>
    <temperature>約100℃</temperature>
  </item>
</items>