@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
.tVisual01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 380px;
	margin: 0 0 80px;
	background: url(../images/visual_bg01.jpg) center center no-repeat;
	background-color: #333;
	background-size: cover;
}
.tVisual01_tit {
	line-height: 1.722;
	color: #fff;
	font-size: 300%;
	font-weight: 700;
	text-align: center;
}
/* リード
------------------------------------------------------------------------------- */
.tBlock01 {
	margin: 0 0 109px;
	overflow: hidden;
}
.tBlock01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 950px;
	min-height: 423px;
	margin: 0 auto;
}
.tBlock01_info {
	width: 61%;
	padding: 35px 100px 0 0;
	box-sizing: border-box;
}
.tBlock01_tit {
	line-height: 1.722;
	margin: 0 0 41px;
	font-size: 300%;
	font-weight: 700;
}
.tBlock01_txt {
	line-height: 2.125;
	font-size: 134%;
	font-weight: 400;
}
.tBlock01_img {
	position: relative;
	width: 39%;
}
.tBlock01_img img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 577px;
	image-rendering: -webkit-optimize-contrast;
}
@media only screen and (max-width: 1060px) {
	.tBlock01_info {
		width: 55%;
		padding: 15px 50px 0 0;
	}
	.tBlock01_in-reverse .tBlock01_info {
		padding: 15px 0 0 50px;
	}
	.tBlock01_img {
		position: relative;
		width: 45%;
	}
	.tBlock01_img img {
		width: 500px;
	}
}
/* 大和ハウスグループが運営する商業施設
------------------------------------------------------------------------------- */
.tBlock02 {
	max-width: 950px;
	margin: 0 auto 110px;
}
.tBlock02_tit {
	line-height: 1.625;
	margin: 0 0 29px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.tBlock02_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;	
}
.tBlock02_item {
	width: 30.106%;
	max-width: 286px;
}
.tBlock02_item a {
	display: block;
	color: #000;
	text-decoration: none;
}
.tBlock02_img {
	display: block;
	padding: 7px;
	background-color: #f7f7f7;
}
.tBlock02_img img {
	image-rendering: -webkit-optimize-contrast;
}
.tBlock02_txt {
	position: relative;
	line-height: 1.5;
	margin: 20px 0 0;
	padding: 0 50px 0 0;
	font-size: 134%;
	font-weight: 500;
}
.tBlock02_txt::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.45em;
	right: 0;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
/* 全国の主な商業施設
------------------------------------------------------------------------------- */
.tBlock03 {
	max-width: 950px;
	margin: 0 auto -40px;
}
.tBlock03_tit {
	line-height: 1.625;
	margin: 0 0 30px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.tBlock03_in {
	position: relative;
}
.tBlock03_img {
	display: block;
}
.tBtn01 {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 30px auto 0;
	padding: 16px 0 15px;
	background-color: #F7F7F7;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.tBtn01::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	background: url(/common/images/rn04/pdf_ico01.png);
	background-size: contain;
}
.tBtn01_txt {
	line-height: 1.75;
	font-size: 134%;
	font-weight: 700;
}
.tBtn01_pdf {
	line-height: 1.428;
	margin: 1px 0 0;
	font-size: 117%;
	font-weight: 400;
}