@charset "shift_jis"; 

/*********************************************************
共通設定*/


/**************
見出し
***************/
/*h1はヘッダー*/

h2{}

/*タイトル*/
h3{
	font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
	font-size:2em;
	line-height:1.2em;
	margin-bottom:30px;
	}
h3 span{
	display:block;
	color:#004fad;
	font-size:0.6em;
	}
h3:after{
	display:block;
	width:70px;
	height:2px;
	content:'';
	background:#004fad;
	margin:20px auto 0;
	}

/*サブタイトル*/
h4{
	clear:both;
	float:none;
	position:relative;
	background:#004fad;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	font-size:1.1em;
	}

h5{
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:#004fad solid 2px;
	margin-bottom:20px;
	font-size:1.1em;
	}

@media all and (-ms-high-contrast:none){
	h3{
		/* アンチエイリアスを有効にさせたい要素に指定 */
		-webkit-transform: rotate(.028deg);
		-ms-transform: rotate(.028deg);
		transform: rotate(.028deg);	
	}
	h4{padding:13px 10px 7px;}
}


@media only screen and (max-width: 768px){
	h3{
		font-size:1.5em;
		line-height:1.2em;
		}
	h3:after{
		margin:10px auto 0;
		}
}

@media only screen and (max-width: 480px){
	h4{ margin-bottom:10px;}
	h5{ margin-bottom:10px;}
}

/*********************************************************
共通
*/
.contents{
	clear:both;
	float:none;
	padding:60px 0;
}
@media only screen and (max-width: 768px){
	.contents{
		padding:40px 0;
	}
}
@media only screen and (max-width: 480px){
	.contents{
		padding:20px 0;
	}
}
/* 2階層目イメージ **********/
#secondImg{
	position:relative;
	background:url(../images/mainImg/secondImg.jpg) center center no-repeat;
	background-size:cover;
	padding-top:460px;
	overflow:hidden;
	}
#secondImg .mainTxt{
	position:absolute;
	top:120px;
	left:2px;
	right:0;
	width:96%;
	height:380px;
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	}
#secondImg .mainTxt2{
	position:absolute;
	bottom: 40%;
	right:50%;
	width:100%;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	}
#secondImg .mainTxt2 img{margin:auto;}

@media only screen and (max-width: 768px){
	#secondImg{
		padding-top:40%;
	}
	#secondImg .mainTxt{
		top:30%;
		height:70%;
	}
}


/*ボタン********************/
.btn a{
	display:block;
	background:#004fad;
	color:#ffffff;
	text-decoration:none;
	padding:20px 2px;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(border-radius.htc); /* IE */
	}
.btn a:hover,
.btn a:active{
	background:#003779;
	}
.btn.bgRed a{
	background:#cc0000;
	}
.btn.bgRed a:hover,
.btn.bgRed a:active{
	background:#b30000;
	}


@media all and (-ms-high-contrast:none){
	.btn a{padding:23px 2px 17px;}
}
@media only screen and (max-width: 980px){
	.btn a{padding:15px 2px;}
}
@media (-ms-high-contrast:none) and (max-width: 980px) {
	.btn a{padding:18px 2px 12px;}
}
@media only screen and (max-width: 768px){
	.btn a{padding:10px 2px;}
}

/*********************************************************
ヘッダー
*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
	clear:both;
	float:none;
	padding-top:30px;
	z-index:101;
}
.h-left{
	float:left;
	width:40%;
	}
.logo{
	float:left;
	max-width:360px;
	padding-top:5px;
	margin-right:1%;
	}
.logo img{
	max-height:30px;
	}
/*header*/
h1{
	float:left;
	width:220px;
	font-size:0.8em;
	padding-top:12px;
	}


@media only screen and (max-width:1500px){
	.h-left{
		width:360px;
		}
	.logo{
		float:none;
		margin-right:0;
		}
	h1{
		float:none;
		padding-top:8px;
		}
}
@media only screen and (max-width:1120px){
	.h-left{
		width:36%;
	}
}
@media only screen and (max-width: 980px){
	.h-left{
		width : 80% ;
		width : -webkit-calc(100% - 60px) ;
		width : calc(100% - 60px) ;
		}
	.logo{
		padding-top:0;
		}
}

@media only screen and (max-width: 768px){
	#header{
		padding-top:15px;
		}
}
@media only screen and (max-width: 480px){
	h1{ font-size:0.7em; line-height:1em;}
}

/*********************************************************
フッター
*/
#footer{
	position:relative;
	width:100%;
	margin:0;
	clear:both;
	float:none;
	padding:40px 0;
	background:#edf9ff;
	font-size:0.86em;
	}
.f-address{
	float:left;
	}

#footer .logo{
	float:none;
	margin:0 0 10px;
	}
#footer p span{
	display:inline-block;
	}
.f-recruit{
	float:right;
	width:180px;
	margin:10px auto 0 0;
	}
.copyright{
	background:#004fad;
	padding:15px 0;
	font-size:0.6em;
	line-height:1;
	color:#ffffff;
	text-align:center;
}
@media only screen and (max-width: 768px){
	#footer{
		padding:20px 0;
		text-align:ceenter;
	}
	.f-address{
		float:none;
		text-align:center;
		}
	#footer .logo{
		float:none;
		text-align:center;
		margin:0 auto 10px;
		}
	.f-recruit{
		float:none;
		margin:10px auto 0;
		}

	.copyright{
		padding:10px 0;
	}
}

.f-group{
	display:flex;
	}
@media only screen and (max-width: 480px){
.f-group{
	display:block;
	}
}


/*********************************************************
index
*/

.aboutWrap{}
.aboutL,
.aboutR{
	float:left;
	width:50%;
	}
.aboutWrap h3{
	border-top:#b4afa4 solid 1px;
	border-bottom:#b4afa4 solid 1px;
	margin-top:40px;
	text-align:left;
	padding-left:60px;
	padding-top:20px;
	}
.aboutWrap h3:after{
	margin-left:0;
	}
.aboutR > p{
	padding:0 60px;
	}
.aboutWrap p.btn{
	padding:0;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	}
@media only screen and (max-width:980px){
	.aboutWrap h3{
		margin-top:15px;
		padding-left:30px;
		}
	.aboutR > p{padding:0 30px;}
}
@media only screen and (max-width:768px){
	.aboutL,
	.aboutR{
		float:none;
		clear:both;
		width:100%;
		}
	.aboutL{
		position:relative;
		padding-top:40%;
		overflow:hidden;
		}
	.aboutL img{
		position:absolute;
		bottom:50%;
		right:50%;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
		z-index:1;
		width:100%;
		}
	.aboutR{
		background:rgba(255,255,255,0.8);
		padding-bottom:10px;
		border:#cccccc solid 1px;
		border-top:none;
		}
	.aboutWrap h3{
		margin-top:0;
		padding-left:30px;
		padding-top:10px;
		}
	.aboutR > p{
		padding:0 30px;
		}
}


.agencyWrap{}

.agencyWrap li{}
.agencyWrap li a{
	display:block;
	position:relative;
	width:100%;
	padding-top:100%;
	overflow:hidden;
	}
.agencyWrap li a p{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
  transition:1s all;
	}
.agencyWrap li a p:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background:url(../images/index/agencyPattern.png);
	}
.agencyWrap li a:hover p,
.agencyWrap li a:active p{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
  transition:1s all;
	}
.agency1{
	background:url(../images/index/agency1.jpg) center center no-repeat;
	background-size:cover;
	}
.agency2{
	background:url(../images/index/agency2.jpg) center center no-repeat;
	background-size:cover;
	}
.agency3{
	background:url(../images/index/agency3.jpg) center center no-repeat;
	background-size:cover;
	}
.agencyWrap dl{
	position:absolute;
	top:15%;
	left:15%;
	width:70%;
	height:70%;
	background:rgba(255,255,255,0.8);
	z-index:2;
	text-align:center;
	color:#004fad;
	}
.agencyWrap dt{
	position:absolute;
	top:30%;
	width:100%;
	font-size:4em;
	line-height:1;
	}
.agencyWrap dd{
	position:absolute;
	width:100%;
	bottom:25%;
	font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:1;
	}
.agencyWrap a:hover dl,
.agencyWrap a:active dl{
	color:#cc0000;
	}

@media all and (-ms-high-contrast:none){
	.agencyWrap dd{
		/* アンチエイリアスを有効にさせたい要素に指定 */
		-webkit-transform: rotate(.028deg);
		-ms-transform: rotate(.028deg);
		transform: rotate(.028deg);	
		}
}
@media only screen and (max-width: 980px){
	.agencyWrap dt{
		font-size:3em;
		line-height:1;
		}
}

@media only screen and (max-width: 768px){
	.agencyWrap li a{
		padding-top:30%;
		}
	.agencyWrap dl{
		position:absolute;
		top:15%;
		left:5%;
		width:90%;
		height:70%;
		}
	.agencyWrap dt{
		font-size:2.4em;
		line-height:1;
		top:20%;
		}
	.agencyWrap dd{
		bottom:15%;
		}
}
@media only screen and (max-width: 480px){
	.agencyWrap dt{
		font-size:2em;
		line-height:1;
		top:20%;
		}
}


/*入居者*/
.resident{
	position:relative;
	border:#efeedf solid 10px;
	background:#ffffff;
	min-height:217px;
	}
.residentImg{
	float:left;
	position:relative;
	width:30%;
	min-width:132px;
	padding-left:2.5%;
	padding-right:2.5%;
	margin-top:-20px;
	z-index:1;
	}
.resident dl{
	margin-top:30px;
	}
.resident dt{
	font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	color:#004fad;
	font-size:1.2em;
	line-height:1;
	background:#efeedf;
	padding:20px;
	}
.resident dd{
	padding:20px 20px 20px 30%;
	}
.resident a{
	text-decoration:none;
	color:#004fad;
	}
.resident a:hover,
.resident a:active{
	color:#cc0000;
	}
@media all and (-ms-high-contrast:none){
	.resident dt{
		/* アンチエイリアスを有効にさせたい要素に指定 */
		-webkit-transform: rotate(.028deg);
		-ms-transform: rotate(.028deg);
		transform: rotate(.028deg);
		padding:23px 20px 17px;
		}
}
@media only screen and (max-width: 768px){
	.resident dt{
		padding:15px;
		}
	.resident dd{
		clear:both;
		padding:15px;
		}
}


/*********************************************************
仲介業者様へ
*/
.column3.agencyWrap{}

@media only screen and (max-width: 768px){
	.column3.agencyWrap li a{
		padding-top:100%;
		}
	.column3.agencyWrap dl {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
		}
}
@media only screen and (max-width: 768px){
	.column3.agencyWrap dl {
		font-size:0.9em;
		line-height:1;
		}
}
@media only screen and (max-width: 480px){
	.column3.agencyWrap dd{ font-size:0.96em; line-height:1;}
}


/*********************************************************
ご入居中の皆様へ
*/
.flow{}
.flow dl{
	border-bottom:#666666 dotted 1px;
	}
.flow dt{
	color:#004fad;
	background:#f7f7f7;
	font-weight:bold;
	padding:10px;
	}
.flow dd{
	padding:15px 10px;
	}


/*********************************************************
物件一覧
*/

.propertyWrap{ padding-bottom:10px; border-bottom:#cccccc solid 1px;}
.propertyWrap a{
	display:block;
	text-decoration:none;
	color:#333333;
	}

.listPhoto{
	float:left;
	width:33%;
	}
.listTxt{
	float:right;
	width:65%;
	font-size:0.86em;
	}

.listPhoto2{
	float:left;
	width:48%;
	}
.listTxt2{
	float:right;
	width:50%;
	font-size:0.86em;
	}
.listPhoto2 a{
	display:inline-block;
	vertical-align:middle;
	}
.listPhoto2 a:first-child{ width:68%;}
.listPhoto2 a:nth-child(2){ width:30%;}

.listTxt > *,
.listTxt2 > *{
	margin-bottom:5px;
	}

.listName{
	font-weight:bold;
	color:#004fad;
	font-size:1.3em;
	}
.listPlan{}
.listAddress{}
.listStation{}
.listConstructionDate{}


.listPlan,
.listAddress,
.listStation,
.listConstructionDate{
	position:relative;
	padding-left:55px;
	}

.listPlan:before,
.listAddress:before,
.listStation:before,
.listConstructionDate:before{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:50px;
	background:#edf9ff;
	text-align:center;
	font-size:0.86em;
	font-weight:bold;
	}
.listPlan:before{
	content:'\9593\53D6\308A';/*間取り*/
	}
.listAddress:before{
	content:'\6240\5728\5730';/*所在地*/
	}
.listStation:before{
	content:'\6700\5BC4\99C5';/*最寄駅*/
	}
.listConstructionDate:before{
	content:'\7BC9\5E74\6708';/*築年月*/
	}



@media only screen and (max-width:1000px){
	.listPhoto2{width:33%;}
	.listPhoto2 a{display:block;}
	.listTxt2{width:65%;}
	.listPhoto2 a:first-child{ width:100%;}
	.listPhoto2 a:nth-child(2){width:100%; }
	.listPhoto2 a:nth-child(2) img{max-height:100px;margin:auto;}
}

@media only screen and (max-width: 768px){
	.listPhoto2{width:48%;}
	.listPhoto2 a{display:inline-block}
	.listTxt2{width:50%;}
	.listPhoto2 a:first-child{ width:68%;}
	.listPhoto2 a:nth-child(2){width:30%; }
	.listPhoto2 a:nth-child(2) img{max-height:none;margin:auto;}

}

@media only screen and (max-width: 480px){
	.listPhoto2{width:33%;}
	.listPhoto2 a{display:block;}
	.listTxt2{width:65%;}
	.listPhoto2 a:first-child{ width:100%;}
	.listPhoto2 a:nth-child(2){width:100%; }
	.listPhoto2 a:nth-child(2) img{max-height:100px;margin:auto;}
}
