@charset "UTF-8";

/*----------------------------------------------------
   基本
----------------------------------------------------*/
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
}



/*----------------------------------------------------
   サブページ
----------------------------------------------------*/
.subpage-title {
	background-image: url("img/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.subpage-title:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
}
.subpage-title .sec-title {
	margin: 0;
}
.subpage-title .sec-title span {
	color: #FFF;
	text-shadow: 0 2px 10px #000;
}
.subpage-title .pankuzu {
	width: 94%;
	max-width: 1200px;
	box-sizing: border-box;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
	padding: .7em 2em;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.subpage-title {
	padding: 8em 0;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.subpage-title {
	padding: 6em 0;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.subpage-title {
	padding: 5em 0;
}
}


/*----------------------------------------------------
   sec-reform
----------------------------------------------------*/
.sec-reform {
    margin: 6em auto 10em;
	position: relative;
	box-sizing: border-box;
}
.sec-reform .inner {
    max-width: 1000px;
    width: 96%;
	margin: 0 auto;
}
.sec-reform:last-child {
    margin: 6em auto 2em;
}
.reform-menu {
    padding: 6em 0 8em;
	width: 96%;
	margin-bottom: 10em;
	position: relative;
}
.reform-menu:before {
	content: "";
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 50;
}
#renovation:before {
	background-color: #f0f8ed;
	border-radius: 0 100px 100px 0;
	left: 0;
}
#plumbing {
	margin-left: auto;
}
#plumbing:before {
	background-color: #f0fbff;
	border-radius: 100px 0 0 100px;
	right: 0;
}
#interior:before {
	background-color: #fffcef;
	border-radius: 0 100px 100px 0;
	left: 0;
}
#exterior {
	margin-left: auto;
}
#exterior:before {
	background-color: #fff5f0;
	border-radius: 100px 0 0 100px;
	right: 0;
}
#senior:before {
	background-color: #f8f2ff;
	border-radius: 0 100px 100px 0;
	left: 0;
}
#extension {
	margin-left: auto;
	/*margin-bottom: 2em;*/
}
#extension:before {
	background-color: #faf6ee;
	border-radius: 100px 0 0 100px;
	right: 0;
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.sec-reform {
    margin: 6em auto ;
}
.sec-reform:last-child {
    margin: 6em auto 4em;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.sec-reform {
    margin: 5em auto;
}
.sec-flow:last-child {
    margin: 3em auto 3em;
}
.reform-menu {
	width: 100%;
	margin-bottom: 5em;
}

}



/*----------------------------------------------------
   各種タイトル
----------------------------------------------------*/
.sub-sectitle {
  	color: #1f6f04;
	font-weight: 700;
	margin-bottom: 3em;
	text-align: center;
}
.reform-menutitle {
	position: relative;
	text-align: left;
	padding: .5em 0em;
	font-weight: 500;
    /*max-width: 1050px;
    width: 94%;
	margin: 0 auto;*/
	box-sizing: border-box;
	z-index: 60;
	margin: 0 0 0 auto;
	padding-left: 3.7em;
	max-width: 100%;
	width: 100%;
}
#plumbing .reform-menutitle,
#exterior .reform-menutitle,
#extension .reform-menutitle {
	/*margin: 0 0 0 auto;
	max-width: 87%;
    width: 87%;*/
	margin: 0 0 0 auto;
    width: 90%;
	max-width: 90%;
	padding-left: 3.7em;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.sub-sectitle {
  	font-size: 26px;
}
.reform-menutitle {
  	font-size: 22px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.sub-sectitle {
  	font-size: 22px;
}
.reform-menutitle {
  	font-size: 20px;
	/*padding: .5em 1.8em;*/
	padding: .5em 1.8em .5em 3em;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.sub-sectitle {
  	font-size: 18px;
}
.reform-menutitle {
  	font-size: 17px;
	/*padding: .5em 1.8em;*/
	padding: .5em 1.8em .5em 2.5em;
}
}


/*----------------------------------------------------
   メインタイトル
----------------------------------------------------*/
.sec-maintitle {
  	color: #1f6f04;
	font-weight: 700;
	margin-bottom: 2em;
	text-align: center;
	letter-spacing: 0.05em;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.sec-maintitle {
  	font-size: 26px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.sec-maintitle {
  	font-size: 22px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.sec-maintitle {
  	font-size: 18px;
}
}

/*----------------------------------------------------
   reform-number
----------------------------------------------------*/
.reform-number {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 70;
}
#plumbing .reform-number,
#exterior .reform-number,
#extension .reform-number {
	margin-left: auto;
    width: 90%;
}
.reform-number dt,
.reform-number dd {
	font-weight: 500;
	line-height: 1;
}
.reform-number dt {
  	position: relative;
	padding-left: 4.3em;
}
.reform-number dt:before {
  	content: "";
	width: 3.8em;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
#renovation .reform-number dt,
#renovation .reform-number dd {
  	color: #1f6f04;
}
#renovation .reform-number dt:before {
	background-color: #1f6f04;
}
#plumbing .reform-number dt,
#plumbing .reform-number dd {
  	color: #0faee2;
}
#plumbing .reform-number dt:before {
	background-color: #0faee2;
}
#interior .reform-number dt,
#interior .reform-number dd {
  	color: #ecc200;
}
#interior .reform-number dt:before {
	background-color: #ecc200;
}
#exterior .reform-number dt,
#exterior .reform-number dd {
  	color: #f8902b;
}
#exterior .reform-number dt:before {
	background-color: #f8902b;
}
#senior .reform-number dt,
#senior .reform-number dd {
  	color: #b696f0;
}
#senior .reform-number dt:before {
	background-color: #b696f0;
}
#extension .reform-number dt,
#extension .reform-number dd {
  	color: #a5803f;
}
#extension .reform-number dt:before {
	background-color: #a5803f;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.reform-number dt {
  	font-size: 20px;
	padding-bottom: 3px;
}
.reform-number dd {
  	font-size: 36px;
	padding-left: .3em;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.reform-number dt {
  	font-size: 20px;
	padding-bottom: 3px;
	padding-left: 3em;
}
.reform-number dt:before {
	width: 2.5em;
}
.reform-number dd {
  	font-size: 30px;
	padding-left: .3em;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.reform-number dt {
  	font-size: 15px;
	padding-bottom: 3px;
	padding-left: 3em;
}
.reform-number dt:before {
	width: 2.5em;
}
.reform-number dd {
  	font-size: 26px;
	padding-left: .3em;
}
}


/*----------------------------------------------------
   基本
----------------------------------------------------*/
.reform-list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 4em 0 0;
    max-width: 1050px;
    width: 94%;
	z-index: 70;
}
.reform-list li {
	box-sizing: border-box;
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.2);
	margin-bottom: 3em;
	background-color: #FFF;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	z-index: 70;
}
.reform-list h6 {
	text-align: center;
	margin-bottom: 1em;
	flex-grow: 1;
}
#renovation .reform-list h6 {
  	color: #1f6f04;
}
#plumbing .reform-list h6 {
  	color: #0faee2;
}
#interior .reform-list h6 {
  	color: #ecc200;
}
#exterior .reform-list h6 {
  	color: #f8902b;
}
#senior .reform-list h6 {
  	color: #b696f0;
}
#extension .reform-list h6 {
  	color: #a5803f;
}
.reform-list .pic {
	margin-bottom: 1em;
	max-width: 180px;
	margin: 0 auto 1em;
	flex-grow: 1;
}
.reform-list .sample {
  	margin-top: .5em;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.reform-list::after{
	content:"";
	display: block;
	width:30%;
}
.reform-list li {
  	width: 31%;
	padding: 3em 2em;
}
.reform-list h6 {
  	font-size: 18px;
}
.reform-list .sample {
  	font-size: 12px;
}
.reform-list .kakaku span {
  	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}
.reform-list li:nth-child(3n+1):nth-last-child(-n+3),
.reform-list li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
	margin-bottom: 0;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:850px) and ( max-width:1024px) {
.reform-list::after{
	content:"";
	display: block;
	width:30%;
}
.reform-list li {
  	width: 32%;
	padding: 3em 1.5em;
}
.reform-list li:nth-child(3n+1):nth-last-child(-n+3),
.reform-list li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
	margin-bottom: 0;
}
.reform-list h6 {
  	font-size: 17px;
}
.reform-list .sample {
  	font-size: 11px;
}
.reform-list .kakaku span {
  	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:849px) {
.reform-list {
    width: 96%;
	z-index: 70;
	padding: 2em 0 0;
}
.reform-list li {
  	width: 48%;
	padding: 2em 1.5em;
	margin-bottom: 2em;
}
.reform-list li:last-child,
.reform-list li:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
}
.reform-list h6 {
  	font-size: 15px;
}
.reform-list .sample {
  	font-size: 11px;
}
.reform-list .kakaku span {
  	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
}



/*----------------------------------------------------
   reform-number
----------------------------------------------------*/
.reform-table {
    max-width: 1050px;
    width: 94%;
	z-index: 70;
	position: relative;
	margin: 5em auto 0;
}
.reform-table .reform-menutitle {
    width: 100%;
	margin-bottom: 2em!important;
}
.reform-table .table-sp-wide {
	width: 100%;
	border: solid 1px #000;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
.reform-table .table-sp-wide th,
.reform-table .table-sp-wide td {
	padding: 1em;
	border: none;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	margin: 0;
	box-sizing: border-box;
}
.reform-table .table-sp-wide th {
	color: #FFF;
	text-align: left;
}
#renovation .reform-table .table-sp-wide th {
	background-color: #1f6f04;
}
#plumbing .reform-table .table-sp-wide th {
	background-color: #0faee2;
}
#interior .reform-table .table-sp-wide th {
	background-color: #ecc200;
}
#exterior .reform-table .table-sp-wide th {
	background-color: #f8902b;
}
#senior .reform-table .table-sp-wide th {
	background-color: #b696f0;
}
.reform-table .table-sp-wide td {
	background-color: #FFF;
}
.reform-table .table-sp-wide td.t-days {
	min-width: 5em;
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.reform-table .table-sp-wide td.t-days {
	min-width: 3em;
}
.reform-table .table-sp-wide td.t-kakaku {
	min-width: 8em;
}
}




/* アニメーション
----------------------------------------------*/
.reform-menu.delighter:before,
.reform-number.delighter,
.reform-menutitle.delighter,
.table-sp-wide.delighter {
	opacity: 0;
}
.reform-menu.started:before {
	/*アニメーションの定義名*/
	animation-name: slideInR;
	/*アニメーション変化時間 ※デフォルト*/
	animation-duration:1.2s;
	/*アニメーションの開始と終了時の状態を指定*/
	animation-fill-mode:forwards;
}
#plumbing.started:before,
#exterior.started:before,
#extension.started:before {
	/*アニメーションの定義名*/
	animation-name: slideInL;
}
.reform-number.started,
.reform-menutitle.started {
	/*アニメーションの定義名*/
	animation-name: slideInR;
	/*アニメーション変化時間 ※デフォルト*/
	animation-duration:1s;
	/*アニメーションの遅延*/
	animation-delay:.2s;
	/*アニメーションの開始と終了時の状態を指定*/
	animation-fill-mode:forwards;
}
#plumbing .reform-number.started,
#plumbing .reform-menutitle.started,
#exterior .reform-number.started,
#exterior .reform-menutitle.started,
#extension .reform-number.started,
#extension .reform-menutitle.started {
	/*アニメーションの定義名*/
	animation-name: slideInL;
}
.table-sp-wide.started {
	/*アニメーションの定義名*/
	animation-name: fadeIn;
	/*アニメーション変化時間 ※デフォルト*/
	animation-duration:1.5s;
	/*アニメーションの遅延*/
	animation-delay:.4s;
	/*アニメーションの開始と終了時の状態を指定*/
	animation-fill-mode:forwards;
}





/*----------------------------------------------------
   リフォーム案内
----------------------------------------------------*/
#reform-link {
	background-image: url("../../common/img/bg03.jpg");
}
#reform-link .reform-linklist li:hover .txtbtn {
	color: #000;
}
#reform-link .reform-linklist li:hover .txtbtn::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
#reform-link .reform-linklist li .txtbtn {
	width: 100%;
	margin: 1em auto 0;
	font-size: 14px;
	padding: 1em 0;
	display: block;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
#reform-link .reform-linklist {
	max-width: 1100px;
	width: 96%;
	margin: 0 auto 2em;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#reform-link .reform-linklist li {
	width: 30%;
}
#reform-link .reform-linklist li .txtbtn {
	width: 86%;
	font-size: 15px;
}
#reform-link .reform-linklist li .txtbtn span {
	background-size: 20px auto;
	padding: 0 30px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
#reform-link .reform-linklist {
	width: 96%;
	margin: 0 auto 2em;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#reform-link .reform-linklist li {
	width: 30%;
}
#reform-link .reform-linklist li .txtbtn span {
	background-size: 18px auto;
	padding: 0 25px 0 0;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:785px) {
#reform-link .reform-linklist {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto ;
}
#reform-link .reform-linklist li {
	width: 45%;
	margin: 0 2.5% 2em;
}
#reform-link .reform-linklist li .txtbtn span {
	padding: 0 25px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
#reform-link .reform-linklist li .txtbtn {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: .5em;
	box-sizing: border-box;
}
#reform-link .reform-linklist li .txtbtn span {
	background-size: 15px auto;
	padding: 0 25px 0 0;
	font-size: 13px;
}
}

