@charset "utf-8";
/* CSS Document */

#main .comTopBox .ttl {
	margin-bottom: 0;
}

#main .comTopBox {
	margin-bottom: 41px;
}

#main .comPhotoBox {
	margin-bottom: 30px;
}

#main .headLine02 {
	text-align: left;
}

#main .outlineBox {
	margin-bottom: 110px;
}

#main .locationBox .headLine02 {
	margin-bottom: 46px;
}

#main .locationBox .comLableUl {
	margin-bottom: 60px;
}

#main .locationBox .comLableUl li {
	padding: 6px 3px 4px;
}

#main .locationBox .comTable {
	border-top: 1px solid #000;
}

#main .locationBox .comTable th,
#main .locationBox .comTable td {
	padding: 15px 25px 15px;
	line-height: 1.34;
	border-color: #d7d7d7;
}

#main .locationBox .comTable td {
    vertical-align: middle;
}

#main .locationBox .comTable th {
	width: 200px;
	background-color: #f1f4f8;
	box-sizing: border-box;
    vertical-align: middle;	
}

#main .locationBox .comTable th span {
	margin-bottom: 5px;
	color: #888888;
	font-size: 12px;
	display: block;
}

#main .endTxt {
	margin-top: 21px;
	color: #777777;
	font-size: 12px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
}

#main .locationBox {
	margin-bottom: 113px;
}

#main .mapBox {
	margin-bottom: 83px;
}

#main .mapBox .subBox {
  position: relative;
	padding-bottom: 46.1%
}

#map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#main .propertyBox .headLine02 {
	margin-bottom: 46px;
}

#main .propertyBox .endTxt {
	margin-top: 56px;
	line-height: 1.84;
}

/*賃貸数字アイコン*/

#main .titleBox.detail .comListLable span{
	background-color: #fff;
	color: #000;
}

#main .titleBox.detail .comListLable {
	width: auto;
	margin-left: 20px;
}

.titleBox.detail .titleBox{
	display: inline-block;
}

.titleBox.detail .right {
    display: inline-block;
    float: right;
}

#main .titleBox.detail .comListLable span {
	margin: 0 0 10px 0;
	width: auto;
	float: none !important;
	display: inline-block;
	background-color: #fff;
    color: #000;
}

#main .titleBox.detail span.whiteTxt {
    padding: 1px 2px 3px;
    color: #000;
    border: none;
    background-color: #fff;
}

#main .titleBox.detail .comListLable span.number {
    margin-left: 10px;
    height: auto;	
    padding: 6px 9px 5px 10px;	
	background-color: #f0f4f8;
    color: #000;
}

#main .titleBox.detail .comListLable span.black {
    margin-left: 10px;
    height: auto;	
    padding: 6px 9px 5px 10px;	
	background-color: #000;
    color: #fff;
}

	
@media all and (max-width: 767px) {
	.titleBox.detail.right {
    	float: left;
	}
	
	#main .titleBox.detail .comListLable {
		margin-bottom: 20px;
		width: auto;
		float: right;
		margin-left: -10px;
		margin-right: 25px;
	}
	
	#main .titleBox.detail .comListLable span {
		margin: 0 5px 0 0 !important;
		display: inline-block;
	}
	
	#main .titleBox.detail .comListLable span:last-child {
		margin-right: 0 !important;
	}
}


/*賃貸数字アイコンend*/


#main .comTopBox .comListLable span.blackTxt {
	border-color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
@media all and (max-width: 767px) {
	#main .comTopBox {
		margin-bottom: 18px;
	}

	#main .comPhotoBox {
		margin-bottom: 36px;
	}

	#main .locationBox,
	#main .outlineBox {
		margin-bottom: 0;
	}

	#main .mapBox {
		margin-bottom: 65px;
		border-bottom: 1px solid #000;
	}

	#main .comTable th {
		width: 23%;
	}

	#main .content .showTtl {
		margin-bottom: 0;
		padding: 10px 0 16px;
		border-top: 1px solid #000;
		position: relative;
		cursor: pointer;
		transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-webkit-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
	}

	#main .content .showTtl:before,
	#main .content .showTtl:after {
		width: 25px;
		height: 1px;
		position: absolute;
		right: 0;
		top: 41px;
		transform-origin: center;
		transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-webkit-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		content: "";
		background: #000000;
	}

	#main .content .showTtl:after  {
		transform: rotateZ(90deg);
		-webkit-transform: rotateZ(90deg);
	}

	#main .content .showTtl.on:after {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}

	#main .content .showBox {
		margin-bottom: 50px;
		display: none;
	}
	
	#main .content .showBox .info {
		font-size: 12px;
	}

	#main .locationBox .locationTable {
		overflow-x: scroll;
	}

	#main .locationBox .locationTable table {
		min-width: 500px;
	}

	#main .locationBox .comTable th {
		width: 100px;
	}

	#main .locationBox .comTable td,
	#main .locationBox .comTable th {
		padding: 14px 13px 13px !important;
		vertical-align: middle;
	}

	#main .propertyBox .headLine02 {
		margin-bottom: 41px;
	}

	#main .comPropertyUl > li .imgBox .textBox .comTable th {
		width: 34.5%;
	}

	#main .endTxt {
		font-size: 10px;
	}

	#main .propertyBox .endTxt {
		margin-top: 40px;
	}
}