【グルテンフリー・自然栽培】焼きドーナツ10個セット|コロンブランシュのからだ想いの贈りもの
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Noto+Serif+JP:wght@300;400;500;600&family=Zen+Kaku+Gothic+New:wght@300;4 00;500&display=swap'); .cb-donut-desc { font-family: 'Zen Kaku Gothic New', sans-serif; color: #333; line-height: 1.8; max-width: 1000px; margin: 0 auto; padding: 40px 20px; background-color: #faf9f7; overflow: hidden; } .cb-donut-desc h2, .cb-donut-desc h3, .cb-donut-desc .serif-text { font-family: 'Noto Serif JP', serif; } /* Headings */ .cb-section-header { text-align: center; margin-bottom: 50px; position: relative; } .cb-section-header.kome-theme { margin-top: 20px; } .cb-section-header.coco-theme { margin-top: 80px; } .cb-section-header .en-title { display: block; font-family: 'Cormorant Garamond', serif; font-size: 24px; font-style: italic; color: #b59b7c; margin-bottom: 5px; letter-spacing: 0.1em; } .cb-section-header h2 { font-size: 28px; font-weight: 500; color: #4a4036; margin: 0; letter-spacing: 0.05em; padding: 0; } .cb-section-header::after { content: ''; display: block; width: 40px; height: 1px; background-color: #b59b7c; margin: 20px auto 0; } .cb-intro-lead { text-align: center; font-size: 15px; color: #5d544a; margin-bottom: 60px; padding: 0 20px; } /* Grid Layout for Flavors */ .cb-flavor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 30px; margin-bottom: 60px; } .cb-kome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .cb-coco-grid { display: flex; justify-content: center; gap: 30px; } .cb-coco-grid .cb-flavor-card { width: calc(50% - 15px); max-width: 380px; } .cb-flavor-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease; display: flex; flex-direction: column; } .cb-flavor-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08); } .cb-flavor-image-wrap { width: 100%; aspect-ratio: 1/1; overflow: hidden; position: relative; background: #f4f0ea; } .cb-flavor-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; } .cb-flavor-card:hover .cb-flavor-image-wrap img { transform: scale(1.05); } .cb-flavor-content { padding: 30px 25px; text-align: center; flex-grow: 1; display: flex; flex-direction: column; } .cb-flavor-subtitle { font-size: 13px; color: #b59b7c; margin-bottom: 8px; letter-spacing: 0.1em; } .cb-flavor-title { font-size: 20px; color: #333; margin: 0 0 15px 0; font-weight: 500; } .cb-flavor-desc { font-size: 14px; color: #666; text-align: justify; text-align-last: center; margin: 0; line-height: 1.7; } /* ============================ Our Ingredients Section ============================ */ .cb-ingredients-section { margin-top: 80px; margin-bottom: 60px; } .cb-ingredients-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; } .cb-ingredient-card { text-align: center; transition: transform 0.3s ease; } .cb-ingredient-card:hover { transform: translateY(-4px); } .cb-ingredient-img-wrap { width: 100%; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; margin-bottom: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); } .cb-ingredient-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .cb-ingredient-card:hover .cb-ingredient-img-wrap img { transform: scale(1.08); } .cb-ingredient-name { font-family: 'Noto Serif JP', serif; font-size: 16px; font-weight: 500; color: #4a4036; margin-bottom: 8px; } .cb-ingredient-detail { font-size: 13px; color: #888; line-height: 1.6; } /* ============================ Free-From Badges Section ============================ */ .cb-badges-section { margin-top: 60px; margin-bottom: 60px; } .cb-badges-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px 0; } .cb-badge-item { flex: 0 0 20%; text-align: center; transition: transform 0.3s ease; } .cb-badge-item:hover { transform: translateY(-3px); } .cb-badge-icon { width: 80px; height: 80px; margin: 0 auto 10px; } .cb-badge-icon img { width: 100%; height: 100%; object-fit: contain; opacity: 0.7; transition: opacity 0.3s ease; } .cb-badge-item:hover .cb-badge-icon img { opacity: 1; } .cb-badge-label { font-size: 12px; color: #777; letter-spacing: 0.03em; line-height: 1.5; } /* ============================ About Section ============================ */ .cb-about-section { margin-top: 80px; margin-bottom: 60px; background: #2c2c2c; border-radius: 12px; overflow: hidden; color: #fff; } .cb-about-content { padding: 50px 40px; } .cb-about-section .cb-section-header .en-title { color: #b59b7c; } .cb-about-section .cb-section-header h2 { color: #fff; } .cb-about-section .cb-section-header::after { background-color: #b59b7c; } .cb-about-text { font-size: 15px; line-height: 2; color: #ddd; text-align: center; margin-bottom: 30px; letter-spacing: 0.05em; } .cb-about-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 30px; } .cb-about-img-wrap { border-radius: 8px; overflow: hidden; position: relative; } .cb-about-img-wrap img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform 0.5s ease; } .cb-about-img-wrap:hover img { transform: scale(1.05); } .cb-about-caption { text-align: center; font-size: 12px; color: #aaa; margin-top: 8px; } /* Detail Table */ .cb-detail-section { background: #fff; border-radius: 12px; padding: 50px; margin-top: 80px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02); } .cb-detail-title { text-align: center; font-size: 22px; color: #4a4036; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #eee; } .cb-detail-table { width: 100%; border-collapse: collapse; } .cb-detail-table th, .cb-detail-table td { padding: 20px; border-bottom: 1px solid #f0f0f0; vertical-align: top; } .cb-detail-table tr:last-child th, .cb-detail-table tr:last-child td { border-bottom: none; } .cb-detail-table th { width: 25%; text-align: left; font-weight: 500; color: #4a4036; background: #faf9f7; border-right: 1px solid #fff; } .cb-detail-table td { font-size: 14px; color: #555; line-height: 1.8; } .cb-detail-table .ingredient-group { margin-bottom: 15px; } .cb-detail-table .ingredient-group:last-child { margin-bottom: 0; } .cb-detail-table .ingredient-name { font-weight: 600; color: #8a735c; display: block; font-size: 13px; margin-bottom: 3px; } .cb-badges { display: flex; justify-content: center; gap: 15px; margin: 40px 0; flex-wrap: wrap; } .cb-badge { display: inline-block; padding: 8px 16px; background: #eef2eb; color: #5d7050; border-radius: 20px; font-size: 13px; font-weight: 500; letter-spacing: 0.05em; border: 1px solid #dce4d5; } .cb-badge.allergy { background: #fff0f0; color: #d35f5f; border-color: #fad3d3; } /* Responsive */ @media (max-width: 900px) { .cb-kome-grid { grid-template-columns: repeat(2, 1fr); } .cb-ingredients-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .cb-badge-item { flex: 0 0 33.333%; } .cb-about-images { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 767px) { .cb-donut-desc { padding: 30px 15px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .cb-kome-grid { grid-template-columns: 1fr; } .cb-coco-grid { flex-direction: column; } .cb-coco-grid .cb-flavor-card { width: 100%; max-width: none; } .cb-ingredients-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .cb-ingredient-name { font-size: 14px; } .cb-ingredient-detail { font-size: 12px; } .cb-badges-grid { gap: 15px 0; } .cb-badge-item { flex: 0 0 33.333%; } .cb-badge-icon { width: 60px; height: 60px; } .cb-badge-label { font-size: 11px; } .cb-about-content { padding: 30px 20px; } .cb-about-images { grid-template-columns: 1fr 1fr; } .cb-about-images > div:first-child { grid-column: 1 / -1; } .cb-detail-section { padding: 30px 15px; } .cb-detail-table th, .cb-detail-table td { display: block; width: 100%; } .cb-detail-table th { background: transparent; padding-bottom: 5px; border-bottom: none; font-size: 16px; color: #b59b7c; } .cb-detail-table td { padding-top: 0; padding-bottom: 25px; } } Rice Flour Donuts 自然栽培 米粉のドーナツ 九州産の無農薬米粉を使ったグルテンフリーのドーナツ。 ニュージーランド産のグラスフェッドバター、喜界島産のきび糖、無投薬飼育の新鮮な卵をベースに、各種フレーバーのドーナツを揃えました。 上質なバターのコクと香り 焦がしバター 牧草でのびのびと育った牛の生乳を原料としたグラスフェッドバターを使用。焦がしバターによってバターの豊かな風味に香ばしさが加わり、旨みを引き出しました。 力強く奥深い香り 屋久島茶 自然豊かな屋久島で、無農薬・無化学肥料で育った緑茶を使用。大変香りが高く、旨みと渋みが、喜界島産きび糖と良く合います。 和紅茶とベルガモットの香り アールグレイ 無農薬・無化学肥料の屋久島紅茶と、ベルガモットのアールグレイを使用。自然の華やかな香りが、とても豊かです。 Coconut Flour Donuts オーガニックココナッツのドーナツ オーガニックのココナッツフラワーを使ったグルテンフリーのドーナツ。 ココナッツの果肉の香りとシャキシャキとした歯ごたえが好評です。 椰子の実本来の良さ ココナッツ オーガニックの椰子の実をパウダー状にして生地にしました。ココナッツが苦手な方にも喜ばれる椰子の実本来の香りは、身体へのなじみもよく、とても美味です。 栄養価も抜群 ココナッツ&ココア オーガニックのココナッツの生地に、オーガニックのカカオ豆100%で作られたココアを合わせました。濃厚なココアの甘い香りは相性抜群。 Our Ingredients こだわりの原材料 自然栽培の米粉 九州産・無農薬・無化学肥料 喜界島のきび糖 ミネラル豊富な自然の甘み 平飼いの新鮮な卵 福岡県産・無投薬飼育 グラスフェッドバター ニュージーランド産・牧草飼育 グルテンフリー 白砂糖不使用 マーガリン不使用 ショートニング不使用 遺伝子組換不使用 合成香料不使用 保存料不使用 ph調整剤不使用 乳化剤不使用 About Us コロンブランシュについて コロンブランシュは2023年1月、福岡県久留米市のほとめき通り商店街内にオープン。 完全無農薬、自然栽培で育った、とっても美味しいお米を使って、 グルテンフリーのシュークリームやドーナツ、クッキー、パンの製造、販売をしています。 ほとめき通り商店街 店内席数は24席。イートイン可能 2F席にはキッズスペースを完備 小麦・香料・着色料・白砂糖 不使用 特定原材料:乳・卵 商品情報 原材料 [米粉のドーナツ 焦がしバター] 平飼い卵(福岡県産)、米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、蜂蜜(カナダ産)、オーガニックアーモンドプードル(イタリア産)、ベーキングパウダー(アルミフリー、non-GMO) [米粉のドーナツ アールグレイ] 平飼い卵(福岡県産)、米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、米飴(自然栽培米)、アールグレイ(屋久島産無農薬茶葉)、ベーキングパウダー(アルミフリーnon-GMO) [米粉のドーナツ 屋久島茶] 平飼い卵(福岡県産)、米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、米飴(自然栽培米)、屋久島茶(屋久島産無農薬茶葉)、ベーキングパウダー(アルミフリーnon-GMO) [ココナッツのドーナツ ココナッツ&ココア] 有機ココナッツ(スリランカ産)、平飼い卵(福岡県産)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、蜂蜜(カナダ産)、有機ココア(オランダ産)、ベーキングパウダー(アルミフリーnon-GMO) [ココナッツのドーナツ ココナッツ] 有機ココナッツ(スリランカ産)、平飼い卵(福岡県産)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、蜂蜜(カナダ産)、オーガニックチョコレート(ドイツ産)、ベーキングパウダー(アルミフリーnon-GMO) 内容量 10個 賞味期限 お届け時に10日以上残っているものをお送りします(※本来の賞味期限は製造から14〜21日です) 保存方法 直射日光及び湿気を避け、28℃以下で保存してください。 箱のサイズ 縦160mm x 横240mm x 高さ66mm