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

/*/////// アイコン ////////*/
.icon a {
	display: inline-block;
	margin-right: 10px;
	font-size: 0.9em;
	text-align: center;
	padding: 3px 10px;
	border-radius: 6px;
	color: #fff;
	margin-bottom: 20px;
}

.icon a:hover {
	color: #fff !important;
	opacity: 0.5;
}

.kitchen, .reform {
	background-color: #ff931e;
}

.bath, .toilet, .wash, .water-reform {
	background-color: #29abe2;
}

.interior, .interior-reform {
	background-color: #c1ab95;
}

.wall, .wall_and_roof-reform {
	background-color: #a6b3ba;
}

.nursing, .care-reform {
	background-color: #acc931;
}

.manshon, .mansion-reform {
	background-color: #7fb3bf;
}

.exterior-reform {
	background-color: #ebbc3f;
}

.large-reform {
	background-color: #f7a282;
}

.other-reform {
	background-color: #00ac6c;
}

@media (min-width: 768px) {
	.icon a {
		font-size: 0.87em;
		padding: 4px 15px;
		margin-bottom: 30px;
	}
}


/*/////// セクション2 ////////*/
.tab__area{
    width: 100%;
}

.tab__list{
    display: table;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    table-layout: fixed;
    border-spacing: 0;
}

.tab__item{
    display: table-cell;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 48%;
	margin-bottom: 10px;
}

.tab__item a{
    display: block;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 0.95em;
	line-height: 1.6em;
	color: #222;
}

.tab__item a:hover{
    background-color: #CBE0E5;
	color: #fff !important;
	border: 1px solid #CBE0E5;
}

.tab__item a.selected{
    background-color: #7fb3bf;
	border: 1px solid #7fb3bf;
	color: #fff !important;
}

.tab__inner {
    margin-top: 40px;
}

.js-tab-link {
	font-size: 1em;
}


/*///// 物件リストの内容 /////*/
.sec2 .sum-wrap h2 {
	font-size: 1.45em;
	line-height: 1.5em;
	display: block;
	border-bottom: 1px solid #abcfdb;
}

.sec2 .summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sec2 .reform-accordion_header {
	width: 160px !important;
	display: block;
	padding: 0;
	margin-left: auto;
	margin-right: 0;
}

.sec2 .reform-accordion_inner{
    display: none;
}

.sec2 .btn-detail {
	width: 100%;
	display: block;
	padding: 12px 0;
	padding-left: 20px;
	border: 2px solid #222;
	border-radius: 10px;
	color: #222;
}

.sec2 .btn-detail img {
	width: 12px;
}

.sec2 .reform-accordion_footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.sec2 .btn-close1 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.sec2 .btn-close1 span {
    font-size: 15px;
    line-height: 1;
}

.sec2 .reform-accordion_inner,
.sec2 .box_one {
    width: 100%;
}

/*///// 詳しく見るの内容 /////*/
.sec2 .reform-accordion_one {
	margin-bottom: 40px;
}

.sec2 .reform-accordion_one:last-child {
	margin-bottom: 0;
}

.sec2 .detail h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: 700;
}

.sec2 .construction .col-6 {
	margin-bottom: 20px;
}

.sec2 .construction img:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}

.sec2 .detail h4 {
	font-size: 1.2em;
	font-weight: 600;
}

.sec2 .before-after p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 25px;
	font-size: 1.3em;
	font-weight: 700;
	color: #fff;
}

@media (min-width: 576px) {
	/*///// 物件リストの内容 /////*/
	.sec2 .sum-wrap h2 {
		font-size: 1.5em;
		line-height: 1.5em;
		display: block;
		border-bottom: 1px solid #abcfdb;
	}

	.sec2 .icon a {
		margin-bottom: 15px;
	}

	.sec2 .summary {
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	}

	.sec2 .reform-accordion_header {
		width: 160px !important;
		display: block;
		padding: 0;
		margin-left: auto;
		margin-right: 0;
	}

	.sec2 .reform-accordion_inner{
		display: none;
	}

	.sec2 .btn-detail {
		width: 100%;
		display: block;
		padding: 12px 0;
		padding-left: 20px;
		border: 2px solid #222;
		border-radius: 10px;
		color: #222;
	}

	.sec2 .btn-detail img {
		width: 12px;
	}

	.sec2 .reform-accordion_footer {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		margin-top: 20px;
	}

	.sec2 .btn-close1 {
		display: flex;
		align-items: center;
		gap: 6px;
		margin-left: auto;
		padding: 0;
		border: none;
		background: transparent;
		cursor: pointer;
	}

	.sec2 .btn-close1 span {
		font-size: 15px;
		line-height: 1;
	}

	.sec2 .reform-accordion_inner,
	.sec2 .box_one {
		width: 100%;
	}

	/*///// 詳しく見るの内容 /////*/
	.sec2 .reform-accordion_one {
		margin-bottom: 40px;
	}

	.sec2 .reform-accordion_one:last-child {
		margin-bottom: 0;
	}

	.sec2 .detail h3 {
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: 700;
	}

	.sec2 .construction .col-6 {
		margin-bottom: 0;
	}

	.sec2 .detail h4 {
		font-size: 1.2em;
		font-weight: 600;
	}

	.sec2 .before-after p {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 5px 25px;
		font-size: 1.3em;
		font-weight: 700;
		color: #fff;
	}
}

@media (min-width: 768px) {
	.tab__item{
		width: 32%;
		margin-bottom: 20px;
	}

	.tab__item a{
		padding: 15px 0;
		font-size: 0.9em;
	}

	.tab__inner {
		margin-top: 40px;
	}

	/*///// 詳しく見るの内容 /////*/
	.sec2 .before-after p {
		padding: 15px 35px;
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.sec2 .tab__list {
		max-width: 900px;
	}

	.tab__item{
		margin-bottom: 25px;
	}

	.tab__item a{
		padding: 17px 0;
		font-size: 1em;
	}

	/*///// 詳しく見るの内容 /////*/
	.sec2 .reform-accordion_one {
		margin-bottom: 60px;
	}

	.sec2 .detail h3 {
		font-size: 1.6em;
	}

	.sec2 .detail h4 {
		font-size: 1.3em;
	}

	.sec2 .before-after p {
		padding: 20px 45px;
		font-size: 1.7em;
	}
}

@media (min-width: 1200px) {
	/*///// 詳しく見るの内容 /////*/
	.sec2 .reform-accordion_one {
		margin-bottom: 80px;
	}

	.sec2 .detail h3 {
		font-size: 1.8em;
	}

	.sec2 .detail h4 {
		font-size: 1.35em;
	}

	.sec2 .before-after p {
		padding: 30px 55px;
		font-size: 2em;
	}
}
