/*---------------------------------
	mainvisualSlider start
---------------------------------*/
.mainvisualSliderItem_inner{
	position: relative;
}

.mainvisualSliderItem_img{
	width: 100%;
}

.mainvisualSliderItem_catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20em;
	max-width: 90%;
	max-height: 100%;
	padding: 1em 1.5em;;
	color: #000;
	text-align: center;
	font-size: 200%;
	font-weight: var(--fontWeightBold);
	background-color: rgba(255,255,255,0.75);
	z-index: 102;
}

/*---------------------------------
	mainvisualSlider end
---------------------------------*/

/*---------------------------------
	text start
---------------------------------*/
.t-aboutHouse{
	font-weight: bold;
	color: #e0a200;
}

.t-aboutGarden{
	font-weight: bold;
	color: #70ad47;
}

.t-aboutPillar{
	font-weight: bold;
}

.t-aboutPaint{
	font-weight: bold;
}

.t-aboutName{
	width: fit-content;
	margin-left: auto;
}

/*---------------------------------
	text end
---------------------------------*/