@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 見出し
　02. 回り込み解除
　99. 汎用スタイル

******************************************************************************* */


/* ==

　01. 見出し

=============================================================================== */
.heading01 {
	width: 100%;
	min-width: 980px;
	padding: 9px 0;
	background: #f8f8f8;
}
.heading01 .h01In {
	width: 920px;
	line-height: 1.3;
	margin: 0 auto;
	color: #000;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 0.1px;
}
.heading01 a {
	color: #000;
	text-decoration: none;
}


/* ==

　02. 回り込み解除

=============================================================================== */
.clearfix:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .clearfix { zoom: 1; } /* ie7 */
* html .clearfix { zoom: 1; } /* ie6 */


/* ==

　99. 汎用スタイル

=============================================================================== */
/* インデント
------------------------------------------------------------------------------- */
.indent01 {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.indent02 {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/* メインビジュアル
------------------------------------------------------------------------------- */
.mainVisual01 {
	position: relative;
}
.mainVisual01_bg img {
	width: 100%;
	height: auto;
}
.mainVisual01_front {
	display: table;
	*display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 110px;
	height: 110px;
	background: url(../../images/rn01/block.png);
}
.mainVisual01_tit {
	display: table-cell;
	*display: block;
	line-height: 1.45;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}
/* カタログモーダル
------------------------------------------------------------------------------- */
.catalogModalOpen .mfp-content {
	background-color: #fff;
	max-width: 455px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	color: #000;
}
.catalogModalOpen .sCatalog_img {
	margin-bottom: 20px;
}
.catalogModalOpen .sCatalog_tit {
	font-size: 18px;
	margin-bottom: 10px;
}
.catalogModalOpen .sCatalog_txt {
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}
.catalogModalOpen .sCatalog_btns {
	display: flex;
	justify-content: space-between;
}
.catalogModalOpen .sCatalog_btn {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	border-radius: 4px;
	color: #fff;
  width: calc(50% - 25px);
  text-decoration: none;
  padding: 5px 15px 5px 5px;
	font-size: 14px;
}
.catalogModalOpen .sCatalog_btn::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
}
.catalogModalOpen .sCatalog_btn-01::before {
	background: url(/jutaku/common/images/rn03/catalog_ico01.png) no-repeat 0 0;
}
.catalogModalOpen .sCatalog_btn-02::before {
	background: url(/jutaku/common/images/rn03/catalog_ico02.png) no-repeat 0 0;
}
.catalogModalOpen .sCatalog_btn:hover {
	opacity: 0.7;
}
.catalogModalOpen .sCatalog_btn .devSmp {
	display: none;
}
/* リンク
------------------------------------------------------------------------------- */
.link01 {
	padding-left: 11px;
	background: url(../../images/rn01/link_icon_01.png) left 0.55em no-repeat;
}
.link02 {
	padding-left: 18px;
	background: url(../../images/rn01/link_icon_02.png) left 0.5em no-repeat;
}
/* 強調
------------------------------------------------------------------------------- */
.fEm {
	color: #333;
	font-weight: bold;
}
/* 文字サイズ調整
------------------------------------------------------------------------------- */
.fs10 {
	font-size: 84%;
}
.fs12 {
	font-size: 100%;
}
.fs14 {
	font-size: 117%;
}
.fs16 {
	font-size: 134%;
}
/* 注釈
------------------------------------------------------------------------------- */
.tNote {
	margin-left: 1em;
	text-indent: -1em;
}
.tNotes li {
	margin-left: 1em;
	text-indent: -1em;
}
.tNotesNum li {
	margin-left: 2em;
	text-indent: -2em;
}
/* 余白調整
------------------------------------------------------------------------------- */
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }

.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }

#main .firstChild { margin-top: 0; }
#main .lastChild { margin-bottom: 0; }
/* 幅調整
------------------------------------------------------------------------------- */
.w00 { width: 0 !important; }
.w05p { width: 5% !important; }
.w10p { width: 10% !important; }
.w15p { width: 15% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w35p { width: 35% !important; }
.w40p { width: 40% !important; }
.w45p { width: 45% !important; }
.w50p { width: 50% !important; }
.w55p { width: 55% !important; }
.w60p { width: 60% !important; }
.w65p { width: 65% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w85p { width: 85% !important; }
.w90p { width: 90% !important; }
.w95p { width: 95% !important; }
.w100p { width: 100% !important; }
/* 位置調整
------------------------------------------------------------------------------- */
.aCenter { text-align: center; }
.aRight { text-align: right; }
.aLeft { text-align: left; }
.vTop { vertical-align: top; }
.vMiddle { vertical-align: middle; }
.vBottom { vertical-align: bottom; }

.aCenter th,
.aCenter td { text-align: center; }
.aRight th,
.aRight td { text-align: right; }
.vTop th,
.vTop td { vertical-align: top; }
.vMiddle th,
.vMiddle td { vertical-align: middle; }
/* ==

　00. 共通ナビ移植

=============================================================================== */
/* 共通ナビ
------------------------------------------------------------------------------- */
.cmnNav01 {
	margin: 0 0 0;
	padding: 100px 0 60px;
	background-color: #fff;
	color: #000;
	font-family: 'Noto Sans Japanese', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	text-align: center;
}
.cmnNav01 .fnFade {
	transition: opacity 0.3s;
}
.cmnNav01 .fnFade:hover {
	opacity: 0.6;
}
.cmnNav01_list {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: -0.5em;
}
.cmnNav01_item {
	display: inline-block;
	border-right: 1px solid #000;
	letter-spacing: normal;
}
.cmnNav01_item:last-child {
	border-right: none;
}
.cmnNav01_item a {
	display: block;
	line-height: 30px;
	padding: 0 58px;
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width: 1200px) {
	.cmnNav01_item a {
		padding: 0 50px;
	}
}
/* 家づくりナビ
------------------------------------------------------------------------------- */
.cmnNav02 {
	padding: 92px 40px 0;
	background-color: #fff;
	color: #000;
	font-family: 'Noto Sans Japanese', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.cmnNav02 .devPc { display: block; }
.cmnNav02 .devPcTbl { display: block; }
.cmnNav02 .devTbl { display: none; }
.cmnNav02 .devTblSmp { display: none; }
.cmnNav02 .devSmp { display: none; }
.cmnNav02 .fnFade {
	transition: opacity 0.3s;
}
.cmnNav02 .fnFade:hover {
	opacity: 0.6;
}
.cmnNav02_in {
	max-width: 1000px;
	margin: 0 auto;
}
.cmnNav02_tit {
	line-height: 1.461;
	margin: 0 0 48px;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 500;
	text-align: center;
}
.cmnNav02_txt {
	line-height: 1.6875;
	margin: 0;
	color: #727272;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.cmnNav02_menu {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 54px 0 0;
	text-align: center;
}
.cmnNav02_item {
	width: 30.7%;
	padding: 17px 27px 20px;
	border-radius: 4px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}
.cmnNav02_stit {
	line-height: 1.5;
	margin: 0;
	font-size: 150%;
	font-weight: 700;
}
.cmnNav02_stit::before {
	content: "";
	display: block;
	max-width: 40px;
	height: 40px;
	margin: 0 auto 6px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.cmnNav02_stit-t1::before {
	background-image: url(/jutaku/images/rn03/nav_bg01.png);
}
.cmnNav02_stit-t2::before {
	background-image: url(/jutaku/images/rn03/nav_bg02.png);
}
.cmnNav02_stit-t3::before {
	background-image: url(/jutaku/images/rn03/nav_bg03.png);
}
.cmnNav02_list {
	line-height: 1.285;
	margin: 16px 0 0;
	font-size: 117%;
}
.cmnNav02_list li {
	margin: 15px 0 0;
}
.cmnNav02_list li:first-child {
	margin-top: 0;
}
.cmnNav02_list a {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 50px;
	padding: 12px 0 14px;
	border-radius: 4px;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.cmnNav02_list a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin: -5px 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
}
.cmnNav02_list span {
	display: block;
	line-height: 1;
	margin: 0 0 3px;
	line-height: 1.3;
	font-size: 71%;
}
/* 追従ナビ
------------------------------------------------------------------------------- */
.cmnSide01 {
	position: fixed;
	top: 50%;
	right: 0;
	width: 140px;
	margin: -50px 0 0;
	z-index: 110;
	font-family: 'Noto Sans Japanese', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.cmnSide01 .devPc { display: block; }
.cmnSide01 .devPcTbl { display: block; }
.cmnSide01 .devTbl { display: none; }
.cmnSide01 .devTblSmp { display: none; }
.cmnSide01 .devSmp { display: none; }
.cmnSide01_nav {
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
}
.cmnSide01_nav li {
	margin: 1px 0 0;
}
.cmnSide01_nav a {
	display: block;
	position: relative;
	line-height: 30px;
	padding: 0 0 2px 45px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	transition: color .3s;
}
.cmnSide01_nav a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 26px;
	height: 26px;
	margin: -13px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.cmnSide01_t1 a::before {
	background-image: url(/jutaku/common/images/rn03/side_ico01.png);
}
.cmnSide01_t2 a::before {
	background-image: url(/jutaku/common/images/rn03/side_ico02.png);
}
.cmnSide01_t3 a::before {
	background-image: url(/jutaku/common/images/rn03/side_ico03.png);
}
.cmnSide01_t4 a::before {
	background-image: url(/jutaku/common/images/rn03/side_ico04.png);
}
.cmnSide01_t5 a::before {
	background-image: url(/jutaku/common/images/rn03/side_ico05.png);
}
.cmnSide01_t7 a::before {
	background-image: url(/jutaku/common/images/rn03/side_ico07.png);
}

.d_hover .cmnSide01_nav a:hover {
	color: #ccc;
}
/* お問い合わせ
------------------------------------------------------------------------------- */
.sContact {
	max-width: 1320px;
	margin: 120px auto 0;
	font-family: 'Noto Sans Japanese', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
}
.sContact img {
	max-width: 100%;
	height: auto;
}
.sContact_item {
	display: block;
	float: left;
	width: 22.75%;
	max-width: 406px;
	margin: 0 3% 0 0;
	padding: 45px;
	background-color: #f4f4f4;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.sContact_item:nth-child(4n) {
	margin-right: 0;
}
.sContact_head {
	line-height: 1.2121212;
	margin: 0 0 34px;
	font-size: 33px;
}
.sContact_head-fs {
	font-size: 26px;
}
.sContact_head-table {
	display: table;
	width: 100%;
}
.sContact_cell {
	display: table-cell;
	vertical-align: middle;
}
.sContact_txt {
	line-height: 1.75;
	color: #727272;
	font-size: 16px;
}
.sContact_img {
	display: block;
	margin: 34px auto 0;
}
.sContact_btn {
	display: inline-block;
	position: relative;
	height: 100%;
	line-height: 1.5;
	margin: 44px 0 0;
	padding: 7px 56px 10px 33px;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	font-size: 16px;
	text-decoration: none;
	transition: opacity 0.3s;
	/*
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	*/
}
.dEdge .sContact_btn {
	transition: none;
}
.sContact_btn:hover {
	opacity: 0.7;
}
.sContact_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.sContact-themeA .sContact_item,
.sContact-themeA .sContact_head {
	color: #000;
}
.sContact-themeB .sContact_item,
.sContact-themeB .sContact_head {
	color: #afa477;
}
.sContact-themeC .sContact_item,
.sContact-themeC .sContact_head {
	color: #00693E;
}
.sContact-themeD .sContact_item,
.sContact-themeD .sContact_head {
	color: #8ca2bd;
}
.sContact-themeE .sContact_item,
.sContact-themeE .sContact_head {
	color: #869999;
}
.sContact-themeF .sContact_item,
.sContact-themeF .sContact_head {
	color: #7b8080;
}
.sContact-themeG .sContact_item,
.sContact-themeG .sContact_head {
	color: #75b5d1;
}
.sContact-themeA .sContact_btn {
	color: #fa0046;
}
.sContact-themeB .sContact_btn {
	color: #afa477;
}
.sContact-themeC .sContact_btn {
	color: #00693E;
}
.sContact-themeD .sContact_btn {
	color: #8ca2bd;
}
.sContact-themeE .sContact_btn {
	color: #869999;
}
.sContact-themeF .sContact_btn {
	color: #7b8080;
}
.sContact-themeG .sContact_btn {
	color: #75b5d1;
}
.sContact:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .sContact { zoom: 1; } /* ie7 */
@media only screen and (max-width: 1440px) {
	.sContact {
		margin-right: 60px;
		margin-left: 60px;
	}
	.sContact_item {
		/*padding: 3.819vw;*/
		padding: 3.055vw;
	}
	.sContact_head {
		margin: 0 0 2.361vw;
		font-size: 2.291vw;
	}
	.sContact_head-fs {
		font-size: 1.805vw;
	}
	.sContact_txt {
		font-size: 1.111vw;
	}
	.sContact_img {
		margin: 2.361vw auto 0;
	}
	.sContact_btn {
		margin: 3.055vw 0 0;
		padding: 0.486vw 3.888vw 0.694vw 2.291vw;
		border-width: 0.138vw;
		border-radius: 0.277vw;
		font-size: 1.111vw;
	}
	.sContact_btn:after {
		right: 0.972vw;
		width: 0.555vw;
		height: 0.555vw;
		margin-top: -0.416vw;
		border-width: 0.138vw 0.138vw 0 0;
	}
}
@media only screen and (max-width: 1340px) {
	.sContact_img {
		width: 135px;
	}
}
@media only screen and (max-width: 1240px) {
	.sContact_img {
		width: 120px;
	}
}
@media only screen and (max-width: 1140px) {
	.sContact_img {
		width: 105px;
	}
}
@media only screen and (max-width: 970px) {
	.sContact_item {
		padding: 36px;
	}
	.sContact_head {
		margin: 0 0 22px;
		font-size: 21px;
	}
	.sContact_head-fs {
		font-size: 16px;
	}
	.sContact_txt {
		font-size: 10px;
	}
	.sContact_img {
		margin: 22px auto 0;
	}
	.sContact_btn {
		margin: 29px 0 0;
		padding: 4px 36px 6px 21px;
		border-width: 1px;
		border-radius: 2px;
		font-size: 10px;
	}
	.sContact_btn:after {
		right: 9px;
		width: 5px;
		height: 5px;
		margin-top: -3px;
		border-width: 1px 1px 0 0;
	}
}