@charset "utf-8";

/***********************************

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

/* Reset
*********************************************************************/
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,address,
th,td{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	/*font-family: メイリオ,ＭＳ Ｐゴシック,Osaka;*/
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul{
	list-style-type: none !important;
}

/* Link
*********************************************************************/

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:hover img,
#header ul.navi a:hover{
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}

a img{
	vertical-align: middle;
	border: 0;
}

a.link_flat{
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	display: inline-block;
	background-color: #0A8689;
	padding: 8px 16px 6px;
	margin: 10px 0;
}

/* General
*********************************************************************/

body{
	font-size: 80%;
	text-align: center;
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	/*background-color: #e8dbc5;*/
}
p{
	margin-bottom: 1em;
}
hr{
	clear: both;
	border: none;
	border-top: 1px #999999 dotted;
	margin: 40px 0;
}
object,
embet{
	vertical-align: top;
	outline: none;
}

ol li{
	margin-left: 1.5em;
	list-style-type: decimal;
}
h2 img{
	vertical-align: middle;
}
.img_l{
	float: left;
	margin-right: 20px;
}
.clear{
	clear: both;
}
.red{
	color: #ff0000;
}
.link_navi{
	clear: both;
	overflow: hidden;
	margin-left: -20px;
	margin-bottom: 20px;
}
.link_navi > li{
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* Layout
*********************************************************************/
#header{
	width: 1100px;
	margin: 0 auto;
}
#contents{
	margin: 0 auto;
}
#footer{
	clear: both;
	padding: 50px 0;
	background-color: #000;
	text-align: center;
}

/* #header
*********************************************************************/
#header .tel{
	float: right;
}
#header ul{
	text-align: center;
	background-image: url('../img/bg_navi.png');
	background-repeat: no-repeat;
	background-position: center top;
	filter: alpha(opacity=90);
  	-moz-opacity:0.9;
  	opacity:0.9;
}
#header li{
	display: inline-block;
}
#header li a{
	color: #FFF;
	font-size: 150%;
	display: block;
	padding: 10px 20px;
}
#header li a:hover{
	color: #AAA;
}
#header .lnavi .select_sub ul{
	margin-left: 20px;
}
#header div.select_sub span{
	display: block;
	padding: 10px 10px 13px;
}

/* #contents
*********************************************************************/
#contents h2{
	font-size: 400%;
	margin: 0 0 10px;
}
#contents p,
#contents li{
	font-size: 150%;
}
#about{
	margin: 0 auto;
	width: 1100px;
	height: 455px;
	/* writing-mode: tb-rl; */
	background-image: url('../img/img_about.png');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#about h2,
#about p{
	text-indent: -9999px;
}

#room{
	background-color: #241729;
	padding: 2em 0;
	color: #FFF;
}
#room .wrapper{
	margin: 0 auto;
	width: 970px;
}
#room ul span{
	font-size: 150%;
}
#room ul.photo{
	margin: 0px;
}
#room ul.photo li{
	display:inline-block;
	margin: 0 10px 20px 0;
}
#room ul.photo li:last-child{
	width: 100%;
	margin: 0 0 10px 0;
}
#room ul.photo li:last-child img{
	float: left;
	margin-right: 10px;
}

#food{
	margin: 0 auto;
	width: 1100px;
	height: 607px;
	/* writing-mode: tb-rl; */
	background-image: url('../img/img_food.png');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#food h2,
#food p{
	padding: 10px 0 0 770px;
}

#bath{
	margin: 0 auto;
	width: 1100px;
	height: 600px;
	/* writing-mode: tb-rl; */
	background-image: url('../img/img_bath.png');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#bath h2,
#bath p{
	padding: 10px 0 0 0px;
}

#access{
	margin: 0 auto;
	width: 1100px;
	/* writing-mode: tb-rl; */
}
#access .map{
	width: 650px;
	margin-right: 20px;
	float: left;
}
#access .map iframe{
	border: 1px solid #333;
}
#access h2,
#access p{
	padding: 10px 0 0 0px;
}

#reserve{
	margin: 0 auto;
	width: 1100px;
	overflow: hidden;
	padding-bottom: 100px;
	/* writing-mode: tb-rl; */
}
#reserve h2,
#reserve p{
	padding: 10px 0 0 0px;
}
#reserve a{
	color: #FFF;
	display: inline-block;
	padding: 0.2em;
	border: 1px solid #c90000;
	background-color: #c90000;
}
#reserve span{
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #FFF;
}
#reserve a:hover{
	color: #c90000;
	background-color: #FFF;
}

#gallery{
	background-image: url('../img/bg2.png');
	background-repeat: repeat;
	padding: 2em 0;
}
#gallery .wrapper{
	margin: 0 auto;
	width: 970px;
}
#gallery h2,
#gallery p{
	padding: 0;
}

#gallery ul.photo{
	margin: 0px;
}
#gallery ul.photo li{
	display:inline-block;
	margin: 0 10px 20px 0;
}

/* #footer
*********************************************************************/

#footer{
	clear: both;
}

/* ブラウザ互換
*********************************************************************/

