
#main{
	padding-top: 130px;
}

.t_page{
	margin: 0 0 20px 0;
}


/** layout **/

#layout .txt{
	margin			: -10px 0 20px 0;
}

#layout{
	width: 700px;
	margin: 0 0 0 10px;
}

#layout .slide_bg{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 40px 0;
}

#layout .sp-mask{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#layout .slider1_bg{
	width: 640px;
	margin: 0 auto;
	padding: 10px;
	background: #efede2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#layout .slide_no{
	text-align: center;
	margin: 0 0 30px 0;
}

#layout .slide_no img{
	display: inline-block;
	border: 10px solid #efede2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#layout .line2_bg{
	font-size: 0;
	line-height: 0;
	margin-top: 80px;
	padding-bottom: 30px;
}
#layout .line2{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	border: 10px solid #efede2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#layout .line2 img{
		width: 280px;
		height: auto;
}

#layout .slider1 .sp-slide img{
	width: 620px;
	height: 340px;
}

#layout #layout_sp .sp-slide img{
	width: 160px;
	height: 300px;
}

#layout_sp{
	font-size: 0;
	line-height: 0;
}

#layout #layout_sp .slide_bg{
	display: inline-block;
	width: 330px;
	margin: 0 20px 20px 0;
}

#layout #layout_sp .slide_bg:nth-child(even){
	margin-right: 0;
}

#layout #layout_sp .slide_bg h3{
	width: 232px;
}

.resbt{
	text-align: center;
	margin: 0 0 30px 0;
	padding: 5px 0;
	background: url(img/resbt.gif) top left;
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
}

#layout .resbt:last-child{
	margin: 0 0 0 0;
}

.resbt a{
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	background: #00ba90;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.resbt a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

span.bt{
	display			: none;
}



/** 201116 **/

.topslide_bg{
	width: 640px;
	position: relative;
	background: #efede2;
	margin: 0 0 0 30px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.topslide_bg.sp_main{
	width: 400px;
	margin: 0 0 50px 150px;
}

.bxslider{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.bxslider img,
.noslider img{
	width: 100%;
	height: auto;
}

.bxslider div {
	opacity: 0;
	filter: alpha(opacity=0);
}
.bx-viewport .bxslider div {
	opacity: 1;
	filter: alpha(opacity=100);
}

.flick{
	position: relative;
	display: inline-flex;
	font-size: 0;
	line-height: 0;
	padding: 10px 5px;
	background: none;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.flick .tbl{
	position: relative;
	width: 100%;
	display: flex;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.flick .tbl > div{
	position: relative;
	overflow: visible;
	margin: 0 5px;
}

.flick .tbl > div img{
	display: inline-block;
	vertical-align: top;
	height: auto;
}

#flick_pc{	display: none;}
#flick_sp img{
	width: 221px;
	min-width: calc(100% / 5 - 10px);
}
#flick_sp_bg.slide_in{
	width: 1165px;
	margin-bottom: 50px;
	padding: 0;
}




/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	#main{
		padding-top: 80px;
	}
	#color{
		text-align		: left;
		padding			: 0 0 10px 0;
	}
	.box .h3_title{
		padding-top		: 0;
		line-height		: 35px;
		margin			: 0 0 5px 0;
	}
	.box_bg .h3_title em{
		font-size		: 13px;
	}
	#feature .box_bg:nth-child(2) .h3_title em{
		font-size		: 12px;
	}
	.t_page{
		width: auto;
		height: auto;
		margin-bottom: 0;
	}


	/** layout **/
	#layout{
		width: auto;
		margin: 0;
		padding			: 0 0 1px 0;
	}
	#layout .slide_bg{
		margin: 0 0 10px 0;
		padding: 0 0 35px 0;
		background: #efede2;
	}
	#layout .slide_bg h3{
		display: block;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		color: #fff;
		background: #7f674e;
		border: 1px solid #7f674e;
		box-shadow:0px 2px 0px 0px #a08b76 inset , 0px -2px 0px 0px #a08b76 inset;
		-moz-box-shadow:0px 2px 0px 0px #a08b76 inset , 0px -2px 0px 0px #a08b76 inset;
		-webkit-box-shadow:0px 2px 0px 0px #a08b76 inset , 0px -2px 0px 0px #a08b76 inset;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;	margin: 0 0 2px 0;
		padding: 10px 0;
	}
	#layout .sp-mask{
		outline: 1px solid #ccc;
		border: 1px solid #fff;
	}
	#layout .slide_no{
		margin: 0 0 10px 0;
	}
	#layout .slide_no img{
		width: 100%;
		outline: 1px solid #ccc;
		border: 1px solid #fff;
	}
	#layout .line2_bg{
		margin: 0 0 20px 0;
		padding: 20px 15px;
		background: #efede2;
	}
	#layout .line2{
		width: calc(100% / 2 - 10px);
		margin: 0 5px;
		border: none;
	}
	#layout .line2 img{
		width: 100%;
		height: auto;
		box-shadow: 0px 0px 8px 0px #d5d3ad;
	}
	#layout .slider1 .sp-slide img{
	}
	#layout #layout_sp .sp-slide img{
	}
	.resbt{
		margin: 0 0 10px 0;
		padding: 5px 0;
	}
	.resbt a{
	}
	#select,
	#bt_result{
		display			: none;
	}


	/** 201116 **/
	.bxslider{
	}
	.bxslider img{
		width: 100%;
		height: auto;
	}
	.bxslider div{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.bx-viewport .bxslider div{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.flick .tbl{
		padding: 10px 15px;
	}
	.flick .tbl > div img{
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	}
	#flick_pc{	display: none;}


		#site_pc{	display: none;}
		#flick_pc{	display: flex;}
		#pc #flick_sp{	margin-bottom: 0; width: 100%;}
		.flick{
			position: relative;
			display: flex;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			margin: 0;
			padding: 10px 0;
			background: #333333;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}
		.flick::-webkit-scrollbar{	display: none;}
		.flick .tbl > div:last-child::after{
			position: absolute;
			content: '';
			top: 0;
			left: 100%;
			height: 1px;
			width: 5px;
			background-color: transparent;
		}
		#flick_sp img{	width: calc(60vw); height: auto; min-width: 0;}
		#flick_pc img{	width: calc(87vw); height: auto;}
		#flick_pc.sp_main:last-child{	margin-bottom: 20px;}
		#flick_pc.sp_main img{	width: calc(64vw);}
		#flick_sp_bg.slide_in{
			display: block;
			width: auto;
			margin-bottom: 10px;
		}
}