返金ポリシー
返品・返金・キャンセルポリシー|【公式】温活農園
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&family=Noto+Sans+JP:wght@400;500&display=swap');
:root {
--earth: #6B3A1F;
--moss: #E8651A;
--cream: #FFF8EE;
--sand: #FDE9C8;
--warm: #F5C200;
--light: #FDF6EC;
--text: #3D1F0A;
--muted: #8C6040;
--border: #F0D8B0;
--guarantee:#FFF4E0;
--guarantee-border: #F5A623;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: var(--light);
color: var(--text);
font-family: 'Noto Sans JP', sans-serif;
font-size: 15px;
line-height: 1.8;
}
/* ── ヘッダー ── */
header {
background: linear-gradient(135deg, #E8651A 0%, #C94A08 60%, #6B3A1F 100%);
padding: 40px 24px 36px;
text-align: center;
}
header .eyebrow {
font-family: 'Noto Serif JP', serif;
font-size: 11px;
letter-spacing: 0.18em;
color: #F5C200;
text-transform: uppercase;
margin-bottom: 10px;
}
header h1 {
font-family: 'Noto Serif JP', serif;
font-size: clamp(22px, 5vw, 30px);
font-weight: 700;
color: var(--cream);
letter-spacing: 0.04em;
line-height: 1.4;
}
header .sub {
margin-top: 10px;
font-size: 13px;
color: #B8A898;
letter-spacing: 0.05em;
}
/* ── レイアウト ── */
.container {
max-width: 740px;
margin: 0 auto;
padding: 48px 24px 80px;
}
/* ── セクション ── */
.section {
margin-bottom: 48px;
}
.section-label {
display: inline-block;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.2em;
color: var(--warm);
background: var(--sand);
padding: 3px 10px;
border-radius: 2px;
margin-bottom: 10px;
}
.section-title {
font-family: 'Noto Serif JP', serif;
font-size: clamp(17px, 3.5vw, 20px);
font-weight: 700;
color: var(--earth);
border-left: 3px solid var(--moss);
padding-left: 12px;
margin-bottom: 20px;
line-height: 1.4;
}
/* ── 30日保証カード ── */
.guarantee-card {
background: var(--guarantee);
border: 1.5px solid var(--guarantee-border);
border-radius: 8px;
padding: 28px 28px 24px;
margin-bottom: 48px;
}
.guarantee-card .badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(135deg, #E8651A, #C94A08);
color: #fff;
font-family: 'Noto Serif JP', serif;
font-size: 13px;
font-weight: 600;
padding: 6px 16px;
border-radius: 4px;
margin-bottom: 18px;
letter-spacing: 0.08em;
}
.guarantee-card .badge::before {
content: "✦";
font-size: 10px;
}
.guarantee-card h2 {
font-family: 'Noto Serif JP', serif;
font-size: clamp(18px, 4vw, 22px);
font-weight: 700;
color: var(--earth);
margin-bottom: 20px;
line-height: 1.4;
}
/* ── サブセクション見出し ── */
.sub-heading {
font-size: 13px;
font-weight: 500;
color: var(--moss);
border-bottom: 1px solid var(--border);
padding-bottom: 5px;
margin: 20px 0 12px;
letter-spacing: 0.06em;
}
/* ── リスト ── */
.policy-list {
list-style: none;
padding: 0;
}
.policy-list li {
padding: 8px 0 8px 22px;
position: relative;
border-bottom: 1px dashed var(--border);
font-size: 14px;
color: var(--text);
}
.policy-list li:last-child { border-bottom: none; }
.policy-list li::before {
content: "―";
position: absolute;
left: 0;
color: var(--warm);
font-size: 12px;
top: 10px;
}
/* ── テーブル ── */
.policy-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
margin-top: 4px;
}
.policy-table th {
background: var(--sand);
font-weight: 500;
font-size: 12px;
letter-spacing: 0.06em;
color: var(--earth);
padding: 10px 14px;
text-align: left;
border: 1px solid var(--border);
}
.policy-table td {
padding: 10px 14px;
border: 1px solid var(--border);
vertical-align: top;
line-height: 1.6;
}
.policy-table tr:nth-child(even) td {
background: #FDFAF5;
}
/* ── 注意書き ── */
.note {
background: var(--sand);
border-left: 3px solid var(--warm);
padding: 14px 18px;
font-size: 13px;
color: var(--muted);
border-radius: 0 4px 4px 0;
margin-top: 16px;
line-height: 1.7;
}
/* ── 区切り線 ── */
.divider {
border: none;
border-top: 1px solid var(--border);
margin: 48px 0;
}
/* ── お問い合わせ ── */
.contact-box {
background: linear-gradient(135deg, #E8651A 0%, #C94A08 60%, #6B3A1F 100%);
border-radius: 8px;
padding: 28px 28px 24px;
color: var(--cream);
}
.contact-box h3 {
font-family: 'Noto Serif JP', serif;
font-size: 16px;
font-weight: 700;
margin-bottom: 16px;
letter-spacing: 0.05em;
}
.contact-box table {
width: 100%;
font-size: 13px;
border-collapse: collapse;
}
.contact-box td {
padding: 8px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
vertical-align: top;
}
.contact-box td:first-child {
color: #F5C200;
white-space: nowrap;
padding-right: 20px;
font-weight: 500;
width: 140px;
}
/* ── フッター ── */
footer {
text-align: center;
padding: 24px;
font-size: 12px;
color: var(--muted);
border-top: 1px solid var(--border);
}
/* ── モバイル ── */
@media (max-width: 480px) {
header { padding: 32px 16px 28px; }
.container { padding: 32px 16px 60px; }
.guarantee-card { padding: 20px 16px; }
.contact-box { padding: 20px 16px; }
.policy-table th, .policy-table td { padding: 8px 10px; font-size: 13px; }
}
© 【公式】温活農園 All Rights Reserved.
【公式】温活農園
返品・返金・キャンセルポリシー
onkatsunouen.com
POLICY
基本方針
当店では、お客様に安心してお買い物いただけるよう、返品・返金および初回限定返金保証の対応を行っております。商品に関するご不明点は、お気軽にお問い合わせください。
初回限定
30日間返金保証
■ 対象となる場合
- 商品をお試しいただいた結果、お体に合わなかった場合
- 商品にご満足いただけなかった場合
■ ご利用条件(すべて満たす必要があります)
- 初回購入のお客様
- 商品到着後 30日以内 のご申請
- LINE公式アカウント内の専用フォームからの申請
- 商品を実際にお試しいただいていること
■ 対象外となる場合
- 同一商品の購入履歴がある場合(袋数違いを含む)
- LINE公式アカウントからの事前申請なく商品を返送された場合
- 商品到着後30日を超えて申請された場合
- 当店以外(フリマアプリ・転売品・他店舗等)で購入された商品
- 故意または過失による著しい破損・汚損が確認された場合
■ 返金について
- 返金方法はご利用の決済方法に応じてご案内いたします
- 返送時の送料および返金に伴う手数料はお客様負担となります
- ご利用済みクーポンの再発行はできません
- 当店発行ポイントをご利用の場合、ポイント相当額を差し引いて返金する場合があります
※ 本サービスの内容は、予告なく変更または終了する場合がございます。
RETURNS
通常の返品・返金対応
■ 対応できる場合
| 理由 | 対応 |
|---|---|
| 商品の破損・腐敗(配送中の損傷含む) | 返金または交換 |
| 注文と異なる商品が届いた | 返金または交換 |
| 数量の不足 | 不足分の発送または返金 |
■ 対応できない場合
- 商品到着後 7日以内 にご連絡いただけない場合
- お客様の保存方法の誤りによる品質変化
CANCELLATION
キャンセルポリシー
■ 通常注文のキャンセル
- 出荷前であればキャンセルを承ります
- 出荷後のキャンセルはお受けできません。出荷後はご返品の手続きをご案内いたします
- ご注文後、できるだけお早めにご連絡ください
■ 定期購買のキャンセル
- 次回決済日の 5日前まで にキャンセル申請が必要です
- 5日前を過ぎた場合、次回分のキャンセルはお受けできません
- キャンセルはマイページより手続きいただけます
注文直後のキャンセルでも、タイミングによっては対応できない場合があります。定期購買のキャンセルはお早めにお手続きください。
SHIPPING
返品送料
| ケース | 送料負担 |
|---|---|
| 当店の不備による返品 | 当店負担 |
| 30日返金保証による返送 | お客様負担 |
ご連絡先
| 30日返金保証の申請 | LINE公式アカウント内の専用フォーム |
| 破損・不備等のご連絡 | support@onkatsunouen.com |
| 連絡期限 | 商品到着後7日以内 |
| 返金処理期間 | 3〜7営業日程度 |