@charset "utf-8";

/*--------------------------------------
            reset
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #ccc;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
}
img {
  display: block;
}

/*--------------------------------------
            clearfix
--------------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*
  height: auto;
  overflow: hidden;
  */
}

/*--------------------------------------
            bxslider
--------------------------------------*/

ul.bxslider {
  padding: 0;
  margin: 0;
}
ul.bxslider li {
  width: 2400px;
  height: 500px;
  position: relative;
}
ul.bxslider li img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1200px;
  width: 2400px;
  height: 750px;
  display: block;
}

/*--------------------------------------
            共通
--------------------------------------*/
p {
  line-height: 1.5;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.right {
  float: right;
}
.left {
  float: left;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-left-10 {
  margin-left: 10px;
}
.f-bold {
  font-weight: bold;
}
.f-16px {
  font-size: 16px;
}
.red {
  color: #f00;
}

/*--------------------------------------
            pager
--------------------------------------*/
.naviButtonPrev {
  float: left;
  margin-top: 10px;
}
.naviButtonPrev a {
  color: #ccc;
  padding: 10px 20px;
  background-color: #e4007f;
  display: block;
}
.naviButtonNext {
  float: right;
  margin-top: 10px;
}
.naviButtonNext a {
  color: #ccc;
  padding: 10px 20px;
  background-color: #e4007f;
  display: block;
}

/*--------------------------------------
            main
--------------------------------------*/
body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: url(../img/bg.png) top center;
  color: #ccc;
}
header {
  /*border-top: solid 20px #0d2557;*/
}
main {
  width: 1200px;
  margin: 0 auto;
}
footer {
  background-color: #181818;
  padding: 20px;
  margin-top: 20px;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

header #topLine {
  background-color: #181818;
}
header h1 {
  font-size: 10px;
  line-height: 20px;
  margin: 0 auto;
  width: 1200px;
}
header .logoArea {
  width: 1200px;
  margin: 20px auto;
}
header nav {
  background-color: #181818;
  height: 50px;
}
header nav ul {
  width: 1200px;
  margin: 0 auto;
  letter-spacing: -0.5em;
}
header nav ul li {
  display: inline-block;
  width: 220px;
  letter-spacing: normal;
  position: relative;
}
header nav ul li.home {
  width: 100px;
}
header nav ul li a {
  display: block;
  height: 50px;
}
.leftArea {
  float: left;
  width: 860px;
  margin-top: 20px;
}
.rightArea {
  float: right;
  width: 320px;
  margin-top: 20px;
}
#news ul {
  background-color: rgba(24,24,24,0.8);
  padding: 0 20px 20px 20px;
  height: 245px;
}
#news ul li {
  line-height: 3.0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  white-space: nowrap;
}
#news ul li span {
  font-size: 12px;
  margin-right: 20px;
}
#welcome {
  margin-top: 20px;
}
#welcome .welcomeBox {
  background-color: rgba(24,24,24,0.8);
  padding: 20px;
}
#welcome .welcomeBox img {
  float: left;
  margin-right: 20px;
}
footer img {
  float: left;
  margin-top: 30px;
}
footer .footerRight {
  float: right;
  font-size: 12px;
}
footer ul#footerNav {
  margin-bottom: 20px;
}
footer ul#footerNav li {
  display: inline-block;
}
footer #copy {
  margin-top: 20px;
}

/*--------------------------------------
            Menu
--------------------------------------*/
#system h1, #notice h1, #drinkMenu h1, #foodMenu h1 {
  line-height: 40px;
  background-color: #323232;
  padding-left: 15px;
}
#system, #notice {
  float: left;
  margin: 20px 0;
  width: 420px;
}
#notice {
  margin-left: 20px;
}
#system ul ,#notice ul {
  padding: 10px;
  background-color: rgba(24,24,24,0.8);
}
#system ul li ,#notice ul li {
  line-height: 1.5;
}
#drinkMenu {
  clear: both;
  width: 860px;
  background-color: rgba(24,24,24,0.8);
}
#foodMenu {
  margin-top: 20px;
  width: 860px;
  background-color: rgba(24,24,24,0.8);
}
#drinkMenu dl, #foodMenu dl {
  padding: 0 10px 10px;
}
#drinkMenu dl.leftBlock, #foodMenu dl.leftBlock {
  float: left;
  width: 400px;
}
#drinkMenu dl.rightBlock, #foodMenu dl.rightBlock {
  float: right;
  width: 400px;
}
#drinkMenu dl dt, #foodMenu dl dt {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  line-height: 2.0;
  margin: 10px 0 10px;
}
#drinkMenu dl dd, #foodMenu dl dd {
  text-indent: 1em;
  line-height: 1.5;
}

/*--------------------------------------
            Access
--------------------------------------*/
#map_canvas {
  margin-top: 20px;
  color: #595959;
}
.accessDetail {
  margin-top: 20px;
  width: 860px;
  background-color: rgba(24,24,24,0.8);
}
.accessDetail p {
  padding: 10px;
}
.accessDetail h1 {
  line-height: 40px;
  background-color: #323232;
  padding-left: 15px;
}
.accessDetail dl {
  border-top: 1px dotted #ccc;
  padding: 10px;
  line-height: 1.5;
}
.accessDetail dl dt {
  float: left;
}
.accessDetail dl dd {
  margin-left: 100px;
}

/*--------------------------------------
            Event
--------------------------------------*/
#event {
  padding: 10px;
  width: 840px;
  background-color: rgba(24,24,24,0.8);
}
#event section {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
#event section img {
  float: left;
  margin-right: 20px;
}
#event section h1 {
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}

/*--------------------------------------
            Recruit
--------------------------------------*/
#recruitDetail {
  background-color: rgba(24,24,24,0.8);
  padding: 10px;
}
#recruitDetail section {
  float: left;
  width: 400px;
  height: 150px;
  padding: 10px;
}
#recruitDetail section h1 {
  line-height: 2.0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#recruitDetail section ul li {
  line-height: 1.5;
}
#recruitQandA {
  margin-top: 20px;
  background-color: rgba(24,24,24,0.8);
}
#recruitQandA h1 {
  line-height: 40px;
  background-color: #323232;
  padding-left: 15px;
}
#recruitQandA ul {
  padding: 10px;
}
#recruitQandA a.toggle {
  cursor: pointer;
  background-color: rgba(228,0,127,0.6);
  display: block;
  padding: 5px;
  margin: 5px 0;
}
#recruitQandA .child {
  display: none;
}

/*--------------------------------------
            Contact
--------------------------------------*/
.contactArea {
  margin-top: 20px;
  padding: 10px;
  background-color: rgba(24,24,24,0.8);
}
.contactArea dl {
  padding: 10px;
}
.contactArea dl dt {
  float: left;
}
.contactArea dl dd {
  margin-left: 250px;
}