/* CSS Document */
/*即納 説明*/	

/*---------トップカテゴリー--------*/
.soku_top_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
	
}
.soku_top_navi ul {
	width: 32%;
	display: flex;
	flex-direction: column;
	margin: 0 0 50px;
	
}
@media screen and (max-width: 567px) {
.soku_top_navi ul {
	width: 48.8%;
	margin: 0 0 10px;
	font-size: 1.0em;
	
}
}

.soku_top_navi ul li:not(:nth-of-type(1)) {
	background:url(../img/dotarrow.svg) no-repeat left center;
	line-height: 2.4;
	font-size: 1.1em;
	transition: .3s ease-in-out;
	
}
@media screen and (max-width: 567px) {
.soku_top_navi ul li:not(:nth-of-type(1)) {
	line-height: 2.6;
	font-size: 1.0em;
	
}
}
/*.soku_top_navi ul li:not(:nth-of-type(1)):hover {
	background: #fe9431;
	
}*/
.soku_top_navi ul li {
	background: #fe9431;
	
}
.soku_top_navi ul li a {
	display: block;
	padding: 5px 5px 5px 10px;
	color: #5b5b5b;
	transition: .3s ease-in-out;
	
}

/*--------------------------*/
.soku_top_navi ul li:first-of-type {
	border: 1px solid #ff3300;
	margin: 0 0 8px;
	transition: .3s ease-out;
	
}
.soku_top_sofa a,.soku_top_chair a,.soku_top_stand a,.soku_top_wafu a,
.soku_top_table a,.soku_top_leg a {
	display: block;
	padding: 10px;
	font-size: 1.15em;
	color: #03489f !important;
	background: #fff10d;
	transition: .3s ease-in-out;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow:
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff;
	
}

.soku_top_sofa a:hover,.soku_top_chair a:hover,.soku_top_stand a:hover,
.soku_top_wafu a:hover,.soku_top_table a:hover,.soku_top_leg a:hover {
	background: #fe9431;
	color: #03489f !important;
}

.soku_top_sofa a::before,.soku_top_chair a::before,.soku_top_stand a::before,
.soku_top_wafu a::before,.soku_top_table a::before,.soku_top_leg a::before {
	content: "";
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px, rgba(0, 0, 0, 0.05) 0px 3px 5px;
}

@media screen and (max-width: 375px) {
.soku_top_sofa a,.soku_top_chair a,.soku_top_stand a,.soku_top_wafu a,
.soku_top_table a,.soku_top_leg a {
	font-size: 1.0em;
	padding: 10px 5px !important;
	text-align: center;
	
}
.soku_top_sofa a::before,.soku_top_chair a::before,.soku_top_stand a::before,
.soku_top_wafu a::before,.soku_top_table a::before,.soku_top_leg a::before {
	display: none;
}
.soku_top_sofa a::after,.soku_top_chair a::after,.soku_top_stand a::after,
.soku_top_wafu a::after,.soku_top_table a::after,.soku_top_leg a::after {
	width: 12px;
	height: 12px;
	margin: 0 0 02px 5px !important;
}
}

.soku_top_sofa a::before {
	background-image: url(../sokuno/img/nav_sofa.jpg)
	
}
.soku_top_chair a::before {
	background-image: url(../sokuno/img/nav_chair.jpg);
	
}
.soku_top_stand a::before {
	background-image: url(../sokuno/img/nav_stand.jpg);
	
}
.soku_top_wafu a::before {
	background-image: url(../sokuno/img/nav_wafu.jpg);
	
}
.soku_top_table a::before {
	background-image: url(../sokuno/img/nav_top.jpg);
	
}
.soku_top_leg a::before {
	background-image: url(../sokuno/img/nav_leg.jpg);
	
}
.soku_top_sofa a::after,.soku_top_chair a::after,.soku_top_stand a::after,
.soku_top_wafu a::after,.soku_top_table a::after,.soku_top_leg a::after {
	content: "";
	background-size: contain;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 0 2px 5px;
	background-image: url(../img/mark02.svg);
}

/*---------カテゴリー--------*/

.soku_navi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
	
}
.soku_navi li {
	/*flex: 0 1 32.5%;*/
	width: 32.5%;
	border: 1px solid #ff3300;
	margin: 0 0 6px;
	display: flex;
	word-break: break-all;
	
}
@media screen and (max-width: 567px) {
.soku_navi li {
	/*flex: 0 1 48.8%;*/
	width: 48.8%;
	margin: 0 0 10px;
	font-size: 1.0em;
	
}
}

.soku_navi li a {
	font-size: 1.1em;
	width: 100%;
	/*min-width: 140px;*/
	padding: 8px;
	display: block;
	color: #1b5ba9 !important;
	background: #fff10d;
	transition: .3s ease-in-out;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow:
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff;
	
}

.soku_navi li a:hover {
	background: #fe9431;
	color: #396daf;
	text-shadow:
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff;
	
	
}
.soku_navi li a::before {
	content: "";
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 3% 0 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px, rgba(0, 0, 0, 0.05) 0px 3px 5px;
	
}
.soku_navi li:nth-of-type(1) a::before {
	background-image: url(../sokuno/img/nav_sofa.jpg)
	
}
.soku_navi li:nth-of-type(2) a::before {
	background-image: url(../sokuno/img/nav_chair.jpg);
	
}
.soku_navi li:nth-of-type(3) a::before {
	background-image: url(../sokuno/img/nav_stand.jpg);
	
}
.soku_navi li:nth-of-type(4) a::before {
	background-image: url(../sokuno/img/nav_wafu.jpg);
	
}
.soku_navi li:nth-of-type(5) a::before {
	background-image: url(../sokuno/img/nav_top.jpg);
	
}
.soku_navi li:nth-of-type(6) a::before {
	background-image: url(../sokuno/img/nav_leg.jpg);
	
}

.soku_nav_act {
	background: #fe9431 !important;
	cursor: default;
	pointer-events: none;
	color: #cf161e !important;
	text-shadow:
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff;
}
.soku_navi li a::after {
	content: "";
	background-size: contain;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 0 2px 5px;
	background-image: url(../img/mark02.svg);
	
}
@media screen and (max-width: 375px) {
.soku_navi li a {
	font-size: 1.0em;
	padding: 10px 5px !important;
	text-align: center;
	
}
.soku_navi li a::before {
	display: none;
}

}
/*----------------------------*/

/*即納 説明*/	
/*.sokuno-coment {
	background-color: #faf6b1;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 5%;
	margin: 5px 0 20px;
}
.sokuno-coment h2 {
	color: #0d4ca3;
}
.sokuno-coment p {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8;
	color: #5b5b5b;
}
@media screen and (max-width: 414px) {
.sokuno-coment > p {
	text-align: left !important;
}
}*/
/****コンタクト*****/
	
/*.sokuno_contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #fefefe;
	padding: 20px 0;
	margin: 20px 0 10px;
	border-radius: 6px;
}

.sokuno_contact_item {
	margin: 0 10px;
}
.sokuno_contact_item p {
	font-size: 96%;
}*/



/***sofa html****/
.name{
	font-weight:bold;
	margin-bottom:12px;
	position: relative;
	}
.soku_mark_img {
	position: absolute;
	right: 3%;
	bottom: 50px;
}
	
	.name img:not(.soku_mark_img){
		border:solid 1px #CCCCCC;
		margin-bottom:5px;
		transition: .3s ease-in-out;
		}
	.name img:hover:not(.soku_mark_img:hover) {
	opacity: .7;
	border: solid 1px #0066FF;
	}	
	.name img a {
		transition: .3s ease-in-out;
		backface-visibility: hidden;
	}	
	.name img a:hover {
		color: #5b5b5b;
	}	

#soku_tenban-w{
	}
	
.soku_tenban {
	width:48%;
	float: left;
	padding:20px 2% 0;
	margin: 0 2% 20px 0;
	font-size: .8rem;
	height: 380px;
	background: #f7f7f7;
}

.soku_tenban ul li a img:not(.soku_mark_img) {
	margin: 0 auto;
	display: block;
	box-shadow: 0 0 1px 1px #f1f1f1;
	width: 100%;
	max-width:216px;
	height: auto;
	object-fit: contain;
}

.soku_tenban:nth-of-type(even) {
	margin: 0 0 20px;
}

@media screen and (max-width: 414px) {
.soku_tenban {
	height: 380px;
}
}






