/*-------------------------------------------------
|-  ttl-block
-------------------------------------------------*/
.ttl-block__case {
	background: url(/assets/img/case/bg_case.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
/*-------------------------------------------------
|- link-btn-list
-------------------------------------------------*/
.link-btn-list {
	width: 100%;
	max-width: 1000px;
	margin: 70px auto 80px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0 5px;
}
.link-btn-list__link {
	width: 100%;
	height: 100%;
	padding: 9px 10px;
	color: #fff;
	font-size: var(--fs18);
	font-weight: bold;
	text-align: center;
	text-indent: .05rem;
	letter-spacing: .05rem;
	line-height: 1.2;
	background: rgb(162,142,113,.5);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.link-btn-list__link.active {
	background: #a08d70;
}
@media (hover: hover){
	.link-btn-list__link:hover {
		background: #a08d70;
	}
}
@media screen and (max-width: 767px){
	.link-btn-list {
		margin: 15px auto;
		gap: 0 2px;
	}
	.link-btn-list__link {
		padding: 8px 10px;
		font-size: var(--fs10);
	}
}
/*-------------------------------------------------
|- search-cate
-------------------------------------------------*/
.search-cate {
	max-width: 1210px;
    margin: 70px auto 80px;
    font-size: var(--fs22);
    font-weight: bold;
	@media screen and (max-width: 767px){
		width:93%;
		margin:15px auto;
	}
}


/*-------------------------------------------------
|- work-list-box
-------------------------------------------------*/
.work-list-box {
	max-width: 1210px;
	margin: auto;
}
.work-list {
	margin-bottom: 130px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 50px;
}
.work-list__img {
	margin-bottom: 20px;
	overflow: hidden;
}
.work-list__img img {
	transition: .8s;
}
.work-list__ttl {
	margin-bottom: 20px;
	color: #3f3a39;
	font-size: var(--fs18);
	font-weight: bold;
}
.cate-list {
	position: relative;
	padding: 7px 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	gap: 3px;
}
.cate-list:after {
	content: '>';
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	color: #a08d70;
	font-weight: bold;
	background: #fff;
	border: 1px solid #a08d70;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.cate-list__item {
	padding: 2px 10px;
	color: #a08d70;
	font-weight: bold;
	text-indent: .03rem;
	letter-spacing: .03rem;
	background: rgb(162,142,113,.3);
	box-sizing: border-box;
}
.cate-list__item strong {
	font-weight: bold;
}
@media (hover: hover){
	.work-list__link:hover .work-list__img img {
		transform: scale(1.05);
	}
	.work-list__link:hover .cate-list:after {
		color: #fff;
		background: #a08d70;
	}
}
@media screen and (max-width: 767px){
	.work-list-box {
		width: 93%;
	}
	.work-list {
		margin-bottom: 80px;
		grid-template-columns: 1fr;
		gap: 35px 0;
	}
	.work-list__img {
		margin-bottom: 30px;
	}
	.work-list__ttl {
		font-size: var(--fs14);
	}
	.cate-list__item {
		padding: 0 5px;
		font-size: var(--fs12);
	}
	.cate-list {
		padding: 12px 45px 0 0;
	}
	.cate-list:after {
		width: 40px;
		height: 40px;
	}
}
/*-------------------------------------------------
|-  mainBlock
-------------------------------------------------*/
.mainSlide_item {
	margin:0 15px;
	position: relative;
}
.mainSlide_item::before {
	content: "";
	display: block;
	padding-top: 66%;
}
.mainSlide_item img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}
@media screen and (max-width: 767px){
	.mainSlide_item {
		margin:0;
	}
}
/*-------------------------------------------------
|-  planBlock
|-
-------------------------------------------------*/
.planBlock {
	width: 100%;
	margin-bottom: 90px;
	padding: 0px 0 120px;
	background-color: #f0efec;
}
.planArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	.planBlock {
		margin: 0;
		padding: 0 0 25px;
	}
	.planArea {
		width: 92%;
	}
}

.detailCmnTtl {
	width: 64%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	word-break: break-word;
	padding:100px 0;
}
@media screen and (max-width: 767px){
	.detailCmnTtl {
		width: 89%;
		font-size: 19px;
		padding:25px 0;
	}
}
/*-------------------------------------------------
|-  case
|-  detailArea
-------------------------------------------------*/
.detailArea {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.detailTopSlide {
	position: relative;
	width: 100%;
}
.detailTopSlide_item {
	position: relative;
	background-color: #eae7e2;
}
.detailTopSlide_item::before {
	content: '';
	padding-top: 66.5%;
	display: block;
}
.cs-slideImg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}
.detailNavSlide {
	margin-top: 5px;
	padding-bottom: 40px;
}
.detailNavSlide_item {
	position: relative;
	height: 11vw;
	max-height: 152px;
	margin-right: 3px;
	background-color: #eae7e2;
}
.detailNavSlide_item::before {
	content: '';
	padding-top: 66.5%;
	display: block;
}
.cs-slideNavImg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: auto;
}

.detailNavSlide .slick-track {
	margin-left: 0;
}

.detailNavSlide .slick-prev,
.detailNavSlide .slick-next {
	top: auto;
	bottom: 0;
	width: 73px;
	height: 8px;
	z-index: 50;
}
.detailNavSlide .slick-prev {
	left: 37%;
}
.detailNavSlide .slick-prev::before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_prev.svg);
	background-repeat: no-repeat;
	display: block;
}
.detailNavSlide .slick-next {
	right: 37%;
}
.detailNavSlide .slick-next::before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_next.svg);
	background-repeat: no-repeat;
	display: block;
}
.slideCount {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 10px;
	text-align: center;
}
.slideCount .cs-current {
	font-size: 10px;
}
.slideCount .cs-total {
	font-size: 10px;
}
.slideUnder_txt {
	width:100%;
	line-height: 200%;
	margin-top:50px;
}
/*-------------------------------------------------
|-  detailAreaSp
-------------------------------------------------*/
.detailAreaSpArea {
	width:100%;
}
.detailAreaSpArea_item {
	width:100%;
	margin-bottom:2%;
}
.detailAreaSpArea_item-2Col {
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.detailAreaSpItem {
	width:100%;
}
.detailAreaSpItem_img {
	width:100%;
}
.detailAreaSpItem-l {
	width:47%;
	margin-right: 3.8%;
}
.detailAreaSpItem-2col {
	width:48.2%;
}
.detailAreaSpItem_2row {
	width:50%;
	display: flex;
	flex-flow: column;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
#lightbox {
	position: fixed;
	top: 50% !important;
	-webkit-transform : translateY(-50%) !important;
	transform : translateY(-50%) !important;
	overflow: hidden;
}
.lb-dataContainer {
	display: none !important;
}
/*-------------------------------------------------
|-  detail-cate-list
-------------------------------------------------*/
.detail-cate-list {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}
.detail-cate-list__item {
	padding: 3px 15px;
	color: #a08d70;
	font-size: var(--fs20);
	font-weight: bold;
	text-indent: .03rem;
	letter-spacing: .03rem;
	background: rgb(162, 142, 113, .3);
	box-sizing: border-box;
	transition: .3s;
}
.detail-cate-list__item strong {
	font-weight: bold;
}
@media (hover: hover){
	.detail-cate-list__item:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 767px){
	.detail-cate-list {
		margin: 40px 0 50px;
		gap: 5px;
	}
	.detail-cate-list__item {
		padding: 2px 11px;
		font-size: var(--fs13);
	}
}
/*-------------------------------------------------
|-  bottomArea
-------------------------------------------------*/
.bottomArea {
	position: relative;
	margin-top: 90px;
}
.contentsTtl {
	width:100%;
	position: absolute;
	top:-11px;
}

.contentsTtl_img-floorplan {
	width: 20%;
	margin: 0 auto 20px;
}
.contentsTtl_txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
}
.floorplanArea {
	width: 100%;
	background-color: #fff;
}
.floorplanCont {
	display: none;
	width: 90%;
	margin: 0 auto;
	padding: 45px 0 65px;
}
.floorplanCont.current {
	display: block;
}
.floorplanImg {
	width: 81%;
	margin: 70px auto 70px;
}
.floorplanTxt {
	width:100%;
}
.floorplanTxt_tit {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.floorplanTxt_txt {
	text-align:center;
	margin-top:5px;
}
@media screen and (max-width: 767px){
	.bottomArea {
		margin-top:35px;
	}
	.contentsTtl_img-floorplan {
		width: 38%;
		margin: 0 auto 9px;
	}
	.contentsTtl_txt {
		font-size: 13px;
	}
	.floorplanCont {
		padding: 45px 0;
	}
	.floorplanImg {
		width: 100%;
		margin:15px auto 23px;
	}
	.floorplanTxt_tit {
		text-align: left;
		font-size: 13px;
	}
	.floorplanTxt_txt {
		text-align:left;
		font-size: 13px;

	}
}
/*-------------------------------------------------
|-  btnArea
-------------------------------------------------*/
.btnArea {
	position: relative;
	width: 23%;
	max-width: 323px;
	margin: 70px auto 0;
}
.cs-topLink {
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	background-color: #2a2a2a;
	display: block;
	transition: all .2s;
}
.cs-topLink:hover {
	opacity: 0.8;
	transition: all .2s;
}
.cs-topLink::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 4%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	transform: translateY(-50%) rotate(225deg);
	transition: all .2s;
}
.cs-topLink:hover::before {
	left: 1.8%;
}
@media screen and (max-width: 767px){
	.btnArea {
		width: 90%;
		max-width: auto;
		margin: 20px auto 0;
	}
	.cs-topLink {
		padding: 10px 0;
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  pager
-------------------------------------------------*/
.pager {
	width: 675px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.pager-item {
	position: relative;
	width: 50%;
}
.pager-item:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: #d4d4d4;
}
.pager-item__link {
	position: relative;
	padding: 0 40px 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 20px;
	box-sizing: border-box;
}
.pager-item__acv-prev::before,
.pager-item__acv-next::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-top: solid 1px #7e7f7f;
	border-right: solid 1px #7e7f7f;
	border-radius: 1px;
}
.pager-item__acv-prev::before {
	left: 0;
	transform: translateY(-50%) rotate(225deg);
}
.pager-item__acv-next::before {
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}
.pager-item__txt {
	color: #292a2a;
	font-size: var(--fs20);
}
.pager-item__img {
	position: relative;
	width: 170px;
	padding-top: 44%;
	background: #ddd;
}
.pager-item__img img {
	position: absolute;
	inset: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}
@media screen and (max-width: 767px){
	.pager {
		width: 90%;
		max-width: 340px;
		margin: 50px auto;
		justify-content: center;
	}
	.pager-item__link {
		padding: 0 20px;
		gap: 0;
	}
	.pager-item__acv-prev::before,
	.pager-item__acv-next::before {
		width: 10px;
		height: 10px;
	}
	.pager-item__txt {
		font-size: var(--fs10);
	}
	.pager-item__img {
		width: 85px;
	}
}
@media screen and (max-width: 321px){
	.pager-item__acv-prev {
		padding: 0 10px 0 20px;
	}
	.pager-item__acv-next {
		padding: 0 20px 0 10px;
	}
}
/*-------------------------------------------------
|-  slick
-------------------------------------------------*/
.mainSlide .slick-slide {
	box-sizing: border-box;
}
.mainSlide .slick-track {
	margin-left: 0;
}
.mainSlide .slick-prev,
.mainSlide .slick-next {
	top: auto;
	bottom: -40px;
	width: 73px;
	height: 8px;
	z-index: 50;
}
.mainSlide .slick-prev {
	left: 40%;
}
.mainSlide .slick-prev::before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_prev.svg);
	background-repeat: no-repeat;
	display: block;
}
.mainSlide .slick-next {
	right: 40%;
}
@media screen and (max-width: 767px){
	.mainSlide .slick-prev {
		left: 20%;
	}
	.mainSlide .slick-next {
		right: 20%;
	}
}
.mainSlide .slick-next::before {
	content: '';
	width: 73px;
	height: 7px;
	background-image: url(/assets/img/btn_fithouse_next.svg);
	background-repeat: no-repeat;
	display: block;
	background-position: right;
}
.slideCount {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 10px;
	text-align: center;
}
.slideCount .cs-current {
	font-size: 10px;
}
.slideCount .cs-total {
	font-size: 10px;
}
.subSlideArea {
	position: relative;
}
.slideCount_detail {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -42px;
	width: 5.8%;
	text-align: center;
}
.detailTopSlide-detail .slideCount_detail {
	bottom: -4px;
}
@media screen and (max-width: 767px){
	.slideCount_detail {
		width: 10%;
	}
}
/*-------------------------------------------------
|-  lightbox
-------------------------------------------------*/
@media screen and (max-width: 767px){
	.lightbox .lb-image {
		border-radius: 0;
	}
	.lb-nav a.lb-next {
		opacity: 1;
	}
	.lb-nav a.lb-prev {
		opacity: 1;
	}
}
