@charset "utf-8";

/*--------------------------------*/
/*--- index共通部分 ---------------*/
/*--------------------------------*/

.indexMidashi {
	margin-bottom: 25px;
}
.indexMidashi > h2 {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 700;
    color: #2c6841;
    padding: 0 0 0px 0;
    border-bottom: solid 1px #999;
}
.indexMidashi > span {
    font-size: 1.8rem;
    display: block;
    padding: 10px 0 0 0;
}
body.front h3.font_h3 {
	font-size: 2.4rem;
	display: inline-block;
	padding: 15px 25px;
	border: solid 1px #999;
	position: relative;
	margin-bottom: 25px;
}
body.front h3.font_h3::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f164";
    color: #2c6841;
    position: absolute;
    top: -14px;
    left: 40px;
    z-index: 1;
    font-size: 1.6rem;
}
body.front h3.font_h3::after {
	content: 'Good！';
    font-weight: 700;
    font-size: 1.4rem;
    padding: 5px 15px 5px 50px;
    background: #ffffff;
    color: #2c6841;
    position: absolute;
    top: -16px;
    left: 20px;
    border-radius: 10px 10px 0 0;
}
.indexBtn {
	margin-bottom: 25px;
}
.indexBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 25px 0;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	transition: 0.5s all;
}
.indexBtn a:hover {
	color: #fff;
	background: #2c6841;
	transition: 0.5s all;
}
.indexBtn a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-right: 15px;
}
.indexBtn span {
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 5px 0 15px;
}
@media only screen and (max-width:768px) {
	.indexMidashi > h2 {
		padding: 0 0 15px 0;
		line-height: 1.3;
	}
	.indexMidashi > span {
		font-size: 1.6rem;
	}
}
/*--------------------------------*/
/*--- topContents ----------------*/
/*--------------------------------*/

.mainimage .slick-dotted.slick-slider {
    margin-bottom: 0!important;
    position: relative;
}
.slide01, 
.slide02,
.slide03,
.slide04,
.slide05,
.slide06,
.slide07 {
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    width: 100%;
    height: 100vh!important;
	position: relative;
}
.slide01 { background-image: url(../images/contents/index/mainimage01.webp); }
.slide02 { background-image: url(../images/contents/index/mainimage02.webp); }
.slide03 { background-image: url(../images/contents/index/mainimage03.jpg); }
/*.slide04 { background-image: url(../images/contents/index/mainimage04.jpg); }*/
.slide05 { background-image: url(../images/contents/index/mainimage05.jpg); }
/*.slide06 { background-image: url(../images/contents/index/mainimage06.jpg); }*/
.slide07 { background-image: url(../images/contents/index/mainimage07.jpg); }

/*.mainimage .slick-dots {
    position: absolute;
    width: 100%!important;
    top: 50%!important;
    left: 50%!important;
	bottom: auto!important;
    text-align: center;
    margin: 65px 0 0 0!important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}*/
.mainimage .slick-dots {
    position: absolute;
	bottom: 30px!important;
}

.mainimage .slick-prev,
.mainimage .slick-next {
    width: 40px!important;
    height: 40px!important;
	z-index: 1!important;;
}
.mainimage .slick-prev:before,
.mainimage .slick-next:before {
    font-size: 40px!important;
}
.mainimage .slick-prev {
    left: 25px!important;
}
.mainimage .slick-next {
    right: 25px!important;
}
.mainText {
	width: 100%;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	font-size: 6.0rem;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width:768px) {
	.mainimage .slick-dots {
		margin: 45px 0 0 0!important;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0px!important;
	}
	.slide01, 
	.slide02,
	.slide03,
	.slide04,
	.slide05,
	.slide06,
	.slide07 {
		height: 60vh!important;
	}
	.mainimage .slick-prev,
	.mainimage .slick-next {
		width: 20px!important;
		height: 20px!important;
	}
	.mainimage .slick-prev:before,
	.mainimage .slick-next:before {
		font-size: 20px!important;
	}
	.mainimage .slick-prev {
		left: 10px!important;
	}
	.mainimage .slick-next {
		right: 10px!important;
	}
	.mainText {
		font-size: 3.0rem;
	}
}

/*--------------------------------*/
/*--- indexAboutGR -----------------*/
/*--------------------------------*/

#indexAboutGR {
	margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
	#indexAboutGR {
		margin-bottom: 25px;
	}
}

/*--------------------------------*/
/*--- indexService ---------------*/
/*--------------------------------*/

#indexService {
	width: calc( 100% + 100px);
	padding: 50px;
	margin: 0 0 50px -50px;
	background: #2c6841;
}
#indexService * {
	color: #fff;
}
#indexService h2 {
    border-bottom: solid 1px #fff;
}
.serviceBox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.serviceBox > div {
	width: calc(( 100% - 75px ) / 4 );
	margin: 0 24.9px 0 0;
	position: relative;
}
.serviceBox > div:last-child {
	margin: 0;
}
.serviceBox > div::after {
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	z-index: -1;
    bottom: -50px;
}
.serviceBox div.imgBox {
	margin-bottom: 15px
}
.serviceBox div.imgBox img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.serviceBox > div h3 {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
.serviceBox > div .indexButton1 {
	padding: 0 25px;
    position: absolute;
    bottom: -50px;
    width: 100%;
	margin-bottom: 0;
}
.serviceBox > div .indexButton1 a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #fff;
	text-decoration: none;
	font-size: 1.4rem;
	height: 50px;
	transition: 0.5s all;
}
.serviceBox > div .indexButton1 a:hover {
	color: #2c6841!important;
	background: #fff;
	transition: 0.5s all;
}
.serviceBox > div .indexButton1 a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-right: 10px;
}
@media only screen and (max-width: 1115px) {
	#indexService {
		padding:  50px 50px 0;
		margin-bottom: 100px;
	}
	.serviceBox {
		margin: 0;
	}
	.serviceBox > div {
		width: calc(( 100% - 50px ) / 2 );
		margin: 0 49.9px 100px 0;
	}
	.serviceBox > div:nth-of-type(2n) {
		margin: 0 0 100px 0;
	}
	.serviceBox > div .buttonLink1 {
		padding: 0;
	}
}
@media only screen and (max-width:768px) {
	#indexService {
		width: calc( 100% + 30px);
		padding: 50px 15px;
		margin: 0 0 75px -15px;
	}
	.serviceBox {
		display: block;
		margin-bottom: 0px;
	}
	.serviceBox > div {
		width: 100%;
		margin: 0 0 25px 0;
		position: relative;
	}
	.serviceBox > div:nth-of-type(2n) {
		margin: 0 0 25px 0;
	}
	.serviceBox > div::after {
		display: none;
	}
	.serviceBox > div:last-child {
		margin: 0!important;
	}
	.serviceBox > div .indexButton1 {
		position: static;
	}
}


/*--------------------------------*/
/*--- indexAbout -----------------*/
/*--------------------------------*/

#indexAbout {
	margin-bottom: 100px;
}
.Aboutimage {
	margin-bottom: 50px;
}
#indexAbout .slick-slide img {
    width: 100%!important;
}
.Aboutimage .slick-prev,
.Aboutimage .slick-next {
    width: 50px!important;
    height: 50px!important;
    background: #333!important;
    z-index: 1!important;
    padding: 0 5px 0 0!important;
}
.Aboutimage .slick-prev { left: 0!important; }
.Aboutimage .slick-next { right: 0!important; }

.Aboutimage .slick-prev:before,
.Aboutimage .slick-next:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 2.8rem!important;
    line-height: 1;
    opacity: 1!important;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.Aboutimage .slick-prev:before { content: "\f053"; }
.Aboutimage .slick-next:before { content: "\f054"; }

/*--- safari調整用 ここから ---*/
_::-webkit-full-page-media, _:future, :root .Aboutimage .slick-prev:before {
     width: 50px!important;
    height: 50px!important;
	display: flex;
	align-items: center;
	justify-content: center;
}
_::-webkit-full-page-media, _:future, :root .Aboutimage .slick-next:before {
     width: 50px!important;
    height: 50px!important;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*--- safari調整用 ここまで ---*/

#indexAbout_point h3 {
	padding: 10px 0px 10px 75px;
	margin-bottom: 25px;
	font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    border-bottom: solid 2px #333;
    position: relative;
}
#indexAbout_point h3::before {
    content: '';
    width: 37px;
    height: 64px;
    display: block;
    background: url(../images/contents/index/h3_pointMidashi.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 15px;
	margin-top: -34.5px;
}
.pointBox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.pointBox > div {
	width: calc(( 100% - 25px ) / 2 );
	margin: 0 24.9px 0 0;
	border-bottom: dashed 1px #ccc;
	display: flex;
	align-items: center;
	padding: 15px;
}
.pointBox > div:nth-of-type(2n) {
	margin: 0;
}
.pointBox > div::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 900;
	margin-right: 15px;
	color: #2c6841;
	font-size: 2.8rem;
}
.pointBox > div > p {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 0!important;
	line-height: 1.5;
}
.pointBox > div > p > span {
	font-size: 2.8rem;
	margin: 0 5px;
}
.pointBox > div.point01 > p > span { color: #ec7a7a; }
.pointBox > div.point02 > p > span { color: #ffc949; }
.pointBox > div.point03 > p > span { color: #2c6841; }
.pointBox > div.point04 > p > span { color: #75aaea; }

/*#indexAbout_coordinator {
	background: #f5f5f5;
    width: calc( 100% + 100px );
    margin-left: -50px;
    padding: 50px;
}*/
.coordinatorBox {
	display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    width: calc( 100% + 100px );
    margin-left: -50px;
    padding: 95px 50px 25px 50px;
}
.coordinatorBox > div {
	width: calc(( 100% - 50px ) / 3 );
    margin: 0 24.9px 0 0;
    background: #fff;
}
.coordinatorBox > div:last-child {
	margin: 0 0 0 0;
}
.coordinatorBox-inner {
	position: relative;
}
.coordinatorBox-inner > div:nth-of-type(1) {
	width: 140px;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.coordinatorBox-inner > div:nth-of-type(1) > img {
	display: block;
	width: 100%;
}
.coordinatorBox-inner > div:nth-of-type(2) {
	width: 100%;
    padding: 80px 25px 25px 25px;
}
.coordinatorBox-inner > div:nth-of-type(2) > h4 {
    font-size: 2.0rem;
    font-weight: 700;
    padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
	text-align: center;
}
.coordinatorBox-inner > div:nth-of-type(2) > p {
	margin-bottom: 0!important;
}
@media only screen and (max-width: 1115px) {
	.coordinatorBox {
		padding: 120px 25px 50px 25px;
	}
}
@media only screen and (max-width:768px) {
	#indexAbout {
		margin-bottom: 75px;
	}
	#indexAbout_point h3 {
		padding: 10px 0px 11px 60px;
    	font-size: 2.2rem;
	}
	#indexAbout_point h3::before {
		content: '';
		width: 30px;
		height: 52px;
		margin-top: -24px;
	}
	.pointBox {
		display: block;
		margin-bottom: 50px;
	}
	.pointBox > div {
		width: 100%;
		border-left: none;
		border-bottom: dashed 1px #ccc;
		justify-content: flex-start;
		padding: 15px 0;
	}
	.pointBox > div:last-child {
		border-right: none;
	}
	.pointBox > div > p {
		font-size: 1.8rem;
	}
	.pointBox > div > p > span {
		font-size: 2.6rem;
	}
	.coordinatorBox {
		display: block;
		width: calc( 100% + 30px );
		margin-left: -15px;
		padding: 85px 15px 25px;
	}
	.coordinatorBox > div {
		width: 100%;
		margin: 0 0 85px 0;
		padding: 65px 25px 25px 25px;
	}
	.coordinatorBox > div:last-child {
		margin: 0 0 0 0;
	}
	.coordinatorBox-inner {
		display: block;
	}
	.coordinatorBox-inner > div:nth-of-type(1) {
		margin: 0 auto 15px;
		width: 120px;
    	top: -60px;
	}
	.coordinatorBox-inner > div:nth-of-type(2) {
		width: 100%;
		padding: 0;
	}
}

/*--------------------------------*/
/*--- indexStylebook -------------*/
/*--------------------------------*/

#indexStylebook {
	margin-bottom: 100px;
}
.Stylebookimage-main {
	position: relative;
	margin-bottom: 5px;
}
.Stylebookimage-main > a > img {
	display: block;
	width: 100%;
}
.Stylebookimage-main > a > p {
	position: absolute;
	bottom: 25px;
	left: 25px;
	margin-bottom: 0!important;
	font-size: 3.6rem;
	font-weight: 700;
	color: #fff;
}
.Stylebookimage-other {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.Stylebookimage-other > div {
	width: calc(( 100% - 5px ) / 2 );
	margin: 0 5px 5px 0;
	position: relative;
}
.Stylebookimage-other > div:nth-of-type(2n) {
	margin: 0 0 5px 0;
}
.Stylebookimage-other > div > a > img {
	display: block;
	width: 100%;
}
.Stylebookimage-other > div > a > p {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin-bottom: 0!important;
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
}
.Stylebookimage-main > a,
.Stylebookimage-other > div a {
	display: block;
	overflow: hidden;
}
.Stylebookimage-main > a > img,
.Stylebookimage-other > div > a > img {
	transition: 0.5s all;
}
.Stylebookimage-main > a:hover > img,
.Stylebookimage-other > div > a:hover > img {
	transform: scale(1.1);
	transition: 0.5s all;
}
.Stylebookimage-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 25px 0;
	border: solid 1px #ccc;
	color: #333;
	text-decoration: none;
}
.Stylebookimage-btn a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f019";
	font-weight: 900;
	margin-right: 15px;
	color: #2c6841;
}
.Stylebookimage-btn span {
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 5px 0 15px;
}
@media only screen and (max-width: 1115px) {
	.Stylebookimage-main > a > p {
		bottom: 10px;
		left: 10px;
		font-size: 3.2rem;
	}
	.Stylebookimage-other > div > a > p {
		bottom: 5px;
		left: 10px;
		font-size: 2.0rem;
	}
}
@media only screen and (max-width:768px) {
	#indexStylebook {
		margin-bottom: 75px;
	}
	.Stylebookimage-main > a > p {
		bottom: 10px;
		left: 10px;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.Stylebookimage-other {
		display: block;
		margin-bottom: 20px;
	}
	.Stylebookimage-other > div {
		width: 100%;
		margin: 0 0 5px 0;
		position: relative;
	}
	.Stylebookimage-other > div > a > p {
		bottom: 10px;
		left: 10px;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.Stylebookimage-main > a > img,
	.Stylebookimage-other > div > a > img {
		transition: none;
	}
	.Stylebookimage-main > a:hover > img,
	.Stylebookimage-other > div > a:hover > img {
		transform: scale(1.0);
		transition: none;
	}
	.Stylebookimage-btn a {
		display: block;
		text-align: center;
		padding: 15px;
	}
	.Stylebookimage-btn span {
		display: block;
		margin: 0;
	}
}

/*--------------------------------*/
/*--- indexGallery ---------------*/
/*--------------------------------*/

#indexGallery {
	margin-bottom: 100px;
}
ul.Gallerylist {
	display: flex;
	flex-wrap: wrap;
}
ul.Gallerylist li {
	position: relative;
    overflow: hidden;
    height: 250px;
    margin: 0 2.5px 5px 2.5px;
    flex-grow: 1;
}
ul.Gallerylist li img {
	width: auto;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    cursor: pointer;
}
ul.Gallerylist li img {
	transition: 0.5s all;
}
ul.Gallerylist li:hover img {
	transform: scale(1.1);
	transition: 0.5s all;
}
@media (max-width: 480px){
	#indexGallery {
		margin-bottom: 75px;
	}
	ul.Gallerylist li {
		width: calc(50% - 5px);
		height: calc(50vw - 5px);
	}
	ul.Gallerylist li img {
		transition: none;
	}
	ul.Gallerylist li:hover img {
		transform: scale(1.0);
		transition: none;
	}
}

/*--------------------------------*/
/*--- indexInformation------------*/
/*--------------------------------*/

.informationBtn {
	text-align: right;
	margin-bottom: 10px;
}
.informationBtn a {
	display: inline-block;
	text-decoration: none;
    font-size: 1.4rem;
	color: #333;
}
.informationBtn a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin: 1px 10px 0 0;
}
.informationBtn a:hover {
	opacity: 0.8;
}
.informationBox {
	display: flex;
	margin-bottom: 50px;
}
.informationBox > div {
	width: calc(( 100% - 25px ) / 2 );
	margin: 0 24.9px 0 0;
}
.informationBox > div:last-child {
	margin: 0 0 0 0;
}
ul.newsList li {
	/*display: flex;
	align-items: center;*/
	padding: 15px 0;
	border-top: dashed 1px #ccc;
}
ul.newsList li:last-child {
	border-bottom: dashed 1px #ccc;
}
ul.newsList li div {
	display: inline-block;
}
div.newsListCate {
	margin-right: 15px;	
}
div.newsListCate > a {
	display: block;
    width: 100px;
    font-size: 1.4rem;
    text-align: center;
	text-decoration: none;
}
a.cat_info {
	border: solid 1px #333;	
	color: #333;
}
a.cat_event {
	background: #2c6841;
	color: #fff;	
}
div.newsListDate {
	margin-right: 15px;	
}
div.newsListTitle > a {
	color: #333;
	text-decoration: none;	
}
ul.blogList li {
    display: flex;
    align-items: center;
    padding: 30px 15px 30px 35px;
    border: solid 1px #ccc;
    position: relative;
}
ul.blogList li::before {
    font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 20px;
    height: 100%;
    background: #333;
	position: absolute;
    left: 0;
	color: #fff;
}
ul.blogList li > a {
	width: 115px;
	height: 115px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}
ul.blogList li > a > img {
	display: block;
	width: 100%;
}
ul.blogList li div > a {
	text-decoration: none;
	color: #333;
}
.snsBox {
  	background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 3px, #f0f0f0 3px, #f0f0f0 6px);
    width: calc( 100% + 100px );
    margin: 0 0 25px -50px;
    padding: 50px; 
	display: block;
}
/*.snsBox > div:nth-of-type(1) {
	width: 350px; 
	margin: 0 24.9px 0 0;
}*/
.snsBox > div:nth-of-type(2) {
	/*width: calc( 100% - 375px );*/
	width: 100%;
}
.snsBox > div h3 {
	font-size: 2.8rem;
	font-weight: bold;
	border: none;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.snsBox > div h3::before {
	content: '';
	min-width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 15px;
}
/*.snsBox > div:nth-of-type(1) > h3 { color: #38449d; }
.snsBox > div:nth-of-type(1) > h3::before { background: #38449d; }
.snsBox > div:nth-of-type(2) > h3 { color: #f75180; }
.snsBox > div:nth-of-type(2) > h3::before { background: #f75180; }*/
.snsBox > div > h3 { color: #f75180; }
.snsBox > div > h3::before { background: #f75180; }*/

#Instagram {
	height: 500px;
	overflow: scroll;
}
#Instagram a[target="_blank"]::after, #Instagram .externalLink::after {
    display: none!important;
}
ul.partnerBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
ul.partnerBox li {
	margin-right: 25px;
}
ul.partnerBox li:last-child {
	margin-right: 0;
}
ul.partnerBox li a {
	display: block;
	padding: 25px 50px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: solid 1px #ccc;
}
@media only screen and (max-width:1115px) {
	.informationBox {
		display: block;
		margin-bottom: 50px;
	}
	.informationBox > div {
		width: 100%;
		margin: 0 0 25px 0;
	}
}
@media only screen and (max-width:768px) {
	.informationBox {
		margin-bottom: 0;
	}
	ul.newsList li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 15px 0;
		border-top: dashed 1px #ccc;
	}
	ul.newsList li:last-child {
		border-bottom: dashed 1px #ccc;
	}
	div.newsListCate,
	div.newsListDate {
		margin: 0 15px 10px 0;	
	}
	div.newsListDate {
		font-size: 1.4rem;
	}
	div.newsListTitle {
		width: 100%;
	}
	ul.blogList li {
		padding: 15px 15px 15px 35px;
		margin-bottom: 25px;
	}
	.snsBox {
		width: calc( 100% + 30px );
		margin: 0 0 25px -15px;
		padding: 25px 15px; 
		display: block;
	}
	.snsBox > div:nth-of-type(1) {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.snsBox > div:nth-of-type(2) {
		width: 100%;
	}
	ul.partnerBox {
		display: block;
		margin-bottom: 25px;
	}
	ul.partnerBox li {
		margin: 0 0 10px 0;
	}
	ul.partnerBox li:last-child {
		margin: 0;
	}
}

/*---------------------------*/
/*--- 自社リノベーション物件 ---*/
/*---------------------------*/

#indexRenovation {
	margin-bottom: 100px;
} 
ul.renovationList {
	display: flex;
	flex-wrap: wrap;
}
ul.renovationList > li {
	width: calc(( 100% - 25px ) / 2 );
	margin: 0 25px 25px 0;
}
ul.renovationList > li:nth-of-type(2n) {
	margin: 0 0 25px 0;
}
div.renovationThum {
	margin-bottom: 25px;
}
div.renovationThum a {
	display: block;
}
div.renovationThum img {
	display: block;
	width: 100%;
	height: 460px;
	object-fit: cover;
	object-position: center;
}
div.renovationCat {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
div.renovationCat a {
	padding: 1px 25px 2px;
	margin-right: 10px;
	background: #333;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
}
div.renovationTitle {
	margin-bottom: 15px;
}
div.renovationTitle a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 2.4rem;
	font-weight: 700;
}
ul.propertyInfo {
	display: flex;
	flex-wrap: wrap;
}
ul.propertyInfo li {
	display: flex;
	margin: 0 25px 10px 0;
	font-size: 1.4rem;
}
ul.propertyInfo li span {
	padding: 0 10px;
    margin-right: 5px;
    background: #f5f5f5;
}

/*hover*/
div.renovationTitle a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 999px) {
	#indexRenovation {
		margin-bottom: 75px;
	}
	ul.renovationList {
		display: block;
	}
	ul.renovationList > li {
		width:100%;
		margin: 0 0 15px 0;
	}
	ul.renovationList > li:nth-of-type(2n) {
		margin: 0 0 15px 0;
	}
	div.renovationThum {
		margin-bottom: 15px;
	}
	div.renovationThum img {
		height: 260px;
	}
	div.renovationTitle {
		margin-bottom: 15px;
	}
	div.renovationTitle a {
		font-size: 2.0rem;
	}
	ul.propertyInfo li {
		margin: 0 15px 10px 0;
	}
	div.renovationCat {
		display: block;
		flex-wrap: nowrap;
	}
	div.renovationCat a {
		display: inline-block;
		margin-bottom: 5px;
	}
	div.renovationCat a:last-child {
		margin-bottom: 0px;
	}
}

#indexMap {
	display: flex;
}
#indexMap > div:nth-of-type(1) {
	width: calc( 100% - 545px - 25px );
	margin-right: 25px;
}
#indexMap > div:nth-of-type(2) {
	width: 545px;
}
#indexMap img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 999px) {
	#indexMap {
		display: block;
	}
	#indexMap > div {
		width: 100%!important;
	}
	#indexMap > div:nth-of-type(1) {
		margin: 0 0 25px 0;
	}
}

/*---------------------------*/
/*--- スタッフブログ ---*/
/*---------------------------*/

#indexStaffblog {
	margin-bottom: 100px;
}
div.StaffblogListTitlte {
	margin-bottom: 15px;
}
div.StaffblogListTitlte a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 2.0rem;
	font-weight: 700;
}
@media only screen and (max-width: 999px) {
    #indexStaffblog {
        margin-bottom: 75px;
    }
}