@charset "UTF-8";



/*base
----------------------------------*/

h2.logo {
	margin:10px auto 0;
	padding:0 5px 5px;
	border:none;
	max-width:600px;
	background:url(/img/common/ttlLine.png) bottom repeat-x;
}


/* 2018.3.26 */

.cautionTxt {
	padding:10px 20px 10px 25px;
	color:#ec0000;
	font-size:16px;
}


#tBar {
	background: -webkit-linear-gradient(top, #eeeeef, #dcdcdc);
	background: -moz-linear-gradient(top, #eeeeef, #dcdcdc);
	background: -o-linear-gradient(top, #eeeeef, #dcdcdc);
	background: linear-gradient(to bottom, #eeeeef, #dcdcdc);
	border-bottom:1px solid #b7b7b7;
	padding:10px 10px 3px;
	text-align:center;
	margin:0 auto;
}


#iconBl {
	max-width:600px;
*	margin:10px 5px 30px 9px;
	margin:10px auto 30px;
	padding:0 5px;
	background:#fdfdfd;
	position:relative;
}

#iconBl img { margin:3px 5px 0; }

#iconBl .rest {
	position:absolute;
	top:-8px;
	left:38px;
	z-index:999;
}

#iconBl .lang { margin:0 3px 0 0; }



#blL {
	float:left;
	width:200px;
}

#blR {
	float:right;
	max-width:120px;
	min-width:90px;
}

.btHp { margin:0 0 3px; }

#addtxt {
	max-width:600px;
	margin:10px auto 15px;
	padding:0 10px 5px;
}

#addtxt table td.add {
	width:4em;
	vertical-align:top;
}

h2.leadTtl {
	color:#9c410c;
	border:none;
	margin:0 0 20px;
	padding:0;
	font-weight:bold;
}

#lead {
	margin:15px auto 30px;
	max-width:500px;
	padding:0 10px;
}

#hinfo {
	margin:15px auto 30px;
	max-width:600px;
	padding:0;
}

.barRB {
	border-radius:10px 10px 0 0;
	margin:0 auto 30px;
	max-width:500px;
	border-bottom:1px solid #fff;
	background-color:#663000;
	height:4px;
}

h2.sttl {
	margin:0 auto 10px;
	padding:3px 0.5em;
	background-image: -moz-linear-gradient(top, rgba(2,46,180,1), rgba(0,32,131,1));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2,46,180,1)),to(rgba(0,32,131,1)));
	max-width:600px;
	border:none;
	color:#fff;
}

h3.ssttl {
	margin:0 auto 20px;
	padding:3px 0.5em;
	max-width:500px;
	color:#574215;
	font-weight:normal;
	border-top:1px solid #755000;
	border-bottom:1px solid #755000;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1.0), rgba(246,238,214,1));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1.0)),to(rgba(246,238,214,1)));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5a359', endColorstr='#f6eed6', GradientType=0)";/* IE8-9 */  
	background-image: -ms-linear-gradient(top, #c5a359, #f6eed6);/* IE10 */
	font-size:1em;
}

.roomimg {
	margin:0 auto 1em;
	display: block;
}

.rt {
	margin:0 auto 20px;
	border-collapse: collapse;
	border-top: 1px solid #805C37;
	max-width:500px;
}

.rm {
	border-bottom: 1px solid #805C37;
	border-left: 1px solid #805C37;
	padding: 3px 15px 3px 3px;
	background-color:#A17A2C;
	color: #ffffff;
*	min-width:145px;
	max-width:340px;
}

.rr {
	border-bottom: 1px solid #805C37;
	padding: 3px;
	width:100px;
	text-align:right;
}

.rf {
	border-bottom: 1px solid #805C37;
	border-right: 1px solid #805C37;
	width:60px;
	font-size:90%;
}



#acsMap {
	margin:15px auto 30px;
	max-width:600px;
	padding:0;
}

.acstxt {
	display: block;
	width:auto;
	margin:20px 0 20px -10px;
}

.acstxt li { list-style: disc; }


section#fBt {
	margin:15px auto 30px;
	*max-width:500px;
	padding:15px 10px 0;
	border-top:1px solid #666;
	text-align:center;
}

section#fBt img,
#tBar img { width:145px; }


section#fBt .btHp {
	margin:0 20px 0 0;
}

.btnhp {
	max-width:120px;
	min-width:90px;
	border-radius:4px;
	border:1px solid #a69584;
	background-color:#faf2dc;
	padding:1px;
	margin-bottom:5px;
}

.btnhpIn {
	padding:3px;
	text-align:center;
	color:#755000;
	font-size:12px;
	font-weight:bold;
	border-radius:4px;
	border:1px solid #dcceae;
	background-image: linear-gradient(to bottom, rgba(246,237,214,1) 0%,rgba(223,210,171,1) 50%,rgba(236,226,195,1) 51%,rgba(248,239,215,1);
	background-image: -moz-linear-gradient(top, rgba(246,237,214,1) 0%, rgba(223,210,171,1) 50%, rgba(236,226,195,1) 51%, rgba(248,239,215,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,237,214,1)), color-stop(50%,rgba(223,210,171,1)), color-stop(51%,rgba(236,226,195,1)), color-stop(100%,rgba(248,239,215,1)));
	background-image: -webkit-linear-gradient(top, rgba(246,237,214,1) 0%,rgba(223,210,171,1) 50%,rgba(236,226,195,1) 51%,rgba(248,239,215,1) 100%);
	background-image: -o-linear-gradient(top, rgba(246,237,214,1) 0%,rgba(223,210,171,1) 50%,rgba(236,226,195,1) 51%,rgba(248,239,215,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(246,237,214,1) 0%,rgba(223,210,171,1) 50%,rgba(236,226,195,1) 51%,rgba(248,239,215,1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6edd6', endColorstr='#f8efd7',GradientType=0 );
}







