@charset "utf-8";

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



/* about
-------------------------------------------------------*/
#about {
	padding: 35px 0 20px;
}
#about .lead {
	margin-bottom: 50px;
}
#about .lead h2 {
	font-size: 1.0rem;
	text-align: center;
	margin-bottom: 10px;
}
#about .lead h2 em {
	display: block;
	font-size: 1.8rem;
}
#about .lead p {
	padding: 0 10px;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: center;
}
#about .contBox {
	margin-bottom: 20px;
}
#about .contBox.mb110 {
	margin-bottom: 30px;
}
#about .contBox .leftBox {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#about .contBox .rightBox {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#about .contBox h3 {
	text-align: center;
	font-size: 1.0rem;
	padding-bottom: 10px;
	margin: 0 10px 10px;
	border-bottom: solid 1px #00a968;
}
#about .contBox h3 em {
	display: block;
	font-size: 1.8rem;
}
#about .contBox p {
	padding: 0 10px;
	line-height: 1.8;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#about .contBox .btnLink a {
	display: block;
	width: 80%;
	/* height: 30px; */
	font-size: 1.6rem;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 2px;
}
#about .contBox .btnLink.btn01 a {
	background: #00a968;
}
#about .contBox .btnLink.btn02 a {
	background: #00885a;
}
#about .contLink {
	letter-spacing: -.40em;
	padding: 0 10px;
}
#about .contLink li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-bottom: 10px;
}
#about .contLink li:nth-child(odd) {
	padding-right: 5px;
}
#about .contLink li:nth-child(even) {
	padding-left: 5px;
}
#about .contLink li a {
	display: block;
	color: #074B47;
	border: solid 1px #074B47;
}
#about .contLink dl {
	padding-bottom: 15px;
}
#about .contLink a:hover dl {
	background: #074B47;
	color: #fff;
}

#about .contLink dt {
	margin-bottom: 10px;
	text-align: center;
}
#about .contLink dd {
	font-size: 1.0rem;
	line-height: 1.5;
	text-align: center;
}
#about .contLink dd em {
	display: block;
	font-size: 1.4rem;
}


/* estate
-------------------------------------------------------*/
#estate {
	padding: 25px 10px 15px;
	background: #22ACA5;
}
#estInner h2 {
	font-size: 1.0rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
#estInner h2 em {
	display: block;
	font-size: 1.8rem;
}
#estInner ul#estList {
	margin-bottom: 20px;
}
#estInner #estList li {
	width: 100%;
	margin-bottom: 10px;
}
#estInner #estList .photo {
	width: 100px;
  height: 100px;
	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: -webkit-calc(100% - 100px) ;
	width: calc(100% - 100px) ;
	float: right;
	padding: 10px;
	background: #fff;
}
#estInner #estList dl i {
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 0.2em;
}
#estInner #estList dt {
	font-size: 1.0rem;
	line-height: 1.2;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	margin-bottom: 5px;
}
#estInner #estList dd {
	font-size: 1.0rem;
	line-height: 1.2;
}
#estInner #estList dd.btnLink {
	display: none;
}
#estInner #estLink {
	width: 100%;
}
#estInner #estLink li {
	width: 230px;
	margin: 0 auto 10px;
}
#estInner #estLink li a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 38px;
}
#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;
}
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;
}
