@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　normalize
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
モジュール
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* text */
.m-text {
  font-size: 16px;
  line-height: 1.875;
}

.m-text-xs {
  font-size: 12px;
  line-height: 1.875;
}

.m-text-s {
  font-size: 14px;
  line-height: 1.875;
}

.m-text-l {
  font-size: 18px;
  line-height: 1.875;
}

.m-text-ls {
  font-size: 18px;
  line-height: 1.5;
}

.m-text-xl {
  font-size: 24px;
  line-height: 1.875;
}

.m-text-b {
  font-weight: bold;
}

.m-text-narrow {
  letter-spacing: -0.2em;
}

.error,
.m-attention {
  color: #ed0000;
}

.m-color-or {
  color: #df6a25;
}

.m-uline {
  text-decoration: underline;
}
.m-uline:hover {
  text-decoration: none;
}

.m-hline:hover {
  text-decoration: underline;
}

/* display */
.m-dis-b {
  display: block;
}

.m-dis-ib {
  display: inline-block;
}

.m-dis-i {
  display: inline;
}

/* align */
.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

/* margin */
.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 40px;
}

.m-mb-l {
  margin-bottom: 60px;
}

.m-mb-xl {
  margin-bottom: 80px;
}

/* effect */
.m-op {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-radius {
  border-radius: 5px;
}

.m-shadow {
  box-shadow: 1px 1px 0 0 rgba(8, 1, 3, 0.5);
}

.m-bnr-icon-ar {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-bnr-icon-ar:hover {
  opacity: 0.7;
}
.m-bnr-icon-ar:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/common/icon_ar_r-bk.png);
}

/* layout */
.l-inner {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-s {
  padding-left: 20px;
  padding-right: 20px;
}

.l-box {
  background-color: #fff;
}

.l-box__inner {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.m-column {
  *zoom: 1;
}
.m-column:after {
  content: "";
  display: table;
  clear: both;
}

.m-column__fl {
  float: left;
}

.m-column__fl--l {
  margin-right: 30px;
}

.m-column__fl--r {
  float: right;
  margin-left: 30px;
}

.m-column__content {
  overflow: hidden;
}

/* breadcrumb */
.m-breadcrumb {
  margin: 0px 30px 40px;
  padding-top: 20px;
  font-size: 0;
}

.m-breadcrumb__item {
  position: relative;
  display: inline-block;
  padding-right: 2em;
  font-size: 14px;
}
.m-breadcrumb__item:after {
  content: ">";
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 14px;
  font-weight: normal;
}
.m-breadcrumb__item:last-child:after {
  display: none;
}
.m-breadcrumb__item a {
  position: relative;
  font-weight: bold;
}
.m-breadcrumb__item a:hover {
  text-decoration: underline;
}

/* title */
.m-bar-title {
  position: relative;
  padding-left: 200px;
  height: 120px;
  background: url(../images/common/bg_wood2.jpg) repeat-x 50% 0;
  box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 36px;
  line-height: 120px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  color: #332d21;
  font-weight: bold;
}
.m-bar-title:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -21px;
  width: 142px;
  height: 42px;
}

.m-bar-title--about:before {
  background-image: url(../images/about/icon_title.png);
}

.m-bar-title--shop:before {
  background-image: url(../images/shop/icon_title.png);
}

.m-bar-title--info:before {
  background-image: url(../images/info/icon_title.png);
}

.m-bar-title--faq:before {
  background-image: url(../images/faq/icon_title.png);
}

.m-bar-title--recruit:before {
  background-image: url(../images/recruit/icon_title.png);
}

.m-bar-title--fc:before {
  background-image: url(../images/fc/icon_title.png);
}

.m-bar-title--contact:before {
  background-image: url(../images/contact/icon_title.png);
}

.m-bar-title-s {
  padding: 10px 20px;
  background: url(../images/common/bg_wood.jpg) repeat-x 50% 0;
}
.m-bar-title-s > img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
.m-bar-title-s > span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
}

.m-title {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #332d21;
  line-height: 1.5;
}

.m-title-bor {
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
  font-size: 30px;
}
.m-title-bor--s {
  font-size: 24px;
}

/* category nav */
.m-cat {
  padding: 15px 20px;
  background-color: #ebe7e5;
}

.m-cat__list {
  font-size: 0;
}

.m-cat__list__item {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  border-left: solid 1px #000;
  font-size: 14px;
}
.m-cat__list__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.m-cat__list__item a {
  font-weight: bold;
}
.m-cat__list__item a:hover {
  text-decoration: underline;
}

/* pager */
.m-pager {
  *zoom: 1;
}
.m-pager:after {
  content: "";
  display: table;
  clear: both;
}

.m-pager-item--l {
  float: left;
}

.m-pager-item--r {
  float: right;
}

/* table */
.m-tbl {
  width: 100%;
}
.m-tbl thead th {
  padding-left: 15px;
  background-color: #7c5f4e;
  color: #fff;
  line-height: 1.875;
  text-align: left;
}
.m-tbl tbody th, .m-tbl tbody td {
  padding: 15px;
  border-bottom: dotted 1px #000;
  line-height: 1.875;
  font-size: 14px;
}
.m-tbl tbody th {
  text-align: left;
}

.m-tbl__w25p {
  width: 25%;
}

.m-tbl__w35p {
  width: 35%;
}

.m-tbl__w40p {
  width: 40%;
}

.m-tbl__w50p {
  width: 50%;
}

/* form */
button {
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.m-input-text,
.m-textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: solid 1px #ccc;
  border-radius: 3px;
  width: 90%;
  padding: 10px;
  background-color: #f7f7f7;
  outline: none;
  font-size: 14px;
}
.m-input-text:focus,
.m-textarea:focus {
  background-color: #fff;
}

.m-textarea {
  height: 230px;
}

.m-input-text--s {
  width: 70%;
}

.m-input-text--xs {
  width: 35%;
  margin-right: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
  outline: none;
  vertical-align: middle;
}

.m-select-box {
  position: relative;
  overflow: hidden;
  width: 50%;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.m-select-box:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../images/contact/icon_ar_b-wh.png) #ccc no-repeat 50% 50%;
}
.m-select-box select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 130%;
  border-radius: 0;
  padding: 10px 15px;
  background-color: #f7f7f7;
  border: none;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  line-height: 1;
}

.m-select-box--s {
  display: inline-block;
  width: 20%;
  margin-right: 10px;
  vertical-align: top;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
リセット追加
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

* {
  box-sizing: border-box;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.231;
  font-size: 16px;
  color: #000;
}

#l-wrapper {
  min-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/common/bg_body.jpg);
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #27211f;
}

.l-container {
  *zoom: 1;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 80px;
}
.l-container:after {
  content: "";
  display: table;
  clear: both;
}

.l-container__right {
  float: right;
  width: 920px;
}

.l-container__left {
  float: left;
  width: 164px;
}

/* header */
.l-header {
  height: 82px;
  background: url(../images/common/bg_wood.jpg) repeat-x 50% 0;
  border-bottom: solid 2px #080103;
  color: #fff;
}

.l-header__inner {
  display: table;
  height: 80px;
}

.l-header__logo {
  display: table-cell;
  vertical-align: middle;
  width: 204px;
  background: url(../images/common/logo.png) no-repeat 50% 50%;
  text-indent: -9998em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__logo:hover {
  opacity: 0.7;
  text-decoration: none;
}

.l-header__title {
  display: table-cell;
  padding-left: 45px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px 0 #362a23;
}

.l-header__btn {
  display: table-cell;
  width: 260px;
  vertical-align: middle;
  text-align: right;
}
.l-header__btn img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__btn img:hover {
  opacity: 0.7;
  text-decoration: none;
}

.l-header__btn-sp {
  display: none;
}

/* global-nav */
.m-global-nav-btn-sp {
  display: none;
}

.m-global-nav__item {
  margin-bottom: 4px;
}
.m-global-nav__item a {
  position: relative;
  display: block;
  width: 164px;
  height: 48px;
  text-indent: -9998em;
}
.m-global-nav__item a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.m-global-nav__item a:hover:after {
  opacity: 1;
}

.m-global-nav__item--about a {
  background-image: url(../images/common/nav_01_off.png);
}
.m-global-nav__item--about a:after {
  background-image: url(../images/common/nav_01_on.png);
}

.m-global-nav__item--shop a {
  background-image: url(../images/common/nav_02_off.png);
}
.m-global-nav__item--shop a:after {
  background-image: url(../images/common/nav_02_on.png);
}

.m-global-nav__item--info a {
  background-image: url(../images/common/nav_03_off.png);
}
.m-global-nav__item--info a:after {
  background-image: url(../images/common/nav_03_on.png);
}

.m-global-nav__item--faq a {
  background-image: url(../images/common/nav_04_off.png);
}
.m-global-nav__item--faq a:after {
  background-image: url(../images/common/nav_04_on.png);
}

.m-global-nav__item--recruit a {
  background-image: url(../images/common/nav_05_off.png);
}
.m-global-nav__item--recruit a:after {
  background-image: url(../images/common/nav_05_on.png);
}

.m-global-nav__item--fc a {
  background-image: url(../images/common/nav_06_off.png);
}
.m-global-nav__item--fc a:after {
  background-image: url(../images/common/nav_06_on.png);
}

.m-global-nav__item--contact a {
  background-image: url(../images/common/nav_07_off.png);
}
.m-global-nav__item--contact a:after {
  background-image: url(../images/common/nav_07_on.png);
}

.t-about .m-global-nav__item--about a:after,
.t-shop .m-global-nav__item--shop a:after,
.t-info .m-global-nav__item--info a:after,
.t-faq .m-global-nav__item--faq a:after,
.t-recruit .m-global-nav__item--recruit a:after,
.t-fc .m-global-nav__item--fc a:after,
.t-contact .m-global-nav__item--contact a:after {
  opacity: 1;
}

/* footer */
.l-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/common/bg_wood.jpg) repeat-x 50% 0;
  border-top: solid 2px #080103;
  color: #fff;
}
.l-footer a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
.l-footer a:hover {
  color: #eada29;
}

.l-footer__nav {
  text-align: center;
  font-size: 0;
}

.l-footer__nav__item {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  border-left: solid 1px #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #362a23;
}
.l-footer__nav__item:first-child {
  border-left: 0;
}

.l-footer__cr {
  display: block;
  height: 12px;
  margin-top: 20px;
  background: url(../images/common/txt_copyright.png) no-repeat 50% 0;
  text-indent: -9998em;
}

.m-btn-pagetop {
  position: absolute;
  top: -52px;
  right: 0;
}
.m-btn-pagetop a {
  position: relative;
  display: block;
  width: 120px;
  height: 30px;
  text-indent: -9998em;
  background: url(../images/common/btn_pt_off.png);
}
.m-btn-pagetop a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../images/common/btn_pt_on.png);
}
.m-btn-pagetop a:hover:after {
  opacity: 1;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
トップページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.l-grid {
  *zoom: 1;
}
.l-grid:after {
  content: "";
  display: table;
  clear: both;
}

.l-grid__item {
  width: 300px;
  height: 260px;
  margin-top: 10px;
  overflow: hidden;
}

.m-index-mv {
  *zoom: 1;
  position: relative;
  width: 100%;
  height: 400px;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
}
.m-index-mv:after {
  content: "";
  display: table;
  clear: both;
}

.m-index-mv__item {
  float: left;
}

.slick-dots {
  position: absolute;
  left: 30px;
  top: 30px;
  text-align: center;
  font-size: 0;
  z-index: 3;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-dots li button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background-color: #df6a25;
}

.m-index-info {
  height: 260px;
  background-color: #fff;
}

.m-index-info__list {
  padding: 10px 20px;
}

.m-index-info__list__item {
  padding: 5px 0;
  border-bottom: dotted 1px #000;
}
.m-index-info__list__item a:hover {
  color: #df6a25;
}
.m-index-info__list__item a {
  position: relative;
  display: block;
  padding-right: 1em;
  height: 22.5px;
  overflow: hidden;
}
.m-index-info__list__item a:after, .m-index-info__list__item a:before {
  position: absolute;
  background-color: #fff;
}
.m-index-info__list__item a:before {
  content: "...";
  right: 0;
  top: 0;
}
.m-index-info__list__item a:after {
  content: "";
  height: 100%;
  width: 100%;
}

.m-index-info__btn-sp {
  display: none;
}

.m-index-info-pickup {
  position: relative;
}
.m-index-info-pickup:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background-image: url(../images/index/icon_new.png);
}

.m-index-info-pickup__text {
  padding: 10px 55px 0 15px;
  line-height: 1.5;
}
.m-index-info-pickup__text span {
  position: relative;
  display: block;
  padding-right: 1em;
  height: 24px;
  overflow: hidden;
}
.m-index-info-pickup__text span:after, .m-index-info-pickup__text span:before {
  position: absolute;
  background-color: #fff;
}
.m-index-info-pickup__text span:before {
  content: "...";
  right: 0;
  top: 0;
}
.m-index-info-pickup__text span:after {
  content: "";
  height: 100%;
  width: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
トップページ（アニメーション）
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@-webkit-keyframes indexAnimeMv {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes indexAnimeMv {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes indexAnimeGrid {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(260px) scale(0);
            transform: translateY(260px) scale(0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(260px) scale(0);
            transform: translateY(260px) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
@keyframes indexAnimeGrid {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(260px) scale(0);
            transform: translateY(260px) scale(0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(260px) scale(0);
            transform: translateY(260px) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
@media screen and (min-width: 768px) {
  .cssanimations .m-index-mv {
    opacity: 0;
  }
  .cssanimations .m-index-mv.is-on {
    -webkit-animation-name: indexAnimeMv;
            animation-name: indexAnimeMv;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .cssanimations .l-grid__item {
    opacity: 0;
    -webkit-transform: translateY(260px) scale(0);
            transform: translateY(260px) scale(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .cssanimations .l-grid__item.is-on {
    -webkit-animation-name: indexAnimeGrid;
            animation-name: indexAnimeGrid;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
クイックカットBBとは
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-icon-num {
  position: relative;
  margin-top: 10px;
  padding-left: 46px;
}
.m-icon-num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  text-align: center;
}

.m-icon-num--1:before {
  background-image: url(../images/about/icon_flow_01.png);
}

.m-icon-num--2:before {
  background-image: url(../images/about/icon_flow_02.png);
}

.m-icon-num--3:before {
  background-image: url(../images/about/icon_flow_03.png);
}

.m-icon-ar-b {
  position: relative;
  margin-bottom: 40px;
}
.m-icon-ar-b:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  margin-left: -24px;
  border-top: solid 18px #000;
  border-left: solid 24px transparent;
  border-right: solid 24px transparent;
}

.m-icon-step {
  position: relative;
}
.m-icon-step:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 10px;
  width: 80px;
  height: 34px;
  background-image: url(../images/about/icon_step.png);
}

.m-icon-step--1:before {
  background-position: 0 0;
}

.m-icon-step--2:before {
  background-position: -80px 0;
}

.m-icon-step--3:before {
  background-position: -160px 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
店舗を探す
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* index */
.m-shop-index {
  background-image: url(../images/shop/bg_texture.jpg);
}

.m-shop-index__bg {
  position: relative;
  height: 800px;
  padding: 30px 20px;
  background: url(../images/shop/img_map.png) no-repeat 70px 50px;
}

.m-shop-index__title {
  margin-left: 20px;
  font-size: 32px;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}

.m-shop-index__btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.m-shop-index__area {
  position: absolute;
  width: 250px;
}

.m-shop-index__area--1 {
  right: 20px;
  top: 140px;
}

.m-shop-index__area--2 {
  right: 20px;
  top: 470px;
}

.m-shop-index__area--3 {
  left: 285px;
  top: 150px;
}

.m-shop-index__area--4 {
  left: 285px;
  top: 520px;
}

.m-shop-index__area--5 {
  left: 20px;
  top: 250px;
}

.m-shop-index__area--6 {
  left: 20px;
  top: 570px;
}

.m-shop-index__area__title {
  background-color: #7c5f4e;
  color: #fff;
  text-align: center;
}

.m-shop-index__area__list {
  *zoom: 1;
  padding: 10px 0px 10px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.m-shop-index__area__list:after {
  content: "";
  display: table;
  clear: both;
}

.m-shop-index__area__list__item {
  float: left;
  width: 50%;
}
.m-shop-index__area__list__item a:hover {
  text-decoration: underline;
}

/* detail */
.m-shop-detail-list {
  margin-top: 10px;
}

.m-shop-detail-list__title {
  display: inline-block;
  min-width: 120px;
  padding: 0 20px;
  background-color: #7c5f4e;
  color: #fff;
  font-weight: bold;
}

.m-shop-gmap {
  width: 100%;
  height: 410px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
お知らせ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-info-detail {
  margin-bottom: 40px;
  padding: 20px 30px;
  border: solid 1px #000;
}

.m-info-detail__header {
  padding-bottom: 10px;
  border-bottom: solid 2px #000;
}

.m-info-detail__header-in {
  *zoom: 1;
  margin-bottom: 10px;
}
.m-info-detail__header-in:after {
  content: "";
  display: table;
  clear: both;
}

.m-info-detail__header__date {
  float: left;
  margin-right: 10px;
  display: block;
  font-size: 14px;
  line-height: 1.875;
}

.m-info-detail__header__title {
  font-size: 24px;
  line-height: 1.5;
}
.m-info-detail__header__title a:hover {
  color: #df6a25;
  text-decoration: underline;
}

.m-info-detail__body__cat {
  float: left;
  *zoom: 1;
}
.m-info-detail__body__cat:after {
  content: "";
  display: table;
  clear: both;
}

.m-info-detail__body__cat__item {
  float: left;
  margin-left: 8px;
}
.m-info-detail__body__cat__item a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #df6a25;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.m-info-detail__body {
  margin: 30px 20px 0;
  line-height: 1.875;
}
.m-info-detail__body a {
  text-decoration: underline;
  color: #df6a25;
}
.m-info-detail__body a:hover {
  text-decoration: none;
}
.m-info-detail__body h1, .m-info-detail__body h2, .m-info-detail__body h3, .m-info-detail__body h4, .m-info-detail__body h5, .m-info-detail__body h6 {
  margin-bottom: 20px;
  line-height: 1.5;
}
.m-info-detail__body h1 {
  font-size: 28px;
}
.m-info-detail__body h2 {
  font-size: 26px;
}
.m-info-detail__body h3 {
  font-size: 24px;
}
.m-info-detail__body h4 {
  font-size: 22px;
}
.m-info-detail__body h5 {
  font-size: 20px;
}
.m-info-detail__body h6 {
  font-size: 18px;
}
.m-info-detail__body hr {
  height: 1px;
  background-color: #000;
  border: 0;
  margin-bottom: 2em;
}
.m-info-detail__body p {
  *zoom: 1;
  margin-bottom: 2em;
}
.m-info-detail__body p:after {
  content: "";
  display: table;
  clear: both;
}
.m-info-detail__body ul, .m-info-detail__body ol {
  margin-bottom: 2em;
}
.m-info-detail__body ol li {
  list-style-type: decimal;
  margin-left: 2em;
}
.m-info-detail__body ul li {
  list-style-type: disc;
  margin-left: 2em;
}
.m-info-detail__body img {
  max-width: 100%;
  height: auto;
}
.m-info-detail__body img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 1em;
}
.m-info-detail__body img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 1em;
}
.m-info-detail__body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
よくある質問
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-box-faq {
  margin-bottom: 20px;
  border: solid 2px #000;
}
.m-box-faq:nth-last-of-type(1) {
  margin-bottom: 0;
}

.m-box-faq__title {
  position: relative;
  padding: 15px 20px 15px 70px;
  background-color: #df6a25;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(140, 47, 7, 0.7);
  font-size: 24px;
  font-weight: bold;
}

.m-box-faq__text {
  position: relative;
  padding: 15px 20px 15px 70px;
}

.m-box-faq__title:before,
.m-box-faq__text:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
  width: 30px;
  height: 30px;
  background-image: url(../images/faq/icon_qa.png);
}

.m-box-faq__text:before {
  background-position: -30px 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
採用情報
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-recruit-cat {
  *zoom: 1;
}
.m-recruit-cat:after {
  content: "";
  display: table;
  clear: both;
}

.m-recruit-cat__item {
  float: left;
  margin-right: 8px;
  padding: 5px 10px;
  background-color: #df6a25;
  color: #fff;
  font-size: 14px;
  line-height: 1.231;
}

.m-recruit-cat__item--hurry {
  background-color: #d02402;
}

.m-recruit-cat__item--staff {
  background-color: #4091c5;
}

.m-recruit-detail-tbl {
  width: 100%;
}
.m-recruit-detail-tbl th, .m-recruit-detail-tbl td {
  padding: 15px 20px;
  border: solid 1px #ccc;
  vertical-align: middle;
}
.m-recruit-detail-tbl th {
  width: 180px;
  background-color: #ebebeb;
  text-align: left;
}

.m-recruit-area {
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #ebe7e6;
  font-size: 14px;
}
.m-recruit-area > * {
  display: inline-block;
  vertical-align: middle;
}
.m-recruit-area span {
  margin-right: 1em;
}

.m-recruit-remarks {
  margin-bottom: 20px;
  font-size: 14px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-fc-column {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.m-fc-column:after {
  content: "";
  display: table;
  clear: both;
}

.m-fc-column__item {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.m-fc-column__item--w {
  width: auto;
}

.m-tbl-fc-title {
  padding: 10px;
  background-color: #df6a25;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.m-tbl-fc {
  width: 100%;
}
.m-tbl-fc th, .m-tbl-fc td {
  white-space: nowrap;
  padding: 0 15px;
  border: solid 1px #000;
}
.m-tbl-fc thead th {
  background-color: #f5d2bd;
}
.m-tbl-fc tbody th {
  font-weight: normal;
  text-align: left;
}
.m-tbl-fc tbody td {
  text-align: right;
}
.m-tbl-fc tfoot th, .m-tbl-fc tfoot td {
  background-color: #eca67c;
}
.m-tbl-fc tfoot th {
  font-weight: normal;
  text-align: left;
}
.m-tbl-fc tfoot td {
  text-align: right;
  font-weight: bold;
}

.m-fc-box {
  margin-bottom: 20px;
  border: solid 2px #000;
}

.m-fc-box__title {
  padding: 5px;
  background-color: #df6a25;
  text-align: center;
  color: #fff;
}

.m-fc-box__title--gy {
  background-color: #97938c;
}

.m-fc-box__text {
  padding: 15px;
}

.m-fc-location {
  *zoom: 1;
  margin-top: -30px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}
.m-fc-location:after {
  content: "";
  display: table;
  clear: both;
}

.m-fc-location__item {
  float: left;
  width: 33.3%;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.m-fc-location__item__text {
  margin-top: 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}
.m-fc-location__item__text > span {
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 12px;
}

.m-fc-case-column {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.m-fc-case-column:after {
  content: "";
  display: table;
  clear: both;
}

.m-fc-case-column__item {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.m-fc-case-column__item__image {
  position: relative;
}
.m-fc-case-column__item__image:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -4px;
  width: 90px;
  height: 34px;
  background-image: url(../images/fc/icon_beforeafter.png);
}

.m-fc-case-column__item__text {
  margin-top: 10px;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

.m-fc-case-column__item--after .m-fc-case-column__item__image:before {
  width: 80px;
  background-position: -90px 0;
}
.m-fc-case-column__item--after .m-fc-case-column__item__image:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: -42px;
  width: 24px;
  height: 60px;
  background-image: url(../images/fc/icon_ar_r.png);
}
.m-fc-case-column__item--after .m-fc-case-column__item__text {
  color: #df6a25;
}

.m-fc-nav {
  text-align: center;
  font-size: 0;
}

.m-fc-nav__item {
  display: inline-block;
  width: 300px;
  margin-left: 30px;
  margin-right: 30px;
  vertical-align: top;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
お問い合わせ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-contact-list {
  display: table;
  width: 100%;
  border-top: dotted 1px #000;
}
.m-contact-list:nth-last-of-type(1) {
  border-bottom: dotted 1px #000;
}

.m-contact-list__title,
.m-contact-list__text {
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

.m-contact-list__title {
  width: 260px;
  padding-left: 20px;
}

.m-contact-list__text {
  font-size: 14px;
}

.m-btn-postcode {
  vertical-align: middle;
}

.m-contact-btn-list {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}

.m-contact-btn-list__item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  モジュール
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* text */
  .m-text {
    font-size: 1.4rem;
  }

  .m-text-xs {
    font-size: 1.0rem;
  }

  .m-text-s {
    font-size: 1.2rem;
  }

  .m-text-l {
    font-size: 1.6rem;
  }

  .m-text-xl {
    font-size: 1.8rem;
  }

  /* margin */
  .m-mb-xs {
    margin-bottom: 10px;
  }

  .m-mb-s {
    margin-bottom: 10px;
  }

  .m-mb {
    margin-bottom: 20px;
  }

  .m-mb-l {
    margin-bottom: 30px;
  }

  .m-mb-xl {
    margin-bottom: 40px;
  }

  /* effect */
  .m-radius {
    border-radius: 2.5px;
  }

  .m-bnr-icon-ar {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .m-bnr-icon-ar:hover {
    opacity: 1;
  }
  .m-bnr-icon-ar:after {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }

  /* layout */
  .l-inner {
    width: auto;
  }

  .l-inner-s {
    padding-left: 0;
    padding-right: 0;
  }

  .l-box__inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .m-column__fl {
    float: none;
    margin-bottom: 10px;
  }
  .m-column__fl > img {
    width: 100%;
  }

  .m-column__fl--l {
    margin-right: 0;
  }

  .m-column__fl--r {
    float: none;
    margin-left: 0;
  }

  /* breadcrumb */
  .m-breadcrumb {
    margin: 0 10px 20px;
    padding-top: 10px;
  }

  .m-breadcrumb__item {
    font-size: 1rem;
  }
  .m-breadcrumb__item:after {
    font-size: 1rem;
  }

  /* title */
  .m-bar-title {
    padding-left: 90px;
    height: 60px;
    background-size: auto 60px;
    font-size: 1.6rem;
    line-height: 60px;
    letter-spacing: -0.05em;
  }
  .m-bar-title:before {
    left: 10px;
    margin-top: -10.5px;
    width: 71px;
    height: 21px;
    background-size: 100%;
  }

  .m-bar-title-s {
    padding: 10px;
    background-size: 118px auto;
  }
  .m-bar-title-s > img {
    display: block;
    margin-bottom: 5px;
    width: auto;
    height: 15px;
  }
  .m-bar-title-s > span {
    font-size: 1.4rem;
  }

  .m-title {
    font-size: 2rem;
  }
  .m-title br {
    display: none;
  }

  .m-br-sp {
    display: block;
  }

  .m-nobr-sp {
    display: none;
  }

  .m-title-bor {
    padding-bottom: 5px;
    border-bottom-width: 1px;
    font-size: 1.8rem;
  }
  .m-title-bor--s {
    font-size: 1.4rem;
  }

  /* category nav */
  .m-cat {
    padding: 10px 15px;
  }

  .m-cat__list__item {
    font-size: 1rem;
  }

  /* pager */
  .m-pager-item--l {
    float: left;
  }

  .m-pager-item--r {
    float: right;
  }

  /* table */
  .m-tbl {
    display: block;
    border-top: dotted 1px #000;
  }
  .m-tbl tr {
    display: block;
    padding: 10px 0;
    border-bottom: dotted 1px #000;
  }
  .m-tbl thead {
    display: none;
  }
  .m-tbl tbody {
    display: block;
  }
  .m-tbl tbody th, .m-tbl tbody td {
    display: block;
    padding: 0;
    border-bottom: 0;
    font-size: 1.2rem;
  }
  .m-tbl tbody th {
    margin-bottom: 5px;
  }

  .m-tbl__w25p {
    width: auto;
  }

  .m-tbl__w35p {
    width: auto;
  }

  .m-tbl__w40p {
    width: auto;
  }

  .m-tbl__w50p {
    width: auto;
  }

  /* form */
  .m-input-text,
  .m-textarea {
    width: 100%;
    font-size: 1.4rem;
  }

  .m-textarea {
    height: 120px;
  }

  .m-input-text--s {
    width: 100%;
  }

  .m-input-text--xs {
    width: 35%;
    margin-right: 10px;
  }

  .m-select-box {
    width: 100%;
  }
  .m-select-box:after {
    background-size: 10px;
  }
  .m-select-box select {
    padding: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  　reset
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: none !important;
    transition: none !important;
  }
  a:hover {
    opacity: 1 !important;
  }

  /* android font-size fix */
  li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
    max-height: 100%;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  base
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }

  body {
    font-size: 1.4rem;
  }

  #l-wrapper {
    min-width: 320px;
    overflow: hidden;
    background-image: none;
  }

  .l-container {
    position: relative;
    width: auto;
    padding: 8px 8px 50px;
  }

  .l-container__right {
    float: none;
    width: auto;
  }

  .l-container__left {
    float: none;
    width: auto;
  }

  /* header */
  .l-header {
    height: 62px;
    background-size: 118px auto;
  }

  .l-header__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 8px;
    padding-left: 10px;
  }

  .l-header__logo {
    display: block;
    width: 152px;
    height: 31px;
    margin-bottom: 4px;
    background: url(../images/common/logo_sp.png) no-repeat 50% 50%;
    background-size: 100%;
  }

  .l-header__title {
    display: block;
    padding-left: 0px;
    font-weight: normal;
    font-size: 10px;
  }

  .l-header__btn {
    display: none;
  }

  .l-header__btn-sp {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/common/btn_menu_sp.png);
    background-size: auto 100%;
    text-indent: -9998em;
  }
  .l-header__btn-sp.is-on {
    background-position: -30px 0;
  }

  /* global-nav */
  #is-global-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #000;
    padding: 10px;
  }
  #is-global-nav.is-on {
    display: block;
  }

  .m-global-nav-btn-sp {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .m-global-nav-btn-sp a {
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    border: solid 2px #fff;
    color: #fff;
  }
  .m-global-nav-btn-sp a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    background-image: url(../images/common/icon_nav_sp.png);
    background-size: auto 25px;
    background-position: -175px 0;
  }

  .m-global-nav__item {
    margin-bottom: 5px;
  }
  .m-global-nav__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    line-height: 36px;
    background-color: #703513;
    background-image: none !important;
    border: solid 2px #fff;
    text-indent: 0;
    color: #fff;
    font-weight: bold;
  }
  .m-global-nav__item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 100%;
    border-right: solid 2px #fff;
    background-image: url(../images/common/icon_nav_sp.png);
    background-color: #000;
    background-size: auto 25px;
    background-repeat: no-repeat;
  }
  .m-global-nav__item a:after {
    -webkit-transition: 0s;
    transition: 0s;
    top: auto;
    left: auto;
    right: 2px;
    bottom: 0px;
    width: auto;
    height: auto;
    opacity: 1;
    background-image: none !important;
    border-left: solid 5px #fff;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .m-global-nav__item--about a:before {
    background-position: 0 50%;
  }

  .m-global-nav__item--shop a:before {
    background-position: -25px 50%;
  }

  .m-global-nav__item--info a:before {
    background-position: -50px 50%;
  }

  .m-global-nav__item--faq a:before {
    background-position: -75px 50%;
  }

  .m-global-nav__item--recruit a:before {
    background-position: -100px 50%;
  }

  .m-global-nav__item--fc a:before {
    background-position: -125px 50%;
  }

  .m-global-nav__item--contact a:before {
    background-position: -150px 50%;
  }

  /* footer */
  .l-footer {
    padding: 5px 10px 20px;
    background: #422d22;
  }

  .l-footer__nav {
    text-align: left;
  }

  .l-footer__nav__item {
    display: block;
    padding: 0;
    border-left: 0;
    border-bottom: solid 1px #7b6c65;
    font-size: 1.2rem;
    text-shadow: none;
  }
  .l-footer__nav__item a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 36px;
  }
  .l-footer__nav__item a:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    background-image: url(../images/common/icon_ar_r-bk.png);
    background-size: 16px;
  }
  .l-footer__nav__item a:hover {
    color: #fff;
  }

  .l-footer__cr {
    display: block;
    margin-top: 20px;
    height: 10px;
    background: url(../images/common/txt_copyright_sp.png) no-repeat 50% 0;
    background-size: auto 10px;
  }

  .m-btn-pagetop {
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
  }
  .m-btn-pagetop a {
    margin-left: auto;
    margin-right: auto;
    background: url(../images/common/btn_pt_off_sp.png);
    background-size: 100%;
  }
  .m-btn-pagetop a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  トップページ
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .l-grid {
    margin-left: -5px;
    margin-right: -5px;
  }

  .l-grid__item {
    float: left;
    width: 50%;
    height: auto;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-grid__item:nth-of-type(1) {
    width: 100%;
  }
  .l-grid__item .m-bnr-icon-ar > img {
    width: 100%;
  }
  .l-grid__item .m-index-info-pickup__image > img {
    width: 100%;
  }

  .m-index-mv {
    width: 100%;
    height: auto;
    padding: 5px;
  }

  .slick-dots {
    left: 15px;
    top: 15px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 5px;
    height: 5px;
  }

  .m-index-info {
    height: auto;
    padding-bottom: 15px;
  }

  .m-index-info__list {
    padding: 0 10px;
  }

  .m-index-info__list__item {
    padding: 10px 0;
  }
  .m-index-info__list__item a:hover {
    color: #000;
  }
  .m-index-info__list__item a {
    height: 18.75px;
  }

  .m-index-info__btn-sp {
    display: block;
    margin-top: 15px;
    text-align: center;
  }

  .m-index-info-pickup:before {
    width: 32px;
    height: 32px;
    background-size: 100%;
  }

  .m-index-info-pickup__text {
    padding: 5px 25px 0 10px;
    font-size: 1rem;
  }
  .m-index-info-pickup__text span {
    height: 15px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  クイックカットBBとは
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-icon-num {
    padding-left: 28px;
  }
  .m-icon-num:before {
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-size: 100%;
  }

  .m-icon-step:before {
    left: -2px;
    top: 5px;
    width: 40px;
    height: 17px;
    background-size: auto 100%;
  }

  .m-icon-step--2:before {
    background-position: -40px 0;
  }

  .m-icon-step--3:before {
    background-position: -80px 0;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  店舗を探す
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* index */
  .m-shop-index {
    background-size: 75px;
  }

  .m-shop-index__bg {
    height: auto;
    padding: 15px;
    background: none;
  }

  .m-shop-index__title {
    margin-left: 0;
    font-size: 2rem;
  }

  .m-shop-index__btn {
    position: static;
    right: auto;
    bottom: auto;
    text-align: center;
  }

  .m-shop-index__area {
    position: static;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .m-shop-index__area--1,
  .m-shop-index__area--2,
  .m-shop-index__area--3,
  .m-shop-index__area--4,
  .m-shop-index__area--5,
  .m-shop-index__area--6 {
    right: auto;
    left: auto;
    top: auto;
  }

  .m-shop-index__area__list {
    padding: 10px 15px;
  }

  /* detail */
  .m-shop-detail-list {
    margin-top: 10px;
  }

  .m-shop-detail-list__title {
    min-width: inherit;
    padding: 0 15px;
  }

  .m-shop-gmap {
    position: relative;
    width: 100%;
    padding-top: 50%;
    height: auto;
  }
  .m-shop-gmap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .m-shop-iframe {
    height: 100vw;
  }


  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  お知らせ
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-info-detail {
    margin-bottom: 15px;
    padding: 10px 15px;
  }

  .m-info-detail__header {
    padding-bottom: 5px;
    border-bottom-width: 2px;
  }

  .m-info-detail__header__date {
    float: none;
    margin-right: 0;
    font-size: 1rem;
  }

  .m-info-detail__header__title {
    font-size: 1.8rem;
  }

  .m-info-detail__body__cat {
    float: none;
  }

  .m-info-detail__body__cat__item {
    float: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 8px;
  }
  .m-info-detail__body__cat__item a {
    font-size: 1rem;
  }

  .m-info-detail__body {
    margin: 15px 0 0;
  }
  .m-info-detail__body h1, .m-info-detail__body h2, .m-info-detail__body h3, .m-info-detail__body h4, .m-info-detail__body h5, .m-info-detail__body h6 {
    margin-bottom: 10px;
  }
  .m-info-detail__body h1 {
    font-size: 2.4rem;
  }
  .m-info-detail__body h2 {
    font-size: 2.2rem;
  }
  .m-info-detail__body h3 {
    font-size: 2.0rem;
  }
  .m-info-detail__body h4 {
    font-size: 1.8rem;
  }
  .m-info-detail__body h5 {
    font-size: 1.6rem;
  }
  .m-info-detail__body h6 {
    font-size: 1.4rem;
  }
  .m-info-detail__body hr {
    margin-bottom: 1em;
  }
  .m-info-detail__body p {
    *zoom: 1;
    margin-bottom: 1em;
  }
  .m-info-detail__body p:after {
    content: "";
    display: table;
    clear: both;
  }
  .m-info-detail__body ul, .m-info-detail__body ol {
    margin-bottom: 1em;
  }
  .m-info-detail__body img.alignleft, .m-info-detail__body img.alignright, .m-info-detail__body img.aligncenter {
    float: none;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  よくある質問
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-box-faq {
    margin-bottom: 15px;
    border: solid 1px #000;
  }

  .m-box-faq__title {
    position: relative;
    padding: 10px 15px 10px 40px;
    font-size: 1.8rem;
  }

  .m-box-faq__text {
    position: relative;
    padding: 10px 15px 10px 40px;
  }

  .m-box-faq__title:before,
  .m-box-faq__text:before {
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-size: auto 100%;
  }

  .m-box-faq__text:before {
    background-position: -20px 0;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  採用情報
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-recruit-cat__item {
    font-size: 1rem;
  }

  .m-recruit-detail-tbl {
    display: block;
    border: solid 1px #ccc;
    border-bottom: 0;
  }
  .m-recruit-detail-tbl tbody {
    display: block;
  }
  .m-recruit-detail-tbl tr {
    display: block;
    border-bottom: solid 1px #ccc;
  }
  .m-recruit-detail-tbl th, .m-recruit-detail-tbl td {
    display: block;
    padding: 10px;
    border: 0;
    vertical-align: middle;
  }
  .m-recruit-detail-tbl th {
    width: auto;
    border-bottom: solid 1px #ccc;
  }

  .m-recruit-area {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 1.2rem;
  }
  .m-recruit-area > * {
    display: block;
  }
  .m-recruit-area span {
    margin-right: 0;
    margin-bottom: .75em;
  }
  .m-recruit-area select {
    width: 100%;
  }

  .m-recruit-remarks {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  FC
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-fc-column {
    *zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-fc-column:after {
    content: "";
    display: table;
    clear: both;
  }

  .m-fc-column__item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .m-fc-column__item--w-sp {
    width: 100%;
  }

  .m-fc-column__item--w-sp + .m-fc-column__item--w-sp {
    margin-top: 15px;
  }

  .m-tbl-fc-title {
    padding: 10px;
    font-size: 1.6rem;
  }

  .m-tbl-fc th, .m-tbl-fc td {
    padding: 0 10px;
  }
  .m-tbl-fc th {
    white-space: normal;
  }

  .m-fc-box {
    margin-bottom: 0;
    border: solid 1px #000;
  }

  .m-fc-box__title--gy {
    background-color: #97938c;
  }

  .m-fc-box__text {
    padding: 10px;
  }

  .m-fc-location {
    *zoom: 1;
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
  }
  .m-fc-location:after {
    content: "";
    display: table;
    clear: both;
  }

  .m-fc-location__item {
    float: left;
    width: 50%;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .m-fc-location__item__text {
    margin-top: 5px;
  }

  .m-fc-case-column {
    margin-left: -5px;
    margin-right: -5px;
  }

  .m-fc-case-column__item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .m-fc-case-column__item__image {
    position: relative;
  }
  .m-fc-case-column__item__image:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    width: 45px;
    height: 17px;
    background-size: auto 100%;
  }

  .m-fc-case-column__item--after .m-fc-case-column__item__image:before {
    width: 40px;
    background-position: -45px 0;
  }
  .m-fc-case-column__item--after .m-fc-case-column__item__image:after {
    display: none;
  }

  .m-fc-nav {
    *zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-fc-nav:after {
    content: "";
    display: table;
    clear: both;
  }

  .m-fc-nav__item {
    float: left;
    display: block;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  お問い合わせ
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-contact-list {
    display: block;
    padding: 15px 0;
  }

  .m-contact-list__title,
  .m-contact-list__text {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }

  .m-contact-list__title {
    width: auto;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .m-contact-list__text {
    font-size: 1.2rem;
  }

  .m-btn-postcode {
    max-width: 45%;
  }

  .m-contact-btn-list {
    margin-top: 0;
  }

  .m-contact-btn-list__item {
    display: block;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
