@charset "UTF-8";

/* ==========================================================================
   Foundation
   ========================================================================== */

/* Variable
   ----------------------------------------------------------------- */

/* Media Query Break Point */

/* ============================================ */

/* Text Size */

/* ============================================ */

/* Mixin
   ----------------------------------------------------------------- */

/* Default
   ----------------------------------------------------------------- */

/* ==========================================================================
   Layout
   ========================================================================== */

.l-header--pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-header--pc {
    display: none;
  }
}

.l-header--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header--mobile {
    display: block;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

/* Project
   ----------------------------------------------------------------- */

/*
 * SP幅用の共通ヘッダーナビエリア。
 */

.p-common-header {
  position: fixed;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background: #11100f;
}

.p-common-header.pc {
  display: none;
}

.p-common-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-stretch;
  padding: 0 20px;
  padding: 0;
}

.p-common-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  list-style: none;
}

.p-common-header__menu ul.sp-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__menu ul.sp-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.p-common-header__menu ul.sp-menu li span > img {
  margin-right: 4px;
}

.p-common-header__menu ul.sp-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__menu ul.bottom-menu > li:not(:last-child) {
  margin-right: 8px;
}

.p-common-header__menu ul .p-common-header__top-menu li {
  margin-right: 30px;
}

.p-common-header__menu ul .p-common-header__top-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.p-common-header__menu ul .p-common-header__top-menu li span > img {
  margin-right: 5.7px;
}

.p-common-header__menu ul .p-common-header__top-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__logo {
  display: initial;
  margin-right: 15px;
  margin-left: 16px;
}

.p-common-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_sp {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: -webkit-stretch;
  padding: 0 16px 6px;
}

.header-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 16px;
  padding: 7px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1.5px;
  background: #fee58e;
  border-radius: 15px;
}

.header-btn span img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}

/**
 * SP幅画面のヘッダーの「このサイトでできること」ボタン
*/

.tagline-btn > span {
  position: relative;
  display: inline-block;
  width: 173px;
  padding: 10px 0 10px 37px;
  font-size: 14px;
  font-weight: bold;
  color: #11100f;
  text-align: left;
  letter-spacing: -1.5px;
  background: #ffa700;
  border-radius: 20px;
}

.tagline-btn > span img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * 画面幅SPモード時の右上アコーディオンメニュー
*/

.menu_sp {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #11100f73;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu_sp.open {
  z-index: 20;
  opacity: 1;
}

.menu_sp.open > a {
  opacity: 1;
}

.menu_sp.open .flex {
  right: 0;
}

.menu_sp > a {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu_sp .flex {
  position: absolute;
  top: 0;
  right: -304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 304px;
  height: 100%;
  padding-top: 48px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu_sp .flex > ul {
  padding: 12px 21px;
}

.menu_sp .flex > ul li {
  list-style: none;
}

.menu_sp .flex > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #b7b6b6;
}

.menu_sp .flex > ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.menu_sp .flex > ul li a span img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/*========== guide ========== */

.guide-title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.guide-title-header .span-container span {
  width: 324px;
  height: 2px;
  background: #11100f1a;
  display: inline-block;
}

.guide-title-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guide-title-header > div > span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.guide-title-header > div:nth-child(2) {
  margin: 0px 23px;
}

.guide-title-header img {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 13px;
  width: 22.93px;
  height: 26px;
  margin-bottom: -3px;
  margin-right: 8px;
}

.guide {
  padding: 24px 0px;
  background-image: url("/images/guide-bg.png");
  background-size: contain;
}

.guide .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -43.2px;
  height: auto;
  width: auto;
}

.guide .slick-prev:before {
  content: url("/images/arrow-left.svg");
}

.guide .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -43.2px;
  height: auto;
  width: auto;
}

.guide .slick-next:before {
  content: url("/images/arrow-right.svg");
}

.guide .left img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -43.2px;
}

.guide .right img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -43.2px;
}

.guide .slick-slide img {
  width: 262px;
  height: 122px;
}

.guide-header {
  background-image: url("/images/knowledge_sp.jpg");
  display: block;
  height: 120px;
  width: 335px;
  margin: auto;
  background-size: contain;
}

.guide-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 262px;
  height: 122px;
  margin: auto;
  margin-top: 24px;
}

.guide-item {
  margin-right: 20px;
}

.guide-item img {
  width: 262px;
  height: 122px;
}

/*========== guide ========== */

/*========== pickup-area ========== */

.pickup-area {
  padding: 52px 0px 0px 0px;
}

.span-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.span-container > span {
  width: 100% !important;
}

.span-container > span:not(:first-child) {
  margin-top: 7px;
}

.pickup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pickup-header .span-container span {
  width: 40px;
  height: 2px;
  background: #11100f1a;
  display: inline-block;
}

.pickup-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pickup-header > div > span {
  font-size: 26px;
  font-weight: bold;
}

.pickup-header > div:nth-child(2) {
  margin: 0px 20px;
}

.pickup-header img {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 6px;
  width: 22.93px;
  height: 26px;
}

.pickup-subheader {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 18px;
  padding: 0px 20px;
}

.pickup-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pickup-item {
  width: 100%;
  background: #fee58e42;
}

.pickup-item:not(:last-child) {
  margin-bottom: 30px;
}

.pickup-item-header {
  background: #11100F;
  height: 66px;
  padding: 7px 12px;
}

.pickup-item-header > span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  text-align: center;
}

.pickup-item-body {
  padding: 10px 25px;
}

.pickup-item-body > a span:nth-of-type(1) {
  font-size: 14px;
  margin-bottom: 31px;
  display: inline-block;
}

.pickup-item-body > a span:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 8px;
}

.price {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 16px;
}

.price > span {
  font-size: 14px;
  color: #DC000C;
}

.pickup-item-footer {
  padding: 0px 25px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-item {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.footer-item span {
  font-weight: bold;
  font-size: 14px;
}

/*========== pickup-area ========== */

/* Utility
   ----------------------------------------------------------------- */

@charset "UTF-8";

/* ==========================================================================
   Foundation
   ========================================================================== */

/* Variable
   ----------------------------------------------------------------- */

/* Media Query Break Point */

/* ============================================ */

/* Text Size */

/* ============================================ */

/* Mixin
   ----------------------------------------------------------------- */

/* Default
   ----------------------------------------------------------------- */

/* ==========================================================================
   Layout
   ========================================================================== */

/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

/* Project
   ----------------------------------------------------------------- */

body {
  min-width: 375px;
  font-family: "Noto Sans JP";
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  width: 980px;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*::before {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

*::after {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

*:focus-visible {
  outline: none;
}

*:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
}

input {
  outline: none;
}

input::input-placeholder {
  text-decoration: none;
}

input::-webkit-input-placeholder {
  text-decoration: none;
}

input::-moz-placeholder {
  text-decoration: none;
}

input::-ms-input-placeholder {
  text-decoration: none;
}

input::placeholder {
  text-decoration: none;
}

input:placeholder {
  text-decoration: none;
}

input:input-placeholder {
  text-decoration: none;
}

input::-moz-input-placeholder {
  text-decoration: none;
}

#app {
  overflow-x: hidden;
}

.wrap {
  width: 375px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-black-new {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-stretch;
  width: -moz-available;
  width: stretch;
  height: 50px;
  background: #11100f;
}

.bg-black-new > h1.logo {
  margin-top: 26px;
}

.bg-black-new > h1.tel {
  margin-top: 10px;
}

.bg-black-new > h1.tel img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

/**
 * フッター上部メニュー。
 * SPモード幅にしかないクラス。
*/

.p-common-footer__menu {
  margin-bottom: 1px;
  background: #263238;
}

.p-common-footer__menu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.p-common-footer__menu .menu-item {
  width: 33%;
  padding: 10px;
}

.p-common-footer__menu .menu-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-common-footer__menu .menu-item > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #fff;
  background: #263238;
}

.p-common-footer__menu .menu-item > a img {
  width: 24px;
  margin-bottom: 3px;
}

footer {
  color: #fff;
  background: #11100f;
}

footer .wrap > .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 17.5px;
}

.p-common-footer__row:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 20px 0;
}

.p-common-footer__row:nth-of-type(1) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 17.5px;
}

.p-common-footer__row:nth-of-type(1) .link:nth-of-type(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 7.5px;
}

.p-common-footer__row:nth-of-type(1)
  .link:nth-of-type(1)
  .header:nth-of-type(1) {
  margin-right: 36px;
}

.p-common-footer__row:nth-of-type(1) .link .header {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #b7b6b6;
}

.p-common-footer__row:nth-of-type(1) .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-top: 7.5px;
  font-size: 14px;
  list-style: none;
}

.p-common-footer__row:nth-of-type(1) .link li {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.p-common-footer__row:nth-of-type(1) .link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 7.5px 15px;
}

.p-common-footer__row:nth-of-type(1) .link li img {
  position: inherit;
}

.p-common-footer__local-info .header {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #b7b6b6;
}

.p-common-footer__local-info .body {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}

.p-common-footer__local-info .body .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 4px;
}

.p-common-footer__local-info .body .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}

.p-common-footer__local-info .body .flex ul > li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}

.p-common-footer__local-info .body .flex ul:nth-of-type(1) > li:nth-of-type(1) {
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #b7b6b6;
}

.p-common-footer__local-info .body .flex ul:nth-of-type(2) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-common-footer__local-info .body .flex ul:nth-of-type(2) > li {
  margin: 0 10px;
  margin-bottom: 20px;
}

.p-common-footer__footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-common-footer__footer-logo span {
  margin-top: 11px;
  font-size: 14px;
  font-weight: bold;
}

.p-common-footer__copyright {
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
}

.p-common-footer__operator-info {
  font-size: 14px;
  text-align: center;
}

/* Utility
   ----------------------------------------------------------------- */
@charset "UTF-8";

/****************************************************************************
 * スマホ・モバイル側のスタイル定義
*****************************************************************************/

/* ==========================================================================
   Foundation
   ========================================================================== */

/* Variable
   ----------------------------------------------------------------- */

/* Media Query Break Point */

/* ============================================ */

/* Text Size */

/* ============================================ */

/* Mixin
   ----------------------------------------------------------------- */

/* Default
   ----------------------------------------------------------------- */

/*! 0.0 - Reset================================================ */

/* Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
*/

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */

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

html {
  font-size: 10px !important;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

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

hr {
  height: 1px;
  margin-bottom: 1.6em;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* End of Reset CSS */

/* !1.0 Typography================================================ */

html body {
  overflow: hidden;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-style: normal;
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address,
caption,
code,
var {
  font-style: normal;
  font-weight: normal;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -ms-hyphens: none;
  hyphens: none;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted #333333;
}

mark,
ins {
  text-decoration: none;
  background-color: #fff9c0;
}

sup,
sub {
  position: relative;
  height: 0;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/* ! 2.0 Alignments================================================ */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.le {
  text-align: left;
}

.ri {
  text-align: right;
}

.ce {
  text-align: center;
}

.lbox {
  float: left;
}

.rbox {
  float: right;
}

.clear {
  clear: both;
}

/* ! 3.0 Block================================================ */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -ms-hyphens: none;
  hyphens: none;
}

mark,
ins {
  text-decoration: none;
  background-color: #fff9c0;
}

sup,
sub {
  position: relative;
  height: 0;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/* ! 4.0 Forms================================================ */

button,
input,
select,
textarea {
  max-width: 100%;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fff;
  border: #dadada 1px solid;
  border-radius: 3px;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  color: #707070;
  color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #333333;
}

input:focus,
textarea:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid #333333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid #333333;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  width: 96%;
  padding: 0.375em 1.5em;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-size: 20px 20px;
  border: 0;
  -webkit-appearance: button;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  width: 75%;
  padding: 0.375em;
  font-size: 12px;
  font-size: 1.2rem;
}

input[type="text"] {
  font-size: 14px;
  font-size: 1.4rem;
}

textarea {
  overflow: auto;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b5b5b5;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.widget .search-form input[type="text"] {
  width: 240px;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  width: 50px;
  padding: 0.375em 1em;
  margin: 0;
}

/* !etc================================================ */

/* Clearfix */

.cf::before,
.cf::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}

.cf::after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* ==========================================================================
   Layout
   ========================================================================== */

/* !base================================================ */

html body {
  font-family: Verdana, Roboto, "Droid Sans", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav,
a {
  font-family: webfont, sans-serif;
  line-height: 1;
}

body#home {
  position: relative;
  background: #f5edd8;
}

#wrapper {
  background: #f5edd8;
}

/* !container================================================ */

#container {
  width: 94%;
  padding: 15px 2% 10px;
  margin: 20px auto;
  background: #fff;
}

#container1 {
  width: 94%;
  padding: 15px 2% 10px;
  margin: 10px auto;
  background: #fff;
}

#container2 {
  width: 94%;
  padding: 15px 2% 10px;
  margin: 10px auto;
  background: #fff;
}

#home #container {
  padding: 0;
}

#app {
  overflow-x: hidden;
}

.wrap {
  width: 375px;
  margin: 0 auto;
}

/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

.c-go-back-button-sm {
  display: inline-block;
  width: 94px;
  height: 35px;
  background-color: #9CFAD9;
  color: #098C65;
  font-size: 14px;
  font-weight: bold;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #71B49A;
  border-radius: 5px;
}

@media screen and (min-width: 961px) {
  .c-go-back-button-sm {
    width: 93px;
    height: 40px;
  }
}

.c-go-back-button-md {
  display: inline-block;
  width: 110px;
  height: 50px;
  background-color: #9CFAD9;
  color: #098C65;
  font-size: 16px;
  font-weight: bold;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #71B49A;
  border-radius: 5px;
}

.c-go-next-button {
  width: 285px;
  height: 52px;
  -webkit-box-shadow: 0px 0px 2px #959595;
          box-shadow: 0px 0px 2px #959595;
  text-shadow: 0px 0px 2px #ffe798;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 5px;
}

.c-go-next-button--orange {
  color: #301206;
  border: 1px solid #e38000;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffb453), to(#ffa632));
  background: linear-gradient(to bottom right, #ffb453, #ffa632);
  margin: 0 auto;
  display: inline-block !important;
}

.c-go-next-button--red {
  border: 1px solid #a70000;
  background: -webkit-gradient(linear, left top, right bottom, from(#e34f3d), to(#a70000));
  background: linear-gradient(to bottom right, #e34f3d, #a70000);
  color: #ffffff;
  background: #da0000;
}

.c-go-next-button.order-payment {
  width: 325px !important;
  font-size: 1.6rem;
}

@media screen and (min-width: 961px) {
  .c-go-next-button.order-payment {
    font-size: 1.9rem;
  }
}

.c-go-next-button.btn-next-order {
  display: block;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 auto;
}

.btn-next-order svg {
  vertical-align: middle;
}

.btn-next-order svg path {
  fill: #000000;
}

.c-go-next-button.btn-logout {
  display: inline-block;
  line-height: 2.5;
  text-decoration: none;
  border-radius: 3px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #797979;
  border-right: 1px solid #797979;
  color: #797979;
  text-shadow: 0px 0px 4px #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e4e4e4));
  background: linear-gradient(to bottom, #fcfcfc, #e4e4e4);
}

.c-go-next-button.order-accept {
  width: 400px !important;
  font-size: 1.6rem;
}

@media screen and (min-width: 961px) {
  .c-go-next-button.order-accept {
    font-size: 1.9rem;
  }
}

.c-go-next-button .icon-cart {
  position: relative;
  display: inline-block;
}

.c-go-next-button .icon-cart:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 27px;
  height: 27px;
  background-image: url(/images/icon_cart.png?fbe71b903a24354143cfc9a131eba5bc);
  background-size: contain;
  vertical-align: middle;
  left: 170px;
}

.c-go-next-button.btn-page-select {
  -webkit-box-shadow: 0px 0px 2px #959595;
          box-shadow: 0px 0px 2px #959595;
  font-weight: 600;
  font-size: 2rem;
  margin: 0.5em auto;
  height: 40px;
  padding: 3px 0px 7px 0px;
}

@media screen and (min-width: 961px) {
  .c-go-next-button.btn-page-select {
    height: initial;
    padding: 10px;
  }
}

.btn_item_cart .c-go-next-button {
  font-size: 20px;
}

@media screen and (min-width: 961px) {
  .btn_item_cart .c-go-next-button {
    font-size: 100%;
  }
}

.btn-red {
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#e34f3d), color-stop(65%, #da0000), color-stop(50%, #a70000));
  background: linear-gradient(to bottom right, #e34f3d, #da0000 65%, #a70000 50%);
  border: 1px solid #a70000;
}

.btn-red-solid {
  color: #fff;
  background: #da0000;
  border: 1px solid #a70000;
}

.c-button-orange {
  display: inline-block !important;
  padding: 0.5rem;
  margin: 0 auto;
  color: black;
  text-shadow: 0 0 2px #ffe798;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffb453), to(#ffa632));
  background: linear-gradient(to bottom right, #ffb453, #ffa632);
  border: 1px solid #e38000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #959595;
          box-shadow: 0 0 2px #959595;
}

.p-modal_before_redirect_login .c-button-orange {
  width: 70%;
  height: 52%;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (min-width: 961px) {
  .p-modal_before_redirect_login .c-button-orange {
    width: 322px;
    height: 66px;
  }
}

.c-button-yellow {
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #ffda58;
  border: 2px solid #f2bc00;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.c-button-yellow--large {
  height: 75px;
  font-size: 24px;
}

.floating-tel {
  background: #503D2B;
  width: 210px;
  height: 85px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  z-index: 1;
  bottom: 100px;
}

.c-line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-line-container--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-line-container--right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.c-line-container--stretch {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* Project
   ----------------------------------------------------------------- */

body {
  min-width: 375px;
  font-family: "Noto Sans JP";
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  width: 980px;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

*::after {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

*:focus-visible {
  outline: none;
}

*:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
}

input {
  outline: none;
}

input::input-placeholder {
  text-decoration: none;
}

input::-webkit-input-placeholder {
  text-decoration: none;
}

input::-moz-placeholder {
  text-decoration: none;
}

input::-ms-input-placeholder {
  text-decoration: none;
}

input::placeholder {
  text-decoration: none;
}

input:placeholder {
  text-decoration: none;
}

input:input-placeholder {
  text-decoration: none;
}

input::-moz-input-placeholder {
  text-decoration: none;
}

#app {
  overflow-x: hidden;
}

.wrap {
  width: 375px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-black-new {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background: #11100f;
}

.bg-black-new > h1.logo {
  margin-top: 26px;
}

.bg-black-new > h1.tel {
  margin-top: 10px;
}

.bg-black-new > h1.tel img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.p-common-footer.sp {
  padding-bottom: 50px;
}

/**
 * フッター上部メニュー。
 * SPモード幅にしかないクラス。
*/

.p-common-footer__menu {
  margin-bottom: 1px;
  background: #263238;
}

.p-common-footer__menu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.p-common-footer__menu .menu-item {
  width: 33%;
  padding: 10px;
}

.p-common-footer__menu .menu-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-common-footer__menu .menu-item > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #fff;
  background: #263238;
}

.p-common-footer__menu .menu-item > a img {
  width: 24px;
  margin-bottom: 3px;
}

footer {
  color: #fff;
  background: #11100f;
}

footer .wrap > .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin-top: 17.5px;
}

.p-common-footer__row:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 20px 0;
}

.p-common-footer__row:nth-of-type(1) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 17.5px;
}

.p-common-footer__row:nth-of-type(1) .link:nth-of-type(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  margin-bottom: 7.5px;
}

.p-common-footer__row:nth-of-type(1) .link:nth-of-type(1) .header:nth-of-type(1) {
  margin-right: 36px;
}

.p-common-footer__row:nth-of-type(1) .link .header {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #b7b6b6;
}

.p-common-footer__row:nth-of-type(1) .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 7.5px;
  font-size: 14px;
  list-style: none;
}

.p-common-footer__row:nth-of-type(1) .link li {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.p-common-footer__row:nth-of-type(1) .link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7.5px 15px;
}

.p-common-footer__row:nth-of-type(1) .link li img {
  position: inherit;
}

.p-common-footer__local-info .header {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #b7b6b6;
}

.p-common-footer__local-info .body {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}

.p-common-footer__local-info .body .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 4px;
}

.p-common-footer__local-info .body .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}

.p-common-footer__local-info .body .flex ul > li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}

.p-common-footer__local-info .body .flex ul:nth-of-type(1) > li:nth-of-type(1) {
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #b7b6b6;
}

.p-common-footer__local-info .body .flex ul:nth-of-type(2) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-common-footer__local-info .body .flex ul:nth-of-type(2) > li {
  margin: 0 10px;
  margin-bottom: 20px;
}

/*
 * SP版 最下部の固定フロート部分。
 * 「ご相談・お問い合わせ　平日9:00〜17:00」のテキストがあるエリア。
 */

.p-common-footer__link-to-contact-form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 5px;
  margin-top: 5px;
  color: black;
  background-color: white;
}

.p-common-footer__link-to-contact-form > a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.p-common-footer__footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-common-footer__footer-logo span {
  margin-top: 11px;
  font-size: 14px;
  font-weight: bold;
}

.p-common-footer__copyright {
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
}

.p-common-footer__operator-info {
  font-size: 14px;
  text-align: center;
}

/*#breadcrumbs*/

.p-breadcrumbs {
  padding: 55px 2% 0px 2%;
}

@media screen and (min-width: 961px) {
  .p-breadcrumbs {
    width: 980px;
    margin: 15px auto 0px auto;
    padding: 0px;
  }
}

.p-breadcrumbs a {
  color: #000;
}

@media screen and (min-width: 961px) {
  .p-breadcrumbs a {
    text-decoration: none;
  }
}

.p-breadcrumbs__list {
  clear: both;
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
  font-size: 1.0rem;
  line-height: 1.4;
}

@media screen and (min-width: 961px) {
  .p-breadcrumbs__list {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 100%;
  }
}

.p-breadcrumbs__list:first-child {
  background: url(/images/icon_home.png?82b94fab8ec357a5df3be3d16472e175) no-repeat left center;
  background-size: 13px 13px;
}

.p-breadcrumbs__item {
  display: inline;
}

.p-breadcrumbs__item:after {
  padding: 0px 5px;
}

@media screen and (min-width: 961px) {
  .p-breadcrumbs__item:after {
    padding: 0px 0px;
  }
}

.p-breadcrumbs__item:before {
  content: "> ";
}

.p-breadcrumbs__item:first-child:before {
  content: "";
}

@media screen and (min-width: 961px) {
  .p-breadcrumbs__item:first-child {
    padding: 0px 0px 0px 20px;
  }
}

.p-common_partials-prefecture_links {
  width: 100%;
  margin: 30px auto 10px;
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .p-common_partials-prefecture_links {
    width: 700px;
    margin: 30px auto 10px;
    font-size: 1.4rem;
  }
}

.p-common_partials-prefecture_links__header {
  font-size: 1.9rem;
  color: #3f180a;
  margin: 0 0 10px;
  padding: 5px 10px;
  border-left: 3px solid #cfaa3a;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 961px) {
  .p-common_partials-prefecture_links__header {
    margin: 0 0 15px;
  }
}

.p-common_partials-area_links {
  width: 100%;
  margin: 30px auto 10px;
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .p-common_partials-area_links {
    width: 700px;
    margin: 30px auto 10px;
    font-size: 1.4rem;
  }
}

.p-common_partials-area_links__header {
  font-size: 1.9rem;
  color: #3f180a;
  margin: 0 0 10px;
  padding: 5px 10px;
  border-left: 3px solid #cfaa3a;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 961px) {
  .p-common_partials-area_links__header {
    margin: 0 0 15px;
  }
}

.p-common_partials-search-word-area {
  margin: 10px auto;
  background: #fff6e0;
}

@media screen and (min-width: 961px) {
  .p-common_partials-search-word-area {
    width: 660px;
  }
}

.p-common_partials-search-word-area__item-name {
  clear: both;
  float: left;
  margin: 10px 0px 10px 15px;
  padding: 0px 0px 0px 4px;
  border-left: 3px #4D3B24 solid;
  color: #4D3B24;
  font-weight: bold;
}

.p-common_partials-search-word-area__item-value {
  float: left;
  margin: 10px 0px;
  color: #4D3B24;
}

.p-common_partials-search-word-area__icon_search-word {
  margin: 0px 5px 5px 0px;
  padding: 2px 6px;
  background: #fff;
  color: #B59E59;
  border: 2px solid #B59E59;
  border-radius: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  display: inline-block;
}

.p-common_partials-search-word-area__icon_search-word i {
  margin: 0px 0px 0px 5px;
  padding: 0px 5px;
  background: #B59E59;
  color: #fff;
  font-style: normal;
}

.search-word {
  display: table;
  width: 660px;
  margin: 10px auto;
  padding: 0px 0px;
  font-size: 12px;
  font-size: 1.2rem;
}

.search-word li {
  display: table-cell;
}

.search-word li:last-child {
  text-align: right;
}

.search-word li:last-child span {
  position: relative;
}

.search-word li:last-child span:before {
  left: -16px;
  top: 1px;
  position: absolute;
}

.search-word strong {
  color: #FF6600;
  font-size: 16px;
  font-size: 1.6rem;
}

/*
 * SP幅用の共通ヘッダーナビエリア。
 */

.p-common-header {
  position: fixed;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background: #11100f;
}

.p-common-header.pc {
  display: none;
}

.p-common-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-stretch;
  padding: 0 20px;
  padding: 0;
}

.p-common-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  list-style: none;
}

.p-common-header__menu ul.sp-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__menu ul.sp-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.p-common-header__menu ul.sp-menu li span > img {
  margin-right: 4px;
}

.p-common-header__menu ul.sp-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__menu ul.bottom-menu > li:not(:last-child) {
  margin-right: 8px;
}

.p-common-header__menu ul .p-common-header__top-menu li {
  margin-right: 30px;
}

.p-common-header__menu ul .p-common-header__top-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.p-common-header__menu ul .p-common-header__top-menu li span > img {
  margin-right: 5.7px;
}

.p-common-header__menu ul .p-common-header__top-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-common-header__logo {
  display: initial;
  margin-right: 15px;
  margin-left: 16px;
}

.p-common-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_sp {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: -webkit-stretch;
  padding: 0 16px 6px;
}

.header-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 16px;
  padding: 7px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1.5px;
  background: #fee58e;
  border-radius: 15px;
}

.header-btn span img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}

/**
 * SP幅画面のヘッダーの「このサイトでできること」ボタン
*/

.tagline-btn > span {
  position: relative;
  display: inline-block;
  width: 173px;
  padding: 10px 0 10px 37px;
  font-size: 14px;
  font-weight: bold;
  color: #11100f;
  text-align: left;
  letter-spacing: -1.5px;
  background: #ffa700;
  border-radius: 20px;
}

.tagline-btn > span img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * 画面幅SPモード時の右上アコーディオンメニュー
*/

.menu_sp {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #11100f73;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu_sp.open {
  z-index: 20;
  opacity: 1;
}

.menu_sp.open > a {
  opacity: 1;
}

.menu_sp.open .flex {
  right: 0;
}

.menu_sp > a {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu_sp .flex {
  position: absolute;
  top: 0;
  right: -304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 304px;
  height: 100%;
  padding-top: 48px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu_sp .flex > ul {
  padding: 12px 21px;
}

.menu_sp .flex > ul li {
  list-style: none;
}

.menu_sp .flex > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #b7b6b6;
}

.menu_sp .flex > ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.menu_sp .flex > ul li a span img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.p-cart-member_reg_modal {
  margin-top: 1.5em;
}

.p-cart-member_reg_modal__text_area {
  border: 1px solid black;
  padding: 0.5em;
  border-radius: 10px;
  font-size: 0.8em;
}

.p-cart-member_reg_modal__privilege-list {
  width: 95%;
  margin: 5% 0 0 5%;
  list-style: disc;
  list-style-position: inside;
  text-align: left;
}

.p-cart-member_reg_modal__privilege-item {
  list-style: disc;
}

.p-cart-member_reg_modal__privilege-item span {
  margin-left: -5px;
  font-size: 0.9em;
  line-height: 2;
}

.p-cart-member_reg_modal__summary {
  color: red;
  position: relative;
  top: -6px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (min-width: 961px) {
  .p-cart-member_reg_modal__summary {
    top: 16px;
    font-size: 22px;
  }
}

.p-cart-member_reg_modal__button_area {
  margin-bottom: 1em !important;
}

.p-cart-member_reg_modal__button_area > button {
  width: 80%;
}

@media screen and (min-width: 961px) {
  .p-cart-member_reg_modal__button_area > button {
    width: 100%;
  }
}

.slow-animation {
  -webkit-animation: slowAnimation .4s;
  animation: slowAnimation .4s;
  z-index: 999;
}

@-webkit-keyframes slowAnimation {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slowAnimation {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.p-abouts-privacy__box {
  margin: 2rem 0;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}

.p-abouts-privacy__box h3 {
  margin: 3em 0em 0em 0em;
}

.p-abouts-privacy__box p {
  margin: 2em 0em 2em 0em;
}

.p-abouts-privacy__box ul {
  margin: 2em 0em 2em 0em;
}

@media screen and (min-width: 961px) {
  .p-abouts_guide-kankei__catch {
    text-align: center;
    margin: 30px 0px 0px 0px;
  }
}

@media screen and (min-width: 961px) {
  .p-abouts_guide-kankei__catch p {
    margin: 5px 0px 8px 0px;
  }
}

@media screen and (min-width: 961px) {
  .p-abouts_guide-kankei_catch__list {
    width: 930px;
    margin: 10px auto;
  }
}

@media screen and (min-width: 961px) {
  .p-abouts_guide-kankei_catch__catch2 {
    text-align: center;
    margin: 30px 0px 30px 0px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.p-abouts_guide-button-area__button1 {
  margin-top: 1rem;
  padding: 0;
  width: 100%;
  font-size: 20px;
}

@media screen and (min-width: 961px) {
  .p-abouts_guide-button-area__button1 {
    margin-top: initial;
    width: 370px;
  }
}

.p-abouts_guide-button-area__button2 {
  margin-top: 1rem;
  width: 100%;
  font-size: 20px;
}

@media screen and (min-width: 961px) {
  .p-abouts_guide-button-area__button2 {
    margin-top: initial;
    width: 330px;
  }
}

.p-abouts_guide__infomation-statement {
  font-size: 22.4px;
}

.p-abouts_guide__title-text {
  font-size: 22.4px;
  margin: 0;
  padding: 5px 8px;
  background: #e8e8e8;
  font-weight: initial;
}

.p-abouts_begin-feature-area {
  position: relative;
  margin: 0 auto 30px;
}

.p-abouts_begin-feature-area__title {
  background: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__title {
    padding: 10px;
    font-size: 1.6rem;
    color: #000;
    text-align: left;
    background: #f0f0f0;
    border-radius: 3px;
  }
}

.p-abouts_begin-feature-area__title-image {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__title-image {
    width: 998px;
    height: 72px;
  }
}

.p-abouts_begin-feature-area__title-image.is-pc {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__title-image.is-pc {
    display: block;
  }
}

.p-abouts_begin-feature-area__title-image.is-sp {
  display: block;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__title-image.is-sp {
    display: none;
  }
}

.p-abouts_begin-feature-area__description {
  margin: 1em 0 2em;
  font-size: 14px;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__description {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
}

.p-abouts_begin-feature-area__description > br {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__description > br {
    display: block;
  }
}

.p-abouts_begin-feature-area__sub-title.is-pc {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__sub-title.is-pc {
    display: inline-block;
    margin: 20px auto;
  }
}

.p-abouts_begin-feature-area__sub-title.is-sp {
  display: block;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__sub-title.is-sp {
    display: none;
  }
}

.p-abouts_begin-feature-area__list {
  padding: 0.5em;
  background-color: #fef5cb;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__list {
    width: 98%;
    padding: 0;
    margin: 0 auto 30px;
    background-color: inherit;
  }
}

.p-abouts_begin-feature-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: both;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__item {
    display: table;
    width: 100%;
    padding: 3px;
    margin: 10px 0;
    background: #f5efe4;
    -webkit-box-shadow: 2px 1px 4px #ccc;
            box-shadow: 2px 1px 4px #ccc;
  }
}

.p-abouts_begin-feature-area__image {
  display: table-cell;
  width: 83px;
  height: 84px;
  padding: 0 10px;
  vertical-align: middle;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__image {
    height: auto;
  }
}

.p-abouts_begin-feature-area__item p {
  font-size: 14px;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__item p {
    display: table-cell;
    width: 90%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    vertical-align: middle;
  }
}

.p-abouts_begin-feature-area__button {
  padding: 1em 2em;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2.5;
  color: white;
  text-decoration: none;
  background-color: #4f2d1a;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px black, 0 3px 6px black;
          box-shadow: 0 3px 6px black, 0 3px 6px black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__button {
    padding: 1em 3em;
    font-size: 20px;
    border-radius: 13px;
  }
}

.p-abouts_begin-feature-area__button:hover {
  background-color: #604230;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__button:hover {
    -webkit-box-shadow: 0 10px 20px black, 0 6px 6px black;
            box-shadow: 0 10px 20px black, 0 6px 6px black;
  }
}

.p-abouts_begin-feature-area__other-points.is-pc {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__other-points.is-pc {
    display: block;
  }
}

.p-abouts_begin-feature-area__other-points.is-sp {
  display: block;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-feature-area__other-points.is-sp {
    display: none;
  }
}

.p-abouts_begin-how-to-area {
  margin: 20px auto 30px;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-how-to-area__title {
    border-bottom: 2px solid #fed729;
  }
}

.p-abouts_begin-how-to-area__title > img {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-how-to-area__title > img {
    display: block;
    border-bottom: 2px solid #fed729;
  }
}

.p-abouts_begin-how-to-area__title > p {
  padding: 0.75em;
  font-size: 150%;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #593824;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-how-to-area__title > p {
    display: none;
  }
}

.p-abouts_begin-how-to-area > p {
  font-size: 1.4rem;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-how-to-area > p {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.3;
  }
}

.p-abouts_begin-how-to-area > p.small {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-how-to-area > p.small {
    padding: 20px;
    font-size: 1.8rem;
  }
}

.p-abouts_begin-how-to-area__explain {
  padding: 0.5em;
  background-color: #e1dbd7;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-how-to-area__explain {
    background-color: inherit;
  }
}

.p-abouts_begin-how-to-area__control-guid-button-pc {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-how-to-area__control-guid-button-pc {
    display: inline-block;
  }
}

.p-abouts_begin-how-to-area__control-guid-button-sp {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-weight: bold;
  line-height: 1.25;
  color: #333333;
  text-decoration: none;
  background-color: #feda27;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-how-to-area__control-guid-button-sp {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-cation-area {
    padding: 10px;
    background: #F5EEE2;
  }
}

.p-abouts_begin-cation-area__title > p {
  margin: 1em 0;
  background-color: #ff3232;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: .3em;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-cation-area__title > p {
    display: none;
  }
}

.p-abouts_begin-cation-area__title > img {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-cation-area__title > img {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-cation-area ul {
    margin: 20px;
  }
}

.p-abouts_begin-cation-area ul li {
  font-size: 1.4rem;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-cation-area ul li {
    padding: 5px 5px 0px 5px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.p-abouts_begin-cation-area hr {
  margin: 0px 25px 20px 25px;
  border-bottom: 1px dotted #595757;
}

.p-store_detail-title-area {
  margin: 0px 0px 10px 0px;
  font-size: 1.6rem;
  border-bottom: 1px solid #666;
}

@media screen and (min-width: 961px) {
  .p-store_detail-title-area {
    font-size: 3.2rem;
    border-bottom: 2px solid #4C3A24;
    padding: 5px 0px;
    color: #4C3A24;
    margin: 15px 15px 7px;
  }
}

.p-store_detail-title-area__store-name {
  padding: 5px 5px 5px 5px;
  width: calc(100% - 90px);
  font-family: "webfont", sans-serif;
  line-height: 1;
}

/**
 店舗一覧で予算・注文期限などが記載されているグレー背景エリアのスタイル。
 */

.box_condition02 {
  padding: 10px 10px 0;
  font-size: 1.3rem;
  background: #f0f0f0;
  border: 1px solid #d9d9d9;
}

.box_condition02 dt {
  float: left;
  width: 33%;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
  clear: both;
  font-weight: bold;
  color: #4d3b24;
}

.box_condition02 dt:nth-of-type(1) {
  background: url(/images/btn_condition01.png?fe65ea950ab5039df70bdc0a5e0e496e) no-repeat left center;
  background-size: 20px 21px;
}

.box_condition02 dt:nth-of-type(2) {
  background: url(/images/btn_condition02.png?e79a862adc97fd4b0543f515ca29d4c7) no-repeat left center;
  background-size: 17px 19px;
}

.box_condition02 dd {
  width: 100%;
  margin: 0 0 10px;
}

.box_condition02 dd strong {
  color: #f30;
}

.p-product_detail-title-area {
  margin: 0px 0px 10px 0px;
  font-size: 1.6rem;
  border-bottom: 1px solid #666;
}

@media screen and (min-width: 961px) {
  .p-product_detail-title-area {
    padding: 5px 0;
    color: #4c3a24;
    border-bottom: 2px solid #4c3a24;
    line-height: 1;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 15px 15px 7px;
  }
}

.p-product_detail-title-area__store-name {
  padding: 5px;
  width: calc(100% - 90px);
  font-weight: 700;
  font-style: normal;
  font-family: webfont, sans-serif;
}

@media screen and (min-width: 961px) {
  .p-product_detail-title-area__store-name {
    font-weight: 700;
  }
}

.p-product_detail-title-area__sns-buttons-list {
  float: right;
  display: table;
  width: 78px;
  padding: 0 0 5px;
}

.p-product_detail-title-area__sns-buttons-list > li {
  display: table-cell;
  width: 26px;
  text-align: right;
}

.p-product_detail-title-area__sns-buttons-list > li img {
  width: 20px;
}

.p-product_detail-title-area__product-name {
  padding: 0px 10px 5px 10px;
}

@media screen and (min-width: 961px) {
  .p-product_detail-title-area__product-name {
    background: #ffc502;
    font-weight: 700;
    margin: 10px 12px;
    width: 96%;
    font-size: 19px;
    line-height: 1.4;
    padding: 10px;
  }
}

.p-login-left-box {
  width: 100%;
  border: 1px solid #ddd;
}

@media screen and (min-width: 961px) {
  .p-login-left-box {
    width: 470px;
  }
}

.p-login-left-box dl {
  clear: both;
}

@media screen and (min-width: 961px) {
  .p-login-left-box dl {
    margin: 30px auto;
    width: 470px;
  }
}

.p-login-left-box dt {
  clear: both;
  float: left;
  padding: 10px 10px 10px 10px;
  text-align: right;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .p-login-left-box dt {
    width: 120px;
  }
}

.p-login-left-box dd {
  padding: 10px 10px;
  text-align: left;
}

@media screen and (min-width: 961px) {
  .p-login-left-box dd {
    padding: 10px 0px;
  }
}

.p-login-left-box dd p {
  padding: 10px 0px;
  text-align: center;
}

.p-login-left-box dd p strong {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.p-login-left-box dd p small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.p-login-left-box dd a {
  color: #000;
}

.p-login-left-box__input-box {
  width: 95% !important;
}

/* !login================================================ */

.p-login-login-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 961px) {
  .p-login-login-area {
    width: 940px;
    margin: 10px auto;
    display: table;
  }
}

@media screen and (min-width: 961px) {
  .p-login-login-area > li {
    display: table-cell;
    vertical-align: middle;
    height: 470px;
  }
}

.p-login-right-box {
  background: #FBF9E5;
  text-align: center;
  width: 100%;
  margin-top: 2rem;
}

@media screen and (min-width: 961px) {
  .p-login-right-box {
    border-left: 20px #fff solid;
    width: 390px;
    margin-top: 0rem;
  }
}

.p-login-right-box .login_register_btn {
  padding: 40px 0px;
}

.p-login-right-box > p:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  color: red;
  margin-top: 2rem;
}

@media screen and (min-width: 961px) {
  .p-login-right-box > p:nth-of-type(1) {
    margin-top: 0;
  }
}

.p-login-right-box .members_benefits {
  padding: 10px 25px 10px 26px;
}

.p-login-right-box .members_benefits > div {
  border: dotted #FEAD56 5px;
  padding: 0px 0px 10px 22px;
}

.p-login-right-box .members_benefits > div > p {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 30px 10px 0px;
}

.p-login-right-box .members_benefits ul > li {
  list-style: outside;
  text-align: left;
  font-size: 12px;
  font-family: monospace;
}

.p-login-right-box .members_benefits ul > li.bold {
  font-weight: bold;
}

.p-login_forgot-pass-send-box {
  width: 98%;
  margin: 10px auto;
  line-height: 1.4;
  border: 1px solid #ddd;
}

@media screen and (min-width: 961px) {
  .p-login_forgot-pass-send-box {
    padding: 40px 0px 80px 0px;
    text-align: center;
  }
}

.p-login_forgot-pass-send-box__inner-wrap {
  width: 80%;
  margin: 0 auto;
}

.p-login_forgot-pass-send-box p {
  padding: 10px 0px 40px 0px;
  text-align: center;
}

.p-login_forgot-pass-send-box__text {
  margin: 0px;
  padding: 10px 0px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 961px) {
  .p-login_forgot-pass-send-box__text {
    width: 300px;
    margin: 0px auto;
    padding: 10px 0px 20px 0px;
    text-align: left;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.p-login_forgot-pass-send-box input {
  width: 100%;
}

.p-login_forgot-pass-send-box__input-inner {
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .p-login_forgot-pass-send-box__input-inner {
    width: 70%;
  }
}

.p-login_forgot-pass-send-box__label {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .p-login_forgot-pass-send-box__label {
    text-align: left;
  }
}

.p-modal_before_redirect_login {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.p-modal_before_redirect_login.is-show {
  visibility: visible;
  opacity: 1;
}

.overlays .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.p-modal_before_redirect_login__outer-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-modal_before_redirect_login__inner-wrap {
  width: 95%;
  padding-bottom: 2rem;
  background-color: white;
}

@media screen and (min-width: 961px) {
  .p-modal_before_redirect_login__inner-wrap {
    width: 70%;
    max-width: 800px;
  }
}

.p-modal_before_redirect_login__batsu {
  display: block;
  width: 50px;
  /*枠の大きさ*/
  height: 50px;
  /*枠の大きさ*/
  position: relative;
  cursor: pointer;
}

.p-modal_before_redirect_login__batsu:before,
.p-modal_before_redirect_login__batsu:after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 10px;
  /*バツ線の太さ*/
  background: #f27474;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.p-modal_before_redirect_login__batsu:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.p-modal_before_redirect_login__batsu:hover:before,
.p-modal_before_redirect_login__batsu:hover:after {
  background: #e91717;
}

.p-modal_before_redirect_login__card {
  margin: 2rem;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 1rem;
  border: solid 1px;
  font-size: 30px;
  color: #595959;
}

.p-modal_before_redirect_login__button_area {
  margin-top: 94px;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-modal_before_redirect_login__button_area > .c-button-orange {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-modal_before_redirect_login__button_area > .c-button-orange:last-child {
  margin-bottom: 10rem;
}

.p-mypage-change__button-area {
  padding: 10px 10px 20px 10px;
  text-align: center;
  background-color: #FBF9E5;
}

@media screen and (min-width: 961px) {
  .p-mypage-change__button-area {
    background-color: transparent;
  }
}

.p-mypage-change__button-area .c-go-back-button-md {
  width: 285px;
  height: 52px;
  font-size: 2rem;
}

@media screen and (min-width: 961px) {
  .p-mypage-change__button-area .c-go-back-button-md {
    margin-right: 30px;
    font-size: 16px;
  }
}

.p-mypage-recommend {
  display: table;
  margin: 10px auto;
  padding: 0px 0px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Utility
   ----------------------------------------------------------------- */

/*------------------------------------------------------------
  clearfix（float解除）
------------------------------------------------------------*/

.u-clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/*------------------------------------------------------------
  adjustment class ※ no use frequently
------------------------------------------------------------*/

.u-margin-top2 {
  margin-top: 2rem;
}

.u-margin-bottom2 {
  margin-bottom: 2rem;
}

.mt0 {
  margin-top: 0px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml20 {
  margin-left: 20px;
}

.u-text-color-red {
  color: red;
}

.u-text-bold {
  font-weight: bold;
}

/* ERROR */

.error {
  color: red;
}

/** ADD START 2021.06.14 [K.Tabuchi] hidden_close_store_mypage */

.error-text {
  color: red;
  font-weight: bold;
  text-align: center !important;
}

/** ADD   END 2021.06.14 [K.Tabuchi] hidden_close_store_mypage */

/* the following css move from old css. don't add here.
----------------------------------------------------------------- */

.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}

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

/* !footer================================================ */

#footer {
  clear: both;
  background: #362918;
}

.footer_tel {
  width: 100%;
  padding: 10px;
  clear: both;
  text-align: center;
  border-top: 1px solid #4b4030;
  border-bottom: 1px solid #4b4030;
}

.footer_tel img {
  width: 100%;
  max-width: 305px;
}

#nav-under {
  padding: 15px;
  clear: both;
  font-size: 1.3rem;
  line-height: 3;
}

#nav-under li {
  display: inline;
  padding: 20px;
}

#nav-under li a {
  color: #fff;
}

.footer_sns {
  width: 100%;
  clear: both;
  background: #362918;
  border-top: 1px solid #736a5e;
  border-bottom: 1px solid #736a5e;
}

.footer_sns li {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: center;
}

.footer_sns li img {
  width: 98%;
  max-width: 150px;
}

.footer_nav li {
  float: left;
  width: 33%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  border-left: 1px solid #4a3e2f;
}

.footer_nav li img {
  width: 100%;
  max-width: 106px;
}

address {
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  background: #21180e;
  border-top: 1px solid #433b33;
}

/* !Navgation================================================ */

/* pagination */

.pagination {
  float: right;
  padding: 0;
  margin: 25px;
}

.pagination li {
  float: left;
  padding: 0;
  margin: 0 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.pagination li a,
.pagination li span {
  display: block;
  width: 35px;
  padding: 4px 0 2px;
  color: #666;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
}

.pagination li.active span,
.pagination li a.btn_current {
  color: #fff;
  background: #666;
}

.pagination li a.btn_prv,
.pagination li a.btn_next,
.pagination li:first-child a,
.pagination li:last-child a {
  color: #fff;
  background: #4b3921;
  border-radius: 2px;
}

.pagination li.disabled span {
  color: #fff;
  background: #6e604d;
  border-radius: 2px;
}

/* !home================================================ */

/* .home_box */

.home_box {
  padding: 20px 15px;
  background: #fff;
}

.banner {
  margin: 20px 0;
  text-align: center;
}

.banner a {
  display: block;
  margin: 0 10px;
}

.home_box h2::before {
  display: block;
  float: left;
  width: 4px;
  margin: 0 10px 0 0;
  content: "\3000";
  border-left: 4px #cfaa3a solid;
}

.home_box h2 {
  padding: 20px 0 10px;
  font-weight: bold;
  color: #3f180a;
}

.home_box .pickup-title {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #3f180a;
  text-align: center;
}

.home_box .pickup-title h2 {
  border-bottom: 2px solid #cfaa3a;
}

.home_box .pickup-title h2::before {
  display: none;
}

.home_box .pickup-title .text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
}

.home_list_shop ul,
.home_list_news dl {
  width: 100%;
  height: 240px;
  padding: 15px 0;
  overflow: scroll;
  font-size: 1.2rem;
  color: #000;
  border: 1px solid #7e6b5a;
}

.home_list_news dt {
  width: 96%;
  margin: 0 auto 5px;
}

.home_list_shop li,
.home_list_news dd {
  width: 96%;
  padding: 0 0 15px;
  margin: 0 auto 15px;
  clear: both;
  border-bottom: 1px solid #ddd;
}

.home_list_shop a,
.home_list_news dd a {
  color: #000;
  text-decoration: none;
}

.home_list_shop ul {
  height: 120px;
  padding: 5px 0;
}

.home_list_shop li {
  padding: 0 0 8px;
  margin: 0 auto 8px;
}

.home_list_shop li span {
  display: block;
  float: left;
  width: 50px;
  padding: 5px;
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  line-height: 0.8;
  color: #fff;
  text-align: center;
  background: #22ac38;
  border-radius: 3px;
}

/* .mv */

.mv {
  width: 100%;
  padding: 50px 0 55px;
  color: #fff;
  text-align: center;
  background: transparent url(/images/bg_home.jpg?9b430e4c8716e8fc358ea3c34e676bd3) no-repeat center top;
  background-size: 200% auto;
  background-size: cover;
}

.mv h2 {
  font-size: 2.2rem;
  text-shadow: 2px 2px 1px #000;
}

.mv p {
  margin: 10px 0 0;
  font-size: 1.7rem;
  text-shadow: 2px 1px 1px #000;
}

.mv .catch-button {
  padding: 5px 7px;
  margin-bottom: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffdf60), to(#ffcd08));
  background: linear-gradient(to bottom, #ffdf60 1%, #ffcd08 100%);
  border-radius: 2px;
}

#home_form {
  position: relative;
}

#home_search_tab {
  position: absolute;
  top: -52px;
  left: calc((100% - 320px) / 2);
  width: 320px;
  padding: 5px;
  clear: both;
  text-align: center;
  background: black;
  border-radius: 5px 5px 0 0;
}

#home_search_tab li {
  display: inline;
}

#home_search_tab li img {
  width: 50%;
  max-width: 152px;
  border: none;
}

#searchform .hissu {
  padding-left: 5px;
  font-size: 0.85em;
  color: red;
  background: none;
}

#searchform {
  clear: both;
  background: black;
}

#home #searchform dl {
  width: 96%;
  padding: 0;
  margin: 0 auto;
  clear: both;
  color: #fff;
}

#home #searchform dl dt::before {
  display: block;
  float: left;
  width: 4px;
  margin: 0 10px 0 0;
  content: "\3000";
  border-left: 4px #cfaa3a solid;
}

#home #searchform dl dt {
  padding: 20px 0 10px;
  font-weight: bold;
  color: #fff;
}

#home #searchform dl dd {
  padding: 10px 0 20px;
  border-bottom: 1px solid #616161;
}

.home_serach_btn {
  width: 100%;
  padding: 15px 0;
}

.home_serach_btn li {
  float: left;
  width: 50%;
  text-align: center;
}

.home_serach_btn li input {
  max-width: 151px;
  border: none;
}

input[type="text"].input_zip {
  display: inline;
  width: 100px;
}

#home input[type="text"] {
  background: #f6efdc;
  -webkit-box-shadow: black 0 0 10px 1px inset;
  box-shadow: black 0 0 10px 1px inset;
}

#home select {
  display: inline;
  padding: 5px 10px;
  margin: 0 10px 20px 0;
  color: #000;
  vertical-align: middle;
}

.select_y {
  width: 30%;
}

.select_m {
  width: 20%;
}

.select_d {
  width: 20%;
  margin-left: 20px;
}

.select_address {
  display: block;
  float: left;
  width: 46%;
  margin: 0;
}

.newopen {
  margin: 10px 10px 10px 0;
}

.newopen span {
  padding: 5px 8px;
  font-weight: bold;
  background: #fc0;
  border-radius: 3px;
}

.newopen span i {
  font-style: normal;
  color: #f30;
}

.tit_border {
  padding: 5px 0;
  margin: 0 0 10px;
  font-size: 1.4rem;
  color: #4c3924;
  border-bottom: 1px solid #b59e59;
}

.box_condition {
  padding: 10px 10px 0;
  font-size: 1.3rem;
  background: #e7e7e7;
}

.box_condition dt {
  float: left;
  width: 32%;
  padding: 0 0 0 5px;
  margin: 0 0 10px;
  clear: both;
  font-weight: bold;
  color: #4d3b24;
  border-left: 4px #cfaa3a solid;
}

.box_condition dd {
  float: left;
  margin: 0 0 10px;
}

.box_condition03 {
  padding: 10px 10px 0;
  margin: 0 0 30px;
  font-size: 1.3rem;
  background: #f0f0f0;
  border: 1px solid #d9d9d9;
}

.box_condition03 dt {
  float: left;
  width: 48%;
  padding: 10px 0 0 30px;
  margin: 0 0 10px;
  clear: both;
  font-weight: bold;
  color: #4d3b24;
}

.box_condition03 dt:nth-of-type(1) {
  background: url(/images/btn_condition04.png?688adb7ae87b197a1f3bca5621f9ee7b) no-repeat left bottom;
  background-size: 18px 18px;
}

.box_condition03 dt:nth-of-type(2) {
  background: url(/images/btn_condition02.png?e79a862adc97fd4b0543f515ca29d4c7) no-repeat left bottom;
  background-size: 17px 19px;
}

.box_condition03 dt:nth-of-type(3) {
  background: url(/images/btn_condition01.png?fe65ea950ab5039df70bdc0a5e0e496e) no-repeat left bottom;
  background-size: 20px 21px;
}

.box_condition03 dt:nth-of-type(4) {
  background: url(/images/btn_condition05.png?8f15a6894eaa187984eba3f3bde0459b) no-repeat left bottom;
  background-size: 22px 18px;
}

/** UPDATE START 2021.08.27 [K.Tabuchi] BENTOTEHAI-28 【配達無料金額】【SPの金額が間違っている】 **/

.box_condition03 dt:nth-of-type(5) {
  background: url(/images/icon_list_shop04.png?9900202128be7e36ee5d7d0ddf4ba0be) no-repeat left bottom;
  background-size: 16px 18px;
}

.box_condition03 dt:nth-of-type(6) {
  background: url(/images/btn_condition06.png?4a9d33b0d97d67aca5373a3b1f457377) no-repeat left bottom;
  background-size: 16px 20px;
}

/** UPDATE   END 2021.08.27 [K.Tabuchi] BENTOTEHAI-28 【配達無料金額】【SPの金額が間違っている】 **/

.box_condition03 dd {
  padding: 10px 0 0;
  margin: 0 0 10px;
  border-top: 1px dotted #999;
}

.box_condition03 dd strong {
  color: #f30;
}

.tit_box {
  padding: 8px;
  margin: 0 0 5px;
  font-size: 2rem;
  color: #4c3924;
  border: 2px solid #fc0;
  border-radius: 5px;
}

.tit_box img {
  max-height: 2em;
  padding: 0 10px 0 0;
}

.textNotes {
  width: 96%;
  margin: 0 auto 5px;
  overflow: hidden;
  font-size: 1.3rem;
}

/** ADD START 2021.06.14 [K.Tabuchi] hidden_close_store_mypage */

.error-text {
  font-weight: bold;
  color: red;
  text-align: center !important;
}

/** ADD   END 2021.06.14 [K.Tabuchi] hidden_close_store_mypage */

.item_search {
  width: 100%;
  margin: 10px auto;
  font-size: 1.3rem;
}

.item_search p {
  margin: 0 2% 5px;
}

.item_search p span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f60;
}

.item_search input {
  border: none;
}

.box_item_list {
  width: 100%;
  padding: 2%;
  margin: 0 auto;
  background: #fff;
}

.item_list {
  display: table;
  width: 100%;
  margin: 10px auto;
}

.item_list li {
  position: relative;
  display: table-cell;
  width: 33.3333%;
  padding: 5px;
}

.item_list li h3 {
  color: #4c3921;
}

.item_list li img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px;
}

.item_list li strong {
  color: #f30;
}

.item_list li .item_list_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.btn_fav a {
  display: block;
  height: 22px;
  margin: 0 0 3px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/images/btn_item_list_fav.png?e98bb31cd6a3daddd1393b3e512550e3) no-repeat center center;
  background-size: 82px 22px;
}

.btn_more a {
  display: block;
  height: 22px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/images/btn_item_list_more.png?0c08b5138e672faf4047f2772723a6c0) no-repeat center center;
  background-size: 82px 22px;
}

/* !swiper================================================ */

.swiper-container {
  padding: 10px 0 70px;
}

.swiper-container li span {
  padding: 0 5px 2px;
  margin: -5px 0 0 5px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  background: #f33;
  border-radius: 2px;
}

.swiper-container li a {
  color: #000;
  text-decoration: underline;
}

.swiper-pagination {
  top: 205px;
}

.swiper-button-prev,
.swiper-button-next {
  top: 90%;
  height: 30px;
  padding: 10px 30px 0 20px;
  font-size: 12px;
  line-height: 1;
  color: #ccc;
  background: #e7e7e7;
}

.swiper-button-prev::before {
  content: "\25C0";
}

.swiper-button-next::before {
  content: "\25B6";
}

.tit_box_item01 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid #666;
}

.tit_box_item01 h2 {
  float: left;
  width: calc(100% - 90px);
  padding: 5px;
}

.tit_box_item01 ul {
  display: table;
  float: right;
  width: 78px;
  padding: 0 0 5px;
}

.tit_box_item01 ul li {
  display: table-cell;
  width: 26px;
  text-align: right;
}

.tit_box_item01 ul li img {
  width: 20px;
}

/* ADD START 2021.09.07 [K.Tabuchi] BENTOTEHAI-23 【自然検索時にfb tw hbが表示されてしまう】 */

.share_btn_box {
  float: left;
}

.share_btn_box ul {
  display: table;
  width: 78px;
  padding: 0 0 5px;
}

.share_btn_box ul li {
  display: table-cell;
  width: 26px;
  text-align: right;
}

.share_btn_box ul li img {
  width: 20px;
}

/* ADD   END 2021.09.07 [K.Tabuchi] BENTOTEHAI-23 【自然検索時にfb tw hbが表示されてしまう】 */

.item_sub_title {
  padding: 10px 0;
  background: #fc0;
}

.item_sub_title h3 {
  padding: 0 10px 5px;
}

.item_sub_title ul {
  margin: 5px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.item_sub_title li {
  display: inline;
  padding: 2px 5px;
  margin: 0 2px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 2px;
}

.item_sub_title li.icon01 {
  color: #f90;
  border-color: #f90;
}

.item_sub_title li.icon02 {
  color: #666;
  border-color: #666;
}

.item_sub_title li.icon03 {
  color: #8a8ab0;
  border-color: #8a8ab0;
}

.item_sub_title li.icon04 {
  color: #b78d2c;
  border-color: #b78d2c;
}

.item_sub_title li.icon05 {
  color: #9bcd05;
  border-color: #9bcd05;
}

.form_option {
  padding: 10px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

.form_option > p {
  padding: 0;
  margin: 10px;
}

.form_option h3 {
  padding: 5px;
  color: #58532c;
  text-align: center;
  background: #ccc481;
}

.dl_item_more {
  margin: 10px auto 20px;
  background: #f0f0f0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.dl_item_more dt {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
}

.dl_item_more dd {
  float: left;
  width: 100%;
  padding: 1%;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.dl_item_option {
  width: 100%;
  padding: 5px 0 5px 65px;
  margin: 10px 0;
  background: url(/images/icon_option.png?2232a838b5d567170547b0c3dc8a57d5) no-repeat left center;
  background-size: 53px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.dl_item_option li {
  display: inline;
}

.item_more_fav {
  padding: 5px 0 10px;
  margin: 0 auto 10px;
  text-align: right;
  border-bottom: 1px solid #ddd;
}

.item_more_fav img {
  width: 165px;
}

.btn_item_cart {
  margin: 10px auto;
  text-align: center;
  /* width: 259px; */
}

h2.tit_shop_itemlist {
  padding: 5px;
  margin: 0 0 10px;
  background: #e7e7e7;
}

.box_item_alllist {
  display: table;
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
}

.box_item_alllist dt {
  display: table-cell;
  width: 40%;
}

.box_item_alllist dt img {
  width: 135px;
}

.box_item_alllist dd {
  display: table-cell;
  width: 60%;
  padding: 0 10px 30px;
  vertical-align: top;
}

.box_item_alllist dd h3 {
  margin: 0 0 30px;
  color: #4c3a22;
}

.box_item_alllist dd p {
  padding: 0 10px 5px 0;
}

.box_item_alllist dd p strong {
  color: #f30;
}

.box_item_alllist dd p a {
  color: #000;
}

.box_item_alllist .btn_fav,
.box_item_alllist .btn_more {
  float: left;
  margin: 10px 10px 0 0;
}

h2.tit_item_set {
  padding: 5px 0 5px 30px;
  margin: 30px 0 10px;
  color: #4c3a22;
  background-size: 22px 22px;
  border-bottom: 1px solid #4c3a22;
}

.item_option_num {
  text-align: right;
}

.item_gallery_list_main {
  margin: 10px auto;
  text-align: center;
}

.item_gallery_list {
  display: table;
  width: 100%;
  margin: 10px auto;
}

.item_gallery_list li {
  display: table-cell;
  width: 16.66666%;
  text-align: center;
}

.item_gallery_list li img {
  width: 98%;
}

body#shop_list {
  background: #f5edd8;
}

.box_shop_comment {
  width: 100%;
  margin: 0 auto 30px 0;
}

.box_shop_comment p {
  width: 100%;
  margin: 0 auto 15px 0;
}

.box_shop_comment img {
  width: 100%;
}

.dl_shop_genre {
  width: 100%;
  padding: 5px 0 5px 25px;
  margin: 10px;
  background: url(/images/icon_shop_genre.png?ae412bc739f069906d386d3880b3a87e) no-repeat left center;
  background-size: 16px 14px;
}

.dl_shop_genre li {
  display: inline;
}

.dl_shop_genre li span {
  padding: 5px 10px 5px 0;
  font-weight: bold;
}

.box_shop .catch {
  padding: 0 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #df4a32;
}

.box_shop .lbox {
  width: 132px;
  height: 100px;
  margin: 0 10px 10px 0;
}

.box_shop .lbox img {
  width: 100%;
  max-height: 100%;
}

.box_shop p {
  margin: 0 0 10px;
}

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

.btn_review li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

/* !#container================================================ */

#container table {
  display: block;
  width: 100%;
  margin: 15px 0;
  border: none;
}

#container table th {
  display: block;
  width: 100%;
  padding: 3px 10px;
  margin: 0;
  color: #000;
  text-align: left;
  background: #f0f0f0;
  border: none;
}

#container table td {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: #fff;
  border: none;
  border-bottom: 5px solid #fff;
}

#container table.area_table1 {
  display: block;
  width: 100%;
  margin: 15px 0;
  border: none;
}

#container table.area_table1 tbody,
#container table.area_table1 tr {
  display: block;
  width: 100%;
}

#container table.area_table1 th {
  display: block;
  width: 100%;
  padding: 3px;
  margin: 0;
  color: #f66;
  text-align: left;
  background: #f0f0f0;
}

#container table.area_table1 th span {
  display: block;
  float: none;
  font-weight: bold;
  border-left: 2px solid #f66;
}

#container table.area_table1 td {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 5px solid #fff;
}

#container table.area_table1 select {
  display: block;
  width: 100%;
  margin: 5px 0;
}

/* !register================================================ */

.tit_container {
  padding: 5px 8px;
  margin: 0;
  background: #e8e8e8;
}

/* !form================================================ */

/* .step_guide_list */

.step_guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 5px 0 0;
  overflow: hidden;
  list-style: none;
}

.step_guide_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  width: 33.3333%;
  height: 30px;
  margin: 0 0 2px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  background: #e6e6e6;
  border-right: 2px solid #fff;
}

.step_guide_list li.step4 {
  width: 50%;
}

.step_guide_list li span i {
  padding: 2px 5px;
  margin: 5px 5px 0;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  color: #fff;
  background: #999;
  border-radius: 20px;
}

.step_guide_list li.current span i {
  background: #f66;
}

.step_guide_list li.current {
  color: #f66;
  background-color: #ffe4a8;
}

.h3_border {
  padding: 10px 0;
  margin: 15px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4c3924;
  border-bottom: 2px solid #999;
}

.h3_border small,
.h3_border3 small {
  padding: 0 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

.h3_border2 {
  padding: 20px 0 5px;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #4c3924;
  border-bottom: 2px solid #999;
}

.h3_border3 {
  width: 660px;
  padding: 20px 0 5px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  color: #4c3924;
  border-bottom: 2px solid #999;
}

.h3_border2 .rbox {
  margin: -10px 0 0;
}

table.form_table tbody,
table.form_table tr {
  display: block;
  width: 100%;
}

.form_table th {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 10px 0;
  text-align: left;
  background: #f0f0f0;
}

.form_table td {
  display: block;
  width: 100%;
  padding: 3px;
  font-size: 1.2rem;
  line-height: 1.3;
  background: #fff;
}

th span {
  padding: 2px 4px;
  margin: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 2px;
}

.hissu {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#f66), to(#ff3a3a));
  background: linear-gradient(to top, #f66, #ff3a3a);
  background-color: #f66;
}

.nini {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#b2b2b2), to(#a1a1a1));
  background: linear-gradient(to top, #b2b2b2, #a1a1a1);
  background-color: #b2b2b2;
}

.form_table input {
  font-size: 1.5rem;
}

.form_table input[type="text"] {
  margin: 0 0 5px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="image"] {
  margin: 0 0 5px;
  background: none;
  border: none;
}

textarea,
select,
input[type="text"],
input[type="zip"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 100%;
  margin: 0 0 5px;
}

input[type="text"].name {
  width: 80%;
}

input[type="checkbox"] {
  margin: 5px 5px 5px 0;
}

input.zip1 {
  width: 30%;
}

input.zip2 {
  width: 60%;
}

input.tel1 {
  width: 20%;
}

input.tel2 {
  width: 30%;
}

input.tel3 {
  width: 30%;
}

.mag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 5px 0;
  margin: 0 0 10px;
}

.mag_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  padding: 5px;
  margin: 1% 0% 0% 1%;
  font-size: 1.1rem;
  line-height: 1.2;
  background: #f0f0f0;
}

.mag_box.c3 li {
  width: 32%;
}

.mag_box.c3 li:nth-of-type(3n + 1) {
  clear: both;
}

.user_policy_box {
  padding: 15px;
  margin: 10px auto;
  background: #fbf9e5;
}

.user_policy_box h3 {
  width: 100%;
  margin: 10px auto;
  font-weight: bold;
}

#user_policy,
#privacy_policy {
  width: 100%;
  height: 200px;
  margin: 10px auto;
  overflow: auto;
  background: #fff;
  border: 1px solid #ddd;
}

.pa20 {
  padding: 30px;
}

.pa20 p {
  padding: 15px;
}

.pa20 p strong {
  font-size: 16px;
  font-size: 1.6rem;
}

/* TODO: リファクタリング */

#user_policy p,
#user_policy dl,
#privacy_policy p,
#privacy_policy dl {
  padding: 15px;
}

#user_policy dl,
#privacy_policy dl {
  padding: 15px;
}

#user_policy dt,
#privacy_policy dt {
  font-weight: bold;
}

.mes-box {
  padding: 80px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  text-align: center;
}

.mes-box p {
  padding: 50px 0 70px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* !crat================================================ */

.total_price {
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #f00;
  text-align: right;
  background: #ffecf1;
  border: 1px solid #ccc;
}

.order_box01 {
  width: 100%;
  padding: 10px 5px;
  margin: 30px auto;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  background: #ffecf1;
  border: 1px solid #f00;
}

.order_box01 hr {
  width: 100%;
  margin: 10px auto;
  border-top: 1px solid #d5d5d5;
}

.order_box01 strong {
  font-size: 31px;
  font-size: 3.1rem;
  color: #f00;
}

.order_title {
  display: table;
  width: 100%;
  padding: 5px 0;
  margin: 20px auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #4c3924;
  border-bottom: 1px solid #ccc;
}

.order_title li {
  display: table-cell;
  vertical-align: middle;
}

.two-btn-box {
  width: 100%;
  margin: 10px auto;
}

.two-btn-box li {
  text-align: center;
}

.user_policy_box_text {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.cart_table {
  margin: 0 0 20px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
}

.cart_table dd {
  width: 100%;
  padding: 8px 0;
  clear: both;
  font-size: 1.3rem;
}

.cart_table dt.cart_item_image {
  display: block;
  float: left;
  width: 40%;
}

.cart_table dt.cart_item_image img {
  width: 100%;
  padding-right: 10px;
}

.cart_table dd.cart_item_title {
  display: block;
  float: left;
  width: 60%;
  padding: 0 0 8px;
  clear: none;
  font-size: 1.2rem;
}

.cart_table dd.cart_item_num select {
  width: 90px;
}

.cart_table dd.cart_item_num span {
  float: right;
  margin: -3px 0 0;
}

.cart_table dd.cart_item_price {
  padding: 5px 0;
  text-align: right;
}

.cart_table dd.cart_item_price span {
  color: red;
}

#container .cart_item_delete {
  float: left;
  margin: -5px 0 10px;
  border: none;
}

.delivkind_block {
  margin: 5px 0 15px;
}

.deliv_year {
  width: 30%;
}

.deliv_month {
  width: 20%;
}

.deliv_day {
  width: 20%;
}

.deliv_time {
  width: 30%;
}

.r_note {
  float: right;
  width: 250px;
  font-size: 12px;
  font-size: 1.2rem;
}

.r_note2 {
  float: right;
  width: 200px;
  font-size: 12px;
  font-size: 1.2rem;
}

.list_select_payment {
  display: table;
  width: 100%;
  margin: 15px auto;
  border-top: 1px solid #ddd;
}

.list_select_payment.radio {
  border: none;
}

.list_select_payment dt {
  display: block;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}

.list_select_payment dd {
  display: block;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}

.list_select_payment dd .limit {
  width: 100px;
}

.list_select_payment label {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#eaeaeb));
  background-image: linear-gradient(to top, #fff, #eaeaeb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaeb));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  border: #d8d8d8 1px solid;
  border-radius: 5px;
}

.list_select_payment label small {
  display: block;
  float: right;
  width: 50%;
  margin: -5px 0 0;
  text-align: left;
}

input[type="radio"]:checked + .radio_switch-on,
input[type="radio"]:checked + .radio_switch-off {
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f29e16), to(#ed970c));
  background-image: linear-gradient(to top, #f29e16, #ed970c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f29e16), to(#ed970c));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}

.txt {
  padding: 5px 0;
  font-size: 1.3rem;
}

.txt img {
  padding: 15px 0;
}

#container .check_table tbody,
#container .check_table tr {
  display: block;
  width: 100%;
}

#container .check_table th {
  font-weight: normal;
  vertical-align: top;
  border: 1px solid #ddd;
}

#container .check_table th.head {
  margin: 0 0 5px;
  font-weight: bold;
  color: #f66;
  background: #fff;
}

#container .check_table th.head span {
  float: none;
  border-left: 3px solid #f66;
}

#container .check_table td {
  padding: 15px 5px;
  vertical-align: top;
}

.form_back {
  display: inline-block;
  color: #000;
}

.form_back::before {
  color: #000;
  content: ">  ";
}

.form_btnarea {
  padding: 10px 10px 20px;
  text-align: center;
  background: #fbf9e5;
}

.btn_comment_post {
  padding: 10px;
  margin: 0;
  text-align: center;
  background: #fbf9e5;
}

/* !口コミ================================================ */

.shop-logo-area img {
  float: left;
  width: 140px;
  height: auto;
  margin: 0 10px 10px 0;
}

.tit_comment {
  padding: 8px;
  color: #fff;
  background: #97c721;
}

/* list_comment */

.title_comment {
  width: 100%;
  padding: 15px 10px;
  margin: 10px auto;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background: #97c721;
  border-radius: 3px;
}

.comment_number {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 1.3rem;
}

.comment_number strong {
  font-size: 13px;
  font-size: 1.3rem;
  color: #ed970c;
}

.list_comment {
  width: 100%;
  margin: 10px auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  border: 1px solid #d9d9d9;
}

.list_comment dt {
  padding: 5px;
  border-bottom: 1px solid #d9d9d9;
}

.list_comment dd {
  padding: 5px;
}

.list_comment .comment_user {
  background: #f9f7de;
}

.list_comment .comment_user .comment_user_title {
  display: block;
  padding: 0 0 5px 20px;
  font-weight: bold;
  background: url(/images/icon_comment.png?7a3d6cf2d1963b98f4f7e1ccf1b5862e) no-repeat left top;
  background-size: 16px 15px;
}

.list_comment .comment_user .comment_user_date {
  display: block;
  text-align: right;
}

.list_comment .comment_shop {
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  background: #f0f0f0;
  border-top: 1px solid #d9d9d9;
}

.list_comment .comment_shop .comment_shop_title {
  float: left;
  padding: 0 0 5px;
  font-weight: bold;
  color: #f30;
}

.list_comment .comment_shop .comment_shop_date {
  display: block;
  float: right;
}

hr {
  width: 100%;
  margin: 20px auto;
  border-bottom: 1px solid #ddd;
}

/* .list_item */

.sp_header img {
  width: 100%;
  padding: 0 0 15px;
  margin: 0 0 10px;
  border: 1px solid #ddd;
}

.sp_header {
  font-size: 1.3rem;
}

.sp_number {
  width: 100%;
  padding: 15px 0 5px;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
}

.list_item {
  display: block;
  width: 100%;
  padding: 0 0 15px;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}

.list_item > li {
  position: relative;
  width: 100%;
  padding: 30px 0 10px;
  margin: 0 1%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.list_item > li:first-child {
  padding: 10px 0;
}

.list_item > li:last-child {
  border: none;
}

.list_item li h2 {
  float: right;
  width: 53%;
  clear: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4c3921;
  text-align: left;
}

.list_item_rank {
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  background: url(/images/ranking_bg.png?ee292cc565ef6ffcf8b30ddb0a141e6d);
}

.list_item li strong {
  color: #f30;
}

.list_item li a {
  color: #000;
}

.list_item li dl {
  float: right;
  width: 53%;
  margin: 10px auto 0;
}

.list_item li dl:nth-of-type(2) {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.list_item li dt {
  float: left;
  width: auto;
  clear: both;
  font-weight: bold;
}

.list_item li dd {
  float: left;
  width: auto;
}

.item_more img {
  margin-top: 7px;
}

.list_item li a.item_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42%;
}

.list_item li a.item_fav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
}

.list_item li a.item_fav img,
.list_item li a.item_more img {
  width: 100%;
  height: auto;
  padding: 0 0 10px;
}

.list_item li p {
  padding: 10px 0 15px;
  clear: both;
  text-align: left;
}

.list_item li .image {
  float: left;
  width: 45%;
  padding: 0;
}

.list_item li .image img {
  border: 1px solid #ddd;
}

/* !area================================================ */

.list_area {
  width: 100%;
  margin: 10px auto;
}

.list_area dt {
  padding: 0 10px;
  margin: 20px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #f66;
  border-left: 3px solid #f66;
}

.list_area dd {
  padding: 15px;
  margin: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f0f0f0;
}

#user_policy_page {
  width: 96%;
  margin: 30px auto 40px;
}

#user_policy_page h3 {
  margin: 0 0 20px;
}

#user_policy_page ol,
#user_policy_page ul {
  margin: 0;
  counter-reset: number;
}

#user_policy_page ul li,
#user_policy_page ol li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 20px 20px;
}

#user_policy_page ol li {
  padding: 0 0 0 10px;
  margin: 3px 0 3px 20px;
}

#user_policy_page ul li::before {
  position: absolute;
  top: 0.3em;
  left: -20px;
  z-index: 2;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  content: counter(number) ".";
  counter-increment: number;
}

#user_policy_page ol li::before {
  position: absolute;
  top: 0.3em;
  left: -15px;
  z-index: 2;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  content: counter(number) ".";
  counter-increment: number;
}

#user_policy_page p {
  margin: 0 0 40px;
}

.send_btn_box input:nth-of-type(2) {
  width: 70%;
  margin: 10px 0% 0 15%;
}

.error {
  color: #f00;
}

/* !mypage================================================ */

.mypage_nav {
  width: 96%;
  margin: 10px auto;
}

.mypage_nav li {
  display: inline;
  padding: 5px 15px 5px 0;
}

.mypage_nav li a {
  padding: 0 0 0 20px;
  line-height: 3;
  color: #056ab9;
  white-space: nowrap;
  background: url(/images/icon_orange_arrow.png?b531a8dc18f363b5b51de30b209823b5) no-repeat left bottom;
}

.mypage_nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 1rem;
}

.mypage_nav-container .mypage_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-left: 1.5rem;
}

.mypage_order {
  width: 96%;
  margin: 30px auto 10px;
  font-weight: bold;
}

.mypage_order li:first-child {
  padding: 5px;
  margin: 0 0 5px;
  color: #f00;
  background: #ffecf1;
  border: 1px solid #ccc;
}

.mypage_order li:last-child {
  width: 100%;
}

.mypage_order li:last-child img:first-child {
  width: 60%;
}

.mypage_order li:last-child img:last-child {
  width: auto;
}

.mypage_order2 {
  width: 96%;
  margin: 10px auto;
  font-weight: bold;
}

.mypage_order2 li:first-child {
  padding: 5px;
  margin: 0 0 5px;
  color: #000;
  background: #f0f0f0;
  border: 1px solid #ccc;
}

.fav_search-word {
  padding: 10px 0 0;
  margin: 0 0 20px;
  text-align: right;
}

.fav_search-word span {
  padding: 0 0 0 20px;
  background: url(/images/icon_arrow01.png?c7452df6fcea4438d81decddf6cf7729) no-repeat left center;
}

.fav_search-word select {
  width: 50%;
  font-size: 1.3rem;
}

/* !20160810================================================ */

/* .list_item */

.sp_header img {
  width: 100%;
  padding: 0 0 15px;
  margin: 0 0 10px;
  border: 1px solid #ddd;
}

.sp_header {
  font-size: 1.3rem;
}

.item_list_search_address,
.item_list_search_time {
  margin: 0 0 30px;
}

.item_list_search_address .mid {
  float: left;
  width: 48%;
  min-height: 30px;
  margin: 0 2% 1% 0;
}

.item_list_search_time .mid {
  float: left;
  width: 52%;
  min-height: 30px;
  margin: 0 2% 0 0;
}

.item_list_search_time .sho {
  float: left;
  width: 21%;
  min-height: 30px;
  margin: 0 2% 0 0;
}

.sp_number {
  width: 100%;
  padding: 15px 0 5px;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
}

.list_item2 {
  display: block;
  width: 100%;
  padding: 0 0 15px;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}

.list_item2 > li {
  position: relative;
  width: 100%;
  padding: 30px 0 10px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.list_item2 > li:first-child {
  padding: 10px 0;
}

.list_item2 > li:last-child {
  border: none;
}

.list_item2 li h2 {
  float: right;
  width: 53%;
  clear: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4c3921;
  text-align: left;
}

.list_item_rank {
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  background: url(/images/ranking_bg.png?ee292cc565ef6ffcf8b30ddb0a141e6d);
}

.list_item2 li strong {
  color: #f30;
}

.list_item2 li a {
  color: #000;
}

.list_item2 li dl {
  float: right;
  width: 53%;
  margin: 10px auto 0;
}

.list_item2 li dl:nth-of-type(2) {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.list_item2 li dt {
  float: left;
  width: auto;
  clear: both;
  font-weight: bold;
}

.list_item2 li dd {
  float: left;
  width: auto;
}

.list_item2 li a.item_more {
  bottom: 0;
  float: right;
}

.list_item2 li a.item_fav {
  bottom: 0;
  float: right;
}

.list_item2 li a.item_fav img,
.list_item2 li a.item_more img {
  height: auto;
  padding: 0 0 10px;
  margin-left: 8px;
}

.list_item2 li p {
  clear: both;
  text-align: left;
}

.list_item2 li .image {
  float: left;
  width: 45%;
  padding: 0;
}

.list_item2 li .image img {
  border: 1px solid #ddd;
}

.item_list_serach_btn2 {
  width: 96%;
  margin: 10px auto;
}

.item_list_serach_btn2 li {
  display: table-cell;
  width: 50%;
  padding: 5px;
}

.item_list_search_btn {
  display: block;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  background: url(/images/item_list_search_btn_on.png?e7d63d5811dac337ffc522e070a5e0d8) no-repeat center center;
  background-size: 280px 35px;
}

.item_list_search_btn.open {
  background-image: url(/images/item_list_search_btn_off.png?4be1d529da5f40b297e81556c5957cd4);
}

#item_list_search_form {
  display: none;
}

#item_list_search_form p {
  margin: 10px 0;
  line-height: 1.3;
}

.item_list_search_checkbox li {
  width: 33%;
}

.item_list_search_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 10px auto 20px;
}

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

.item_list_search_checkbox label {
  display: block;
  padding: 15px 0;
  margin: 3px 2px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.item_list_search_checkbox input[type="checkbox"]:checked + label {
  background: #fac304;
}

.item_search2 {
  width: 100%;
  margin: 10px auto;
  font-size: 1.3rem;
}

.item_search2 p {
  margin: 0 2% 5px;
}

.item_search2 p span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f60;
}

.item_search2 input {
  border: none;
}

.item_search2 .select_title {
  padding-left: 15px;
  background: url(/images/bg_select.png?c87f30e443b0c181886fa934d9893301) no-repeat left center;
  background-size: 10px 16px;
}

.item_search2 .select_title select {
  display: inline;
  width: 200px;
}

.box_condition_item {
  padding: 10px 10px 0;
  font-size: 1.3rem;
  background: #fff6e0;
}

.box_condition_item dt {
  float: left;
  width: 38%;
  padding: 0 0 0 5px;
  margin: 0 0 10px;
  clear: both;
  font-weight: bold;
  color: #4d3b24;
  border-left: 4px #cfaa3a solid;
}

.box_condition_item dt:nth-of-type(2) {
  width: 26%;
}

.box_condition_item dd {
  float: left;
  width: 60%;
  margin: 0 0 10px;
}

.box_condition_item dd:nth-of-type(2) {
  width: 72%;
}

.tit_container2 {
  padding: 7px 8px 7px 33px;
  margin: 0;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 10px 10px;
}

.tit_container2.area {
  background-image: url(/images/btn_condition07.png?0d1d51631508ff192c6c0892f8dcbf1c);
  background-size: 13px 16px;
}

.tit_container2.days,
.tit_container2.time {
  background-image: url(/images/btn_condition04.png?688adb7ae87b197a1f3bca5621f9ee7b);
  background-size: 16px 16px;
}

.tit_container2.tanka {
  background-image: url(/images/icon_title_search03.png?f7e2c6049ea6cdef00127c3f076abbc6);
  background-size: 16px 14px;
}

.tit_container2.genre {
  background-image: url(/images/icon_list_shop05.png?1ffee914ae283e3f76cc753b4da0ff0b);
  background-size: 16px 15px;
}

.icon_search-word:nth-of-type(n + 2)::before {
  content: ", ";
}

/* my page */

.mypage_nav2 {
  width: 96%;
  padding: 10px 0;
  margin: 10px auto 20px;
  border-bottom: 1px solid #000;
}

.mypage_nav2 li {
  float: left;
  width: 50%;
  padding: 0 5px 0 0;
  margin: 0;
}

.mypage_nav2 li a {
  padding: 3px 0 0 20px;
  line-height: 1;
  color: #056ab9;
  background: url(/images/icon_orange_arrow.png?b531a8dc18f363b5b51de30b209823b5) no-repeat left bottom;
}

.mypage_order_top {
  width: 100%;
  margin: 0 auto 15px;
  border-bottom: 1px solid #ddd;
}

.mypage_order_top p {
  width: 96%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
}

.mypage_order_top ul {
  display: table;
  width: 96%;
  margin: 10px auto;
}

.mypage_order_top ul li:first-child {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}

.mypage_order_top ul li:last-child {
  display: table-cell;
  width: 84px;
  vertical-align: top;
}

.mypage_order_top button {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0;
  background: none;
}

.cart_table2 {
  width: 96%;
  padding: 0 0 10px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
}

.cart_table2 dd {
  width: 100%;
  padding: 8px 0;
  clear: both;
  font-size: 1.3rem;
}

.cart_table2 dt.cart_item_image {
  display: block;
  float: left;
  width: 40%;
}

.cart_table2 dt.cart_item_image img {
  width: 100%;
  padding-right: 10px;
}

.cart_table2 dd.cart_item_title {
  display: block;
  float: left;
  width: 60%;
  padding: 0 0 8px;
  clear: none;
  font-size: 1.2rem;
}

.cart_table2 dd.cart_item_num .count {
  width: 90px;
  background: #fff;
}

.cart_table2 dd.cart_item_num span {
  float: right;
  margin: -3px 0 0;
}

.cart_table2 dd.cart_item_price {
  padding: 5px 0;
  text-align: right;
}

.cart_table2 dd.cart_item_price span {
  color: red;
}

.cart_table2 dd.ri input,
.cart_table2 dd.ri a {
  float: left;
  width: 48%;
  margin: 1%;
}

.sp_bill_list {
  width: 100%;
  margin: 10px auto;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
}

.sp_bill_list dt {
  float: left;
  width: 20%;
  padding: 5px;
  clear: both;
  border-top: 1px solid #fff;
}

.sp_bill_list dd {
  float: left;
  width: 80%;
  padding: 5px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}

.sp_bill_list dt:first-child,
.sp_bill_list dd:nth-of-type(1) {
  border: none;
}

.begin_attention {
  padding-top: 60px;
  margin-top: -60px;
}

.shop_link {
  text-decoration: none;
}

.area_info-header .header {
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: bolder;
  color: #4d3b24;
}

.area_info-footer {
  padding: 1em 1.5em;
  margin-top: 2em;
  color: #fff;
  background-color: #362918;
}

.area_info-footer .header {
  display: inline-block;
  padding: 0.3rem 0.5rem 0.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: normal;
  background: no-repeat 0 0.8rem url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 -250 1792 1792' fill='white'><path d='m 768,896 q 0,106 -75,181 -75,75 -181,75 -106,0 -181,-75 -75,-75 -75,-181 0,-106 75,-181 75,-75 181,-75 106,0 181,75 75,75 75,181 z m 256,0 q 0,-109 -33,-179 L 627,-57 q -16,-33 -47.5,-52 -31.5,-19 -67.5,-19 -36,0 -67.5,19 Q 413,-90 398,-57 L 33,717 Q 0,787 0,896 q 0,212 150,362 150,150 362,150 212,0 362,-150 150,-150 150,-362 z' /></svg>");
  border-bottom: 2px solid #a0a0a0;
}

.area_info-footer .text {
  width: 100%;
  padding: 5px;
  margin: 10px auto;
}

.list_area_box {
  width: 100%;
  margin: 0 0 50px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3f180a;
}

.list_area_box dt,
.list_area_box dd {
  padding: 5px 0;
}

.area_links .list_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area_links .list_area_box .links {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  margin: 1rem 0;
  text-align: center;
  border: none;
}

.list_area_box dd a,
.list_area_box .links {
  padding: 0 10px;
  color: #3f180a;
  border-right: 1px solid #3f180a;
}

.list_area_box .links {
  line-height: 2;
  white-space: nowrap;
}

.sitemap-footer-container {
  margin-top: 2rem;
  font-size: 1.3rem;
  color: #fff;
}

.sitemap-footer-container a {
  display: inline-block;
  /* text-decoration: none; */
  padding: 1rem;
  color: #fff;
}

.sitemap-footer-container .sitemap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
}

.sitemap-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 2rem;
}

/* ADD START 2021.07.12 [K.Tabuchi] BENTOTEHAI-24【フッターの地域店舗情報をSPに追加】 */

.sitemap-item-region {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sitemap-item-region .region-list {
  margin-top: 10px;
  margin-left: 10px;
  font-family: webfont, sans-serif;
}

.sitemap-item-region .region-list .pref-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap-item-region .region-list .pref-list li {
  border-right: 1px solid #fff;
}

/* ADD   END 2021.07.12 [K.Tabuchi] BENTOTEHAI-24【フッターの地域店舗情報をSPに追加】 */

.p-status-tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 5px;
}

.p-status-tag-container.pl-0 {
  padding-left: 0;
}

.p-status-tag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 5px 5px 0;
  color: #fff;
  border-radius: 3px;
}

.p-status-id-1 {
  background-color: #ffa500;
}

.p-status-id-2 {
  background-color: #8a2be2;
}

.p-status-id-3 {
  background-color: #0085c8;
}

.p-status-id-4 {
  background-color: #008000;
}

.p-status-id-5 {
  background-color: #fa8072;
}

