@charset "utf-8";

#mainImg {
	background: url(../../img/feature/pic_main.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.featureWrap {
	padding-bottom: 40px;
}

#feature01Wrap {
	background: none;
}
#feature03Wrap {
	background: none;
}

#featureTab  {
	display: none;
}

.featTtl {
	font-size: 24px;
	color: #B29662;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: center;
	padding-top: 20px;
}
.featTtl span {
	font-size: 12px;
}

#feature01 {
	padding-top: 0;
	background: none;
}

#feature01 .wrapper {
	padding-top: 0px;
}

#feature01 .lead {
	font-size: 13px;
	text-align: left;
	padding-top: 10px;
}

.f01Con {
	width: 100%;
	margin-top: 40px;
	position: static;
}

.f01Con > img {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.f01Con.reverse > img {
	float: none;
}

.f01TxtWrap {
	width: 95%;
	float: none;
	margin: 0 auto;
}
.f01Con.reverse .f01TxtWrap {
	float: none;
}

.f01Con h3 {
	font-size: 16px;
	color: #8c724d;
	margin-bottom: 12px;
}

.f01Con p {
	margin-bottom: 10px;
}

.f01Img {
	width: 100%;
	position: static;
}


.f01Img img {
	float: left;
	width: 48.5%;
}
.f01Img img:nth-child(2) {
	float: right;
}

/* #feature02
------------------------------------------------------ */

.w100pr {
	width: 100%;
	height: auto;
}

#feature02 {
	background: none;
}

#feature02 .lead {
	font-size: 13px;
	margin-bottom: 20px;
}


#feature02 .summary {
	width: 95%;
	margin: 0 auto 10px;
	position: static;
}

#sumNW_out {
	background: none;
	height: auto;
	margin: 50px 0 50px 0;
}

#sumSW_out {
	background: none;
	height: auto;
}

#feature02 #sumNW_out .summary .btn2 {
	position: static;
	width: 100%;
}

#feature02 #sumSW_out .summary .btn2 {
	position: static;
	width: 100%;
}

.sumInner {
	position: static;
	height: auto;
}

#sumNW {
	top: 0;
	left: 0;
}
#sumSW {
	top: 0;
	left: 0;
}

#feature02 .summary h3 {
	margin-bottom: 15px;
}
#feature02 .summary h3 img {
	width: 200px;
	height: auto;
}

#feature02 .summary p {
	font-size: 12px;
	margin-bottom: 15px;
}

#feature02 .summary .btn2 {
	width: 132px;
}

/*#spf02Img {
	width: 102px;
	position: absolute;
	right: 0;
	top: 75px;
}

#spf02Img li {
	margin-bottom: 10px;
}
#spf02Img li img {
	width: 100%;
}


#designerInfo .left {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

#designerInfo .right {
	width: 100%;
	float: none;
	background: #f6f0e3;
	padding: 15px;
	box-sizing: border-box;
}


#designerInfo h3 {
	font-size: 16px;
	color: #8c724d;
	margin-bottom: 10px;
}

#designerInfo p {
	font-size: 12px;
}

#designerInfo .right dl {
	width: 100%;
	margin-bottom: 15px;
}
#designerInfo .right dl:nth-child(1) {
	float: none;
	border-right: none;
	padding-right: 0;
}
#designerInfo .right dl:nth-child(2) {
	float: none;
}

#designerInfo .right dt {
	font-size: 15px;
	color: #8c724d;
	margin-bottom: 10px;
}

#designerInfo .right dd {
	font-size: 12px;
}*/

/* #feature03
------------------------------------------------------ */
#feature03 {
	padding-top: 0;
	background: none;
}

#feature03 .wrapper {
	padding-top: 0px;
}

#feature03 .lead {
	font-size: 13px;
	text-align: left;
	margin-bottom: 20px;
	padding-top: 10px;
}

#feature03 img {
	width: 100%;
}



/*spFeatureLink
--------------------------------------------------------- */
.spFeatureLink {
	margin-bottom: 40px;
}

.spFeatureLink li {
	border-bottom: 1px solid #b29662;
}
.spFeatureLink li:first-child {
	border-top: 1px solid #b29662;;
}

.spFeatureLink li a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
}
.spFeatureLink li img {
	width: 30%;
}
.spFeatureLink li p {
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	width: 70%;
	padding: 10px 25px 10px 10px;
	position: relative;
}
.spFeatureLink li p::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto 0;
	width: 16px;
	height: 16px;
	border-top: 2px solid #b29662;
	border-right: 2px solid #b29662;
	transform: rotate(45deg);
}






























