TOML

調理法 - TOML

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

料理 調理 加熱 和食 五法 料理技法
[[items]]
code = "01"
slug = "raw"
name = "生(切る)"
description = "食材を切る技術。加熱せずにそのまま食べる調理法です。"
examples = "[\"刺身\",\"お造り\",\"カルパッチョ\",\"野菜の添え物\"]"
heatingType = "無加熱"
temperature = "常温"

[[items]]
code = "02"
slug = "simmer"
name = "煮る"
description = "水や出汁、調味料と一緒に加熱する調理法です。"
examples = "[\"煮物\",\"カレー\",\"肉じゃが\",\"煮付け\",\"佃煮\"]"
heatingType = "湿式加熱"
temperature = "約100℃"

[[items]]
code = "03"
slug = "grill"
name = "焼く"
description = "直接または間接的に火で加熱する調理法です。"
examples = "[\"焼き魚\",\"ステーキ\",\"串焼き\",\"塩焼き\",\"照り焼き\"]"
heatingType = "乾式加熱"
temperature = "150~280℃"

[[items]]
code = "04"
slug = "steam"
name = "蒸す"
description = "水蒸気で食材を加熱する調理法です。"
examples = "[\"茶碗蒸し\",\"しゅうまい\",\"蒸し野菜\",\"蒸し鶏\"]"
heatingType = "湿式加熱"
temperature = "100℃以下(80~100℃)"

[[items]]
code = "05"
slug = "deep-fry"
name = "揚げる"
description = "高温の油で食材を加熱する調理法です。"
examples = "[\"天ぷら\",\"唐揚げ\",\"フライ\",\"素揚げ\",\"コロッケ\"]"
heatingType = "乾式加熱"
temperature = "140~190℃"

[[items]]
code = "06"
slug = "boil"
name = "茹でる"
description = "沸騰したお湯で食材を加熱する調理法です。"
examples = "[\"ゆで卵\",\"パスタ\",\"豚しゃぶ\",\"ゆで野菜\"]"
heatingType = "湿式加熱"
temperature = "約100℃"

[[items]]
code = "07"
slug = "stir-fry"
name = "炒める"
description = "少量の油で高温・短時間で素早く加熱する調理法です。"
examples = "[\"肉野菜炒め\",\"チャーハン\",\"焼きそば\",\"炒り卵\"]"
heatingType = "乾式加熱"
temperature = "160~200℃以上"

[[items]]
code = "08"
slug = "sear"
name = "炙る"
description = "強火で表面を素早く焼く調理法です。"
examples = "[\"炙り寿司\",\"炙りトロ\",\"タタキ\",\"炙り野菜\"]"
heatingType = "乾式加熱"
temperature = "200℃以上"

[[items]]
code = "09"
slug = "cook-rice"
name = "炊く"
description = "水と一緒に加熱し、水分を吸わせる調理法です。"
examples = "[\"ご飯\",\"豆の炊いたん\",\"雑炊\",\"お粥\"]"
heatingType = "湿式加熱"
temperature = "約100℃"