
/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html, button, input, select, textarea {
    font-family: sans-serif;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", serif;
    background: #000;
    color:#fff;
}

/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/
.font-m{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    margin: 1em 0;
    font-size: 1.58em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
    font-weight: bold
}
blockquote {
    margin: 0px
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p, pre {
    margin-bottom: 1em 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
    quotes: none
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
    margin: 0;
    list-style: none;
}
dd {
    margin: 0 0 0 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
    padding: 0;
    list-style: none;
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
    padding: 0;
    border: 0; /* 1 */
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
    cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    nowhitespace: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 99999;
}

.loader {
	position: absolute;
	left: 50%;
	top: 40%;
	color: #ffffff;
	font-size: 90px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
p {
    font-size: 16px;
    line-height: 25px;
}
p a {
    color: #644d3c;
    padding:5px 7px;
    border-radius: 3px;
}
a{
    color: #644d3c;
}
a:hover, a:focus {
    color: #ccc;
    background-color: none;
    text-decoration: none;
}
.txt a:hover, .txt a:focus {
    color: #fff;
    background-color: #ffb400;
    text-decoration: none;
    border-radius: 4px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
    background-color: #e9e7d9;
    color: #7eb99b;
}

a img:hover{
	opacity: 0.7;
}
section:before,
section:after{
  display: table;
  content: " ";
}
section:after{
  clear: both;
}


/* ==========================================================================
btn
========================================================================== */
.btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 1px #432c0b solid;
	background: #432c0b;
	margin-bottom: 10px;
	padding: 0;
}
.btn a{
	padding: 16px 25px ;
	color: #fff;
	display: block;
}

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  background: #39476c !important;
  border: 1px #39476c solid;
}

.btn:hover a, .btn:active a, .btn:focus a{
	color:#fff;
}

.btn-outline {
  background: none;
  border: 1px solid #fff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
  background: #fff;
}

.btn-outline:hover a, .btn-outline:focus a, .btn-outline:active a {
  color: #fff !important;
}


/* ==========================================================================
Navigation
========================================================================== */
header{
	position: relative;
	z-index: 999;
	background: url('./../img/header-bg.png') repeat center top;
	background-size: 1200px 93px;
	height: 93px;
}

.logo a{
	width: 150px;
	height: 90px;
	background: url('./../img/logo.png') no-repeat center top;
	background-size: 100%;
	float: left;
	display: block;
}

.nav-wrapper{
	padding-top: 20px;
}
.nav{
	float: right;
	width: 527px;
	padding-right:15px;
	background: url('./../img/nav-icon.png') no-repeat right center;
	background-size: 15px 21px;
}
.nav li{
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 0;
	width: 128px;
	padding-left: 15px;
	background: url('./../img/nav-icon.png') no-repeat left center;
	background-size: 15px 21px;
}
.nav li a{
	font-weight: bold;
	padding: 0;
	color:#b89174;
	display: block;
	text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}
.nav li a:hover{
	color:#fff;
	background: none;
}
.nav li a span{
	color:#fff;
	font-size: 10px;
	font-weight: normal;
}


/* ==========================================================================
main
========================================================================== */
.wrapper{
	position: relative;
	z-index: 9;
	margin-top: -93px;
}
.main{
	position: relative;
}

.main .page-title h1{
	margin: 0;
	color:#fff;
	font-weight: bold;
	font-size: 40px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	padding-top:200px;
	padding-left: 50%;
}
h2{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 50px 0;
	margin: 0;
	line-height: 1;
}
.h2-ttl{
	background: url('./../img/h2-bg.png') no-repeat right 14px;
	background-size: 28px 18px;
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	padding:0 40px;
}
h2 img{
	width: 28px;
	height:18px;
	margin-right:20px;
}

h3{
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 17px 4px;
	font-weight: bold;
}
h4{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 0 0 5px 0;
}
.h4{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

section{
	padding-bottom: 20px;
}

.cont-wrap{
	margin-bottom: 130px;
}

.text-wrap-r{
	margin-top: 5%;
	margin-right: 15%;
	margin-left: -20%;
	background: rgba(0, 0, 0, 0.8);
	padding:8%;
	position: relative;
	z-index: 999;
}
.text-wrap-l{
	margin-top: 5%;
	margin-left: 20%;
	margin-right: -20%;
	background: rgba(0, 0, 0, 0.8);
	padding:5% 8%;
	position: relative;
	z-index: 999;
}
.cont-wrap-sub{
	padding: 0 15%;
}
.cont-wrap-sub dl{
	margin-top: 30px;
}
.cont-wrap-sub li{
	padding: 1%;
}
.text{
	font-size: 16px;
	margin-bottom: 1em;
}

.cont-wrap .text{
	margin-bottom: 1em;
	
}

.img{
	padding: 0;
}
.col-md-7.img{
	padding-right: 25px;
}
.col-md-push-5.img {
	padding-left: 25px;
}
.img img{
	width: 100%;
}
.photo img{
	width: 100%;
}

dl{
	border-top:1px solid #666;
	background: #52504d;
	margin-bottom: 1em;
}
dt{
	float: left;
	width: 6em;
	text-align: center;
	padding:3px 0;
}
dd{
	margin: 0;
	padding:3px 1em 3px 1em;
	border-bottom:1px solid #666;
	background: #000;
	overflow: hidden;
}

table{
	margin: 0 10px;
}
th, td{
	border-collapse: collapse;
	border:1px solid #432c0b;
	padding:5px 3px;
	text-align: center;
}
th{
	font-weight: bold;
	background: #5276af;
	color: #fff;
}
th.day{
	background: #c9d5e7;
	color: #432c0b;
}
td{
	background: #fff;
}
.no-cell{
	background: #dde2ea;
	border: none;
}


.page-title{
	background: url('./../img/activity/page-bg.jpg') no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 450px;
}

#facilities h2.page-head{
	background: url('./../img/rooms/facilities-bg.jpg') no-repeat center bottom;
	background-size: cover;
	font-size: 36px;
	margin-bottom: 60px;
}

#facilities .page-head h2{
}


#rooms .page-title{
	background: url('./../img/rooms/page-bg.jpg') no-repeat center bottom;
	background-size: cover;
}
#cafe .page-title{
	background: url('./../img/cafe/page-bg.jpg') no-repeat center bottom;
	background-size: cover;
}
#access .page-title{
	background: url('./../img/access/page-bg.jpg') no-repeat center bottom;
	background-size: cover;
}

.lead{
	padding:50px 0;
}
.lead p{
margin-bottom: 2em;
}
.line{
	padding:15px 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.page-nav{
	margin-bottom: 150px;
}
.page-nav-box{
	float: left;
	width: 18%;
	text-align: center;
	margin: 0 1%;
	background: url('./../img/arrow.png') no-repeat center bottom;
	background-size: 17px 10px;padding-bottom: 30px;
}
.page-nav-box a{
	border-top:4px solid #b89174;
	background: #b89174;
	display: block;
	color:#000;
}
.page-nav-box a span{
	
}
.page-nav-box img{
	width: 100%
}


#reservation1 .btn{
	font-size: 18px;
}

#reservation1 .btn a{
	padding:35px 25px;
}
#reservation table{
	width: 100%;
}
#reservation thead th{
	font-weight: bold;
	background: #897b68;
	color: #fff;
}
#reservation th{
	background: #fffbea;
	color: #432c0b;
}
#reservation dd{
	padding-left: 8em;
}


#lunch{
	background: url('./../img/cafe/lunch-bg.jpg') repeat center bottom;
	background-size: 252px 252px;
	color:#3b2209;
	margin-bottom: 80px;
}

#lunch .h2-ttl{
	color:#3b2209;
}

#lunch  .cap{
	font-weight: normal;
	margin-bottom: 30px;
}




.fs14{
	font-size: 14px;
}



.cap{
	font-weight: bold;
}

.tel{
	font-size: 38px;
	font-weight: bold;
}

.room-wrap{
	margin-bottom: 40px;
}


#rooms .bx-wrapper .bx-viewport{
	
	background: #e9e3d9;
}

#rooms .bx-viewport{
	margin-bottom: 6px;
	
}

#rooms #bxslider1 img,
#rooms #bxslider2 img,
#rooms #bxslider3 img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #e9e3d9;
}
#bx-pager1 img,
#bx-pager2 img,
#bx-pager3 img{
	width: 23.5%;
}

.room-wrap h3{
	font-size: 20px;
	margin-top:0;
	padding-bottom: 10px;
	line-height: 1.5;
}

#rooms .thumb-box{
	padding: 0 2%;
	float: left;
}
.thumb-box .cap{
	text-align: center;
}
.thumb-box img{
	width: 100%;
}



.photo-list li{
	float: left;
	width: 25%;
}
.photo-list2 li{
	float: left;
	width: 50%;
}

.photo-list li img,
.photo-list2 li img{
	width: 100%;
}


.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.root01{
	float: left;
	width:25%;
	margin:0 4%;
	text-align: center;
}
.root02{
	float: left;
	width:58%;
	margin:0 4%;
	text-align: center;
}
.root03{
	float: left;
	width:91%;
	margin:0 4%;
	text-align: center;
}

.road{
	text-align: center;
	background: url('./../img/access/root-line.png') repeat-y center top;
	background-size: 3px 10px;
}
.road-h{
	text-align: center;
	background: #000 url('./../img/access/root-line-h.png') repeat-x left top;
	background-size: 10px 3px;
	margin:25px 0 0 -32%;
	overflow: hidden;
	width: 82.5%;
}
.train01{
	text-align: center;
	background: url('./../img/access/root-train01.png') repeat-y center top;
	background-size: 8px 91px;
}
.train02{
	text-align: center;
	background: url('./../img/access/root-train02.png') repeat-y center top;
	background-size: 8px 55px;
}

p.place{
	background: #dcdddd;
	padding: 6px;
	color: #000;
}
p.place-dest{
	background: #b89174;
	padding: 6px;
	color: #000;
}
p.desc{
	background: #000;
	padding: 3px 6px;
}
p.blank{
	padding: 4px 6px;
}

.thumb-wrap{
	clear:both;
}


/* ==========================================================================
Footer
========================================================================== */
footer{
	background: url('./../img/footer-bg.jpg') repeat-x left top;
	background-size: 1480px 364px;
	text-align: center;
	color: #fff;
	padding: 100px 0 40px 0;
}
footer p{
	margin: 0;
	font-size: 14px;
	text-align: left;
}
footer img{
	width: 100%;
}
footer .footer-logo{
	width: 180px;
	float: left;
	margin-right: 50px;
}
.address{
	float: left;
	font-size:14px;
	margin-top: 10px;
}
.copy p{
	text-align: right;
	font-size: 12px;
}
.copy .group-logo{
	position: relative;
}

.copy .group-logo img{
	vertical-align: text-bottom;
	width: 60px;
}
/*
.copy {
	float: right;
	text-align: right;
}
.copy p{
	font-size: 12px;
}
.copy .group-logo{
	position: relative;
	padding-left: 20px;
}
.copy .group-logo img{
	position: absolute;
	left:-50px;
	bottom:0;
}
*/
.btn-up {
	z-index: 9999;
	position: fixed;
	bottom:20px;
	right:20px;
	width: 60px;
	height: 60px;
    background: #000;
	color: #fff;
	display: block;
	padding: 0;
	text-align: center;
	font-size: 40px;
}
.btn-up:hover{
	cursor: pointer;
}


/* ==========================================================================
Media queries
========================================================================== */
@media(max-width:1200px) {

}
@media(max-width:768px) {
.logo{
	float: left;
	width: 36%;
	margin:1% 2%;
}
.logo a{
	width: 100%;
	height: 90px;
	display: block;
	
}
header{
	z-index: 99999;
}

.nav-wrapper{
	padding-top: 13px;
	width: 60%;
	float: right;
}
nav.container{
	margin: 0;
}
.nav{
	position: relative;
	float: none;
	width: 100%;
	background: none;
	padding-right: 0;
}
.nav li{
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 0;
	width: 50%;
	padding-left: 15px;
	margin-bottom: 10px;
	background-size: 10px 14px;
}
.nav li a{
	font-size: 14px;
	line-height: 1;
}


h1{
	font-size: 30px;
}
h2{
	padding: 20px 0;
}
.h2-ttl{
	background: url('./../img/h2-bg.png') no-repeat right bottom;
	background-size: 28px 18px;
	font-size: 22px;
	padding:0 40px 0 0;
}

h2 img{
	max-width: 100%;
}
#facilities h2.page-head{
	font-size: 24px;
	margin-bottom: 10px;
}

h3{
	margin: 0 0 15px;
	font-size: 16px;
	padding-bottom: 0;
}
h4{
	font-size: 16px;
}
p {
	font-size: 14px;
	line-height: 1.5;
}

.text{
	font-size: 14px;
}

.clear{
	clear: both;
}



/* ==========================================================================
main
========================================================================== */
.wrapper{
	margin: 0;
}

.main .page-title{
	height: 150px;
}
.main .page-title h1{
	font-size: 26px;
	padding: 50px 0 10px 0;
	text-align: center;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
}


.text-wrap{
	padding-bottom: 20px;
}
.text-wrap-r{
	margin: 0;
	padding: 10px 0 0 0;
}
.text-wrap-l{
	margin: 0;
	padding: 10px 0 0 0;
}
.cont-wrap{
	margin-bottom: 40px;
}
.cont-wrap-sub{
	padding: 0 15px;
}
.img{
	padding:0 3%;
}
.col-md-5.img{
	padding-bottom: 30px;
}
.col-md-7.img{
	padding-right: 3%;
}
.col-md-push-5.img{
	padding-left: 3%;
}
.cont-wrap-sub dl{
	margin-top: 10px;
}
.cap{
	font-weight: normal;
}

.text{
	margin-bottom: 1em;
}
.photo-list li{
	width: 50%;
}
table{
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;

}
.room-wrap{
	margin-bottom: 20px;
}

.lead{
	padding: 20px 0;
	margin: 0;
}
.line{
	font-size: 12px;
}
.page-nav{
	margin-bottom: 30px;
}
.page-nav01{
	margin: 0 10%;
}
.page-nav01:before,
.page-nav01:after {
    content: " ";
    display: table;
}
.page-nav01:after {
    clear: both;
}
.page-nav01 {
    *zoom: 1;
}
.page-nav-box{
	width: 30%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.page-nav01
.page-nav-box{
	width: 48%;
}
#rooms .thumb-box{
	margin-bottom: 1em;
}

#guestrooms,
#facilities,
#coffee,
#drink,
#map,
#bycar,
#bytrain,
#rentalcar{
	margin: 0 5%;
}
#lunch{
	padding: 0 3%;
	margin-bottom: 30px;
}

.thumb-wrap{
	clear:none;
}
#lunch h3{
	text-align: center;
}
#lunch .cap{
	margin-bottom: 10px;
}
#access .thumb-box{
	padding: 0 15px;
}
.access-wrap p{
	font-size: 12px;
}


table{
	margin: 0;
}
.col-md-12 .col-md-6{
	padding: 0;
}

/* ==========================================================================
Footer
========================================================================== */
footer{
	padding: 50px 0 20px 0;
}
footer .footer-wrap{
	padding: 0 5%;
}
footer p{
	margin: 0;
}
footer p a{
	color: #fff;
}
footer .footer-logo{
	float: none;
	width: 100%;
	margin-right: 0;
	text-align: center;
}
footer .footer-logo img{
	width: 40%;
}
.address{
	width: 100%;
	margin-bottom: 20px;
}
.copy {
	clear: both;
}
.copy p{
	margin-top: 12px;
	text-align: center;
}
.copy .group-logo img{
	width: 40px;
}

.btn-up {
	z-index: 9999;
	position: fixed;
	bottom:20px;
	right:20px;
	width: 40px;
	height: 40px;
    background: #000;
    color: #fff;
	font-size: 30px;
}


}

@media screen and (min-width:768px) and ( max-width:1024px) {
.container {
    max-width: 100%;
}
.logo{
	width: 20%;
}


#lunch{
	padding: 0;
}
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}