@charset "UTF-8";
/*-------- UM -SP Site "rifugio" CSS Document --------*/

/* content format CSS */
body {
	background:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
}

a {
	color:#CD003B;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:#999;
	text-decoration: none;
}

.mgb10 {
	margin-bottom:10px;
}

.mgb20 {
	margin-bottom:20px;
}

.mgb30 {
	margin-bottom:30px;
}

.mgb40 {
	margin-bottom:40px;
}

.mgr00 {
	margin-left:0;
}
/*---------------- structure CSS ----------------*/
#pagewrap{
	width:1024px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

#content{
	width:980px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

#main{
	clear:both;
	margin-bottom:30px;
	background:url(../images/top_main_image00.jpg) no-repeat;
	width:100%;
	height:auto;
	/* box shadow */
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.6);
	-moz-box-shadow: 0 0 10px rgba255,255,255,.6);
	box-shadow:  0 0 10px rgba(255,255,255,.6);
}

.r_logo{
	padding:20px 0px 0 30px;
}

.main_catch{
	font-size:2.0em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFF;
	padding:0 0 20px 30px;}
	
.top_blog {
	margin: 0;
	padding: 0;
	float:right;
}

.top_blog img{
	margin:-50px 30px 20px 0;
	/* box shadow */
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.6);
	-moz-box-shadow: 0 0 10px rgba255,255,255,.6);
	box-shadow:  0 0 10px rgba(255,255,255,.6);
}


/*---------------- header CSS ----------------*/
#header{
	height:90px;
}

.site-logo {
	margin-bottom:10px;
	float:left;
	padding-top:10px;
}

.site-description {
	width:200px;
	font-size: 0.7em;
	color: #fff;
	font-weight: normal;
	float:left;
	padding:30px 0px 10px 10px;
}

.site-description strong{
	font-weight: normal;
}



.h_navi{
	float:right;
	margin: 65px 5px 2px 5px;
}

.h_navi a{
	color:#fff;
	line-height:100%;
	font-size:0.7em;
	text-decoration: none;
}

.h_navi a:hover{
	color:#970000;
	text-decoration:underline;
}

/*---------------- nav CSS ----------------*/
#nav,#nav2 {
	width: 100%;
	background:#790000 url(../images/nav_bg.gif) repeat-x;
	border:#999 solid 1px;
	margin: 0 0 30px 0;
	padding: 0;
	/* box shadow */
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.6);
	-moz-box-shadow: 0 0 10px rgba255,255,255,.6);
	box-shadow:  0 0 10px rgba(255,255,255,.6);
}

#nav li {
	width:19%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right:#CCC solid 1px;
}

#nav2 li {
	width:16%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right:#CCC solid 1px;
}

#nav li:first-child {
	border-left:#999 solid 1px;
	margin-left: 23px;
}

#nav2 li:first-child {
	border-left:#999 solid 1px;
	margin-left: 20px;
}

#nav a {
	background:#790000 url(../images/nav_bg.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	text-align:center;
	color: #fff;
	display: block;
	padding: 12px 30px 10px 30px;
	text-decoration: none;
}
#nav2 a {
	background:#790000 url(../images/nav_bg.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	text-align:center;
	color: #fff;
	display: block;
	padding: 12px 15px 10px 15px;
	text-decoration: none;
}


#nav a:hover,#nav2 a:hover {
	color: #fff;
	background: #790000 url(../images/nav_bg_on.gif) repeat-x;
}

/*---------------- article CSS ----------------*/
#article{
	padding:0 20px;
}

#article p{
	color:#CCC;
}

#article p strong{
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}


/*---------------- section CSS ----------------*/
.section{
	width:100%;
	float:left;
	margin-bottom:40px;
	border-bottom:#333 solid 1px;
	padding-bottom:10px;
}

.section00{
	width:63%;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

#update{
	width:30%;
	float:right;
	padding:2%;
	margin-bottom:20px;
	overflow:auto;
	border:#fff solid 1px;
	height:390px;
}

#update p{
	font-size:0.8em;
	margin-bottom:20px;
	padding-left:20px;
}

#update .date{
	font-size:0.9em;
	color:#fff;
}

.section h2,.section00 h2{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:#970000 dotted 2px;
}

.sec_box{
	padding:0 18px;
	clear:both;
}

.main_tb{}


/*---------------- section02 info CSS ----------------*/
#rf_info{
	width:50%;
	margin-bottom:20px;
	margin-right:5%;
	float:left;
}

#rf_info table{
	text-align:center;
	width:100%;
	border:#fff solid 1px;
	text-align:center;
	margin-bottom:30px;
}

#rf_info table th{
	width:30%;
	padding:5px;
	border:#fff solid 1px;
	text-align:center;
	background:#790000 url(../images/table_bg01.gif) repeat-x;
	line-height:100%;
}
	
#rf_info table td{
	text-align:left;
	padding:5px;
	border:#fff solid 1px;
}

#rf_info table td span{
	color:#CD003B;
	font-size:0.8em;
}

#buken_gr{
	width:45%;
	float:right;
}

#buken_gr li{
	float:left;
	margin-right:10px;
	margin-bottom:40px;
	display:block;
	font-size:0.9em;
	color:#CCC;
}
/*---------------- section03 plan CSS ----------------*/
.pl_jump{
	margin-left:30px;
	font-size:0.7em;
}

#atype,#btype{
	width:44%;
	padding:2%;
	float:left;
	border:#fff dotted 1px;
	margin-bottom:20px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,.5);
	-moz-box-shadow:  0 0 5px rgba(255,255,255,.5);
	box-shadow:  0 0 5px rgba(255,255,255,.5);
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#atype{
	margin-right:2%;
}


#atype table,#btype table{
	width:100%;
	border:#fff solid 1px;
	text-align:center;
}

#atype table th,#btype table th{
	width:auto;
	line-height:100%;
	border:#fff solid 1px;
	text-align:center;
	background:#790000 url(../images/table_bg01.gif) repeat-x;
	padding:5px;
}

#atype table td,#btype table td{
	border:#fff solid 1px;
}

#atype table td	a,#btype table td a{
	color:#FFF;
	display:block;
}

#atype table td	a:hover,#btype table td a:hover{
	background:#fff;
	color:#CD003B;
	text-decoration:underline;
}

#setsubi{
	padding:2%;
	float:left;
	border-bottom:#666 solid 1px;
	margin-bottom:40px;
}

#setsubi table,#shop table{
	width:100%;
	border:#fff solid 1px;
	text-align:center;
}

#setsubi table th,#shop table th{
	width:auto;
	padding:5px;
	border:#fff solid 1px;
	text-align:center;
	background:#790000 url(../images/table_bg01.gif) repeat-x;
	line-height:100%;
}

#setsubi table td,#shop table td{
	border:#fff solid 1px;
}

#room_ic{
	padding:2%;
	border:#fff solid 1px;
	margin-bottom:20px;
}

#room_ic li{
	width:155px;
	float:left;
	display:block;
	font-size:0.9em;
	color:#CCC;
}

#shop{
	padding:0 2%;
}

table.shop_tb {
	width:100%;
	border:#fff solid 1px;
	text-align:center;
}

table.shop_tb th{
	width:auto;
	padding:5px;
	border:#fff solid 1px;
	text-align:center;
	background:#790000 url(../images/table_bg01.gif) repeat-x;
	line-height:100%;
}
	
table.shop_tb td{
	border:#fff solid 1px;
}

.img_gr li{
	width:155px;
	float:left;
	display:block;
	margin-right:18px;
	font-size:0.85em;
	color:#CCC;
}

.img_gr li:last-child{
	margin-right:0px;
}

/*---------------- section04 access CSS ----------------*/
.acs,.acs02{
	width:90%;
	margin:0 auto;
	background:#790000 url(../images/h4-5_bg01.gif) repeat-x;
	border:#fff solid 1px;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	color:#fff;
	padding:10px;
	margin-bottom:40px;
	/* box shadow */
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.7);
	-moz-box-shadow:  0 0 10px rgba(255,255,255,.7);
	box-shadow:  0 0 10px rgba(255,255,255,.7);
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.acs02 {
	color:#fff;
	display:block;
	margin-bottom:20px;
}

a.acs02:hover{
	background:#CD003B url(../images/h4-5_bg01_on.gif) repeat-x;
}
.acs02 span{
	font-size:0.6em;
}

#ac_route{
	padding:2%;
	border:#fff solid 1px;
	margin-bottom:20px;
}

/*---------------- section05 contact CSS ----------------*/
.call{
	width:70%;
	margin:0 auto;
	background:#0062C9 url(../images/call_bg.gif) repeat-x;
	border:#fff solid 1px;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	padding:10px;
	margin-bottom:20px;
	/* box shadow */
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.7);
	-moz-box-shadow:  0 0 10px rgba(255,255,255,.7);
	box-shadow:  0 0 10px rgba(255,255,255,.7);
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*---------------- s-nav CSS ----------------*/
.s-nav {
	margin: 0;
	padding: 0;
	float:right;
}

.s-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right:#CCC solid 1px;
}

.s-nav li:last-child {
	border-right:none;
}

.s-nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	color:#fff;
	line-height: 100%;
	display: block;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

.s-nav a:hover {
	font-size:0.7em;
	color:#970000;
	text-decoration: underline;
}


/*---------------- footer CSS ----------------*/
#footer{
	background: #790000 url(../images/footer_bg.gif) repeat-x;
	border: #ccc solid 1px;
	font-size:0.9em;
	color:#FFF;
	line-height:100%;
	padding:17px 20px 13px 20px;
	margin:0 auto 10px auto;
	/* box shadow */
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.7);
	-moz-box-shadow:  0 0 10px rgba(255,255,255,.7);
	box-shadow:  0 0 10px rgba(255,255,255,.7);
	text-align:center;
	/* border radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* clearfix CSS */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
