@CHARSET "UTF-8";

a:link {
	text-decoration: none;
}
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;
}
.imageTitle {
	border: 1px solid #888;
}
.menuTitle, .mapTitle, .customView, .shopTitle{
	overflow:hidden;
	width:100%;
}
.menuTitle .menuBlockL, .menuTitle .menuBlockR{
	width:calc(50% - 5px);
	float:left;
}
.menuTitle .menuBlockR{
	float:right;
}
.menuTitle .maintitle {
	background-color:#e1f2fb;
	padding: 13px 8px;
	font-size:120%;
}
.menuTitle .row {
	overflow:hidden;
	border-bottom:1px solid #cccccc;
	padding: 13px 8px;
}
.menuTitle .row .title {
	float:left;
	width:38%;
	color:#5bb8e9;
}
.menuTitle .row .cont{
	float:left;
	width:62%;
}
.menuTitle .row p{
	line-height:190%;
	padding:5px 0;
	word-break:keep-all;
}


.mapTitle .separate > div{
	width:50%;
	display: inline-block;
}
.mapTitle .maintitle, .customView .title{
	background-color:#e1f2fb;
	padding: 13px 8px;
	margin:5px 0;
}
.mapTitle .title{
	color:#5bb8e9;
	padding: 5px 8px;
	border-bottom:1px solid #cccccc;
}
.mapTitle div.cont{
	width:calc(100% - 2px);
	margin:8px 0;
	border:1px solid #cccccc;
}
.mapTitle .gMap{
	position:relative;
	height:0;
	padding-top:50%;
}
.mapTitle .gMap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.customView > div{
	overflow:hidden;
	padding:0;
}

.shopTitle {
	min-width:760px;
}

.shopTitle .title{
	background-color:#e1f2fb;
	padding: 8px 13px;
	font-size: 15px;
	font-weight: bold;
}

.shops {
	font-size: 21px;
	font-weight: bold;
}

.shopbackground {
	width:calc(100% - 2px);
	height:144px;
	border:1px solid #cccccc;
}
.shopbackground > div{
	padding:5px 8px;
}
.shopTitle .telephone {
	color: #e20000;
	padding: 0px 21px 0 18px;
    background-image: url(images/telephone.png);
    background-repeat: no-repeat;
    background-position: left;
}

.shopTitle .fax {
	color: #666;
	padding: 0px 21px 0 18px;
    background-image: url(images/fax.png);
    background-repeat: no-repeat;
    background-position: left;
}

.email {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.address {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.inquires{
	overflow:hidden;
	width:505px;
	margin:34px auto;
}
.inquires a{
	display:inline;
	text-align:center;
	margin:auto;
}
.inquires .telephones{
	overflow:hidden;
	width:505px;
	margin:8px auto;
}
.inquires .telephones > div{
	float:left;
	font-size:13px;
	height:63px;
	width:calc(505px - 20em);
	line-height:63px;
}
.inquires .telephones > div.title{
	width:12em;
}
.inquires .telephones div.telephone{
	overflow:hidden;
	height:21px;
	width:calc(505px - 13em);
	line-height:21px;
	padding:0;
}
.inquires .telephones div.telephone span{
	float:left;
	font-size:15px;
	background-image:none;
}
.inquires .telephones div.telephone .callto{
	color:#0000ff;
	font-weight:bold;
}
.inquires .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;
	color: #e20000;
}
.inquires .forms{
	font-size:13px;
	text-align:center;
	margin: 13px auto;
}
.roomTopics{
	overflow:hidden;
	width:100%;
	margin: 21px auto; 
}
span.strong{
	font-size:27px;
	font-weight:bold;
	color:red;
}

div.roomTopics .cost{
	overflow:hidden;
	float:left;
	width:calc(25% - 6px);
	height:42px;
	margin: 0 3px;
	padding: 5px 0;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
}
div.roomTopics .costTwise{
	min-width:300px;
}
div.roomTopics .cost .costName{
	float:left;
	width:42px;
	height:42px;
	font-size:83%;
	line-height:42px;
	text-align:center;
	color:#333;
	background-color:rgba(27,0,229,0.07);
}
div.roomTopics .cost > div.costAmount{
	display: inline;
	float:left;
	width:calc(100% - 42px);
	height:42px;
	line-height:42px;
	text-align:right;
}
div.roomTopics .cost .half div, div.charge .cost .half span{
	line-height:21px;
	height:21px;
}

.among {
	height: 34px;
}

.number {
	text-align: right;
}
.string {
	text-align: left;
}
/**** 画像表示 ****/
.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: -43px;
}
span.next {
	right: -43px;
}
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;
}
#qrCode, #mapFull{
	display:none;
	position:fixed;
	width: 400px;
	background: #ffffff;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: none;
	padding: 13px 21px;
	top:20%;
	left:50%;
	z-index:9999;
	margin-left:-200px;
}
#mapFull{
	top:34px;
	left:34px;
	width: calc(100% - 110px);
	height:calc(100vh - 94px);
	margin:auto;
	
}
#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:200;
}
.staffLink tr th{
	font-size:9pt;
}
.slideshow :focus{
	   outline: 0px;
}
.slideshow{
	margin-top:13px;
	padding-left:8px;
}
.slideshow a{
	text-align:center;
}
.slideshow img{
	display:inline-block;
   	object-fit: contain;
}
.thumbnails{
	width:calc(100% - 120px);
	margin: 34px auto 34px auto;
}
.thumbnails .imgblock{
	overflow:hidden;
	max-width:calc((100% - 240px) / 6);
	min-width:53px;
	height:80px;
	margin:0 5px;
	text-align:center;
   	border:1px solid #441f06;
   	background:#ffffff;
}
.thumbnails img{
	height:80px;
	display:inline-block;
   	object-fit: cover;
}
.thumbnails .imgblock:hover{
	cursor:pointer;
	border:1px solid #808080;
}
.thumbnails .imgblock:focus{
	outline:0px solid #808080;
	border:1px solid #808080;
}
