@charset "utf-8";

/*====================================================================================================

  不動産情報

====================================================================================================*/


/*--------------------------------------------------------------------------------
  exl
--------------------------------------------------------------------------------*/

img {
  max-width:100%;
  height:auto;
  vertical-align:bottom;
  -webkit-backface-visibility:hidden;
  -ms-interpolation-mode:bicubic;
}

/*--------------------------------------------------------------------------------
  ページタイトル
--------------------------------------------------------------------------------*/

.hdS {
	background:url(../image/hd-photo.jpg) no-repeat center top;
}

.md {
	background:url(../../image/md-ic/estate.png) no-repeat center top;
	padding-top:56px;
}

@media screen and (max-width:420px) {
	.md {
		padding-top:40px;
		background-size:auto 31% !important;
	}
}


/*--------------------------------------------------------------------------------
  種別
--------------------------------------------------------------------------------*/

.s-shubetu {
  line-height:1;
  padding:0.6em;
  font-weight:bold;
  color:#fff;
  text-align:center;
  z-index:2;
}

/* 土地 */
.s-shubetu--1 {
  background-color:#7ab9d8;
}

/* 売買 */
.s-shubetu--2 {
  background-color:#a9ca6c;
}


/*----------------------------------------------------------------------------------------------------

  一覧
  
----------------------------------------------------------------------------------------------------*/

#pdList {
  text-align:left;
}

#pdList .pdBox-container:after,
#pdList .pdBox a:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

#pdList .pdBox-container {
  list-style:none;
}

#pdList .pdBox {
  background-color:#fff;
}

#pdList .pdBox a {
  display:block;
  height:100%;
  box-sizing: border-box;
  padding: 10px;
}

#pdList .pdBox a,
#pdList .pdBox a:visited,
#pdList .pdBox a:hover {
  color:inherit;
  text-decoration:none;
}

#pdList .pdBox .photoBlock {
  position:relative;
}

#pdList .pdBox .photo {
  position:relative;
  width:100%;
  overflow:hidden;
  transition: 0.2s all;
}
#pdList .pdBox a:hover .photo {
  opacity: 0.6;
}

#pdList .pdBox .photoItem {
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  overflow: hidden;
}

#pdList .pdBox .data {
  line-height:1.5;
}

#pdList .pdBox .comment {
  font-weight:bold;
  font-size:1.2em;
  padding-bottom:1rem;
}

#pdList .pdBox a .comment {
  text-decoration:none;
}

.ua-pc #pdList .pdBox a:hover .comment {
  text-decoration:underline;
}

#pdList .pdBox .data__list {
	width: 100%;
}

#pdList .pdBox .data__list th,
#pdList .pdBox .data__list td {
  padding-top:0.25rem;
  padding: 0.5em 0;
	border-top: 1px dotted #ccc;
}

#pdList .pdBox .data__list th {
  width:3em;
  font-weight:bold;
}
  #pdList {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
  }
  
  #pdList .pdBox-container {
    margin-left:-10px;
    margin-right:-10px;
  }
  
  #pdList .pdBox {
    width:calc(33.3% - 20px);
    float:left;
    margin-left:10px;
    margin-right:10px;
  }
  
  #pdList .pdBox:nth-child(n+4) {
    margin-top:36px;
  }
  
  #pdList .pdBox .photo {
    height:200px;
  }
  
  #pdList .pdBox .photo img {
    width: 100%;
	  height: 100%;
	  object-fit: cover;
  }

  #pdList .pdBox .s-shubetu {
    display:inline-block;
    position:absolute;
    left:10px;
    bottom: -20px;
	font-size: 1.25rem;
  }
  
  #pdList .pdBox .data {
    padding:30px 10px 10px;
  }

@media screen and (max-width:1040px) {
  #pdList {
    width:100%;
  }
}

@media screen and (max-width:860px) {  
  #pdList .pdBox {
    width:calc(50% - 20px);
  }
  
  #pdList .pdBox:nth-child(n+3) {
    margin-top:36px;
  }
}
  
@media screen and (max-width:640px) {
  #pdList .pdBox .photo {
    height:0;
    padding-top:65%;
  }
}

@media screen and (max-width:440px) {  
  #pdList .pdBox {
    width:calc(100% - 20px);
  }
  
  #pdList .pdBox:nth-child(n+2) {
    margin-top:36px;
  }
}


/*----------------------------------------------------------------------------------------------------

  詳細
  
----------------------------------------------------------------------------------------------------*/

#pdDetail {
  text-align:left;
}

#pdDetail {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}

@media screen and (max-width:1080px) {
  #pdDetail {
    width:100%;
  }
}


/*--------------------------------------------------------------------------------
  種別・コメント
--------------------------------------------------------------------------------*/

#pdDetail .detailHd {
  position:relative;
	border-bottom: 1px solid #aaa;
}

#pdDetail .detailHd .s-shubetu {
  display:inline-block;
  min-width:6em;
  margin-right:1.5rem;
  vertical-align:middle;
}

#pdDetail .detailHd__headline {
  display:inline-block;
  vertical-align:middle;
  line-height:1.5;
}

#pdDetail .detailHd .s-shubetu {
	margin-bottom:1.5rem;
}

#pdDetail .detailHd__headline {
	padding-bottom:2rem;
}

@media screen and (max-width:640px) {  
  #pdDetail .detailHd .s-shubetu {
    margin-bottom:1.25rem;
  }

  #pdDetail .detailHd__headline {
    padding-bottom:1.5rem;
  }
}


/*--------------------------------------------------------------------------------
  写真・基本情報
--------------------------------------------------------------------------------*/

#pdDetail .bsData .data {
  background-color:#fff;
	border: 1px solid #aaa;
}

#pdDetail .bsData .update {
  display:block;
  border-bottom:1px solid #eae9e8;
  text-align:right;
}

#pdDetail .bsData .data__list {
  font-size:0.95em;
}

#pdDetail .bsData .data__list dt,
#pdDetail .bsData .data__list dd {
  display:block;
}

#pdDetail .bsData .data__list dt {
  width:5.5em;
  float:left;
  font-weight:bold;
  text-align:center;
  background-color:#eae9e8;
  padding:0.2em;
}

#pdDetail .bsData .data__list dt:not(:first-child) {
  border-top:8px solid #fff;
}

#pdDetail .bsData .data__list dd {
  margin-left:6.5em;
}

#pdDetail .bsData .data__list dt:first-child + dd {
  padding-top:0.2em;
}

#pdDetail .bsData .data__list dt:not(:first-child) + dd {
  padding-top:0.7em;
}

#pdDetail .bsData .data__list dd:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

#pdDetail .bsData .btns {
  list-style:none;
}

#pdDetail .bsData .btns li a {
  display:block;
}
#pdDetail .bsData .hbt-black {
	width: 100%;
}

#pdDetail .bsData .print .hbt-black:hover span,
#pdDetail .bsData .print .hbt-black span.hover {
	background-color:#e5686c;
	border-bottom-color:#e5686c;
}

#pdDetail .bsData .print .hbt-black a {
	background-image: url("../../image/md-ic/printer-w.png");
	background-size: 17px;
	padding-left: 30px;
}

#pdDetail .bsData .toiawase .hbt-black:hover span,
#pdDetail .bsData .toiawase .hbt-black span.hover {
	background-color:#81b587;
	border-bottom-color:#81b587;
}

#pdDetail .bsData .toiawase .hbt-black a {
	background-image: url("../../image/md-ic/contact-w.png");
	background-size: 20px;
	padding-left: 30px;
}

#pdDetail .bsData-block {
  padding-top:60px;
}

#pdDetail .bsData-block .photo {
  width:calc(50% - 10px);
  float:right;
}

#pdDetail .bsData-block .photo img {
	height: auto;
	vertical-align: top;
}

#pdDetail .bsData {
  width:calc(50% - 10px);
  float:left;
}

#pdDetail .bsData .data {
  padding:30px;
}

#pdDetail .bsData .update {
  padding-bottom:10px;
  margin-bottom:24px;
}

#pdDetail .bsData .btns {
  width: 100%;
  margin-top:20px;
}

#pdDetail .bsData .btns li {
	width:50%;
	float:left;
	box-sizing: border-box;
}

#pdDetail .bsData .btns li:first-child {
  padding-right:5px;
}

#pdDetail .bsData .btns li:last-child {
  padding-left:5px;
}

@media screen and (max-width:870px) {
	#pdDetail .bsData-block {
		padding-top:40px;
	}
	#pdDetail .bsData-block .photo {
		width:100%;
		float:none;
		margin-bottom: 40px;
		text-align: center;
	}
	#pdDetail .bsData {
		width:100%;
		float:none;
	}
	#pdDetail .bsData .data {
	  padding:20px;
	}
	#pdDetail .bsData .btns {
		width: 240px;
		margin-left:auto;
		margin-right:auto;
	}
	#pdDetail .bsData .btns li {
		width:100%;
	}
	#pdDetail .bsData .print {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
  サムネイル写真
--------------------------------------------------------------------------------*/

#pdDetail .thumbList {
  list-style:none;
}

#pdDetail .thumb {
padding-top:40px;
}

#pdDetail .thumbList {
	width: 100%;
	margin-right:-5px;
}

#pdDetail .thumbList li {
	float:left;
	display: block;
	width: calc(33.33% - 10px);
	margin-right: 15px;
	overflow: hidden;
}

#pdDetail .thumbList li:nth-child(3n) {
	margin-right: 0px;
}

#pdDetail .thumbList li:nth-child(n+4) {
	margin-top:20px;
}

#pdDetail .thumbList li a {
	width: 100%;
    padding-top: 75%;
    position: relative;
    height: auto;
	display: block;
}
#pdDetail .thumbList li img {
	max-width: inherit;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
	vertical-align: top;
}


/*--------------------------------------------------------------------------------
  詳細情報
--------------------------------------------------------------------------------*/

#pdDetail .dtData__tbl {
  width:100%;
  border-collapse:collapse;
	border:2px solid #aaa;
	  box-sizing: border-box;
}

#pdDetail .dtData__tbl th,
#pdDetail .dtData__tbl td {
  vertical-align:top;
  line-height:1.5;
  padding:0.85em;
	border:1px solid #c3c3c3;
}

#pdDetail .dtData__tbl th {
  white-space:nowrap;
  font-weight:bold;
  text-align:center;
  background-color:#e3e3e3;
}

#pdDetail .dtData__tbl tr:not(:last-child) th {
  border-bottom:1px solid #c3c3c3;
}

#pdDetail .dtData__tbl td {
  text-align:left;
  background-color:#fff;
}

#pdDetail .dtData__tbl tr:not(:last-child) td {
  border-bottom:1px solid #c3c3c3;
}

#pdDetail .dtData {
padding-top:40px;
}

#pdDetail .dtData__tbl:first-child {
margin-bottom:40px;
}

@media screen and (max-width:640px) {  
  #pdDetail .dtData__tbl:first-child {
    margin-bottom:4%;
  }
  
  #pdDetail .dtData__tbl colgroup {
    width:100%;
  }

  #pdDetail .dtData__tbl th,
  #pdDetail .dtData__tbl td {
	  display: block;
	  box-sizing: border-box;
  }
  
  #pdDetail .dtData__tbl th {
	  float: left;
	  width: 9em;
  }
  
  #pdDetail .dtData__tbl td {
	  float: left;
	  width: calc(100% - 9em);
  }
}


/*--------------------------------------------------------------------------------
  動画類
--------------------------------------------------------------------------------*/

#pdDetail .youtube {
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
    position: relative;
}

#pdDetail .youtube:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}

#pdDetail .theta {
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
}

#pdDetail .ricoh-theta-tour-image {
	width: 100%;
    position: relative;
}
#pdDetail .ricoh-theta-tour-image:before {
    content:"";
    display: block;
    padding-top: 50%;
}

#pdDetail .youtube iframe,
#pdDetail .theta .ricoh-theta-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

/*--------------------------------------------------------------------------------
  MAP・戻るボタン
--------------------------------------------------------------------------------*/

#pdDetail .detailFt {
  text-align:center;
}

#pdDetail .detailFt .gmap {
  background-color:#fff;
}

#pdDetail .detailFt .gmap iframe {
  width:100%;
  height:100%;
  vertical-align:bottom;
}

#pdDetail .detailFt {
	padding-top:60px;
}

#pdDetail .detailFt .gmap {
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}

#pdDetail .list-back a {
	background-image:none;
	padding-left:30px;
	padding-right:30px;
}


/*--------------------------------------------------------------------------------
  印刷時
--------------------------------------------------------------------------------*/

@media print{
	header,
	.gnav,
	.gnav-fixed,
	.md,
	#pdDetail .bsData .btns,
	#pdDetail .list-back,
	footer { display: none; }
	
	#pdDetail .detailHd { border-bottom: 0; }
	#pdDetail .detailHd .s-shubetu { margin-bottom: 0; }
	#pdDetail .detailHd__headline { padding-bottom: 0; }
	
	#pdDetail .bsData-block {
		padding-top: 30px;
	}
}

