@CHARSET "UTF-8";
body{
	font-size:16px;
}
a:hover {
	color: #e20000;
	text-decoration: underline;
	}	
.details-header {
	width: 100%;
}
.buildingName {
	margin-top:34px;
	font-size: 24px;
	font-weight:bold;
}
.buildingName div.frame{
	overflow:hidden;
	padding:0;
}		
.buildingName div.content{
	margin:auto;
	text-align: center;
	padding: 5px;
}
.detailMenus {
	margin:10px 0px;
	font-size: 14px;
	width: 100%;
	overflow:hidden;
}
.detailMenus div.menu{
	float:left;
	border-left: 5px solid #b22222;
	margin:0;
}
.statusView {
	overflow:hidden;
	font-size:13px;
	line-height:16px;
}
.statusView div.lefter{
	float:left;
	overflow:hidden;
}
.lefter div.tag{
	margin-right: 2px;
	float:left;
	margin-bottom: 5px;
}
.statusView div.righter{
	float:right;
	overflow:hidden;
}
.righter div.tag{
	margin-left: 1px;
	float:right;
	margin-bottom: 5px;
}
/**** 情報表示 ****/
.bhblock{
	overflow:hidden;
	width:100%;
	margin: 0 auto 0 auto;
	font-size:13.5px;
	line-height:normal;
}
.bhdetail {
	float:left;
	width: calc(62% - 16px);
}
.bhdetail > div{
	overflow:hidden;
	border-bottom:1px solid #cccccc;
	padding:13px 8px;
}
.bhdetail .maintitle{
	background-color:rgba(255,108,27,0.07);
	border-bottom:none;
	margin-top:34px;
	font-size:120%;
}
.bhdetail .row > div{
	float:left;
}
.bhdetail .row .title{
	width:38%;
	color:#a80b0b;/*#5bb8e9;*/
}
.bhdetail .row p{
	line-height:190%;
	padding:5px 0;
	word-break:keep-all;
}
.bhdetail .row .cont{
	width:62%;
}
.bhdetail .row .cont .subcont{
	width:100%;
	overflow:hidden;
}
.bhdetail .row .cont .subcont > div{
	float:left;
}
.bhdetail .row .cont .subcont .subtitle{
	width:150px;
}
.bhdetail .row .cont .subcont .cost_table{
	width:100%;
}
.bhdetail .row .cont .subcont .cost_table table{
	border-spacing:0px 2px;
	width: 100%;
}
.bhdetail .row .cont .subcont .cost_table table th{
	width:62%;
}
.bhdetail .row .cont .subcont .dist_table{
	width:50%;
	max-width:230px;
}
.bhdetail .row .cont .subcont .dist_table table{
	border-spacing:0px 2px;
}
.commentView{
	float:right;
	width:calc(38% - 26px);
	background-image: radial-gradient(rgba(255,108,27,0.1),rgba(255,108,27,0));
    background-size: 3px 3px;
	margin-top:34px;
	padding:13px;
	line-height:2em;
	font-size:13px;
}
.catchcopy{
	font-weight:bold;
	font-size:1.2em;
	margin:13px 0 34px 0;
}
.staffComment {
	margin: 55px 0 34px 0;
}
.staffComment p{
 	margin: 1.0em 0em;
}
.staffComment .staffImage{
	width:100px;
	margin:34px auto;
}
.staffComment .tenantImage{
	width:85px;
	margin:21px auto 3px auto;
	text-align:center;
}
.staffComment .staffImage > div, .staffComment .tenantImage div{
	line-height:1.3em;
	margin:auto;
}
.staffComment .staffImage img,.staffComment .tenantImage img{
	margin:8px auto;
}
.inquire{
	width:505px;
	margin:34px auto;
}
.inquire a{
	display:inline;
	text-align:center;
	margin:auto;
}
.inquire .telephones{
	overflow:hidden;
	width:calc(505px - 2em);
	margin:8px auto;
}
.inquire .telephones > div{
	float:left;
	font-size:13px;
	height:63px;
	width:calc(505px - 15em);
	line-height:63px;
}
.inquire .telephones > div.title{
	width:12em;
}
.inquire .telephones div.telephone{
	overflow:hidden;
	height:21px;
	width:calc(505px - 15em);
	line-height:21px;
	padding:0;
}
.inquire .telephones div.telephone span{
	float:left;
	font-size:15px;
	background-image:none;
}
.inquire .telephones div.telephone .callto{
	color:#0000ff;
	font-weight:bold;
}
.inquire .telephones div.telephone .callnumber{
	float:right;
	padding:0px;
	padding-left: 18px;
	background-image: url("images/telephone.png");
	background-repeat: no-repeat;
	background-position: left;
	font-weight:bold;
}
.inquire .line, .inquire .forms{
	font-size:13px;
	text-align:center;
	margin: 13px auto;
}
.inquire .line p{
	margin-top:8px;
}
.mapView, .customView, .nearBuilding{
	width:100%;
	margin: auto;
	font-size:13.5px;
}
.customView > div{
	overflow:hidden;
	padding:0;
}
.mapView .title, .customView .title, .nearBuilding .title{
	background-color:rgba(255,108,27,0.07);
	border-bottom:none;
	padding:13px 8px;
	margin: 13px 0;
	font-size:120%;
}
.mapView .gMap{
	position:relative;
	width:calc(100% - 2px);
	height:0;
	padding-top:50%;
	border: 1px solid #cccccc;
}
.mapView .gMap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.mapView .streetView{
	overflow:hidden;
	margin-top:13px;
}
.mapView .streetView > div{
	float:right;
}

.nearBuilding .nearshow{
	width:100%;
	height:365px;
}
.nearBuilding .nearshow .cont  {
	max-width:384px;
	min-width:200px;
	height:360px;
	background-image: radial-gradient(rgba(230,108,28,0.1),rgba(230,108,28,0));
    background-size: 3px 3px;
	margin:0 8px;
}
.nearBuilding .nearshow .cont > img{
	display:inline-block;
	width:100%;
	min-width:200px;
	height:240px;	
	object-fit: cover;
	margin: 0px auto 8px auto;
}
.nearBuilding .nearshow .cont > div{
	margin: 5px 8px;
}
.nearBuilding .nearshow a{
	text-decoration: none;
}
.equipmentList{
	margin-top:20px;
}
.equipmentList img{
	margin-right:12px;
	margin-top:10px;
}
.telephone {
	color: #e20000;
	padding: 0px 30px;
}
.fax {
	color: #666;
}
.email {
	font-size: 15px;
	font-weight: bold;
	color: #444;
}
.address {
	font-size: 14px;
	font-weight: bold;
	color: #444;
}		
.among {
	height: 34px;
}
	/**** 画像表示 ****/
.nodisp {
	display: none;
}
span.back, span.next{
	position: absolute;
	top: calc(50% - 17px);
	margin: 0;
	padding: 0;
    display: inline-block;
    overflow: hidden;
    height: 35px;
    width: 35px;
    color:#ffffff;
    background-color:rgba(0,0,0,0.6);
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index:100;
	opacity:0.5;
}
span.back{
	left: 8px;
}
span.next {
	right: 8px;
}
span.back:hover, span.next:hover{
	background-color:rgba(0,0,0,0.3);
	cursor:pointer;
}
span.back::after, span.next::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 13px;
  height: 8px;
  border: 8px solid transparent;
}
span.back::after{
	right: 13px;
    border-right: 13px solid #ffffff;
}
span.next::after{
	left: 13px;
	border-left: 13px solid #ffffff;
}
/**** 画像表示・・・カルーセル ****/
.imageTitle {
	overflow:hidden;
	width:calc(100% - 2px);
	margin:auto;
	padding:34px 0;
	margin-top:21px;
	border: 1px solid #888;
}
.imageTitle .largeImageBlock{
	overflow:hidden;
	max-width:960px;
	width:100%;
	height:38vw;
	max-height:366px;
	margin:auto;
}
.largeImageBlock .slideshow{
	float:left;
	width: 61%;
	height:100%;
	max-height:366px;
	text-align:center;
}
.slideshow :focus{
	outline: 0px;
}
.slideshow div{
	width:100%;
	vertical-align:middle;
}
.slideshow a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
}
.slideshow img{
	display:inline-block;
	width:auto;
	max-width:100%;
	height:100%;
	max-height:366px;
	margin:auto;
 	object-fit: contain;
}
.roomlayout{
	float:right;
	width:38%;
	height:100%;
	text-align:center;
}

.roomlayout img{
	display:inline-block;
	width:auto;
	max-width:100%;
	height:100%;
	max-height:366px;	
	margin:auto;
 	object-fit: contain;
}
.thumbnails{
	overflow:hidden;
	max-width:960px;
	width:100%;
	margin: 5px auto;
}
.thumbnails .slick-track{
	overflow:hidden;
	width:inherit;
	width:unset!important;
	transform:unset!important;
}
.thumbnails .imgblock{
	display:block;
	max-width:91px;
	width:calc(10% - 5px);
	height:64px;
	float:left;
	margin:3px 3px 0px 0px;
	text-align:center;
 	border:1px solid #ccc;
 	background:#ffffff;
}
.thumbnails img{
	display:inline-block;
	width:100%;
	height:100%;	
	object-fit: cover;
}
.thumbnails .imgblock:hover{
	cursor:pointer;
	border:1px solid #b22222;
}
.thumbnails .imgblock:focus{
	outline:0px solid #b22222;
	border:1px solid #b22222;
}



/**** 料金表示 ****/
span.strong{
	font-size:29px;
	font-weight:bold;
	color:red;
}
div.charge {
	overflow:hidden;
	width:100%;
	font-size: 80%;
}
div.charge .cost{
	overflow:hidden;
	float:left;
	width:calc(20% - 6px);
	height:34px;
	margin: 0 3px;
	padding: 13px 0;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
}
div.charge .cost .costName{
	float:left;
	width:34px;
	height:34px;
	font-size:83%;
	line-height:34px;
	text-align:center;
	color:#333;
	background-color:rgba(255,108,27,0.07);
}
div.charge .cost > div.costAmount{
	display: inline;
	float:left;
	width:calc(100% - 34px);
	height:34px;
	line-height:34px;
	text-align:right;
}
div.charge .cost .half div, div.charge .cost .half span{
	line-height:17px;
	height:17px;
}
.chargeEm {
	font-weight: bold;
}
/**** ＊＊＊＊ ****/
/**ふき出し**/
.bottom_arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin:0px;
	padding:13px 13px;
}
.bottom_arrow_box:after, .bottom_arrow_box:before {
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bottom_arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 13px;
	margin-left: -13px;
}
.bottom_arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 14px;
	margin-left: -14px;
}
.right_arrow_box {
	position: relative;
	background: #FEF5EA;
	border: 1px solid #979797;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin:13px;
	padding:13px 8px;
}
.right_arrow_box:after, .right_arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.right_arrow_box:after {
	border-color: rgba(254, 245, 234, 0);
	border-left-color: #FEF5EA;
	border-width: 13px;
	margin-top: -13px;
}
.right_arrow_box:before {
	border-color: rgba(151, 151, 151, 0);
	border-left-color: #979797;
	border-width: 14px;
	margin-top: -14px;
}
#qrCode, #qrCodePanorama{
	display:none;
	position:fixed;
	width: 400px;
	background: #ffffff;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: none;
	padding: 14px 22px;
	top:20%;
	left:50%;
	z-index:200;
	margin-left:-200px;
}
#BlackWindow{
	display:none;
	background:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:fixed;
	top:0px;
	left:0px;
	min-width:100%;
	min-height:100%;
	z-index:0;
}
.staffLink tr th{
	font-size:9pt;
}
.equipmentIcons{
	width:100%;
	overflow:hidden;
}
.equipmentIcons div.iconBox{
	float:left;
	margin: 2px;
	width:calc(12.5% - 4px);
	max-width:201px;
	height:auto;
	text-align:center;
	color:#cccccc;
}
.equipmentIcons div.iconBox img{
	display:inline-block;
	max-width:201px;
	width:100%;
	height:auto;
	object-fit:contain;
}
.equipmentIcons div.iconBox div.equipName{
	font-size:0.6em;
}
.equipmentIcons div.iconBox div.exist{
	color:#cc4100;
} 
/*調整用*/
@media screen and (max-width: 1199px) {
	.bhdetail .row .cont .subcont .dist_table{
		width:100%;
	}
	.imageTitle .largeImageBlock, .thumbnails{
		max-width:944px;
	}
}
@media screen and (max-width: 959px){
	div.charge .costParking{
		font-size:60%;
	}
	div.charge .cost{
		width:calc(20% - 2px);
		margin: 0 1px;
		padding: 3px 0;
	}
	.nearBuilding .nearshow .cont  {
		margin: 0 3px;
	}
	.bhblock{
		font-size:12.5px;
	}
	.imageTitle .largeImageBlock, .thumbnails{
		max-width:744px;
	}
}
