@charset "UTF-8";

/* *******************************************************************************************
*
*	FAVO 11通りの暮らし方
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* トップ
*
* ----------------------------------------------------------------------------------------- */

.favoIndex .inner{
	padding: 160px 0 100px 0;
}

@media screen and (max-width : 768px){
	.favoIndex .inner{
		padding: 60px 0 30px 0;
	}
}

/* ----------------------------- ヘッダー ----------------------------- */

.favoIndex_header{
	display: flex;
	align-items: center;
	margin: 0 auto 180px auto;
	width: 1024px;
}
.favoIndex_header_ttl{
	padding-left: 34px;
	width: 438px;
	box-sizing: border-box;
}
.favoIndex_header_lead{
	padding-left: 99px;
	width: calc(100% - 438px);
	color: #333;
	font-size: 22px;
	line-height: 46px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}

@media screen and (max-width : 768px){
	.favoIndex_header{
		display: block;
		margin: 0 auto 42px auto;
		padding: 0 18px;
		width: 100%;
		box-sizing: border-box;
	}
	.favoIndex_header_ttl{
		margin: 0 auto 28px auto;
		padding-left: 0;
		width: 100%;
	}
	.favoIndex_header_lead{
		padding-left: 0;
		width: 100%;
		font-size: 16px;
		line-height: 32px;
		text-align: left;
		letter-spacing: 0.05em;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.favoIndex_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	padding: 0 70px;
	width: 100%;
	max-width: 1600px;
	min-width: 1024px;
	box-sizing: border-box;
}
.favoIndex_list_item{
	margin-right: 21px;
	margin-bottom: 40px;
	width: calc(33.33% - 14px);
}
.favoIndex_list_item:nth-child(3n){
	margin-right: 0;
}
.favoIndex_list_item.new:after{
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: 'New';
    top: -19px;
    right: -14px;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    background: #000;
    border-radius: 50%;
}
.favoIndex_list_item a{
	display: block;
	height: 100%;
	background: #dfe3e5;
}
.favoIndex_list_item_img{
	position: relative;
	overflow: hidden;
}
.favoIndex_list_item_img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	opacity: 0;
	z-index: 10;
	transition: all .3s ease;
}
/* hover */
@media screen and (min-width : 769px){
	.favoIndex_list_item_img_holder{
		transition: all .4s ease;
	}
	a:hover .favoIndex_list_item_img_holder{
		transform: scale(1.03);
	}
	a:hover .favoIndex_list_item_img_cover{
		opacity: 1;
	}
}
.favoIndex_list_item_info{
	padding: 28px 0 26px 0;
	text-align: center;
}
.favoIndex_list_item_info_ttl{
	display: inline-block;
	margin-bottom: 16px;
}
.favoIndex_list_item_info_txt{
	color: #333;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.1em;
}

@media screen and (max-width : 768px){
	.favoIndex_list{
		padding: 0 18px;
		min-width: 320px;
	}
	.favoIndex_list_item{
		margin-right: 12px;
		margin-bottom: 25px;
		width: calc(50% - 6px);
	}
	.favoIndex_list_item:nth-child(3n){
		margin-right: 12px;
	}
	.favoIndex_list_item:nth-child(2n){
		margin-right: 0;
	}
	.favoIndex_list_item.new:after{
		top: -8px;
	    right: -6px;
	    width: 40px;
	    height: 40px;
	    font-size: 9px;
	    line-height: 12px;
	}
	.favoIndex_list_item_info{
		padding: 2px 0 8px 0;
	}
	.favoIndex_list_item_info_ttl{
		margin-bottom: 0;
	}
	.favoIndex_list_item_info_ttl img{
		transform: scale(.4,.4);
	}
	.favoIndex_list_item:nth-child(2) .favoIndex_list_item_info_ttl{
		margin: 6px 0 1.5px 0;
		width: 84px;
	}
	.favoIndex_list_item:nth-child(2) .favoIndex_list_item_info_ttl img{
		transform: scale(1,1);
	}
	.favoIndex_list_item_info_txt{
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0.1em;
	}
}

/* バナーエリア */
.favoIndex_bnr{
	margin: 0 auto 100px;
    padding: 0 70px;
    max-width: 1600px;
    min-width: 1024px;
}
.favoIndex_bnr img{
    width: 100%;
	transition: all .4s ease;
}
.favoIndex_bnr img:hover{
	opacity: 0.6;
}
@media screen and (max-width : 768px){
	.favoIndex_bnr{
		margin-bottom: 30px;
		padding: 0 18px;
		min-width: 320px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* 下層
*
* ----------------------------------------------------------------------------------------- */

.favo .inner{
	padding: 84px 0 0 0;
}
.section-slideIn2,
.section-slideIn3,
.section-slideIn4{
	opacity: 0;
}

@media screen and (max-width : 768px){
	.favo .inner{
		padding: 60px 0 10px 0;
	}
}

/* ----------------------------- ヘッダー ----------------------------- */

.favo_header{
	margin-bottom: 62px;
	text-align: center;
}
.favo_header_ttl{
	display: inline-block;
	margin-bottom: 15px;
}
/* バリエーション */
#relax .favo_header_ttl{
	width: 562px;
}
#outdoor .favo_header_ttl{
	width: 687px;
}
#court .favo_header_ttl{
	width: 561px;
}
#days .favo_header_ttl{
	width: 492px;
}
#hiraya .favo_header_ttl{
	width: 578px;
}
#kids .favo_header_ttl{
	width: 472px;
}
#party .favo_header_ttl{
	width: 548px;
}
#skip .favo_header_ttl{
	width: 466px;
}
#sky .favo_header_ttl{
	width: 449px;
}
#urban .favo_header_ttl{
	width: 562px;
}
#with .favo_header_ttl{
	width: 491px;
}
#zen .favo_header_ttl{
	width: 448px;
}
#pet .favo_header_ttl{
	width: 377px;
}
.favo_header_info_txt{
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.favo_header_lead{
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

@media screen and (max-width : 768px){
	.favo_header{
		margin-bottom: 27px;
		padding: 0 6px;
	}
	.favo_header_ttl{
		margin: 0 auto 22px auto;
	}
	/* バリエーション */
	#relax .favo_header_ttl{
		width: 249px;
	}
	#outdoor .favo_header_ttl{
		width: 288px;
	}
	#court .favo_header_ttl{
		width: 280px;
	}
	#days .favo_header_ttl{
		width: 246px;
	}
	#hiraya .favo_header_ttl{
		width: 289px;
	}
	#kids .favo_header_ttl{
		width: 236px;
	}
	#party .favo_header_ttl{
		width: 274px;
	}
	#skip .favo_header_ttl{
		width: 233px;
	}
	#sky .favo_header_ttl{
		width: 224px;
	}
	#urban .favo_header_ttl{
		width: 281px;
	}
	#with .favo_header_ttl{
		width: 246px;
	}
	#zen .favo_header_ttl{
		width: 224px;
	}
	#pet .favo_header_ttl{
		width: 188px;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.favo_body_item .inner{
	margin: 0 auto;
	padding: 110px 0 100px 0;
	width: 1024px;
}
.favo_body_item:nth-child(2){
	background: #dfe3e6;
}
.favo_body_item:nth-child(2) .inner{
	padding: 135px 0 100px 0;
}
.favo_body_item:last-child .inner{
	padding: 135px 0 52px 0;
}
.favo_appearance{
	position: relative;
	margin-bottom: 70px;
}
.favo_appearance_ttl{
	position: absolute;
	top: 56px;
	left: 0;
}
/* バリエーション */
#relax .favo_appearance{
	height: 410px;
	background: url(../img/relax/img_appearance.jpg) right 0 no-repeat;
}
#relax .favo_appearance_ttl{
	top: 76px;
	width: 302px;
}
#outdoor .favo_appearance{
	height: 464px;
	background: url(../img/outdoor/img_appearance.jpg) right 0 no-repeat;
}
#outdoor .favo_appearance_ttl{
	width: 374px;
}
#court .favo_appearance{
	height: 464px;
	background: url(../img/court/img_appearance.jpg) right 0 no-repeat;
}
#court .favo_appearance_ttl{
	width: 304px;
}
#days .favo_appearance{
	height: 429px;
	background: url(../img/days/img_appearance.jpg) right 0 no-repeat;
}
#days .favo_appearance_ttl{
	width: 268px;
}
/* #hiraya .favo_appearance{
	height: 464px;
	background: url(../img/hiraya/img_appearance.jpg) right 0 no-repeat;
} */
#hiraya .favo_appearance_ttl{
	width: 314px;
}
#kids .favo_appearance{
	height: 389px;
	background: url(../img/kids/img_appearance.jpg) right 0 no-repeat;
}
#kids .favo_appearance_ttl{
	top: 0;
	width: 256px;
}
#party .favo_appearance{
	height: 457px;
	background: url(../img/party/img_appearance.jpg) right 0 no-repeat;
}
#party .favo_appearance_ttl{
	width: 295px;
}
#skip .favo_appearance{
	height: 464px;
	background: url(../img/skip/img_appearance.jpg) right 0 no-repeat;
}
#skip .favo_appearance_ttl{
	width: 253px;
}
#sky .favo_appearance{
	height: 464px;
	background: url(../img/sky/img_appearance.jpg) right 0 no-repeat;
}
#sky .favo_appearance_ttl{
	width: 243px;
}
#urban .favo_appearance{
	height: 566px;
	background: url(../img/urban/img_appearance.jpg) right 0 no-repeat;
}
#urban .favo_appearance_ttl{
	top: 76px;
	width: 302px;
}
#with .favo_appearance{
	height: 374px;
	background: url(../img/with/img_appearance.jpg) right 0 no-repeat;
}
#with .favo_appearance_ttl{
	top: 4px;
	width: 268px;
}
#zen .favo_appearance{
	height: 464px;
	background: url(../img/zen/img_appearance.jpg) right 0 no-repeat;
}
#zen .favo_appearance_ttl{
	width: 243px;
}
#pet .favo_appearance{
	height: 357px;
	background: url(../img/pet/img_appearance.jpg) right 70px bottom no-repeat;
}
#pet .favo_appearance_ttl{
	top: 0;
	width: 209px;
}
.favo_appearance_anchor{
	position: absolute;
	top: 141px;
	left: 0;
}
#kids .favo_appearance_anchor{
	top: 85px;
}
#urban .favo_appearance_anchor{
	top: 161px;
}
#with .favo_appearance_anchor{
	top: 89px;
}
.favo_appearance_anchor li{
	display: block;
	margin-bottom: 8px;
}
.favo_appearance_anchor li a{
	position: relative;
	display: block;
	padding: 10px 0;
	width: 194px;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.favo_appearance_anchor li a:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 22px;
	height: 100%;
	background: url(../img/icon_arrow_anchor.png) right center no-repeat;
	background-size: 22px auto;
}
/* hover */
@media screen and (min-width : 769px){
	.favo_appearance_anchor li a:before{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: transparent;
		transition: all .2s ease;
	}
	.favo_appearance_anchor li a:hover:before{
		background: #000;
	}
}
.favo_detail_floor{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.favo_detail_floor_ttl{
	width: 284px;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.favo_detail_floor_img{
	width: 740px;
}
.favo_detail_list{
	display: flex;
	flex-wrap: wrap;
}
.favo_detail_list-center{
	justify-content: center;
}
.favo_detail_list_item{
	margin-right: 17px;
	margin-bottom: 38px;
	width: 330px;
}
.favo_detail_list_item-full{
	margin-bottom: 38px;
	width: 100%;
}
.favo_detail_list-center .favo_detail_list_item-full{
	text-align: center;
}
.favo_detail_list_item:last-child,
.favo_detail_list_item:nth-child(3n){
	margin-right: 0;
}
.favo_detail_list_item_img{
	position: relative;
	background: #dfe3e6;
	overflow: hidden;
}
.favo_body_item:nth-child(2) .favo_detail_list_item_img{
	background: #fff;
}
.favo_detail_list_item_img:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 31px;
	height: 31px;
	color: #fff;
	font-size: 19px;
	line-height: 31px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	background: #7fcef4;
}
.favo_detail_list_item_img.no-1:after{
	content: '1';
}
.favo_detail_list_item_img.no-2:after{
	content: '2';
}
.favo_detail_list_item_img.no-3:after{
	content: '3';
}
.favo_detail_list_item_img.no-4:after{
	content: '4';
}
.favo_detail_list_item_img.no-5:after{
	content: '5';
}
.favo_detail_list_item_img.no-6:after{
	content: '6';
}
.favo_detail_list_item_img.no-7:after{
	content: '7';
}
.favo_detail_list_item_img.no-8:after{
	content: '8';
}
.favo_detail_list_item_img.no-9:after{
	content: '9';
}
.favo_detail_list_item_img.no-10:after{
	content: '10';
}
.favo_detail_list_item_img.no-11:after{
	content: '11';
}
.favo_detail_list_item_img.no-12:after{
	content: '12';
}
.favo_detail_list_item_img.no-13:after{
	content: '13';
}
.favo_detail_list_item_img.no-14:after{
	content: '14';
}
.favo_detail_list_item_img.no-15:after{
	content: '15';
}
.favo_detail_list_item_img a{
	position: relative;
	display: block;
}
.favo_detail_list_item_img_holder{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 330px;
}
.favo_detail_list_item_img_holder img.vertical{
	width: auto;
	height: 100%;
}
.favo_detail_list_item_img_cover{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	z-index: 10;
}
.favo_detail_list_item_img_cover .ic-zoom{
	display: block;
	padding-top: 90px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
	background: url(../img/icon_zoom.png) center 0 no-repeat;
	background-size: 80px auto;
	transform: translate(0, 12px) scale(1.05);
	transition: all .2s ease;
}
/* hover */
@media screen and (min-width : 769px){
	a:hover .favo_detail_list_item_img_cover{
		opacity: 1;
	}
	a:hover .favo_detail_list_item_img_cover .ic-zoom{
		transform: translate(0, 12px) scale(1);
	}
}
.favo_detail_list_item_info{
	padding-top: 16px;
}
.favo_detail_list_item_info_txt{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.favo_detail_list_item_info_txt.txt-point{
	padding-left: 86px;
	min-height: 78px;
	background: url(../img/label_point.png) 0 4px no-repeat;
	background-size: 74px auto;
}
.favo_detail_list_item_info_txt .text-notes{
	font-size: 12px;
}
.favo_detail_list_item_info_txt-no{
	position: relative;
	padding: 3px 0 4px 0;
	padding-left: 40px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.favo_detail_list-center .favo_detail_list_item-full .favo_detail_list_item_info_txt-no{
	display: inline-block;
}
.favo_detail_list_item_info_txt-no:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 31px;
	height: 31px;
	color: #fff;
	font-size: 19px;
	line-height: 31px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	background: #7fcef4;
}
.favo_detail_list_item_info_txt-no.no-6:before{
	content: '6';
}
.favo_detail_list_item_info_txt-no.no-7:before{
	content: '7';
}
.favo_detail_list_item_info_txt-no.no-8:before{
	content: '8';
}
.favo_detail_list_item_info_txt-no.no-9:before{
	content: '9';
}
.favo_detail_list_item_info_txt-no.no-10:before{
	content: '10';
}
.favo_detail_list_item_info_txt-no.no-11:before{
	content: '11';
}
.favo_detail_list_item_info_txt-no.no-12:before{
	content: '12';
}

@media screen and (max-width : 768px){
	.favo_body_item .inner{
		padding: 70px 0 60px 0;
		width: 100%;
	}
	.favo_body_item:nth-child(2) .inner{
		padding: 60px 0;
	}
	.favo_body_item:last-child .inner{
		padding: 60px 0 55px 0;
	}
	.favo_appearance{
		margin-bottom: 40px;
		height: auto !important;
		background: none !important;
	}
	.favo_appearance_ttl{
		position: static;
		margin: 0 auto 20px auto;
	}
	/* バリエーション */
	#outdoor .favo_appearance_ttl{
		width: 185px;
	}
	#court .favo_appearance_ttl{
		width: 181px;
	}
	#days .favo_appearance_ttl{
		width: 160px;
	}
	#hiraya .favo_appearance_ttl{
		width: 186px;
	}
	#kids .favo_appearance_ttl{
		width: 152px;
	}
	#party .favo_appearance_ttl{
		width: 176px;
	}
	#skip .favo_appearance_ttl{
		width: 150px;
	}
	#sky .favo_appearance_ttl{
		width: 144px;
	}
	#urban .favo_appearance_ttl{
		width: 181px;
	}
	#with .favo_appearance_ttl{
		width: 158px;
	}
	#zen .favo_appearance_ttl{
		width: 144px;
	}
	.favo_appearance_anchor{
		position: static;
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.favo_appearance_anchor li{
		margin-bottom: 0;
		padding: 0 13px;
	}
	.favo_appearance_anchor li a{
		display: inline-block;
		width: auto;
		padding: 0;
		padding-right: 16px;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.1em;
	}
	.favo_appearance_anchor li a:after{
		width: 11px;
		background-size: 11px auto;
	}
	.favo_appearance_img{
		margin: 0 auto;
		width: 100%;
	}
	/* バリエーション */
	#outdoor .favo_appearance_img{
		max-width: 356px;
	}
	#court .favo_appearance_img{
		max-width: 356px;
	}
	#days .favo_appearance_img{
		max-width: 360px;
	}
	#hiraya .favo_appearance_img{
		max-width: 356px;
	}
	#kids .favo_appearance_img{
		max-width: 345px;
	}
	#party .favo_appearance_img{
		max-width: 340px;
	}
	#skip .favo_appearance_img{
		max-width: 356px;
	}
	#sky .favo_appearance_img{
		max-width: 356px;
	}
	#urban .favo_appearance_img{
		max-width: 301px;
	}
	#with .favo_appearance_img{
		max-width: 369px;
	}
	#zen .favo_appearance_img{
		max-width: 356px;
	}
	.favo_detail_floor{
		display: block;
		margin-bottom: 35px;
	}
	.favo_detail_floor_ttl{
		margin-bottom: 18px;
		width: 100%;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 0.1em;
		text-align: center;
	}
	.favo_detail_floor_img{
		margin: 0 auto;
		width: 100%;
		max-width: 281px;
	}
	/* バリエーション */
	#hiraya .favo_detail_floor_img{
		max-width: 299px;
	}
	.favo_detail_slide{
		display: none;
	}
	.favo_detail_slide.slick-initialized{
		display: block;
	}
	.favo_detail_slide_item{
		display: inline-block;
	}
	.favo_detail_list_item_img_holder{
		height: 270px;
	}
	/* override ---> */
	.favo_detail_slide .slick-list{
		overflow: visible;
	}
	.favo_detail_slide .slick-track{
		display: flex;
	}
	.favo_detail_slide .slick-slide{
	    float: none;
		margin: 0 15px;
	    height: auto;
	    min-height: 0;
	}
	/* <--- override */
	.favo_detail_list_item_info_txt-no{
		padding: 0;
		padding-left: 0;
		padding-top: 42px;
	}
}



/* 3つのリンクボタン PC */

.list-btn {
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
}

.listIndex_btm{
	margin: 0 32px  0 0;
	width: 308px;
	float: left;
}
.link-list{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 70px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.08em;
	border: 3px solid #000;
	box-sizing: border-box;
    line-height: 1.6;
    text-align: center;
    padding-left: 16px;
}

.link-list span{
	font-size: 14px;
	display: contents;
}

.link-list:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -22px;
    margin-top: -10px;
    width: 82px;
    height: 11px;
	background: url(../../../assets/img/common/icon_arrow_detail_s.png) right 0 no-repeat;
	background-size: 40px 11px;
}

.icon_sodan{
	background: url(../../../assets/img/common/btn_icon1.png) 13px 16px no-repeat;
	background-size: 38px 34px;
}

.icon_case{
	background: url(../../../assets/img/common/btn_icon2.png) 13px 16px no-repeat;
	background-size: 38px 34px;
}

.icon_catalog{
	background: url(../../../assets/img/common/btn_icon3.png) 13px 16px no-repeat;
	background-size: 38px 34px;
}

.detail_btnList {
	padding: 50px 0 96px 0;
}


/* 3つのリンクボタン PC ここまで */

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

/*3つのリンクボタン SP*/

.list-btn {
	overflow: auto;
	width: 94%;
}

.listIndex_btm{
	margin:0 auto 20px;
    width: calc(100% - 40px);
	float: none;
}
.link-list{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 55px;
	font-size: 15px;
	line-height: 1.4;
	border: 2px solid #000;
}

.link-list span{
	font-size: 13px;
}

.link-list:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -22px;
    margin-top: -10px;
    width: 82px;
    height: 11px;
	background: url(../../../assets/img/common/icon_arrow_detail_l_sp.png) right 0 no-repeat;
	background-size: 40px 11px;
}

.icon_sodan{
	background: url(../../../assets/img/common/btn_icon1_sp.png) 13px 11px no-repeat;
	background-size: 33px 29px;
}

.icon_case{
	background: url(../../../assets/img/common/btn_icon2_sp.png) 13px 11px no-repeat;
	background-size: 33px 29px;
}

.icon_catalog{
	background: url(../../../assets/img/common/btn_icon3_sp.png) 13px 11px no-repeat;
	background-size: 33px 29px;
}

.detail_btnList {
	padding: 6.5vw 0 20px;
}

.detail_btnList_Owner {
	padding: 10px 0;
}

}
/*3つのリンクボタン SP　ここまで*/

/*バーチャルモデルハウスボタン pc*/
.virtual_btn{
	padding-top: 50px;
}
.virtual_btn li{
	position: relative;
}
.virtual_btn li div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.virtual_btn li a{
	display: block;
	margin: 0 auto;
	width: 655px;
	height: 139px;
	background-image: url(../img/btn_virtual_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 18px;
}
.virtual_btn li a span{
	display: block;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 42px;
}
.virtual_btn li a:after{
	position: absolute;
	content: '';
	top: 52%;
	right: 212px;
    margin-top: -10px;
    width: 82px;
    height: 11px;
	background: url(../../../assets/img/common/icon_arrow_detail_s.png) right 0 no-repeat;
	background-size: 40px 11px;
}
/*バーチャルモデルハウスボタン pc ここまで*/

@media screen and (max-width : 768px){
/*バーチャルモデルハウスボタン sp*/
.virtual_btn{
	width: 100%;
	padding-top: 6.5vw;
}
.virtual_btn li{
	width: 100%;
}
.virtual_btn li div{
	width: 100%;
}
.virtual_btn li a{
	width: calc(94% - 40px);
	height: 35vw;
	background-image: url(../img/btn_virtual_sp.jpg);
	font-size: 3.8vw;
}
.virtual_btn li a span{
	margin-top: 13px;
	font-size: 7.0vw;
}
.virtual_btn li a:after{width: 82px;
    height: 11px;
	background: url(../../../assets/img/common/icon_arrow_detail_l_sp.png) right 0 no-repeat;
	background-size: 40px 11px;
	top: 84%;
	right: 44%;
}
}

/* HIRAYA */
#hiraya .favo_detail_list_item_img:after{
	background: #e65922;
}
#hiraya .virtual_btn.--hiraya li a span{
	font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", meiryo, sans-serif;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#hiraya .virtual_btn.--hiraya{
	padding-top: 0;
	padding-bottom: 63px;
}
#hiraya .favo_appearance{
	position: relative;
}
#hiraya .favo_appearance_text{
	position: absolute;
	top: 0;
	left: 0;
}
#hiraya .favo_appearance_ttl{
	position: relative;
	top: 0;
}
#hiraya .favo_appearance .slider{
	padding-top: 120px;
	padding-right: 80px;
	margin: 0 0 0 auto;
	width: 678px;
}
#hiraya .favo_appearance_anchor{
	position: relative;
	top: 0;
	margin-top: 50px;
}
#hiraya .favo_appearance_anchor li a:before{
	display: none;
}
#hiraya .favo_appearance_anchor li a:after{
	display: none;
}
#hiraya .prev-arrow{
	position: absolute;
	top: 50%;
	left: -62px;
	transform: rotate(-135deg);
	width: 80px;
	height: 80px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	z-index: 1;
	cursor: pointer;
}
#hiraya .next-arrow{
	position: absolute;
	top: 50%;
	right: 7px;
	transform: rotate(45deg);
	width: 80px;
	height: 80px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	z-index: 1;
	cursor: pointer;
}
#hiraya .prev-arrow.slick-disabled,
#hiraya .next-arrow.slick-disabled{
	display: none;
	opacity: 0;
}
#hiraya .virtual_btn{
	padding-top: 0;
	padding-bottom: 80px;
}
#hiraya .detail_btnList{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 40px;
}
#hiraya .listIndex_btm:first-of-type{
	margin-left: 32px;
}
#hiraya .event{
	margin: 0 auto;
	padding-bottom: 96px;
	width: 1024px;
}
#hiraya .event h2{
	font-size: 30px;
	text-align: center;
}

@media screen and (max-width : 768px){
#hiraya .virtual_btn.--hiraya li a span{
	font-size: 7.33vw;
	font-weight: 600;
}
#hiraya .virtual_btn.--hiraya{
	padding-bottom: 11.87vw;
}
#hiraya .favo_appearance_text{
	position: relative;
}
#hiraya .favo_appearance_ttl{
	position: relative;
	top: 0;
}
#hiraya .favo_appearance .slider{
	padding-top: 0;
	padding-right: 0;
	margin: 0 auto;
	width: 80%;
}
#hiraya .favo_appearance_anchor{
	margin-top: 0;
}
#hiraya .favo_appearance_anchor li a:before{
	display: none;
}
#hiraya .favo_appearance_anchor li a:after{
	display: none;
}
#hiraya .prev-arrow{
	top: 50%;
	left: -6vw;
	width: 6.53vw;
	height: 6.53vw;
}
#hiraya .next-arrow{
	top: 50%;
	right: -6vw;
	width: 6.53vw;
	height: 6.53vw;
}
#hiraya .prev-arrow.slick-disabled,
#hiraya .next-arrow.slick-disabled{
	display: none;
	opacity: 0;
}
#hiraya .virtual_btn{
	padding-top: 0;
	padding-bottom: 10.5vw;
}
#hiraya .detail_btnList{
	flex-direction: column;
	overflow: hidden;
}
#hiraya .listIndex_btm:first-of-type{
	margin-left: auto;
}
#hiraya .event{
	padding-bottom: 8.5vw;
	width: 100%;
}
#hiraya .event h2{
	font-size: 7vw;
	text-align: center;
}
}

/* PET */
#pet .favo_detail_list_item_img:after{
	background: #e65922;
}
#pet .listIndex_btm{
	float: none;
}
#pet .detail_btnList{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width : 768px){
	#pet .detail_btnList{
		display: block;
	}
}