.box2 {
padding: 0.5em 1em;
margin: 2em 0;
font-weight: bold;
color: #7b6960;/*文字色*/
background: #FFF;
border: solid 3px #7b6960;/*線*/
border-radius: 10px;/*角の丸み*/
}
.box2 p {
margin: 0;
padding: 0;
}
.box_11 {
position: relative;
background: #f8f4f1;
padding: 1.5em;
border: solid 1px #7b6960;
}
.box_11::after {
position: absolute;
content: '';
left: -1px;
top: -1px;
border-style: solid;
border-width: 0 0 20px 20px;
border-color: #fff #fff #7b6960;
}
.box_15 {
background: #FFEFEA;
padding: 1.5em;
}
.box_15_ttl {
border-left: solid 4px #d93027;
padding-left: 15px;
color: #d93027;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 10px;
}
.box_15_txt {
margin-top: 10px;
}
.box_18 {
position: relative;
padding: 1.5em;
border: 2px solid #7b6960;
}
.box_18_ttl {
position: absolute;
padding: 0 0.5em;
left: 30px;
top: -10px;
background: #fff;
font-weight: bold;
color: #7b6960;
}
.box_16 {
border: 1px solid #7b6960;
}
.box_16_ttl {
margin: 0;
background: #7b6960;
color: #fff;
padding: 10px;
text-align: center;
font-weight: bold;
}
.box_16_txt {
margin: 0;
padding: 1em;
}
.box_17 {
position: relative;
background: #f8f4f1;
}
.box_17_ttl {
position: relative;
display: inline-block;
padding: 0.5em 2em;
background: #7b6960;
color: #fff;
font-weight: bold;
top: 20px;
left: -10px;
}
.box_17_ttl::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 10px transparent;
border-right: solid 10px rgb(149, 158, 155);
}
.box_17_txt {
margin: 0;
padding: 2em 1.5em 1.5em;
}
.box_20 {
border: 1px solid #7b6960;
background: #e7dfce;
padding: 1.5em;
}
.box_20_ttl {
border-left: solid 4px #7b6960;
padding-left: 10px;
color: #27acd9;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
}
.box_20_txt {
background: #fff;
border-radius: 10px;
padding: 1em;
margin-top: 10px;
box-shadow: 0 2px 3px #ccc;
}
hr{
height: 3px;
}
/* Quote Testimonial*/
.fuki {
position: relative;
padding: 1rem;
border-radius: 10px;
background-color: #e7dfce;
border: 2px solid #333;
}
.fuki::before {
position: absolute;
top: 100%;
left: 10%;
height: 25px;
width: 2px;
transform: rotate(-20deg);
background-color: #333;
content: '';
}
.fuki p {
color: #333;
line-height: 1.5;
}
/*Testimonial blockquote */
.testimonial-quote {
font-size: 16px;
}
.testimonial-quote blockquote {
/* Negate theme styles */
border: 0;
margin: 0;
padding: 0;
background: none;
color: gray;
font-family: Georgia, serif;
font-size: 1.5em;
font-style: italic;
line-height: 1.4 !important;
margin: 0;
position: relative;
text-shadow: 0 1px white;
z-index: 600;
}
.testimonial-quote blockquote * {
box-sizing: border-box;
}
.testimonial-quote blockquote p {
color: #7B6960;
line-height: 1.4 !important;
}
.testimonial-quote blockquote p:first-child:before {
content: '\201C';
color: #7B6960;
font-size: 7.5em;
font-weight: 700;
opacity: .3;
position: absolute;
top: -.4em;
left: -.2em;
text-shadow: none;
z-index: -300;
}
.testimonial-quote img {
display: block;
width: 200px;
height: 200px;
position: absolute;
top: -1em;
left: 0;
right: 20px;
}
.testimonial-quote cite {
color: gray;
display: block;
font-size: .8em;
}
.testimonial-quote cite span {
color: #5e5e5e;
font-size: 1em;
font-style: normal;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 0 1px white;
}
.testimonial-quote {
position: relative;
}
.testimonial-quote .quote-container {
padding-left: 260px;
}
.testimonial-quote.right .quote-container {
padding-left: 0;
padding-right: 260px;
}
.testimonial-quote.right img {
left: auto;
right: 0;
}
.testimonial-quote.right cite {
text-align: right;
}
/* blockquote testimonial 2 colors*/
$light-blue: hsl(194, 49%, 73%);
$dark-blue: hsl(221, 49%, 33%);
$dark-green: hsl(166, 72%, 28%);
$light-green: hsl(156, 72%, 73%);
$gray: hsl(210, 36%, 96%);
body{
margin:0;
}
p.footer{
font-family: Lato;
font-weight:100;
font-size:12px;
}
div.layout{
width:100%;
display:flex;
flex-direction:column;
align-items:center;
background-color:$gray;
height: 100vh;
padding-top:40px;
}
div.quote-left{
position:relative;
display:flex;
flex-direction:row;
align-items:center;
width:700px;
min-height:220px;
max-height:220px;
border-radius: 16px;
background-color: $dark-blue;
box-shadow:0px 0px 15px gray;
margin-bottom:60px;
div.quote-image{
width:40%;
height:inherit;
background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/812449/user-blue1.jpg);
background-position:center;
background-size: cover;
border-radius: 16px 0px 0px 16px;
clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
div.quote-circle{
position:absolute;
left:230px;
top:80px;
z-index:10;
height:50px;
width:50px;
border-radius: 50%;
background-color:white;
color: $dark-blue;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
}
div.quote-circle-inner{
height:35px;
width:35px;
border-radius: 50%;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
box-shadow:0px 0px 10px $dark-blue;
}
div.quote-text{
flex:1;
padding:10px 30px 10px 30px;
border-radius: 0px 16px 16px 0px;
color:white;
font-family: proxima-nova, sans-serif;
font-style:italic;
font-size:18px;
font-weight:100;
line-height:22px;
}
div.quote-author{
text-align:right;
font-size:20px;
font-weight:500;
font-style:normal;
color:$light-blue;
}
}
div.quote-right{
position:relative;
display:flex;
flex-direction:row;
align-items:center;
width:700px;
max-height:220px;
min-height:220px;
border-radius: 16px;
background-color: $dark-green;
box-shadow:0px 0px 15px gray;
margin-bottom:60px;
div.quote-image{
width:40%;
height:inherit;
background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/812449/user-gray1.jpg);
background-position:center;
background-size: cover;
border-radius: 0px 16px 16px 0px;
clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
div.quote-circle{
position:absolute;
right:230px;
top:80px;
z-index:10;
height:50px;
width:50px;
border-radius: 50%;
background-color:white;
color:$dark-green;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
div.quote-circle-inner{
height:35px;
width:35px;
border-radius: 50%;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
box-shadow:0px 0px 10px $dark-green;
}
}
div.quote-text{
flex:1;
padding:10px 20px 10px 40px;
border-radius: 0px 16px 16px 0px;
color:white;
font-family: proxima-nova, sans-serif;
font-style:italic;
font-size:18px;
font-weight:100;
line-height:22px;
div.quote-author{
text-align:right;
font-size:20px;
font-weight:500;
font-style:normal;
color:$light-green;
}
}
}
/**
* Testimonial web page example
* Created by Shihabiiuc.com
* You're free to use this template on your website
* Any questions, please contact https://shihabiiuc.com/contact
* Fonts:
* font-family: 'Lato', sans-serif;
* weights: 400/700
* font-family: 'Merriweather', serif;
*/
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
font-weight: 400;
}
img {
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p {
margin: -10 0px;
}
blockquote {
margin: 0;
font-family: 'Lato', sans-serif;
color: #222222;
margin: 0 0 15px;
}
.banner {
background-color: #7b6960;
background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
padding: 90px 15px;
text-align: center;
}
.banner h1 {
font-weight: 700;
font-size: 35px;
color: #FFFFFF;
text-shadow: 2px 2px 12px #222222;
}
@media (min-width: 768px) {
.banner h1 {
font-size: 60px;
}
}
.banner p {
font-size: 1.125rem;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
}
.testimonials {
background-color: #ffffff;
padding: 90px 15px;
}
.testimonials .t_wrapper {
max-width: 800px;
margin: 0 auto;
}
.testimonials .t_wrapper .item {
background-color: #F0E7E0;
padding: 10px;
border-radius: 4px;
margin: 5 5 30px;
}
.testimonials .t_wrapper .item p {
text-align: center;
}
.testimonials .t_wrapper .item.light {
background-color: #f8f4f1;
}
.testimonials .t_wrapper .item.dark {
background-color: #E7D9CF;
}
.testimonials .t_wrapper .item.gradient {
background-color: #E7D9CF;
background-image: linear-gradient(315deg, #E7D9CF 0%, #f8f4f1 74%);
}
@media (min-width: 768px) {
.testimonials .t_wrapper .two-col-testimonial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.testimonials .t_wrapper .two-col-testimonial .item {
-ms-flex-preferred-size: 48%;
flex-basis: 48%;
}
}
.testimonials .t_wrapper .video-testimonial {
margin: 0 0 30px;
}
.testimonials .t_wrapper .cta {
background-color: #f53844;
margin: 30px 0;
padding: 30px;
text-align: center;
border-radius: 4px;
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.testimonials .t_wrapper .cta p {
font-size: 1.375rem;
font-weight: 700;
text-shadow: 1px 1px 4px #222222;
}
.testimonials .t_wrapper .cta a {
display: inline-block;
background-color: #000000;
padding: 10px 30px;
margin: 20px 0;
border-radius: 25px;
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.testimonials .t_wrapper .cta a:hover {
background-color: #90d5ec;
background-image: linear-gradient(315deg, #90d5ec 0%, #fc575e 74%);
color: #5c0309;
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 768px) {
.testimonials .full-width-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.testimonials .full-width-wrapper .item {
background-color: #097b6f;
margin-bottom: 30px;
padding: 20px;
border-radius: 4px;
}
.testimonials .full-width-wrapper .item img:not(.ratings) {
border: 3px solid #02443d;
border-radius: 50%;
max-width: 100px;
display: block;
margin: 0 auto;
}
.testimonials .full-width-wrapper .item p {
text-align: center;
}
@media (min-width: 768px) {
.testimonials .full-width-wrapper .item {
max-width: 400px;
}
}
.footer {
padding: 60px 15px;
background-color: #222222;
}
.footer .ctainer {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.footer .ctainer p, .footer .ctainer a {
color: #FFFFFF;
font-size: 16px;
}
/* Style download buttons */
.dl-btn {
background-color: #e7dfce;
border: none;
color: #54443c;
padding: 12px 30px;
cursor: pointer;
font-size: 16px;
}
/* Darker background on mouse-over */
.dl-btn:hover {
background-color: #7b6960;
color:#e7dfce;
}
.numberCircle {
border-radius: 50%;
width: 36px;
height: 36px;
padding: 0px;
background: #e7dfce;
border: 2px solid #e7dfce;
color: #54443c;
text-align: center;
font: 32px Arial, sans-serif;
}
/* 3 columns with image and text*/
.container3{
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.box{
display:flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
max-width:20rem;
min-width:18rem;
margin: 10px;
text-align: left;
}
.item {
background-color: white;
box-sizing: border-box;
padding: 20px;
outline: 2px dark brown;
}
.tocbox {
width:auto;
height: auto;
border: 2px #aaaaaa;
box-sizing: border-box;
background-color: #e0e0e0;
padding: 20px;
}
/* 4 columns with image and text*/
.container4{
display:flex;
flex-wrap: wrap;
}
.box4{
flex: 25%;
padding: 20px;
}
@media (min-width: 48em) {
.box4 {
flex-wrap: nowrap;
}
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
.box4 {
flex: 50%;
}
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.container4 {
flex-direction: column;
}
}
/* 3 columns with image and text*/
.container5{
display:flex;
flex-wrap: wrap;
}
.box5{
flex: 33%;
padding: 20px;
}
@media (min-width: 48em) {
.box5 {
flex-wrap: nowrap;
}
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.container5 {
flex-direction: column;
}
}
blockquote{
position: relative;
padding: 5px 10px 5px 20px;
box-sizing: border-box;
font-style: italic;
background: #f8f4f;
color:#7b6960;
border-left: 3px solid #7b6960;
}
内容をスリップする
赤ちゃんの成長に合わせてずっと使えるリングスリング
お出かけや車での移動など、赤ちゃんを頻繁に抱きおろしするシーンが多い方は、手早く装着ができるスリングが便利です。また、抱く位置を自由自在に調整できるので、スリングで抱いたままの授乳も可能です。正面に向かい合った抱っこや視野の広がる腰抱きなど、赤ちゃんの発達やニーズに合わせてお好みの使い方をお選びください。
■目次■
- スリング各部の名称
- スリングの正しい使い方のポイント
- 基本的なスリングの使い方手順
- スリングの背中フリップの使い方手順
- 新生児をスリングで抱っこする
- 首すわり前の赤ちゃんの首枕のアレンジ
- スリングのこんな使い方は危険!
- スリングに関するよくある質問
1. スリング各部の名称
リング ディディモスのスリングは、アルミ製でつなぎ目のないスリング用の
リングを使用しています。ドイツの商品審査機関TÜV認証工場で生産する、2000kg以上の耐久試験をクリアしています。大きくなってきたお子さんも充分にサポートし、赤ちゃんが舐めても安全な素材のみを使用しています。
布地 ディディモスのスリングが使用する
オーガニックコットン、
シルク、
麻 などの原料は、
農薬や化学処理は一切使わず、赤ちゃんはもちろん、生産者や環境にも配慮した安心の素材です。ディディモスはオーガニック・テキスタイルの世界基準GOTSの認証を受けています。
ボトムレール
赤ちゃんを包む布の下側の縁
トップテール
赤ちゃんが包む布の上側の縁
テール
リングから垂れる布の端
スリングには大きく分けて二つの使い方があります。
どちらの使い方でもディディモスのスリングは大人の身体にぴったり密着して安定感が抜群です。新生児や小柄な方にフィットしやすい「背中フリップ」の抱き心地も試して、ご自身の快適なスタイルをお選びください。
2. スリングの正しい使い方のポイント
-
密着
赤ちゃんの背中部分のスリングにシワがなく、赤ちゃんを支えながら軽くお辞儀をしても安定していればOK。
-
健全なM字型姿勢(深いシート、膝裏まで覆う)
シートは赤ちゃんの両膝裏からお尻を包み、膝はお尻よりも高い位置です。左右対称なM字開脚になっていればOK。
-
赤ちゃんが傾いていない
赤ちゃんの身体が左右に倒れて傾いていないか確認します。赤ちゃんの骨盤から真っすぐ上の位置に赤ちゃんの頭があればOK。
-
対面抱っこの必要性
スリングは大人と対面する姿勢でご使用いただき、前向き姿勢の抱っこ(カンガルー抱き)のご使用は避けてください。対面抱っこは、股関節の発育に理想的なM字型開脚姿勢と赤ちゃんが呼吸をしやすい緩やかな背中の「し」の字カーブを保つことができます。
スリングの対面抱っこや腰抱きは視界が広く、赤ちゃんの好奇心を満たすと共に、疲れた時や眠くなった時には大人に抱きつくようにして、眠ったり休んだりすることができます。 スリングの前向き抱っこ(カンガルー抱き)では、理想的なM字型開脚が取れなく、背中は丸まった姿勢になりやすいです。また、前向き抱っこされる赤ちゃんは周りの情報を自分から遮断できません。大人と対面し、正面か腰で抱っこしてください。
巻き方の説明書はこちらからダウンロード出来ます。
3. 基本的なスリングの使い方手順
ステップバイステップで使い方とポイントをご紹介します。スリングを始めてご使用になる場合、まずはこちらの基本的なスリングの使い方をご参照ください。基本的な使い方に慣れてこられると、新生児や小柄な方でしたら、身体によりフィットしやすい「背中フリップ」もお試しいただき、快適なスタイルを選んでもよいでしょう。
1)スリングの準備
2)スリングに赤ちゃんを抱き入れる
布束に赤ちゃんを座らせ、姿勢を確認してからスリングを首まで広げましょう。両膝がお尻よりも高く、脚が正しいM字型が取れていることを確認します。
3)スリングの引き締め
布の流れに沿って放射状に引き締まれば、布の滑りがよくスムーズです。端から順番に数回に分けて引き締めると赤ちゃんの身体にスリングがジャストフィットして快適さと安定感がアップします。
4)赤ちゃんの下し方
赤ちゃんを支えて、ワンスステップで安全にスリングを外しましょう。
4. スリングの背中フリップの使い方手順
背中で布を折り返すことによって、大人の脇下の布幅が狭まるため、スリングによるリンパ腺の圧迫等が気になる方にはより快適です。また、赤ちゃんの首を支えるスリングのトップレールが垂直方向に広がるため、新生児の首はしっかり支えることができます。
1)スリングの準備
赤ちゃんの抱き入れやスリングの引き締めは基本のスリングの使い方と共通です。
5. 新生児をスリングで抱っこする
ディディモスのスリングは、赤ちゃんの背中や首をまんべんなく優しく包み、しっかりとサポートすることができます。その上、赤ちゃんの成長や大人の体形に沿うようにアレンジができるので、安定感抜群で首すわり前の新生児の赤ちゃんにとっても常に密着し安心した抱っこできます。
6. 首すわり前の赤ちゃんの首枕のアレンジ
新生児期や首すわり前のの赤ちゃんのスリング抱っこには、ネックサポートが必要です。スリングのテールで簡単に首枕を作ることができます。テールの上部を適当な太さに丸め、巻きこみます。厚めの布は少し丸め適当な太さで使います。首すわり後の赤ちゃんのお昼寝にもおすすめです。

また、カーゼハンカチや薄手のタオルを2~3cmの棒状に丸め、トップレールを引き上げて巻き込むこともできます。

季節、スリングの厚さなどに合わせてお好みでどうぞ。
新生児期の赤ちゃんの身体にスリングをフィットさせる方法
幅の広いスリングを背中で折り返せば、小さな赤ちゃんの身体にフィットしやすくなり、首のサポートもより安定します。
7. スリングのこんな使い方は危険!
スリングの横抱きや前向き抱っこ(カンガルー抱き)では、自然な体験が取れません。赤ちゃんの身体へ負担がかかることや、安全が確保できないことから、このような使い方をしないようにご注意ください。
スリングの横抱きはNG
-
M字姿勢が取れない
- 背中が丸くなりすぎたり、布が顔にかかったりしやすいので、呼吸を妨げる恐れがある
前向き抱っこ(カンガルー抱き)はNG
- 過度の屈曲により、股関節への血流が障害されやすい
- 手足の自然な動きを妨げる
- 足部奇形や股関節形成不全の赤ちゃんに危険!
8. スリングに関するよくある質問
スリングでも新生児を縦抱きするのですか?
スリングの寄り添い抱き(正面の対面抱っこ)はいつまで?
どんな時にスリングで腰抱きの使い方をしますか?
スリングの腰抱きはいつからできますか?
スリングで授乳できますか?
スリングでも新生児を縦抱きするのですか?
赤ちゃんと大人は向かい合うようになり、赤ちゃんの足をスリングの外から出し、M字型に開脚させる「縦抱き」は新生児期から基本の抱き方です。小さな赤ちゃんの股関節がまだ柔らかいため、股関節脱臼を予防するため、小児股関節学会が新生児から縦抱きを推奨しています。また、スリングで横抱きされる赤ちゃんは丸くなりすぎたり、布に埋もれやすくなったりすることにより窒息の危険があります。 対面の縦抱きなら、正面でも腰でもお好きな位置で抱っこできます。赤ちゃんの発育段階やご利用のシーンに合わせて選びましょう。
スリングの寄り添い抱き(正面の対面抱っこ)はいつまで?
大人の胸全体で赤ちゃんの身体を支えることができる正面の寄り添い抱きは、赤ちゃんが大人に密着する面積が広くなり、首も支えやすいので、首すわりまでの小さな赤ちゃんにおすすめの抱き方です。
どんな時にスリングで腰抱きの使い方をしますか?
赤ちゃんが大人の身体を脚で挟み抱きつくような姿勢で抱っこする腰抱きは、赤ちゃんの理想的なM字開脚姿勢が取りやすく、大人にとって身動きの取りやすい抱っこです。 片手と身体の正面が空くので、ちょっとした家事をしたり、上のお子さんと遊んだりするのに適しています。 抱っこする大人と抱っこされる赤ちゃんのアイコンタクトが生まれやすく、好奇心が活発なお子さんや、指差しをはじめた赤ちゃんとのお散歩にもおすすめです。
スリングの腰抱きはいつからできますか?
新生児から2〜3才まで月齢を問わず腰抱きはできますが、赤ちゃんの身体の発達の観点から、上半身をひねる(体幹の回旋を伴う)腰抱きは、赤ちゃんが寝返りをするようになってからが望ましいです。寝返り前の赤ちゃんは、お腹と肩を大人の身体に向けた姿勢で腰抱きしましょう。
スリングで授乳できますか
スリングを装着したまま授乳できます。
- 赤ちゃんとママがリラックスできる場所に座ります。
- リングを持ちあげて赤ちゃんが乳首をくわえられる位置までスリングを緩めます。
- 赤ちゃんを手で支えて、気道が確保しやすい縦抱きで飲ませます。縦抱きは正しいポジションでおっぱいをくわえることができるため、新生児の授乳にもおすすめの姿勢です。
- リング側のおっぱいはスリングを装着したままでの授乳は難しいので、スリングを肩から外してから飲ませます。
※授乳にもスリングの使い方にも慣れない最初のうちは、赤ちゃんをスリングから下して、赤ちゃんの飲みやすい姿勢を見つけてください。その時、スリングのテール部分で授乳(乳)の目隠しができます。赤ちゃんの顔に布がかからないようにご注意ください。