@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.faVisual01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	height: 260px;
	padding: 0 15px;
	background: url(../images/visual_bg01.jpg) center center no-repeat;
	background-size: cover;
}
.faVisual01_in {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.faVisual01_tit {
	line-height: 1;
	margin: 0;
	color: #fff;
	font-size: 400%;
	font-weight: 700;
}
.faVisual01_en {
	line-height: 1;
	margin: 21px 0 0;
	color: #FA0046;
	font-size: 117%;
	font-weight: 400;
}
/* ボタン
------------------------------------------------------------------------------- */
.faBtn01 {
	max-width: 240px;
	margin: 40px 0 0;
	line-height: 1.4375;
	font-size: 134%;
	font-weight: 700;
}
.faBtn01 a {
	display: block;
	position: relative;
	padding: 20px 40px 20px 20px;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
}
.faBtn01 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 10px;
	margin: -5px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
/* 地図から探す
------------------------------------------------------------------------------- */
.faHeading01 {
	margin: 80px 0 46px;
	padding: 0 15px;
	color: #333;
}
.faHeading01_in {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 0 0 34px;
	box-sizing: border-box;
}
.faHeading01_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 8px;
	background-color: #F12961;
}
.faHeading01_sub {
	line-height: 1.5;
	margin: 0;
	font-size: 134%;
	font-weight: 700;
}
.faHeading01_tit {
	line-height: 1.45;
	margin: 0;
	font-size: 300%;
	font-weight: 700;
}
.faMap01 {
	margin: 0 0 55px;
	padding: 0 15px 45px;
}
.faMap01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.faMap01_txt {
	line-height: 1.714;
	margin: 0;
	color: #6E6E6E;
	font-size: 117%;
	font-weight: 400;
}
.faCase02 {
	display: -webkit-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 8px 0 0;
}
.faCase02_map {
	width: -webkit-calc(100% - 450px);
	width: calc(100% - 450px);
	padding: 0 20px 0 0;
}
.faCase02_in {
	position: relative;
	max-width: 680px;
	margin: 0 auto;
}
.faCase02_img img {
	width: 100%;
	height: auto;
}
.faCase02_pins {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.faCase02_pin {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	position: absolute;
	width: 4.71%;
	height: 6.10%;
	line-height: 1;
	padding: 1.35% 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s;
	transform: scale(1);
	box-sizing: border-box;
}
@media screen and (max-width:1240px) {
	.faCase02_pin {
		font-size: 14px;
	}
}
@media screen and (max-width:1140px) {
	.faCase02_pin {
		font-size: 13px;
	}
}
@media screen and (max-width:1040px) {
	.faCase02_pin {
		font-size: 12px;
	}
}
.faCase02_pin-t1 {
	background-image: url(../images/pin_bg01.png);
	color: #3365DB;
}
.faCase02_pin-t2 {
	background-image: url(../images/pin_bg02.png);
	color: #FA962A;
}
.faCase02_pin-hover {
	transform: scale(1.3);
}
#cPin1 {
	top: 67.5%;
	left: 36.5%;
}
#cPin2 {
	top: 67.5%;
	left: 41.5%;
}
#cPin3 {
	top: 67.5%;
	left: 46.5%;
}
#cPin4 {
	top: 72.5%;
	left: 39%;
}
#cPin5 {
	top: 51%;
	left: 47%;
}
#cPin6 {
	top: 60%;
	left: 63.5%;
}
#cPin7 {
	top: 65%;
	left: 51.5%;
}
#cPin8 {
	top: 72.5%;
	left: 44%;
}
#cPin9 {
	top: 55.5%;
	left: 66.5%;
}
.faCase03 {
	width: 450px;
	height: 750px;
	padding: 1px 20px 0 0;
	overflow-y: scroll;
	box-sizing: border-box;
}
.faCase03::-webkit-scrollbar{
   width: 6px;
}
.faCase03::-webkit-scrollbar-track{
   background-color: #EEEEEE;
}
.faCase03::-webkit-scrollbar-thumb{
   background-color: #D8D8D8;
}
.faCase03_list {
	position: relative;
	max-width: 420px;
}
.faCase03_item {
	margin: 0 0 10px;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #EDEDED;
}
.faCase03_item a {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
.faCase03_img {
	display: block;
	width: 30.953%;
	max-width: 130px;
}
.faCase03_info {
	width: 64.285%;
}
.faCase03_tag {
	line-height: 1;
	font-size: 10px;
	font-weight: 400;
}
.faCase03_tag span {
	display: inline-block;
	line-height: 20px;
	padding: 0 10px 2px;
	background-color: #3366db;
	color: #fff;
	box-sizing: border-box;
}
.faCase03_item-t1 .faCase03_tag span {
	background-color: #3365DB;
}
.faCase03_item-t2 .faCase03_tag span {
	background-color: #FA962A;
}
.faCase03_tit {
	position: relative;
	line-height: 1.733;
	margin: 6px 0 0;
	color: #404F6F;
	font-size: 125%;
	font-weight: 700;
	text-decoration: underline;
}
.faCase03_tit::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 12px;
	margin: -6px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.faCase03_addr {
	line-height: 1.5;
	margin: 2px 0 0;
	color: #6E6E6E;
	font-size: 92%;
	font-weight: 400;
}
.fnPopup_btn .faCase03_img {
	position: relative;
}
.fnPopup_btn .faCase03_img::after {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 31px;
	line-height: 1;
	padding: 5px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s;
	transform: scale(1);
	box-sizing: border-box;
}
.faCase03_item-t1 .fnPopup_btn .faCase03_img::after {
	background-image: url(../images/pin_bg01.png);
	color: #3365DB;
}
.faCase03_item-t2 .fnPopup_btn .faCase03_img::after {
	background-image: url(../images/pin_bg02.png);
	color: #FA962A;
}
.fnPopup_btn-hover .faCase03_img::after {
	transform: scale(1.4);
}
.faCase03_item-n1 .faCase03_img::after { content: "1"; }
.faCase03_item-n2 .faCase03_img::after { content: "2"; }
.faCase03_item-n3 .faCase03_img::after { content: "3"; }
.faCase03_item-n4 .faCase03_img::after { content: "4"; }
.faCase03_item-n5 .faCase03_img::after { content: "5"; }
.faCase03_item-n6 .faCase03_img::after { content: "1"; }
.faCase03_item-n7 .faCase03_img::after { content: "2"; }
.faCase03_item-n8 .faCase03_img::after { content: "3"; }
.faCase03_item-n9 .faCase03_img::after { content: "4"; }
.faCase01 {
	position: relative;
	margin: 100px 0 60px;
	padding: 0 15px 100px;
}
.faCase01::before {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	right: 0;
	bottom: 0;
	left: 0;
}
.faCase01-t1::before {
	background-color: #F0F7FC;
}
.faCase01-t2::before {
	background-color: #FAF5EB;
}
.faCase01_in {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 1;
}
.faCase01_head {
	position: relative;
	margin: 0 0 68px;
	padding: 17px 0 13px;
	text-align: center;
}
.faCase01-t1 .faCase01_head  {
	background-color: #3366db;
}
.faCase01-t2 .faCase01_head {
	background-color: #fb962a;
}
.faCase01_en {
	position: absolute;
	top: -38px;
	right: 0;
	left: 0;
	line-height: 1;
	margin: 0;
	font-size: 400%;
	font-weight: 700;
	letter-spacing: 0.4em;
}
.faCase01_tit {
	line-height: 1.4;
	margin: 0;
	color: #fff;
	font-size: 125%;
	font-weight: 700;
}
.faCase01_tit span {
	display: inline-block;
	margin: 0 10px;
	font-size: 160%;
}
.faCase01_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.faCase01_item {
	width: 31.613%;
	max-width: 392px;
	margin: 32px 2.5805% 0 0;
	background-color: #fff;
}
.faCase01_item:nth-child(1),
.faCase01_item:nth-child(2),
.faCase01_item:nth-child(3) {
	margin-top: 0;
}
.faCase01_item:nth-child(3n) {
	margin-right: 0;
}
.faCase01_item a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
}
.faCase01_img {
	display: block;
}
.faCase01_tag1 {
	position: absolute;
	top: 16px;
	left: 0;
	line-height: 36px;
	margin: 0;
	padding: 0 24px;
	background-color: #3365DB;
	color: #fff;
	font-size: 125%;
	font-weight: 500;
}
.faCase01_tag2 {
	position: absolute;
	top: 16px;
	left: 0;
	line-height: 36px;
	margin: 0;
	padding: 0 24px;
	background-color: #FA962A;
	color: #fff;
	font-size: 125%;
	font-weight: 500;
}
.faCase01_info {
	position: relative;
	padding: 41px 30px 40px;
}
.faCase01_info::after {
	content: "";
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -46px;
	right: 0;
	left: 0;
	width: 48px;
	height: 62px;
	margin: 0 auto;
	padding: 0 0 14px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 167%;
	font-weight: 700;
	box-sizing: border-box;
}
.faCase01-t1 .faCase01_info::after {
	background-image: url(../images/pin_bg01.png);
	color: #3365DB;
}
.faCase01-t2 .faCase01_info::after {
	background-image: url(../images/pin_bg02.png);
	color: #FA962A;
}
.faCase01_item-n1 .faCase01_info::after { content: "1"; }
.faCase01_item-n2 .faCase01_info::after { content: "2"; }
.faCase01_item-n3 .faCase01_info::after { content: "3"; }
.faCase01_item-n4 .faCase01_info::after { content: "4"; }
.faCase01_item-n5 .faCase01_info::after { content: "5"; }
.faCase01_item-n6 .faCase01_info::after { content: "6"; }
.faCase01_item-n7 .faCase01_info::after { content: "7"; }
.faCase01_item-n8 .faCase01_info::after { content: "8"; }
.faCase01_item-n9 .faCase01_info::after { content: "9"; }
.faCase01_stit {
	line-height: 1.416;
	margin: 0 0 14px;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}
.faCase01_addr {
	line-height: 1.714;
	margin: 0;
	color: #6E6E6E;
	font-size: 117%;
	font-weight: 400;
	text-align: center;
}
.faCase01_btn {
	line-height: 1.4375;
	max-width: 240px;
	margin: 30px auto 0;
	font-size: 134%;
	font-weight: 700;
}
.faCase01_btn span {
	display: block;
	position: relative;
	padding: 20px 40px 20px 20px;
	background-color: #f5f5f5;
	text-decoration: none;
}
.faCase01_btn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 10px;
	margin: -5px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
@media screen and (max-width:1240px) {
	.faCase01_info {
		padding: 36px 30px 35px;
	}
	.faCase01_stit {
		margin: 0 0 14px;
		font-size: 175%;
	}
}
/* モーダル
------------------------------------------------------------------------------- */
.mfp-bg,
.mfp-wrap {
    z-index: 9999 !important;
}
.mfp-container.mfp-inline-holder {
	min-width: 940px;
	padding: 0 10px;
	box-sizing: border-box;
}
.mfp-content {
	padding: 70px 0 20px;
}
.faModal01 {
	position: relative;
	max-width: 1440px;
	padding: 0 30px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
}
.faModal01_in {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0;
}
.faModal01 button.mfp-close {
	top: -50px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: url(../images/close_bg01.svg) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
}
.faModal01_ico {
	display: flex;
	justify-content: center;
	position: absolute;
	top: -30px;
	left: 0;
	width: 68px;
	height: 88px;
	padding: 4px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 34px;
	font-weight: 700;
	box-sizing: border-box;
	z-index: 2;
}
.faModal01_ico-t1 {
	background-image: url(../images/pin_bg01.png);
	color: #3365DB;
}
.faModal01_ico-t2 {
	background-image: url(../images/pin_bg02.png);
	color: #FA962A;
}
.faModal01_block {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.faModal01_img {
	position: relative;
	width: 64.517%;
	max-width: 800px;
}
.faModal01_info {
	width: 32.258%;
	padding: 29px 0 0;
}
.faModal01_tag {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: -60px;
	width: 60px;
	height: 60px;
	line-height: 1;
	color: #fff;
	font-size: 125%;
	font-weight: 500;
}
.faModal01_tag-t1 {
	background-color: #3365DB;
}
.faModal01_tag-t2 {
	background-color: #FA962A;
}
.faModal01_tit {
	line-height: 1.357;
	margin: 0 35px 0 0;
	font-size: 234%;
	font-weight: 700;
}
.faModal01_addr {
	line-height: 1.714;
	margin: 10px 0 30px;
	color: #6E6E6E;
	font-size: 117%;
	font-weight: 500;
}
.faModal01_txt {
	line-height: 1.8125;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}
.faModal01_note {
	max-width: 280px;
	line-height: 1.454;
	margin: 8px 0 0;
	color: #6E6E6E;
	font-size: 92%;
	font-weight: 400;
}
.faModal01_btn {
	max-width: 280px;
	margin: 44px 0 0;
	font-size: 134%;
	font-weight: 700;
}
.faModal01_btn li {
	margin: 16px 0 0;
}
.faModal01_btn li:first-child {
	margin-top: 0;
}
.faModal01_btn a {
	display: block;
	position: relative;
	padding: 18px 40px 19px 20px;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
}
.faModal01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 10px;
	margin: -5px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
@media screen and (max-width:1240px) {
	.faModal01_img {
		width: 60%;
	}
	.faModal01_info {
		width: 37%;
		padding: 20px 0 0;
	}
	.faModal01_tit {
		font-size: 200%;
		letter-spacing: -0.02em;
	}
	.faModal01_addr {
		margin: 7px 0 17px;
		font-size: 109%;
	}
	.faModal01_txt {
		font-size: 125%;
	}
	.faModal01_btn {
		margin: 24px 0 0;
		font-size: 125%;
	}
	.faModal01_btn a {
		padding: 17px 40px 17px 20px;
	}
}
/* お近くの大和ハウス
------------------------------------------------------------------------------- */
.faKyoten01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 80px 0 0;
	background-color: #fff;
}
.faKyoten01_img {
	width: 40.162%;
	max-width: 498px;
}
.faKyoten01_info {
	width: 59.838%;
	padding: 30px 40px;
	box-sizing: border-box;
}
.faKyoten01_wrap {
	max-width: 600px;
	margin: 0 auto;
}
.faKyoten01_tit {
	line-height: 1.285;
	margin: 0 0 28px;
	font-size: 234%;
	font-weight: 700;
}
.faKyoten01_txt {
	line-height: 1.8125;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}
.faKyoten01_btn {
	max-width: 240px;
	margin: 46px 0 0;
	line-height: 1.4375;
	font-size: 134%;
	font-weight: 700;
}
.faKyoten01_btn a {
	display: block;
	position: relative;
	padding: 19px 40px 19px 20px;
	background-color: #f5f5f5;
	text-decoration: none;
}
.faKyoten01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 10px;
	margin: -5px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
@media screen and (max-width:1240px) {
	.faKyoten01_img {
		width: 45%;
	}
	.faKyoten01_info {
		width: 55%;
		padding: 25px 30px;
	}
	.faKyoten01_btn {
		margin: 30px 0 0;
	}
}