@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 {
  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;
}

.wi65p {
  width: 65% !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 */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 110px;
}

/* --------------------
 base
-------------------- */
body {
  font-family: Roboto, "Droid Snas", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #2c2416;
  background-color: #f9f3e1;
  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-coupon,
.header_main-coupon-none,
.header_main-logout,
.header_main-beginner,
.header_main-login {
  -webkit-box-flex: 1;
  box-flex: 1;
}

.header_main-logo {
  width: 50%;
  background-color: #2c2416;
  border: 1px solid #2c2416;
}

.header_main-coupon,
.header_main-beginner {
  width: 25%;
  max-height: 50px;
  border: 1px solid #7c6a4f;
  background: -webkit-linear-gradient(top, #988565 0%, #8a795c 24%, #5d523e 79%, #524837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #988565 0%, #8a795c 24%, #5d523e 79%, #524837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
}

.header_main-coupon-none {
  width: 25%;
  max-height: 50px;
  border: 1px solid #2c2416;
  background-color: #2c2416;
}

.header_main-logout,
.header_main-login {
  width: 25%;
  max-height: 50px;
  border: 1px solid #8c1700;
  background: -webkit-linear-gradient(top, #b9341b 0%, #a52c16 24%, #661606 74%, #4e0d00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b9341b 0%, #a52c16 24%, #661606 74%, #4e0d00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
}

/* header_sub */
.header_nav {
  background: #ba341b url(../img/bg_hd.png) no-repeat;
  background-size: 320px auto;
}
.header_nav img {
  margin: 0 4px 2px 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: #2c2416;
  box-shadow: 0px 0px 3px 1px rgba(44, 36, 22, 0.4);
  color: #fff;
  text-align: center;
}

/* --------------------
 header member
-------------------- */
/* header_main */
.header_main_member {
  display: -webkit-box;
  display: box;
  background-color: #2c2416;
}
.header_main_member > div {
  -webkit-box-flex: 1;
  box-flex: 1;
}

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

.header_main_member-ginsara {
  width: 41.25%;
}

.header_main_member-other {
  width: 58.75%;
}

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

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

.header_main_ginsara_only-ginsara {
  width: 34.375%;
}

.header_main_ginsara_only-spacer {
  width: 65.625%;
}

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

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

.header_main_popup-ginsara {
  width: 34.375%;
}

.header_main_popup-kamatora {
  width: 26.875%;
}

.header_main_popup-spacer {
  width: 27.353%;
}

.header_main_popup-close {
  width: 12.647%;
  padding-top: 1px;
}

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

/* --------------------
 footer
-------------------- */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  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-s38e9210712.png');
  background-size: 16px 128px;
  background-position: right -104px;
  background-repeat: no-repeat;
}

.footer_close {
  background-color: #c0af91;
  background-image: url('../img/sprites/footer-s38e9210712.png');
  background-size: 16px 128px;
  background-position: right -12px;
  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-s38e9210712.png');
  background-size: 16px 128px;
  background-position: 0 -53px;
  background-repeat: no-repeat;
}

.btn-member .icon {
  padding: 4px 0 2px 18px;
  background-image: url('../img/sprites/footer-s38e9210712.png');
  background-size: 16px 128px;
  background-position: 0 -85px;
  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-s38e9210712.png');
  background-size: 16px 128px;
  background-position: right 10px;
  background-repeat: no-repeat;
}
.footer_tools-sub_wrap > div:nth-child(even) {
  margin-left: 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-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 5px -131px;
  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 dotted #8c1700;
  background-image: url('../img/sprites/heading-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -183px;
  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:first-child, .modal_content h2:first-child {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

h3 {
  margin: 22px 5px 10px;
  padding-left: 21px;
  padding-bottom: 2px;
  border-bottom: 1px solid #c0af91;
  background-image: url('../img/sprites/heading-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -231px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 1.2;
}
h3.menuindex {
  margin: 22px 5px 10px;
  padding-left: 21px;
  padding-bottom: 2px;
  border-bottom: 1px solid #c0af91;
  background-image: url('../img/sprites/heading-s49a6bff4ab_new.png');
  background-size: 19px 695px;
  background-position: 0 -231px;
  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;
}
.netafix_box h3 {
  margin-top: 0;
}

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

.h3-neta {
  margin-bottom: 7px;
  padding: 2px 5px;
  border-bottom: 1px solid #c0af91;
  font-size: 17px;
}

.h3-neta_fin {
  margin-bottom: 7px;
  padding: 2px 5px;
  border-bottom: 1px solid #f4c030;
  font-size: 17px;
}

h4 {
  margin: 12px 5px 5px;
  padding-left: 19px;
  background-image: url('../img/sprites/heading-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -275px;
  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-sa4d896512f.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-sa4d896512f.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-sa4d896512f.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 {
  margin-top: 25px;
  padding: 5px;
  background-color: #ffe089;
}

.netafix_box {
  background-color: #ffdf88;
  border: 5px solid #f4c030;
}

/* 予約状況エリア */
.reserve_box {
  padding: 5px;
  background: #e0d5be;
}
.reserve_box .h2-time,
.reserve_box .btn-m {
  margin: 0;
}

.reserve_box_time_box {
  margin-top: 5px;
  background-color: #c0af91;
}
.reserve_box_time_box .reserve_box_time_box-text {
  text-align: center;
  font-size: 17px;
}
.reserve_box_time_box .reserve_box_time_box-time {
  font-size: 25px;
  color: #8c1700;
}

/* --------------------
 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-flex-nowidth {
  display: -webkit-box;
  display: box;
  margin-top: 5px;
}
.col-flex-nowidth .col {
  -webkit-box-flex: 1;
  box-flex: 1;
  margin-right: 5px;
}
.col-flex-nowidth .col:last-child {
  margin-right: 0;
}

.col-inline {
  margin: 6px -5px 0 0;
  overflow: hidden;
  font-size: 0;
}
.col-inline .col {
  display: inline-block;
  font-size: 14px;
}
.col-inline.col-1of2 .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 6px 0 0;
  margin-bottom: 6px;
}
.col-inline.col-1of3 .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 6px 0 0;
  margin-bottom: 6px;
}
.col-inline.col-1of5 .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding: 0 6px 0 0;
  margin: 5px 0 0;
}

/* --------------------
 table
-------------------- */
table.none_style {
  width: 100%;
}
table.none_style th, table.none_style td {
  padding: 5px;
  vertical-align: top;
}

/* --------------------
 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; */
  padding-top: 3px;
  vertical-align: middle;
  line-height: 1;
}
.btn-l a .icon.icon-member {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -2745px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-login {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -2639px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-cart {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -2325px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-neta_change {
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1167px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-down {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -531px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-mail {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -850px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-mail_02 {
  padding-left: 30px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -951px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-shopselect {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1483px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-shoplist {
  padding-left: 29px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1377px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-coupon_box {
  height: 23px;
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -215px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-coupon {
  padding-left: 32px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -109px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-gps {
  padding-left: 30px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -637px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-insert {
  padding-left: 30px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -744px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-cancel {
  padding-left: 30px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-rules {
  padding-left: 26px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1271px;
  background-repeat: no-repeat;
}
.btn-l a .icon.icon-menu {
  padding-top: 7px;
  padding-left: 34px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1053px;
  background-repeat: no-repeat;
  font-size: 14px;
}
.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;
  pointer-events: 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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -2429px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -215px;
  background-repeat: no-repeat;
}
.btn-accordion a .icon.icon-coupon {
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -109px;
  background-repeat: no-repeat;
}
.btn-accordion.is-close a {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.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: 30px 3552px, auto auto;
  background-position: right -2213px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), -webkit-linear-gradient(top, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2213px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), linear-gradient(to bottom, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2213px, 0 0;
  background-repeat: no-repeat;
}
.btn-accordion.is-open a {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.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: 30px 3552px, auto auto;
  background-position: right -2113px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), -webkit-linear-gradient(top, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2113px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), linear-gradient(to bottom, #988565 0%, #89785b 26%, #605440 75%, #524837 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2113px, 0 0;
  background-repeat: no-repeat;
}
.btn-accordion.is-disabled a {
  border: 1px solid #acaba5;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.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: 30px 3552px, auto auto;
  background-position: right -2013px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), -webkit-linear-gradient(top, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2013px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), linear-gradient(to bottom, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2013px, 0 0;
  background-repeat: no-repeat;
  color: #ccc;
  text-shadow: none;
  pointer-events: none;
}
.btn-accordion.is-disabled a .icon.icon-coupon_box {
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -321px;
  background-repeat: no-repeat;
}
.btn-accordion.is-disabled a .icon.icon-coupon {
  padding-left: 31px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -426px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1167px;
  background-repeat: no-repeat;
}
.btn-accordion_neta.is-close a {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.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: 30px 3552px, auto auto;
  background-position: right -2213px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), -webkit-linear-gradient(top, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2213px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), linear-gradient(to bottom, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2213px, 0 0;
  background-repeat: no-repeat;
}
.btn-accordion_neta.is-open a {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.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: 30px 3552px, auto auto;
  background-position: right -2113px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), -webkit-linear-gradient(top, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2113px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), linear-gradient(to bottom, #ffe088 0%, #f8d46f 23%, #e2af21 73%, #dda60e 87%, #d99f00 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2113px, 0 0;
  background-repeat: no-repeat;
}
.btn-accordion_neta.is-disabled a {
  border: 1px solid #acaba5;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.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: 30px 3552px, auto auto;
  background-position: right -2013px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), -webkit-linear-gradient(top, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2013px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png'), linear-gradient(to bottom, #b7b5b0 0%, #b3b1ac 17%, #9b9994 78%, #95938d 100%);
  background-size: 30px 3552px, auto auto;
  background-position: right -2013px, 0 0;
  background-repeat: no-repeat;
  color: #ccc;
  text-shadow: none;
  pointer-events: 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-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 198px, auto auto;
  background-position: right 16px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right 16px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right 16px, 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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1919px;
  background-repeat: no-repeat;
}
.btn-m a .icon.icon-gps {
  height: 23px;
  padding-left: 26px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1698px;
  background-repeat: no-repeat;
}
.btn-m a .icon.icon-address {
  height: 24px;
  padding-left: 26px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1589px;
  background-repeat: no-repeat;
}
.btn-m a .icon.icon-leaflet {
  height: 23px;
  padding-left: 37px;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: 0 -1806px;
  background-repeat: no-repeat;
}
.btn-m.lv02 a {
  padding: 7px 15px 7px 8px;
  border: 1px solid #988565;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8af), color-stop(100%, #c0af91));
  background-size: 17px 198px, auto auto;
  background-position: right 16px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 198px, auto auto;
  background-position: right 16px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 198px, auto auto;
  background-position: right 16px, 0 0;
  background-repeat: no-repeat;
  color: #2c2416;
}
.btn-m.lv02-2row a {
  height: 62px;
  padding: 7px 15px 7px 8px;
  border: 1px solid #988565;
  background-image: url("../img/sprites/buttons_m/icn_btn-m.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8af), color-stop(100%, #c0af91));
  background-size: 17px auto, auto auto;
  background-position: right 16px, 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/sprites/buttons_m/icn_btn-m.png"), -webkit-linear-gradient(top, #d5c8af 0%, #c0af91 100%);
  background-size: 17px auto, auto auto;
  background-position: right 16px, 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/sprites/buttons_m/icn_btn-m.png"), linear-gradient(to bottom, #d5c8af 0%, #c0af91 100%);
  background-size: 17px auto, auto auto;
  background-position: right center, 0 0;
  background-repeat: no-repeat;
  color: #2c2416;
}
.btn-m.lv03 a {
  padding: 7px 15px 7px 8px;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 198px, auto auto;
  background-position: right -80px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -80px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -80px, 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-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8af), color-stop(100%, #c0af91));
  background-size: 17px 198px, auto auto;
  background-position: right -126px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -126px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -126px, 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-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8af), color-stop(100%, #c0af91));
  background-size: 17px 198px, auto auto;
  background-position: right -80px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -80px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #d5c8af 0%, #c0af91 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -80px, 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-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 198px, auto auto;
  background-position: 0 -32px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: 0 -32px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: 0 -32px, 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-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 198px, auto auto;
  background-position: right -85px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -85px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -85px, 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-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 198px, auto auto;
  background-position: right 10px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right 10px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right 10px, 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-s06f1eef7af.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 198px, auto auto;
  background-position: right -174px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -174px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/buttons_m-s06f1eef7af.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 198px, auto auto;
  background-position: right -174px, 0 0;
  background-repeat: no-repeat;
}
.btn-m.lv_cancel-neta a {
  padding: 5px 22px 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
}
.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;
  pointer-events: none;
}

/* 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-s76929bbc27.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-s76929bbc27.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-s76929bbc27.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;
  pointer-events: none;
}

.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-s76929bbc27.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;
}

.yenlist {
  margin-top: 0.5em;
  margin-bottom: 5px;
}
.yenlist > li {
  font-size: 14px;
}

.link {
  text-align: right;
}

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

.link-anchor {
  text-align: left;
}

.link-anchor-icon {
  padding-left: 12px;
  background: url(../img/icn_text_anchor_link.png) no-repeat left center;
  background-size: 8px auto;
}

.address {
  padding-left: 20px;
}

.address-icon {
  margin-left: -20px;
  padding-left: 20px;
  background-image: url('../img/sprites/heading-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 0;
  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-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -455px;
  background-repeat: no-repeat;
}

.tel02 {
  display: inline-block;
}

.tel02-icon {
  padding-left: 14px;
  background-image: url('../img/sprites/heading-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -500px;
  background-repeat: no-repeat;
}

.yen-text {
  padding-left: 20px;
  color: #2c2416;
  border: none;
  font-weight: bold;
  font-size: 14px;
  background-image: url('../img/sprites/heading-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -632px;
  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;
}

.label-strong {
  display: inline-block;
  padding: 0 5px;
  background-color: #c8161e;
  color: #fff;
}

.label-select {
  padding: 5px;
  border: 1px solid #c8161e;
  border-radius: 5px;
  text-align: center;
  color: #c8161e;
}

/* --------------------
 banner
-------------------- */
.banner a {
  display: block;
  max-width: 602px;
  margin: 0 auto;
  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 #c0af91;
}

/* --------------------
 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: #f9f3e1;
}
input[type="text"]:disabled, input[type="email"]:disabled, input[type="tel"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, textarea:disabled {
  color: #e6e6e6;
  background-color: #e6e6e6;
}
input[type="text"]:disabled::-moz-placeholder, input[type="email"]:disabled::-moz-placeholder, input[type="tel"]:disabled::-moz-placeholder, input[type="number"]:disabled::-moz-placeholder, input[type="password"]:disabled::-moz-placeholder, textarea:disabled::-moz-placeholder {
  color: #e6e6e6;
  opacity: 1;
}
input[type="text"]:disabled::-webkit-input-placeholder, input[type="email"]:disabled::-webkit-input-placeholder, input[type="tel"]:disabled::-webkit-input-placeholder, input[type="number"]:disabled::-webkit-input-placeholder, input[type="password"]:disabled::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder {
  color: #e6e6e6;
}
input[type="text"]:disabled:-ms-input-placeholder, input[type="email"]:disabled:-ms-input-placeholder, input[type="tel"]:disabled:-ms-input-placeholder, input[type="number"]:disabled:-ms-input-placeholder, input[type="password"]:disabled:-ms-input-placeholder, textarea:disabled:-ms-input-placeholder {
  color: #e6e6e6;
}

/* 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: 68%;
  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-s50e17e207f.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 17px 539px, auto auto;
  background-position: right -517px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/form-s50e17e207f.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 539px, auto auto;
  background-position: right -517px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/form-s50e17e207f.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 17px 539px, auto auto;
  background-position: right -517px, 0 0;
  background-repeat: no-repeat;
  color: #514736;
  font-size: 14px;
}
.form_select.is-error {
  background-image: url('../img/sprites/form-s50e17e207f.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faebe0), color-stop(100%, #f6d8cc));
  background-size: 17px 539px, auto auto;
  background-position: right -517px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/form-s50e17e207f.png'), -webkit-linear-gradient(top, #faebe0 0%, #f6d8cc 100%);
  background-size: 17px 539px, auto auto;
  background-position: right -517px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/form-s50e17e207f.png'), linear-gradient(to bottom, #faebe0 0%, #f6d8cc 100%);
  background-size: 17px 539px, auto auto;
  background-position: right -517px, 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-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -293px;
  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-price {
  color: #ba341b;
}

.form_radio_price-right {
  float: right;
}

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

.form_radio input[type="radio"]:disabled + .form_radio-text {
  background-color: #e0d5be;
  background-image: url('../img/sprites/form-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -217px;
  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-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -445px;
  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 input[type="radio"].is-afew + .form_radio-text {
  padding-right: 105px;
}
.form_radio input[type="radio"].is-afew + .form_radio-text .form_radio-afew {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -15px;
}

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

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

.form_radio_price .form_radio_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-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -293px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 1.1;
  vertical-align: middle;
}
.form_radio_price .form_radio_price-content .form_radio_price-text {
  display: table-cell;
  margin-right: 10px;
  vertical-align: middle;
}
.form_radio_price .form_radio_price-content .form_radio_price-price {
  display: table-cell;
  color: #ba341b;
  text-align: right;
}

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

/* 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-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -274px;
  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-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -350px;
  background-repeat: no-repeat;
  color: #fff;
}

.form_radio_pic input[type="radio"]:checked + .form_radio_pic-content .price {
  color: #fff;
}

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

.form_radio_pic input[type="radio"]:disabled + .form_radio_pic-content .price {
  color: #ccc;
}

.form_radio_pic input[type="radio"]:disabled.is-soldout + .form_radio_pic-content {
  background-color: #acaba5;
  background-image: url('../img/sprites/form-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -426px;
  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_radio_pic input[type="radio"].is-afew + .form_radio_pic-content .table {
  position: relative;
}
.form_radio_pic input[type="radio"].is-afew + .form_radio_pic-content .table .form_radio_pic-afew {
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.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-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px 12px;
  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-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -64px;
  background-repeat: no-repeat;
  color: #fff;
}

/* form_checkbox_price
-------------------- */
.form_checkbox_price label {
  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-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px 12px;
  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-s50e17e207f.png');
  background-size: 17px 539px;
  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_pic
-------------------- */
.form_checkbox_pic label {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

.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: 40px;
  padding: 5px 5px 5px 22px;
  border-radius: 4px;
  background-color: #d5c8af;
  background-image: url('../img/sprites/form-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px 31px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 1.1;
}
.form_checkbox_pic .form_checkbox_pic-content .form_checkbox_pic-pic {
  display: table-cell;
  width: 88px;
  text-align: right;
}
.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-s50e17e207f.png');
  background-size: 17px 539px;
  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 .form_checkbox_pic-content.is-soldout {
  background-color: #acaba5;
  background-image: url('../img/sprites/form-s50e17e207f.png');
  background-size: 17px 539px;
  background-position: 4px -121px;
  background-repeat: no-repeat;
  color: #ccc;
}
.form_checkbox_pic .form_checkbox_pic-content.is-soldout .table {
  position: relative;
}
.form_checkbox_pic .form_checkbox_pic-content.is-soldout .table .form_checkbox_pic-text + .form_checkbox_pic-soldout {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -15px;
}
.form_checkbox_pic .form_checkbox_pic-content.is-soldout .table .form_checkbox_pic-soldout {
  position: absolute;
  top: 20px;
  right: 17px;
}
.form_checkbox_pic .form_checkbox_pic-content.is-soldout .form_checkbox_pic-pic > img {
  opacity: 0.5;
}
.form_checkbox_pic .form_checkbox_pic-content.is-soldout .price {
  color: #ccc;
}

.form_checkbox_pic .form_checkbox_pic-content.is-afew .table {
  position: relative;
}
.form_checkbox_pic .form_checkbox_pic-content.is-afew .table .form_checkbox_pic-afew {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* menu from
-------------------- */
.menu_form_title {
  padding: 8px 0 9px 32px;
  border-top: 1px solid #c0af91;
  background-color: #fff;
  background-image: url('../img/sprites/heading-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 11px -222px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2836px;
  background-repeat: no-repeat;
}

.menu_form_select-title {
  position: absolute;
  top: 9px;
  left: 10px;
  padding-left: 21px;
  background-image: url('../img/sprites/heading-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -230px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2836px;
  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;
  /* padding-left: 10em; */
  border: 0;
  background-color: transparent;
  font-size: 14px;
}

/* --------------------
 map
-------------------- */
.map {
  position: relative;
  margin-bottom: 40px;
}
.map .map_btn li {
  position: absolute;
}
.map .map_btn li.map_btn-hokkaido {
  top: 0;
  left: 49.8%;
}
.map .map_btn li.map_btn-east {
  top: 46.168%;
  right: 3.278%;
}
.map .map_btn li.map_btn-chubu {
  bottom: 6.7%;
  left: 47.213%;
}
.map .map_btn li.map_btn-kansai {
  top: 49.191%;
  left: 27.868%;
}
.map .map_btn li.map_btn-chugokushikoku {
  top: 63.218%;
  left: 0;
}
.map .map_btn li.map_btn-kyushu {
  bottom: -9.578%;
  left: 9.836%;
}
.map .map_btn li.map_btn-okinawa {
  top: 19.54%;
  left: 0;
}
.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-top: 8px;
  margin-bottom: 8px;
}
.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.is-afew {
  position: relative;
}
.menu_visual .menu_visual-photo.is-afew .menu_visual-txt_afew {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -49px;
}
.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_visual .menu_visual-photo_only.is-afew {
  position: relative;
}
.menu_visual .menu_visual-photo_only.is-afew .menu_visual-txt_afew {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -49px;
}

.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_photo.is-afew {
  position: relative;
}
.menu_photo.is-afew .menu_photo-txt_afew {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -49px;
}

.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-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 11px -222px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2837px;
  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-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -230px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2837px;
  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;
  border-top: 1px solid #c0af91;
  background-color: #ffe9cf;
}
.total_box .total .total-price:first-child {
  border-top: none;
}
.total_box .total .total-card {
  padding: 0 7px 6px;
  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-img {
  padding: 3px 0 10px;
  text-align: center;
}
.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-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -230px;
  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-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 8px -222px;
  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_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_neta_lists {
  width: 100%;
}
.order_neta_lists tr {
  border-top: 1px dotted #c0af91;
}
.order_neta_lists td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  padding: 8px 9px;
  background-color: #ebe4d1;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.order_neta_lists td:last-child {
  text-align: right;
}
.order_neta_lists td.order_neta_lists-arrow {
  width: 20px;
  padding: 0;
  text-align: center;
}
.order_neta_lists td.order_neta_lists-arrow img {
  vertical-align: middle;
}

.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;
  border: 2px solid #c0af91;
  background-color: #ebe4d1;
  font-size: 16px;
}
.order_subtotal dl {
  display: -webkit-box;
  display: box;
  padding: 6px 9px;
}
.order_subtotal dl:first-child {
  border-bottom: 1px solid #c0af91;
}
.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-s49a6bff4ab.png');
  background-size: 19px 695px;
  background-position: 0 -544px;
  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%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background: -webkit-linear-gradient(top, #ffffff 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 > li.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;
  pointer-events: none;
}
.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_tab > li.is-disabled > a {
  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;
}
.tab .tab_btn.support-coupon_tab > li.is-disabled > a {
  padding: 4px 4px 4px;
  text-align: center;
}
.tab .tab_btn.order_tab > li > a {
  height: 53px;
  padding: 4px 4px 4px;
  font-size: 16px;
}
.tab .tab_btn.order_tab > li > a span.tab-center {
  display: table;
  width: 100%;
  height: 100%;
}
.tab .tab_btn.order_tab > li > a span.tab-center span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tab .tab_btn.order_tab > li.is-current > a {
  height: 58px;
  padding: 4px 4px 4px;
  text-align: center;
}
.tab .tab_btn.order_tab > li.is-disabled > a {
  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;
  z-index: 1000;
}

.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;
}

.modal_close {
  position: absolute;
  top: -20px;
  right: -20px;
}

/* --------------------
 top modal
-------------------- */
.top_modal_content {
  position: absolute;
  top: 80px;
  left: 30px;
  width: 250px;
  z-index: 1000;
}
.top_modal_content .top_modal_content-text {
  padding-bottom: 5px;
  border-bottom: 1px solid #ab7373;
  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: #660000;
}

.top_modal_content-main_normal {
  padding: 10px;
  background-color: #f9f3e1;
}

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

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

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

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

.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-s4d17f8af54.png');
  background-size: 12px 28px;
  background-position: 0 -11px;
  background-repeat: no-repeat;
}

.calendar-changemonth_next {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 14px;
  background-image: url('../img/sprites/calendar-s4d17f8af54.png');
  background-size: 12px 28px;
  background-position: right 5px;
  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 th.strong {
  padding: 5px;
  background-color: #978464;
  color: #fff;
}
.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-s330025368f.png');
  background-size: 22px 349px;
  background-position: center 11px;
  background-repeat: no-repeat;
}
.time-table td.is-time_b {
  background-image: url('../img/sprites/status-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -71px;
  background-repeat: no-repeat;
}
.time-table td.is-time_c {
  background-image: url('../img/sprites/status-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -153px;
  background-repeat: no-repeat;
}
.time-table td.is-time_d {
  background-image: url('../img/sprites/status-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -194px;
  background-repeat: no-repeat;
}
.time-table td.is-time_e {
  background-image: url('../img/sprites/status-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -276px;
  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-s330025368f.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 22px 349px, auto auto;
  background-position: center 11px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s330025368f.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 349px, auto auto;
  background-position: center 11px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s330025368f.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 349px, auto auto;
  background-position: center 11px, 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-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -30px;
  background-repeat: no-repeat;
}
.time_cart-table td > a.is-time_b {
  background-image: url('../img/sprites/status-s330025368f.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 22px 349px, auto auto;
  background-position: center -71px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s330025368f.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 349px, auto auto;
  background-position: center -71px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s330025368f.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 349px, auto auto;
  background-position: center -71px, 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-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -112px;
  background-repeat: no-repeat;
}
.time_cart-table td > a.is-time_c {
  border: none;
  border-radius: 0;
  background-image: url('../img/sprites/status-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -153px;
  background-repeat: no-repeat;
  cursor: default;
}
.time_cart-table td > a.is-time_d {
  background-image: url('../img/sprites/status-s330025368f.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background-size: 22px 349px, auto auto;
  background-position: center -194px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s330025368f.png'), -webkit-linear-gradient(top, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 349px, auto auto;
  background-position: center -194px, 0 0;
  background-repeat: no-repeat;
  background-image: url('../img/sprites/status-s330025368f.png'), linear-gradient(to bottom, #ffffff 0%, #fbfaf6 25%, #efe9da 77%, #ebe4d2 100%);
  background-size: 22px 349px, auto auto;
  background-position: center -194px, 0 0;
  background-repeat: no-repeat;
}
.time_cart-table td > a.is-time_d.is-current {
  background-color: #7c6a4f;
  background-image: url('../img/sprites/status-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -235px;
  background-repeat: no-repeat;
}
.time_cart-table td > a.is-time_e {
  border: none;
  border-radius: 0;
  background-image: url('../img/sprites/status-s330025368f.png');
  background-size: 22px 349px;
  background-position: center -276px;
  background-repeat: no-repeat;
  cursor: default;
}

/* --------------------
 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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -3324px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2834px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -3024px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2834px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -3324px;
  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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -3024px;
  background-repeat: no-repeat;
}

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

/* --------------------
 nav_menu
-------------------- */
.nav_menu {
  padding: 6px;
  background: url(/sp/top/img/bg_menu.png);
  background-size: 51px auto;
}
.nav_menu .nav_menu_title {
  margin-bottom: 6px;
  background: url(/sp/top/img/bg_ttl_menu_02.png) repeat-x left center;
  background-size: auto 3px;
}
.nav_menu .nav_menu_title img {
  width: 22%;
  vertical-align: middle;
}
.nav_menu .nav_menu_title .nav_menu_title-bg {
  display: block;
  background: url(/sp/top/img/bg_ttl_menu.png) no-repeat left center;
  background-size: 14px auto;
  text-align: right;
}
.nav_menu .nav_menu_title .nav_menu_title-bg02 {
  display: block;
  padding-right: 14px;
  background: url(/sp/top/img/bg_ttl_menu_03.png) no-repeat right center;
  background-size: 14px auto;
  text-align: center;
}

/* menu nav_menu_lists
-------------------- */
.nav_menu_lists-li {
  margin-top: 1px;
  background: #ebe4d1 url("../img/bg_nav_menu_lists.png") no-repeat left top;
}
.nav_menu_lists-busy_period .nav_menu_lists-li {
  background-color: #000;
  background-image: url("../img/busy_period/bg_nav_menu_lists.png");
  background-size: 100%;
}
.nav_menu_lists-busy_period-icon-right .nav_menu_lists-li {
  background-color: #000;
  background-image: url("../img/busy_period/bg_nav_menu_lists.png");
  background-size: 100%;
}
.nav_menu_lists-li > span {
  display: block;
  min-height: 40px;
  color: #2c2416;
}
.nav_menu_lists-li .nav_menu_lists-limited,
.nav_menu_lists-li .nav_menu_lists-oke,
.nav_menu_lists-li .nav_menu_lists-chirashi_donburi,
.nav_menu_lists-li .nav_menu_lists-lunch,
.nav_menu_lists-li .nav_menu_lists-single,
.nav_menu_lists-li .nav_menu_lists-side,
.nav_menu_lists-li .nav_menu_lists-dessert {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -3324px;
  background-repeat: no-repeat;
}
.nav_menu_lists-busy_period .nav_menu_lists-li .nav_menu_lists-limited, .nav_menu_lists-busy_period
.nav_menu_lists-li .nav_menu_lists-oke, .nav_menu_lists-busy_period
.nav_menu_lists-li .nav_menu_lists-chirashi_donburi, .nav_menu_lists-busy_period
.nav_menu_lists-li .nav_menu_lists-lunch, .nav_menu_lists-busy_period
.nav_menu_lists-li .nav_menu_lists-single, .nav_menu_lists-busy_period
.nav_menu_lists-li .nav_menu_lists-side, .nav_menu_lists-busy_period
.nav_menu_lists-li .nav_menu_lists-dessert {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -3424px;
  background-repeat: no-repeat;
}
.nav_menu_lists-busy_period-icon-right .nav_menu_lists-li .nav_menu_lists-limited, .nav_menu_lists-busy_period-icon-right
.nav_menu_lists-li .nav_menu_lists-oke, .nav_menu_lists-busy_period-icon-right
.nav_menu_lists-li .nav_menu_lists-chirashi_donburi, .nav_menu_lists-busy_period-icon-right
.nav_menu_lists-li .nav_menu_lists-lunch, .nav_menu_lists-busy_period-icon-right
.nav_menu_lists-li .nav_menu_lists-single, .nav_menu_lists-busy_period-icon-right
.nav_menu_lists-li .nav_menu_lists-side, .nav_menu_lists-busy_period-icon-right
.nav_menu_lists-li .nav_menu_lists-dessert {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2928px;
  background-repeat: no-repeat;
}
.nav_menu_lists-busy_icon-right .nav_menu_lists-li .nav_menu_lists-limited, .nav_menu_lists-busy_icon-right
.nav_menu_lists-li .nav_menu_lists-oke, .nav_menu_lists-busy_icon-right
.nav_menu_lists-li .nav_menu_lists-chirashi_donburi, .nav_menu_lists-busy_icon-right
.nav_menu_lists-li .nav_menu_lists-lunch, .nav_menu_lists-busy_icon-right
.nav_menu_lists-li .nav_menu_lists-single, .nav_menu_lists-busy_icon-right
.nav_menu_lists-li .nav_menu_lists-side, .nav_menu_lists-busy_icon-right
.nav_menu_lists-li .nav_menu_lists-dessert {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2835px;
  background-repeat: no-repeat;
}
.nav_menu_lists-li .nav_menu_lists-limited .nav_menu_lists-text,
.nav_menu_lists-li .nav_menu_lists-oke .nav_menu_lists-text,
.nav_menu_lists-li .nav_menu_lists-chirashi_donburi .nav_menu_lists-text,
.nav_menu_lists-li .nav_menu_lists-lunch .nav_menu_lists-text,
.nav_menu_lists-li .nav_menu_lists-single .nav_menu_lists-text,
.nav_menu_lists-li .nav_menu_lists-side .nav_menu_lists-text,
.nav_menu_lists-li .nav_menu_lists-dessert .nav_menu_lists-text {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 52px;
}
.nav_menu_lists-li .nav_menu_lists-limited .nav_menu_lists-text {
  background-image: url("../img/busy_period/bg_nav_menu_limited.png");
}
.nav_menu_lists-li .nav_menu_lists-oke .nav_menu_lists-text {
  background-image: url("../img/busy_period/bg_nav_menu_oke.png");
}
.nav_menu_lists-li .nav_menu_lists-chirashi_donburi .nav_menu_lists-text {
  background-image: url("../img/busy_period/bg_nav_menu_chirashi_donburi.png");
}
.nav_menu_lists-li .nav_menu_lists-lunch .nav_menu_lists-text {
  background-image: url("../img/busy_period/bg_nav_menu_lunch.png");
}
.nav_menu_lists-li .nav_menu_lists-single .nav_menu_lists-text {
  background-image: url("../img/busy_period/bg_nav_menu_single.png");
}
.nav_menu_lists-li .nav_menu_lists-side .nav_menu_lists-text {
  background-image: url("../img/busy_period/bg_nav_menu_side.png");
}
.nav_menu_lists-li .nav_menu_lists-dessert .nav_menu_lists-text {
  background-image: url("../img/busy_period/bg_nav_menu_dessert.png");
}
.nav_menu_lists-li .nav_menu_lists-text {
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;
}
.nav_menu_lists-busy_period .nav_menu_lists-li .nav_menu_lists-text {
  color: #fff;
}
.nav_menu_lists-busy_period-icon-right .nav_menu_lists-li .nav_menu_lists-text {
  color: #fff;
}
.nav_menu_lists-li:first-child {
  margin-top: 0;
}

.is-open.nav_menu_lists-li > span {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -3024px;
  background-repeat: no-repeat;
}
.nav_menu_lists-busy_period .is-open.nav_menu_lists-li > span {
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -3124px;
  background-repeat: no-repeat;
}

.nav_menu_lists-li_modal.nav_menu_lists-li > span {
  background-color: #ebe4d1;
  background-image: url('../img/sprites/buttons_l-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2834px;
  background-repeat: no-repeat;
}

.is-nochild.nav_menu_lists-li > span,
.nav_menu_lists-busy_period .is-nochild.nav_menu_lists-li > span {
  background-image: none;
}

/* 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-sfb9f7e3408.png');
  background-size: 30px 3552px;
  background-position: right -2834px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.nav_menu_lists-busy_period .nav_menu_child > li a {
  color: #2c2416;
}

/* --------------------
 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%, #ffffff), color-stop(25%, #fbfaf6), color-stop(77%, #efe9da), color-stop(100%, #ebe4d2));
  background: -webkit-linear-gradient(top, #ffffff 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;
}
