@charset "utf-8";


/*  l-map
--------------------------------------------------*/
.l-map {
	position: relative;
	padding-block: 15.0rem;
}
.map-inner {
	max-width: 1150px;
}
.map-note {
	width: min(100%,1039px);
	margin-top: 2.0rem;
}
.map-narrow {
	width: min(100%,800px);
	margin-inline: auto;
	margin-bottom: 10.0rem;
}
.map-btns {
	gap: 20px 30px;
	margin-top: 10.0rem;
}
.map-btns__item {
	position: relative;
	width: 320px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
	color: var(--white);
	background-color: #6e6960;
	border: solid 1px #6e6960;
	padding-bottom: .1em;
}
.map-btns__item i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    color: var(--white);
}
@media (any-hover: hover){
	.map-btns__item {
		transition: color .6s ease,background-color .6s ease;
	}
	.map-btns__item:hover {
		color: #6e6960;
		background-color: var(--white);
	}
	.map-btns__item i {
		transition: color .6s ease;
	}
	.map-btns__item:hover i {
		color: #6e6960;
	}
}
@media screen and (max-width: 768px){
	.l-map {
		padding-block: 5.0rem 7.0rem;
	}
	.map-narrow {
		margin-bottom: 4.0rem;
	}
	.map-btns {
		width: calc(320 / 340 * 100%);
		margin: 4.0rem auto 0;
	}
	.map-btns__item {
		width: 100%;
		height: 5.0rem;
		font-size: 1.4rem;
	}
	.map-btns__item i {
		right: 2.0rem;
		font-size: 1.2rem;
	}
}



/*  print
--------------------------------------------------*/
@media print {
	body{
		zoom: .8;
	}
	body .header-property,
	body .l-subkv,
	body .map-btns,
	body .l-common-lower,
	body .common__note,
	body .commonBnrArea,
	body .common-linebnr,
	body .box-bukken-contact,
	body .search-wrap,
	body .box-bukken,
	body .area-user-footer-wrap,
	body .btn-pagetop-property
	{
		display: none !important;
	}
}