﻿@charset "utf-8";  
/*------------------------------------------------------------ 
   PROPERTY  css
------------------------------------------------------------*/  

.headline{ margin-bottom:40px;}
.headline-en,
.headline-jp{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:1;
}

body{ overflow-x:hidden;}

.inner.property{
	max-width:836px;
	margin-top:60px;
}

.sectionAddress{
	font-size:142%;
	margin-bottom:10px;
}

.sectionInfo{
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
}

.sectionInfo .list-flag{
	color:#595757;
	float:left;
	border-color:#6C6A6A;
}

.sectionTxt{
	width:calc(100% - 90px);
	float:right;
	line-height:26px;
	font-size:167%;
}

#slider{ margin-bottom:25px;}

#thumbnail-slider{
	width:auto;
	margin:0 -100px;
	padding:0 100px;
}

#thumbnail-slider .slick-list{
	width:auto;
	margin:0 -50px;
}

#thumbnail-slider .slick-slide{
	cursor:pointer;
	padding:0 5px;
	box-sizing:border-box;
}

#thumbnail-slider .slick-current{ opacity:0.7;}

.section{ margin-top:100px;}

.sectionHd{
	width:100%;
	font-size:38px;
	margin-bottom:30px;
	text-align:center;
}

.tableWrap{
	width:100%;
	box-sizing:border-box;
	border:1px solid #696969;
}

.tableItem{
	width:50%;
	position:relative;
	box-sizing:border-box;
}

.tableItem:first-child{ border-right:1px solid #ADADAE;}

.tableItem:before{
	display:block;
	content:"";
	width:120px;
	height:100%;
	background:#E9E9EA;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	border-right:1px solid #ADADAE;
}

.propertyTbl{
	width:100%;
	font-size:117%;
} 

.propertyTbl th{
	vertical-align:top;
	width:100px;
	padding:10px;
	text-align:left;
}

.propertyTbl.bikou{ border-top:1px solid #ADADAE;}

.propertyTbl.bikou th{
	background:#E9E9EA;
	border-right:1px solid #ADADAE;
}

.propertyTbl td{
	vertical-align:top;
	padding:10px;
}

.propertyTbl tr:not(:last-child){ border-bottom:1px solid #ADADAE;}

#other{
	margin-top:150px;
	padding-bottom:30px;
}

#otherHd{
	width:100%;
	text-align:center;
	font-size:38px;
	padding-bottom:10px;
	margin-bottom:30px;
	line-height:1;
	font-family: "游明朝", YuMincho, 'Lora',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom:1px solid #929292;
}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

@media screen and (max-width: 960px){

#thumbnail-slider .slick-list{ margin:0 -5px;}

}

/* SP */
@media screen and (max-width: 560px){

.headline{ margin-bottom:20px;}

.inner.property{ margin-top:30px;}

#slider,
.sectionInfo{ margin-bottom:15px;}

.sectionAddress{ font-size:134%;}

.section{ margin-top:50px;}

.sectionHd{
	font-size:175%;
	margin-bottom:15px;
}

.sectionTxt{
	width:calc(100% - 84px);
	font-size:142%;
}

.tableItem{ width:100%;}

.tableItem:first-child{
	border-bottom:1px solid #ADADAE;
	border-right:none;
}

#other{
	margin-top:70px;
	padding-bottom:20px;
}

#otherHd{
	font-size:175%;
	margin-bottom:20px;
}

}