/* □□□□□□□□□□□□□□□□□□□□□□□□
BabyHug共通style
□□□□□□□□□□□□□□□□□□□□□□□□□ */
.split-explanation,
.trisect{
	/*text-align:justify;
	text-justify:inter-ideograph;*/
}
.explanation,
.split-explanation,
.trisect,
.lineup-section{
	padding:50px 0;
}
@media only screen and (min-width:768px){
	.split-explanation,
	.trisect{
		padding:100px 0;
	}
}


/* ------------------------------------------------------
【説明 3カラム：中央の説明を左右で】
ベビハグ製品のこだわり（TOP）
「イジコ」とは（bedding-baby）
--------------------------------------------------------*/
.explanation h1{
	margin-bottom:10px;
	color:#938773; /* マスティック */
	font-size:2.4rem;
	font-weight:bold;
}
.explanation .container > h1{
	text-shadow:
		1px 1px 1px rgba(255,255,255,1),
		1px -1px 1px rgba(255,255,255,1),
		-1px 1px 1px rgba(255,255,255,1),
		-1px -1px 1px rgba(255,255,255,1),
		2px 2px 2px rgba(0,0,0,0.3);
}
.explanation .container p,
.explanation .container div,
.explanation .container ul,
.explanation .container ol{
	color:#6D6C69; /* ピジョン */
	font-size:1.6rem;
	line-height:1.5;
}
.explanation .container > p{
	margin:10px 0;
}
.explanation .container img{
	margin:0 auto;
}
.explanation .explanation-left,
.explanation .explanation-right{
	/*padding:0;*/
}
.explanation .explanation-center{
	text-align:center;
}
.explanation .explanation-center > p img{
	width:100%;
	padding:10px 20px;
	-webkit-filter:drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.1));
}
.explanation .explanation-inner{
	background:rgba(255, 255, 255, 0.5);
	margin-bottom:30px;
	padding:20px;
	border:1px solid #EBE1C5; /* バニラ */
	border-radius:15px;
}
.explanation .pict{
	padding-bottom:20px;
	text-align:center;
}
.explanation .pict img{
	height:120px;
	width:auto;
}
.explanation .explanation-single{
	margin-left:0;
	text-align:justify;
	text-justify:inter-ideograph;
}
.explanation .explanation-single h1{
	margin:0 0 10px 0;
	color:#7C745F; /* あくいろ */
	font-size:1.5rem;
	font-weight:bold;
	letter-spacing:1px;
}
.explanation .explanation-single h1 span{
	display:inline-block;
}
.explanation .explanation-single p,
.explanation .explanation-single div,
.explanation .explanation-single ul,
.explanation .explanation-single ol,
.explanation .explanation-center p,
.explanation .explanation-center div,
.explanation .explanation-center ul,
.explanation .explanation-center ol{
	margin:10px 0 0 0;
	font-size:1.4rem;
	line-height:1.5;
}
@media only screen and (max-width:991px){
	.explanation .container > p,
	.explanation .explanation-center{
		margin-bottom:50px;
	}
}
@media only screen and (max-width:767px){
	.explanation .container > h1 + p,
	.explanation .container > h1 + div{
		text-align:justify; text-justify:inter-ideograph;
	}
}
@media only screen and (max-width:530px){
	.explanation .container > p,
	.explanation .explanation-center{
		margin-bottom:20px;
	}
	.explanation .explanation-center img{
		padding-left:10px;
		padding-right:10px;
	}
}
@media only screen and (min-width:768px){
	.explanation .container > h1,
	.explanation .container > p{
		text-align:center;
	}
}
@media only screen and (min-width:992px){
	.explanation .container{
		position:relative;
	}
	.explanation .explanation-left,
	.explanation .explanation-right{
		float:none;
		position:absolute;
		top:160px;
	}
	.explanation .explanation-left{
		left:15px;
	}
	.explanation .explanation-right{
		right:15px;
	}
	.explanation .explanation-center > div{
		width:45%;
		margin:0 auto;
		padding:0 20px;
	}
	.explanation .explanation-center > p img{
		max-width:45%;
		padding:60px 20px 20px;
	}
	.explanation .explanation-inner{
		padding:20px 15px;
	}
}
@media only screen and (min-width:1200px){
	.explanation .explanation-left,
	.explanation .explanation-right{
		top:200px;
	}
}


/* ------------------------------------------------------
【説明 2カラム：画像とテキストを左右で】
各製品の特長（TOP）
赤ちゃんに優しく（for-baby）
--------------------------------------------------------*/
.split-content + .split-content{
	margin-top:30px;
}
.split-content h1{
	margin-bottom:10px;
	color:#7C745F; /* あくいろ */
	font-size:1.5rem;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.5;
}
.split-content p,
.split-content ul,
.split-content ol,
.split-image span{
	margin-bottom:10px;
	color:#6D6C69; /* ピジョン */
	font-size:1.4rem;
	line-height:1.5;
	text-align:justify;
	text-justify:inter-ideograph;
}
.split-content p:last-child,
.split-content ul:last-child,
.split-content ol:last-child,
.split-image span{
	margin-bottom:0;
}
.split-content li{
	margin-bottom:5px;
}
.split-content li:last-child{
	margin-bottom:0;
}
.split-content a.fontw_b::after{
	padding-left:.25em;
	content:"\f101";
	font-family:FontAwesome;
	font-weight:normal;
}
.split-content .waku_karashi{
	padding:20px;
	background:#FCFAF5; /* 白 */
	border:1px solid #C8A65D; /* からし色 */
	border-radius:15px;
}
.split-content .waku_byakuroku{
	padding:20px;
	background:#FFFFFB; /* 乳白色 */
	border:1px solid #CAE3BF; /* 白緑 */
	border-radius:15px;
}
.split-content .btn-action{
	margin-right:10px;
	margin-bottom:15px;
}
.split-image > span{
	display:block;
	border:1px solid #EBE1C5; /* バニラ */
	border-radius:15px;
	background:#FFF;
}
.split-image img{
	width:100%;
	border:3px solid #FFF;
	border-radius:15px;
}
.split-explanation .split-image .caption{
	margin-bottom:5px;
	padding:10px 5px 0;
	background:none;
	border:none;
	border-radius:0;
	font-size:1.3rem;
}
.split-explanation .split-image .caption:last-child{
	margin-bottom:0;
}
.split-explanation .split-image .caption span{
	display:inline-block;
	padding-right:1em;
}
.split-explanation .split-image .caption span:last-child{
	padding-right:0;
}
@media only screen and (max-width:991px){
	.split-image{
		margin-bottom:20px;
	}
	.split-explanation .container > div:last-child .split-image{
		margin-bottom:0;
	}
	.split-image.float_l.w_50per{
		padding-right:10px;
	}
	.split-image.float_r.w_50per{
		padding-left:10px;
	}
}
@media only screen and (max-width:420px){
	.split-explanation .split-image .caption span{
		display:inline;
	}
	.split-image.float_l.w_50per{
		padding-right:5px;
	}
	.split-image.float_r.w_50per{
		padding-left:5px;
	}
}
@media only screen and (max-width:360px){
	.split-content h1 span{
		display:inline;
	}
}
@media only screen and (min-width:992px){
	.split-explanation1,
	.split-explanation2{
		overflow:hidden;
	}
	.split-explanation .explanation-left{
		float:left;
	}
	.split-explanation .explanation-right{
		float:right;
	}
	.split-explanation .explanation-left .split-image,
	.split-explanation .explanation-left .split-content{
		padding-left:20px;
	}
	.split-explanation .explanation-right .split-image,
	.split-explanation .explanation-right .split-content{
		padding-right:20px;
	}
	.split-content h1 span,
	.split-content p span{
		display:inline-block;
	}
}


/* ------------------------------------------------------
【並列 3カラム：均等に左・中・右】
泣かさない子育て（for-baby）
--------------------------------------------------------*/
.trisect-content h1{
	margin-bottom:10px;
	color:#7C745F; /* あくいろ */
	font-size:1.5rem;
	font-weight:bold;
	letter-spacing:1px;
}
.trisect-content p,
.trisect-content ul,
.trisect-content ol{
	margin-bottom:10px;
	color:#6D6C69; /* ピジョン */
	font-size:1.4rem;
	line-height:1.5;
	text-align:justify;
	text-justify:inter-ideograph;
}
.trisect-content p:last-child,
.trisect-content ul:last-child,
.trisect-content ol:last-child{
	margin-bottom:0;
}
.trisect-pict{
	margin-bottom:20px;
	text-align:center;
}
.trisect-pict img{
	width:auto;
	height:60px;
}
@media only screen and (max-width:991px){
	.trisect-content{
		margin-bottom:50px;
	}
	.trisect .container > div:last-child .trisect-content{
		margin-bottom:0;
	}
}
@media only screen and (min-width:992px){
	.trisect-content{
		padding:0 20px;
	}
	.trisect-content h1 span{
		display:inline-block;
	}
}


/* ------------------------------------------------------
【スライダー（Owl Carousel）、バナーsection】
まるまるねんね（TOP）
--------------------------------------------------------*/
.carousel{
	padding:80px 0;
}
.carousel-contents,
.bnr-contents{
	width:100%;
}
.carousel-contents a,
.bnr-contents a{
	text-decoration:none;
}
.carousel-contents a:hover,
.bnr-contents a:hover{
	filter:alpha(opacity=80); opacity:.8;
}
.carousel-single{
	height:400px;
	padding:50px 0;
	border:3px solid #FFF; /* バニラ */
	border-radius:15px;
	position:relative;
}
.carousel .carousel-text{
	padding:10px 20px;
	width:100%;
}
.carousel .carousel-text h3{
	margin-bottom:5px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.4;
	color:#417038; /* スピナッチグリーン */
}
.carousel .carousel-text p{
	font-size:1.6rem;
	line-height:1.4;
	color:#7C745F; /* あくいろ */
}
@media only screen and (max-width:679px){
	.carousel{
		padding:50px 0;
	}
	.carousel .carousel-text{
		background:rgba(255,255,255,0.5);
		position:absolute;
		bottom:0;
		text-align:justify;
		text-justify:inter-ideograph;
	}
	.carousel .carousel-text h3 span{
		display:inline-block;
		padding-right:5px;
	}
}
@media only screen and (max-width:530px){
	.carousel .carousel-text h3{
		margin-bottom:0;
	}
	.carousel .carousel-text p{
		display:none;
	}
}
@media only screen and (max-width:420px){
	.carousel .carousel-text h3 span{
		padding-right:0;
	}
}
@media only screen and (min-width:680px){
	.carousel .carousel-text{
		padding:0 20px;
		text-align:center;
	}
	.carousel .carousel-text h3 span,
	.carousel .carousel-text p span{
		display:inline-block;
		margin-bottom:.5em;
		padding:2px 5px;
		background:rgba(255,255,255,0.5);
	}
}
@media only screen and (min-width:768px){
	.carousel .carousel-text{
		padding:0 50px;
	}
}
@media only screen and (min-width:992px){
	.carousel{
		padding:150px 0;
	}
}

/* Owl Carousel */
/* #banner-section */
.carousel .owl-stage-outer,
.carousel .bnr-contents{
	border:1px solid #EBE1C5; /* バニラ */
	border-radius:15px;
}
.carousel .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	background:#938773; /* マスティック */
}
.carousel .owl-theme .owl-dots .owl-dot:not(.active) span{
	filter:alpha(opacity=50); opacity:.5;
}


/* ------------------------------------------------------
【スライダー リスト（Owl Carousel）】
コンテンツ リスト（まるまるねんね 全ページ）
--------------------------------------------------------*/
.carousel-list{
}
.content-list a{
	display:block;
	height:50px;
	padding:50px 0;
}
.content-list a::after{
	content:"\f138";
	color:#ADB367; /* 抹茶色 */
	font-family:FontAwesome;
	font-size:1.2em;
	position:absolute;
	top:5px;
	left:5px;
	text-shadow:
		1px 1px 1px rgba(255,255,255,1),
		1px -1px 1px rgba(255,255,255,1),
		-1px 1px 1px rgba(255,255,255,1),
		-1px -1px 1px rgba(255,255,255,1),
		3px 3px 3px rgba(0,0,0,0.3);
}
.content-list .single{
	background:#FFF;
}
.content-list a:hover{
	filter:alpha(opacity=80); opacity:.8;
}
.carousel-list .carousel-text{
	display:block;
	width:100%;
	padding:5px 10px;
	position:absolute;
	bottom:0;
	color:#417038; /* スピナッチグリーン */
	text-align:center;
	font-weight:bold;
	text-shadow:
		1px 1px 1px rgba(255,255,255,1),
		1px -1px 1px rgba(255,255,255,1),
		-1px 1px 1px rgba(255,255,255,1),
		-1px -1px 1px rgba(255,255,255,1),
		3px 3px 3px rgba(0,0,0,0.3);
}
.carousel-list .carousel-text span{
	display:inline-block;
}


/* ------------------------------------------------------
【full バナー（ウィンドウ幅）】
トコちゃんドットコム（TOP）
--------------------------------------------------------*/
.full-banner{
	margin-bottom:100px;
	padding-top:100px;
}
.full-banner-inner{
	padding:0 10%;
	overflow:hidden;
	text-align:center;
}
.full-banner .full-banner-inner h1{
	margin-bottom:400px;
	color:#938773; /* マスティック */
	font-size:1.8rem;
	text-align:left;
}
.full-banner .full-banner-inner h1 img{
	width:auto;
	height:6rem;
}
.full-banner .full-banner-inner .btn-action{
	color:#FFF;
	background:#A0CA5A; /* 萌黄色 */
	border-color:#A0CA5A; /* 萌黄色 */
}
.full-banner .full-banner-inner .btn-action:hover{
	color:#A0CA5A; /* 萌黄色 */
	background:transparent;
	border-color:#A0CA5A; /* 萌黄色 */
}
@media only screen and (max-width:630px){
	.full-banner{
		padding-top:50px;
	}
	.full-banner .full-banner-inner h1{
		margin-bottom:300px;
	}
}
@media only screen and (max-width:410px){
	.full-banner{
		padding-top:50px;
		padding-bottom:50px;
	}
	.full-banner .full-banner-inner h1{
		margin-bottom:200px;
		text-align:center;
	}
	.full-banner .full-banner-inner h1 img{
		width:100%;
		height:auto;
	}
}
@media only screen and (min-width:768px){
	.full-banner .full-banner-inner h1{
		margin-bottom:300px;
	}
}


/* ------------------------------------------------------
【ラインナップ 3カラム：（枠囲み）】
ショッピング（TOP）
--------------------------------------------------------*/
.lineup-section{
	background:#FCFAF2; /* 白練 */
}
.lineup-intro{
	float:none;
	padding-bottom:50px;
	text-align:center;
}
.lineup-intro h1{
	margin-bottom:30px;
	color:#7C745F; /* あくいろ */
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing:1px;
}
.lineup-intro h1 span,
.lineup-intro p span{
	display:inline-block;
}
.lineup-intro p{
	margin-bottom:10px;
	font-size:1.6rem;
	line-height:1.5;
	color:#EB6EA0; /* チェリーピンク */
	border:1px solid #E198B4; /* 桃花色 */
	border-radius:5px;
	padding:.5em 1em;
	margin:0 10px 10px;
	display:inline-block;
}
.lineup-inner{
	overflow:hidden;
}
.lineup-section .table-left,
.lineup-section .table-right{
	padding:20px 20px 50px 20px;
	margin:0 auto 30px;
	background-color:#FFF;
	box-shadow:2px 2px 4px rgba(0,0,0,.05);
	border:1px solid #EBE1C5; /* バニラ */
	border-radius:15px;
	max-width:400px;
}
.lineup-section .table-left:hover,
.lineup-section .table-right:hover{
	box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.lineup-image{
	margin-bottom:20px;
}
.lineup-image img{
	border-radius:5px;
}
.lineup-details{
	text-align:center;
}
.lineup-details h2{
	margin-bottom:20px;
	color:#7C745F; /* あくいろ */
	font-size:1.8rem;
	letter-spacing:1px;
	text-align:left;
}
.lineup-details > span{
	display:block;
	font-size:20px;
	color:#417038; /* スピナッチグリーン */
	margin-bottom:20px;
	line-height:1.2;
	text-align:justify;
	text-justify:inter-ideograph;

}
.lineup-details p{
	color:#6D6C69; /* ピジョン */
	line-height:1.6;
	margin-bottom:30px;
	text-align:justify;
	text-justify:inter-ideograph;
}
@media only screen and (max-width:530px){
	.lineup-intro{
		text-align:left;
	}
	.lineup-intro p{
		margin:0 0 10px;
	}
}
@media only screen and (min-width:768px){
	.lineup-section .table-left,
	.lineup-section .table-right{
		margin-top:20px;
	}
	.lineup-section .table-center{
		margin-top:0;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.lineup-inner > div:nth-child(odd){
		clear:left;
	}
}
@media only screen and (min-width:992px){
	.lineup-inner > div:nth-child(1),
	.lineup-inner > div:nth-child(4),
	.lineup-inner > div:nth-child(7),
	.lineup-inner > div:nth-child(10),
	.lineup-inner > div:nth-child(13),
	.lineup-inner > div:nth-child(16),
	.lineup-inner > div:nth-child(19),
	.lineup-inner > div:nth-child(22){
		clear:left;
	}
}
