@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Home CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

/*
Slider
*/

section.slider {
	/*margin-top:35px;*/
}
section.slider .pc {
	display:block;
}
section.slider .sp {
	display:none;
}
section.slider li img{
	/*width:50%;
	float:left;*/
}
section.slider li div {
	width: 50%;
	height: 100%;
	/*float: right;*/
	/*background-color: #7C7C7C;*/
	display: table;
	position:absolute;
	top:0;
	right:0;
}
section.slider li div p {
	display: table-cell;
	vertical-align: middle;
	padding: 5% 10%;
	height: 100%;
	text-align: left;
	color:#FFF;
	line-height:2.0;
}
section.slider li div p span {
	display:inline-block;
	font-size:180%;
	margin-bottom:30px;
}
section.slider .bx-wrapper .bx-viewport {
	border: 1px solid #DDD;
}

/*
News
*/

section.news {
	margin-top:50px;
	/* border-right:1px solid #DDD; */
}
section.news > a {
	display:block;
	width:50%;
	float:left;
}
section.news .topicsBox {margin-bottom: 30px;}
section.news .topicsBox a{
	display:block;
	width:50%;
	float: left;
}
section.news .topicsBox a.full{
    width:100%;
}
section.news .topicsBox a img.sp{
	display:none;
}
section.news .newsList {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	/* border-bottom: 1px solid #DDD; */
}
section.news .newsList h3 {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	height:48px;
	line-height:48px;
	text-align: center;
	font-size: 120%;
}
section.news .newsList ul {
	height: auto;
	min-height: 140px;
	margin: 20px;
	/*padding-bottom: 20px;*/
	overflow: auto;
}
section.news .newsList ul li {
	margin-bottom:20px;
}
section.news .newsList ul li:last-child {
	margin-bottom:0;
}
section.news .newsList ul li a {
	display:block;
}
section.news .newsList ul li img {
	float:left;
	width:15%;
	margin-right:3%;
}
section.news .newsList ul li p {
	/*max-width:calc(100% - 150px);*/
	width:100%;
	/*float:left;*/
	font-size:90%;
	margin:0 0 5px;
}
section.news .newsList ul li p span {
	display:block;
	font-size:90%;
	color: #999;
}

section.news .newsList ul li a div.img {
	/*border:1px solid #DDD; // 161107 */
	width:120px;
	height:80px;
	margin-right: 10px;
	background-position:center center;
	background-size:cover;
	float: left;
	display:none;/* 180315 */
}

/*
Jewelry
*/

section.jewelry {
	margin-top:50px;
}
section.jewelry h3 {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	height:48px;
	line-height:48px;
	text-align: center;
    font-size: 120%;
}
section.jewelry ul li {
	float:left;
	width:20%;
	text-align:center;
	padding-bottom:6px;
	border-bottom:1px solid #DDD;
}
section.jewelry ul li img.item {
	border:1px solid #DDD;
	margin-bottom:6px;
	box-sizing: border-box;
}
section.jewelry ul li img.name {
	margin:12px auto 6px;
}
section.jewelry ul li a {
	display:block;
}
section.jewelry .bx-wrapper {
	margin-top:30px !important;
}
section.jewelry .bx-controls-direction {
	position:relative;
}
section.jewelry .bx-prev,
section.jewelry .bx-next {
	top:-190px;
}
section.jewelry .bx-prev {
	left:-40px;
}
section.jewelry .bx-next {
	right:-40px;
}
section.jewelry ul li.new {
	position: relative;
}
section.jewelry ul li.new::after {
	position: absolute;
	content: "New";
	left: 10px;
	top: 10px;
	padding: 0 4px;
	font-size: 1.2rem;
	color: #FF0000;
	border: 1px solid rgba(255,0,0,.6);
	border-radius: 6px;
}

/*
About
*/

section.about {
	margin-top:50px;
}

section.about > a {
	display:block;
	width:50%;
	float:left;
	background:url(/shr/img/home/about.jpg) center center no-repeat;
	background-size:cover;
}
section.about > a img {
	display:none;
}
section.about div {
	width: 50%;
	float:left;
	padding-top:20px;
	background-color:#533C3B;
}
section.about h3 {
	margin:0 20px 40px;
	border-bottom:1px solid #7C5956;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:130%;
	color:#FFF;
 background-color: rgba(83,60,59,0.6);
}
section.about dl {
	margin:0 20px 20px;
}
section.about dl a {
	color:#FFF;
	display: block;
	width: 100%;
	height: 100%;
}
section.about dl dt {
	display:table-cell;
	width:30%;

	vertical-align:middle;
	border:1px solid #7C5956;
}
section.about dl dt span {
	display: block;
	text-align: center;
	/*background-color: rgba(83,60,59,0.6);*/
	padding:10px 5px;
}
section.about dl dt {
	background:url(/shr/img/home/history_bg.jpg) left top no-repeat;
	background-size: cover;
}
section.about dl + dl dt {
	background:url(/shr/img/home/whats_brown_diamond_bg.jpg) left top no-repeat;
	background-size: cover;
}
section.about dl + dl + dl dt {
	background:url(/shr/img/home/brown_diamond_quality_bg.jpg) left top no-repeat;
	background-size: cover;
}
section.about dl dd {
	display:table-cell;
	width:70%;
	padding:15px;
	vertical-align:middle;
	border:1px solid #7C5956;
	border-left:none;
	font-size:90%;
}

/*
Other
*/

section.other {
	margin-top:50px;
	padding:0 20px;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}
section.other h3 {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:160%;
}/*
section.other dl {
	padding:0 0 30px;
	border-bottom:1px solid #DDD;
}*/
section.other dl a {
	display:block;
	float:left;
	width:23.8%;
	text-align:center;
	font-size:110%;
	margin-right:1.587%;
}
section.other dl a:first-child {
	width:49.2%;
}
section.other dl a:last-child {
	margin-right:0;
}
section.other dl a:first-child img {
	/*width:50%;*/
}
section.other dl dd {
	padding:6px 0;
	border-bottom:1px solid #DDD;
	font-size:80%;
}


/*
Banner
*/

section.banner{
	max-width:550px;
	margin:80px auto;
	padding:0 20px;
}
section.banner a{
	display:block;
	border:1px solid #DDD;
}


@media screen and (max-width: 1080px) {

	section.slider li div p {
		padding: 5% 15%;
	}

	section.jewelry .bx-prev {
		left:10px;
	}
	section.jewelry .bx-next {
		right:10px;
	}

	section.other {
		border-left:none;
		border-right:none;
	}

}



@media screen and (max-width: 1080px) {

	section.slider li div p {
		font-size:90%;
	}
	section.slider li div p span {
		font-size:140%;
	}

}



@media screen and (max-width: 1080px) {

	section.slider li div p {
		padding: 5% 8%;
	}

}



@media screen and (max-width: 900px) {

	header section.top .logo_k {
		width: 76px;
		height: 24px;
		margin-top:8px;
	}

	section.slider {
		margin-top:0;
	}

	section.slider li div p {
		line-height:1.7;
	}


}



@media screen and (max-width: 768px) {

	section.slider li img{
		width:100%;
		float:none;
	}
	section.slider li div {
		width: 100%;
		float: none;
		position:relative;
		background-color: #7C7C7C;
	}

	section.slider .bx-controls {
		width: 100%;
		/*position: absolute;*/
	}
	section.slider .bx-wrapper .bx-viewport {
		border:none;
	}

	section.news .topicsBox {
		/* display:flex; */
		/* width:100%; */
		/* float: none; */
	}
	section.news .topicsBox a:first-child{
		display:block;
	}

	section.news > a {
    	width: 100%;
	}
	section.news .newsList {
		width:100%;
		padding:0 20px;
		margin:20px 0 0;
		border-bottom:none;
	}
	section.news .newsList ul {
		height:auto !important;
		margin: 20px 0 0;
		padding-bottom:0;
		overflow:hidden;
	}
	section.news .newsList ul li img {
		float:left;
		width:15%;
		margin-right:3%;
	}
	section.news .newsList ul li p {
		/*max-width:calc(100% - 130px);*/
		width:100%;
		/*float:left;*/
		font-size:90%;
		margin:2px 0 5px;
	}
	section.news .newsList ul li p span {
		display:block;
		font-size:90%;
	}

	section.jewelry h3 {
		margin-left:20px;
		margin-right:20px;
	}

	section.about > a {
		width:100%;
		float:none;
		height:auto !important;
		background:none;
	}
	section.about > a.about {
		position:relative;
	}
	section.about > a img {
		display:block;
	}
	section.about div {
		width:100%;
		float:none;
		height:auto !important;
		padding-bottom:1px;
	}
	section.about dl dt,
	section.about dl dd {
		padding: 10px;
	}
	section.about h3 {
		margin: 0px 5%;
		position: absolute;
		top: 40%;
		width: 90%;
    }
}



@media screen and (max-width: 640px) {

	section.slider .pc {
		display:none;
	}
	section.slider .sp {
		display:block;
	}

	section.news .topicsBox {
		/* flex-direction:column; */
	}
	section.news .topicsBox a{
		width:100%;
		float: none;
		margin-top:6px;
	}
	section.news .topicsBox a.full{
		margin-top:0;
	}
	section.news .topicsBox a img.pc{
		display:none;
	}
	section.news .topicsBox a img.sp{
		display:block;
	}
	

	.bx-wrapper {
		margin: 0 auto 30px;
    }
	section.slider .bx-viewport {
	    background-color: #7C7C7C;
	}
	section.slider li div p {
		font-size: 80%;
	}

	section.jewelry .bx-prev,
	section.jewelry .bx-next {
		top:-157px;
	}
	section.jewelry .bx-prev {
		left: -15px;
	}
	section.jewelry .bx-next {
		right: -15px;
	}
	.jewelry .bx-wrapper {
		padding: 0 20px;
	}

	section.about dl dd {
		font-size: 80%;
	}

	section.other dl a {
		margin:0;
		width:48.5%;
	}
	section.other dl a:first-child {
		float:none;
		width:100%;
		margin:0 0 20px;
	}
	section.other dl a:last-child {
		margin-right:0;
		margin:0 0 0 3%;
	}
	section.other dl a:first-child img {
		width:50%;
	}

}
