@charset "utf-8";
/*--------------------------------------
	base
--------------------------------------*/
body {
  background-color: #fff;
  color: #464646;
  font-family: arial, helvetica, "heisei-kaku-gothic-std", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, メイリオ, sans-serif;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.44;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

#wrapper {
	overflow: hidden;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  background-color: transparent;
  color: #464646;
	cursor: pointer;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

a img {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

ul, ol {
  margin-top: 0;
}

p {
  margin: 0 0 1.4em 0;
}

section {
  margin-bottom: 3em;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, h2, h3, h4,
.topPageEstateInfo__estateName,
.topPageEstateInfo__price {
  font-family: arial, helvetica, "heisei-kaku-gothic-std", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, メイリオ, sans-serif;
}

h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* corporate_header */
#header {
  width: 1000px;
	height: 86px;
  position: relative;
  margin: 0 auto;

}

#logo {
  width: 220px;
  height: 70px;
  overflow: hidden;
  text-indent: -999999px;
  background-size: 220px 70px;
  background-image: url(../renova/img/logo.png);
  background-repeat: no-repeat;
  float: left;
  margin-top: 7px;
  margin-bottom: 0;
  margin-right: 7px;
}

a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

#logo a,
.w_top a,
.topmenu a {
  display: block;
  height: 100%;
}

#header .menu01 {
  float: right;
  display: contents;
}

nav ul {
  list-style: none;
  margin: 0;
}

.mr20 {
  margin-right: 20px;
}

#header .menu01 ul li {
  float: left;
}

.clear {
  clear: both;
}

.column1 {
  padding-top: 57px;
}

.inner {
  width: 1000px;
	padding-bottom: 3.5em;
  margin: 0 auto;
}

#eims .inner {
  padding-bottom: 0px;
}

/*.inner:after {
	display: block;
  content: '';
  clear: both;
}*/

.column1 #column-center {
  width: 1000px;
}

#eims #column-center {
  width: auto;
}

#eims .heading {
  width: 100%;
  height: 545px;
	background: #fcfbf7;
  overflow: hidden;
  position: relative;
}

#eims .eyecatch #slideshow {
  width: 1000px;
  height: 450px;
  position: absolute;
	margin: 0 0 145px 0;
  z-index: 1;
}

#eims .eyecatch #slideshow img {
	position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

#eims .eyecatch #slideshow img.active {
  z-index: 10;
  opacity: 1.0;
}

#eims .eyecatch #slideshow img.last-active {
  width: 1000px;
  z-index: 9;
}

#eims span.eyecatch-title {
  display: block;
  position: absolute;
  z-index: 20;
}

#eims .eyecatch-title img#mainlogo {
	position: absolute;
  top: 250px;
  left: 10px;
}

#eims .eyecatch-title img#copy,
#eims .eyecatch-title p {
	width: 560px;
  position: absolute;
  top: 400px;
  left: 10px;
}

#eims .cover img {
  width: 1000px;
  height: 450px;
  position: absolute;
	margin: 0 0 145px 0;
  z-index: 15;
}

#eims .pc-nodisplay {
  display: none;
}

#eims .menu {
  position: absolute;
  bottom: 5%;
  font-weight: bold;
  text-align: center;
	/*margin: 0 87.5px;*/ /*「eims craft」に暮らす人々表示時*/
	margin: 0 171.5px;
}
@media screen and (min-width: 769px) {
  #eims .menu {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

/*#eims .menu .first-row,
#eims .menu .second-row {
  float: left;
}*/

#eims .menu a {
  font-family: "YuGothic", "メイリオ", "Meiryo", "Hiragino", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
	#eims .menu .first-row a,
	#eims .menu .second-row a:not(:last-child) {
		border-right: 1px solid #464646;
		padding-right: 18px;
		margin-right: 14px;
	}
}

/* sec01 */
.eimsConsept {
  background-color: #FBFAF5;
}

#eims #eims-info>section {
	padding-top: 0px;
  padding-bottom: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#eims #eims-info h1 {
  display: block;
	clear: left;
  font-size: 32px;
  font-size: 2rem;
	font-weight: 600;
	text-align: center;
	padding: 70px 0px;
	margin: 0px;
}

.eimsConsept__text {
  line-height: 26px !important;
  text-align: center;
}

#eims #eims-info p {
	color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* sec02 */
#eims #eims-info #points .inner .eims-inner {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

#eims #eims-info #points h1,
#eims #eims-info #interior h1,
#eims #eims-info #column h1 {
  padding-bottom: 0px;
}

#eims #eims-info #points p.sub-title,
#eims #eims-info #interior p.sub-title,
#eims #eims-info #column p.sub-title {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
	text-align: center;
	padding: 17px 0px 70px;
	margin: 0;
}

#eims #eims-info section .eims-inner {
  display: block;
  overflow: hidden;
  margin: 0px -16px;
}

#eims #eims-info>section .eims-inner .points-detail {
	display: block;
  float: left;
	width: 310px;
	height: 325px;
  vertical-align: top;
  letter-spacing: normal;
	margin-left: 32px;
}

#eims #eims-info>section .eims-inner .points-detail:first-child {
  margin-left: 0px;
}

#eims #eims-info>section .eims-inner .points-detail img {
	border-radius: 150px;
  margin-left: 80px;
}

#eims #eims-info>section h2 {
	color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

#eims #eims-info>section .eims-inner .points-detail h2 {
  text-align: center;
  padding: 20px 0px;
	margin: 0;
}

/* sec03 */
#eims #eims-info>section#interior {
	background-color: #fcfbf7;
  padding-bottom: 38px;
}

#eims #eims-info>section .eims-inner .interior-detail {
	display: block;
  float: left;
	width: 310px;
	height: 423px;
  vertical-align: top;
  letter-spacing: normal;
	margin: 0 16px;
	margin-bottom: 32px;
}

#eims #eims-info>section .eims-inner .interior-detail h2 {
  text-align: center;
}

/* sec04 */
#eims #eims-info>section .eims-inner .property-detail {
	display: block;
	float: left;
	width: 226px;
	height: auto;
	background: #fff;
	vertical-align: top;
	letter-spacing: normal;
	padding-bottom: 200px;
  margin: 0 16px;
  margin-bottom: -200px;
}

#eims #eims-info section .estate-image img {
  width: 226px;
  height: 226px;
}

#eims #eims-info section .eims-inner .property-detail h2 {
  padding-left: 10px;
	margin: 7px 0;
}

#eims #eims-info section .eims-inner .property-detail .price p {
  font-size: 15px;
  font-size: 0.9375em;
	padding-left: 10px;
	margin-bottom: 7px;
}

#eims #eims-info section .eims-inner .property-detail .place-spec {
  margin: 0;
}

#eims #eims-info section .eims-inner .property-detail .place-spec p {
	float: left;
  font-size: 12px;
  font-size: 0.75em;
  padding-left: 10px;
}

#eims #eims-info section .button {
  text-align: center;
  margin-top: 70px;
}

#eims #eims-info>section .button a.eims_button {
  width: 300px;
  display: inline-block;
  background: #9be1d8;
  border-radius: 8px;
  color: #464646;
  font-weight: bold;
  text-align: center;
  padding: 17px;
}

#eims #eims-info>section .button a.renova_button {
	background: #808452;
  color: #FFF;
}

/* sec05 */
#eims #eims-info section#column {
	background: #fcfbf7;
}

#eims #eims-info>section .eims-inner .living-column {
	display: block;
  float: left;
	width: 482px;
	height: 210px;
	position: relative;
  vertical-align: top;
  letter-spacing: normal;
	margin: 0 16px;
}

#eims #eims-info>section .eims-inner .living-column:nth-child(-n+2) {
  margin-bottom: 48px;
}

#eims #eims-info>section .eims-inner .living-column .living-text {
	display: block;
	width: 246px;
	height: 210px;
  float: right;
}

#eims #eims-info>section .eims-inner .living-column .living-text h2 {
  line-height: 1.6875;
}

#eims #eims-info>section .eims-inner .living-column .living-text p {
  font-size: 12px;
  font-size: 0.75em;
}

#eims #eims-info>section .eims-inner .living-column .living-text a {
	width: 100%;
	height: 100%;
	text-indent: -999px;
  position: absolute;
  top: 0;
  left: 0;
}

/* ownerBanner */
.ownerBanner {
	background: url(../renova/img/ownerBanner.jpg) center no-repeat;
	background-size: cover;
  position: relative;
  width: 100%;
  height: 280px;
  -ms-flex-align: center;
  align-items: center;
}

.ownerBanner__link {
	display: block;
	width: 100%;
	height: 100%;
  position: absolute;
}

.ownerBanner__link__info {
  width: 636px;
	border: solid 2px #fff;
	border-radius: 8px;
	color: #fff;
	font-family: "YuGothic", "メイリオ", "Meiryo", "Hiragino", sans-serif;
  font-size: 24px;
  font-size: 1.6em;
  text-align: center;
	padding: 30px 48px;
	margin: 91px 0 0 5%;
}

/* footer */
.footerArea {
  clear: both;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.9;
	position: relative;
	bottom: inherit;
	transform: none;
	transition: none 0s ease 0s;
}

small {
  font-size: 80%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input, optgroup, select, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, select {
  text-transform: none;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	padding: 0;
	margin: 0;
}

footer nav {
	border-top-width: 1px solid #a2a19d;
	border-bottom-width: 4px solid #000;
  color: #464646;
  font-size: 11px;
	letter-spacing: 2.8px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.txt_c a:hover {
  text-decoration: underline;
}

footer nav p {
  margin: 0;
}

footer .copyright {
  color: #464646;
  font-size: 11px !important;
	letter-spacing: 2.8px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* img-hover */
.caption {
	position: relative;
	top: 27%;
	font-size: 130%;
	padding: 20px 30px;
}

.caption p {
	color: #fff !important;
	text-align: center;
	margin: 0;
}

.caption p span {
	display: block;
	font-size: 18px;
	text-align: center;
}

.mask {
	width: 310px;
	height: 325px;
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	position: absolute;	/* 絶対位置指定 */
	top: 8px;
	left: 10px;
	opacity: 0;	/* マスクを表示しない */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
}

.imghvr .mask {
	top: 0;
	left: 0;
}

.slider-container,
.imghvr {
	position: relative;
}

.slider-container .mask,
.imghvr .mask {
	pointer-events: none;
}

.slider-container ul,
ul.imghvr {
	list-style: none;
}

ul.imghvr:hover .mask,
.slider-container:hover .mask {
	opacity: 1 !important;	/* マスクを表示する */
}

.slick-initialized .slick-slide {
	height: 325px !important;
}

/* コンテンツカルーセル */
.inner-slide {
	display: flex;
	justify-content: center;
}

.inner-slide .slider,
.inner-slide .imghvr {
	width: 310px;
	padding: 0;
	margin: 8px 10px;
}

.slick-prev {
	left: 5px !important;
	z-index: 1;
}

.slick-next {
	right: 5px !important;
	z-index: 1;
}

.slick-next:before,
.slick-prev:before {
	opacity: 1 !important;
}

.slick-prev:before {
	content: "＜";
}

.slick-prev:after {
	content: "＞";
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.col3 {
	width: calc(100% / 3);
	padding-bottom: 3%;
}

.col3 a img {
  width: 310px;
  height: 310px;
  object-fit: cover;
}

.pdg-none {
	padding: 0;
}

#eims #eims-info h1.sub-title-top {
  padding-top: 0;
}

#eims #eims-info section .button.points-btn {
  margin-bottom: 30px;
}

.navi-last {
  font-size: 14px !important;
  padding: 12px 15px !important;
}

.navi-last a {
  display: inline-block !important;
  padding: 0 !important;
}

.sns {
  display: flex;
  justify-content: center;
}

.sns img {
  margin: 15px;
}

.sns img:hover {
  opacity: 0.7;
}


/* =======================================================
* 追加css
* ======================================================= */
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-align-center {
	display: flex !important;
	align-items: center;
}

.fnt-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
	.pc_hide {
    display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.sp_hide {
    display: none !important;
	}
}

@media screen and (min-width: 1100px) {
	header .sp_hide {
    display: none !important;
	}
}

@media screen and (max-width: 1099px) {
	header .sp_hide {
    display: block !important;
	}
	.flex-end.pc_hide,
	#sub-navigation.flex.pc_hide {
    display: none !important;
	}
}

.txt-center {
  text-align: center;
}

.btnWhtgrn {
  border: 1px solid #808452;
  border-radius: 4px;
}

nav ul {
	padding: 0;
}


@media screen and (min-width: 1100px) {
  #sub-navigation .btn {
    width: 170px;
    margin: 0 5px;
  }
}

.btn.btnWhtgrn a {
  color: #808452;
}

.btnMosgrn {
  background: #808452;
  border-radius: 4px;
  color: #FFF;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.btnBlk {
  background: #151515;
  border-radius: 4px;
}

.flex {
  display: flex;
}



#header-container .inner {
  max-width: 1300px;
	width: 100%;
  margin: 0 auto;
}

#header-container .flex-space-between {
	padding: 1.5% 0;
}

.site-logo img {
	max-width: 258px;
	width: 100%;
}

#menu-btn {
	display: none;
}

#menu-btn::before,
#menu-btn::after {
	width: 25px;
	height: 1px;
	border-radius: 1px;
	background-color: #282728;
	content: "";
  position: absolute;
  top: 50%;
  transition: 0.5s;
  margin-top: -1px;
}

#menu-btn::before {
	box-shadow: 0 3px 0 0 transparent, 0 9px 0 0 #282728;
}

#menu-btn::after {
	box-shadow: 0 -3px 0 0 transparent, 0 -9px 0 0 #282728;
}

#menu-btn.open::after {
	box-shadow: none;
	transform: rotate(-45deg);
}

#menu-btn.open::before{
	box-shadow: none;
	transform: rotate(45deg);
}

#nav-container {
	display: flex;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: #F6F6F4;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in, transition 0.4s linear,visibility 0.3s ease-out;
  padding: 50px 0;
	white-space: nowrap;
}
@media screen and (min-width: 1100px) {
	#nav-container {
		height: initial;
		background: none;
		color: initial;
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		visibility: visible;
		opacity: 1;
		padding: 0;
	}
}

#menu-btn.open + #nav-container {
	visibility: visible;
	opacity: 1;
}

#nav-container .site-logo.sp_hide {
	position: absolute;
	top: 1%;
	left: 3%;
}

#main-navigation ul {
	margin-right: 1em;
}

#main-navigation ul li,
#footer-navigation ul li {
	display: inline-block;
}

@media screen and (min-width: 1100px) {
	#main-navigation ul > li > a {
		margin: 0 0.5vw;
	}
}

#main-navigation ul li a,
#footer-navigation ul li a {
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
	#main-navigation ul li a,
	#footer-navigation ul li a {
	  display: inline-block;
	}
}

.btn a {
	display: block;
	border-radius: 3px;
	color: #FFF;
	padding: 5px 40px;
	margin: 0 auto;
}

#site-navigation .flex-end {
	position: relative;
	top: -30px;
}

.flex-end .btn {
	border-radius: 0 0 3px 3px;
	margin: 0 5px;
}

.flex-end .btn a {
	padding: 10px 40px;
}

@media screen and (min-width: 1100px) {
	#sub-navigation .btn {
		width: 170px;
		margin: 0 5px;
	}
}

#sub-navigation .btn a {
	padding: 5px 0;
}

#sub-navigation .btn.btnMosgrn a {
	border: 1px solid #808452;
}

#sub-navigation .btn span {
	vertical-align: middle;
}

#footer-container {
	background: #E6E6E6;
}

#footer-container .inner,
footer .inner {
	max-width: 1300px;
	width: 100%;
}

#footer-container .container {
  padding: 2% 0;
	margin: 0;
}

#footer-container h3 {
	font-size: 22px;
	padding: 2% 0 0 4%;
	margin: 0;
}

#footer-container h4 {
  font-size: 18px;
}

#footer-container .col2 {
	width: 50%;
	padding: 0 4%;
}

#footer-container .col2 img {
	width: auto;
	padding-right: 3%;
}

#footer-container .flex-align-center {
	padding: 2% 0;
}

#footer-navigation ul > li > a {
	margin: 0.5vw;
}

.social.pc_hide {
	padding-bottom: 1%;
}

.social a {
	padding: 0 1%;
}

.social img {
	width: 35px;
	margin: 0 1.5%;
}

#footer {
	width: 100%;
	background: #151515;
	color: #FFF;
}

#footer .list_wrapper {
	padding: 30px;
}

#footer .list_wrapper img {
	width: 258px;
	padding-right: 35px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	padding: 5px 10px;
}

#footer ul li a,
#footer .tel a {
	color: #FFF;
}

#footer .tel a {
	font-size: 18px;
}
#footer .tel span:last-of-type {
	font-size: 10px;
}

.scroll-top_wrapper img {
	cursor: pointer;
	position: fixed;
	bottom: 65px;
	right: 2%;
	z-index: 1;
}

.copy {
	border-top: 1px solid #7e7e7e;
	font-size: 10px;
	padding: 30px 4%;
}

/* popup */
#footer .list_wrapper .pop button {
	width: auto;
	background: none;
	color: #FFF;
	padding: 0;
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	#footer .list_wrapper .pop button {
		margin: 0;
	}
}

.popup {
  display: none;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.95;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  overscroll-behavior: contain;
}

.popup_wrapper {
  width: 80%;
  background: #FFF;
	border-radius: 4px;
}

.popup_content {
  max-height: 70vh;
  overflow-y: auto;
  padding: 30px 4%;
	margin-top: 8%;
}

.popup_content .container {
	padding-top: 0;
}

.popup_content h4 {
	font-size: 18px;
	padding-bottom: 2%;
}

.popup_content p {
	padding-bottom: 2%;
}

.popup .close {
	background: none;
	color: #282728;
	text-decoration: underline;
  padding: 20px 26px;
}

.popup.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_content button {
	margin: 0 1%;
}

.btn-close {
	display: flex;
	justify-content: flex-end;
}

.btn-close button.close {
	font-size: 250%;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.mgn-top-none {
	margin-top: 0 !important;
}
