@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
html {
	font-size: 16px;
}
/* ==============================================================
全体の設定
============================================================== */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/body-bg.png);
	color: #333;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
}
#content {
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 auto 50px auto;
	padding: 19px 19px 0 19px;
	width: 960px;
}
a {
	color: #A01908;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #d1210a;
	text-decoration: underline;
}

.text-bold {
	font-weight: bold;
}

.show-sp {
	display: none;
}

/* ==============================================================
ヘッダー
============================================================== */

#header {
	background: url(../img/header-line.png) repeat-x;
}
#header .header-inner {
	position: relative;
	height: 128px;
	width: 1000px;
	margin: 0 auto;
}
#site-title {
	color: #2d2d2d;
	font-size: 46px;
	font-size: 2.875rem;
	letter-spacing: -1px;
	line-height: 1.2;
	position: absolute;
	top: 70px;
	left: 0;
	margin: 0;
	padding: 0;
}
.description {
	font-size: 13px;
	font-size: 0.8125rem;
	position: absolute;
	top: 20px;
	margin: 0;
}
.header-phone {
	font-size: 12px;
	font-size: 0.75rem;
	position: absolute;
	top: 80px;
	right: 0;
}
.header-phone span {
	color: #BB1300;
	font-size: 34px;
	font-size: 2.125rem;
	font-family: "Droid Sans", sans-serif;
	font-weight: bold;
	padding-left: 10px;
}
/*Google翻訳*/

.header-translate {
	position: absolute;
	top: 20px;
	right: 0;
}
/* ==============================================================
コンテンツ上部
============================================================== */
/* メインビジュアル ----------------------------------------------*/

#visual {
	margin: 0 auto;
	width: 960px;
}
/* メインナビ ----------------------------------------------*/

#nav-main {
	width: 960px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	*zoom: 1;
	/*予約ボタン*/
}
#nav-main ul {
	width: 768px;
	float: left;
	margin: 0;
	/*ボタン1*/
	/*ボタン2*/
	/*ボタン3*/
	/*ボタン4*/
}
#nav-main ul li {
	background: url(../img/nav-bg.png) no-repeat;
	font-size: 18px;
	font-size: 1.125rem;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 192px;
}
#nav-main ul li a {
	color: #333;
	display: block;
	line-height: 62px;
	text-decoration: none;
}
#nav-main ul .n01 {
	background-position: 0 0;
}
#nav-main ul .n01:hover {
	background-position: 0 -62px;
}
#nav-main ul .n02 {
	background-position: -192px 0;
}
#nav-main ul .n02:hover {
	background-position: -192px -62px;
}
#nav-main ul .n03 {
	background-position: -384px 0;
}
#nav-main ul .n03:hover {
	background-position: -384px -62px;
}
#nav-main ul .n04 {
	background-position: -576px 0;
}
#nav-main ul .n04:hover {
	background-position: -576px -62px;
}
#nav-main .reserve-btn {
	float: right;
	width: 182px;
}
#nav-main .reserve-btn a {
	background: url(../img/nav-reserve.png) no-repeat;
	background-position: 0 0;
	display: block;
	width: 182px;
	height: 62px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#nav-main .reserve-btn a:hover {
	background-position: 0 -62px;
}
/*ナビ予約ボタンなし*/

#nav-main.na {
	width: 960px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	*zoom: 1;
}
#nav-main.na ul {
	width: 980px;
	float: left;
	margin: 0;
}
#nav-main.na ul li {
	background: url(../img/nav-bg.png) no-repeat;
	font-size: 18px;
	font-size: 1.125rem;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 192px;
}
#nav-main.na ul li a {
	color: #333;
	display: block;
	line-height: 62px;
	text-decoration: none;
}
/* ==============================================================
コンテンツ共通
============================================================== */
/* 見出し ----------------------------------------------*/

h2, .hl2 {
	color: #BB1300;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3;
}
h3, .hl3 {
	background: url(../img/hl-h3.png) no-repeat;
	color: #2d2d2d;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 48px;
	width: 950px;
	margin: 0 -30px 30px -30px;
	padding: 0 35px 10px 35px;
}
h4, .hl4 {
	color: #A01908;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}
h5, .hl5 {
	background: url(../img/hl-h4.png) no-repeat left center;
	color: #2d2d2d;
	font-size: 16px;
	font-size: 1rem;
	padding-left: 18px;
}
h6, .hl6 {
	color: #2d2d2d;
	font-size: 14px;
	font-size: 0.875rem;
}
/* 段落 ----------------------------------------------*/

p {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
	margin: 0 0 1em 0;
}
/* リスト ----------------------------------------------*/

ul {
	margin: 0 0 20px 20px;
	padding: 0;
}
ul li {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 0 3px 0;
}
ol {
	margin: 0 0 20px 0;
	padding: 0;
}
ol li {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 0 3px 0;
}
/* テーブル ----------------------------------------------*/

table {
	border-collapse: collapse;
	border-top: 2px solid #720A11;
	margin: 0 auto 30px 0;
}
table th {
	border: 1px solid #DDDDDD;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 12px 10px;
}
table td {
	border: 1px solid #DDDDDD;
	font-size: 14px;
	font-size: 0.875rem;
	vertical-align: top;
	text-align: left;
	padding: 12px 10px;
}
table .odd {
	background-color: #f2f2f2;
}
/* 注意書き ----------------------------------------------*/

.atn {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.atn li {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
}
/* 囲み ----------------------------------------------*/

.unit {
	background: url(../img/unit-bg.jpg);
	padding: 15px 10px;
	margin: 0 0 30px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.unit ul, .unit p {
	margin-bottom: 0;
}
/* ページの先頭へ ----------------------------------------------*/

.pagetop {
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: right;
	padding: 30px 0 20px 0;
}
.pagetop a {
	background: url(../img/pagetop-icon.png) no-repeat left center;
	padding-left: 16px;
	color: #333;
	text-decoration: none;
}
.pagetop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 左右に別れるブロック ----------------------------------------------*/

.box {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 20px;
}
.box .left {
	float: left;
	width: 470px;
}
.box .right {
	float: right;
	width: 470px;
}
/* テキスト装飾 ----------------------------------------------*/

.center {
	text-align: center;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
/* ==============================================================
リード文
============================================================== */

#lead {
	background: url(../img/lead-bg.jpg) no-repeat right center;
	padding: 40px 0;
	min-height: 300px;
}
.lead-inner {
	width: 480px;
}
/* ==============================================================
フォトギャラリー
============================================================== */

.photo-set {
	overflow: hidden;
	*zoom: 1;
}
.mainphoto {
	float: left;
	width: 632px;
}
.photolist {
	float: right;
	width: 316px;
}
.photolist ul {
	margin: 0;
	padding: 0;
}
.photolist ul li {
	cursor: pointer;
	display: inline-block;
	float: left;
	list-style-type: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}
/* ==============================================================
客室一覧
============================================================== */
/*客室写真*/

.roomlist {
	overflow: hidden;
	*zoom: 1;
	width: 990px;
	margin: 0 -30px 30px 0;
}
.roomlist .box {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
}
.roomlist img {
	margin-bottom: 5px;
}
.roomlist h4 {
	margin-bottom: 5px;
}
/*客室数*/
table.rooms {
	width: 100%;
}

.rooms td {
	text-align: center;
}
.rhead {
	background-color: #E8E8E8;
	text-align: center;
}
.thead {
	background-color: #E8E8E8;
	text-align: right;
}
.sum {
	border-top: 3px double #ccc;
}
/*アメニティ*/

table.amenity {
	width: 100%;
}
table.amenity .item {
	text-align: right;
	font-weight: bold;
}
table.amenity .check {
	text-align: center;
}
/* ==============================================================
施設紹介
============================================================== */

#facility .photo {
	width: 470px;
}
#facility .photo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	*zoom: 1;
}
#facility .photo ul li {
	float: left;
	margin: 0 0 0 10px;
}
#facility .photo ul li:first-child {
	margin: 0;
}
#facility .text {
	width: 470px;
}
/*画像が左*/

.facL {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 20px;
}
.facL .photo {
	float: left;
}
.facL .text {
	float: right;
}
/*画像が右*/

.facR {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 20px;
}
.facR .photo {
	float: right;
}
.facR .text {
	float: left;
}
/*区切り線*/

.hr-line {
	border: none;
	background: url(../img/hr.png) 50% 0 no-repeat;
	display: block;
	height: 9px;
	padding: 10px 0;
}
/* ==============================================================
アクセス
============================================================== */

.map {
	margin-bottom: 30px;
}
/* ==============================================================
施設概要
============================================================== */

#outline table {
	width: 100%;
}
#outline th {
	text-align: right;
}

/* ==============================================================
フッターバナーエリア
============================================================== */

.footer-banner {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 20px;
	width: 960px;
	margin: 0px auto 50px auto;
}
.footer-banner ul {
	overflow: hidden;
	*zoom: 1;
	margin: 0;
}
.footer-banner li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 460px;
}
.footer-banner li:first-child {
	margin-right: 30px;
}

/* ==============================================================
フッター
============================================================== */

#footer {
	background: url(../img/footer-bg.png) repeat-x;
	color: #fff;
	height: 150px;
	width: 100%;
	overflow: hidden;
	overflow: hidden;
	*zoom: 1;
	/*フッター上段*/
}
#footer .footer-top {
	background: url(../img/footer-bg.png) repeat-x;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 50px;
	overflow: hidden;
	*zoom: 1;
	padding: 25px 0 5px 0;
	position: fixed;
	width: 100%;
}
#footer .footer-top-inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}
#footer .footer-top.static {
	position: static;
}
/*フッター（予約ボタンなし）*/

#footer-na {
	background: url(../img/footer-bg.png) repeat-x;
	color: #fff;
	width: 100%;
	overflow: hidden;
	overflow: hidden;
	*zoom: 1;
	padding: 20px 0;
}
#footer-na .footer-top {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}
#footer-na .phone {
	float: right;
	width: 400px;
	text-align: right;
}
#footer-na .address {
	float: left;
	width: 570px;
}
/*電話番号*/

.phone {
	width: 400px;
	float: left;
	font-size: 13px;
	font-size: 0.8125rem;
}
.phone span {
	font-size: 30px;
	font-size: 1.875rem;
	font-family: "Droid Sans", sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 15px;
}
/*予約ボタン*/

.reserve {
	overflow: hidden;
	*zoom: 1;
	float: right;
	padding: 0;
	margin: 0;
}
.reserve li {
	float: left;
	list-style-type: none;
}
.reserve li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 40px;
}
.reserve .apply {
	margin: 0 0 0 5px;
}
.reserve .apply a {
	background: url(../img/footer-btn-reserve.png) no-repeat 0 0;
	width: 180px;
}
.reserve .apply a:hover {
	background-position: 0 -40px;
}
.reserve .check {
	margin: 0 0 0 5px;
}
.reserve .check a {
	background: url(../img/footer-btn-check.png) no-repeat 0 0;
	width: 182px;
}
.reserve .check a:hover {
	background-position: 0 -40px;
}
/*アドレス*/

.address {
	overflow: hidden;
	*zoom: 1;
}
.address h4 {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	margin-right: 15px;
}
.address p {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
}
/*フッター下段*/

.footer-bottom {
	background: url(../img/footer-line.png) repeat-x top;
	padding: 15px 0 30px 0;
	overflow: hidden;
	*zoom: 1;
	width: 1000px;
	margin: 0 auto;
}
.footer-bottom .address {
	overflow: hidden;
	*zoom: 1;
}
.footer-bottom .address h4 {
	float: left;
	margin-right: 15px;
}
.footer-bottom .address p {
	float: left;
}
