@charset "utf-8";

/* keyv
-------------------------------------------------------*/
#keyv {
	width: 100%;
	height: 560px;
	background: url(../../img/top/keyv_top_pc01.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}
#keyvInner {
	width: 540px;
	margin: 0 auto;
	padding-top: 180px;
}
#keyvInner dt {
	padding-bottom: 20px;
	border-bottom: solid 2px #fff;
	margin-bottom: 20px;
}
#keyvInner dd {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}
#inform {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	border-top: solid 2px #fff;
	letter-spacing: -.40em;
}
#inform .title {
	display: inline-block;
	letter-spacing: normal;
	width: 15%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.0;
	vertical-align: middle;
	text-align: center;
}
#inform ul {
	display: inline-block;
	letter-spacing: normal;
	width: 85%;
	vertical-align: middle;
}
#inform li {
	border-bottom: solid 2px #fff;
}
#inform li:last-child {
	border-bottom: none;
}
#inform li a {
	display: block;
	padding: 15px 10px;
	color: #fff;
}
#inform li a:hover {
	background-color: rgba(34,172,165,0.8);
}



/* about
-------------------------------------------------------*/
#about {
	padding: 70px 0 0px;
}
#about .lead {
	margin-bottom: 70px;
}
#about .lead img{
	margin-bottom: 100px;
}
#about .lead h2 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 20px;
}
#about .lead h2 em {
	display: block;
	font-size: 3.6rem;
}
#about .lead p {
	margin-bottom: 100px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
}
#about .contBox {
	margin-bottom: 40px;
}
#about .contBox .leftBox {
	width: 480px;
	float: left;
	margin-right: 40px;
}
#about .contBox .rightBox {
	width: 480px;
	float: right;
}
#about .contBox h3 {
	padding: 20px 0 15px;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 10px;
	border-bottom: solid 1px #074B47;
}
#about .contBox h3 em {
	display: block;
	font-size: 2.8rem;
}
#about .contBox p {
	line-height: 1.8;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#about .contBox .btnLink a {
	display: block;
	width: 275px;
	height: 50px;
	font-size: 1.8rem;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
#about .contBox .btnLink a:hover {
	opacity: 0.7;
}
#about .contBox .btnLink.btn01 a {
	background: #00a968;
}
#about .contBox .btnLink.btn02 a {
	background: #00885a;
}
#about .contLink {
	letter-spacing: -.40em;
}
#about .contLink li {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	border: solid 1px #074B47;
	margin-right: 40px;
}
#about .contLink li:last-child {
	margin-right: 0;
}
#about .contLink li a {
	display: block;
	color: #074B47;
}
#about .contLink dl {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	padding-bottom: 30px;
}
#about .contLink a:hover dl {
	background: #074B47;
	color: #fff;
}

#about .contLink dt {
	margin-bottom: 20px;
}
#about .contLink dd {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}
#about .contLink dd em {
	display: block;
	font-size: 1.8rem;
}
#about .contLink img {
  width: 100%;
}

/* estate
-------------------------------------------------------*/
#estate {
	padding: 140px 0 40px;
	background: url(../../img/top/bg_info_pc.jpg) no-repeat 50% 0%;
	background-size: cover;
}
#estInner h2 {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	background: rgba(6, 59, 91, 0.8);
	padding-bottom: 10px;
}
#estInner h2 em {
	display: block;
	font-size: 4.0rem;
}
#estInner ul#estList {
	margin-bottom: 20px;
}
#estInner #estList li {
	width: 485px;
	float: left;
	margin-bottom: 30px;
}
#estInner #estList li:nth-child(odd) {
	margin-right: 30px;
}
#estInner #estList .photo {
	width: 240px;
  height: 180px;
	float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
}
#estInner #estList .photo img{
  position: absolute ;
  top: 50% ;
  left: 50% ;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 100%;
  width: auto;
}
#estInner #estList dl {
	width: 245px;
	float: right;
	padding: 25px 15px 20px;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#estInner #estList dl i {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 0.2em;
}
#estInner #estList dt {
	font-size: 1.2rem;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	text-align: left;
}
#estInner #estList span {
}
#estInner #estList dd {
	font-size: 1.2rem;
	line-height: 1.2;
}
#estInner #estList dd.address {
	margin-bottom: 15px;
	text-align: left;
}
#estInner #estList dd.btnLink {
	text-align: center;
}
#estInner #estList dd.btnLink span {
	display: block;
	line-height: 30px;
	border: solid 1px #000;
	border-radius: 15px;
	color: #000;
	font-size: 1.4rem;
	margin: 0 auto;
}
#estInner #estList dd.btnLink span i {
	margin-left: 0.4em;
}

#estInner #estList a:hover dl {
	background: #074B47;
	color: #fff;
}
#estInner #estList a:hover dd.btnLink span {
	color: #074B47;
	border: solid 1px #fff;
	background: #fff;
}
#estInner #estLink {
	width: 600px;
	margin: 0 auto;
}
#estInner #estLink li {
	width: 275px;
	float: left;
	margin-right: 50px;
}
#estInner #estLink li:last-child {
	margin-right: 0;
}
#estInner #estLink li a {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 48px;
}
#estInner #estLink li.bnt01 a {
	color: #fff;
	background: #074B47;
	border: solid 1px #074B47;
}
#estInner #estLink li.bnt02 a {
	color: #074B47;
	background: #fff;
	border: solid 1px #074B47;
}
#estInner #estLink li a:hover {
	opacity: 0.7;
}

dd.r-mansion {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #27ACA9;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}
dd.r-apart {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #E8AC51;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}
dd.r-house {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #b00001;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}
dd.r-ground {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #537A33;
	padding: 5px 8px;
	margin-right: 8px;
	display: inline-block;
  vertical-align: middle;
}