@charset "utf-8";

@import "head.css";
@import "main.css";
@import "foot.css";

@import "popup.css";

@import "top.css";
@import "access.css";
@import "roomplan.css";
@import "gallery.css";
@import "facilities.css";


/* CSS Document */
* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	line-height:140%;
	color:#333333;
}

/* クリアフィックス */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.nonMP {
	margin: 0px;
	padding: 0px;
}
div.cnt {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
div.scnt {
	margin-left: 45px;
	margin-top: 40px;
}

body {
	margin:0;
}

a {
	overflow:hidden;
}
a:hover {
	color: #900;
}
.bnr {
	margin-top: 10px;
}

strong.holiday {
	background-color: #990000;
	color: #ffffff;
	display: block;
	height: 1em;
	text-align: center;
	padding: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	font-size: 80%;
	margin-bottom: 15px;
}
