/* CSS Document */
html {
	scroll-behavior: smooth;
}

body {
	color: #333;
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS PGothic", arial, helvetica, sans-serif;
	font-weight: 400;
}

.sp {
	display: none;
}

/* #property_cont {
	display: flex;
	justify-content: space-between;
} */

.page-header,.breadcrumbs {
	position: relative;
	z-index: 2;
}

#property_cont .left {
	width: 49vw;
	background: #fff;
	margin-left: 8.5vw;
	padding-bottom: 50px;
}

.left_content {
	padding: 0 2vw;
}

.left h2 {
	margin: 0  0 50px 0;
}

.left h2 img {
	width: 100%;
}

.left p {
	line-height: 2.4rem;
	margin: 0;
}

#property_cont .left h3 {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 4rem;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	color: #004795;
	border: 15px solid #004795;
	padding: 32px 0 33px;
	margin: 70px 0 50px;
}

#property_cont .left h4 {
	font-family: Hiragino Mincho Std;
	font-size: 4rem;
	font-weight: 600;
	line-height: 6rem;
	text-align: center;
	color: #004795;
}

.img_list_pc {
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow-x: auto;
}

.img_list_pc:first-of-type,.img_list:first-of-type {
	margin-top: 50px;
}

.img_list_pc:last-of-type,.img_list:last-of-type {
	margin-top: 30px;
}

.img_list_pc img {
	width: 270px !important;
	max-width: 270px;
}

.img_list_pc li:nth-child(2) {
	margin: 0 25px;
}

.type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.type .image{
	width: 43%;
}

.type img{
	width: 100%;
}

.type_table {
	width: 53.5%;
}

.type_table table {
	width: 100%;
}

#property_cont .right {
	width: 34vw;
	background: #fff;
	overflow-y: scroll;
	position: fixed;
	right: 30px;
	z-index: 1;
	padding-bottom: 50px;
}

#property_cont .right_inner {
	background: #fff;
	position: relative;
	top: 0;
	padding-top: 30px;
}

table.conditions {
	width: 100%;
	margin: 50px 0 38px;
}

#property_cont thead th {
	background: #004795;
	color: #fff;
	font-size: 2.4rem;
	padding: 18px 0;
	line-height: 1;
}

#property_cont tbody th {
	text-align: center;
	background: rgba(0, 71, 149, 0.1);
	border-bottom: 1px solid #004795;
	padding: 15px 0;
}

#property_cont td{
	text-align: left;
	border-bottom: 1px solid #004795;
	padding: 14px 20px 15px 20px;
}

.conditions tbody th {
	width: 37.2%;
}

.conditions td {
	width: 62.8%;
}

#property_cont .type thead th{
	text-align: left;
	padding-left: 20px;
}

.type tbody th{
	width: 28.3%;
}

.type td{
	width: 71.7%;
}

.addon-footer,footer {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1102px){
	.sp {
		display: block;
	}

	.img_list_pc {
		display: none;
	}

	#property_cont{
		flex-direction: column;
	}

	#property_cont .left {
		width: 100%;
		margin-left: 0;
		padding-bottom: 20px;
	}

	.left_content {
		padding: 0 8vw;
	}

	#property_cont .left img{
		width: 100%;
	}

	#property_cont .right {
		width: 100%;
		top: 0 !important;
		position: relative;
		right: 0;
		overflow: hidden;
		height: auto !important;
	}

	table.conditions {
		margin: 50px 0;
	}

	#property_cont th,
	#property_cont td{
		display: block;
		width: 100%;
	}

	.type {
		flex-direction: column;
	}

	.type .image,.type_table {
		width: 100%;
	}

	.type table {
		margin-top: 30px;
	}

	.left p br {
		content: "";
		display: block;
		height: 10px;
	}

	.slick-prev {
		left: 0;
		background: url(../img/arrow_left.png);
		background-size: cover;
		width: 6.4vw;
		height: 16vw;
		top: 45%;
	}

	.slick-next {
		right: 0;
		background: url(../img/arrow_right.png);
		background-size: cover;
		width: 6.4vw;
		height: 16vw;
		top: 45%;
	}

	.button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: rgba(255, 255, 255, 0.75);
		height: 12vw;
	}

	.button a {
		display: block;
		border-radius: 10px;
		background: #004795;
		color: #fff;
		width: 84vw;
		height: 8vw;
		margin: 0 auto;
		text-align: center;
		position: relative;
		line-height: 8vw;
		margin-top: 2vw;
	}

	.button a:after {
		font-family: "Font Awesome 6 Free";
  		font-weight: 900;
		content: "\f107";
		position: absolute;
		right: 25px;
	}

	footer {
		margin-bottom: 12vw;
	}
}

@media screen and (max-width: 767px){
	#property_cont .left h3 ,#property_cont .left h4 {
		font-size: 5.87vw;
		line-height: 8.8vw;
	}

	#property_cont thead th {
		font-size: 4.8vw;
		padding: 20px 0;
	}

	.button {
		height: 20vw;
	}

	.button a {
		height: 14.7vw;
		line-height: 14.7vw;
	}

	footer {
		margin-bottom: 20vw;
	}
}
