@charset "UTF-8";
@media print{
	@page { size: A4 landscape; }
	#header, .top_tit, .detail_top, #checked_property, #contact, #description,#w_footer_banner, #footer,.is_hidden, .tbl01 th span {
		display: none;
	}
	body {
        -webkit-print-color-adjust: exact;
    }
	.detail_right {
		width: 58% !important;
	}
	#detail_slider, #detail_thumbnail-list {
		display: none !important;
	}
	.detail_left {
		width: 40% !important;
	}
	.detail_slider {
		display: none;
	}
	.detail_thumbnail-list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.detail_thumbnail-list li:nth-child(n + 5) {
		display: none;
	}
	.detail_thumbnail-list li {
		width: 48% !important;
		height: 200px !important;
		overflow: hidden !important;
		margin: 0 0 2%;
		position: relative;
	}
	.detail_thumbnail-list img {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
		width: auto !important;
		height: 100% !important;
	}
	#property_detail2 .tbl01 th, #property_detail2 .tbl01 td {
		font-size: 11px;
		height: 20px;
		padding: 3px 5px;
	}
	#property_detail2 h2 {
		font-size: 10px !important;
		padding: 2px !important;
	}
  .private_btn {
    display: none;
  }
	.gmap {
		margin: 300px 0 30px;
	}
	#map_canvas div > img {
  position: absolute;
}
	.gm-style div > img {
　　position: absolute;
}
	.tbl01 {
	}
	.tbl01 th,
	.tbl01 td {
		font-size: 8px;
		padding: 4px !important;
	}
	#google-maps-detail {
		height: 300px !important;
	}
	#prtftr {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
/*	.inner::after {
		height: 144px;
		width: 100%;
		content: url("../img/prtfooter.jpg");
		margin-top: 10px;
		-webkit-print-color-adjust: exact;
	}*/
	.fs16 {
		font-size: 10px !important;
	}
	.fs20 {
		font-size: 16px !important;
		font-weight: bold !important;
	}
	.h30 {
		height: 30px !important;
	}
	.h40 {
		height: 40px !important;
	}
	.h60 {
		height: 60px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.print-ft {
		border-top: solid 2px #000;
		border-bottom: solid 2px #000;
		display: block;
		padding: 10px 0;
	}
	.print-ft .d-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.print-ft .print-logo img {
		max-width: 300px;
	}
	.print-ft .print-title {
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 4px;
	}
	.print-ft .print-info {
		width: calc(100% - 300px);
		font-size: 10px;
		padding: 0 0 0 20px;
	}
	.print-ft .print-tel {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px;
	}
	.print-ft .print-tel span {
		font-size: 10px;
		font-weight: normal;
		display: block;
	}
	.fixed-btn {
		display: none;
	}
}