✦ Verified product
No.400400/オーガニックガーゼ沐浴布(コンペイトウ)
JPY 1,870.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枚 赤ちゃんの沐浴時におすすめのアイテムです。赤ちゃんの体を優しくくるんであげることで赤ちゃんが安心するとともに、滑り止めにもなるので安全です。 平織ガーゼを使用していますので、お湯にそのまま触れているような感覚で赤ちゃんの体を包んであげることができます。使用後はそのままかけておけば乾燥も早いので手間がありません。 沐浴を彩るコンペイトウ 素材は知多半島で生産するオーガニックガーゼ 広げた大きさは42cm×90cmのたっぷりサイズ(※ガーゼの特性上個体差があります)。 知多半島の織物工場で生産される育児工房の独自仕様の柔らかい平織ガーゼです。持った時に軽く触れたときに柔らかい独自の特性を実現しています。 透けるほどの繊細な肌触り デザインはロングセラー人気のコンペイトウ プリント柄は肌着をはじめとする育児工房のアイテムでロングセラー人気のコンペイトウ柄。ブルーとピンクの2つをご用意しています。 ママに嬉しい多機能アイテム 商品詳細 商品の特徴 お風呂の時間を快適に、外出時も便利に使えるガーゼ沐浴布です。 沐浴時に赤ちゃんを優しく包み込み、安心感と滑り防止に貢献します。 知多木綿ガーゼの柔らかく軽い肌触りが、赤ちゃんにもママにも心地よさを提供します。 かさばらないため、沐浴以外にもお出かけ時の簡易タオルやハンカチとしても活躍します。 糸を柔らかく織り上げ、素材の良さを生かすために端はそのままに仕上げています。 乾きが早く清潔に保てるため、普段使いにも最適です。 お洗濯の際は手洗いで優しく洗っていただくことをおすすめします。 素材・品質 肌に優しいオーガニック素材を使用しています。 素材: オーガニック知多木綿ガーゼ 品質: 綿100% サイズ詳細 沐浴から普段使いまで便利なサイズです。 サイズ: 約42cm × 90cm(※ガーゼの特性上、誤差があります) カラーバリエーション お好みに合わせてお選びいただけます。 カラー: ブルー / ピンク 生産国 愛知県で丁寧に作られています。 生産国: 日本 商品情報 商品コード: 400400