@charset "utf-8";
/* CSS Document */
.hierarchy2Cont.sensu > section{
	margin: 40px auto 60px;
}

/*見出し*/
.hLineBox{
	max-width: 700px;
	background-image: url(../../../../_images/category/japanese-goods/sensu/h_line_bottom.gif);
    background-repeat: repeat-x;
    background-position: bottom;
	color: #1d506a;
	margin: 0 auto 20px;
	padding: 20px 0;
	font-size: 30px;
	line-height: 1.2em;
	text-align: center;
	border-top: 2px solid #1d506a;
	border-bottom: 2px solid #1d506a;
}

@media screen and ( max-width: 736px ){
	.hLineBox{
		padding: 2.5% 5px;
		font-size: 26px;
	}
}
@media screen and ( max-width: 480px ){
	.hLineBox{
		padding: 2.5% 5px;
		font-size: 22px;
	}
}


/*------------------------------------------------
    子カテ　メインイメージ
-------------------------------------------------*/
.hierarchy2Cont.sensu .headText:after{
	width: 480px;
	height: 440px;
	background-image: url(../../../../_images/category/japanese-goods/sensu/main-img.webp);
}

@media screen and ( max-width: 736px ){
	.hierarchy2Cont.sensu .contentHead + .center{
		width: 95%;
		margin: auto;
	}
	.hierarchy2Cont.sensu .headText:after{
		width: 300px;
		height: 280px;
	}
}


/*------------------------------------------------
    おすすめアイテム
-------------------------------------------------*/
.recommendBox .item-list{
    display: flex;
    gap: 20px;
	margin-bottom: 30px;
}
.recommendBox .item-list > li{
    width: calc((100% - 40px) / 3);
}
.recommendBox .item-list > li .caption{
	background-image: url(../../../../_images/category/japanese-goods/sensu/h_bg_slash.gif);
	margin-bottom: 5px;
	padding: 3px;
	font-size: 16px;
	text-align: center;
}

/**/
.recommendBox .item-list > li a{
	display: block;
}
.recommendBox .item-list > li img{
    width: 100%;
    height: auto;
	margin-bottom: 5px;
    border: 1px solid #ccc;
}
.recommendBox .item-list > li .name{
	color: #4e4e4e;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 2px solid #cbc9c5;
}
.recommendBox .item-list > li .number{
	color: #4e4e4e;
	font-size: 13px;
	font-weight: 700;
}
.recommendBox .item-list > li .price{
	color: #111;
	font-size: 13px;
	font-weight: 700;
}
.recommendBox .item-list > li .price em{
    color: #ff0000;
    font-size: 14px;
	font-weight: 700;
}
.recommendBox .item-list > li .lead{
	margin-top: 5px;
	font-size: 13px;
}

.recommendBox .item-list > li .link-btn{
	display: block;
	background-color: #00c3e0;
	color: #fff;
	margin: 20px auto 0;
	padding: 12px 15px 12px 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
	transition: all .3s ease;
	position: relative;
}
.recommendBox .item-list > li .link-btn:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
	transform: translateY(-50%);
	position: absolute;
	right: 5px;
	top: 50%;
}

/*hover*/
.recommendBox .item-list a:hover .link-btn{
	background-color: #0093aa;
}

@media screen and ( max-width: 736px ){
	.recommendBox .item-list{
    	gap: 20px 15px;
		width: 95%;
		margin: 0 auto 30px;
	}
	.recommendBox .item-list > li{
		width: calc((100% - 30px) / 3);
	}
	.recommendBox .item-list > li .name{
		font-size: 15px;
	}

	.recommendBox .item-list > li .link-btn{
		padding: 10px 20px 10px 5px;
		font-size: 15px;
	}
	.recommendBox .item-list > li .link-btn:after{
		border-left: 8px solid #fff;
		right: 0;
	}
}

@media screen and ( max-width: 480px ){
	.recommendBox .item-list{
		flex-wrap: wrap;
	}
	.recommendBox .item-list > li{
		width: calc((100% - 15px) / 2);
	}
	.recommendBox .item-list > li .link-btn{
		padding: 10px 20px 10px 5px;
		font-size: 15px;
	}
	.recommendBox .item-list > li .link-btn:after{
		border-left: 8px solid #fff;
		right: 0;
	}
}



/*------------------------------------------------
    プリントサイズについて/プリントカラーについて
-------------------------------------------------*/
.sizeBox .inner,
.colorBox .inner{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
}
.sizeBox .inner > p,
.colorBox .inner > p{
	line-height: 1.8em;
}

@media screen and ( max-width: 736px ){
	.sizeBox .inner,
	.colorBox .inner{
		gap: 20px;
		width: 95%;
		margin: auto;
	}
	.sizeBox .inner > img,
	.colorBox .inner > img{
		flex-shrink: 0;
		width: 45%;
	}
}

@media screen and ( max-width: 480px ){
	.sizeBox .inner,
	.colorBox .inner{
		flex-direction: column;
	}
	.sizeBox .inner > img,
	.colorBox .inner > img{
		width: 90%;
	}
}




/*------------------------------------------------
    プリントサイズについて/プリントカラーについて
-------------------------------------------------*/
.sceneBox .useScene{
	background-color: #fffef8;
	margin: 0 auto 30px;
	padding: 20px;
	border: 1px solid #c3c3c3;
	border-radius: 20px;
}
.sceneBox .useScene h4{
	display: block;
	width: fit-content;
	margin: 0 auto 20px;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 20px;
	position: relative;
}
.sceneBox .useScene h4:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #5fdad6;
	border-radius: 10px;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
}
.sceneBox .useScene > .inner{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
}
.sceneBox .useScene > .inner p{
	font-size: 13px;
	line-height: 1.8em;
}

@media screen and ( max-width: 736px ){
	.sceneBox .useScene{
		width: 95%;
	}
	.sceneBox .useScene h4{
		font-size: 18px;
	}
	.sceneBox .useScene > .inner{
		gap: 20px;
	}
	.sceneBox .useScene > .inner img{
		flex-shrink: 0;
		width: 45%;
	}
}

@media screen and ( max-width: 480px ){
	.sceneBox .useScene h4{
		font-size: 17px;
	}
	.sceneBox .useScene > .inner{
		flex-direction: column;
		gap: 20px;
	}
	.sceneBox .useScene > .inner img{
		width: 90%;
	}
}






