@charset "UTF-8";
/* ============================================
reset
============================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
textarea, select, option {
  border-radius: 0;
}

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

/* ============================================
layout
============================================ */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* ============================================
Base
============================================ */
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  -webkit-text-size-adjust: 100%;
}

input, textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, sans-serif;
}

/* ============================================
Link
============================================ */
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
}
a:hover {
  text-decoration: none;
  color: #666666;
}
a:active {
  color: #666666;
}

/* ============================================
container
============================================ */
#container {
  width: 100%;
  margin: 0 auto;
  background: url(../../images/common/bg.jpg) repeat center;
}
#container .contents {
  width: 300px;
  margin: 0 auto;
}

/* ============================================
header
============================================ */
header {
  width: 100%;
  height: 100px;
  padding-top: 9px;
}
header h1 {
  width: 145px;
  height: 32px;
  margin: 0 auto;
}
header h1 a {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -86px;
  width: 145px;
  height: 32px;
  background-size: 300px auto;
}
header #headerInner {
  background: #FFF;
  margin-top: 9px;
  border-top: 1px solid #c8bdb3;
}
header #headerInner:before, header #headerInner:after {
  content: "";
  display: table;
}
header #headerInner:after {
  clear: both;
}
header #headerInner #telBtn {
  width: 189px;
  height: 49px;
  float: left;
}
header #headerInner #telBtn a {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -255px;
  width: 189px;
  height: 49px;
  background-size: 300px auto;
}
header #headerInner #headerBtn {
  float: right;
}
header #headerInner #headerBtn:before, header #headerInner #headerBtn:after {
  content: "";
  display: table;
}
header #headerInner #headerBtn:after {
  clear: both;
}
header #headerInner #headerBtn li {
  float: left;
  border-left: 1px solid #c8bdb3;
}
header #headerInner #headerBtn li#reservBtn {
  width: 64px;
  height: 49px;
}
header #headerInner #headerBtn li#reservBtn a {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -304px;
  width: 64px;
  height: 49px;
  background-size: 300px auto;
}
header #headerInner #headerBtn li#navBtn {
  width: 65px;
  height: 49px;
}
header #headerInner #headerBtn li#navBtn a {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -206px;
  width: 65px;
  height: 49px;
  background-size: 300px auto;
}
header nav {
  display: none;
  position: relative;
  z-index: 10;
}
header nav ul {
  background: #FFF;
  border-bottom: 1px solid #c8bdb3;
}
header nav ul li {
  border-top: 1px solid #c8bdb3;
}
header nav ul li a {
  display: block;
}
header nav ul li a span {
  margin: 0 auto;
}
header nav ul li#nav00 a {
  padding: 10px 0;
}
header nav ul li#nav00 a span {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/common/nav00.png);
  background-position: center;
  width: 108px;
  height: 17px;
  background-size: 120px auto;
}
header nav ul li#nav01 a {
  padding: 10px 0;
}
header nav ul li#nav01 a span {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -69px;
  width: 108px;
  height: 17px;
  background-size: 300px auto;
}
header nav ul li#nav02 a {
  padding: 11px 0;
}
header nav ul li#nav02 a span {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -53px;
  width: 104px;
  height: 16px;
  background-size: 300px auto;
}
header nav ul li#nav03 a {
  padding: 11px 0;
}
header nav ul li#nav03 a span {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -39px;
  width: 124px;
  height: 14px;
  background-size: 300px auto;
}
header nav ul li#nav04 a {
  padding: 12px 0;
}
header nav ul li#nav04 a span {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -25px;
  width: 99px;
  height: 14px;
  background-size: 300px auto;
}
header nav ul li#nav05 a {
  padding: 12px 0;
}
header nav ul li#nav05 a span {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px 0px;
  width: 58px;
  height: 12px;
  background-size: 300px auto;
}

/* ============================================
aside
============================================ */
aside {
  width: 300px;
  margin: 25px auto 0;
}
aside #contactBtn {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -505px;
  width: 300px;
  height: 74px;
/*  height: 100px;*/
  background-size: 300px auto;
}
aside #shopInfo {
  width: 246px;
  margin: 22px auto 0;
}
aside #shopInfo li {
  width: 246px;
  height: 51px;
  margin-bottom: 10px;
}
aside #shopInfo li:last-child {
  margin-bottom: 0;
}
aside #shopInfo li#telBtn a {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -400px;
  width: 246px;
  height: 51px;
  background-size: 300px auto;
}
aside #shopInfo li#lineBtn a {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -452px;
  width: 246px;
  height: 51px;
  background-size: 300px auto;
}
aside #sns {
  width: 102px;
  margin: 27px auto 0;
}
aside #sns:before, aside #sns:after {
  content: "";
  display: table;
}
aside #sns:after {
  clear: both;
}
aside #sns li {
  width: 44px;
  height: 44px;
}
aside #sns li#fbBtn {
  float: left;
}
aside #sns li#fbBtn a {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -162px;
  width: 44px;
  height: 44px;
  background-size: 300px auto;
}
aside #sns li#twBtn {
  float: right;
}
aside #sns li#twBtn a {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -118px;
  width: 44px;
  height: 44px;
  background-size: 300px auto;
}
aside #topBtn {
  margin: 30px auto 0;
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -353px;
  width: 50px;
  height: 50px;
  background-size: 300px auto;
}
aside #deviceSelect {
  display: block;
  margin: 15px auto 0;
  padding-bottom: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

/* ============================================
footer
============================================ */
footer {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding-top: 14px;
  background: #333333;
}
footer small {
  display: block;
  text-indent: -9999px;
  background-image: url(/sp/images/sprites/common_sprite.png?v220322);
  background-position: 0px -12px;
  width: 237px;
  height: 13px;
  background-size: 300px auto;
  margin: 0 auto;
}

/* ============================================
parts
============================================ */
