@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: 100%;
	margin: 0 auto;
}
#content {
	background-color: #fff;
	margin: 0 5px 30px 5px;
	padding: 10px;
}
a {
	color: #A01908;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #d1210a;
	text-decoration: underline;
}

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

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

#header {
	background: url(../img/header-line.png) repeat-x;
}
#header .header-inner {
	margin: 0 auto;
	padding: 15px 10px;
}
#site-title {
	color: #2d2d2d;
	font-size: 28px;
	font-size: 1.75rem;
	letter-spacing: -1px;
	line-height: 1.2;
	/*position: absolute;
  top: 70px;
  left: 0;*/
	
	margin: 0;
	padding: 8px 0;
	text-align: center;
}
.description {
	font-size: 13px;
	font-size: 0.8125rem;
	/*position: absolute;
  top: 20px;*/
	
	margin: 0 0 15px 0;
}
.header-phone {
	background-color: #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-size: 0.75rem;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 15px 0;
}
.header-phone span {
	color: #BB1300;
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	font-family: "Droid Sans", sans-serif;
	font-weight: bold;
	padding-left: 10px;
}
.header-phone span a {
	-webkit-tap-highlight-color: transparent;
}
.header-phone span:before {
	font-family: "FontAwesome";
	content: "\f10b";
	padding-right: 10px;
}
/*Google翻訳*/

.header-translate {
	/*
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  */
	
	text-align: center;
}
.header-translate #google_translate_element {
	margin: 0 auto;
}
/* ==============================================================
コンテンツ上部
============================================================== */
/* メインビジュアル ----------------------------------------------*/

#visual {
	margin: 0 auto;
	width: 100%;
}
#visual img {
	width: 100%;
	height: auto;
}
/* メインナビ ----------------------------------------------*/

#nav-main {
	background-color: #2d2d2d;
	position: absolute;
	bottom: 0;
	right: 0;
	position: fixed;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
	z-index: 9999;
	/*予約ボタン*/
}
#nav-main ul {
	display: table;
	float: left;
	width: 70%;
	margin: 0;
}
#nav-main ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	line-height: 1.5;
	font-size: 12px;
	font-size: 0.75rem;
	display: table-cell;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	width: 20%;
}
#nav-main ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#nav-main ul .n01 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f236";
	display: block;
}
#nav-main ul .n02 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f1ad";
	display: block;
}
#nav-main ul .n03 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f041";
	display: block;
}
#nav-main ul .n04 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f05a";
	display: block;
}
#nav-main .reserve-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2d2d2d;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	padding: 15px 0;
	margin: 0;
	width: 30%;
	float: right;
	text-align: center;
}
#nav-main .reserve-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#nav-main .reserve-btn a:before {
	font-family: "FontAwesome";
	content: "\f274";
	padding-right: 5px;
}
/*ナビ予約ボタンなし*/

#nav-main.na {
	background-color: #2d2d2d;
	position: absolute;
	bottom: 0;
	right: 0;
	position: fixed;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
	z-index: 9999;
}
#nav-main.na ul {
	display: table;
	width: 100%;
	margin: 0;
}
#nav-main.na ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
	font-size: 12px;
	font-size: 0.75rem;
	display: table-cell;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	width: 20%;
}
#nav-main.na ul li:not(:last-child) {
	border-right: 1px solid #ccc;
}
#nav-main.na ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#nav-main.na ul .n01 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f03e";
	display: block;
}
#nav-main.na ul .n02 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f236";
	display: block;
}
#nav-main.na ul .n03 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f1ad";
	display: block;
}
#nav-main.na ul .n04 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f041";
	display: block;
}
#nav-main.na ul .n05 a:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 16px;
	font-size: 1rem;
	content: "\f05a";
	display: block;
}
/* ==============================================================
コンテンツ共通
============================================================== */
/* 見出し ----------------------------------------------*/

h2, .hl2 {
	color: #BB1300;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3;
}
h3, .hl3 {
	background-color: #d5d6d0;
	border-left: 4px solid #A01908;
	color: #2d2d2d;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 30px 0;
	padding: 5px;
}
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, .box .right {
	margin-bottom: 20px;
}
.box .left img, .box .right img {
	max-width: 100%;
	height: auto;
}
/* テキスト装飾 ----------------------------------------------*/

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

#lead {
	padding: 20px 0;
}
#lead h2 {
	font-size: 24px;
	font-size: 1.5rem;
}
#lead h2:after {
	background: url(../img/lead-bg.jpg) no-repeat center center;
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 100%;
	height: 230px;
	background-size: contain;
	vertical-align: middle;
}
/* ==============================================================
フォトギャラリー
============================================================== */

.photo-set {
	overflow: hidden;
	*zoom: 1;
	width: 100%;
}
.mainphoto img {
	width: 100%;
	height: auto;
}
.photolist {
	width: 100%;
}
.photolist ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.photolist ul li {
	cursor: pointer;
	float: left;
	list-style-type: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 25%;
}
.photolist ul li img {
	width: 100%;
	height: auto;
}
/* ==============================================================
客室一覧
============================================================== */
/*客室写真*/

.roomlist {
	overflow: hidden;
	*zoom: 1;
	margin: 0 0 30px 0;
}
.roomlist .box {
	margin: 0 0 20px 0;
	width: 100%;
}
.roomlist img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
.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;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}


.sum {
	border-top: 3px double #ccc;
}
/*アメニティ*/
table.amenity {
	width: 100%;
}

table.amenity tr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

table.amenity th,
table.amenity td {
	display: block;
	width: 25%;
	box-sizing: border-box;
}

table.amenity .item {
	font-weight: bold;
}

table.amenity .check {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ==============================================================
施設紹介
============================================================== */

#facility .photo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
#facility .photo ul li {
	border-right: 5px solid #fff;
	display: table-cell;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#facility .photo ul li img {
	width: 100%;
	height: auto;
}
#facility .photo ul li:last-child {
	border-right: none;
	border-left: 5px solid #fff;
}
/*画像が左*/

.facL {
	margin-bottom: 20px;
}
/*画像が右*/

.facR {
	margin-bottom: 20px;
}
/*区切り線*/

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

.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.map iframe, .map object, .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ==============================================================
施設概要
============================================================== */

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

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

.footer-banner {
	background-color: #fff;
	padding: 15px;
	margin: 0px 5px 30px 5px;
}
.footer-banner ul {
	overflow: hidden;
	*zoom: 1;
	margin: 0;
}
.footer-banner li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-banner li:first-child {
	margin-bottom: 20px;
}
.footer-banner li img {
	width: 100%;
	height: auto;
}

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

#footer {
	background: url(../img/footer-bg.png) repeat-x;
	color: #fff;
	width: 100%;
	overflow: hidden;
	overflow: hidden;
	*zoom: 1;
	padding-bottom: 50px;
	/*フッター上段*/
}
#footer .footer-top {
	background: url(../img/footer-bg.png) repeat-x;
	bottom: 0;
	left: 0;
	overflow: hidden;
	*zoom: 1;
	padding: 25px 0 5px 0;
	width: 100%;
}
#footer .footer-top-inner {
	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 50px 0;
}
#footer-na .footer-top {
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}
#footer-na .phone a {
	color: #fff;
	text-decoration: none;
}
#footer-na .phone a:before {
	font-family: "FontAwesome";
	content: "\f10b";
	padding-right: 10px;
}
#footer-na .address {
	text-align: center;
}
/*電話番号*/

.phone {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0 0 15px 0;
	text-align: center;
}
.phone a {
	color: #fff;
}
.phone span {
	font-size: 22px;
	font-size: 1.375rem;
	display: block;
	font-family: "Droid Sans", sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 15px;
}
/*予約ボタン*/

.reserve {
	padding: 0;
	margin: 0 auto;
	width: 180px;
}
.reserve li {
	list-style-type: none;
}
.reserve li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 40px;
}
.reserve .apply {
	margin: 0 0 15px 0;
}
.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 15px 0;
}
.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;
	padding: 10px;
}
.address h4 {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	margin-right: 15px;
}
.address p {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}
/*フッター下段*/

.footer-bottom {
	background: url(../img/footer-line.png) repeat-x top;
	padding: 15px 0 30px 0;
	overflow: hidden;
	*zoom: 1;
	margin: 0 auto;
}
.footer-bottom .address {
	overflow: hidden;
	*zoom: 1;
	padding: 0 10px;
}
.footer-bottom .address h4 {
	margin-right: 15px;
	text-align: center;
}
