﻿@charset "UTF-8";

html {
	font-size: 16px;
}
/* ==============================================================
全体の設定
============================================================== */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f3f2e9;
	color: #0e0a0b;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
#wrap {
	width: 100%;
	margin: 0 auto;
}
#content {
	background-color: #fff;
	margin: 0 5px 30px 5px;
	padding: 10px;
}
a {
	color: #be2d30;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #d44a4d;
	text-decoration: underline;
	opacity: 0.8;
	transition: 0.25s ease-in-out;
}

br .sp{
	display:inline;
}

img {
    max-width: 100%;
    height: auto;
}

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

#header .header-inner {
	margin: 0 auto;
	padding: 15px 10px;
}
#site-title {
	color: #605642;
	font-size: 21px;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}
.description {
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	/*position: absolute;
  top: 20px;*/
	
	margin: 0 0 15px 0;
}
.header-phone {
	background-color: #fffef0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	font-size: 0.8125rem;
	-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;
	padding: 10px 0;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.header-phone ul {
	margin: 0;
	list-style-type: none;
}
.header-phone li {
	line-height: 1.2;
	margin: 0;
	text-align: justify;
	font-size: 12px;
	font-size: 0.75rem;
}
.header-phone span {
	color: #be2d30;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
}
.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: url(../img/footer-bg.png) repeat-x;
	border-top: 2px solid #766951;
	position: absolute;
	bottom: 0;
	right: 0;
	position: fixed;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
	z-index: 9999;
	/*予約ボタン*/
}
#nav-main ul {
	display: flex;
	float: left;
	width: 70%;
	height: 60px;
	margin: 0;
}
#nav-main ul li {
	background: url(../img/footer-bg.png) repeat-x;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #766951;
	line-height: 1.5;
	font-size: 14px;
	font-size: 0.875rem;
	display: table-cell;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	flex: 1;
}
#nav-main ul li a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#nav-main .reserve-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 0;
	width: 30%;
	float: right;
	text-align: center;
}
#nav-main .reserve-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 15px 0;
}
#nav-main .reserve-btn a:before {
	font-family: "FontAwesome";
	content: "\f274";
	padding-right: 5px;
}

/* ==============================================================
コンテンツ共通
============================================================== */
/* 見出し ----------------------------------------------*/

h2, .hl2 {
	color: #837865;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.3;
}
h3, .hl3 {
	background: url(../img/hl3-bg.png) repeat-y;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 30px 0;
}
h3 span, .hl3 span {
	background: url(../img/hl-h3.png) no-repeat 8px center;
	background-size: 16px 16px;
	display: block;
	padding: 0 0 0 34px;
}
h4, .hl4 {
	background: url(../img/hl-h5.png) no-repeat left center;
	background-size: 12px 12px;
	color: #524b3f;
	line-height: 1.4;
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 18px;
	margin: 0 0 15px 0;
}
h5, .hl5 {
	color: #be2d30;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
}
h6, .hl6 {
	color: #0e0a0b;
	font-size: 13px;
	font-size: 0.8125rem;
}
/* 段落 ----------------------------------------------*/

p {
	color: #0e0a0b;
	font-size: 14px;
	font-size: 0.875rem;
	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-top: 3px solid #837865;
	border-collapse: collapse;
	margin: 0 auto 30px 0;
}
table th {
	border: 1px solid #d2cec6;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 12px 10px;
}
table td {
	border: 1px solid #d2cec6;
	font-size: 14px;
	font-size: 0.875rem;
	vertical-align: top;
	text-align: left;
	padding: 12px 10px;
}
table .odd {
	background-color: #fcfcfa;
}
/* 注意書き ----------------------------------------------*/

.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.png) #ebe8e1;
	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: #0e0a0b;
	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: 16px;
	text-align: center;
}
#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;
}
/*客室数*/

.rooms td {
	text-align: center;
}
.rhead {
	background-color: #ebe8e1;
	text-align: center;
}
.thead {
	background-color: #ebe8e1;
	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;
}
/* ==============================================================
施設紹介
============================================================== */

.photo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.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;
}

.photo ul li img {
	width: 100%;
	height: auto;
}

.photo ul li:last-child {
	border-right: none;
	border-left: 5px solid #fff;
}
/*画像が左*/

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

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

.hr-line {
	background: url(../img/hr-bg.png) repeat-x;
        height: 2px;
        margin: 30px 0;
        padding: 0;
        border: 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: 10px;
	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: 10px;
}
.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 ul {
	margin: 0;
	list-style-type: none;
}
.phone span {
	font-size: 22px;
	font-size: 1.375rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 15px;
}
/*予約ボタン*/

.reserve {
	padding: 0;
	margin: 0 auto;
	width: 228px;
}
.reserve li {
	font-size: 17px;
	font-size: 1.0625rem;
	list-style-type: none;
}
.reserve li a {
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
.reserve .apply {
	margin: 0 0 15px 0;
}
.reserve .apply a {
	border: 2px solid #ad5b56;
	background: #c46c6c;
	background: -moz-linear-gradient(top, #c46c6c 0%, #ad5b56 100%);
	background: -webkit-linear-gradient(top, #c46c6c 0%, #ad5b56 100%);
	background: linear-gradient(to bottom, #c46c6c 0%, #ad5b56 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c46c6c', endColorstr='#ad5b56', GradientType=0);
	color: #fff;
	width: 228px;
}
.reserve .apply a:hover {
	background: #ad5b56;
	background: -moz-linear-gradient(top, #ad5b56 0%, #c46c6c 100%);
	background: -webkit-linear-gradient(top, #ad5b56 0%, #c46c6c 100%);
	background: linear-gradient(to bottom, #ad5b56 0%, #c46c6c 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ad5b56', endColorstr='#c46c6c', GradientType=0);
}
.reserve .check {
	margin: 0 0 15px 0;
}
.reserve .check a {
	background-color: #d3cab8;
	border: 2px solid #61594c;
	color: #61594c;
	width: 228px;
}
.reserve .check a:hover {
	background-color: #e3ddd1;
}
/*アドレス*/

.address {
	overflow: hidden;
	*zoom: 1;
	padding: 10px;
}
.address h4 {
	background-image: none;
	padding-left: 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.address p {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}
/*フッター下段*/

.footer-bottom {
	background: url(../img/footer-bg.png) repeat-x;
	padding: 15px 0 30px 0;
	overflow: hidden;
	*zoom: 1;
	margin: 0 auto;
}
.footer-bottom .address {
	overflow: hidden;
	*zoom: 1;
	padding: 0 10px;
}

/* GoToバナー */
.top-goto {
	margin: 40px auto;
}

.top-goto .show-pc {
	display: none;
}

.top-goto img {
	display: block;
	margin: 0 auto;
}

.top-goto__cont {
	background: #f2f2f2;
	padding: 1em;
	border-radius: 4px;
	margin: 20px 0 0 0;
}

.top-goto h4 {
	font-size: 15px;
	margin-bottom: .5em;
}

.top-goto__txt {
	margin: 1.5em 0;
	font-size: 14px;
}

.top-goto__list {
	margin: 0 1.5em 1.5em 1.5em;
	padding: 0;
}

.top-goto__list li {
	font-size: 14px;
	line-height: 1.65;
}

.top-goto__link a {
    background: #be2d30;
    color: #fff;
    font-weight: normal;
    display: block;
	text-align: center;
	font-size: 13px;
	padding: 1em;
	transition: all 0.25s ease-out 0s;
}

.top-goto__link a:hover {
	opacity: 0.8;
	text-decoration: none;
}
