h2.title_top_pic{
	margin: 0;
	padding: 0;
	text-indent:-1500px;
	display: block;
	overflow: hidden;
	height: 0;
	max-width: 100%;
	max-height: 100%;
	background-image: url(./images/service_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 37.5%; /* 375 ÷ 1000 x 100 = 37.5 */
	/* Background で WH ％で画像配置する際（正方形の場合 １００%）
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	/* 例:幅1000px高さ375pxの画像の場合 */
	/* padding-top: 37.5%; */
}



/* 営業時間 */
h2.title.bis_hours_title{
	color: red;
	margin-top: 1em;
}
table.bis_hours{

}
table.bis_hours th{
	font-weight: bold;
	width: 30%;
	text-align: left;
}
table.bis_hours th.sat{
	color: blue;
}
table.bis_hours th.sun{
	color: red;
}
table.bis_hours td.close{
	color: red;
}
table.bis_hours td.year{
	width: 20%;
	vertical-align: top;
}
/* 営業時間 */





div.service{
	width: 100%;
	overflow: auto;
	margin: 1em auto;
	padding: 0.5em;
	background-color: #f4f4f4;
	border: solid 1px #d9d9d9;
	box-sizing: border-box;

	border-radius: 3px; 
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px; /* Firefox用 */  
}


	div.service dl {
		overflow: auto;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}


	div.service dl dt {
		width: 25%;
		float: left;
		clear: left;
		display: block;
		background: #e6e6e6;
		text-align: center;
		padding: 0.5em;
		font-weight: bold;
		box-sizing: border-box;
	}
	div.service dl dt img{
		border: 1px solid #ddd;
		padding: 3px;
		margin-top: 0.5em;
		background: #f8f8f8;
		box-sizing: border-box;
	}


	div.service dl dd {
		display: block;
		color: #737373;
		border-bottom: 1px dotted  #cccccc;
		padding: 0.5em;
		margin-left: 1em;
		margin-right: 1em;
		padding-left: 25%;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
		box-sizing: border-box;
	}

		div.service dl dd:last-child {
			border-bottom: 0 dotted  #cccccc;
		}
		div.service dl dd:after {
			content:'';
			display:block;
			clear:both;
		}


		div.service dl dd span.fee{
			display: block;
			font-size: 120%;
			color: #896235;
			font-weight: bold;
		}






table.reg.info{
}
table.reg.info th{
	text-align: center;
	width: 25%;
}

table dl dt{

}
table dl dd{
	margin-left: 0.5em;
}
	table dl dd:before {
		content: "\f105";
		font-family: FontAwesome;
		margin-right: 0.3em;
		/* color: #0084c9; */
		font-size: 120%;
	}


/* 周辺案内 リスト */
table.reg.info ul.guide{
	padding: 0;
	margin: 0;
	margin-left: 0.6em;
	list-style-type: none;
	padding-left: 1em; /* for FontAwesome Icon Adjustment */
}
table.reg.info ul.guide li{
	list-style-type: none;
	padding: 0;
	margin: 0.2em 0;
	font-size: 100%;
	line-height: 1.6em;
	padding-left: 0.4em; /* アイコンと文章の間のスペース */
	position: relative;
}
table.reg.info ul.guide li::before{
	font-family: FontAwesome;
	font-size: 130%;
	position: absolute;
	left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	top: 0; /* アイコンの場所を変えたければ適宜変更 */

	width: 1em; 
	text-align: center;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	table.reg.info ul.guide li.train::before{
		content: "\f238";
		/*color: #005ca9;*/
	}
	table.reg.info ul.guide li.cafe::before{
		content: "\f0f4";
		/*color: #896235;*/
	}
	table.reg.info ul.guide li.cart::before{
		content: "\f07a";
		/*color: #ff0000;*/
	}
	table.reg.info ul.guide li.bag::before{
		content: "\f290";
		/*color: #ff0000;*/
	}
table.reg.info ul.guide li a{
	text-decoration: none;
}

table.reg.info ul.guide li a:hover{
	text-decoration: underline;
}
/* 周辺案内 リスト */



.f_icon.loc{
	margin-right: 2em;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

/* MAP */
div.map{
	width: 100%;
	height: auto;
	border: 3px solid #ddd;
	padding: 3px;
	margin: 3px;
	background: #f8f8f8;
	overflow: hidden;
	padding-top: 50%;
	box-sizing: border-box;
}
/* MAP */

div.pic_wrap.bldg_pic ul li img{
	border: 1px solid #ddd;
	padding: 3px;
	background: #f8f8f8;
	box-sizing: border-box;

}
div.pic_wrap.bldg_pic ul li.full{
	width: 94%;
}