✦ Verified product
No.406808/オーガニック五重織ガーゼスリーパー
JPY 6,490.00
育児工房
Verified independent store
→
/* ▼▼▼ 全体の枠組み(背景色担当) ▼▼▼ */ .product-wrapper { background-color: #FCFAF8; font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; /* ★変更:
背景色を画面いっぱいに広げる */ width: 100%; max-width: none !important; /* 親テーマの影響を打ち消す */ /* ★変更: 画面端から最低30pxの余白を確保 */ padding: 40px 30px; box-sizing: border-box; margin: 0; color: #5A5A5A; line-height: 1.8; overflow-wrap: break-word; word-wrap: break-word; } /* ▼▼▼ 中身のコンテンツ(幅制限・中央寄せ担当) ▼▼▼ */ /* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる */ .content-section, details.spec-details, .shipping-box, .note-box { max-width: 800px; margin-left: auto; margin-right: auto; } .content-section { margin-bottom: 60px; border-bottom: 1px solid #E0DCD8; padding-bottom: 60px; } .content-section:last-child { margin-bottom: 0; border-bottom: none; } /* タイトル */ .section-title { color: #5A5A5A; font-size: 24px; margin-bottom: 24px; letter-spacing: 0.05em; line-height: 1.4; word-break: keep-all; text-wrap: balance; border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; } .body-text { color: #5A5A5A; font-size: 14px; margin-bottom: 24px; letter-spacing: 0.03em; text-wrap: pretty; } .caption-text { color: #A0A0A0; font-size: 14px !important; margin-top: 8px; text-align: right; } .product-img { border-radius: 4px; box-shadow: none; margin-bottom: 10px; width: 100%; height: auto; } .marker { background: linear-gradient(transparent 60%, #B7A69A40 60%); font-weight: bold; padding: 0 4px; } /* 画像の表示分け */ .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; } .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; } .spec-img-full { width: 100%; margin: 20px 0; text-align: center; } .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; } /* アコーディオン(角丸反映・14px固定) */ details.spec-details { border: 1px solid #E0DCD8; border-radius: 4px; background-color: #FCFAF8; color: #5A5A5A; margin-bottom: 15px; overflow: hidden; } summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; } summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); } summary.spec-summary::after { content: "+"; font-size: 1.5em; font-weight: normal; color: #B7A69A; } details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); } details[open] summary.spec-summary::after { content: "-"; } summary.spec-summary::-webkit-details-marker { display: none; } .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; } .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; } /* リストデザイン */ ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; } ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; } ul.benefit-list li::before { position: absolute; left: 0; content: "◆"; color: #B7A69A; font-size: 0.8em; top: 4px; } ul.basic-list li::before { content: ""; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; } ul.point-list li::before { content: "▶"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; } ul.note-list li::before { content: "※"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; } ul.step-list { counter-reset: num; } ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; } .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; } .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; } .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } } .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; } .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; } /* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ */ @media (max-width: 600px) { .product-wrapper { /* スマホでは横幅を有効に使うため少し狭める */ padding: 30px 20px; line-height: 1.6; } .section-title { font-size: 1.3em; } } 使いやすい五重織ガーゼのスリーパー 五重織ガーゼの心地よさ 赤ちゃんおお役立ちアイテムの1つ「スリーパー」。夜おやすみの時だけでなくお昼寝でも、お風呂上りや少し寒く感じてきたときの羽織りとしても使えますので、1枚と言わず何枚か揃えていただきたいアイテムです。 素材には織り柄が人気の星をモチーフにした五重織ガーゼを使用。年間通じてお使いいただけます。 ブルーとピンクの2色から、お好みに合わせてお選びいただけます。 洗いやすく使いやすい五重織ガーゼ 毎日活躍 湯冷め防止アイテム 柔らかくて軽い肌触りが特徴の五重織ガーゼ。お洗濯しても柔らかく気持ちいいのが特徴です。国内専門工場で生産するこだわりの素材です。 ギフトでも人気です やわらかふっくら五重織ガーゼ 赤ちゃんお成長次第では2~3歳ごろまでと長く使えることや毎日の生活の中で様々なシーンで役立つので、ギフトでお選びいただいても喜ばれるアイテムです。 製品詳細 商品の特徴 小さな星をモチーフにした柔らかい五重織ガーゼスリーパー。お昼寝時の寝冷えやお風呂上りの湯冷め防止をはじめ、毎日の生活の中で役に立つアイテムです。 寝返りなどによりめくり上がらない股部分のスナップボタン 赤ちゃんの成長により個人差はありますが、2歳・3歳頃まで使えるのでギフトにも最適 快適で「きもちいい。」素材を厳選し、国内の専門工場で丁寧に製造 2色の糸の切り替えでオリジナルイラストを表現したかわいらしい素材の表情 お揃いの素材でできた他のアイテムとセットでの利用も人気 サイズ詳細 サイズ: Free 素材・生産国 素材: オーガニック五重織ガーゼ 品質: 綿100% 生産国: 日本 カラーバリエーション カラー: ブルー / ピンク 商品情報 商品コード: 406808