@charset "UTF-8";
@charset "UTF-8";
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.2em;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.2em 0;
}

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.2em 40px;
}

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
dl,
menu,
ol,
ul {
  margin: 1.2em 0;
  padding: 0 0 0 40px;
}

dl {
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove 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;
}

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*******************************************************************************
 * Additional Reset
 ******************************************************************************/
html {
  font-size: 62.5%;
}

body {
	background-image: url(../images/bg_grad.png);
	background-repeat: repeat;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-size: 2.8rem;
	min-width: 640px;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 2.2rem;
    min-width: 480px;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 1.4rem;
    min-width: 320px;
  }
}

p, ul, ol, dl, dd, dt, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}
ul li, ol li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}
a:hover {
  text-decoration: underline;
}
a:active, a:focus {
  outline: none;
}

/*******************************************************************************
 * Util
 ******************************************************************************/
.base-container, .centralize {
  margin-right: auto;
  margin-left: auto;
}
.base-container {
  width: 640px;
}
@media screen and (max-width: 639px) {
  .base-container {
    width: 480px;
  }
}
@media screen and (max-width: 479px) {
  .base-container {
    width: 320px;
  }
}

.clearfix, .cf {
  overflow: hidden;
}

.mcf {
  zoom: 1;
  /* for IE6/7 */
}
.mcf:before {
  content: '';
  display: table;
}
.mcf:after {
  content: '';
  display: table;
  clear: both;
}

.floatR, .flr {
  display: inline;
  float: right;
}

.floatL, .fll {
  display: inline;
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.half {
  width: 50%;
}

.hz-list {
  overflow: hidden;
}
.hz-list li {
  list-style-image: none;
  list-style-type: none;
  white-space: nowrap;
  display: inline;
  float: left;
}

.fluid {
  width: 100%;
  height: auto;
}

.sprite {
  display: block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.current .sprite {
  cursor: default;
}

.bold {
  font-weight: bold;
}

.posr {
  position: relative;
}

a.hover {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
a.hover:active, a.hover:focus {
  outline: none;
}
a.hover:hover {
  text-decoration: none;
}
a.hover img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a.hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*******************************************************************************
 * 640-10:20:30:40:48:80
 ******************************************************************************/
.fmts {
  margin-top: 1.5625%;
}

.fmtm {
  margin-top: 3.125%;
}

.fmtl {
  margin-top: 4.6875%;
}

.fmtxl {
  margin-top: 6.25%;
}

.fmtxxl {
  margin-top: 7.5%;
}

.fmtxxxl {
  margin-top: 12.5%;
}
/*******************************************************************************
 * 600-10:20:30:40:48:80
 ******************************************************************************/
.mts {
  margin-top: 1.6666666%;
}

.mtm {
  margin-top: 3.3333333%;
}

.mtl {
  margin-top: 5%;
}

.mtxl {
  margin-top: 6.6666666%;
}

.mtxxl {
  margin-top: 8%;
}

.mtxxxl {
  margin-top: 13.3333333%;
}
/*******************************************************************************
 * 640-10:20:30:40:48:80
 ******************************************************************************/
.fmrs {
  margin-right: 1.5625%;
}

.fmrm {
  margin-right: 3.125%;
}

.fmrl {
  margin-right: 4.6875%;
}

.fmrxl {
  margin-right: 6.25%;
}

.fmrxxl {
  margin-right: 7.5%;
}

.fmrxxxl {
  margin-right: 12.5%;
}
/*******************************************************************************
 * 600-10:20:30:40:48:80
 ******************************************************************************/
.mrs {
  margin-right: 1.6666666%;
}

.mrm {
  margin-right: 3.3333333%;
}

.mrl {
  margin-right: 5%;
}

.mrxl {
  margin-right: 6.6666666%;
}

.mrxxl {
  margin-right: 8%;
}

.mrxxxl {
  margin-right: 13.3333333%;
}
/*******************************************************************************
 * 640-10:20:30:40:48:80
 ******************************************************************************/
.fmbs {
  margin-bottom: 1.5625%;
}

.fmbm {
  margin-bottom: 3.125%;
}

.fmbl {
  margin-bottom: 4.6875%;
}

.fmbxl {
  margin-bottom: 6.25%;
}

.fmbxxl {
  margin-bottom: 7.5%;
}

.fmbxxxl {
  margin-bottom: 12.5%;
}
/*******************************************************************************
 * 600-10:20:30:40:48:80
 ******************************************************************************/
.mbs {
  margin-bottom: 1.6666666%;
}

.mbm {
  margin-bottom: 3.3333333%;
}

.mbl {
  margin-bottom: 5%;
}

.mbxl {
  margin-bottom: 6.6666666%;
}

.mbxxl {
  margin-bottom: 8%;
}

.mbxxxl {
  margin-bottom: 13.3333333%;
}
/*******************************************************************************
 * 640-10:20:30:40:48:80
 ******************************************************************************/
.fmls {
  margin-left: 1.5625%;
}

.fmlm {
  margin-left: 3.125%;
}

.fmll {
  margin-left: 4.6875%;
}

.fmlxl {
  margin-left: 6.25%;
}

.fmlxxl {
  margin-left: 7.5%;
}

.fmlxxxl {
  margin-left: 12.5%;
}
/*******************************************************************************
 * 600-10:20:30:40:48:80
 ******************************************************************************/
.mls {
  margin-left: 1.6666666%;
}

.mlm {
  margin-left: 3.3333333%;
}

.mll {
  margin-left: 5%;
}

.mlxl {
  margin-left: 6.6666666%;
}

.mlxxl {
  margin-left: 8%;
}

.mlxxxl {
  margin-left: 13.3333333%;
}
/*******************************************************************************
 * 10:20:30:40:48:80
 ******************************************************************************/
.fpts {
  padding-top: 1.5625%;
}

.fptm {
  padding-top: 3.125%;
}

.fptl {
  padding-top: 4.6875%;
}

.fptxl {
  padding-top: 6.25%;
}

.fptxxl {
  padding-top: 7.5%;
}

.fptxxxl {
  padding-top: 12.5%;
}

/*******************************************************************************
 * 600-10:20:30:40:48:80
 ******************************************************************************/
.pts {
  padding-top: 1.6666666%;
}

.ptm {
  padding-top: 3.3333333%;
}

.ptl {
  padding-top: 5%;
}

.ptxl {
  padding-top: 6.6666666%;
}

.ptxxl {
  padding-top: 8%;
}

.ptxxxl {
 padding-top: 13.3333333%;
}
/*******************************************************************************
 * 640-10:20:30:40:48:80
 ******************************************************************************/
.fprs {
  padding-right: 1.5625%;
}

.fprm {
  padding-right: 3.125%;
}

.fprl {
  padding-right: 4.6875%;
}

.fprxl {
  padding-right: 6.25%;
}

.fprxxl {
  padding-right: 7.5%;
}

.fprxxxl {
 padding-right: 12.5%;
}
/*******************************************************************************
 * 600-10:20:30:40:48:80
 ******************************************************************************/
.prs {
  padding-right: 1.6666666%;
}

.prm {
 padding-right: 3.3333333%;
}

.prl {
  padding-right: 5%;
}

.prxl {
  padding-right: 6.6666666%;
}

.prxxl {
  padding-right: 8%;
}

.prxxxl {
  padding-right: 13.3333333%;
}
/*******************************************************************************
 * 640-10:20:30:40:48:80
 ******************************************************************************/
.fpbs {
  padding-bottom: 1.5625%;
}

.fpbm {
  padding-bottom: 3.125%;
}

.fpbl {
  padding-bottom: 4.6875%;
}

.fpbxl {
  padding-bottom: 6.25%;
}

.fpbxxl {
  padding-bottom: 7.5%;
}

.fpbxxxl {
  padding-bottom: 12.5%;
}
/*******************************************************************************
 * 600-10:20:30:40:48:80
 ******************************************************************************/
.pbs {
  padding-bottom: 1.6666666%;
}

.pbm {
  padding-bottom: 3.3333333%;
}

.pbl {
  padding-bottom: 5%;
}

.pbxl {
 padding-bottom: 6.6666666%;
}

.pbxxl {
  padding-bottom: 8%;
}

.pbxxxl {
  padding-bottom: 13.3333333%;
}
/*******************************************************************************
 * 640-10:20:30:40:48:80
 ******************************************************************************/
.fpls {
  padding-left: 1.5625%;
}

.fplm {
  padding-left: 3.125%;
}

.fpll {
 padding-left: 4.6875%;
}

.fplxl {
  padding-left: 6.25%;
}

.fplxxl {
  padding-left: 7.5%;
}

.fplxxxl {
  padding-left: 12.5%;
}
/*******************************************************************************
 * 600-10:20:30:40:48:80
 ******************************************************************************/
.pls {
  padding-left: 1.6666666%;
}

.plm {
  padding-left: 3.3333333%;
}

.pll {
  padding-left: 5%;
}

.plxl {
  padding-left: 6.6666666%;
}

.plxxl {
  padding-left: 8%;
}

.plxxxl {
  padding-left: 13.3333333%;
}

/*******************************************************************************
 * 640-side:20
 ******************************************************************************/
.fmrlm {
  margin-right: 3.125%;
  margin-left: 3.125%;
}

.fprlm {
  padding-right: 3.125%;
  padding-left: 3.125%;
}
/*******************************************************************************
 * 600-side:20
 ******************************************************************************/
.mrlm {
  margin-right:  3.3333333%;
  margin-left:  3.3333333%;
}

.prlm {
  padding-right:  3.3333333%;
  padding-left:  3.3333333%;
}




.fsxs {
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .fsxs {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .fsxs {
    font-size: 1rem;
  }
}

.fss {
  font-size: 2.2rem;
}
@media screen and (max-width: 639px) {
  .fss {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 479px) {
  .fss {
    font-size: 1.1rem;
  }
}

.fsm {
  font-size: 2.4rem;
}
@media screen and (max-width: 639px) {
  .fsm {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  .fsm {
    font-size: 1.2rem;
  }
}

.fsl {
  font-size: 2.6rem;
}
@media screen and (max-width: 639px) {
  .fsl {
    font-size: 1.95rem;
  }
}
@media screen and (max-width: 479px) {
  .fsl {
    font-size: 1.3rem;
  }
}

.fsxl {
  font-size: 2.8rem;
}
@media screen and (max-width: 639px) {
  .fsxl {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 479px) {
  .fsxl {
    font-size: 1.4rem;
  }
}

.no-sidescroll {
  overflow: hidden;
  width: 100%;
}

.button {
  display: table;
  position: relative;
}
.button .button-text {
	display: table-cell;
	color: #FFF
}
.button .button-text.vertical {
  vertical-align: middle;
}

.block {
  display: block;
}

.notes {
  text-align:center;
  font-size:1.2em;
  letter-spacing:-0.045em;
}
.title-h3 {
	font-weight: bold;
	font-size: 0.85em;
	color: #000;
	line-height: 1.4;
}

.desc {
  color:#000;
}

.desc-s {
	font-size: 0.85em;
}

.title-aside {
    font-weight:bold;
    color:#60810f;
    font-size:0.8571452857em;
}
.white-box {
  color:#000;
  background-color:#FFF;
  border-bottom:2px solid #CCC
}
.desc-aside {
  color:#000;
  font-size:0.8571452857em;
  line-height:1.4em;
}
.line-image {
	vertical-align: middle;
}
.title-aside:before {
  content: "";
  display: block;
  height: 0.4em;
  background-image:url(/images/line.png);
  background-repeat:no-repeat;
  background-position:center;
  margin-bottom: 0.8em;
  width:auto;
}
.desc-aside:after {
  content: "";
  display: block;
  height: 0.4em;
  background-image:url(/images/line.png);
  background-repeat:no-repeat;
  background-position:center;
  margin-top: 1em;
}
@media screen and (max-width: 639px) {
  .title-aside:before {
	background-size: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 479px) {
  .title-aside:before {
	background-size: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 639px) {
  .desc-aside:after {
	background-size: 100%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 479px) {
  .desc-aside:after {
	background-size: 100%;
    margin-top: 1em;
  }
}

.drink-box {
  position : relative ;
}

.drink-box p {
  font-size: 0.85em;
  position : absolute ;
  right : 0 ;
  bottom : 0 ;
}

/*******************************************************************************
 * header
 ******************************************************************************/
#global-header {
  position: relative
}

.header-bg {
	background: transparent url('../images/bg_header.jpg') no-repeat 50% 0;
	background-size: 100% 100%;
	min-height: 200px;
}

@media screen and (max-width: 639px) {
  .header-bg {
    min-height: 150px;
  }
}
@media screen and (max-width: 479px) {
  .header-bg {
 min-height: 100px;
  }
}
.header-bg .back-to-home {
  margin-top: 73.80952386%;
}

.back-to-home {
  border: 2px solid #999999;
  border-radius: 0.4em;
  border-spacing: 0;
  background-color: #fff;
  color: #666666;
  height: 2em;
  width: 6em;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  text-shadow: 0 3px 3px #ffffff;
}
.back-to-home .button-text {
  padding: 0.05em 0.7em 0em 0.7em;
  color:#666;
  text-shadow: 0 3px 3px #fff;
}
.back-to-home .right {
  right: 0.5em;
}

/*******************************************************************************
 * Navigation
 ******************************************************************************/
.over-shadow {
  position: relative;
  z-index: 1;
}
.over-shadow .shadow {
  -webkit-box-shadow: 0px 5px 5px 0 rgba(6, 0, 1, 0.75) inset;
  -moz-box-shadow: 0px 5px 5px 0 rgba(6, 0, 1, 0.75) inset;
  box-shadow: 0px 5px 5px 0 rgba(6, 0, 1, 0.75) inset;
}
.over-shadow .shadow img {
  position: relative;
  z-index: -1;
}

.after-shadow {
  -webkit-box-shadow: 0px 5px 5px 0 rgba(6, 0, 1, 0.75);
  -moz-box-shadow: 0px 5px 5px 0 rgba(6, 0, 1, 0.75);
  box-shadow: 0px 5px 5px 0 rgba(6, 0, 1, 0.75);
}

.page-header .headline {
  font-size: 3.2rem;
}
@media screen and (max-width: 639px) {
  .page-header .headline {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .page-header .headline {
    font-size: 1.6rem;
  }
}
.page-header .headline:after {
  content: "";
  display: block;
  height: 2px;
  background-image:url(../images/header_line.png);
  background-repeat:no-repeat;
  background-position:center;
  margin-top: 0.2em;
}
@media screen and (max-width: 639px) {
  .page-header .headline:after {
	background-size: 100%;
    margin-top: 0.23438em;
  }
}
@media screen and (max-width: 479px) {
  .page-header .headline:after {
	background-size: 100%;
    margin-top: 0.15625em;
  }
}

.page-header-menu .headline {
  font-size: 3.2rem;
  color:#FFF;
  background-color:#242f60;
  }
@media screen and (max-width: 639px) {
  .page-header-menu .headline {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .page-header-menu .headline {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 639px) {
  .page-header-menu .headline:after {
    margin-top: 0.23438em;
  }
}
@media screen and (max-width: 479px) {
  .page-header-menu .headline:after {
    margin-top: 0.15625em;
  }
}
.nav-headline {
  font-weight: normal;
  color: #aaa;
}

.nav-item {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 100%;
  height: 4em;
}

.nav-item-link {
  font-weight: normal;
  height: 100%;
  width: 100%;
}

.others-nav {
  width: 100%;
}

.shops-nav {
  width: 100%;
}

.current .nav-item-link {
  opacity: .25;
}

.nav-one-col .nav-item {
  width: 100%;
}
.nav-one-col .nav-item:nth-child(1) {
  background-image: url('../images/nav/one_1.png');
}
.nav-one-col-matsuri .nav-item {
  width: 100%;
}
.nav-one-col-matsuri .nav-item:nth-child(1) {
  background-image: url('../images/nav/one_matsuri.png');
}

.nav-one-col .nav-item {
	margin-top:0.1em;
  width: 98.4%;
}
.nav-one-col .nav-item:nth-child(1) {
  background-image: url('../images/nav/tri_4.png');
}

.nav-two-col .nav-item {
	margin-top:0.1em;
	width: 49%;
}
.nav-two-col .nav-item:nth-child(1) {
  background-image: url('../images/nav/two_1.png');
  width: 99.5%;
  margin-right:0.1em
}
.nav-two-col .nav-item:nth-child(2) {
  width: 49%;
  background-image: url('../images/nav/two_2.png');
  margin-right:0.1em
}
.nav-two-col  .nav-item:nth-child(1) .current {
  background-image: url('../images/nav/two_1_cr.png');
  background-size: 100% 100%;
}
.nav-two-col .nav-item:nth-child(2) .current {
  background-image: url('../images/nav/two_2_cr.png');
  background-size: 100% 100%;
}

.nav-tri-col .nav-item {
	margin-top:0.1em;
	width: 49%;
}
.nav-tri-col .nav-item:nth-child(1) {
  background-image: url('../images/nav/tri_1.png');
  width: 50%;
  margin-right:0.1em
}
.nav-tri-col .nav-item:nth-child(2) {
  width: 49%;
  background-image: url('../images/nav/tri_2.png');
  margin-right:0.1em
}
.nav-tri-col  .nav-item:nth-child(1) .current {
  background-image: url('../images/nav/tri_1_cr.png');
  background-size: 100% 100%;
}
.nav-tri-col .nav-item:nth-child(2) .current {
  background-image: url('../images/nav/tri_2_cr.png');
  background-size: 100% 100%;
}
/*******************************************************************************
 * Footer
 ******************************************************************************/
#global-footer nav li {
	width: 100%;
	height: 5%;
	margin-bottom: 0.142857em;
	text-align: center;
	background-color: #2b0404;
}
#global-footer .button {
  width: 100%;
  color: #000;
  font-weight: bold;
  text-indent: 8rem;
}
@media screen and (max-width: 639px) {
  #global-footer .button {
    text-indent: 6rem;
  }
}
@media screen and (max-width: 479px) {
  #global-footer .button {
    text-indent: 4rem;
  }
}
#global-footer .button .right {
  right: 1rem;
}
@media screen and (max-width: 639px) {
  #global-footer .button .right {
    right: 0.75rem;
  }
}
@media screen and (max-width: 479px) {
  #global-footer .button .right {
    right: 0.5rem;
  }
}

#copyright {
  font-size:0.714285714em;
  color:#FFF;
  background-color:#000;
}

.radial {
  background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 150, color-stop(0%, #484840), color-stop(150%, rgba(29, 29, 29, 0)));
  background: -webkit-radial-gradient(center bottom, #484840 0%, rgba(29, 29, 29, 0) 150%);
  background: -moz-radial-gradient(center bottom, #484840 0%, rgba(29, 29, 29, 0) 150%);
  background: -o-radial-gradient(center bottom, #484840 0%, rgba(29, 29, 29, 0) 150%);
  background: radial-gradient(center bottom, #484840 0%, rgba(29, 29, 29, 0) 150%);
}

/*******************************************************************************
 * Icon
 ******************************************************************************/
.icon.pc, .icon.card, .icon.mail, .icon.coupon {
  background-image: url('../images/icon/large-s8f0175eb12.png');
  width: 64px;
  height: 64px;
  margin-top: -32px;
}
.icon.pc .large-sprite, .icon.card .large-sprite, .icon.mail .large-sprite, .icon.coupon .large-sprite {
  background: url('../images/icon/large-s15a8479c88.png') no-repeat;
}
@media screen and (max-width: 639px) {
  .icon.pc, .icon.card, .icon.mail, .icon.coupon {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
}
@media screen and (max-width: 479px) {
  .icon.pc, .icon.card, .icon.mail, .icon.coupon {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}

.icon.blank, .icon.home {
  background-image: url('../images/icon/middle-sedbd85b340.png');
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.icon.blank .middle-sprite, .icon.home .middle-sprite {
  background: url('../images/icon/middle-s4381bba9c0.png') no-repeat;
}
@media screen and (max-width: 639px) {
  .icon.blank, .icon.home {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}
@media screen and (max-width: 479px) {
  .icon.blank, .icon.home {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

.icon.link {
  background-image: url('../images/icon/small-sc4c85ea284.png');
  background-repeat:no-repeat;
  width: 15px;
  height: 24px;
  margin-top: -8px;
}
.icon.link .small-sprite {
  background: url('../images/icon/small-s4eddcd44a8.png') no-repeat;
}
@media screen and (max-width: 639px) {
  .icon.link {
    width: 10px;
    height: 18px;
    margin-top: -6px;
  }
}
@media screen and (max-width: 479px) {
  .icon.link {
    width: 7px;
    height: 12px;
    margin-top: -4px;
  }
}

.icon {
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icon.link {
  background-position: 0 0;
}
@media screen and (max-width: 639px) {
  .icon.link {
    background-position: 0 0;
  }
}
@media screen and (max-width: 479px) {
  .icon.link {
    background-position: 0 0;
  }
}
.icon.blank {
  background-position: 0 -32px;
}
@media screen and (max-width: 639px) {
  .icon.blank {
    background-position: 0 -24px;
  }
}
@media screen and (max-width: 479px) {
  .icon.blank {
    background-position: 0 -16px;
  }
}
.icon.home {
  background-position: 0 0;
}
@media screen and (max-width: 639px) {
  .icon.home {
    background-position: 0 0;
  }
}
@media screen and (max-width: 479px) {
  .icon.home {
    background-position: 0 0;
  }
}
.icon.pc {
  background-position: 0 -192px;
}
@media screen and (max-width: 639px) {
  .icon.pc {
    background-position: 0 -144px;
  }
}
@media screen and (max-width: 479px) {
  .icon.pc {
    background-position: 0 -96px;
  }
}
.icon.card {
  background-position: 0 -128px;
}
@media screen and (max-width: 639px) {
  .icon.card {
    background-position: 0 -96px;
  }
}
@media screen and (max-width: 479px) {
  .icon.card {
    background-position: 0 -64px;
  }
}
.icon.mail {
  background-position: 0 -64px;
}
@media screen and (max-width: 639px) {
  .icon.mail {
    background-position: 0 -48px;
  }
}
@media screen and (max-width: 479px) {
  .icon.mail {
    background-position: 0 -32px;
  }
}
.icon.coupon {
  background-position: 0 0;
}
@media screen and (max-width: 639px) {
  .icon.coupon {
    background-position: 0 0;
  }
}
@media screen and (max-width: 479px) {
  .icon.coupon {
    background-position: 0 0;
  }
}

/*******************************************************************************
 * Content
 ******************************************************************************/
.kora-service-box {
  border: 1px solid #ccc;
  color: #000;
  overflow: hidden;
}
.kora-service-box .left {
  left: 0.8rem;
}
@media screen and (max-width: 639px) {
  .kora-service-box .left {
    left: 0.6rem;
  }
}
@media screen and (max-width: 479px) {
  .kora-service-box .left {
    left: 0.4rem;
  }
}
.kora-service-box .right {
  right: 0.8rem;
}
@media screen and (max-width: 639px) {
  .kora-service-box .right {
    right: 0.6rem;
  }
}
@media screen and (max-width: 479px) {
  .kora-service-box .right {
    right: 0.4rem;
  }
}
.kora-service-box .blank {
  margin-top: 0;
  top: 0.8rem;
}
@media screen and (max-width: 639px) {
  .kora-service-box .blank {
    top: 0.6rem;
  }
}
@media screen and (max-width: 479px) {
  .kora-service-box .blank {
    top: 0.4rem;
  }
}
.kora-service-box dt {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c93a41), color-stop(100%, #b12118));
  background: -webkit-linear-gradient(top, #c93a41, #b12118);
  background: -moz-linear-gradient(top, #c93a41, #b12118);
  background: -o-linear-gradient(top, #c93a41, #b12118);
  background: linear-gradient(top, #c93a41, #b12118);
  border-bottom: 2px solid #660000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.kora-service-box dd {
  background: #fbfbfb -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e6e5e5));
  background: #fbfbfb -webkit-linear-gradient(top, #fbfbfb 0%, #e6e5e5 100%);
  background: #fbfbfb -moz-linear-gradient(top, #fbfbfb 0%, #e6e5e5 100%);
  background: #fbfbfb -o-linear-gradient(top, #fbfbfb 0%, #e6e5e5 100%);
  background: #fbfbfb linear-gradient(top, #fbfbfb 0%, #e6e5e5 100%);
  width: 100%;
}
.kora-service-box .buttons {
  width: 100%;
}
.kora-service-box .buttons li {
  width: 48.27586%;
}
.kora-service-box .button {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(50%, #f1f1f1), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f1f1f1 50%, #e2e2e2 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f1f1f1 50%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f1f1f1 50%, #e2e2e2 100%);
  background: linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f1f1f1 50%, #e2e2e2 100%);
  -webkit-box-shadow: 2px 2px #ffffff inset, -2px -2px #ffffff inset, 0 4px 8px #adacac;
  -moz-box-shadow: 2px 2px #ffffff inset, -2px -2px #ffffff inset, 0 4px 8px #adacac;
  box-shadow: 2px 2px #ffffff inset, -2px -2px #ffffff inset, 0 4px 8px #adacac;
  border: 2px solid #c1c1c1;
  color: #333;
  width: 100%;
  height: 8rem;
  padding-left: 8rem;
  padding-right: 4rem;
}
@media screen and (max-width: 639px) {
  .kora-service-box .button {
    height: 6rem;
    padding-left: 6rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .kora-service-box .button {
    height: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
.kora-service-box .button {
  width: 100%;
}
.kora-service-box .attention {
  background-color: transparent;
  color: #fff;
  line-height: 1.1;
}

.membership-rad {
  border-radius: 0.8rem;
}
.menu-list {
  font-size:0.85em;
  color:#000;
  line-height:1.4;
}  
.menu-list dl, .menu-row dl {
  display: table;
  width: 100%;
}
.menu-list dt, .menu-list dd, .menu-row dt, .menu-row dd {
  display: table-cell;
}
.menu-list .name, .menu-row .name {
  width: 35%;
}
.menu-list .dot, .menu-row .dot {
  width: 15%;
  text-align: right;
  letter-spacing: -0.2em;
  padding-right:0.5em;
}
.menu-list .price, .menu-row .price {
  width: 50%;
  text-align: right;
}

.attention-list {
  list-style-type: none;
}
.attention-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.menu-headline {
  color: #fbe70f;
  border-bottom: 1px solid #f2f2f2;
}

.all-you-can-drink {
  background-color: #232326;
  color: #fff;
}
.all-you-can-drink .emp {
  color: #ffcc00;
}
