@charset "utf-8";

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;
}
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;
}
ul.blogList li > a > img {
	display: block;
	width: 100%;
}
ul.blogList li div > a {
	text-decoration: none;
	color: #333;
}
@media only screen and (max-width:768px) {
	#indexInformation h3 {
		font-size: 2.4rem;
		font-weight: bold;
		color: #e9851a;
	}
	.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.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;
	}
}

.fbButton {
	text-align: center;
    margin-bottom: 25px;
}
.fbButton a {
	display: inline-block;
	padding: 15px 20px 15px 20px;
	position: relative;
	text-decoration: none;
    background: rgba(59,89,152,1);
    transition: all 0.3s ease;
    color: #fff;
}
.fbButton a:hover {background: rgba(59,89,152,0.7);}
.fbButton a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101"!important;
    margin-left: 10px!important;
}

.box-coment01,
.box-coment02,
.box-coment03 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 120px;
	background: #f5f5f5;
    padding: 25px;
    position: relative;
    margin: 0 0 25px 170px;
}
.box-coment01::before,
.box-coment02::before,
.box-coment03::before {
	content: '';
    min-width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    left: -170px;
    border: solid 8px #f5f5f5;
    border-radius: 50%;
    top: 50%;
    margin-top: -67px;
}
.box-coment01::before { background: url(../images/contents/index/coordinator01.png); background-repeat: no-repeat; background-size: contain; }
.box-coment02::before { background: url(../images/contents/index/coordinator02.png); background-repeat: no-repeat; background-size: contain; }
.box-coment03::before { background: url(../images/contents/index/coordinator03.png); background-repeat: no-repeat; background-size: contain; }

.box-coment01::after,
.box-coment02::after,
.box-coment03::after {
	content: '';
    border-right: 25px solid transparent;
    border-bottom: 40px solid #f5f5f5;
    border-left: 25px solid transparent;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -25px;
    transform: rotate(-90deg);
}

@media only screen and (max-width:768px) {
	.box-coment01,
	.box-coment02,
	.box-coment03 {
		padding: 75px 10px 10px 10px;
		margin: 60px 0 0 0;
	}
	.box-coment01::before,
	.box-coment02::before,
	.box-coment03::before {
		width: 120px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -60px;
		background-color: #fff;
		margin-top: 0;
	}
	.box-coment01::after,
	.box-coment02::after,
	.box-coment03::after {
		display: none;
	}

}

/*--- reform ----------*/

.voiceBox {
	display: flex;
	flex-wrap: wrap;
}
.voiceBox > li {
	list-style-type: none!important;
    width: calc(( 100% - 50px ) / 3 );
    margin: 0 25px 25px 0!important;
    border: solid 1px #eee;
    padding: 25px;
}
.voiceBox > li:nth-of-type(3n) {
	margin: 0 0 25px 0!important;
}
.voiceBox > li div.no_midashi {
	padding: 10px 15px;
	color: #fff;
	background: #fcc800;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.voiceBox > li div.reform,
.voiceBox > li div.star,
.voiceBox > li div.customer {
	margin-bottom: 15px;
}
.voiceBox > li div.reform::before,
.voiceBox > li div.star::before,
.voiceBox > li div.customer::before,
.voiceBox > li div.manager::before {
	display: block;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2.0rem;
	border-bottom: dashed 1px #ccc;
}
.voiceBox > li div.reform::before {
	content: 'リフォーム箇所';
}
.voiceBox > li div.star::before {
	content: 'リフォームの総合評価';
}
.voiceBox > li div.customer::before {
	content: 'お客様より';
}
.voiceBox > li div.manager::before {
	content: '担当者より';
}
.voiceBox .flexBox2 > div:nth-of-type(2), .flexBox3 > div:nth-of-type(1) {
    width: calc(100% - 25px - 30%);
}
.voiceBox .flexBox2 > div:nth-of-type(1), .flexBox3 > div:nth-of-type(2) {
    width: 30%;
}
@media only screen and (max-width: 1500px) {
	.voiceBox > li {
		width: calc(( 100% - 25px ) / 2 );
	}
	.voiceBox > li:nth-of-type(3n) {
		margin: 0 25px 25px 0!important;
	}
	.voiceBox > li:nth-of-type(2n) {
		margin: 0 0 25px 0!important;
	}
}

@media only screen and (max-width:768px) {
	.voiceBox {
		display: block;
	}
	.voiceBox > li {
		width: 100%;
		margin: 0 0 25px 0!important;
		padding: 10px;
		border: none;
	}
	.voiceBox > li:nth-child(even) {
		background: #f5f5f5;
	}
	.voiceBox > li:nth-child(even) .box2 {
		background: #fff!important;
	}
	.voiceBox > li:nth-of-type(3n) {
		margin: 0 0 25px 0;
	}
	.voiceBox > li .flexBox3 {
		display: flex;
		flex-direction: column;
	}
	.voiceBox > li .flexBox3 div:nth-of-type(1) {
		order: 2;	
	}
	.voiceBox .flexBox2 > div:nth-of-type(2), .flexBox3 > div:nth-of-type(1) {
    	width: 100%;
	}
	.voiceBox .flexBox2 > div:nth-of-type(1), .flexBox3 > div:nth-of-type(2) {
		width: 100%;
		margin-bottom: 15px;
	}
}

.flex5col1 {
	display: flex;
}
.flex5col1 > div {
	width: calc(( 100% - 100px ) / 5 );
	margin-right: 25px;
}
.flex5col1 > div:last-child {
	margin-right: 0;
}
@media only screen and (max-width:768px) {
	.flex5col1 {
		display: block;
	}
	.flex5col1 > div {
		width: 100%;
		margin: 0 0 25px 0;
	}
}



ul.OneDay {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #f5f5f5;
    padding: 50px;
	position: relative;
}
ul.OneDay::after {
	content: "";
	display: block;
	height: 90%;
	border-right: solid 10px #fff;
	border-radius: 5px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
ul.OneDay li {
	display: flex;
    flex-wrap: wrap;
    width: calc(( 100% - 100px ) / 2 );
    padding: 50px;
    margin: 0 100px 50px 0!important;
	background: #fff;
	border-radius: 15px;
    position: relative;
}
ul.OneDay li:nth-of-type(2n) {
	margin: 100px 0 0px 0!important;
}
ul.OneDay li:nth-child(odd)::before,
ul.OneDay li:nth-child(even)::before {
	content: "";
    min-width: 100px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}
ul.OneDay li:nth-child(odd)::before {
    background: url(../images/contents/index/oneday-icon01.png);
    right: -100px;
}
ul.OneDay li:nth-child(even)::before {
    background: url(../images/contents/index/oneday-icon02.png);
    left: -100px;
}
div.midashi-day {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}
div.midashi-day span {
	display: block;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    background: #2c6841;
    border-radius: 50%;
	margin-right: 15px;
}
ul.OneDay li p {
    margin-bottom: 15px!important;
}
ul.OneDay li p:last-child {
    margin-bottom: 0!important;
}

@media only screen and (max-width: 1115px) {
	div.midashi-day {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	div.midashi-day span {
		margin: 0 0 15px 0;
	}
}
@media only screen and (max-width:999px) {
	ul.OneDay {
		display: block;
		padding: 25px 10px 25px 25px;
		position: relative;
	}
	ul.OneDay::after {
		content: "";
		display: block;
		width: 5px;
		height: calc( 100% - 20px );
		border-right: none;
		border-radius: 5px;
		top: 10px;
		left: 10px;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		background: #fff;
	}
	ul.OneDay li {
		display: block;
		width: 100%;
		padding: 25px;
		margin: 0 0 25px 0!important;
		border-radius: 15px;
	}
	ul.OneDay li:nth-of-type(2n) {
		margin: 0 0 25px 0!important;
	}
	ul.OneDay li:last-child {
		margin-bottom: 0px!important;
	}
	ul.OneDay li:nth-child(odd)::before,
	ul.OneDay li:nth-child(even)::before {
		content: "";
		width: 25px;
		min-width: auto;
		height: 24px;
		background: url(../images/contents/index/oneday-icon-sp.png);
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		z-index: 1;
	}
	ul.OneDay li:nth-child(odd)::before {
		left: -25px;
	}
	ul.OneDay li:nth-child(even)::before {
		left: -25px;
	}
}

/*--- 自社リノベーション物件　詳細ページ ---*/

.FloorPlan-main {
	margin-bottom: 10px!important;
}
.FloorPlan-main .slick-prev,
.FloorPlan-main .slick-next {
    width: 40px!important;
    height: 40px!important;
	z-index: 1!important;;
}
.FloorPlan-main .slick-prev:before,
.FloorPlan-main .slick-next:before {
    font-size: 40px!important;
}
.FloorPlan-main .slick-prev {
    left: 25px!important;
}
.FloorPlan-main .slick-next {
    right: 25px!important;
}
.FloorPlan-sub div.slick-slide {
	padding: 0 5px;
}
.FloorPlan-main img,
.FloorPlan-sub img {
	display: block;
	width: 100%;
}
.FloorPlan-main img {
	height: 642px;
	object-fit: cover;
	object-position: center;
}
.FloorPlan-sub img {
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.FloorPlan-main .slick-dots {
    bottom: 25px!important;
    margin: 0!important;
}
.FloorPlan-main .slick-dots li {
    margin: 0 5px!important;
}
.pd-fp {
	display: flex;
}
.pd-fp > div {
	width: calc(( 100% - 50px ) / 2 );
}
.pd-fp > div:nth-of-type(1) { margin-right: 50px; }
	
.pd-fp table {
	table-layout: fixed;
}
.pd-fp table th {
	width: 50%;	
}
.FloorPlan {
	margin-bottom: 25px;
}
.FloorPlan img {
	display: block;
	width: 100%+
}
.GoogleMap {
	margin-bottom: 25px;
}
.GoogleMap > iframe {
	display: block;
	width: 100%;
	height: 300px;
}
@media only screen and (max-width:999px) {
	.FloorPlan-main img {
		height: 260px;
	}
	.FloorPlan-main .slick-prev,
	.FloorPlan-main .slick-next {
		width: 20px!important;
		height: 20px!important;
	}
	.FloorPlan-main .slick-prev:before,
	.FloorPlan-main .slick-next:before {
		font-size: 20px!important;
	}
	.FloorPlan-main .slick-prev {
		left: 10px!important;
	}
	.FloorPlan-main .slick-next {
		right: 10px!important;
	}
	.FloorPlan-main .slick-dots {
		bottom: 15px!important;
	}
	.FloorPlan-sub img {
		height: 75px;
	}
	.pd-fp {
		display: block;
	}
	.pd-fp > div {
		width: 100%;
	}
	.pd-fp > div:nth-of-type(1) { margin: 0 0 50px 0; }

	.pd-fp table th {
		width: 100%;	
	}
}

/*--- 自社リノベーション物件 一覧CSS ---*/

ul.renovationList {
	display: block;
}
ul.renovationList > li {
	display: flex;
	align-items: center;
	width:100%;
	padding: 25px;
	border-bottom: solid 1px #eee;
}
ul.renovationList > li:first-child {
	border-top: solid 1px #eee;
}
div.renovationThum {
	width: 260px;
	margin-right: 25px;
}
div.renovationThum a {
	display: block;
}
div.renovationThum img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center;
}
div.renovationText {
	width: calc( 100% - 285px );
}
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 {
	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) {
	ul.renovationList {
		display: block;
	}
	ul.renovationList > li {
		display: block;
		width:100%;
		padding: 15px 0;
		margin: 0 0 15px 0;
	}
	div.renovationThum {
		width:100%;
		margin: 0 0 25px 0;
	}
	div.renovationThum a {
		display: block;
	}
	div.renovationThum img {
		height: 260px;
	}
	div.renovationText {
		width: 100%;
	}
	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;
	}
}

/* リフォームプランナーから事例を探す */

body.search-planner #main {
	padding: 25px 0!important;
}


ul.plannerList {
	display: flex;
	flex-wrap: wrap;
}
.plannerList li {
	width: calc( 100% / 4 );
	padding: 50px 50px;
	/*margin-bottom: 50px;*/
	/*border-right: solid 1px #f5f5f5;*/
}
.plannerList li:nth-of-type(2),
.plannerList li:nth-of-type(4),
.plannerList li:nth-of-type(5),
.plannerList li:nth-of-type(7),
.plannerList li:nth-of-type(10),
.plannerList li:nth-of-type(12),
.plannerList li:nth-of-type(13),
.plannerList li:nth-of-type(15),
.plannerList li:nth-of-type(18),
.plannerList li:nth-of-type(20),
.plannerList li:nth-of-type(21),
.plannerList li:nth-of-type(23) {
	background: #f5f5f5;
}
.plannerList li:last-child {
	border-right: none;
}
.plannerList li,
.plannerContent {
    position: relative;
}
.plannerBody {
    display: block;
}
.plannerHeader {
	width: 100%;
}
.plannerContent {
    width:100%;
}
.plannerThumb {
    width: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 25px;
}
.plannerThumb img {
	display: block;
	transition: all 0.2s;
}
.plannerList li:hover .plannerThumb {
	box-shadow: 0 0 15px rgba( 0, 0, 0, 0.3 );
	transition: all 0.2s;
}
.plannerList li:hover .plannerThumb img {
	transition: all 0.2s;
	transform: scale(1.1);
}
.plannerContent {
	/*text-align: center;*/
}
.plannerTitle {
	text-align: center;
}
.plannerTitle h2 {
    font-size: 2.2rem;
	color: #2c6841;
	text-align: center;
	padding: 0px!important;
}
/*.plannerTitle h2 span {
    font-size: 1.8rem;
}*/
.plannerTitle h2::before,
.plannerTitle h2::after {
	display: none;
	/*width: 10px!important;;
    height: 20px!important;;
    border-color: #2c6841!important;*/
}
.plannerText {
    margin-bottom: 25px;
}
.plannerBtn {
	display: flex;
    justify-content: center;
}
.plannerBtn::before {
	display: flex;
    justify-content: center;
}
.plannerBtn a {
    color: #333;
    padding-bottom: 5px;
    border-bottom: solid 1px #333;
    text-decoration: none;
    padding: 0px 5px 5px;
}
.plannerBtn a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left: 10px;
	font-size: 1.2rem;
}
.plannerBtn a:hover {
	opacity: 0.8;
}

@media only screen and (max-width:1500px) {
	.plannerList li {
		width: calc( 100% / 3 );
	}
	.plannerList li:nth-of-type(2),
	.plannerList li:nth-of-type(4),
	.plannerList li:nth-of-type(5),
	.plannerList li:nth-of-type(7),
	.plannerList li:nth-of-type(10),
	.plannerList li:nth-of-type(12),
	.plannerList li:nth-of-type(13),
	.plannerList li:nth-of-type(15),
	.plannerList li:nth-of-type(18),
	.plannerList li:nth-of-type(20),
	.plannerList li:nth-of-type(21),
	.plannerList li:nth-of-type(23) {
		background-color: transparent!important;
	}
	.plannerList li:nth-of-type(2),
	.plannerList li:nth-of-type(4),
	.plannerList li:nth-of-type(6),
	.plannerList li:nth-of-type(8),
	.plannerList li:nth-of-type(10),
	.plannerList li:nth-of-type(12),
	.plannerList li:nth-of-type(14),
	.plannerList li:nth-of-type(16),
	.plannerList li:nth-of-type(18),
	.plannerList li:nth-of-type(20),
	.plannerList li:nth-of-type(22),
	.plannerList li:nth-of-type(24) {
		background-color: #f5f5f5!important;
	}
}
@media only screen and (max-width:1115px) {
	.plannerThumb {
		width: 100%;
		margin: 0 auto 25px;
	}
}
@media only screen and (max-width: 999px) {
	body.search-planner #main {
		padding: 0 0!important;
	}
	.plannerList li {
		width: calc( 100% / 2 );
		padding: 25px 15px;
		/*margin-bottom: 15px;*/
	}
	.plannerList li:nth-of-type(2),
	.plannerList li:nth-of-type(4),
	.plannerList li:nth-of-type(5),
	.plannerList li:nth-of-type(6),
	.plannerList li:nth-of-type(7),
	.plannerList li:nth-of-type(8),
	.plannerList li:nth-of-type(10),
	.plannerList li:nth-of-type(12),
	.plannerList li:nth-of-type(13),
	.plannerList li:nth-of-type(14),
	.plannerList li:nth-of-type(15),
	.plannerList li:nth-of-type(16),
	.plannerList li:nth-of-type(18),
	.plannerList li:nth-of-type(20),
	.plannerList li:nth-of-type(21),
	.plannerList li:nth-of-type(22),
	.plannerList li:nth-of-type(23),
	.plannerList li:nth-of-type(24) {
		background-color: transparent!important;
	}
	.plannerList li:nth-of-type(2),
	.plannerList li:nth-of-type(3),
	.plannerList li:nth-of-type(6),
	.plannerList li:nth-of-type(7),
	.plannerList li:nth-of-type(10),
	.plannerList li:nth-of-type(11),
	.plannerList li:nth-of-type(14),
	.plannerList li:nth-of-type(15),
	.plannerList li:nth-of-type(18),
	.plannerList li:nth-of-type(19),
	.plannerList li:nth-of-type(22),
	.plannerList li:nth-of-type(23),
	.plannerList li:nth-of-type(26),
	.plannerList li:nth-of-type(27),
	.plannerList li:nth-of-type(30) {
		background-color: #f5f5f5!important;
	}
	.plannerThumb {
		max-width: 200px;
	}
}


body.archive .plannerBody {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
body.archive .plannerContent {
	text-align: left;
}
body.archive .plannerThumb {
    width: 200px;
	margin: 0 25px 0 0;
}
body.archive .planner2nd .plannerHeader {
	width: 225px;
}
body.archive .planner2nd .plannerContent {
	width: calc( 100% - 225px );
}
body.archive .plannerText {
    margin-bottom: 0;
}
body.archive .plannerTitle {
	text-align: left;
}
@media only screen and (max-width: 999px) {
	
	body.archive .plannerBody {
		display: block;
	}
	body.archive .plannerContent {
		text-align: center;
	}
	body.archive .plannerThumb {
		width: 200px;
		margin: 0 auto 25px;
	}
	body.archive .planner2nd .plannerHeader {
		width: 100%;
	}
	body.archive .planner2nd .plannerContent {
		width: 100%;
	}
	
}

























