@charset "utf-8";

/* -----------------------------
	intro-area
-------------------------------- */
.intro-area{
	margin: 100px 0 0;
}
.intro-area .txt-area .catch-m{
	padding: 30px 0 0;
}
.intro-area .txt-area .basic-txt{
	padding: 30px 0 0;
}
.intro-area ul{
	display: flex;
	gap: 40px;
}
.intro-area ul li{
	width: calc((100% / 3) - 20px);
}
.intro-area ul li img{
	width: 100%;
}
.intro-area ul li .catch-m{
	padding: 20px 0 0;
	text-align: center;
}
.intro-area ul li .basic-txt{
	padding: 20px 0 0;
}

@media screen and (max-width: 768px){
	.intro-area{
		margin: 50px 0 0;
	}
	.intro-area ul{
		flex-direction: column;
		gap: 20px;
	}
	.intro-area ul li{
		width: 100%;
	}
	.intro-area ul li img{
	}
	.intro-area ul li .catch-s{
		padding: 10px 0 0;
	}
	.intro-area ul li .basic-txt{
		padding: 10px 0 0;
	}

}


/* -----------------------------
	.modelhouse-intro-area
-------------------------------- */
.modelhouse-intro-area{
	margin: 150px 0 0;
}
.modelhouse-intro-area .txt-area{
	
}
.modelhouse-intro-area .txt-area .catch-l{
	padding: 30px 0 0;
}
.modelhouse-intro-area .txt-area .basic-txt{
	padding: 30px 0 0;
}
.list-area{
	margin: 50px 0 0;
}
.list-area a{
	padding: 40px;
	display: flex;
	position: relative;
}
.list-area a .icon{
	position: absolute;
	background: var(--cv-grade);
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 10px;
	top: 10px;
}
.list-area a .icon.icon3{
	background: var(--gray-grade);
}
.list-area a .cate{
	background: #333;
	color: #fff;
	display: inline-block;
	margin: 14px 0 0;
	font-size: 1.6rem;
	padding: 5px 6px;
}
.list-area a .niwork-list__ttl{
	font-size: 3rem;
	padding: 14px 0 0;
}
.list-area a .price{
	    line-height: 1;
    padding: 14px 0 0;
}
.list-area a .price span{
	font-size: 3rem;
}
.list-area a .address{
	position: relative;
	margin: 10px 0 0;
}
.list-area a .address i{
	margin: 0 3px 0 0;
}
.list-area a .tag{
	padding: 10px 0 0;
	color: #A8A8A8;
	font-size: 1.4rem;
}
.list-area a img{
	width: 380px;
}

.list-area .house-more-btn{
	    margin: 30px auto 0;
    display: flex;
    border: solid 1px #333;
	background: #333;
	color: #fff;
    width: 280px;
    height: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
	cursor: pointer;
	transition: .3s all;
	font-family: var(--en);
}
.list-area .house-more-btn:hover{
	background: #fff;
	color: #333;
}
@media screen and (max-width: 768px){
	.modelhouse-intro-area{
		margin: 50px 0 0;
	}
	.modelhouse-intro-area .txt-area{
		
	}
	.modelhouse-intro-area .txt-area .catch-l{
		padding: 10px 0 0;
	}
	.modelhouse-intro-area .txt-area .basic-txt{
		padding: 10px 0 0;
	}
	.list-area{
		padding: 0;
		margin: 20px 0 0;
	}
	.list-area .niwork-list{
		gap: 20px;
	}
	.list-area a{
		flex-direction: column;
		padding: 15px;
		gap: 0;
		align-items: flex-start;
	}
	.list-area a .icon{
	}
	.list-area a .cate{

	}
	.list-area a .niwork-list__ttl{
		font-size: 2rem;
	}
	.list-area a .price{
	}
	.list-area a .price span{
	}
	.list-area a .address{
	}
	.list-area a .address i{
	}
	.list-area a .tag{
	}
}



/* -----------------------------
	land-area
-------------------------------- */
.land-area{
	background: var(--light-gray);
	padding: 100px 0;
	margin: 150px 0 0;
}
.land-area .txt-area .catch-l{
	padding: 30px 0 0;
}
.land-area .txt-area .basic-txt{
	padding: 30px 0 0;
}

#thumbnail-carousel .splide__slide img,
#thumbnail-carousel02 .splide__slide img{
	width: 100%;
	object-fit: cover;
    height: 59px;
}


.land-block{
	display: flex;
	gap:50px;
	margin: 50px 0 0;
}

.land-block .wrapper{
	width: 50%;
}
.land-block .wrapper img{
	width: 100%;
}
.land-block .catch-s{
	color: var(--gold);
	padding: 10px 0 0;
}
.land-block .basic-txt{
	padding: 10px 0 0;
}
.land-block .price{
	border-bottom: solid 1px #333;
}
.land-block .price span{
	font-size: 3rem;
}
.land-block .txt-box{
	width: 490px;
}
.land-block .txt-box ul{
	margin: 20px 0 0;
}
.land-block .txt-box ul li{
	display: flex;
    align-items: center;
    padding: 10px 20px 10px;
    border-bottom: solid 1px var(--border1);
	line-height: 1.5;
	position: relative;
}
.land-block .txt-box ul li .title{
	width: 100px;
}
.land-block .txt-box ul li .access a{
	border: solid 1px #333;
	border-radius: 30px;
	font-size: 1.3rem;
	padding: 2px 15px 1px;
	position: absolute;
	right: 0;
}
.land-block .txt-box ul li .access i{
	margin: 0 5px 0 0;
}
.land-block .txt-box ul li .access a:hover{
	background: #333;
	color: #fff;
}
@media screen and (max-width: 768px){
	.land-area{
		margin: 50px 0 0;
		padding: 40px 0;
	}
	.land-area .txt-area .catch-l{
		padding: 10px 0 0;
	}
	.land-area .txt-area .basic-txt{
		padding: 10px 0 0;
	}
	#thumbnail-carousel .splide__slide img,
	#thumbnail-carousel02 .splide__slide img{
		width: 100%;
	}

	.land-block{
		flex-direction: column;
		gap: 20px;
	}

	.land-block .wrapper{
		width: 100%;
	}
	.land-block .txt-box{
		width: 100%;
	}
	.land-block ul{
	}
	.land-block ul li{

	}
	.land-block .txt-box ul li:nth-child(2){
		padding: 10px 20px 40px;
	}
	.land-block ul li .title{
	}
	.land-block .txt-box ul li .access a{
		bottom: 10px;
	}
}

/*	詳細ページ
--------------------------------------------------------------------*/
/* -----------------------------
	-area
-------------------------------- */
.niwork-detail{
	
}
.niwork-detail > div{
	gap: 50px;
	display: flex;
	position: relative;
}
.niwork-detail > div .icon {
    position: absolute;
    background: var(--cv-grade);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    top: 10px;
}
.works3 .niwork-detail > div .icon{
	background: var(--gray-grade);
}
.niwork-detail .catch-s{
	color: var(--gold);
	padding: 10px 0 0;
}
.niwork-detail .price{
	font-size: 3rem;
	margin: 0 5px 0 0;
}
.tag-list{
	display: flex;
	gap: 0 10px;
	flex-wrap: wrap;
}
.tag-list .tag {
    padding: 5px 0 0;
    color: #A8A8A8;
    font-size: 1.4rem;
}
.niwork-detail > div .title {
    width: 100px;
}
.info-list{
	width: 100%;
	margin: 20px 0 0;
}
.btn-list{
	display: flex;
	gap:30px;
	justify-content: flex-end;
	margin: 30px 0 0;
}
.modelhouse-btn a{
	width: 260px;
	height: 60px;
	border: solid 1px var(--border1);
	display: block;
	text-align: center;
	padding: 22px 0 0;
	letter-spacing: 0.05em;
	position: relative;
}
.modelhouse-btn a::before{
	    color: #333;
    content: "\f054";
    font: 900 1.5rem/1 var(--webicon);
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .05s;
    z-index: 3;
}
.modelhouse-btn a:hover{
	background: var(--gold);
	color: #fff;
	border: solid 1px var(--gold);
}
.modelhouse-btn a:hover::before{
	color: #fff;
}

.photo-area{
	width: 60%;
}
.photo-area .wrapper{

}
#main-carousel .splide__slide img{
	width: 100%;
	height: 480px;
	object-fit: contain;
}

.niwork-detail .txt-box{
	flex: 1;
}
@media screen and (max-width: 768px){
	.niwork-detail{

	}
	.niwork-detail > div{
		flex-direction: column;
		gap: 0;
	}
	.niwork-detail > div .icon {
	}
	.niwork-detail .catch-s{
	}
	.niwork-detail .price{
	}
	.tag-list{
	}
	.tag-list .tag {
	}
	.niwork-detail > div .title {
	}
	.info-list{
	}
	.btn-list{
		flex-direction: column;
		gap: 10px;
	}
	.modelhouse-btn a{
		width: 100%;
	}
	.modelhouse-btn a::before{
	}
	.modelhouse-btn a:hover{
	}
	.modelhouse-btn a:hover::before{
	}

	.photo-area{
		width: 100%;
	}
	.photo-area .wrapper{

	}
	#main-carousel .splide__slide img{
	}
	#main-carousel .splide__slide img{
		width: 100%;
		height: 225px;
		object-fit: contain;
	}
}

/* -----------------------------
	-area
-------------------------------- */
#works-detail .niwork-list{
	    display: flex;
    gap: 20px;
    flex-direction: column;
}
#works-detail .niwork-list:nth-child(n + 2){
	margin: 50px 0 0;
}
#works-detail .niwork-list__link {
    border: 1px solid var(--border1);
    background: #fff;
    display: flex;
    padding: 45px 50px 60px;
    position: relative;
    gap: 50px;
    align-items: center;
}
#works-detail .niwork-list__link:hover {
	border-color: var(--link);
}
#works-detail .niwork-list__link::before {
	bottom: 20px;
	content: "\f178";
	font: 900 1.7rem/1 var(--webicon);
	transition: .5s;
	position: absolute;
	right: 30px;
}

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

	#works-detail .niwork-list__link:hover::before {
		right: 20px;
	}
}

@media screen and (max-width: 768px){
	#works-detail .niwork-list{
	}
	#works-detail .niwork-list__link {
		padding: 15px;
		gap: 10px;
		align-items: flex-start;
	}
	#works-detail .niwork-list__link:hover {
	}
	#works-detail .niwork-list__link::before {
	}
	#works-detail .niwork-list:nth-child(n + 2){
		margin: 20px 0 0;
	}
}


/* -----------------------------
	access-area
-------------------------------- */
.access-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 0;
	background: var(--light-gold);
	padding: 20px 20px 20px 50px;
}
.access-area > div > div{
	display: flex;
	align-items: center;
	border-bottom: dashed 1px var(--gold);
	letter-spacing: 0.05em;
	padding: 10px 0 0;
}
.access-area > div > div .title{
	padding: 0 10px 0 0;
}

.access-area iframe{
	width: 600px;
	height: 350px;
}

.cv-btn{
	min-width: 350px;
	min-height: 120px;
	margin: 50px auto 0;
	display: table;
}

.cv-btn a{
	background: url(../img/ft-modelhouse-cv-bg.jpg) no-repeat top center / cover;
    display: block;
    color: #fff;
    position: relative;
    padding: 20px 100px;

	text-align: center;
	font-size: 2rem;
}
.cv-btn a:hover{
	opacity: 0.6;
}
.works3 .cv-btn{
	display: none;
}
.works3 .cv-btn a{
	pointer-events: none;
	filter: brightness(0.6);
}
@media screen and (max-width: 768px){
	.access-area{
		display: block;
		margin: 20px 0 0;
		padding: 15px;
	}
	.access-area > div > div{
	}
	.access-area iframe{
		width: 100%;
		height: 200px;
		margin: 10px 0 0;
	}
	.cv-btn{
		margin: 30px auto 0;
		width: 100%;
		min-height: auto;
	}
	.cv-btn a{
		padding: 15px;
		width: 100%;
	}
}


