@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */

/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.fVisual01 {
	background-image: url(../../images/rn01/visual_bg01.jpg);
}


.fLead01 {
	background-color: #F6F4F2;
}
.fLead01 .fLead01_list li{
	width: calc((100% - 80px) / 2);
}
.fLead01 .fLead01_list p.fNote{
	text-indent: -1em;
	margin-left:1em;
	margin-top:10px;
	font-size:12px;
}
.fItem .fItem_docs p.fNote2{
	margin-top:10px;
	font-size:12px;
}
.fItem figure span{
	display:block;
	margin-top:10px;
	font-size:12px;
}
.fItem .img_h100 span{
	max-width:480px;
	text-align:left;
	margin:10px 0 0 auto;
}


.fLead02 {
	padding: 0 20px;
	background-color: #827C76;
	color: #FFF;
}
.fLead02_in {
	max-width: 1024px;
	margin: 0 auto;
	padding: 65px 0 60px;
	text-align: center;
}
#container .fLead02 h2 {
	color: #FFF;
}
#container .fLead02 h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	display: inline-block;
}
.fLead02 h3 {
	margin-bottom: 40px;
	font-size: clamp(23px, calc(15.245px + 0.816vw), 27px);
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.5em;
}
.fLead02 ul {
	font-size: 100%;
}
.fLead02 li {
	margin-bottom: 20px;
	font-size: clamp(16px, calc(8.245px + 0.816vw), 20px);
	line-height: 1.6;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.fLead02 li::before {
	content: "";
	width: 20px;
	height: 21px;
	margin-right: 10px;
	background: url(/jutaku/feature/common/images/icon_check02.png) left top 0.2em no-repeat;
	background-size: 100% auto;
	display: inline-block;
}


/* 大和ハウスの特長 + 大和ハウスで叶える理想の暮らし*/
.fFeature,
.fLifestyle {
	padding: 100px 20px 10px;
}
.fFeature {
	background-color: #F6F4F2;
}
.fFeature_lead,
.fLifestyle_lead {
	text-align: center;
}
.fFeature_lead p,
.fLifestyle_lead p {
	margin-bottom: 70px;
	font-size: 167%;
	line-height: 2.0;
	color: #333;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1em;
}
/*
.fFeature_item,
.fLifestyle_item {
	max-width: 1280px;
	margin: 0 auto 100px;
	display: flex;
	align-items: center;
	gap: 0 40px;
}
.fFeature_item.opReverse,
.fLifestyle_item.opReverse {
	flex-direction: row-reverse;
}
.fFeature_item figure,
.fLifestyle_item figure {
	width: 54.6875%;
	text-align: right;
}
.fFeature_item figure img,
.fLifestyle_item figure img {
	width: 100%;
	height: auto;
}
.fFeature_item.opReverse figure,
.fLifestyle_item.opReverse figure {
	text-align: left;
}
.fFeature_item figure.img_h100 img,
.fLifestyle_item figure.img_h100 img {
	width: auto;
	height: 100%;
}
.fFeature_item .fFeature_docs,
.fLifestyle_item .fLifestyle_docs {
	width: calc(45.3125% - 40px);
	padding-right: clamp(20px, calc(-57.551px + 8.163vw), 60px);
	box-sizing: border-box;
}
.fFeature_item.opReverse .fFeature_docs,
.fLifestyle_item.opReverse .fLifestyle_docs {
	padding-left: clamp(20px, calc(-57.551px + 8.163vw), 60px);
	padding-right: 0;
}

#container .fFeature_item h3,
#container .fLifestyle_item h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: clamp(22px, calc(16.184px + 0.612vw), 25px);
	line-height: 1.6;
	font-weight: 700;
	color: #000;
	position: relative;
}
.fFeature_item h3::after,
.fLifestyle_item h3::after {
	content: "";
	display: block;
	position: absolute;
	left: -40px;
	right: 0;
	bottom: 0;
	width: 1000%;
	height: 1px;
	background-color: #9E9E9E;
}
.fFeature_item.opReverse h3::after,
.fLifestyle_item.opReverse h3::after {
	left: auto;
	right: -40px;
}
.fFeature_item .fFeature_docs p,
.fLifestyle_item .fLifestyle_docs p {
	font-size: 135%;
	line-height: 1.8;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.1em;
}
*/
#container .fFeature .fBtn01_dannetsu {
	margin-top: -60px;
	margin-bottom: 80px;
	text-align: center;
}
#container .fBtn01_dannetsu a {
	margin: 0 auto;
}

