{"title":"誕生日向けタルト","description":"","products":[{"product_id":"冷蔵便-苺とベリーのタルト5号-バレンタイン-バースデーケーキ-誕生日ケーキ-イチゴタルト-フルーツケーキ-いちご-ウエディングケーキ-スイーツ-お取り寄せ-通販-ギフト-大人-子供","title":"【冷蔵便】苺とベリーのタルト5号 バレンタイン バースデーケーキ 誕生日ケーキ イチゴタルト フルーツケーキ いちご　ウエディングケーキ スイーツ お取り寄せ 通販 ギフト 大人 子供","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: Hiragino Sans, Yu Gothic, Meiryo, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #555555;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      padding-bottom: 8px; background: linear-gradient(to right, #a38c4c 20%, transparent 20%) bottom left \/ 100% 3px no-repeat, linear-gradient(to right, #e0e0e0 100%, transparent 0%) bottom left \/ 100% 3px no-repeat; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a38c4c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a38c4c;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a38c4c; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a38c4c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a38c4c;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #fdfdfd; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a38c4c; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e旬を閉じ込めた輝くタルト\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eまるで宝石箱のような、彩り豊かな苺とベリーのタルト。旬の\u003cstrong\u003e完熟苺\u003c\/strong\u003eとブルーベリー、ラズベリーが食卓を一層華やかに彩ります。特別な日にふさわしい贅沢な一品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0895\/1693\/3396\/files\/image_1.jpg?v=1741167301\" class=\"img-fluid d-block w-100 product-img\" alt=\"旬を閉じ込めた輝くタルト\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e贈る喜び、受け取る感動\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e幾重にも重なる至福の調べ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eフレッシュバター\u003c\/strong\u003e香るサックリタルト生地と、\u003cstrong\u003e卵黄贅沢な濃厚カスタード\u003c\/strong\u003e。瑞々しい完熟フルーツが織りなす、計算し尽くされた味の調和を心ゆくまでお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0895\/1693\/3396\/files\/image_2_546345cf-2025-47af-a1bf-deb1634dea1aa.jpg?v=1741167301\" class=\"img-fluid d-block w-100 product-img\" alt=\"幾重にも重なる至福の調べ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e豊かな香りと深みのある味わい\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e想いを伝える特別な演出\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e忘れられない記念日を彩る、心尽くしのギフトです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0895\/1693\/3396\/files\/image_3.jpg?v=1741167301\" class=\"img-fluid d-block w-100 product-img\" alt=\"想いを伝える特別な演出\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e記念日を彩る、心温まるサプライズ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e\n                    フレッシュフルーツを使用している為、冷蔵での発送となります。運搬の際にフルーツのズレが生じることがございます。ご了承の上、ご注文下さい。\n                \u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e旬の完熟苺をたっぷり使い、ブルーベリーとラズベリーを彩りに添えた季節限定のフルーツタルトです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eフレッシュバターをたっぷり使用しサックリ焼き上げたアーモンドクリーム入りタルト生地\u003c\/li\u003e\n                    \u003cli\u003e卵黄多めのコク深いカスタードクリーム\u003c\/li\u003e\n                    \u003cli\u003e瑞々しい完熟フルーツが織りなす濃厚な味わい\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e名称\u003c\/th\u003e\n                                \u003ctd\u003e生菓子\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e内容量\u003c\/th\u003e\n                                \u003ctd\u003e直径１１．５ｃｍ×１個\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e大きさ\u003c\/th\u003e\n                                \u003ctd\u003e１枚 直径約２．８（cm）\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e賞味期限\u003c\/th\u003e\n                                \u003ctd\u003e発送日の翌々日\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e保存方法\u003c\/th\u003e\n                                \u003ctd\u003e要冷蔵１０℃以下で保存してください。\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e原材料名\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e以下のアレルギー物質が含まれています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e小麦粉\u003c\/li\u003e\n                    \u003cli\u003e粉糖\u003c\/li\u003e\n                    \u003cli\u003eバター\u003c\/li\u003e\n                    \u003cli\u003e卵\u003c\/li\u003e\n                    \u003cli\u003eアーモンドプードル\u003c\/li\u003e\n                    \u003cli\u003eグラニュー糖\u003c\/li\u003e\n                    \u003cli\u003e食塩\u003c\/li\u003e\n                    \u003cli\u003e食用精製加工油脂\u003c\/li\u003e\n                    \u003cli\u003eラム酒\u003c\/li\u003e\n                    \u003cli\u003eとうもろこしでん粉\u003c\/li\u003e\n                    \u003cli\u003eトレハロース\u003c\/li\u003e\n                    \u003cli\u003e乾燥卵白\u003c\/li\u003e\n                    \u003cli\u003eカカオ豆\u003c\/li\u003e\n                    \u003cli\u003eバターオイル\u003c\/li\u003e\n                    \u003cli\u003eバニラオイル\u003c\/li\u003e\n                    \u003cli\u003e全粉乳\u003c\/li\u003e\n                    \u003cli\u003e乳化剤\u003c\/li\u003e\n                    \u003cli\u003e増粘剤(ローストビーンガム、グァーガム)\u003c\/li\u003e\n                    \u003cli\u003e安定剤(加工でん粉)\u003c\/li\u003e\n                    \u003cli\u003e香料\u003c\/li\u003e\n                    \u003cli\u003e酸化防止剤（V.E、無水亜硫酸）\u003c\/li\u003e\n                    \u003cli\u003e着色料(パーム油カロチン、βーカロテン、リボフシビン)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製造者\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e株式会社 小鳥家\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e京都府京都市西京区上桂三ノ宮町５６－２\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【クリスマス・お正月期間の配送について】\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e到着指定日が【12月21日～12月27日】のクリスマス期間中と、 【1月2日～1月4日】のお正月期間中のご注文はお受けいたしておりません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【沖縄へのお届けについて】\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e航空機を利用する区間(沖縄へのお届け)は、配送品が危険物扱いとなりますと、輸送が遅れ、到着が賞味期限日数を過ぎる可能性があります。ご了承下さい。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【お買い上げ明細書廃止のお知らせ】\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e当店では地球環境保護、お客様の個人情報保護の観点よりお買い上げ明細書の同梱発送を廃止させて頂きます。商品発送の際、お送りさせて頂く発送メールにてご注文詳細のご確認をお願い致します。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※お買い上げ明細書をご希望のお客様は【お客様ご要望欄】にその旨をお書きくださいませ。ご注文の商品に明細書を同梱して発送させて頂きます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【領収書発行について】\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e領収書は当店からの商品出荷完了後、購入履歴から各自出力・印刷していただく形となります。当店からも発行いたしますと、領収書の二重発行となってしまうため領収書発行はお受けできません。（ダウンロードしたPDFのデータは、ご自身にプリンターがない場合でも、コンビニ等のマルチコピー機などで印刷することが可能です）\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※コンビニ、郵便局、銀行振込、後払い決済の場合は、支払手続をした際の払込受領書または振込票が領収書となります。ご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"小鳥家","offers":[{"title":"5号","offer_id":51842014314772,"sku":null,"price":4903.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/1693\/3396\/files\/image_7_57c3a7e7-60b6-48f2-b771-5f003950c6e7.jpg?v=1741167302"},{"product_id":"冷蔵便-苺とベリーのタルト6号-バレンタイン-バースデーケーキ-誕生日ケーキ-イチゴタルト-フルーツケーキ-いちご-ウエディングケーキ-スイーツ-お取り寄せ-通販-ギフト-大人-子供-コピー","title":"【冷蔵便】苺とベリーのタルト”6号” バレンタイン バースデーケーキ 誕生日ケーキ イチゴタルト フルーツケーキ いちご　ウエディングケーキ スイーツ お取り寄せ 通販 ギフト 大人 子供 (コピー)","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: Hiragino Sans, Yu Gothic, Meiryo, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #555555;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      padding-bottom: 8px; background: linear-gradient(to right, #a38c4c 20%, transparent 20%) bottom left \/ 100% 3px no-repeat, linear-gradient(to right, #e0e0e0 100%, transparent 0%) bottom left \/ 100% 3px no-repeat; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #a38c4c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #a38c4c;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #a38c4c; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #a38c4c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #a38c4c;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #fdfdfd; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #a38c4c; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e旬を閉じ込めた輝くタルト\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eまるで宝石箱のような、彩り豊かな苺とベリーのタルト。旬の\u003cstrong\u003e完熟苺\u003c\/strong\u003eとブルーベリー、ラズベリーが食卓を一層華やかに彩ります。特別な日にふさわしい贅沢な一品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0895\/1693\/3396\/files\/image_1.jpg?v=1741167301\" class=\"img-fluid d-block w-100 product-img\" alt=\"旬を閉じ込めた輝くタルト\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e贈る喜び、受け取る感動\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e幾重にも重なる至福の調べ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eフレッシュバター\u003c\/strong\u003e香るサックリタルト生地と、\u003cstrong\u003e卵黄贅沢な濃厚カスタード\u003c\/strong\u003e。瑞々しい完熟フルーツが織りなす、計算し尽くされた味の調和を心ゆくまでお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0895\/1693\/3396\/files\/image_2_546345cf-2025-47af-a1bf-deb1634dea1aa.jpg?v=1741167301\" class=\"img-fluid d-block w-100 product-img\" alt=\"幾重にも重なる至福の調べ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e豊かな香りと深みのある味わい\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e想いを伝える特別な演出\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e忘れられない記念日を彩る、心尽くしのギフトです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0895\/1693\/3396\/files\/image_3.jpg?v=1741167301\" class=\"img-fluid d-block w-100 product-img\" alt=\"想いを伝える特別な演出\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e記念日を彩る、心温まるサプライズ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e\n                    フレッシュフルーツを使用している為、冷蔵での発送となります。運搬の際にフルーツのズレが生じることがございます。ご了承の上、ご注文下さい。\n                \u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e旬の完熟苺をたっぷり使い、ブルーベリーとラズベリーを彩りに添えた季節限定のフルーツタルトです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eフレッシュバターをたっぷり使用しサックリ焼き上げたアーモンドクリーム入りタルト生地\u003c\/li\u003e\n                    \u003cli\u003e卵黄多めのコク深いカスタードクリーム\u003c\/li\u003e\n                    \u003cli\u003e瑞々しい完熟フルーツが織りなす濃厚な味わい\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e名称\u003c\/th\u003e\n                                \u003ctd\u003e生菓子\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e内容量\u003c\/th\u003e\n                                \u003ctd\u003e直径１１．５ｃｍ×１個\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e大きさ\u003c\/th\u003e\n                                \u003ctd\u003e１枚 直径約２．８（cm）\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e賞味期限\u003c\/th\u003e\n                                \u003ctd\u003e発送日の翌々日\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e保存方法\u003c\/th\u003e\n                                \u003ctd\u003e要冷蔵１０℃以下で保存してください。\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e原材料名\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e以下のアレルギー物質が含まれています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e小麦粉\u003c\/li\u003e\n                    \u003cli\u003e粉糖\u003c\/li\u003e\n                    \u003cli\u003eバター\u003c\/li\u003e\n                    \u003cli\u003e卵\u003c\/li\u003e\n                    \u003cli\u003eアーモンドプードル\u003c\/li\u003e\n                    \u003cli\u003eグラニュー糖\u003c\/li\u003e\n                    \u003cli\u003e食塩\u003c\/li\u003e\n                    \u003cli\u003e食用精製加工油脂\u003c\/li\u003e\n                    \u003cli\u003eラム酒\u003c\/li\u003e\n                    \u003cli\u003eとうもろこしでん粉\u003c\/li\u003e\n                    \u003cli\u003eトレハロース\u003c\/li\u003e\n                    \u003cli\u003e乾燥卵白\u003c\/li\u003e\n                    \u003cli\u003eカカオ豆\u003c\/li\u003e\n                    \u003cli\u003eバターオイル\u003c\/li\u003e\n                    \u003cli\u003eバニラオイル\u003c\/li\u003e\n                    \u003cli\u003e全粉乳\u003c\/li\u003e\n                    \u003cli\u003e乳化剤\u003c\/li\u003e\n                    \u003cli\u003e増粘剤(ローストビーンガム、グァーガム)\u003c\/li\u003e\n                    \u003cli\u003e安定剤(加工でん粉)\u003c\/li\u003e\n                    \u003cli\u003e香料\u003c\/li\u003e\n                    \u003cli\u003e酸化防止剤（V.E、無水亜硫酸）\u003c\/li\u003e\n                    \u003cli\u003e着色料(パーム油カロチン、βーカロテン、リボフシビン)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製造者\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e株式会社 小鳥家\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e京都府京都市西京区上桂三ノ宮町５６－２\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【クリスマス・お正月期間の配送について】\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e到着指定日が【12月21日～12月27日】のクリスマス期間中と、 【1月2日～1月4日】のお正月期間中のご注文はお受けいたしておりません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【沖縄へのお届けについて】\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e航空機を利用する区間(沖縄へのお届け)は、配送品が危険物扱いとなりますと、輸送が遅れ、到着が賞味期限日数を過ぎる可能性があります。ご了承下さい。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【お買い上げ明細書廃止のお知らせ】\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e当店では地球環境保護、お客様の個人情報保護の観点よりお買い上げ明細書の同梱発送を廃止させて頂きます。商品発送の際、お送りさせて頂く発送メールにてご注文詳細のご確認をお願い致します。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※お買い上げ明細書をご希望のお客様は【お客様ご要望欄】にその旨をお書きくださいませ。ご注文の商品に明細書を同梱して発送させて頂きます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【領収書発行について】\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e領収書は当店からの商品出荷完了後、購入履歴から各自出力・印刷していただく形となります。当店からも発行いたしますと、領収書の二重発行となってしまうため領収書発行はお受けできません。（ダウンロードしたPDFのデータは、ご自身にプリンターがない場合でも、コンビニ等のマルチコピー機などで印刷することが可能です）\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※コンビニ、郵便局、銀行振込、後払い決済の場合は、支払手続をした際の払込受領書または振込票が領収書となります。ご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"小鳥家","offers":[{"title":"6号","offer_id":51842014544148,"sku":null,"price":5837.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/1693\/3396\/files\/image_7_57c3a7e7-60b6-48f2-b771-5f003950c6e7.jpg?v=1741167302"}],"url":"https:\/\/cotoriya.we-shop.jp\/collections\/%e8%aa%95%e7%94%9f%e6%97%a5%e5%90%91%e3%81%91%e3%82%bf%e3%83%ab%e3%83%88.oembed","provider":"小鳥家","version":"1.0","type":"link"}