@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Keyvisual-content__title{
		padding-top: 2rem;
	}
	.Keyvisual-content__title-jp{
		font-size: 2.3rem;
		line-height: calc(3.3 / 2.3);
		margin-bottom: 1rem;
	}

}



/*-------------------------------
	ナビ
-------------------------------*/

.Nav{
	padding-top: 5.2rem;
	padding-bottom: 7rem;
}
.Nav__title{
	font-size: 3.2rem;
	margin-bottom: 3.6rem;
	font-weight: 700;
	text-align: center;
}
.Nav__title::before{
	content: "";
	display: block;
	width: 10.5rem;
	height: 4.7rem;
	margin-bottom: 1rem;
	background-image: url(../images/common/obj_title.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
}
.Nav__title span{
	line-height: 1.35;
	display: block;
	text-align: center;
}
.C-Pagelink{
	margin-bottom: 0;
	gap: 2rem 4rem;
}
/* .Nav-list__item{
	width: 20rem;
	height: 5.6rem;
}
.Nav-list__item a{
	border: 2px solid var(--subcolor);
	width: 100%;
	height: 100%;
	border-radius: 1.3rem;
	letter-spacing: .2em;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1 !important;
}
.Nav-list__item a::after{
	border-right: 1px solid var(--subcolor);
	border-bottom: 1px solid var(--subcolor);
	transition: var(--transition);
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 1.8rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.Nav-list__item a:hover{
	background: var(--subcolor);
	color: #fff;
}
.Nav-list__item a:hover::after{
	border-right-color: #fff;
	border-bottom-color: #fff;
} */

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Nav{
		padding-top: 4rem;
		padding-bottom: 5.5rem;
	}
	.Nav__title{
		font-size: 1.8rem;
		margin-bottom: 2.2rem;
	}
	.Nav__title::before{ 
		width: 7.1rem;
		height: 3.2rem;
		margin-bottom: .9rem;
	}
	.Nav__title span{
		line-height: calc(3.7 / 1.8);
	}
	.C-Pagelink{
		gap: 1.9rem 2.9rem;
		margin-bottom: 0;
	}
	.C-Pagelink__item{
		width: calc((100% - 2.9rem) / 2);
		height: 4.5rem;
	}
	.C-Pagelink__item a{
		font-size: 1.4rem;
		border-radius: 1rem;
	}
	.C-Pagelink__item a::after{
		right: 1.4rem;
	}

}



/*-------------------------------
	メニュー
-------------------------------*/

.main{
	counter-reset: number 0;
}
.Menu{
	border-top: 2px solid var(--subcolor);
	padding-top: 9.6rem;
	padding-bottom: 7rem;
}
.Menu-title{
	width: 100%;
	margin-bottom: 4.8rem;
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.Menu-title::before{
	font-family: var(--en);
	-webkit-text-stroke: 1px var(--subcolor);
	text-stroke: 1px var(--subcolor);
	counter-increment: number 1;
	content: counter(number,decimal-leading-zero);
	display: block;
	width: 12rem;
	font-size: 9.5rem;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	
}
.Menu-title__jp{
	font-size: 3.2rem;
	letter-spacing: .2em;
	line-height: 1;
	font-weight: 700;
	transform: translateY(-.4rem);
}
.Menu-title__en{
	font-size: 1.4rem;
	letter-spacing: .2em;
	margin-left: 1.2rem;
	line-height: 1;
	font-weight: 700;
	display: block;
	transform: translateY(-.8rem);
}
.Menu-top{
	width: 100%;
	margin-bottom: 7.2rem;
	padding-left: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Menu-top__image{
	width: calc(100% - 57rem);
	max-width: 47.6rem;
	position: relative;
	z-index: 5000;
}
.Menu-top__image::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: calc(100% + .3rem);
	height: calc(100% + .3rem);
	position: absolute;
	left: .2rem;
	top: 0;
	transform: rotate(5.7deg);
	z-index: -1;
}
.Menu-top__image img{
	width: 100%;
}
.Menu-top__body{
	width: 100%;
	max-width: 60.5rem;
	padding-left: 5rem;
}
.Menu-top__title{
	width: fit-content;
	font-size: 2.1rem;
	margin-bottom: 3.5rem;
	padding-left: .3rem;
	padding-right: .3rem;
	padding-bottom: .5rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.Menu-top__title::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: .3rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Menu-top__list{
	width: 100%;
	display: flex;
	gap: 3.3rem;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.Menu-top__list-item{
	width: 100%;
	font-size: 1.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Menu-top__list-item::before{
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(../images/common/icon_check-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Menu-top__list-item span{
	width: calc(100% - 2.5rem);
	padding-left: 2rem;
	margin-top: -.4em;
	display: block;
}
.Menu-guideline{
	border: 2px solid var(--subcolor);
	width: 100%;
	padding: 3.7rem 6rem 3rem 7rem;
	margin-bottom: 3.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Menu-guideline-block-wrap{
	width: 50%;
}
.Menu-guideline-block-wrap:nth-of-type(2){
	padding-left: 4rem;
}
.Menu-guideline-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Menu-guideline-block:not(:last-child){
	margin-bottom: 3.6rem;
}
.Menu-guideline-block__title{
	width: 13.2rem;
	padding-left: 1.5rem;
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.Menu-guideline-block__title::before{
	background: var(--subcolor);
	content: "";
	width: .4rem;
	height: .4rem;
	line-height: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.Menu-guideline-block__title::after{
	background: var(--subcolor);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.Menu-guideline-block__text{
	width: calc(100% - 13.2rem);
	padding-left: 2.2rem;
	line-height: 1;
}
.Menu-guideline-block__text span{
	margin-top: .6rem;
	line-height: calc(3 / 1.6);
	display: block;
}
.Menu-guideline-block__text span::before{
	content: "※";
	line-height: calc(3 / 1.6);
}

/*----- 取り扱いメーカー */
.Menu-guideline:has(.Menu-guideline-block-wrap.-maker) .Menu-guideline-block-wrap:nth-of-type(1){
	width: calc(100% - 40rem);
	padding-right: 8.5rem;
}
.Menu-guideline-block-wrap.-maker{
	width: 40rem;
	padding-left: 0;
}
.Menu-guideline-block-wrap.-maker .Menu-guideline-block{
	flex-direction: column;
}
.Menu-guideline-block-wrap.-maker .Menu-guideline-block__title{
	width: calc(100% - 1.2rem);
	margin-bottom: 2rem;
	margin-left: 1.2rem;
}
.Menu-guideline-block-wrap.-maker .Menu-guideline-block__title::after{
	display: none;
}
.Menu-guideline-block-wrap.-maker .Menu-guideline-block__text{
	width: 100%;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.Menu-guideline-block-wrap.-maker .Menu-guideline-block__text-hosoku{
	width: calc(3em + 1rem);
	padding-left: 1rem;
	margin-top: 0;
	letter-spacing: 0;
	line-height: 1;
}
.Menu-guideline-block-wrap.-maker .Menu-guideline-block__text-hosoku::before{
	display: none;
}
.Menu-guideline__list{
	width: calc(100% - (3em + 1rem));
	display: flex;
	gap: 1.3rem;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Menu-guideline__list-item{
	width: calc((100% - 1.3rem) / 2);
	height: 3.5rem;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e3e3e3;
}

.Menu-table{
	width: 100%;
	margin-bottom: 7.2rem;
}
.Menu-table__balloon{
	background: var(--maincolor);
	width: 24.2rem;
	height: 5rem;
	margin-bottom: .5rem;
	border-radius: 2.5rem;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: .15em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5000;
}
.Menu-table__balloon::before{
	content: "";
	display: block;
	width: 3.9rem;
	height: 4.6rem;
	background-image: url(../images/common/icon_balloon.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 1.8rem;
	bottom: -1.2rem;
	z-index: -1;
	transform: scale(-1,1);
}
.Menu-table__inner{
	width: 100%;
	table-layout: fixed;
}
.Menu-table__header-title{
	background: var(--subcolor);
	height: 3.5rem;
	border-right: 2px solid #fff;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.Menu-table__body{
	counter-reset: number 0;
}
.Menu-table__body-text{
	padding: 1.2rem .5rem 1.2rem 1.4rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: calc(2.7 / 1.6);
	background: #e3e3e3;
}
.Menu-table__body-text.-small span{
	font-size: 1.4rem;
	line-height: calc(2.7 / 1.6);
	letter-spacing: 0;
}
.Menu-table__header-title:nth-of-type(1),
.Menu-table__body-text:nth-of-type(1){
	/* width: 34.7rem; */
	width: 33rem;
}
.Menu-table__header-title:nth-of-type(2),
.Menu-table__body-text:nth-of-type(2){
	/* width: calc(100% - (34.7rem + 12.2rem + 12.2rem)); */
	width: calc(100% - (33rem + 20rem + 20rem));
}
.Menu-table__header-title:nth-of-type(3),
.Menu-table__header-title:nth-of-type(4),
.Menu-table__body-text:nth-of-type(3),
.Menu-table__body-text:nth-of-type(4){
	/* width: 12.2rem; */
	width: 20rem;
}
.Menu-table__body-text:nth-of-type(1){
	padding-left: 3rem;
}
.Menu-table__body-text:nth-of-type(1) span{
	width: 100%;
	padding-left: 4.2rem;
	line-height: calc(2.7 / 1.6);
	display: block;
	position: relative;
}
.Menu-table__body-text:nth-of-type(1) span::before{
	border: 1px solid var(--subcolor);
	counter-increment: number 1;
	content: counter(number, upper-latin);
	font-size: 2rem;
	font-weight: 700;
	width: 2.5rem;
	height: 2.5rem;
	padding-bottom: .2rem;
	border-radius: 50%;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
.Menu-table__body-text:nth-of-type(2){
	padding-left: 2.8rem;
}
.Menu-table__body-text:nth-of-type(3){

}
.Menu-table__body-text:last-child{
	padding-right: 1.4rem;
	text-align: center;
}

.Menu-table__body-inner .Menu-table__body-text:nth-of-type(1) span::before{
	padding-bottom: .4rem;
}

/*----- LDKリフォーム */

/*----- 浴室リフォーム */
#Menu2 .C-Button{
	width: 32.7rem;
}

/*----- 和洋室リフォーム */
#Menu3 .C-Button{
	width: 28.3rem;
}

/*----- 間取り変更リフォーム */
#Menu4 .C-Button{
	width: 32.7rem;
}

/*----- 二世帯リフォーム */
#Menu5 .C-Button{
	width: 32.7rem;
}

@media screen and (min-width:769px) , print{

	.Menu-table__body-text:nth-of-type(2),
	.Menu-table__body-text:nth-of-type(3),
	.Menu-table__body-text:nth-of-type(4){
		height: auto !important;
		padding-top: 1.2rem !important;
		padding-bottom: 1.2rem !important;
		margin-bottom: 0 !important;
		display: table-cell !important;
	}

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Menu-top{
		align-items: flex-start;
		justify-content: flex-start;
	}
	.Menu-guideline{
		padding: 3.5rem;
	}
	.Menu-guideline-block-wrap:nth-of-type(1){
		padding-right: 2.5rem;
	}
	.Menu-guideline-block-wrap:nth-of-type(2){
		padding-left: 2.5rem;
	}
	.Menu-guideline:has(.Menu-guideline-block-wrap.-maker) .Menu-guideline-block-wrap:nth-of-type(1){
		width: calc(100% - 40rem);
		padding-right: 5rem;
	}
	.Menu-guideline-block-wrap.-maker{
		width: 40rem;
		padding-left: 0;
	}

	.Menu-table__header-title:nth-of-type(1),
	.Menu-table__body-text:nth-of-type(1),
	.Menu-table__header-title:nth-of-type(2),
	.Menu-table__body-text:nth-of-type(2){
		width: calc((100% - (12.2rem * 2)) / 2);
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.Menu-table__body-text:nth-of-type(1) span{
		padding-left: 3.5rem;
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Menu-top__image{
		width: 35rem;
	}
	.Menu-top__body{
		width: calc(100% - 35rem);
	}

	.Menu-guideline:has(.Menu-guideline-block-wrap.-maker) .Menu-guideline-block-wrap:nth-of-type(1){
		width: calc(100% - 35rem);
		padding-right: 3.5rem;
	}
	.Menu-guideline-block-wrap.-maker{
		width: 35rem;
		padding-left: 0;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Menu-top{
		padding-left: 0;
	}
	.Menu-top__image{
		width: 30rem;
	}
	.Menu-top__body{
		width: calc(100% - 30rem);
		padding-left: 3.5rem;
	}
	.Menu-guideline{
		flex-direction: column;
	}
	.Menu-guideline-block-wrap{
		width: 100%;
		padding-right: 0;
	}
	.Menu-guideline-block-wrap:nth-of-type(1){
		padding-right: 0;
		margin-bottom: 3rem;
	}
	.Menu-guideline-block-wrap:nth-of-type(2){
		padding-left: 0;
	}
	.Menu-guideline:has(.Menu-guideline-block-wrap.-maker) .Menu-guideline-block-wrap:nth-of-type(1){
		width: 100%;
		padding-right: 0;
	}
	.Menu-guideline-block-wrap.-maker{
		width: 100%;
		padding-left: 0;
	}

}
@media screen and (max-width:768px){

	.Menu{
		padding-top: 4.8rem;
		padding-bottom: 5.6rem;
	}
	.Menu-title{
		margin-bottom: 4.2rem;
		flex-wrap: wrap;
	}
	.Menu-title::before{
		width: 100%;
		font-size: 4.2rem;
		margin-bottom: .7rem;
	}
	.Menu-title__jp{
		font-size: 2.1rem;
		transform: translateY(0);
		letter-spacing: 0;
	}
	.Menu-title__en{
		font-size: 1.1rem;
		margin-left: 1rem;
		transform: translateY(-.2rem);
		letter-spacing: 0;
	}
	.Menu-top{
		margin-bottom: 3rem;
		padding-left: 0;
		flex-direction: column;
	}
	.Menu-top__image{
		width: calc(100% - 1.2rem);
		max-width: 100%;
		margin-bottom: 2.4rem;
	}
	.Menu-top__body{
		max-width: 100%;
		padding-left: 0;
	}
	.Menu-top__title{
		font-size: 1.6rem;
		margin-bottom: 2.2rem;
		padding-left: .5rem;
		padding-right: 0;
		padding-bottom: 1.4rem;
	}
	.Menu-top__title::after{
		height: 2px;
	}
	.Menu-top__list{
		gap: 2.1rem;
	}
	.Menu-top__list-item{
		font-size: 1.4rem;
	}
	.Menu-top__list-item::before{
		width: 1.8rem;
		height: 1.8rem;
	}
	.Menu-top__list-item span{
		width: calc(100% - 1.8rem);
		padding-left: 1rem;
		margin-top: -.3em;
		line-height: calc(2.6 / 1.4);
	}
	.Menu-guideline{
		padding: 2.1rem 1.6rem 1.5rem;
		margin-bottom: 3.7rem;
		flex-direction: column;
	}
	.Menu-guideline-block-wrap{
		width: 100%;
	}
	.Menu-guideline-block-wrap:not(:last-child){
		margin-bottom: 2.6rem;
	}
	.Menu-guideline-block-wrap:nth-of-type(2){
		padding-left: 0;
	}
	.Menu-guideline-block{
		flex-direction: column;
	}
	.Menu-guideline-block:not(:last-child){
		margin-bottom: 2.6rem;
	}
	.Menu-guideline-block__title{
		width: 100%;
		padding-left: 1.2rem;
		margin-bottom: 1.8rem;
	}
	.Menu-guideline-block__title::before{
		width: 3px;
		height: 3px;
	}
	.Menu-guideline-block__title::after{
		display: none;
	}
	.Menu-guideline-block__text{
		width: 100%;
		padding-left: 1.2rem;
	}
	.Menu-guideline-block__text span{
		margin-top: .5rem;
		line-height: calc(2.3 / 1.28);
		display: block;
	}
	.Menu-guideline-block__text span::before{
		line-height: calc(2.3 / 1.28);
	}

	/*----- 取り扱いメーカー */
	.Menu-guideline:has(.Menu-guideline-block-wrap.-maker) .Menu-guideline-block-wrap:nth-of-type(1){
		width: 100%;
		padding-right: 0;
	}
	.Menu-guideline-block-wrap.-maker{
		width: 100%;
		padding-left: 0;
	}
	.Menu-guideline-block-wrap.-maker .Menu-guideline-block{
		flex-direction: column;
	}
	.Menu-guideline-block-wrap.-maker .Menu-guideline-block__title{
		width: 100%;
		margin-bottom: 2.4rem;
		margin-left: 0;
	}
	.Menu-guideline-block-wrap.-maker .Menu-guideline-block__text{
		width: 100%;
		padding-left: 0;
		flex-direction: column;
	}
	.Menu-guideline-block-wrap.-maker .Menu-guideline-block__text-hosoku{
		width: 100%;
        max-width: 23.7rem;
		padding-left: 0;
		margin-top: 1rem;
		letter-spacing: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
	}
	.Menu-guideline-block-wrap.-maker .Menu-guideline-block__text-hosoku::before{
		display: none;
	}
	.Menu-guideline__list{
		width: 100%;
		max-width: 23.7rem;
		gap: .9rem 1.1rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Menu-guideline__list-item{
		width: calc((100% - 1.1rem) / 2);
		height: 2.7rem;
		font-size: 1.2rem
	}

	.Menu-table{
		width: 100%;
		margin-bottom: 4rem;
	}
	.Menu-table__balloon{
		width: 17rem;
		height: 3.5rem;
		border-radius: 1.8rem;
		font-size: 1.4rem;
	}
	.Menu-table__balloon::before{
		width: 2.9rem;
		height: 3.5rem;
		left: 1.3rem;
		bottom: -1.1rem;
	}
	.Menu-table__header{
		display: none;
	}
	.Menu-table__inner,
	.Menu-table__inner tbody,
	.Menu-table__inner tr,
	.Menu-table__inner th,
	.Menu-table__inner td{
		display: block
	}
	.Menu-table__body-inner:not(:last-child){
		margin-bottom: .3rem;
	}
	.Menu-table__body-text{
		padding: 1.2rem 1.5rem 1.2rem 1.5rem;
		border-right: none;
		border-bottom: none;
		line-height: 1;
		background: none;
		display: none;
	}
	.Menu-table__body-text.-small span{
		width: 100%;
		font-size: 1.28rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.Menu-table__body-text:nth-of-type(1){
		width: 100%;
		padding-left: 1.5rem;
		background: #e3e3e3;
	}
	.Menu-table__body-text:nth-of-type(1) span{
		padding-left: 3.2rem;
		padding-right: 3.2rem;
		line-height: 1;
		height: 2rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
	}
	.Menu-table__body-text:nth-of-type(1) span::before{
		font-size: 1.6rem;
		width: 2rem;
		height: 2rem;
	}
	.Menu-table__body-text:nth-of-type(1) span::after{
		background: var(--subcolor);
		content: "";
		display: block;
		width: 1.2rem;
		height: .7rem;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		transform: translate(0,-50%);
		position: absolute;
		right: 0;
		top: 50%;
	}
	.Menu-table__body-text:nth-of-type(2){
		width: 100%;
		line-height: 1.5;
		padding-bottom: 1rem;
		padding-left: 1.5rem;
		display: flex;
	}
	.Menu-table__body-text:nth-of-type(3),
	.Menu-table__body-text:nth-of-type(4){
		width: 100%;
		line-height: 1.5;
		padding-top: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.Menu-table__body-text:nth-of-type(3){
		padding-bottom: 1rem;
	}
	.Menu-table__body-text:nth-of-type(3)::before,
	.Menu-table__body-text:nth-of-type(4)::before{
		content: "";
		display: block;
		line-height: 1;
	}
	.Menu-table__body-text:nth-of-type(3)::before{
		content: "工期｜";
	}
	.Menu-table__body-text:nth-of-type(4)::before{
		content: "費用｜";
	}
	.Menu-table__body-text:last-child{
		padding-right: 1.5rem;
		text-align: left;
	}

	/*----- LDKリフォーム */

	/*----- 浴室リフォーム */
	#Menu2 .C-Button{
		width: 26rem;
	}

	/*----- 和洋室リフォーム */
	#Menu3 .C-Button{
		width: 23.2rem;
	}

	/*----- 間取り変更リフォーム */
	#Menu4 .C-Button{
		width: 26rem;
	}

	/*----- 二世帯リフォーム */
	#Menu5 .C-Button{
		width: 23.2rem;
	}

}