@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}

body {
	color: #333;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

a,a:hover,a:visited {
    color: inherit;
}

img {
	vertical-align: top;
}

.inner {
	max-width: 1100px;
	margin: 0 auto;
}

.heading .section-ttl {
	text-align: center;
	margin-bottom: 30px;
}

.heading .section-ttl p:first-of-type {
	font-weight: bold;
	font-size: 26px;
	color: #22BA83;
	letter-spacing: 3px;
}

.heading .section-ttl p:last-of-type {
	font-size: 18px;
	color: #E29528;
}

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

/*-----------ヘッダー------------*/
#header {
	border-bottom: 2px solid #22BA83;
}

#header .inner {
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#header .inner .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .inner .flex .header-menu ul {
	display: flex;
	justify-content: space-between;
}

#header .inner .flex .header-menu ul li {
	margin-right: 35px;
	font-weight: bold;
	color: #22BA83;
}

#header .inner .flex .header-menu ul li::before {
	content: "▼";
	color: #E29528;
	margin-right: 5px;
}

@media screen and (max-width: 768px)  {
	#header {
		padding: 20px 0;
	}

	#header .inner .flex {
		flex-direction: column;
	}
	
	#header .inner .flex .logo {
	}
	
	#header .inner .flex .header-menu {
		display: none;
	}
}

/*-----------メインビジュアル------------*/
#mainvisual {
}

#mainvisual img {
	width: 100%;
}


/*-----------５つの安心------------*/
#five-rilefe {
	background-image: url("../img/relife_bg.png");
	margin-bottom: 60px;
	background-size: cover;
	background-position: top;
	padding: 60px 0;
}

#five-rilefe .rilefe-list {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#five-rilefe .rilefe-list li {
	text-align: center;
	height: 340px;
	background-color: rgba(255,255,255,0.90);
	margin-right: 2%;
	width: 20%;
	padding: 15px 15px 0 15px;
	border-radius: 10px;
}

#five-rilefe .rilefe-list li:last-of-type {
	margin-right: 0;
}

#five-rilefe .rilefe-list li .number {
	font-size: 28px;
	background-color: #C8E9C4;
	width: 60px;
	height: 60px;
	margin: 0 auto 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #22BA83;
}

#five-rilefe .rilefe-list li .title {
	height: 20%;
	margin-bottom: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#five-rilefe .rilefe-list li .text {
	text-align: left;
	font-size: 15px;
	line-height: 1.7;
}

@media screen and (max-width: 768px)  {
	#five-rilefe {
		width: 100%;
	}
	
	#five-rilefe .rilefe-list {
		flex-direction: column;
		padding: 0 20px 15px 20px;
		width: 90%;
	}
	
	#five-rilefe .rilefe-list li {
		width: 90%;
		margin-bottom: 20px;
		height: 180px;
	}
	
	#five-rilefe .rilefe-list li .number {
		font-size: 22px;
		background-color: #C8E9C4;
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}
	
	#five-rilefe .rilefe-list li .title {
		height: 15%;
		margin-bottom: 10px;
	}

	#five-rilefe .rilefe-list li .text {
		text-align: left;
		font-size: 15px;
		line-height: 1.7;
	}

}


/*-----------リフォームメニュー------------*/
#reform-menu {
	margin-bottom: 60px;
	background-color: #F4F4F4;
	padding: 60px 0;
	margin-top: -60px;
}

#reform-menu .inner {
	position: relative;
}

#reform-menu .reform-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
}

#reform-menu .reform-list li {
	width: 33%;
	margin-bottom: 30px;
	position: relative;
}

#reform-menu .reform-list li img {
	border-radius: 10px;
}

#reform-menu .reform-list li .reform-ttl {
	position: absolute;
	bottom: 12px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.90);
	width: 80%;
	border-radius: 10px;
	line-height: 1.8;
	font-weight: bold;
	color: #22BA83;
}

#reform-menu .reform-chara {
	position: absolute;
	bottom: 0;
	right: 0;
} 

@media screen and (max-width: 768px)  {
	#reform-menu .reform-list {
		flex-direction: column;
	}
	
	#reform-menu .reform-list li {
		width: 100%;
		margin-bottom: 20px;
	}

	#reform-menu .reform-list li img {
		border-radius: 10px;
	}

	#reform-menu .reform-list li .reform-ttl {
		width: 60%;
	}

	#reform-menu .reform-chara {
		display: none;
	} 

}

/*-----------会社概要------------*/
#company{
	margin-bottom: 60px;
}
#company table   {
    width: 90%;
	margin: 0 auto;
}
#company table tr th {
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	background-color: #22BA83;
	border-bottom: 2px solid #F1F1F1;
}
#company table tr td {
	background-color: #FFFFFF;
	padding: 5px 10px 5px 25px;
	text-align: left;
	margin-bottom: 3px;
	border-bottom: 2px solid #F1F1F1;
	background-repeat: no-repeat;
	background-position: left center
}

/*-----------お近くのeリモデル------------*/
#branch {
	margin-bottom: 60px;
	text-align: center;
	background-color: #F4F4F4;
	padding: 60px 0;
}

#branch .branch-list {
	display: flex;
	justify-content: space-between;
}

#branch .branch-list .area {
	margin-bottom: 20px;
}

#branch .branch-list .area .area-ttl {
	background-color: #22BA83;
	padding: 7px 0;
	color: #fff;
	margin-bottom: 15px;
	font-weight: bold;
}

#branch .branch-list .area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#branch .branch-list .area ul li {
	width: 48%;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 5px 0;
}


#branch .branch-list .list-left,
#branch .branch-list .list-right {
	width: 50%;
}

#branch .branch-list .list-left {
	margin-right: 3%;
}

@media screen and (max-width: 768px)  {
	#branch .branch-list {
		flex-direction: column;
		width: 90%;
	}
	
	#branch .branch-list .list-left,
	#branch .branch-list .list-right {
		width: 100%;
		padding: 0 20px;
	}
}


/*-----------お問い合わせ------------*/
#contact {
	margin-bottom: 60px;
}

#contact .heading .contact-chara {
	text-align: center;
	margin-bottom: 5px;
}

#contact .contact-wrapper .contact-text {
	text-align: center;
	line-height: 1.8;
	margin-bottom: 30px;
}


#contact .contact-wrapper .tel {
	display: flex;
	text-align: center;
	justify-content: center;
	width: 60%;
	margin: 0 auto 30px auto;
}

#contact .contact-wrapper .tel .tel-1,
#contact .contact-wrapper .tel .tel-2 {
	background-color: #C8E9C4;
	border-radius: 10px;
	padding: 30px 60px;
}

#contact .contact-wrapper .tel img {
	margin-bottom: 40px;
}

#contact .contact-wrapper .tel .tel-ttl {
	margin-bottom: 40px;
	height: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

#contact .contact-wrapper .tel .tel-dial {
	background-color: #fff;
	padding: 2px 10px;
	margin-bottom: 15px;
	border-radius: 10px;
	color: #22BA83;
	font-size: 14px;
	font-weight: bold;
}

#contact .contact-wrapper .tel .tel-number {
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 1;
	font-weight: 400;
	color: #22BA83;
}

#contact .contact-wrapper .tel .tel-time {
	font-size: 14px;
}

.mail-ttl {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 768px)  {
	#contact .contact-wrapper .tel {
		flex-direction: column;
		width: 100%;
	}
	
	#contact {
		padding: 20px;
	}

	#contact .heading .contact-chara {
		display: none;
	}
	
	#contact .contact-wrapper .tel .tel-1 {
		margin-bottom: 15px;
	}

}

@media screen and (min-width: 767px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}
/*-----------フッター------------*/
#footer {
	background-color: #22BA83;
	padding: 10px 0;
}

#footer .copyright {
	color: #fff;
}

@media screen and (max-width: 768px) {
	#footer .copyright {
		font-size: 10px;
		padding: 0 10px;
	}
}

/*-----------サンクスページ------------*/
#thanks {
	height: 80vh;
	padding: 60px 15px 0 15px;
}

#thanks .thanks-text {
	text-align: center;
	margin-bottom: 40px;
}

#thanks .link-top {
	text-align: center;
	display: block;
	color: #E29528;
	font-weight: bold;
	font-size: 20px;
	
}

/*---ページトップへの動作----*/
div#pagetop-scroll {
	display: none;
	padding: 15px 20px;
	background: #22BA83;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.3 );
	position: fixed;
	right: 50px;
	bottom: 50px;
	font-size: 22px;
}

div#pagetop-scroll:hover {
	cursor: pointer;
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	div#pagetop-scroll {
		right: 15px;
		bottom: 20px;;
		font-size: 16px;
	}
}




