@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
#header .con_header .inner, #header #gnav ul, #header #fixnav ul {
  width: 960px;
  margin: auto;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #fff;
  background: #1c1c1c url(../images/home/bg_contents.jpg) repeat-y center;
  font-size: small;
  line-height: 1.5;
}
body a {
  color: #fff;
  text-decoration: underline;
}
body img {
  height: auto;
}

body, pre, input, textarea, select {
  font-family: "Times New Roman", serif;
}

input, select, textarea {
  font-size: 100%;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  font-size: 117%;
  min-width: 960px;
  overflow: hidden;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header {
  color: #fff;
  min-height: 110px;
  background: url(../images/header/bg_header.jpg) repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
#header .con_header .inner {
  overflow: hidden;
}
#header .con_header .box_left {
  width: 670px;
  float: left;
  padding-top: 15px;
}
#header .con_header .box_left h1, #header .con_header .box_left .introduction {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
}
#header .con_header .box_left .introduction {
  width: 450px;
  line-height: 1.2;
  margin-left: 15px;
}
#header .con_header .box_right {
  float: right;
  text-align: right;
  padding-top: 40px;
}
#header .con_header .box_right .language {
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 1;
}
#header .con_header .box_right .language li {
  float: right;
  overflow: hidden;
}
#header .con_header .box_right .language li:first-child {
  float: left;
  padding-right: 30px;
  background: url(../images/header/bg_sla.png) no-repeat 88px center;
}
#header .con_header .box_right .tel {
  margin-top: 12px;
}
#header #gnav, #header #fixnav {
  background: url(../images/header/bg_gnav.png) repeat-x;
  position: relative;
}
#header #gnav ul, #header #fixnav ul {
  overflow: hidden;
}
#header #gnav ul li, #header #fixnav ul li {
  float: left;
  font-size: 0;
  background: url(../images/header/gnav.png) no-repeat;
}
#header #gnav ul li a, #header #fixnav ul li a {
  display: block;
  height: 68px;
}
#header #gnav ul li.gnav_homepage, #header #fixnav ul li.gnav_homepage {
  width: 124px;
  background-position: 0 top;
}
#header #gnav ul li.gnav_homepage:hover, #header #fixnav ul li.gnav_homepage:hover {
  background-position: 0 bottom;
}
#header #gnav ul li.gnav_welcome, #header #fixnav ul li.gnav_welcome {
  width: 135px;
  background-position: -124px top;
}
#header #gnav ul li.gnav_welcome:hover, #header #fixnav ul li.gnav_welcome:hover {
  background-position: -124px bottom;
}
#header #gnav ul li.gnav_hotspring, #header #fixnav ul li.gnav_hotspring {
  width: 134px;
  background-position: -259px top;
}
#header #gnav ul li.gnav_hotspring:hover, #header #fixnav ul li.gnav_hotspring:hover {
  background-position: -259px bottom;
}
#header #gnav ul li.gnav_rooms, #header #fixnav ul li.gnav_rooms {
  width: 133px;
  background-position: -393px top;
}
#header #gnav ul li.gnav_rooms:hover, #header #fixnav ul li.gnav_rooms:hover {
  background-position: -393px bottom;
}
#header #gnav ul li.gnav_dishes, #header #fixnav ul li.gnav_dishes {
  width: 134px;
  background-position: -526px top;
}
#header #gnav ul li.gnav_dishes:hover, #header #fixnav ul li.gnav_dishes:hover {
  background-position: -526px bottom;
}
#header #gnav ul li.gnav_access, #header #fixnav ul li.gnav_access {
  width: 132px;
  background-position: -660px top;
}
#header #gnav ul li.gnav_access:hover, #header #fixnav ul li.gnav_access:hover {
  background-position: -660px bottom;
}
#header #gnav ul li.gnav_reservations, #header #fixnav ul li.gnav_reservations {
  width: 168px;
  background-position: -792px top;
}
#header #gnav ul li.gnav_reservations:hover, #header #fixnav ul li.gnav_reservations:hover {
  background-position: -792px bottom;
}
#header #gnav:after, #header #fixnav:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #0f0f0f;
  border-top: 2px solid #0f0f0f;
  z-index: 100;
}
#header #fixnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: 100;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .img {
  overflow: hidden;
  height: 597px;
}
#footer .img img {
  position: relative;
  left: 50%;
  margin-left: -800px;
}
#footer .box_inf {
  min-height: 298px;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  text-align: center;
  color: #fff;
}
#footer .box_inf .logo {
  padding-top: 30px;
}
#footer .box_inf address {
  display: block;
  padding: 20px 0 25px;
}
#footer .box_inf #copyright {
  font-size: 86%;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	table
----------------------------------------------------------- */
