@charset "UTF-8";
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, table, th, td, caption, address, form, fieldset, textarea, option, object, code, pre, small, strong, legend {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  overflow-y: scroll;
}

img {
  max-width: 100%;
  height: auto;
  border: 0 none;
  vertical-align: top;
}

a {
  outline: none;
}

br {
  letter-spacing: 0;
}

input, textarea {
  border: none;
  padding: 1px;
}

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

table, th, td {
  border: medium none;
  text-align: left;
}

ol, ul, li {
  list-style: none;
}

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

/* --------------------
 clearfix
-------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* -----------------------------------
 margin/padding module
----------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

/* -----------------------------------
 width module
----------------------------------- */
.wi45p {
  width: 45% !important;
}

.wi50p {
  width: 50% !important;
}

.wi100p {
  width: 100% !important;
}

/* -----------------------------------
 float module
----------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

.fc {
  float: none;
  clear: both;
}

/* -----------------------------------
 display module
----------------------------------- */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
}

.none {
  display: none;
}

/* -----------------------------------
 text-align/vertical-align module
----------------------------------- */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

/* -----------------------------------
 font/text module
----------------------------------- */
.xsmall {
  font-size: 11px !important;
}

.small {
  font-size: 13px !important;
}

.medium {
  font-size: 14px !important;
}

.large {
  font-size: 16px !important;
}

.xlarge {
  font-size: 17px !important;
}

.xxlarge {
  font-size: 18px !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

/* -----------------------------------
 other module
----------------------------------- */
.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.word-break {
  word-break: break-all;
}

/* 
$var: #fff;
*/
/* for iOS3.2-6.1, Android2.1-4.3+ */
/* iOS7 */
/* iOS7 */
/* --------------------
 base
-------------------- */
body {
  font-family: Roboto, "Droid Snas", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #2c2416;
  position: relative;
  margin: 0 auto;
  background-color: #f6f2ed;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

code, pre {
  font-family: inherit;
}

a {
  color: #4d0d00;
  text-decoration: underline;
}

/* --------------------
 icons sprites map
-------------------- */
/* --------------------
 header
-------------------- */
header a {
  display: block;
  width: 100%;
  height: 100%;
}

/* header_main */
.header_main {
  display: -webkit-box;
  display: box;
}

.header_main-logo,
.header_main-logo_login,
.header_main-logout {
  -webkit-box-flex: 1;
  box-flex: 1;
}

.header_main-logo {
  width: 50%;
  background-color: #000;
}

.header_main-logo_login {
  width: 75%;
  background-color: #000;
}

.header_main-begirner {
  width: 25%;
  background-color: #7c6a4f;
}

.header_main-logout,
.header_main-login {
  width: 25%;
  background-color: #8c1700;
}

/* header_sub */
.header_nav {
  background: #2d200b url(../img/bg_hd.png) no-repeat;
  background-size: 320px auto;
}
.header_nav img {
  margin: 0 4px 4px 0;
  vertical-align: middle;
}
.header_nav ul {
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
}
.header_nav li {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}
.header_nav li:first-child {
  background: url(../img/bg_hd_modifier.png) repeat-y right top;
}
.header_nav li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 4px 6px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

/* badge
-------------------- */
.badge-wrap {
  position: relative;
}

.badge_num {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 1px 6px;
  border-radius: 100px;
  background-color: #f4db81;
  box-shadow: 0px 0px 3px 1px rgba(44, 36, 22, 0.4);
  color: #2c2416;
  text-align: center;
}

/* --------------------
 header member
-------------------- */
/* header_main */
.header_main_member {
  display: -webkit-box;
  display: box;
  border-bottom: 2px solid #8c1700;
  background-color: #000;
}
.header_main_member > div {
  -webkit-box-flex: 1;
  box-flex: 1;
}

.header_main_member-ginsara,
.header_main_member-kamatora,
.header_main_member-spacer {
  -webkit-box-flex: 1;
  box-flex: 1;
}

.header_main_member-ginsara {
  width: 34.375%;
}

.header_main_member-kamatora {
  width: 26.875%;
}

.header_main_member-spacer {
  width: 40%;
}

/* --------------------
 header kamatora only
-------------------- */
/* header_main_kamatora_only */
.header_main_kamatora_only {
  display: -webkit-box;
  display: box;
  background-color: #000;
}
.header_main_kamatora_only > div {
  -webkit-box-flex: 1;
  box-flex: 1;
}

.header_main_ginsara_only-kamatora,
.header_main_ginsara_only-spacer {
  -webkit-box-flex: 1;
  box-flex: 1;
}

.header_main_ginsara_only-kamatora {
  width: 34.375%;
}

.header_main_ginsara_only-spacer {
  width: 65.625%;
}

/* --------------------
 content
-------------------- */
.content {
  overflow: hidden;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------
 footer
-------------------- */
footer {
  margin-top: 30px;
}
footer a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

.footer_tab {
  padding: 0 5px;
}

.footer_open,
.footer_close {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 63.6666%;
  margin: 0 auto;
  padding: 7px 10px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 17px;
  text-align: center;
}

.footer_open {
  background-color: #c0af91;
  background-image: url('../img/sprites/footer-sf6984e0a89.png');
  background-size: 16px 128px;
  background-position: right -77px;
  background-repeat: no-repeat;
}

.footer_close {
  background-color: #c0af91;
  background-image: url('../img/sprites/footer-sf6984e0a89.png');
  background-size: 16px 128px;
  background-position: right -50px;
  background-repeat: no-repeat;
}

.footer_wrap {
  padding: 0 5px 10px;
  background: #c0af91;
}
.footer_wrap .col-flex {
  display: -webkit-box;
  display: box;
  margin-top: 3px;
}
.footer_wrap .col-flex .col {
  -webkit-box-flex: 1;
  box-flex: 1;
  margin-right: 3px;
  width: 50%;
}
.footer_wrap .col-flex .col:last-child {
  margin-right: 0;
}
.footer_wrap .col-flex.col-1of3 {
  margin-top: 3px;
}
.footer_wrap .col-flex.col-1of3 .col {
  width: 33%;
  margin-right: 3px;
}

/* tools */
.footer_tools-main {
  padding-top: 10px;
}
.footer_tools-main > .col-2cols {
  margin-top: 0;
}

.btn-login .icon {
  padding: 3px 0 1px 18px;
  background-image: url('../img/sprites/footer-sf6984e0a89.png');
  background-size: 16px 128px;
  background-position: 0 -32px;
  background-repeat: no-repeat;
}

.btn-member .icon {
  padding: 4px 0 2px 18px;
  background-image: url('../img/sprites/footer-sf6984e0a89.png');
  background-size: 16px 128px;
  background-position: 0 2px;
  background-repeat: no-repeat;
}

/* tools-sub */
.footer_tools-sub {
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 11px;
}

.footer_tools-sub_wrap {
  display: -webkit-box;
  display: box;
}
.footer_tools-sub_wrap > div {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 1px;
  background-color: #7c6a4f;
  background-image: url('../img/sprites/footer-sf6984e0a89.png');
  background-size: 16px 128px;
  background-position: right -110px;
  background-repeat: no-repeat;
}
.footer_tools-sub_wrap > div:nth-child(odd) {
  margin-right: 1px;
}
.footer_tools-sub_wrap > div a {
  width: 100%;
  padding: 6px 16px 6px 10px;
}

.footer_info {
  margin-top: 10px;
}
.footer_info .col-2cols {
  margin-top: 3px;
}
.footer_info .col-2cols .col {
  margin-right: 3px;
}

.copyright {
  min-height: 23px;
  padding-top: 8px;
  background-color: #514736;
  font-size: 10px;
  color: #e0d5be;
  text-align: center;
}

/* --------------------
 status
-------------------- */
.is-hidden {
  display: none;
}

.is-error {
  color: #8c1700;
}
.is-error .is-error-icon {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/icn_attention.png) no-repeat left 2px;
  background-size: 17px auto;
}

/* --------------------
 module
-------------------- */
/* --------------------
index
    - icons sprites map
    - heading
    - unit
    - box
    - cols
    - button
    - icon
    - text
    - label
    - hr
    - form
 
    - menu lists
    - breadcrumb
    - modal      z-index: 1000;
    - calendar
    - nav_menu
    - pagetop    z-index: 1100;
-------------------- */
/* --------------------
 icons sprites map
-------------------- */
/* --------------------
 heading
-------------------- */
h1 {
  margin-bottom: 15px;
  padding: 5px 3px 5px 32px;
  background-color: #514736;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 5px -315px;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

.h1-pdct {
  display: -webkit-box;
  display: box;
}
.h1-pdct .h1-pdct_wrap {
  display: -webkit-box;
  display: box;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
}
.h1-pdct .h1-pdct_wrap .h1-pdct-id {
  min-width: 2em;
  margin-right: 4px;
  padding: 0 2px;
  background-color: #e0d5be;
  color: #514736;
  text-align: center;
}
.h1-pdct .h1-pdct-rank {
  display: -webkit-box;
  display: box;
  width: 45px;
  line-height: 0;
}

h2 {
  margin: 27px 5px 10px;
  padding-left: 23px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ba981d;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -269px;
  background-repeat: no-repeat;
  font-size: 18px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 white;
  line-height: 1.2;
}
h2.none_style {
  margin-top: 0;
  padding: 0;
  text-shadow: none;
  border: none;
  background: none;
}
.box h2 {
  margin-right: 0;
  margin-left: 0;
}
.col h2 {
  margin-top: 0;
}

h1 + h2,
.flow + h2 {
  margin-top: 15px;
}

.h2-home,
.h2-shop,
.h2-time,
.h2-postal,
.h2-gps {
  padding-left: 20px;
  color: #ba981d;
  text-shadow: 0 1px 0 #ba981d;
}

.h2-home {
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -43px;
  background-repeat: no-repeat;
}

.h2-shop {
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -367px;
  background-repeat: no-repeat;
}

.h2-time {
  border: none;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -224px;
  background-repeat: no-repeat;
  color: #2c2416;
  text-shadow: 0 1px 0 #2c2416;
}

.h2-postal {
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -412px;
  background-repeat: no-repeat;
}

.h2-gps {
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -133px;
  background-repeat: no-repeat;
}

h3 {
  margin: 22px 5px 10px;
  padding-left: 21px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #ba981d;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -457px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 1.2;
}
h3.none_style {
  margin-top: 0;
  padding: 0;
  border: none;
  background: none;
}
.box h3 {
  margin-right: 0;
  margin-left: 0;
}
.topic_box h3 {
  margin-right: 0;
  margin-left: 0;
}
.topic_box h3:first-child {
  margin-top: 12px;
}
.col h3 {
  margin-top: 0;
}

.h3-tel {
  padding-left: 0;
  text-indent: 21px;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -457px;
  background-repeat: no-repeat;
}

h4 {
  margin: 12px 5px 5px;
  padding-left: 19px;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -501px;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 1.2;
}
h4.none_style {
  margin-top: 0;
  padding: 0;
  border: none;
  background: none;
}
.box h4 {
  margin-right: 0;
  margin-left: 0;
}
.col h4 {
  margin-top: 0;
}
.order_box_lists h4 {
  margin-top: 0;
}

/* --------------------
 flow
-------------------- */
.flow {
  display: table;
  width: 100%;
  margin-top: -15px;
  background-color: #d5c8af;
}
.flow > li {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  margin-left: -6px;
  padding-right: 10px;
  background-image: url('../img/sprites/flow-s81f1134444.png');
  background-size: 6px 105px;
  background-position: right 0;
  background-repeat: no-repeat;
  font-size: 11px;
  line-height: 1.2;
  color: #514736;
  text-align: center;
  vertical-align: middle;
}
.flow > li.flow-before_current {
  background-image: url('../img/sprites/flow-s81f1134444.png');
  background-size: 6px 105px;
  background-position: right -35px;
  background-repeat: no-repeat;
}
.flow > li.flow-current,
.flow > li.flow-before_current + li {
  background-color: #988565;
  background-image: url('../img/sprites/flow-s81f1134444.png');
  background-size: 6px 105px;
  background-position: right -70px;
  background-repeat: no-repeat;
  color: #fff;
}
.flow > li.flow-last,
.flow > li.flow-before_current + li.flow-last {
  padding-right: 0;
  background-image: none;
}

/* --------------------
 unit
-------------------- */
.unit {
  margin-top: 10px;
}

/* --------------------
 box
-------------------- */
.box {
  margin: 5px;
}
.box > h2:first-child {
  margin-top: 0;
}

.topic_box {
  padding: 5px;
  background-color: #ebe4d1;
}

.coupon_box > li {
  padding: 5px;
  background-color: #ebe4d1;
  border-top: 1px solid #c0af91;
  /*     &:last-child {
          border-bottom: none;
      } */
}

.attention_box {
  padding: 15px 5px;
  border-radius: 4px;
  background-color: #f6d8cc;
}

.time_box {
  padding: 1px 4px 2px;
  background-color: #d5c8af;
  text-align: center;
}

.color_box {
  padding: 5px;
  background-color: #c0af91;
}
.color_box .color_box-title {
  color: #fff;
}

.order_box {
  margin-top: 40px;
  padding: 8px;
  border: 2px solid #c0af91;
  background-color: #fff;
}
.order_box .order_box-title {
  color: #000;
}

.family_box {
  padding: 5px;
  background-color: #ffe089;
}

/* --------------------
 cols
-------------------- */
.col-flex {
  display: -webkit-box;
  display: box;
  margin-top: 5px;
}
.col-flex .col {
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 50%;
  margin-right: 5px;
}
.col-flex .col:last-child {
  margin-right: 0;
}
.col-flex.col-1of3 {
  margin-top: 6px;
}
.col-flex.col-1of3 .col {
  width: 33%;
  margin-right: 6px;
}

.col-inline {
  margin: 6px -5px 0 0;
  overflow: hidden;
}
.col-inline .col {
  display: inline-block;
}
.col-inline.col-1of3 .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 6px 0 0;
}
.col-inline.col-1of5 .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 19%;
  margin: 5px 0 0;
}

/* --------------------
 button
-------------------- */
/* L size */
.btn-l {
  width: 100%;
  margin: 10px 0;
}
.col > .btn-l {
  margin: 0;
}
.btn-l a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px;
  border-radius: 4px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.btn-l a .icon {
  display: inline-block;
  height: 21px;
  /* margin-right: 8px; */
  vertical-align: middle;
  line-height: 1;
}
.btn-l a .icon.icon-member {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -842px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-login {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1162px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-cart {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -526px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-down {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -948px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-mail {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -425px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-mail_02 {
  padding-left: 30px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -633px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-shopselect {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -319px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-shoplist {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1906px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-coupon_box {
  height: 23px;
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -106px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-coupon {
  padding-left: 32px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-gps {
  padding-left: 30px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -212px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-insert {
  padding-left: 30px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -735px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-cancel {
  padding-left: 30px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -2012px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-rules {
  padding-left: 26px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -2621px;
  background-repeat: no-repeat;
}
.btn-l a .icon_win {
  margin-left: 6px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.btn-l.lv01 a {
  border: 1px solid #8c1700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9341b), color-stop(22%, #a72d16), color-stop(77%, #631505), color-stop(100%, #4d0d00));
  background: -webkit-linear-gradient(top, #b9341b 0%, #a72d16 22%, #631505 77%, #4d0d00 100%);
  background: linear-gradient(to bottom, #b9341b 0%, #a72d16 22%, #631505 77%, #4d0d00 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.btn-l.lv02 a {
  border: 1px solid #ba341b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f06b00), color-stop(27%, #e45f06), color-stop(82%, #c23c17), color-stop(100%, #ba341b));
  background: -webkit-linear-gradient(top, #f06b00 0%, #e45f06 27%, #c23c17 82%, #ba341b 100%);
  background: linear-gradient(to bottom, #f06b00 0%, #e45f06 27%, #c23c17 82%, #ba341b 100%);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.btn-l.lv03 a {
  border: 1px solid #f4c030;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe088), color-stop(23%, #f8d46f), color-stop(73%, #e2af21), color-stop(87%, #dda60e), color-stop(100%, #d99f00));
  background: -webkit-linear-gradient(top, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background: linear-gradient(to bottom, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  color: #2c2416;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.btn-l.lv04 a {
  border: 1px solid #7c6a4f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #988565), color-stop(26%, #89785b), color-stop(75%, #605440), color-stop(100%, #524837));
  background: -webkit-linear-gradient(top, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background: linear-gradient(to bottom, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  color: #ebe4d1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.btn-l.is-disabled a, .btn-l.is-soldout a {
  border: 1px solid #acaba5;
  background: #b7b5b0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b5b0), color-stop(17%, #b3b1ac), color-stop(78%, #9b9994), color-stop(100%, #95938d));
  background: -webkit-linear-gradient(top, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background: linear-gradient(to bottom, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  color: #ccc;
  text-shadow: none;
}
.btn-l.is-disabled a .icon.icon-cart, .btn-l.is-soldout a .icon.icon-cart {
  padding-left: 28px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1799px;
  background-repeat: no-repeat;
}

/* L size(accordion) */
.btn-accordion {
  width: 100%;
  margin: 10px 0;
}
.btn-accordion a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #7c6a4f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #988565), color-stop(26%, #89785b), color-stop(75%, #605440), color-stop(100%, #524837));
  background: -webkit-linear-gradient(top, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background: linear-gradient(to bottom, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  color: #ebe4d1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 17px;
  color: #ebe4d1;
  text-decoration: none;
}
.btn-accordion a .icon {
  display: inline-block;
  height: 21px;
  /* margin-right: 8px; */
  vertical-align: middle;
  line-height: 1;
}
.btn-accordion a .icon.icon-coupon_box {
  height: 23px;
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -106px;
  background-repeat: no-repeat;
}
.btn-accordion a .icon.icon-coupon {
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-accordion.is-close a {
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #988565), color-stop(26%, #89785b), color-stop(75%, #605440), color-stop(100%, #524837));
  background-size: 25px 2841px, auto auto;
  background-position: right -2209px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-linear-gradient(top, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2209px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), linear-gradient(to bottom, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2209px, 0 0;
  background-repeat: no-repeat;
}
.btn-accordion.is-open a {
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #988565), color-stop(26%, #89785b), color-stop(75%, #605440), color-stop(100%, #524837));
  background-size: 25px 2841px, auto auto;
  background-position: right -2509px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-linear-gradient(top, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2509px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), linear-gradient(to bottom, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2509px, 0 0;
  background-repeat: no-repeat;
}
.btn-accordion.is-disabled a {
  border: 1px solid #acaba5;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b5b0), color-stop(17%, #b3b1ac), color-stop(78%, #9b9994), color-stop(100%, #95938d));
  background-size: 25px 2841px, auto auto;
  background-position: right -2109px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-linear-gradient(top, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2109px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), linear-gradient(to bottom, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2109px, 0 0;
  background-repeat: no-repeat;
  color: #ccc;
  text-shadow: none;
}
.btn-accordion.is-disabled a .icon.icon-coupon_box {
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1268px;
  background-repeat: no-repeat;
}
.btn-accordion.is-disabled a .icon.icon-coupon {
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1373px;
  background-repeat: no-repeat;
}
.color_box .btn-accordion:first-child {
  margin: 0;
}

/* L size(accordion_neta) */
.btn-accordion_neta {
  width: 100%;
  margin: 10px 0;
}
.btn-accordion_neta a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #f4c030;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe088), color-stop(23%, #f8d46f), color-stop(73%, #e2af21), color-stop(87%, #dda60e), color-stop(100%, #d99f00));
  background: -webkit-linear-gradient(top, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background: linear-gradient(to bottom, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  color: #2c2416;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 17px;
  color: #2c2416;
  text-decoration: none;
}
.btn-accordion_neta a .icon {
  display: inline-block;
  height: 21px;
  /* margin-right: 8px; */
  vertical-align: middle;
  line-height: 1;
}
.btn-accordion_neta a .icon.icon-neta_change {
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1478px;
  background-repeat: no-repeat;
}
.btn-accordion_neta.is-close a {
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe088), color-stop(23%, #f8d46f), color-stop(73%, #e2af21), color-stop(87%, #dda60e), color-stop(100%, #d99f00));
  background-size: 25px 2841px, auto auto;
  background-position: right -2209px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-linear-gradient(top, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2209px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), linear-gradient(to bottom, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2209px, 0 0;
  background-repeat: no-repeat;
}
.btn-accordion_neta.is-open a {
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe088), color-stop(23%, #f8d46f), color-stop(73%, #e2af21), color-stop(87%, #dda60e), color-stop(100%, #d99f00));
  background-size: 25px 2841px, auto auto;
  background-position: right -2509px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-linear-gradient(top, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2509px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), linear-gradient(to bottom, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2509px, 0 0;
  background-repeat: no-repeat;
}
.btn-accordion_neta.is-disabled a {
  border: 1px solid #acaba5;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b5b0), color-stop(17%, #b3b1ac), color-stop(78%, #9b9994), color-stop(100%, #95938d));
  background-size: 25px 2841px, auto auto;
  background-position: right -2109px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), -webkit-linear-gradient(top, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2109px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png'), linear-gradient(to bottom, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background-size: 25px 2841px, auto auto;
  background-position: right -2109px, 0 0;
  background-repeat: no-repeat;
  color: #ccc;
  text-shadow: none;
}
.color_box .btn-accordion_neta:first-child {
  margin: 0;
}

/* M size */
.btn-m {
  width: 100%;
  margin: 10px 0;
}
.col > .btn-m {
  margin: 0;
}
.btn-m a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 7px 15px 7px 8px;
  border: 1px solid #d5c8af;
  border-radius: 4px;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 118px, auto auto;
  background-position: right -94px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -94px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -94px, 0 0;
  background-repeat: no-repeat;
  font-size: 17px;
  text-align: center;
  color: #514736;
  text-decoration: none;
}
.btn-m a .icon {
  display: inline-block;
  height: 21px;
  /* margin-right: 5px; */
  vertical-align: middle;
  line-height: 1;
}
.btn-m a .icon.icon-post {
  padding-left: 26px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -2727px;
  background-repeat: no-repeat;
}
.btn-m a .icon.icon-gps {
  height: 23px;
  padding-left: 26px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1691px;
  background-repeat: no-repeat;
}
.btn-m a .icon.icon-address {
  height: 24px;
  padding-left: 26px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1582px;
  background-repeat: no-repeat;
}
.btn-m a .icon.icon-leaflet {
  height: 25px;
  padding-left: 35px;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: 0 -1054px;
  background-repeat: no-repeat;
}
.btn-m.lv02 a {
  padding: 7px 15px 7px 8px;
  border: 1px solid #988565;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8af), color-stop(100%, #c0af91));
  background-size: 17px 118px, auto auto;
  background-position: right -94px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -94px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -94px, 0 0;
  background-repeat: no-repeat;
  color: #2c2416;
}
.btn-m.lv03 a {
  padding: 7px 15px 7px 8px;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 118px, auto auto;
  background-position: right -40px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -40px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -40px, 0 0;
  background-repeat: no-repeat;
  color: #2c2416;
}
.btn-m.lv04 a {
  padding: 7px 15px 7px 8px;
  border: 1px solid #988565;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8af), color-stop(100%, #c0af91));
  background-size: 17px 118px, auto auto;
  background-position: right -14px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -14px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -14px, 0 0;
  background-repeat: no-repeat;
  color: #2c2416;
}
.btn-m.lv05 a {
  padding: 7px 15px 7px 8px;
  border: 1px solid #988565;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8af), color-stop(100%, #c0af91));
  background-size: 17px 118px, auto auto;
  background-position: right -40px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -40px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -40px, 0 0;
  background-repeat: no-repeat;
  color: #2c2416;
}
.btn-m.lv_back a {
  padding: 8px 8px 8px 15px;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 118px, auto auto;
  background-position: 0 -66px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: 0 -66px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: 0 -66px, 0 0;
  background-repeat: no-repeat;
}
.btn-m.lv_map a {
  height: 30px;
  padding: 5px 19px 5px 10px;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 118px, auto auto;
  background-position: right -45px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -45px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -45px, 0 0;
  background-repeat: no-repeat;
  font-size: 12px;
}
.btn-m.lv_map_02 a {
  height: 30px;
  padding: 5px 19px 5px 10px;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 118px, auto auto;
  background-position: right -100px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -100px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right -100px, 0 0;
  background-repeat: no-repeat;
  font-size: 12px;
}
.btn-m.lv_cancel a {
  padding: 5px 22px 5px 10px;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 118px, auto auto;
  background-position: right 14px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right 14px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-se68f187597.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 118px, auto auto;
  background-position: right 14px, 0 0;
  background-repeat: no-repeat;
}
.btn-m.is-disabled a {
  border: 1px solid #acaba5;
  background: #b7b5b0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b5b0), color-stop(17%, #b3b1ac), color-stop(78%, #9b9994), color-stop(100%, #95938d));
  background: -webkit-linear-gradient(top, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background: linear-gradient(to bottom, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  color: #ccc;
}

/* S size */
.btn-s {
  display: table;
  width: 100%;
  height: 40px;
  margin: 10px 0;
  border-radius: 4px;
}
.col .btn-s {
  margin: 0;
}
.btn-s a {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  padding: 2px 10px 0;
  text-decoration: none;
}
.btn-s.lv01 {
  background-color: #c0af91;
  background-image: url('../img/sprites/buttons_s-s215c4b997e.png');
  background-size: 14px 64px;
  background-position: right 16px;
  background-repeat: no-repeat;
}
.btn-s.lv01 a {
  padding-right: 19px;
  color: #2c2416;
}
.btn-s.lv02 {
  background-color: #8c1700;
  background-image: url('../img/sprites/buttons_s-s215c4b997e.png');
  background-size: 14px 64px;
  background-position: right -12px;
  background-repeat: no-repeat;
}
.btn-s.lv02 a {
  color: #fff;
}
.btn-s.lv03 {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/buttons_s-s215c4b997e.png');
  background-size: 14px 64px;
  background-position: right -40px;
  background-repeat: no-repeat;
}
.btn-s.lv03 a {
  color: #fff;
}
.btn-s.lv04 {
  background: #d5c8af;
  text-align: center;
}
.btn-s.lv04 a {
  padding: 2px 4px 0;
  color: #2c2416;
  line-height: 1.2;
}
.btn-s.is-disabled {
  background: #acaba5;
}
.btn-s.is-disabled a {
  color: #ccc;
}

.footer_btn-s {
  display: table;
  width: 100%;
  border-radius: 4px;
  font-size: 11px;
  /* .btn-s .mode_pcPC版で表示 */
}
.footer_btn-s a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  padding: 2px 10px 0;
  text-decoration: none;
}
.footer_btn-s.lv02 {
  background-color: #8c1700;
  background-image: url('../img/sprites/buttons_s-s215c4b997e.png');
  background-size: 14px 64px;
  background-position: right -16px;
  background-repeat: no-repeat;
}
.footer_btn-s.lv02 a {
  color: #fff;
}
.footer_btn-s.lv04 {
  background: #d5c8af;
  text-align: center;
}
.footer_btn-s.lv04 a {
  padding: 2px 4px 0;
  color: #2c2416;
  line-height: 1.2;
}
.footer_btn-s.mode_pc {
  background: #988565;
}
.footer_btn-s.mode_pc a {
  color: #ebe4d1;
  text-align: center;
}

/* --------------------
 icon
-------------------- */
.icon-pc {
  margin-left: 3px;
}

.icon-pc02 {
  margin-right: 4px;
  vertical-align: middle;
}

.icon-pc03 {
  margin-top: 2px;
  margin-left: 3px;
}

/* --------------------
 text
-------------------- */
.heading {
  margin-top: 16px;
  color: #8c1700;
  border-bottom: 1px dotted #8c1700;
}

.required {
  font-size: 12px;
  color: #8c1700;
}

.price {
  font-size: 16px;
  color: #ba341b;
  text-align: right;
}

strong {
  color: #8c1700;
  font-weight: normal;
}

/* p, div */
.notes {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}

/* ol, ul */
.noteslist {
  margin-top: 0.5em;
}
.noteslist > li {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}

.numlist {
  margin-top: 0.5em;
}
.numlist > li {
  font-size: 13px;
}
.numlist > li .numlist-num {
  color: #8c1700;
}

.link {
  text-align: right;
}

.link-icon {
  padding-right: 10px;
  background: url(../img/icn_text_link.png) no-repeat right center;
  background-size: 6px auto;
}

.address {
  padding-left: 20px;
}

.address-icon {
  margin-left: -20px;
  padding-left: 20px;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -181px;
  background-repeat: no-repeat;
  text-indent: -20px;
}

.tel {
  display: inline-block;
  font-size: 17px;
}

.tel-icon {
  padding-left: 20px;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -90px;
  background-repeat: no-repeat;
}

.delivery-text {
  font-size: 17px;
}
.delivery-text .delivery-time {
  font-size: 25px;
  color: #8c1700;
}
.delivery-text .delivery-unit {
  color: #8c1700;
}

.shoplist dt {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px dotted #c0af91;
  font-size: 16px;
}
.shoplist dt:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* --------------------
 label
-------------------- */
.label {
  display: inline-block;
  padding: 0 5px;
  background-color: #514736;
  color: #fff;
}

/* --------------------
 banner
-------------------- */
.banner a {
  display: block;
  padding-right: 12px;
  background: #8c1700 url(../img/icn_banner.png) no-repeat right center;
  background-size: 12px auto;
}

/* --------------------
 hr
-------------------- */
hr {
  display: block;
  margin: 15px 0;
  border: none;
  border-bottom: 1px dotted #ba981d;
}

/* --------------------
 form
-------------------- */
/* textbox, texearea
-------------------- */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  color: #514736;
  font-size: 14px;
}
input[type="text"].is-error, input[type="email"].is-error, input[type="tel"].is-error, input[type="number"].is-error, input[type="password"].is-error, textarea.is-error {
  background-color: #f6d8cc;
}
input[type="text"].confirm, input[type="email"].confirm, input[type="tel"].confirm, input[type="number"].confirm, input[type="password"].confirm, textarea.confirm {
  height: auto;
  padding: 0;
  border: none;
  background-color: #f6f2ed;
}

/* search
-------------------- */
.form_search {
  display: -webkit-box;
  display: box;
}
.form_search .form_search-text {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  margin-right: 5px;
}
.form_search .form_search-btn {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_search .btn-m {
  margin: 0;
}

/* form_select
-------------------- */
.form_select_yymmdd {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.form_select_yymmdd .form_select_yymmdd-select {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  margin-right: 6px;
}
.form_select_yymmdd .form_select_yymmdd-select:last-child {
  margin-right: 0;
}
.form_select_yymmdd .form_select_yymmdd-text {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3%;
  padding: 0 9px;
  vertical-align: middle;
}
.form_select_yymmdd .form_select_yymmdd-text:last-child {
  padding-right: 0;
}

.form_select_yymm {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.form_select_yymm .form_select_yymm-select {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  margin-right: 6px;
}
.form_select_yymm .form_select_yymm-select:last-child {
  margin-right: 0;
}
.form_select_yymm .form_select_yymm-text {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  padding: 0 9px;
  vertical-align: middle;
}
.form_select_yymm .form_select_yymm-text:last-child {
  padding-right: 0;
}

.form_select {
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 8px 20px 8px 8px;
  border: 1px solid #d5c8af;
  background-image: url('../img/sprites/form-s79c65b3fc1.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 538px, auto auto;
  background-position: right -516px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/form-s79c65b3fc1.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 538px, auto auto;
  background-position: right -516px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/form-s79c65b3fc1.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 538px, auto auto;
  background-position: right -516px, 0 0;
  background-repeat: no-repeat;
  color: #514736;
  font-size: 14px;
}
.form_select.is-error {
  background-image: url('../img/sprites/form-s79c65b3fc1.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faebe0), color-stop(100%, #f6d8cc));
  background-size: 17px 538px, auto auto;
  background-position: right -516px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/form-s79c65b3fc1.png'), -webkit-linear-gradient(top, #faebe0 0%, #f6d8cc 100%);
  background-size: 17px 538px, auto auto;
  background-position: right -516px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/form-s79c65b3fc1.png'), linear-gradient(to bottom, #faebe0 0%, #f6d8cc 100%);
  background-size: 17px 538px, auto auto;
  background-position: right -516px, 0 0;
  background-repeat: no-repeat;
  color: #988565;
}

/* form_radio
-------------------- */
.form_radio label {
  display: table;
  width: 100%;
}
.form_radio label + label {
  margin-top: 5px;
}

.form_radio input[type="radio"] {
  display: none;
}

.form_radio .form_radio-text {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 2px 4px 0 22px;
  border-radius: 4px;
  background-color: #d5c8af;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -140px;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.1;
}

.form_radio.neta .form_radio-text {
  font-size: 11px;
}

.form_radio input[type="radio"]:checked + .form_radio-text {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px 12px;
  background-repeat: no-repeat;
  color: #fff;
}

.form_radio input[type="radio"]:disabled + .form_radio-text {
  background-color: #e0d5be;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -445px;
  background-repeat: no-repeat;
  color: #988565;
}

.form_radio label {
  position: relative;
}

.form_radio input[type="radio"]:disabled.is-soldout + .form_radio-text {
  background: #acaba5;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -216px;
  background-repeat: no-repeat;
  color: #cccccc;
  padding-right: 56px;
}
.form_radio input[type="radio"]:disabled.is-soldout + .form_radio-text .form_radio-soldout {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -15px;
}

/* form_radio_pic
-------------------- */
.form_radio_pic label {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.form_radio_pic input[type="radio"] {
  display: none;
}

.form_radio_pic .form_radio_pic-content {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 79px;
  min-height: 79px;
  padding: 5px 5px 5px 22px;
  border-radius: 4px;
  background-color: #d5c8af;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -121px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 1.1;
  vertical-align: middle;
}
.form_radio_pic .form_radio_pic-content .form_radio_pic-pic {
  display: table-cell;
  width: 88px;
  min-width: 88px;
  height: 69px;
  min-height: 69px;
  text-align: right;
  vertical-align: middle;
}
.form_radio_pic .form_radio_pic-content .form_radio_pic-pic > img {
  max-height: 69px;
}
.form_radio_pic .form_radio_pic-content .form_radio_pic-text {
  display: table-cell;
  margin-right: 10px;
  vertical-align: middle;
}

.form_radio_pic input[type="radio"]:checked + .form_radio_pic-content {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px 31px;
  background-repeat: no-repeat;
  color: #fff;
}

.form_radio_pic input[type="radio"]:disabled + .form_radio_pic-content {
  background-color: #e0d5be;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -426px;
  background-repeat: no-repeat;
  color: #988565;
}

.form_radio_pic input[type="radio"]:disabled.is-soldout + .form_radio_pic-content {
  background-color: #acaba5;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -197px;
  background-repeat: no-repeat;
  color: #cccccc;
}
.form_radio_pic input[type="radio"]:disabled.is-soldout + .form_radio_pic-content .table {
  position: relative;
}
.form_radio_pic input[type="radio"]:disabled.is-soldout + .form_radio_pic-content .table .form_radio_pic-text + .form_radio_pic-soldout {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -15px;
}
.form_radio_pic input[type="radio"]:disabled.is-soldout + .form_radio_pic-content .table .form_radio_pic-soldout {
  position: absolute;
  top: 20px;
  right: 17px;
}
.form_radio_pic input[type="radio"]:disabled.is-soldout + .form_radio_pic-content .form_radio_pic-pic > img {
  opacity: 0.5;
}

/* form_checkbox
-------------------- */
.form_checkbox label {
  display: table;
  width: 100%;
  position: relative;
}

.form_checkbox input[type="checkbox"] {
  display: none;
}

.form_checkbox .form_checkbox-text {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 2px 4px 0 24px;
  border-radius: 4px;
  background-color: #d5c8af;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -292px;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.2;
}

.form_checkbox .form_checkbox-text.is-checked {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -64px;
  background-repeat: no-repeat;
  color: #fff;
}

/* form_checkbox_price
-------------------- */
.form_checkbox_price label {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

.form_checkbox_price input[type="checkbox"] {
  display: none;
}

.form_checkbox_price .form_checkbox_price-content {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 5px 5px 22px;
  border-radius: 4px;
  background-color: #d5c8af;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -292px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 1.1;
  vertical-align: middle;
}
.form_checkbox_price .form_checkbox_price-content .form_checkbox_price-text {
  display: table-cell;
  margin-right: 10px;
  vertical-align: middle;
}
.form_checkbox_price .form_checkbox_price-content .form_checkbox_price-price {
  display: table-cell;
  color: #ba341b;
  text-align: right;
}

.form_checkbox_price .form_checkbox_price-content.is-checked {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -64px;
  background-repeat: no-repeat;
  color: #fff;
}

.form_checkbox_price .form_checkbox_price-content.is-checked .form_checkbox_price-price {
  color: #fff;
}

.form_checkbox_price input[type="checkbox"]:disabled.is-soldout + .form_checkbox_price-content {
  background: #acaba5;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -368px;
  background-repeat: no-repeat;
  color: #cccccc;
}
.form_checkbox_price input[type="checkbox"]:disabled.is-soldout + .form_checkbox_price-content .form_checkbox_price-text {
  display: table-cell;
  margin-right: 0;
  vertical-align: middle;
}
.form_checkbox_price input[type="checkbox"]:disabled.is-soldout + .form_checkbox_price-content .form_checkbox_price-price {
  max-width: 8em;
  min-width: 7em;
  width: 8em;
  color: #cccccc;
  vertical-align: middle;
}
.form_checkbox_price input[type="checkbox"]:disabled.is-soldout + .form_checkbox_price-content .form_checkbox_price-soldout {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -15px;
}

/* form_checkbox_pic
-------------------- */
.form_checkbox_pic label {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.form_checkbox_pic input[type="checkbox"] {
  display: none;
}

.form_checkbox_pic .form_checkbox_pic-content {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 79px;
  min-height: 79px;
  padding: 5px 5px 5px 22px;
  border-radius: 4px;
  background-color: #d5c8af;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -273px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 1.1;
  vertical-align: middle;
}
.form_checkbox_pic .form_checkbox_pic-content .form_checkbox_pic-pic {
  display: table-cell;
  width: 88px;
  min-width: 88px;
  height: 69px;
  min-height: 69px;
  text-align: right;
  vertical-align: middle;
}
.form_checkbox_pic .form_checkbox_pic-content .form_checkbox_pic-pic > img {
  max-height: 69px;
}
.form_checkbox_pic .form_checkbox_pic-content .form_checkbox_pic-text {
  display: table-cell;
  margin-right: 10px;
  vertical-align: middle;
}

.form_checkbox_pic .form_checkbox_pic-content.is-checked {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -45px;
  background-repeat: no-repeat;
  color: #fff;
}

.form_checkbox_pic .form_checkbox_pic-content.is-checked .price {
  color: #fff;
}

.form_checkbox_pic input[type="checkbox"]:disabled.is-soldout + .form_checkbox_pic-content {
  background-color: #acaba5;
  background-image: url('../img/sprites/form-s79c65b3fc1.png');
  background-size: 17px 538px;
  background-position: 4px -349px;
  background-repeat: no-repeat;
  color: #cccccc;
}
.form_checkbox_pic input[type="checkbox"]:disabled.is-soldout + .form_checkbox_pic-content .table {
  position: relative;
}
.form_checkbox_pic input[type="checkbox"]:disabled.is-soldout + .form_checkbox_pic-content .table .price {
  color: #cccccc;
}
.form_checkbox_pic input[type="checkbox"]:disabled.is-soldout + .form_checkbox_pic-content .table .form_radio_pic-text + .form_radio_pic-soldout {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -15px;
}
.form_checkbox_pic input[type="checkbox"]:disabled.is-soldout + .form_checkbox_pic-content .table .form_checkbox_pic-soldout {
  position: absolute;
  top: 20px;
  right: 17px;
}
.form_checkbox_pic input[type="checkbox"]:disabled.is-soldout + .form_checkbox_pic-content .form_checkbox_pic-pic > img {
  opacity: 0.5;
}

/* menu from
-------------------- */
.menu_form_title {
  padding: 8px 0 9px 32px;
  border-top: 1px solid #c0af91;
  background-color: #fff;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 11px -448px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.menu_option_title {
  padding: 8px 0 5px 8px;
  border-top: 1px solid #c0af91;
}

.menu_form_select > .menu_form_select-content,
.menu_form_select_option > .menu_form_select_option-content {
  position: relative;
  display: block;
  height: 39px;
  border-top: 1px solid #c0af91;
}

.menu_form_select_option > li:last-child {
  border-bottom: 1px solid #c0af91;
}

.menu_form_select > .menu_form_select-content {
  background-color: #fff;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2818px;
  background-repeat: no-repeat;
}

.menu_form_select-title {
  position: absolute;
  top: 9px;
  left: 10px;
  padding-left: 21px;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -456px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.menu_form_select_option > li {
  background: #ebe4d1;
}
.menu_form_select_option > li.menu_form_select_option-content {
  background-color: #ebe4d1;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2818px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.menu_form_select_option-title {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 14px;
}

.menu_form_select-select,
.menu_form_select_option-select {
  display: -webkit-box;
  display: box;
  -webkit-appearance: button;
  appearance: button;
  position: absolute;
  top: 0;
  right: 24px;
  width: 90%;
  height: 39px;
  margin: 0;
  border: 0;
  background-color: transparent;
  font-size: 14px;
}

/* --------------------
 map
-------------------- */
.map {
  position: relative;
  margin-bottom: 7em;
}
.map .map_btn li {
  position: absolute;
}
.map .map_btn li.map_btn-hokkaido {
  top: 0;
  left: 49.8%;
}
.map .map_btn li.map_btn-tohoku {
  top: 42.168%;
  right: 6.278%;
}
.map .map_btn li.map_btn-kanto {
  top: 65.241%;
  right: 6.278%;
}
.map .map_btn li.map_btn-hokuriku {
  top: 33.3%;
  right: 38.625%;
}
.map .map_btn li.map_btn-chubu {
  bottom: 4.7%;
  left: 51.213%;
}
.map .map_btn li.map_btn-kansai {
  top: 49.191%;
  left: 27.868%;
}
.map .map_btn li.map_btn-chugoku {
  top: 57.685%;
  left: 5.111%;
}
.map .map_btn li.map_btn-shikoku {
  top: 83.272%;
  left: 30.812%;
}
.map .map_btn li.map_btn-kyushuokinawa {
  bottom: -17.578%;
  left: 2.836%;
}
.map .map_btn .btn-m {
  width: auto;
}
.map .map_btn .btn-m a {
  display: inline-block;
  width: auto;
}

/* --------------------
 menu lists
-------------------- */
/* sort button */
.sort_box {
  margin-top: 10px;
  padding: 3px;
  border-radius: 4px;
  background-color: #c0af91;
  /* btn-m override */
}
.sort_box .col-flex {
  margin-top: 0;
}
.sort_box .col-flex .col {
  margin-right: 3px;
}
.sort_box .col-flex .col:last-child {
  margin-right: 0;
}
.sort_box .btn-m a {
  text-align: left;
}
.sort_box .btn-m.is-current a {
  background: url(../img/icn_sort_current.png) no-repeat right center;
  background-size: 13px auto;
  color: #fff;
}

/* menu list*/
.box_lists-li {
  margin-top: 10px;
  padding: 9px;
  border: 2px solid #c0af91;
  background-color: #fff;
}

.menu_name {
  display: -webkit-box;
  display: box;
  font-size: 14px;
}
.menu_name .menu_name_wrap {
  display: -webkit-box;
  display: box;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
}
.menu_name .menu_name_wrap .menu_name-id {
  min-width: 2em;
  margin-right: 4px;
  padding: 2px;
  background-color: #e0d5be;
  color: #514736;
  text-align: center;
}
.menu_name .menu_name-rank {
  display: -webkit-box;
  display: box;
  width: 45px;
}

.menu_visual {
  display: -webkit-box;
  display: box;
  margin: 8px 0 15px;
}
.menu_visual .menu_visual-text {
  -webkit-box-flex: 1;
  box-flex: 1;
  color: #514736;
  font-size: 13px;
}
.menu_visual .menu_visual-photo {
  display: -wabkit-flex;
  display: flex;
  margin-left: 9px;
}
.menu_visual .menu_visual-photo.is-soldout {
  position: relative;
}
.menu_visual .menu_visual-photo.is-soldout > a > img {
  opacity: 0.5;
}
.menu_visual .menu_visual-photo.is-soldout .menu_visual-txt_soldout {
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -70px;
}
.menu_visual .menu_visual-photo_only {
  width: 100%;
  text-align: center;
}
.menu_visual .menu_visual-photo_only.is-soldout {
  position: relative;
}
.menu_visual .menu_visual-photo_only.is-soldout > a > img {
  opacity: 0.5;
}
.menu_visual .menu_visual-photo_only.is-soldout .menu_visual-txt_soldout {
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -70px;
}

.menu_price {
  display: -webkit-box;
  display: box;
  margin-top: 10px;
}
.menu_price .menu_price-text {
  display: -wabkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  box-flex: 1;
  font-size: 16px;
}
.menu_price .menu_price-price {
  display: -wabkit-flex;
  display: flex;
  font-size: 16px;
  color: #ba341b;
}
.menu_price .menu_price-price .menu_price-intax {
  font-size: 13px;
  line-height: 2.1;
}

.menu_photo {
  padding: 3px 0;
  text-align: center;
}
.menu_photo.is-soldout {
  position: relative;
}
.menu_photo.is-soldout > img {
  opacity: 0.5;
}
.menu_photo.is-soldout .menu_photo-txt_soldout {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -70px;
}

.menu_buttons {
  display: -webkit-box;
  display: box;
  margin-top: 10px;
}
.menu_buttons .menu_buttons-col {
  display: -webkit-box;
  display: box;
  -webkit-box-flex: 1;
  box-flex: 1;
  margin-left: 10px;
}
.menu_buttons .menu_buttons-col:first-child {
  margin-left: 0;
}
.menu_buttons .menu_buttons-col > div {
  margin: 0;
}

/* --------------------
 order
-------------------- */
.order_form_title {
  margin: 0 -9px;
  padding: 8px 0 9px 32px;
  border-top: 1px solid #c0af91;
  background-color: #fff;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 11px -448px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.order_form_select {
  margin-top: 15px;
}

.order_form_select > li,
.order_form_select_option > li {
  position: relative;
  display: block;
  height: 39px;
  margin: 0 -9px;
  border-top: 1px solid #c0af91;
}

.order_form_select_option > li {
  border-top: 1px dotted #c0af91;
}

/* .order_form_select_option > li:last-child {
    border-bottom: 1px solid #c0af91;
} */
.order_form_select > li {
  background-color: #fff;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2819px;
  background-repeat: no-repeat;
}

.order_form_select > li.order_form_select-disabled {
  background: #fff;
}

.order_form_select-title {
  position: absolute;
  top: 9px;
  left: 10px;
  padding-left: 21px;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -456px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.order_form_select-text {
  position: absolute;
  top: 10px;
  right: 27px;
}

.order_form_select_option > li {
  background-color: #ebe4d1;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2819px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.order_form_select_option > li.order_form_select_option-disabled {
  background: #ebe4d1;
}

.order_form_select_option-title {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 14px;
}

.order_form_select-select,
.order_form_select_option-select {
  display: -webkit-box;
  display: box;
  -webkit-appearance: button;
  appearance: button;
  position: absolute;
  top: 0;
  right: 24px;
  width: 90%;
  height: 39px;
  margin: 0;
  border: 0;
  background-color: transparent;
  font-size: 14px;
}

.order_form_select_option-text {
  position: absolute;
  top: 10px;
  right: 8px;
}

.subtotal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -9px -9px;
  padding: 6px;
  border-top: 2px solid #c0af91;
  background-color: #ebe4d1;
  font-size: 16px;
}
.subtotal dl {
  display: -webkit-box;
  display: box;
}
.subtotal dt, .subtotal dd {
  -webkit-box-flex: 1;
  box-flex: 1;
}
.subtotal .subtotal-price {
  color: #ba341b;
  text-align: right;
}

.total_box {
  margin-top: 25px;
  padding: 10px 5px;
  background-color: #ebe4d1;
}
.total_box .total {
  border: 2px solid #c0af91;
  font-size: 16px;
}
.total_box .total dl {
  display: -webkit-box;
  display: box;
}
.total_box .total dt, .total_box .total dd {
  -webkit-box-flex: 1;
  box-flex: 1;
}
.total_box .total dd {
  text-align: right;
}
.total_box .total .total-count {
  padding: 8px;
  border-bottom: 1px solid #c0af91;
  background-color: #fff;
}
.total_box .total .total-price {
  padding: 6px 7px;
  background-color: #ffe9cf;
}

.neta_price {
  text-align: right;
}
.neta_price .neta_price-price {
  color: #ba341b;
  font-size: 16px;
}
.neta_price .neta_price-price .neta_price-intax {
  font-size: 13px;
}

/* order_box_lists */
.order_box_lists-li {
  margin: 10px 0 0;
  padding: 9px 9px 0;
  background-color: #fff;
  border: 2px solid #c0af91;
}
.order_box_lists-li .order_box_lists-price {
  margin: 0 -9px 3px;
  padding-right: 7px;
  border-top: 1px dotted #c0af91;
  font-size: 16px;
  color: #ba341b;
  text-align: right;
}

.order_box_option .order_box_option-li {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -9px;
  border-top: 1px solid #c0af91;
  font-size: 16px;
}
.order_box_option .order_box_option-li .order_box_option-content {
  display: -webkit-box;
  display: box;
  padding: 8px;
}
.order_box_option .order_box_option-li .order_box_option-content .order_box_option-title,
.order_box_option .order_box_option-li .order_box_option-content .order_box_option-value {
  -webkit-box-flex: 1;
  box-flex: 1;
}
.order_box_option .order_box_option-li .order_box_option-content .order_box_option-title {
  padding-left: 23px;
  background-color: #fff;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 -456px;
  background-repeat: no-repeat;
}
.order_box_option .order_box_option-li .order_box_option-content .order_box_option-value {
  text-align: right;
}
.order_box_option .order_box_option-li .order_box_option-content02 .order_box_option-title02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 8px 8px 8px 31px;
  background-color: #fff;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 8px -448px;
  background-repeat: no-repeat;
}
.order_box_option .order_box_option-li .order_box_option-content02 .order_box_option-title02_title {
  display: table-cell;
}
.order_box_option .order_box_option-li .order_box_option-content02 .order_box_option-title02_text {
  display: table-cell;
  text-align: right;
}
.order_box_option .order_box_option-li .order_box_option-content02 .order_box_option-text02 {
  padding: 10px;
  border-top: 1px dotted #c0af91;
  background-color: #ebe4d1;
  font-size: 14px;
}

.order_box_option02-content {
  display: -webkit-box;
  display: box;
  padding: 9px;
  background-color: #ebe4d1;
  border-top: 1px dotted #c0af91;
  font-size: 14px;
}
.order_box_option02-content .order_box_option02-title,
.order_box_option02-content .order_box_option02-value {
  -webkit-box-flex: 1;
  box-flex: 1;
}
.order_box_option02-content .order_box_option02-value {
  text-align: right;
}

/* .order_topping_lists {
    width: 100%;
    tr {
        border-top: 1px dotted #c0af91;
    }
    td {
        @include box_sizing;
        width:50%;
        padding: 8px 9px;
        background-color: #ebe4d1;
        font-size: 14px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
    }
    td:first-child {
        border-right: 1px dotted #c0af91;
    }
} */
.order_singleprice {
  padding: 6px 9px;
  border: 2px solid #c0af91;
  border-top: none;
  background-color: #ebe4d1;
  font-size: 16px;
}
.order_singleprice dl {
  display: -webkit-box;
  display: box;
}
.order_singleprice dt, .order_singleprice dd {
  -webkit-box-flex: 1;
  box-flex: 1;
}
.order_singleprice .order_singleprice-price {
  color: #ba341b;
  text-align: right;
}

.order_subtotal {
  margin-top: 10px;
  padding: 6px 9px;
  border: 2px solid #c0af91;
  background-color: #ebe4d1;
  font-size: 16px;
}
.order_subtotal dl {
  display: -webkit-box;
  display: box;
}
.order_subtotal dt, .order_subtotal dd {
  -webkit-box-flex: 1;
  box-flex: 1;
}
.order_subtotal .order_subtotal-price {
  color: #ba341b;
  text-align: right;
}

.order_container_box {
  margin-top: 10px;
  padding: 7px 10px;
  background-color: #d5c8af;
}
.order_container_box dl {
  display: table;
  width: 100%;
}
.order_container_box dt, .order_container_box dd {
  display: table-cell;
  height: 24px;
  vertical-align: middle;
}
.order_container_box dd {
  text-align: right;
}

/* --------------------
 store_info
-------------------- */
.store_info {
  padding: 7px 5px 5px;
  background: #2c2416;
  border-top: 1px solid #7c6a4f;
  color: #ebe4d1;
  font-size: 16px;
  line-height: 1.2;
}
.store_info .tel {
  display: block;
  text-align: right;
}
.store_info .tel a {
  display: inline;
  color: #ebe4d1;
}
.store_info .tel .tel_header-icon {
  padding-left: 20px;
  background-image: url('../img/sprites/heading-s61b7e55ee9.png');
  background-size: 19px 515px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* --------------------
 breadcrumb
-------------------- */
.breadcrumb {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #d5c8af;
}
.breadcrumb > li {
  display: inline;
}
.breadcrumb > li > a {
  display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 8px 5px;
  background: url(../img/icn_breadcrumb_modifier.png) no-repeat right top;
  background-size: 10px auto;
  line-height: 1.8;
}
.breadcrumb > li > a.breadcrumb-home {
  display: inline-block;
  height: 25px;
  padding: 0 10px 0 0;
}
.breadcrumb > li > span {
  display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0 2px 5px;
}

/* --------------------
 tab
-------------------- */
.tab {
  margin-top: 10px;
}
.tab .tab_btn {
  display: -webkit-box;
  display: box;
  padding-right: 5px;
  border-bottom: 10px solid #988565;
}
.tab .tab_btn > li {
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 50%;
}
.tab .tab_btn > li > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 48px;
  margin: 0 0 0 5px;
  padding: 10px 4px 4px;
  border: 1px solid #d5c8af;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background: -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  color: #514736;
}
.tab .tab_btn > li.is-current > a {
  height: 53px;
  border: none;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: none;
  background-color: #988565;
  color: #fff;
}
.tab .tab_btn.support_tab > li > a {
  height: 63px;
  padding: 4px 4px 4px;
  font-size: 12px;
}
.tab .tab_btn.support_tab > li > a span.tab-center {
  display: table;
  width: 100%;
  min-height: 30px;
  height: 36px;
}
.tab .tab_btn.support_tab > li > a span.tab-center span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tab .tab_btn.support_tab > li.is-current > a {
  height: 68px;
  padding: 4px 4px 4px;
  text-align: center;
}
.tab .tab_btn.support-coupon_tab > li > a {
  height: 48px;
  padding: 4px 4px 4px;
  font-size: 12px;
}
.tab .tab_btn.support-coupon_tab > li > a span.tab-center {
  display: table;
  width: 100%;
  min-height: 30px;
  height: 36px;
}
.tab .tab_btn.support-coupon_tab > li > a span.tab-center span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tab .tab_btn.support-coupon_tab > li.is-current > a {
  height: 53px;
  padding: 4px 4px 4px;
  text-align: center;
}

/* --------------------
 modal
-------------------- */
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 230px;
  margin-left: -125px;
  padding: 10px;
  background-color: #f9f3e1;
  z-index: 1000;
}

/* --------------------
 top modal
-------------------- */
.top_modal_content {
  position: absolute;
  top: 80px;
  left: 30px;
  width: 250px;
}
.top_modal_content .top_modal_content-text {
  padding-bottom: 5px;
  border-bottom: 1px solid #8e7853;
  color: #fff;
}
.top_modal_content .top_modal_content-title {
  margin: 3px 0;
  color: #fff;
  text-align: center;
}

.top_modal_content-main {
  padding: 10px;
  background-color: #5d3e08;
}

/* btn-m override */
.top_modal_content .btn-m {
  width: 100%;
}
.top_modal_content .btn-m:last-child {
  margin-bottom: 0;
}
.top_modal_content .btn-m a {
  text-align: left;
}

.top_modal_close {
  position: absolute;
  top: -16px;
  right: -12px;
}

.top_login_box {
  padding: 10px;
  background-color: #8e7853;
}

.top_login_box :first-child {
  margin: 0;
}

/* --------------------
 calendar
-------------------- */
.calendar-head {
  position: relative;
  height: 20px;
}

.calendar-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  heiht: 1em;
  text-align: center;
  font-size: 17px;
}

.calendar-changemonth_prev {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 14px;
  background-image: url('../img/sprites/calendar-sfea55021c1.png');
  background-size: 12px 28px;
  background-position: 0 5px;
  background-repeat: no-repeat;
}

.calendar-changemonth_next {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 14px;
  background-image: url('../img/sprites/calendar-sfea55021c1.png');
  background-size: 12px 28px;
  background-position: right -12px;
  background-repeat: no-repeat;
}

.calendar-table {
  width: 100%;
  margin-top: 5px;
  border: none;
  border-collapse: collapse;
}
.calendar-table th {
  height: 24px;
  border: 1px solid #c0af91;
  background-color: #d5c8af;
  text-align: center;
  color: #514736;
  font-size: 14px;
  vertical-align: middle;
}
.calendar-table th.sun {
  background-color: #edccc5;
  color: #ba341b;
}
.calendar-table th.sat {
  background-color: #c9d7f1;
  color: #2c63c8;
}
.calendar-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 43px;
  padding: 11px 0;
  border: 1px solid #c0af91;
  text-align: center;
}
.calendar-table td.is-nonactive {
  background-color: #ebe4d1;
  color: #988565;
}
.calendar-table td.is-current {
  background-color: #7c6a4f;
  color: #fff;
  text-decoration: none;
}

.time-table {
  width: 100%;
  margin-top: 5px;
  border: none;
  border-collapse: collapse;
}
.time-table th {
  height: 24px;
  border: 1px solid #c0af91;
  background-color: #d5c8af;
  text-align: center;
  color: #514736;
  font-size: 14px;
  vertical-align: middle;
}
.time-table th.sun {
  background-color: #edccc5;
  color: #ba341b;
}
.time-table th.sat {
  background-color: #c9d7f1;
  color: #2c63c8;
}
.time-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 0;
  border: 1px solid #c0af91;
  text-align: center;
  /*         &.is-current {
              background-color: #7c6a4f;
              color: #fff;
              text-decoration: none;
          } */
}
.time-table td.is-nonactive {
  background-color: #ebe4d1;
  color: #c0af91;
}
.time-table td.is-time_a {
  background-image: url('../img/sprites/status-s593f099701.png');
  background-size: 22px 185px;
  background-position: center -30px;
  background-repeat: no-repeat;
}
.time-table td.is-time_b {
  background-image: url('../img/sprites/status-s593f099701.png');
  background-size: 22px 185px;
  background-position: center -112px;
  background-repeat: no-repeat;
}
.time-table td.is-time_c {
  background-image: url('../img/sprites/status-s593f099701.png');
  background-size: 22px 185px;
  background-position: center -153px;
  background-repeat: no-repeat;
}

.time_cart-table {
  width: 100%;
  margin-top: 5px;
  border: none;
  border-collapse: collapse;
}
.time_cart-table th {
  height: 24px;
  border: 1px solid #c0af91;
  background-color: #d5c8af;
  text-align: center;
  color: #514736;
  font-size: 14px;
  vertical-align: middle;
}
.time_cart-table th.sun {
  background-color: #edccc5;
  color: #ba341b;
}
.time_cart-table th.sat {
  background-color: #c9d7f1;
  color: #2c63c8;
}
.time_cart-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c0af91;
  text-align: center;
}
.time_cart-table td.is-nonactive {
  background-color: #ebe4d1;
  color: #c0af91;
}
.time_cart-table td > span {
  display: block;
  padding: 21px 0;
}
.time_cart-table td > a {
  display: block;
  padding: 21px 0;
  border: 1px solid #d5c8af;
  border-radius: 4px;
}
.time_cart-table td > a.is-time_a {
  background-image: url('../img/sprites/status-s593f099701.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 22px 185px, auto auto;
  background-position: center -30px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s593f099701.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 185px, auto auto;
  background-position: center -30px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s593f099701.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 185px, auto auto;
  background-position: center -30px, 0 0;
  background-repeat: no-repeat;
}
.time_cart-table td > a.is-time_a.is-current {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/status-s593f099701.png');
  background-size: 22px 185px;
  background-position: center 11px;
  background-repeat: no-repeat;
}
.time_cart-table td > a.is-time_b {
  background-image: url('../img/sprites/status-s593f099701.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 22px 185px, auto auto;
  background-position: center -112px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s593f099701.png'), -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 185px, auto auto;
  background-position: center -112px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s593f099701.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 185px, auto auto;
  background-position: center -112px, 0 0;
  background-repeat: no-repeat;
}
.time_cart-table td > a.is-time_b.is-current {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/status-s593f099701.png');
  background-size: 22px 185px;
  background-position: center -71px;
  background-repeat: no-repeat;
}
.time_cart-table td > a.is-time_c {
  border: none;
  border-radius: 0;
  background-image: url('../img/sprites/status-s593f099701.png');
  background-size: 22px 185px;
  background-position: center -153px;
  background-repeat: no-repeat;
}

/* --------------------
 nav
-------------------- */
.nav {
  padding: 5px;
  background-color: #c0af91;
}

/* nav_lists
-------------------- */
.nav_lists-li {
  margin-top: 1px;
  background-color: #fff;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2308px;
  background-repeat: no-repeat;
}
.nav_lists-li > span {
  display: block;
  min-height: 40px;
  color: #2c2416;
}
.nav_lists-li .nav_lists-text {
  display: inline-block;
  padding: 8px 30px 8px 10px;
  font-size: 16px;
}
.nav_lists-li:first-child {
  margin-top: 0;
}

.nav_lists-nodata.nav_lists-li {
  background: #fff none;
}
.nav_lists-nodata.nav_lists-li > span {
  color: #c0af91;
}

.nav_lists-link.nav_lists-li {
  background-color: #fff;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2816px;
  background-repeat: no-repeat;
}
.nav_lists-link.nav_lists-li > a {
  display: block;
  min-height: 40px;
}

.is-open.nav_lists-li {
  background-color: #fff;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2408px;
  background-repeat: no-repeat;
}

/* nav_lists child
-------------------- */
.nav_child {
  position: relative;
}
.nav_child > li {
  border-top: 1px solid #c0af91;
}
.nav_child > li a {
  display: block;
  padding: 10px 20px 10px 10px;
  background-color: #ebe4d1;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2816px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #514736;
}

/* --------------------
 nav_coupon
-------------------- */
.nav_coupon {
  padding: 5px;
  background-color: #c0af91;
}

.nav_coupon-li {
  margin-top: 1px;
  background-color: #fff;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2308px;
  background-repeat: no-repeat;
}
.nav_coupon-li > span {
  display: block;
  min-height: 40px;
  color: #2c2416;
}
.nav_coupon-li .nav_coupon-text {
  display: inline-block;
  padding: 8px 30px 8px 10px;
  font-size: 16px;
}
.nav_coupon-li:first-child {
  margin-top: 0;
}

.nav_coupon-nodata.nav_coupon-li {
  background: #fff none;
}
.nav_coupon-nodata.nav_coupon-li > span {
  color: #c0af91;
}

.is-open.nav_coupon-li {
  background-color: #fff;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2408px;
  background-repeat: no-repeat;
}

/* nav_coupon child
-------------------- */
.nav_coupon_child > li {
  padding: 5px;
  border-top: 1px solid #c0af91;
  background: #ebe4d1;
}

/* --------------------
 nav_menu
-------------------- */
.nav_menu {
  background: #d1bd75;
  padding-bottom: 5px;
}
.nav_menu .nav_menu_title {
  margin: 3px 0;
}

/* menu nav_menu_lists
-------------------- */
.nav_menu_lists {
  padding: 0 5px;
}

.nav_menu_lists-li {
  margin-top: 1px;
  background-color: #eae1c1;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2308px;
  background-repeat: no-repeat;
}
.nav_menu_lists-li > span {
  display: block;
  min-height: 40px;
  padding-left: 60px;
  color: #2c2416;
}
.nav_menu_lists-li .nav_menu_lists-limited {
  background: url(../img/bg_nav_menu_limited.png) no-repeat left center;
  background-size: 60px auto;
}
.nav_menu_lists-li .nav_menu_lists-kama {
  background: url(../img/bg_nav_menu_kama.png) no-repeat left center;
  background-size: 60px auto;
}
.nav_menu_lists-li .nav_menu_lists-lunch {
  background: url(../img/bg_nav_menu_lunch.png) no-repeat left center;
  background-size: 60px auto;
}
.nav_menu_lists-li .nav_menu_lists-side {
  background: url(../img/bg_nav_menu_side.png) no-repeat left center;
  background-size: 60px auto;
}
.nav_menu_lists-li .nav_menu_lists-dessert {
  background: url(../img/bg_nav_menu_dessert.png) no-repeat left center;
  background-size: 60px auto;
}
.nav_menu_lists-li .nav_menu_lists-text {
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;
}
.nav_menu_lists-li:first-child {
  margin-top: 0;
}

.is-open.nav_menu_lists-li {
  background-color: #eae1c1;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2408px;
  background-repeat: no-repeat;
}

.nav_menu_lists-li_modal.nav_menu_lists-li {
  background-color: #eae1c1;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2816px;
  background-repeat: no-repeat;
}

/* menu lists
-------------------- */
.nav_menu_child {
  position: relative;
}
.nav_menu_child > li {
  border-top: 1px solid #c0af91;
}
.nav_menu_child > li a {
  display: block;
  padding: 10px 20px 10px 10px;
  background-color: #fff;
  background-image: url('../img/sprites/buttons_l-s56948dc19c.png');
  background-size: 25px 2841px;
  background-position: right -2816px;
  background-repeat: no-repeat;
  text-decoration: none;
}

/* --------------------
 neta_area
-------------------- */
.neta_area {
  padding-top: 1px;
  background-color: #ebe4d1;
}

/* --------------------
 neta_box
-------------------- */
.neta_box {
  margin: 10px 0;
  border: 5px solid #c0af91;
}

.neta_box-title {
  display: table;
  width: 100%;
  border-top: 1px solid #c0af91;
}
.neta_box-title > div {
  display: table-cell;
  width: 50%;
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  vertical-align: middle;
}
.neta_box-title > div.neta_box-heading {
  font-size: 16px;
}
.neta_box-title > div.neta_box-heading .icon {
  margin: 0 5px 5px 0;
  vertical-align: middle;
}
.neta_box-title > div.neta_box-neta {
  font-size: 11px;
  text-align: right;
  color: #514736;
}

.neta_box-content {
  padding: 5px;
  border-top: 1px solid #c0af91;
  background: #ebe4d1;
}

/* --------------------
 neta_list
-------------------- */
.neta_lists {
  width: 100%;
}
.neta_lists thead th:first-child {
  padding-left: 5px;
}
.neta_lists th, .neta_lists td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c0af91;
  font-weight: normal;
  vertical-align: middle;
}
.neta_lists th .icon, .neta_lists td .icon {
  margin: 0 5px 5px 0;
  vertical-align: middle;
}
.neta_lists th {
  padding-bottom: 5px;
  font-size: 13px;
}
.neta_lists td {
  padding: 5px;
  background: #fff;
  font-size: 11px;
}
.neta_lists .neta_lists-arrow {
  width: 20px;
  padding: 0;
}

.btn-delete > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding-top: 11px;
  border: 1px solid #d5c8af;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background: -webkit-linear-gradient(top, white 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  text-align: center;
}

/* --------------------
 pagetop
-------------------- */
.pagetop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1100;
  display: none;
  /* width: auto; */
  padding: 20px 4px 4px 4px;
  border: 2px solid #8c1700;
  border-radius: 4px;
  background: url(../img/icn_pagetop.png) no-repeat center 9px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffffe), color-stop(19%, #fcfbf8), color-stop(77%, #efe9da), color-stop(100%, #ebe5d2));
  background: url(../img/icn_pagetop.png) no-repeat center 9px, -webkit-linear-gradient(top, #fffffe 0%, #fcfbf8 19%, #efe9da 77%, #ebe5d2 100%);
  background: url(../img/icn_pagetop.png) no-repeat center 9px, linear-gradient(to bottom, #fffffe 0%, #fcfbf8 19%, #efe9da 77%, #ebe5d2 100%);
  background-size: 9px auto, auto auto;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  font-size: 17px;
  font-weight: bold;
  color: #8c1700;
}

/* --------------------
 yahoo_credit
-------------------- */
.yahoo_credit {
  margin-top: 15px;
}
.yahoo_credit a:link {
  color: #4183d6;
  text-decoration: none;
}
.yahoo_credit a:visited {
  color: #941d55;
  text-decoration: none;
}
.yahoo_credit a:active {
  text-decoration: underline;
}
.yahoo_credit a:hover {
  text-decoration: underline;
}
