【グルテンフリー・自然栽培】こだわり米粉の焼きドーナツ&クッキー6個セット|コロンブランシュのからだ想いの贈りもの
@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-cookie-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-cookie-desc h2, .cb-cookie-desc h3, .cb-cookie-desc .serif-text { font-family: 'Noto Serif JP', serif; } /* Section Headers */ .cb-section-header { text-align: center; margin-bottom: 50px; position: relative; } .cb-section-header.cookie-theme { margin-top: 20px; } .cb-section-header.donut-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; } /* Cookie Grid — 2 columns centered */ .cb-cookie-grid { display: flex; justify-content: center; gap: 30px; margin-bottom: 60px; } .cb-cookie-grid .cb-flavor-card { width: calc(50% - 15px); max-width: 380px; } /* Donut section note */ .cb-donut-note { text-align: center; font-family: 'Noto Serif JP', serif; font-size: 16px; font-weight: 500; color: #4a4036; margin-bottom: 40px; padding: 18px 25px; background: #fff; border-radius: 10px; border: 1px solid #f0ece6; letter-spacing: 0.03em; } /* Donut Grid — 3+2 layout */ .cb-donut-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 30px; } .cb-donut-grid-2 { display: flex; justify-content: center; gap: 30px; } .cb-donut-grid-2 .cb-flavor-card { width: calc(50% - 15px); max-width: 380px; } /* Flavor Cards */ .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; 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; } /* こだわりの原材料 */ .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; } /* 不使用バッジ */ .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; } .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; } /* アレルギーバッジ */ .cb-badges-inline { display: flex; justify-content: center; gap: 15px; margin: 40px 0; flex-wrap: wrap; } .cb-badge-pill { 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-pill.allergy { background: #fff0f0; color: #d35f5f; border-color: #fad3d3; } /* 商品情報テーブル */ .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; } /* Responsive */ @media (max-width: 900px) { .cb-donut-grid-3 { 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-cookie-desc { padding: 30px 15px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .cb-cookie-grid { flex-direction: column; } .cb-cookie-grid .cb-flavor-card { width: 100%; max-width: none; } .cb-donut-grid-3 { grid-template-columns: 1fr; } .cb-donut-grid-2 { flex-direction: column; } .cb-donut-grid-2 .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-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; } .cb-donut-note { font-size: 14px; padding: 15px 20px; } } Rice Flour Cookies 自然栽培 米粉のクッキー サクサクの食感が美味しい プレーン 自然栽培米粉のサクっとした食感と、オーガニックアーモンドプードルの香ばしさが絶妙にマッチ。グラスフェッドバターの芳醇な香りが楽しめる王道フレーバーです。 ココナッツ好きにはたまらない ココナッツ 上質なグラスフェッドバターを贅沢に使った生地に、オーガニックココナッツをたっぷりブレンド。噛むほどに溢れ出す、自然な甘みとサクッとした食感がクセになります。 Gluten-Free Donuts グルテンフリードーナツ 下記の5種類の中から4つをお届けいたします 上質なバターのコクと香り 焦がしバター 牧草でのびのびと育った牛の生乳を原料としたグラスフェッドバターを使用。焦がしバターによってバターの豊かな風味に香ばしさが加わり、旨みを引き出しました。 和紅茶とベルガモットの香り アールグレイ 無農薬・無化学肥料の屋久島紅茶と、ベルガモットのアールグレイを使用。自然の華やかな香りが、とても豊かです。 力強く奥深い香り 屋久島茶 自然豊かな屋久島で、無農薬・無化学肥料で育った緑茶を使用。大変香りが高く、旨みと渋みが、喜界島産きび糖と良く合います。 椰子の実本来の良さ ココナッツ オーガニックの椰子の実をパウダー状にして生地にしました。ココナッツが苦手な方にも喜ばれる椰子の実本来の香りは、身体へのなじみもよく、とても美味です。 栄養価も抜群 ココナッツ&ココア オーガニックのココナッツの生地に、オーガニックのカカオ豆100%で作られたココアを合わせました。ココナッツと濃厚なココアの甘い香りは、相性抜群です。 Our Ingredients こだわりの原材料 自然栽培の米粉 九州産・無農薬・無化学肥料 喜界島のきび糖 ミネラル豊富な自然の甘み 平飼いの新鮮な卵 福岡県産・無投薬飼育 グラスフェッドバター ニュージーランド産・牧草飼育 グルテンフリー 白砂糖不使用 マーガリン不使用 ショートニング不使用 遺伝子組換不使用 合成香料不使用 保存料不使用 ph調整剤不使用 乳化剤不使用 About Us コロンブランシュについて コロンブランシュは2023年1月、福岡県久留米市のほとめき通り商店街内にオープン。 完全無農薬、自然栽培で育った、とっても美味しいお米を使って、 グルテンフリーのシュークリームやドーナツ、クッキー、パンの製造、販売をしています。 ほとめき通り商店街 店内席数は24席。イートイン可能 2F席にはキッズスペースを完備 小麦・香料・着色料・白砂糖不使用 特定原材料:卵・乳 商品情報 原材料 [米粉のクッキー プレーン] 米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、きび糖(喜界島産)、オーガニックアーモンドプードル(イタリア産)、平飼い卵(福岡県産)、ヒマラヤ岩塩(パキスタン産) [米粉のクッキー ココナッツ] 米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、有機ココナッツ(スリランカ産)、きび糖(喜界島産)、平飼い卵(福岡県産)、ヒマラヤ岩塩(パキスタン産) [米粉のドーナツ 焦がしバター] 平飼い卵(福岡県産)、米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、蜂蜜(カナダ産)、オーガニックアーモンドプードル(イタリア産)、ベーキングパウダー(アルミフリー、non-GMO) [米粉のドーナツ アールグレイ] 平飼い卵(福岡県産)、米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、米飴(自然栽培米)、アールグレイ(屋久島産無農薬茶葉)、ベーキングパウダー(アルミフリーnon-GMO) [米粉のドーナツ 屋久島茶] 平飼い卵(福岡県産)、米粉(九州産自然栽培)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、米飴(自然栽培米)、屋久島茶(屋久島産無農薬茶葉)、ベーキングパウダー(アルミフリーnon-GMO) [ココナッツのドーナツ ココナッツ&ココア] 有機ココナッツ(スリランカ産)、平飼い卵(福岡県産)、グラスフェッドバター(ニュージーランド産)、きび砂糖(喜界島産)、生クリーム(九州産)、蜂蜜(カナダ産)、有機ココア(オランダ産)、ベーキングパウダー(アルミフリーnon-GMO) 内容量 6個 賞味期限 発送日より10日~21日(商品によって異なります) 保存方法 直射日光及び湿気を避け、28℃以下で保存してください。 箱のサイズ 縦75mm x 横240mm x 高さ60mm