@charset "utf-8";
/*
* facilities.css
*
* version --- 1.0
* updated --- 2013/09/10
*/

/* インフォメーション＆アクセスのみに使用するスタイルを記述
---------------------------------------------------------- */
/* ローカルナビ */
#localNav {
	background: #4a3934;
	position: absolute;
	width: 100%;
}
#localNav ul {
	height: 60px;
	padding: 0px 10px 0px 6px;
}
#localNav ul li {
	list-style: none;
	float: left;
	/*width: 33%;*/
	width: 50%;
}
/*#localNav ul li:nth-child(2) {
	width: 34%;
}*/
#localNav ul li p {
	margin: 5px 0px 0px 4px;
	font-size: 10px;
}
#localNav ul li p a {
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	color: #321f19;
	text-decoration: none;
	height: 50px;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#localNav ul li p a img {
	display: block;
	margin: 0 auto;
	width: 27px;
}
#localNav ul li p a span {
	display: block;
	padding-top: 6px;
}

/* ローカルナビ上部固定時のスタイル */
#localNav.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
#localNav.fixed ul {
	height: 54px;
}
#localNav.fixed ul li p a {
	height: 28px;
	padding: 8px 0px;
}
#localNav.fixed ul li p a img {
	display: none;
}

/* コンテンツ */
div#wrapper {
	background: #4a3934;
	padding-top: 60px;
}
#container {
	background: #fff;
	text-align: left;
	color: #321f19;
}
h3 {
	padding-top: 54px;
	margin-top: -54px;
	margin-bottom: 15px;
}
h3 span {
	color: #54392c;
	background: #e0cdba;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	text-align: left;
	padding-left: 55px;
	display: block;
	text-align: left;
	background-size: contain;
	background-repeat: no-repeat;
}
h3#information01 span {
	background-image: url(/sp/information/img/icon01.png);
	background-position: 10px 0px;
}
h3#information02 span {
	background-image: url(/sp/information/img/icon02.png);
	background-position: 10px 0px;
}
h3#information03 span {
	background-image: url(/sp/information/img/icon03.png);
	background-position: 10px 0px;
}
.access-caution {
	background-color: #950B04;
	border-radius: 4px;
	color: #fff;
	margin: 0 10px 6px;
	padding: 5px 6px;
	line-height: 130%;
}
.access-caution strong {
	font-weight: normal;
	font-size: 12px;
}

h4 {
	background-color: #54392c;
	border-radius: 4px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
h4 img {
	width: 36px;
	vertical-align: top;
	margin-right: 6px;
}

.access_bus,
.access_car,
.parking-hour {
	margin: 0 10px;
}
.parking-hour {
	/*margin-bottom: 10px;*/
	line-height: 150%;
}
.access_bus ul {
	margin-left: 25px;
}
.access_bus ul li {
	padding-bottom: 20px;
}
.access_bus p.bgColor-lightBlue {
	background: #e8eff4;
	padding: 10px;
	margin-bottom: 15px;
}
.access_car ul {
	list-style: none;
}
.access_car ul li {
	padding-bottom: 20px;
}
.img_map {
	text-align: center;
	margin-bottom: 5px;
}
.btn_pdf {
	border-radius: 4px;
	background-color: #f4ac10;
	height: 45px;
	line-height: 45px;
	width: 300px;
	text-align: center;
	margin: 0 auto 15px;
}
.btn_pdf a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
}

p.address {
	/*background: #e7e0de;
	border-radius: 4px;
	padding: 10px;*/
	margin-bottom: 15px;
}

.parking-space {
	width: 12em;
	letter-spacing: 1px;
	background-color: #950b04;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	padding: 5px 0 3px;
	margin: 0 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
}

.parking-hour ul {
	list-style-type: none;
}
.parking-hour ul li {
	border-bottom: dotted 1px #ab9b94;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.parking-hour ul li a,
.parking-hour ul li a:visited,
.parking-hour ul li a:hover {
	color: #08A1E1;
	text-decoration: underline;
}
.parking-hour ul li span {
	display: inline-block;
	width: 120px;
}

.parking-price {
	margin: 0 10px 15px;
}
table.tab-1 {
	border: solid 1px #ab9b94;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
table.tab-1 th,
table.tab-1 td {
	border: solid 1px #ab9b94;
	padding: 12px 5px;
	text-align: center;
}
table.tab-1 th {
	background-color: #e7e0de;
	vertical-align: middle;
	color: #321f19;
	font-weight: normal;
	font-size: 10px;
}

dl.information {
	margin: 0 10px;
}
dl.information dt {
	float: left;
	width: 5em;
	clear: both;
	border-bottom: dotted 1px #ab9b94;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
dl.information dd {
	margin-left: 5em;
	border-bottom: dotted 1px #ab9b94;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
dl.information dt:nth-child(3),
dl.information dd:last-child {
	border-bottom: none;
}
dl.information a {
	text-decoration: none;
	color: #321f19;
}






/*年末年始の案内
----------------------------------------------------------------*/

#openhours {
	margin:0px 10px;
	padding-bottom:15px;
	}
#openhours section {
	margin-top:10px;
	}

#openhours h4 {
	padding-left:10px;
	margin-bottom:10px;
	}

#openhours dt {
	float:left;
	}
#openhours dd {
	padding-left:120px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: dotted 1px #ab9b94;
	}


/*営業日・定休日の色分け*/

.cell_yellow {
	background:#feffce;
	padding:0px 5px;
	}
.cell_red {
	background:#ffe2e2;
	padding:0px 5px;
	}
.cell_gray {
	background:#a7a7a7;
	color:#fff;
	padding:0px 5px;
	}









