@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------/

メインレイアウト 

/----------------------------------------------------*/
a:link   {color:#030000;text-decoration:none;} 
a:visited{color:#030000;text-decoration:none;} 
a:hover  {color:#030000;text-decoration:underline;}
a:active {color:#030000;text-decoration:underline;}

/*html{font-size:65%;}*/

body{
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing:1px;
	color:#030000;
	-webkit-text-size-adjust: 100%;
}

img{
	width: 100%;
}

.ShinGoPro {
  font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
  }

.ShinMidashiGo {
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
 }

/*======================================================

共通レイアウト

======================================================*/

/*header*/
.mainLogo{
	position: absolute;
	top:2%;
	left: 2%;
	right: 90%;
}
	.mainLogo img{
		width: 100%;
	}

#index h1{
	position: absolute;
	top: 50%;
	left: 3%;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

	h1 .companyName{
		color: #fff;
		font-family: "a-otf-jun-pro",sans-serif;
		font-size: 42.41px;
		font-size: 4.241rem;
		margin-top: 40px;
		margin-top: 40px;
		letter-spacing: 0.3rem;
		text-shadow:3px 3px 5px rgba(0, 0, 47, 0.5);
	}

	body#index::after{
		position: absolute;
		content: "";
    	background-image: url(files/images/common/bg_pattern01.png);
    	background-repeat: repeat;
    	background-attachment: scroll;
    	width: 100%;
    	height: 100%;    	
    	top: 0;
    	left: 0;
		z-index: -10;
	}
	
#sub header{
	position: relative;
}

	#mainVisual{
		padding-bottom: calc(100% * 339 / 1680);
		overflow: hidden;
		position: relative;

	}
	#mainVisual.mediation{
		background: url(files/images/mediation/main_visual.jpg) no-repeat;
		background-size: cover;
		z-index: -1;
	}
	#mainVisual.residential-land{
		background: url(files/images/residential-land/main_visual.jpg) no-repeat;
		background-size: cover;
		z-index: -1;
	}
	#mainVisual.company{
		background: url(files/images/company/main_visual.jpg) no-repeat;
		background-size: cover;
		z-index: -1;
	}
	#mainVisual.privacy{
		background: url(files/images/privacy/main_visual.jpg) no-repeat;
		background-size: cover;
		z-index: -1;
	}
	#mainVisual.contact{
		background: url(files/images/contact/main_visual.jpg) no-repeat;
		background-size: cover;
		z-index: -1;
	}

	#mainVisual::before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(files/images/common/bg_pattern01.png);
	}
	
	.mainLogoHidden{
		display: none;
	}
	
.is-animation .gloNav{
	position: fixed;
	top:0;
	width: 100%;
	z-index: 1000;
	opacity: 1;
	transition: all .3s ease;
}
.is-animation .mainLogoHidden{
	display: block;
	position: absolute;
	left: 2%;
	top:50%;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
	.is-animation .mainLogoHidden img{
		width: 80px;
	}

/*glonav*/
.gloNav{
	font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
	
	.gloNav > ul{
		display: table;
		height: 69px;
		width: 80%;
		float: right;
		margin-right: 70px;
	}
		.gloNav > ul > li{
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
		.gloNav > ul > li:nth-child(1){
			width: 18%;
		}
		.gloNav > ul > li:nth-child(2){
			width: 18%;
		}
		.gloNav > ul > li:nth-child(3){
			width: 18%;
		}
		.gloNav > ul > li:nth-child(4){
			width: 25%;
		}
		.gloNav > ul > li:nth-child(5){
			width: 20%;
		}
		.gloNav > ul > li:nth-child(5) a{
			background: url(files/images/common/icon_mail.png) no-repeat;
			background-position: 0 50%;
			padding-left: 2em;
		}
		.gloNav .goHome a{
			display: block;
			width: 70px;
			height: 70px;
			position: absolute;
			top:0;
			right: 0;
			background: url(files/images/common/icon_home.png) no-repeat;
			background-position: 0 0;
			text-indent: -9999px;
		}
			.gloNav a{
				color: #fff;
				text-decoration: none;
				padding: 0.25em 0;
			}
			.gloNav a:hover{
				opacity: 0.7;
				transition: all .3s ease;
			}

/*下層ページ*/

#sub .gloNav{
		background-color:  rgba(0, 0, 0, 0.49);
	}
	
#sub .mainLogo{
	top:55%;
	left: 2%;
	right: 87%;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

#sub .pageTitle{
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	color: #fff;
	font-size: 45px;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
	z-index: 100;
	font-weight: 400;
}

/*pagetop*/
.pageTop{
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 100;
}

/*footer*/
	footer{
		background-color: #2f0000;
		color: #fff;
		border-top:5px solid  #ff4200;
	}
		.footerInner{
			width: 1050px;
			margin: auto;
			display: table;
			position: relative;
		}
			.footerInner section:nth-child(1){
				width: 40%;
				display: table-cell;
				text-align: center;
			}
				.footerLogo{
					width: 200px;
					font-size: 18px;
					text-align: center;
					margin: auto;
					padding: 30px 0;
				}
					.footerLogo img{
						width: 100%;
					}
				.companyAddress{
					font-size: 13px;
					text-align: center;
					padding-bottom: 30px;
				}
				
			
			.footerInner section:nth-child(2){
				position: absolute;
				top: 50px;
				right: 0;
			}
				.footerMainCopy{
					width: 370px;
				}
					.footerMainCopy img{
						width: 100%;
					}
					
				.footerNav ul{
					margin-top: 50px;
				}
					.footerNav li{
						display: table-cell;
					}
						.footerNav li a{
							color: #fff;
							font-size: 13px;
							margin-right: 1.0em;
						}
				
				.copyright{
					font-size: 11px;
					margin-top: 25px;
				}

/*======================================================

TOPページ

======================================================*/

/*======================================================

下層ページ

======================================================*/
/*メインビジュアル*/

/*パンくず*/

/*共通*/
.mainSection{
	margin-top: 80px!important;
}

h1.contentsTitle{
	text-align: center;
	margin-bottom: 50px;
}
	h1.contentsTitle .JP{
		font-size: 30px;
		font-family: "a-otf-ud-shin-go-pr6n",sans-serif;
		border-bottom: 3px solid #6f4b3e;
		display: inline-block;
	}
	h1.contentsTitle .EN{
		font-size: 16px;
		font-weight: bold;
		display: block;
		margin-top: 0.5em;
	}

/*======================================================

仲介・分譲地ページ

======================================================*/

#propertyArea,
#propertySingleArea{
	max-width: 1050px;
	margin:80px auto;
}

	#propertyArea #motion_area2{
		display: none;
	}

	.propertyListBox{
		overflow: hidden;
		margin-right: -50px;
	}
		.propertyList{
			float: left;
			width: 500px;
			margin-right: 50px;
			margin-bottom: 50px;
			position: relative;
		}
			.propertyList a{
				display: block;
			}
			.propertyList a:hover{
				opacity: 0.7;
				transition: all .3s ease;
			}
			.propertyList .photo{
				height: 330px;
			}
			.propertyList .photo img{
				width: 100%;
				height: 100%;
			}
			.propertyList .category{
				position: absolute;
				top: 0;
				right: 0;
				color: #fff;
				padding: 0.75em 1em;
			}
			.propertyList .land{
				background-color: #007040;
			}
			.propertyList .building{
				background-color: #ff6000;
			}
			.propertyList .resident-land{
				background-color: #000080;
			}
			.propertyList h1{
				background-color: rgba(0, 0, 0, 0.7);
				color: #fff;
				position: absolute;
				left: 0;
				bottom: 0;
				padding: 0.75em 1em;
				width: 100%;
				box-sizing: border-box;
			}
			
		.soldout{
			position: relative;
		}
		
		.soldout .photo,
		.soldout .photoBox{
			background: #000;
			position: relative;
		}
		.soldout .photo img,
		.soldout .photoBox img{
			display:  block;
			opacity: .4;
		}
		.propertyListBox .soldout::before{
			position: absolute;
			content: "SOLD OUT";
			z-index: 9999;
			color: #fff;
			font-weight: bold;
			top:50%;
			left: 50%;
			font-size: 36px;
			-webkit-transform: translate(-50%,-50%);
    		-moz-transform: translate(-50%,-50%);
    		-ms-transform: translate(-50%,-50%);
    		-o-transform: translate(-50%,-50%);
    		transform: translate(-50%,-50%);
		}
		.soldout .photoBox::before{
			position: absolute;
			content: "SOLD OUT";
			z-index: 9999;
			color: #fff;
			font-weight: bold;
			top:50%;
			left: 50%;
			font-size: 72px;
			-webkit-transform: translate(-50%,-50%);
    		-moz-transform: translate(-50%,-50%);
    		-ms-transform: translate(-50%,-50%);
    		-o-transform: translate(-50%,-50%);
    		transform: translate(-50%,-50%);
		}
			
#propertyNav{
	margin-bottom: 80px;
}
	#propertyNav ul{
		display: table;
		width: 100%;
	}
		#propertyNav ul li{
			display: table-cell;
			text-align: center;
			font-size: 40px;
		}
			#propertyNav ul li a{
				background: url(files/images/mediation/nav_arrow.png) no-repeat;
				background-position: 0% 50%;
				padding-left: .75em;
			}
				#propertyNav ul li a:hover{
					opacity: 0.7;
					transition: all .3s ease;
					text-decoration: none;
				}
				
				#propertyNav a.active span{
					border-bottom: 8px solid #CC0233;
				}
.discription{
	padding: 20px ;
	margin: 0 auto 80px auto;
	text-align: center;
	width:60%;
}
	.discription.land{
		border: solid 2px #007040;
	}
	.discription.building{
		border: solid 2px #ff6000;
	}
				
/*詳細ページ*/
.photoBox{
	position: relative;
}
	.photoBox .category{
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		padding: 0.5em 1em;
		font-size: 27px;
	}
	.photoBox .land{
		background-color: #007040;
	}
	.photoBox .building{
		background-color: #ff6000;
	}
	.photoBox .resident-land{
		background-color: #000080;
	}

	.propertyTable{
		margin: 80px 0;
		width: 100%;
		border-collapse: separate;
		border-spacing: 2px;	
	}
	.propertyTable th{
		width: 15%;
		background: #01a49e;
		color: #fff;
		padding: 0.5em 1em;
		vertical-align: middle;
	}
	.propertyTable td{
		width: 35%;
		background: #eee;
		padding: 0.5em 1em;
		vertical-align: middle;
	}
	
/*======================================================

会社概要ページ

======================================================*/

#greetingText{
	width: 700px;
	margin: auto;
	text-align: center;
	line-height: 2em;
}
	#greetingText p{
		margin-bottom: 1em;
	}
	
	#greetingText .presiName{
		text-align: right;
		font-size: 24px;
		margin-top: 30px;
		font-family: "ro-shino-std",serif;
	}
	
#summaryArea{
	background: url(files/images/company/summary_bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
	#summaryArea h1{
		color: #fff!important;
	}
		#summaryArea h1 .JP{
			border-bottom:3px solid #fff!important;
		}
		
	#summaryArea .inner{
		width: 700px;
		margin: auto;
	}
		#summaryArea .inner  li{
			display: table;
			color: #fff;
			border-bottom: 1px solid #fff;
			padding: 1.5em 1em;
			width: 100%;
		}
			#summaryArea .inner  li p{
				display: table-cell;
				position: relative;
			}
			#summaryArea .inner  li p:nth-child(1){
				width: 30%;
			}
			#summaryArea .inner  li p:nth-child(2){
				width: 70%;
			}
			
			#summaryArea .inner .mark{
				position: absolute;
				top:-10px;
				right: 20px;
			}
				#summaryArea .inner .mark img{
					width: 70px;
				}
			
#accessArea{
	width: 1050px;
	margin: 80px auto;
}

#contactArea{
	width: 1050px;
	margin:80px auto;
}

.contactAttention{
	text-align: center;
	margin-bottom: 50px;
}
	.contactAttention p{
		margin-bottom: 1em;
	}

.contactTable{
	margin-bottom: 50px;
}
	.contactTable > li{
		display: table;
		width: 100%;
		border-collapse: separate;
		border-spacing: 4px 2px;
	}
		.contactTable > li > p{
			display: table-cell;
		}
		.contactTable > li p.title{
			width: 30%;
			background-color:  #2f0000;
			color: #fff;
			padding: 0.75em;
			font-size: 16px;
		}
		.contactTable > li p.contents{
			vertical-align: middle;
			border: 1px solid #eee;
			font-size: 14px;	
			box-sizing: border-box;
		}
		.contactTable > li p.check{
			vertical-align: middle;
			border: 1px solid #eee;
			font-size: 14px;	
			padding: 15px;
		}
		
		.required{
			background-color:  #ff4200;
			color: #fff;
			font-size: 14px;
			float: right;
			padding: 0.2em 0.5em;
		}
		.inputError{
			color: #f00;
			font-size: 14px;
		}
		.inputError::before{
			content: "＊"
		}
		
		#fname, #address, #tel, #fmail, #message{
			width: 100%;
			border: none;
			font-size: 14px;
			padding: 15px;
			box-sizing: border-box;
		}
		#message{
			height: 200px;
		}

	#privacyBox .title span{
		display: block;
		font-size: 12px;
		margin-top: 25px;
	}
	
#privacyBox > div{
	border: 1px solid #eee;
	padding: 15px;
	height: 200px;
	overflow: scroll;
	font-size: 14px;
}
	#privacyBox > div > p,
	#privacyBox > div > ul{
		margin-bottom: 1em;
	}
	
	.agreeBtn {
		text-align: center;
		margin: 20px 0;
	}
	
	input[type="checkbox"], input[type="text"] {
		vertical-align: 0.1em;
		margin-right: 0.5em;
	}
	
/*送信ボタン
----------------------------------------------*/
.submitArea{
	margin: 30px auto 0;
	text-align: center;
	overflow: hidden;
}

.submitArea form{
	width: 50%;
	float: left;
}

.formButton{
	display: inline-block;
	width: 348px;
	height: 76px;
	margin: 1em;
	padding: 0;
	border: none;
	cursor: pointer;
}

.comfirm{
	background: url(files/images/company/btn_comfirm.png) no-repeat;
}

.submit{
	background: url(files/images/company/btn_submit.png) no-repeat;
}

.prev{
	background: url(files/images/company/btn_prev.png) no-repeat;
}

#contactArea > .contactAttention01{
		text-align: center;
		margin-bottom: 50px;
	}
	#contactArea > .contactAttention02{
		margin: auto;
		text-align: center;
		border: 1px solid #d1d1d1;
		padding: 1.5em 0;
		margin-bottom: 100px;
	}
		#contactArea > .contactAttention02 > li:nth-child(2){
			font-weight: bold;
			margin-top: 1em;
			font-size: 20px;
		}

/*======================================================

個人情報の取り扱いについてページ

======================================================*/
#PrivacyArea{
	background-color:  #fffff8;
	padding: 80px 0;
}
	#PrivacyText{
		max-width: 1050px;
		margin:0px auto 0 auto;
		background: #fff;
		padding: 50px;
		box-sizing: border-box;
	}
		#PrivacyText p{
			margin-bottom: 1em;
		}
		#privacyListBox > li > p{
			margin-bottom: 1.5em;
			padding-left: 1.5em;
			text-indent: -1.5em;
		}
			#privacyListBox > li > ul{
				margin-bottom: 1.5em;
				padding-left: 4em;
				text-indent: -2.5em;
			}
			#privacyListBox > li > ul.borderBox{
				border:1px solid #000;
				padding: 1em;
				text-indent: 0;
			}