
body {
	font: 14px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size: 16px;
	text-shadow: 1px 1px 2px #ccc;
	color: #000000;
	padding-left: 3px;
	float:left;
}
h2 {
	font-size: 13px;
	color: #000;
	padding-left: 3px;
}

#header {
	background: url(../images/bg_header.png) repeat-x;
	height: 49px;
	margin-bottom:5px;
}
#header h6 {
	float: left;
	margin: 0;
	padding: 0;
}
#header span {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 6em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin:12px 2px 0 0;
}
#header span a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}

#pankuzu {
	height: 18px;
	margin-top:5px;
	padding-left:5px;
}

#hotel {
	height: 26px;
	margin-bottom:5px;
}
#hotel h1 {
	float: left;
	padding: 0;
	margin-top:5px;
	margin-left:2px;
}

#photo {
	background: url(../images/bg_photo.png) repeat-x;
	float: left;
	width: 100%;
	height: 125px;
	margin-bottom: 10px;
}
#menu_bar {
	background: url(../images/bg_menu_bar.png) repeat-x;
	height: 26px;
	padding-bottom:3px;
}
#header h6 {
	float: left;
	margin: 0;
	padding: 0;
}
#menu ul{
	border-top:solid 1px #666;
	margin:0px 0px 0px 0px;
}


#menu li{
	overflow: hidden;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #666;
	background-color:#EEEEEE;
}

#menu li:nth-child(odd) {
	float:left;
	width:50%;
	border-right:solid 1px #666;
}
#menu li:nth-child(even) {
	border-left:solid 1px #fff;
}


#menu li a{
	font-size:12px;
	overflow: hidden;
	display:block;
	padding-left: 0px;
	height: 36px;
	line-height:36px;
	color:#333;
	text-shadow: 1px 1px 0px #fff;  
	text-decoration: none;
}

#menu li img{
		float: left;
		padding-right:3px;
		margin-top:4px;
		width: 26px;
		height: 26px;
}

#menu02 ul{
	border-top:solid 1px #666;
	margin:0px 0px 0px 0px;
}


#menu02 li{
	overflow: hidden;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #666;
	background-color:#EEEEEE;
}

#menu02 li:nth-child(odd) {
	float:left;
	width:100%;
	border-right:solid 1px #666;
}
#menu02 li:nth-child(even) {
	border-left:solid 1px #fff;
}


#menu02 li a{
	font-size:12px;
	overflow: hidden;
	display:block;
	padding-left: 0px;
	height: 36px;
	line-height:36px;
	color:#333;
	text-shadow: 1px 1px 0px #fff;  
	text-decoration: none;
}

#menu02 li img{
		float: left;
		padding-right:3px;
		margin-top:4px;
		width: 26px;
		height: 26px;
}

#topics ul{
	width:100%;
	border-top:solid 1px #666;
	margin:0px 0px 0px 0px;
}
#topics li{
	border-top:solid 1px #fff;
	border-bottom:solid 1px #666;
	background-color:#EEEEEE;
}

#topics li a{
	font-size:12px;
	display:block;
	height: 50px;
	line-height:15px;

	color:#333;
	text-shadow: 1px 1px 1px #fff;  
	text-decoration: none;
}

#topics li img{
		float: left;
		padding-right:10px;
		width: 50px;
		height: 50px;
}
		

#topics li a strong{
	font-size:16px;
	color:#000;
	display:block;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:5px;
}

#topics li a:after {
	margin:-25px 10px 0px 0px;
	float:right;
	content:"";
	display:block;
	width:16px;
	height:15px;
	
	background:url(../images/pc.png) no-repeat 0 0;
	background-size:16px 15px;
}

#wrap {
	padding: 6px;
}

#red{
	height: 3px;
	background-color: #000000;
	margin-bottom: 5px;
}


section, nav {
	margin-bottom: 5px;
}

section, privacy {
	font-size:13px;
	margin-bottom: 5px;
	margin-left:5px;
}

p {
	margin-bottom: 0.3em;
	line-height: 1.2;
}
.pankuzu {
	font-size:11px;
	margin-bottom: 0.3em;
	line-height: 1.2;
}

aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}

/*-----------------------------------------------------*/

#nav{
	margin:0px 0px 5px 0px;
}

#nav ul{
	clear:both;
	overflow:auto;
}
#nav ul li.nav-l{
	list-style:none;
	width:50%;
	float:left;
}

#nav ul li.nav-r{
	list-style:none;
	width:50%;
	float:right;
}

#nav ul li.nav-c{
	list-style:none;
	width:60%;
	float:left;
}

#nav ul li.nav-l a{
	display:block;
	margin:3px 3px 6px 4px;
}
#nav ul li.nav-c a{
	display:block;
	margin:3px 3px 6px 4px;
}
#nav ul li.nav-r a{
	display:block;
	margin:3px 4px 6px 3px;
}

#nav ul li.nav-l a,
#nav ul li.nav-c a,
#nav ul li.nav-r a{
	background:transparent url(../images/nav.jpg) top left repeat-x;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-shadow: 1px 1px 8px #CCCCCC;
	text-align:center;
	height: 30px;
}

#footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
#switchButton {
	clear: both;
	text-align: center;
	font-size: 80%;
}
#btnTop {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}
#footer {
	background: url(../images/bg_footer.png) repeat-x;
	text-align: center;
}
#footer p {
	clear: both;
	padding: 0;
}
#footer img {
	vertical-align: top;
	text-align: center;
}
#footer p:last-child {
	margin: 0;
}

#balloon {
	width: 200px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	position: absolute;
	background-color: rgba(231, 26, 91, 0.9);
	padding: 20px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

#balloon p {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
