/*-------------------------------------------------
|-  ttl-block
-------------------------------------------------*/
.ttl-block__consultant {
	background: url(/assets/img/inquiry/bg_tour.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
/*-------------------------------------------------
|- tour-block
-------------------------------------------------*/
.top-txt {
	width: fit-content;
	margin: 75px auto 60px;
	color: #3f3a39;
	font-size: var(--fs18);
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.top-txt {
		width: 92%;
		margin: 45px auto 20px;
		color: #000;
		font-feature-settings: 'palt';
		font-size: var(--fs13);
		font-weight: normal;
		letter-spacing: .08rem;
		line-height: 1.6;
	}
}
/*-------------------------------------------------
|- tour-link-list
-------------------------------------------------*/
.tour-link-list {
	width: 93%;
	max-width: 1040px;
	margin: 0 auto 90px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0 5px;
}
.tour-link-list__link {
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: var(--fs18);
	font-weight: bold;
	text-indent: .05rem;
	letter-spacing: .05rem;
	text-align: center;
	background: rgb(160,141,112,.6);
	display: block;
	transition: .3s;
}
.tour-link-list__link.active {
	background: #a08d70;
}
@media (hover: hover){
	.tour-link-list__link:hover {
		background: #a08d70;
	}
}
@media screen and (max-width: 767px){
	.tour-link-list {
		margin: 0 auto 50px;
		gap: 0 1px;
	}
	.tour-link-list__link {
		height: 100%;
		padding: 3px 0;
		font-size: var(--fs12);
		line-height: 1.3;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/*-------------------------------------------------
|- tour-list-box
-------------------------------------------------*/
.tour-list-box {
	width: 93%;
	max-width: 1040px;
	margin: 0 auto 200px;
}
.tour-list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 80px 20px;
}
.tour-list__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}
.tour-list__img {
	width: 100%;
	overflow: hidden;
}
.tour-list__img img {
	transition: .8s;
}
.tour-list__cate {
	min-width: 260px;
	padding: 1px 10px;
	color: #fff;
	font-size: var(--fs18);
	font-weight: bold;
	text-align: center;
	text-indent: .22rem;
	letter-spacing: .22rem;
	box-sizing: border-box;
}
.cate-col01 {
	background: #7293ae;
}
.cate-col02 {
	background: #95b8a5;
}
.cate-col03 {
	background: #bd8177;
}
.tour-list__city {
	padding: 1px 10px;
	color: #fff;
	font-size: var(--fs18);
	font-weight: bold;
	text-indent: .22rem;
	letter-spacing: .22rem;
	background: #a08d70;
	box-sizing: border-box;
}
.tour-list__ttl {
	width: 100%;
	color: #3f3a39;
	font-size: var(--fs18);
	font-weight: bold;
}
.tour-list__txt {
	width: 100%;
	color: #3f3a39;
	font-size: var(--fs16);
}
@media (hover: hover){
	.tour-list__link:hover .tour-list__img img {
		transform: scale(1.05);
	}
}
@media screen and (max-width: 767px){
	.tour-list-box {
		margin: 0 auto 60px;
	}
	.tour-list {
		grid-template-columns: 1fr;
		gap: 45px 0;
	}
	.tour-list__link {
		gap: 0;
	}
	.tour-list__img {
		margin-bottom: 5px;
	}
	.tour-list__cate {
		min-width: 200px;
		font-size: var(--fs13);
	}
	.tour-list__city {
		font-size: var(--fs13);
	}
	.tour-list__ttl {
		margin: 10px 0;
		font-size: var(--fs14);
	}
	.tour-list__txt {
		font-size: var(--fs13);
		line-height: 1.6;
	}
}
/*-------------------------------------------------
|- section-block
-------------------------------------------------*/
.section-block {
	width: 100%;
	max-width: 1040px;
	margin: 60px auto 0;
}
.sec-cate {
	width: fit-content;
	max-width: 90%;
	min-width: 430px;
	margin: 0 auto 60px;
	padding: 1px 10px;
	color: #fff;
	font-size: var(--fs30);
	font-weight: bold;
	text-align: center;
	text-indent: .22rem;
	letter-spacing: .22rem;
	box-sizing: border-box;
}
.sec-ttl {
	width: 90%;
	margin: 0 auto 110px;
	color: #231816;
	font-size: var(--fs28);
	font-weight: bold;
	text-align: center;
	text-indent: .22rem;
	letter-spacing: .22rem;
}
@media screen and (max-width: 767px){
	.section-block {
		margin: 25px auto 0;
	}
	.sec-cate {
		min-width: 230px;
		margin-bottom: 15px;
		font-size: var(--fs15);
	}
	.sec-ttl {
		margin: 0 auto 15px;
		font-size: var(--fs14);
		text-indent: .20rem;
		letter-spacing: .20rem;
		line-height: 1.8;
	}
}
/*-------------------------------------------------
|- cont-box
-------------------------------------------------*/
.cont-box {
	margin-bottom: 110px;
}
.cont-city {
	margin-bottom: 10px;
	padding: 4px 20px;
	color: #fff;
	font-size: var(--fs26);
	font-weight: bold;
	background: #a08d70;
	box-sizing: border-box;
	display: inline-block;
}
.slider .slick-prev,
.slider .slick-next {
	top: unset;
	bottom: -8px;
	width: 51px;
	height: 18px;
	z-index: 50;
}
.slider .slick-prev {
	left: 35%;
}
.slider .slick-next {
	right: 35%;
}
.slider .slick-prev::before,
.slider .slick-next::before {
	content: '';
	width: 51px;
	height: 18px;
	display: block;
	opacity: 1;
}
.slider .slick-prev::before {
	background: url(/assets/img/inquiry/btn_slider_prev.svg) no-repeat;
	background-size: 100%;
}
.slider .slick-next::before {
	background: url(/assets/img/inquiry/btn_slider_next.svg) no-repeat;
	background-size: 100%;
}
/*
.slider-no {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: var(--fs17);
	font-weight: bold;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
}
.slider-no__current,
.slider-no__total {
	font-weight: bold;
}
.slider-no__current {
	font-size: var(--fs23);
}
*/
.video-area {
	position: relative;
}
.video {
	width: 100%;
	background: #000;
	aspect-ratio: 3 / 2;
}
.video-btn {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.video-btn:hover {
	cursor: pointer;
}
.video-btn__img {
	display: block;
	width: 16%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cont-txt {
	margin-bottom: 175px;
	color: #3f3a39;
	font-size: var(--fs16);
}
@media screen and (max-width: 767px){
	.cont-box {
		margin-bottom: 50px;
	}
	.cont-city {
		margin: 0 0 5px 10px;
		padding: 2px 10px;
		font-size: var(--fs13);
	}
	.slider {
		width: 99%;
		margin: 0 auto 25px;
		/* padding-bottom: 25px; */
	}
	.slider-no {
		font-size: var(--fs11);
	}
	.slider-no__current {
		font-size: var(--fs15);
	}
	.slider .slick-prev::before, .slider .slick-next::before,
	.slider .slick-prev, .slider .slick-next  {
		width: 33px;
		height: 13px;
	}
	.slider .slick-prev {
		left: 25%;
	}
	.slider .slick-next {
		right: 25%;
	}
	.cont-txt {
		width: 92%;
		margin: 0 auto 60px;
		font-size: var(--fs13);
		letter-spacing: .03rem;
		line-height: 1.6;
	}
}
/*-------------------------------------------------
|- introduction-box
-------------------------------------------------*/
.introduction-box {
	margin-bottom: 145px;
}
.introduction-ttl {
	margin-bottom: 30px;
	font-size: var(--fs28);
	font-weight: bold;
	text-align: center;
	letter-spacing: .20rem;
	line-height: 1.8;
}
.introduction-img {
	width: 77%;
	margin: 0 auto 20px;
}
.introduction-txt {
	width: 77%;
	margin: 0 auto 90px;
	font-size: var(--fs16);
}
.introduction-list {
	margin-bottom: 200px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
.introduction-list__img {
	position: relative;
}
.introduction-list__txt {
	margin-top: 20px;
	font-size: var(--fs16);
}
/* 収める対応 */
.introduction-img,
.introduction-list__img {
	position: relative;
	background: #eae7e2;
}
.introduction-img::before,
.introduction-list__img::before {
	content: '';
	padding-top: 66.5%;
	display: block;
}
.introduction-img img,
.introduction-list__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
@media screen and (max-width: 767px){
	.introduction-box {
		margin-bottom: 55px;
	}
	.introduction-ttl {
		width: 89%;
		margin: 0 auto 15px;
		font-size: var(--fs14);
		line-height: 1.6;
	}
	.introduction-img {
		width: 93%;
		margin: 0 auto 10px;
	}
	.introduction-txt {
		width: 93%;
		margin: 0 auto 30px;
		font-size: var(--fs13);
		letter-spacing: .08rem;
	}
	.introduction-list {
		width: 87%;
		margin: 0 auto 35px;
		grid-template-columns: 1fr;
		gap: 35px 0;
	}
	.introduction-list__img {
		width: 92%;
		margin: auto;
	}
	.introduction-list__txt {
		margin-top: 15px;
		font-size: var(--fs13);
		letter-spacing: .08rem;
		line-height: 1.6;
	}
}
/*-------------------------------------------------
|- floorplan-box
-------------------------------------------------*/
.floorplan-ttl {
	margin-bottom: 60px;
	font-size: var(--fs18);
	font-weight: bold;
	text-align: center;
	text-indent: .46rem;
	letter-spacing: .46rem;
}
.floorplan-ttl span {
	font-size: 2.42rem;
	display: block;
}
.floorplan-img {
	width: 95%;
	margin: auto;
}
@media screen and (max-width: 767px){
	.floorplan-ttl {
		margin-bottom: 20px;
		font-size: var(--fs13);
		letter-spacing: .18rem;
	}
	.floorplan-ttl span {
		font-size: var(--fs21);
	}
	.viewport {
		z-index: 1;
	}
}
/*-------------------------------------------------
|- detail-box
-------------------------------------------------*/
.detail-box {
	width: 100%;
	margin-top: 70px;
}
.detail-list {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.detail-wrap {
	border: 1px solid #a08d70;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 150px 1fr;
}
.detail-list__ttl {
	padding: 10px;
	text-align: center;
	color: #a08d70;
	font-size: var(--fs16);
	font-weight: bold;
	text-indent: .01rem;
	letter-spacing: .01rem;
	border-right: 1px solid #a08d70;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail-list__txt {
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (min-width: 768px){
	.detail-wrap:nth-child(odd) {
		border-right: 0;
	}
	.detail-wrap:nth-child(n+3){
		border-top: 0;
	}
}
@media screen and (max-width: 767px){
	.detail-box {
		width: 80%;
		margin: 40px auto 0;
	}
	.detail-list {
		display: flex;
		flex-wrap: wrap;
	}
	.detail-wrap {
		width: 100%;
		grid-template-columns: 90px 1fr;
	}
	.detail-wrap:nth-child(1){
		order: 0;
	}
	.detail-wrap:nth-child(2){
		order: 3;
	}
	.detail-wrap:nth-child(3){
		order: 1;
	}
	.detail-wrap:nth-child(4){
		order: 4;
	}
	.detail-wrap:nth-child(5){
		order: 2;
	}
	.detail-wrap:nth-child(6){
		order: 5;
	}
	.detail-wrap:nth-child(n+2){
		border-top: 0;
	}
	.detail-list__ttl,
	.detail-list__txt {
		padding: 5px;
		font-size: var(--fs13);
	}
}
/*-------------------------------------------------
|- inquiry-box
-------------------------------------------------*/
.inquiry-block {
	position: relative;
	margin-top: 200px;
	padding-top: 60px;
}
.inquiry-block::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 45px;
	background: #efeeeb;
}
.inquiry-top-ttl {
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.inquiry-top-ttl__en,
.inquiry-top-ttl__jp {
	text-align: center;
}
.inquiry-top-ttl__en {
	font-size: 2.42rem;
	text-indent: .5rem;
	letter-spacing: .5rem;
}
.inquiry-top-ttl__jp {
	font-size: var(--fs18);
	font-weight: bold;
	text-indent: .46rem;
	letter-spacing: .46rem;
}
.inquiry-wrap {
	max-width: 810px;
	margin: auto;
	padding: 85px 0;
}
@media screen and (max-width: 767px){
	.inquiry-block {
		margin-top: 70px;
		padding-top: 20px;
	}
	.inquiry-block::before {
		display: none;
	}
	.inquiry-top-ttl {
		top: 7px;
		padding: 0 10px;
	}
	.inquiry-top-ttl__en {
		font-size: var(--fs18);
		letter-spacing: .22rem;
	}
	.inquiry-top-ttl__jp {
		font-size: var(--fs15);
		letter-spacing: .15rem;
	}
	.inquiry-wrap {
		padding: 50px 0 0;
		background: #eeeeeb;
	}
}
@media screen and (max-width: 351px){
	.inquiry-top-ttl__en {
		letter-spacing: .1rem;
	}
}
/*-------------------------------------------------
|- ft-event-wrap
-------------------------------------------------*/
.ft-event-wrap {
	margin: 115px 0 200px;
}
@media screen and (max-width: 767px){
	.ft-event-wrap {
		margin: 60px 0 90px;
	}
}

/*-------------------------------------------------
|- slider
-------------------------------------------------*/
.slider {
	margin-bottom: 20px;
	background: #eae7e2;
}
.slider__item .video-area {
	position: absolute;
	top: 0;
	left: 0;
}
.slider__item::before,
.slider-thumbnail__item::before {
	content: '';
	padding-top: 66.5%;
	display: block;
}
.slider__item-img,
.slider-thumbnail__item-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.slider__item-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 2%;
	background: rgb(255,255,255,.42);
	box-sizing: border-box;
	display: block;
}
.slider-thumbnail {
	padding-bottom: 100px;
}
.slider-thumbnail__item {
	position: relative;
	margin: 0 5px;
	background: #eae7e2;
}
.slider-thumbnail .slick-prev,
.slider-thumbnail .slick-next {
	top: auto;
	bottom: 39px;
	width: 73px;
	height: 8px;
	z-index: 1;
}
.slider-thumbnail .slick-prev {
	left: 30%;
}
.slider-thumbnail .slick-next {
	right: 30%;
}
.slider-thumbnail .slick-prev::before,
.slider-thumbnail .slick-next::before {
	content: '';
	width: 69px;
	height: 10px;
	display: block;
	opacity: 1;
}
.slider-thumbnail .slick-prev::before {
	background: url(/assets/img/newhouse/btn_slider_prev.svg) no-repeat;
	background-size: 100%;
}
.slider-thumbnail .slick-next::before {
	background: url(/assets/img/newhouse/btn_slider_next.svg) no-repeat;
	background-size: 100%;
}
.slider-no {
	position: absolute;
	bottom: 35px;;
	right: 0;
	left: 0;
	margin: auto;
	font-weight: bold;
	text-align: center;
}
.slider-no__current,
.slider-no__total {
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.slider {
		margin-bottom: 10px;
	}
	.slider__item-caption {
		display: none;
	}
	.slider-thumbnail {
		width: 60%;
		margin: auto;
		padding-bottom: 50px;
	}
	.slider-thumbnail__item {
		margin: 0 2px;
	}
	.slider-thumbnail .slick-prev {
		left: 10%;
	}
	.slider-thumbnail .slick-next {
		right: 10%;
	}
	.slider-thumbnail .slick-prev, .slider-thumbnail .slick-next {
		bottom: 23px;
		width: 49px;
		height: 8px;
	}
	.slider-thumbnail .slick-prev::before, .slider-thumbnail .slick-next::before {
		width: 49px;
		height: 8px;
	}
	.slider-no {
		bottom: 20px;
		font-size: var(--fs11);
	}
}
