@charset "utf-8";
.contents-area .head-text-center{
	width: 75%;
	display: block;
	margin: 40px auto 0px;
	font-size: 1.5rem;
	line-height: 1.8em;
	color: #333;
}
.contents-area .index{
	width: 740px;
	margin-left: auto;
	margin-top: 50px;
	margin-right: auto;
}
.contents-area .index ul li{
	display: block;
	list-style-type: none;
	float: left;
	width: 120px;
	margin-right: 14px;
	margin-left: 14px;
}
.contents-area .index ul li a img {
	display: block;
}
.contents-area .index ul br {
	clear: both;
}
.contents-area .Box {
	margin: 80px 0px 0px;
	width: 100%;
}
.Box .heading-center01 {
	color: #333333;
	font-size: 150%!important;
	font-weight: bold!important;
	padding: 0px !important;
	border-style: none!important;
	margin: 0px!important;
}
.Box .heading-center01::before {
	display: inline-block;
	margin-right: 7px;
	content: '';
	background: url(https://kurabokko.net/pic-labo/check_midashiMark-Xmas80.png);
	vertical-align: middle;
	position: relative;
	top: -6px;
	background-repeat: no-repeat;  /* 画像の繰り返しを指定  */
	background-size: contain;  /* 画像のサイズを指定    */
	width: 35px;
	height: 35px;
}
.Box .Box_shou  {
	margin-top: 90px;
}
.Box .Box_shou .Title  {
	margin: 0px;
	/* [disabled]letter-spacing: 0.1em; */
	font-weight: 700;
	background: none !important;
	border-bottom: 1px solid #CCCCCC;
	line-height: normal;
	padding-bottom: 7px;
	color: #111111;
	text-align: left;
	font-size: 119%;
}
.Box .Box_shou .Title::before {
	background-color: #FF9966; /* 線色 */
	border-radius: 4px; /* 線幅の半分 */
	content: "";
	display: inline-block;
	height: 28px; /* 線の長さ */
	margin-right: 8px; /* 線右の余白 */
	vertical-align: middle;
	width: 8px; /* 線幅 */
	margin-top: -5px;
}

/*リストを横並び*/
.contents-area .Box .Box_shou ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0px 0 30px;
	padding-top: 30px;
}
.Box .toy_box3 {
	width: calc(100% / 3 - 30px);
	padding: 20px 10px 60px;
}
.Box .Box_shou .free_text {
	display: block;
	padding-left: 2%;
	margin-bottom: 40px;
	width: 70%;
}

.Box .toy_box3 .nameArea{
	width: 100%;
	margin-bottom: 10px;
	text-align: left
}
.Box .toy_box3 .nameArea h4{
	font-size: 106%;
	letter-spacing: normal;
	text-align: left;
	font-weight: bold;
	color: #666666;
}
.Box .toy_box3 .nameArea h4::before {
	background-color: #009933; /* 線色 */
	border-radius: 2px; /* 線幅の半分 */
	content: "";
	display: inline-block;
	height: 22px; /* 線の長さ */
	margin-right: 6px; /* 線右の余白 */
	vertical-align: middle;
	width: 6px; /* 線幅 */
	margin-top: -4px;
}
.Box .Box_shou .toy_box3 .nameArea .category{
	font-size: 1.6rem;
	line-height: 1.6em;
	margin: 3px 0px 0px;
	width: 100%;
}
.Box .toy_box3 .nameArea .category span{
	font-size: 11px;
	color: #FFFFFF;
	background: #FF9900;
	padding: 3px 7px;
	margin: 0px 6px 5px 0px;
}
.Box .toy_box3 img {
	display: block;
	width: 100%;
	height: auto;
}
.Box .Box_shou .other_woodenToys p {
	text-align: right !important;
	padding: 0px 1% 0px 0%;
	/* [disabled]width: 96%; */
	display: block;
	font-size: 100%;
	font-weight: bold;
}
.Box br {
	clear: both;
}



/*-----------------------------------------------------*/
/*  for -480px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 480px) {

}
