@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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5% !important;
  overflow-y: scroll;
  -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;
}

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-collapse: collapse;
  border-spacing: 0;
}

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

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

/* End of Reset CSS */

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

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

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

b,
strong {
  font-weight: 700;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address,
caption,
code,
var {
  font-weight: normal;
  font-style: 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] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .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 {
  background-color: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

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

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

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #000000;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  width: 96%;
  margin: 0px auto;
  padding: 0.375em 1.5em;
  -webkit-appearance: button;
  /*background: #E60000 url('img/arrow02.png') no-repeat 96% center;*/
  background-size: 20px 20px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
}

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 {
  border: 0;
  padding: 0;
}

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

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

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

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;
  margin: 0;
  padding: 0.375em 1em;
}

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

/* Clearfix */

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

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.form_table input[type="text"] {
  width: 100%;
}

.form_table input[type="text"]:-ms-input-placeholder {
  color: #c6c6c6;
}

.form_table input[type="text"]::-webkit-input-placeholder {
  color: #c6c6c6;
}

.form_table input[type="text"]::-moz-placeholder {
  color: #c6c6c6;
}

.form_table input[type="text"]::-ms-input-placeholder {
  color: #c6c6c6;
}

.form_table input[type="text"]::placeholder {
  color: #c6c6c6;
}

.form_table {
  color: #000000;
}

.form_table input {
  color: #3a3a3a;
}

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

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

html body {
  min-width: 1000px;
  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,
#site-title,
nav,
a {
  font-family: webfont, sans-serif;
  line-height: 1;
}

body {
  background: #f5edd8 !important;
}

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

.pagetop {
  position: fixed;
  right: 16%;
  right: 60px;
  bottom: 50px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.pagetop2 {
  position: fixed;
  right: 35%;
  right: calc(((100% - 980px) / 2) - 74px);
  right: calc(((100% - 980px) / 2) - 74px);
  bottom: 50px;
  z-index: 9999;
  margin: 0 auto;
  text-align: right;
}

/* !contents================================================ */

.one-column #container {
  width: 980px;
  margin: 10px auto 20px auto;
  padding: 15px 20px;
  background: #fff;
}

.one-column #container h2 {
  padding: 10px;
  text-align: left;
  color: #000;
  background: #F0F0F0;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
}

.one-column #container h2.title_mypage {
  width: 100%;
  margin: 0px;
}

.one-column #container table {
  width: 100%;
  margin: 10px auto;
}

.one-column #container th {
  width: 250px;
  padding: 15px;
  background: #F0F0F0;
  border: 1px solid #D6D6D6;
  text-align: left;
  vertical-align: middle;
}

.one-column #container td {
  padding: 15px;
  background: #fff;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
}

.l-basic-knowledge {
  min-width: 375px;
}

.l-basic-knowledge #container {
  margin: 1rem auto 1rem auto;
  padding: 15px 20px;
  background: #fff;
}

@media screen and (min-width: 961px) {
  .l-basic-knowledge #container {
    max-width: 1200px;
  }
}

.l-abouts_begin {
  min-width: 375px;
  overflow: visible;
}

.l-abouts_begin #app {
  overflow: visible;
}

.l-abouts_begin #container {
  margin: 1rem auto 1rem auto;
  padding: 15px 20px;
  background: #fff;
}

@media screen and (min-width: 961px) {
  .l-abouts_begin #container {
    max-width: 1200px;
    width: 980px;
  }
}

.l-abouts_question {
  min-width: 375px;
  overflow: visible;
}

.l-abouts_question #app {
  overflow: visible;
}

.l-abouts_question #container {
  margin: 1rem auto 1rem auto;
  padding: 15px 20px;
  background: #fff;
}

@media screen and (min-width: 961px) {
  .l-abouts_question #container {
    max-width: 1200px;
    width: 980px;
  }
}

.l-marketing_campaigns {
  min-width: 375px;
}

.l-marketing_campaigns #container {
  margin: 1rem auto 1rem auto;
  padding: 15px 20px;
  background: #fff;
}

@media screen and (min-width: 961px) {
  .l-marketing_campaigns #container {
    max-width: 1200px;
    width: 980px;
  }
}

.l-entry #container {
  width: 980px;
  margin: 10px auto 20px auto;
  padding: 15px 20px;
  background: #fff;
}

.l-entry #container h2.title_mypage {
  width: 100%;
  margin: 0px;
}

.l-entry #container table {
  width: 100%;
  margin: 10px auto;
}

.l-entry #container th {
  width: 250px;
  padding: 15px;
  background: #F0F0F0;
  border: 1px solid #D6D6D6;
  text-align: left;
  vertical-align: middle;
}

.l-entry #container td {
  padding: 15px;
  background: #fff;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
}

.l-entry-confirm #container {
  width: 980px;
  margin: 10px auto 20px auto;
  padding: 15px 20px;
  background: #fff;
}

.l-entry-confirm #container h2.title_mypage {
  width: 100%;
  margin: 0px;
}

.l-entry-confirm #container table {
  width: 100%;
  margin: 10px auto;
}

.l-entry-confirm #container th {
  width: 250px;
  padding: 15px;
  background: #F0F0F0;
  border: 1px solid #D6D6D6;
  text-align: left;
  vertical-align: middle;
}

.l-entry-confirm #container td {
  padding: 15px;
  background: #fff;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
}

.l-entry-finish #container {
  width: 980px;
  margin: 10px auto 20px auto;
  padding: 15px 20px;
  background: #fff;
}

.l-entry-finish #container table {
  width: 100%;
  margin: 10px auto;
}

.l-entry-finish #container th {
  width: 250px;
  padding: 15px;
  background: #F0F0F0;
  border: 1px solid #D6D6D6;
  text-align: left;
  vertical-align: middle;
}

.l-entry-finish #container td {
  padding: 15px;
  background: #fff;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
}

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

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

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

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

.c-in-page-link-button {
  width: 100%;
  -webkit-box-shadow: 0px 0px 2px #959595;
          box-shadow: 0px 0px 2px #959595;
  text-shadow: 0px 0px 2px #ffe798;
  font-size: 1.7rem;
  border-radius: 5px;
  color: white;
  background-color: darkred;
}

.c-is-catering-button-sm {
  width: 80px;
  height: 26px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -1px;
  cursor: pointer;
}

.c-is-catering-button-sm--blue {
  background: #00FFFF;
}

.c-is-catering-button-sm--gray {
  background: #E6E6E6;
}

.c-is-catering-button-md {
  width: 200px;
  height: 35px;
  background: #00FFFF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.c-is-catering-button-md--blue {
  background: #00FFFF;
}

.c-is-catering-button-md--gray {
  background: #E6E6E6;
}

.c-page-title {
  font-size: 3rem;
}

@media screen and (min-width: 961px) {
  .c-page-title {
    font-size: 4rem;
  }
}

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

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

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

/**
 * 共通フッター
 */

.p-common-footer {
  padding: 20px 0 100px;
  color: #fff;
  background: #11100f;
}

.p-common-footer .wrap .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.p-common-footer a {
  color: inherit;
  text-decoration: none;
}

.p-common-footer * {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.p-common-footer *::before {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.p-common-footer *::after {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.p-common-footer *:focus-visible {
  outline: none;
}

.p-common-footer *:focus {
  outline: none;
}

/**
 * フッターの行
 */

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

.p-common-footer__row:nth-of-type(1) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.p-common-footer__row:nth-of-type(1) .link:nth-of-type(1) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.p-common-footer__row:nth-of-type(1) .link ul {
  margin-top: 5px;
  margin-left: 34px;
  font-size: 14px;
  list-style: none;
}

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

.p-common-footer__row:nth-of-type(1) .link li img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-common-footer__row:nth-of-type(1).sp {
  display: none;
}

.p-common-footer__row:nth-of-type(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

.p-common-footer__row:nth-of-type(2) .col-left {
  width: 60%;
}

.p-common-footer__row:nth-of-type(2) .col-right {
  width: 40%;
}

.p-common-footer__copyright-area {
  padding: 40px 0 0 38px;
}

.footer-menu.sp {
  display: none;
}

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

.p-common-footer__local-info .body {
  margin-left: 34px;
  font-size: 14px;
  font-weight: bold;
}

.p-common-footer__local-info .body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  list-style: none;
}

.p-common-footer__local-info .body ul > li:first-child {
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #b7b6b6;
}

.p-common-footer__local-info .body ul > li:not(:first-child) {
  margin: 0 10px;
}

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

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

.p-common-footer__menu .wrap {
  width: 375px;
  margin: 0 auto;
}

/* !admin_login================================================ */

.p-admin_login_box {
  width: 600px;
  margin: 110px auto;
  padding: 0px 0px 50px 0px;
  background: #000000;
  border-radius: 8px;
}

.p-admin_login_box h2 {
  margin: 0px auto;
  padding: 50px 0px 70px 0px;
  text-align: center;
  color: #fff;
}

.p-admin_login_box ul {
  width: 350px;
  margin: 0px auto;
}

.p-admin_login_box dt {
  clear: both;
  float: left;
  padding: 5px 0px;
  width: 100px;
  text-align: right;
  color: #fff;
}

.p-admin_login_box dd {
  float: right;
  width: 250px;
  padding: 5px 0px;
  text-align: right;
}

.p-admin_login_box dd.admin_login_btn {
  text-align: left;
  padding: 25px 5px 5px 5px;
}

.p-admin_login_box__input-box {
  width: 245px !important;
}

.p-admin_login-nav-under {
  width: 100%;
  background: #21180E;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ccc;
}

.p-admin_login-nav-under ul {
  float: left;
  width: auto;
  display: table;
}

.p-admin_login-nav-under li {
  padding: 10px 20px 10px 0px;
  display: table-cell;
}

.p-admin_login-nav-under a {
  color: #ccc;
  text-decoration: none;
}

.p-admin_login-nav-under__address {
  float: right;
  width: auto;
  padding: 10px 0px;
  text-align: right;
  width: 100%;
  margin: auto;
  color: #F2E17F;
  text-align: center;
}

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

.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-abouts_begin-use-sean-examples__image {
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-use-sean-examples__image {
    width: 988px;
    height: 828px;
  }
}

.p-abouts_begin-use-sean-examples__image.is-pc {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-use-sean-examples__image.is-pc {
    display: block;
  }
}

.p-abouts_begin-use-sean-examples__image.is-sp {
  display: block;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-use-sean-examples__image.is-sp {
    display: none;
  }
}

.p-abouts_begin-contact-area .c-go-back-button-md {
  margin-top: 5rem;
}

.p-abouts_begin-scroll-link-area {
  position: sticky;
  top: 4rem;
  z-index: 10;
  padding: 0 0 1rem 0;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-scroll-link-area {
    top: 1rem;
  }
}

.p-abouts_begin-scroll-link-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-abouts_begin-scroll-link-area__item {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

@media screen and (min-width: 961px) {
  .p-abouts_begin-scroll-link-area__item {
    width: inherit;
  }
}

@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_question__title {
  margin: 0;
  padding: 5px 8px;
  background: #e8e8e8;
}

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

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

@media screen and (min-width: 961px) {
  .p-abouts_question__subtitle {
    margin: 35px 0px 0px 0px;
    font-size: 20px;
    font-size: 2.0rem;
    color: #000000;
    font-weight: bold;
  }
}

.p-abouts_question-button-area__text {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.p-abouts_question-q-and-a-area {
  width: 100%;
  margin: 10px auto;
}

.p-abouts_question-q-and-a-area__question-text {
  margin: 20px 0;
  padding: 0 10px;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  color: #f66;
  border-left: 3px solid #f66;
}

.p-abouts_question-q-and-a-area__answer-text {
  margin: 20px 0;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f0f0f0;
}

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

/* !contact================================================ */

.p-contact-form-table td p {
  width: 300px;
  float: left;
}

.p-contact-form-table input[type="text"] {
  width: 100%;
}

.p-contact-form-table input[type="email"] {
  width: 400px;
}

.p-contact-form-table input.zip {
  width: 20% !important;
}

.p-contact-form-table input.name {
  width: 200px;
}

.p-contact-form-table input.tel {
  width: 83px;
}

.p-contact-form-table textarea {
  width: 650px;
  height: 200px;
}

.p-contact-confirm-button-area {
  text-align: center;
  padding: 30px;
}

.p-contact-title {
  padding: 10px;
  text-align: left;
  color: #000;
  background: #f0f0f0;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
}

.p-contact-title__notes {
  margin-left: 15rem;
  color: red;
}

/** ADD START 2022.03.25 [K.Tabuchi] BENTOTEHAI-10 【会員登録】【ゲスト会員登録】【項目/デザイン変更】*/

.p-entry-form-table .p-entry-form-table__radio {
  top: -1px;
  left: 3px;
}

/** ADD   END 2022.03.25 [K.Tabuchi] BENTOTEHAI-10 【会員登録】【ゲスト会員登録】【項目/デザイン変更】*/

.p-entry-title {
  padding: 10px;
  text-align: left;
  color: #000;
  background: #f0f0f0;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  font-weight: bold;
}

.p-entry-subtitle {
  margin: 35px 0px 0px 0px;
  padding: 10px 0px;
  border-bottom: 2px solid #999;
  font-size: 20px;
  font-size: 2.0rem;
  /* color: #4C3924; */
  color: #000000;
  font-weight: bold;
}

.p-entry-confirm-title {
  padding: 10px;
  text-align: left;
  color: #000000;
  background: #f0f0f0;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  font-weight: bold;
}

.p-entry-confirm-subtitle {
  margin: 35px 0px 0px 0px;
  padding: 10px 0px;
  border-bottom: 2px solid #999;
  font-size: 20px;
  font-size: 2.0rem;
  /* color: #4C3924; */
  color: #000000;
  font-weight: bold;
}

.p-entry-finish-title {
  padding: 10px;
  text-align: left;
  color: #000;
  background: #f0f0f0;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  font-weight: bold;
}

.p-entry-finish-subtitle {
  margin: 35px 0px 0px 0px;
  padding: 10px 0px;
  border-bottom: 2px solid #999;
  font-size: 20px;
  font-size: 2.0rem;
  /* color: #4C3924; */
  color: #000000;
  font-weight: bold;
}

.sitemap {
  background: #F5EDD8 !important;
  margin: -20px -20px -35px -20px !important;
  padding: 20px;
  color: #3f180a !important;
}

.sitemap .block {
  min-width: 250px;
}

.sitemap .section {
  padding-right: 10px !important;
}

.sitemap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.sitemap .header .title {
  font-size: 25px !important;
  color: #3f180a !important;
  text-align: center;
}

.sitemap .header .subtitle {
  background: #F5EDD8 !important;
}

.sitemap .header .subtitle a {
  color: #3f180a !important;
}

.sitemap .subtitle {
  border-left: 3px solid #cfaa3a !important;
}

.sitemap .subtitle a {
  color: #3f180a !important;
}

.sitemap .header .subtitle a {
  font-size: 18px !important;
  font-weight: bold;
}

.sitemap .header .link {
  border: 0 !important;
  margin-top: 2rem;
  color: #3f180a !important;
}

.sitemap .section ul li a {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #3f180a !important;
}

.sitemap .row .subtitle-text {
  background: #F5EDD8 !important;
  font-size: 20px !important;
  font-weight: bold;
  color: #3f180a !important;
}

.sitemap .row .subtitle-text i {
  color: #3f180a !important;
}

.sitemap .section .link-list {
  margin: 0 auto;
  width: 300px;
}

.sitemap .section .link-list li {
  margin: 5px 0;
}

.sitemap .section .region-list .section-name {
  color: #3f180a !important;
  font-size: 20px;
}

.sitemap .section .region-list .pref-list li {
  margin: 0 10px;
}

.sitemap-footer-container {
  background: #21180E;
}

.sitemap-footer {
  color: #fff;
  padding: 1rem;
  width: 980px;
  margin: auto;
}

.sitemap-footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.sitemap-footer .col {
  margin: 0 auto;
}

.sitemap-footer a {
  color: #fff;
  text-decoration: none;
}

.sitemap-footer .title {
  color: #fff;
  font-size: 1.9rem;
  margin: 0.5rem;
}

.sitemap-footer .title-sub {
  color: #fff;
  font-size: 1.5rem;
  border-left: 0;
  margin: 1.5rem 0 0.5rem 0;
  padding: 0;
  white-space: nowrap;
}

.sitemap-footer .link-list,
.sitemap-footer .region-list {
  margin-left: 1rem;
  font-size: 1.2rem;
}

.sitemap-footer .link-list li,
.sitemap-footer .region-list li {
  padding: 5px 0;
}

.sitemap-footer .pref-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sitemap-footer .pref-list li {
  padding: 0.3rem 1rem;
  border-right: 1px solid #fff;
}

.sitemap-footer .list-title {
  margin: 0.5rem 0;
}

.sitemap-footer .copyright {
  text-align: center;
  margin-top: 2.5rem;
}

.p-status-tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 220px;
}

.p-status-tag-container.pl-15 {
  padding-left: 15px;
}

.p-status-tag {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 4px;
  margin: 0 5px 5px 0;
}

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

.area_review {
  padding: 0 15px;
}

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

.area_review .review-list {
  padding: 5px 0;
  margin: 5px 0;
}

.area_review .review-list .review-item .header {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  font-family: "webfont",sans-serif;
  color: #000;
  margin: 10px 15px;
  padding: 5px 10px;
  background: #E6E6E6;
  border: none;
}

.area_review .review-list .review-item .body {
  margin: 0 15px;
}

.area_review .review-list .review-item .body .rating {
  display: inline-block;
  width: 100px;
  height: 25px;
  vertical-align: -.4em;
  background: #fff url(/images/bg_stars.png?a29c8d3bd05e1b5f98cabf90953a8bac) no-repeat;
}

.area_review .review-list .review-item .body .title {
  font-weight: bold;
}

/*comment box*/

.review__main {
  margin: 15px;
  clear: both;
}

.review__list {
  max-height: 600px;
}

.review__main .review__ratings {
  float: left;
  margin-bottom: 8px;
}

.review__main .rating-50-average {
  display: inline-block;
  width: 160px;
  height: 40px;
  vertical-align: -.5em;
  background: #fff url(/images/bg_stars_la.png?1ed7a247508919693be44226b5d7ee02) no-repeat;
  background-position: 0 0px;
  float: left;
}

.review__main .review__points {
  float: left;
  margin-left: 24px;
}

.review__main .review__average {
  margin: 0;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc;
}

.review__main .review__points strong {
  font-size: 14px;
  padding-left: 14px;
}

.review__main .review__evaluates {
  margin: 0;
  padding-top: 6px;
}

.review__main .review__btn-container {
  float: right;
  position: relative;
  margin-top: 12px;
  width: 30%;
}

.review-btn [class^="d-btn"][class*="-st"] {
  background-image: none;
  background-color: transparent;
  border: none;
}

.review__main .review__with-comment {
  clear: both;
  padding-top: 8px;
}

.review__main .review__nav {
  position: relative;
  height: 43px;
  background-color: #E6E6E6;
  border-top: 2px solid #303030;
}

.more_cmt:hover {
  cursor: pointer;
}

.more_cmt {
  position: relative;
  font-size: 16px;
}

.more_cmt:before {
  font-size: 16px;
  line-height: 16px;
  color: red;
  content: "\F055";
  position: absolute !important;
  top: 2px;
  left: -18px;
  bottom: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.box_list_comment {
  padding-left: 16px;
  max-height: 600px;
  overflow-y: scroll;
  position: relative;
}

.box_list_comment span {
  margin-left: 20px;
}

.star_rating {
  margin-left: 0px !important;
}

.loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 47%;
  z-index: 222;
}

::-webkit-scrollbar {
  /*width: 20px;*/
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #5f4630;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #5f4630;
}

.average_star img {
  vertical-align: text-bottom;
}

.boxcaptside {
  padding: 12px;
  background: #E6E6E6;
  overflow: hidden;
}

.boxcaptside .d-unit .d-ttl {
  float: left;
  margin-right: 5px;
}

.review__main .d-review__unit > p {
  margin: 5px 0;
}

.review__main .review__nav .boxcaptside + .boxcaptside {
  border-top: none !important;
}

.review__main .review__list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.review__main .review-unit-comment {
  line-height: 22px;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

.review-unit-comment {
  position: relative;
}

.comment-text {
  height: 4.6em;
  overflow: hidden;
}

.show-more-btn {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #fff;
  cursor: pointer;
  font-weight: bolder;
  padding: 0 2em;
}

.show-all .comment-text {
  height: 100%;
}

.show-all .show-more-btn {
  display: none;
}

.review-btn a {
  text-decoration: none;
}

.review-btn span {
  position: relative;
  padding: 7px 1.5em 7px 2.5em;
  border-radius: 3px;
  border: 1px solid;
  border-color: #deb372 #ce9c4b #c1882e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fde5a0), color-stop(50%, #fcdc80), to(#ffc01e));
  background-image: linear-gradient(to bottom, #fde5a0 0%, #fcdc80 50%, #ffc01e 100%);
  background-position: 0 100%;
  background-size: auto 200%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

.review-btn button {
  padding: 0.375em 4px 0.375em 0px;
}

.review-btn span::before {
  content: "";
  position: absolute;
  background-image: url(/images/ico_edit_black.png?560a745ba4c0f96fef781a2cb7328b0d);
  width: 25px;
  height: 25px;
  background-size: 25px auto;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: .75;
}

.review__list .rating-50,
.review__lastest .rating-50,
.rating-50 {
  display: inline-block;
  width: 100px;
  height: 25px;
  vertical-align: -.4em;
  background: #fff url(/images/bg_stars.png?a29c8d3bd05e1b5f98cabf90953a8bac) no-repeat;
}

.review__main .review-unit-title {
  font-size: 13px;
  font-weight: bold;
  margin-left: 4px;
  -webkit-text-size-adjust: 100%;
}

.review__main .review-unit-bottom {
  border-top: 1px dotted #ccc;
  padding-top: 8px;
  margin-top: 5px;
}

.review_no_comment,
.review_no_comment_lastest {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 15px;
  padding: 30px;
  overflow: hidden;
}

.review_no_comment_lastest {
  margin: 0 !important;
}

.review_no_comment .left-text,
.review_no_comment_lastest .left-text {
  float: left;
  width: 60%;
}

.review_no_comment .review-btn,
.review_no_comment_lastest .review-btn {
  float: left;
  text-align: right;
  width: 40%;
}

.product_review .picture {
  max-width: 100px;
}

.product_review .wrap_picture {
  width: 160px;
  padding: 0px !important;
}

.product_review td:nth-child(1) {
  border: none !important;
}

.product_review td:nth-child(2) {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.product_review td:nth-child(3) {
  border: none !important;
}

.review-title {
  font-weight: bold;
}

.bottom_rewiew_text {
  margin: 15px 5%;
  padding: 15px;
  font-weight: bold;
  text-align: center;
}

.bottom_rewiew_text div {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.list_area_box {
  width: 100%;
  margin: 0 0 50px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: #3f180a;
}

.list_area_box dt,
.list_area_box dd {
  padding: 5px 0;
}

.list_area_box dd a,
.list_area_box .links {
  color: #3f180a;
  padding: 0 10px;
  border-right: 1px solid #3f180a;
}

.list_area_box .links {
  white-space: nowrap;
  line-height: 2;
}

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

/*********************************************************************
  店舗詳細画面のSNSボタンエリア
**********************************************************************/

.p-store-detail-shop_btnarea {
  display: table;
  width: 660px;
  margin: 10px auto;
  margin-bottom: 5px;
  margin-top: 10px;
}

.p-store-detail-shop_btnarea li {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.p-store-detail-shop_btnarea li.review-button-area {
  width: 290px;
  text-align: left;
}

.p-store-detail-shop_btnarea li.share-button-area {
  width: 50%;
}

.p-shop_btnarea-twitter-button {
  margin-left: -13px;
}

.p-shop_btnarea-hatena-button {
  margin-left: 5px;
  display: inline-block;
  color: white;
  text-decoration: none;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 20px;
  background-color: #0D9AD7;
  padding: 4px 7px 3px 12px;
  border-radius: 3px;
  font-size: 11px;
}

/*********************************************************************
  店舗詳細画面の店主からのコメントエリア
**********************************************************************/

.p-store-detail-shop-comment {
  width: 660px;
  margin: 10px auto 20px auto;
}

.p-store-detail-shop-comment + .white {
  margin: 0;
  padding: 0 0 20px 0;
}

.p-store-detail-shop-comment + .white + .white {
  margin: 0;
}

/*********************************************************************
  店舗詳細画面のSNSボタンエリア
**********************************************************************/

.p-store-detail-shop-data-area {
  display: table;
  width: 660px;
  margin: 0px auto 5px auto;
  padding: 10px 0px;
  border-bottom: 1px #ddd dotted;
}

.p-store-detail-shop-data-area li {
  display: table-cell;
  vertical-align: middle;
}

/*********************************************************************
  店舗詳細画面の店舗ロゴ画像エリア（店舗紹介文含む）
**********************************************************************/

.p-store-detail-shop-logo-area {
  display: table;
  width: 660px;
  margin: 30px auto;
  margin-top: 0px;
}

.p-store-detail-shop-logo-area li {
  display: table-cell;
  vertical-align: top;
}

.p-store-detail-shop-logo-area li:first-child {
  width: 230px;
}

.p-store_index-area-info-header__header {
  font-size: 2.3rem;
  color: #4D3B24;
  font-weight: bolder;
  padding-left: 20px;
}

.p-store_index-area-info-footer {
  padding: 1em 1.5em;
  margin-top: 2em;
  background-color: #362918;
  color: #fff;
}

.p-store_index-area-info-footer__header {
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 2px solid #a0a0a0;
  display: inline-block;
  padding: 0.3rem 0.5rem 0.5rem 2rem;
  margin-bottom: 2rem;
  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>");
}

.p-store_index-area-info-footer__text {
  width: 100%;
  margin: 10px auto;
  padding: 5px;
}

.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-title {
  padding: 10px;
  text-align: left;
  color: #000;
  background: #f0f0f0;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
}

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

/* !mypage================================================ */

.mypage_nav {
  width: 96%;
  margin: 10px auto;
}

.mypage_nav li {
  display: inline;
  padding: 5px 15px 5px 0px;
}

.mypage_nav li a {
  padding: 0px 0px 0px 20px;
  color: #056AB9;
}

.mypage_order {
  width: 96%;
  margin: 30px auto 10px auto;
  display: table;
  font-weight: bold;
}

.mypage_order li {
  display: table-cell;
}

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

.mypage_order2 {
  width: 96%;
  margin: 10px auto 10px auto;
  display: table;
  border: 1px solid #ddd;
}

.mypage_order2 li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

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

.mypage_list_table {
  width: 660px;
  margin: 10px auto;
}

.mypage_list_table th {
  padding: 5px;
  background: #F0F0F0;
  border: 1px solid #D6D6D6;
  text-align: center;
  vertical-align: middle;
}

.mypage_list_table td {
  padding: 15px 5px;
  background: #fff;
  border: 1px solid #D6D6D6;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.mypage_list_table td p {
  text-align: left;
}

th.mypage_item_image {
  width: 75px;
}

th.mypage_item_title {
  width: 220px;
}

th.mypage_item_price {
  width: 75px;
}

th.mypage_item_number {
  width: 85px;
}

th.mypage_item_total_price {
  width: 75px;
}

.fav_search-word {
  padding: 10px 0px 0px 0px;
  text-align: right;
}

.fav_search-word span {
  padding: 0px 0px 0px 20px;
}

th.fav_item_image {
  width: 75px;
}

th.fav_item_title {
  width: 375px;
}

th.fav_item_price {
  width: 75px;
}

th.fav_item_btn {
  width: 130px;
}

td.fav_item_title {
  border-right: none;
}

td.fav_item_delete {
  border-left: none;
}

.one-column #container th.fav_item_image {
  width: 20%;
}

.one-column #container th.fav_item_title {
  width: 40%;
}

.one-column #container th.fav_item_price {
  width: 10%;
}

.one-column #container th.fav_item_btn {
  width: 20%;
}

.one-column #container td.fav_item_title {
  border-right: none;
}

.one-column #container td.fav_item_delete {
  border-left: none;
}

table.mypage_table {
  width: 660px;
  margin: 10px auto;
  font-size: 14px;
  font-size: 1.4rem;
}

table.mypage_table th {
  width: 130px;
  padding: 8px;
  background: #F0F0F0;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  text-align: left;
  vertical-align: middle;
}

table.mypage_table th:nth-child(2) {
  width: 60px;
  border-right: 1px solid #D6D6D6;
  border-left: none;
}

table.mypage_table td {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
}

table.mypage_table td p {
  width: 240px;
  float: left;
}

table.mypage_table input[type="text"] {
  width: 430px;
}

table.mypage_table input[type="email"] {
  width: 400px;
}

table.mypage_table input[type="password"] {
  width: 280px;
}

table.mypage_table input.zip {
  width: 83px;
}

table.mypage_table input.name {
  width: 170px;
}

table.mypage_table input.tel {
  width: 83px;
}

.mypass {
  width: 160px;
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
}

table.area_table2 {
  width: 660px;
  margin: 15px auto;
  border: none;
}

table.area_table2 th {
  width: 30%;
  padding: 10px 15px;
  color: #FF6666;
  background: #F0F0F0;
  text-align: left;
  border: none;
  border-bottom: 5px solid #fff;
}

table.area_table2 td {
  padding: 10px 15px;
  background: #F0F0F0;
  border: none;
  border-bottom: 5px solid #fff;
}

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

.mag_box2 {
  width: 660px;
  margin: 15px auto;
  padding: 10px 20px;
  background: #F0F0F0;
}

.mag_box2 li {
  padding: 10px 20px;
  display: inline;
}

.mypage_btn_box {
  width: 660px;
  margin: 20px auto 40px auto;
  background: #FBF9E5;
  padding: 30px;
  text-align: center;
}

.p-mypage-subtitle {
  width: 96%;
  margin: 30px auto 15px auto;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  color: #000;
  background: #E8E8E8;
}

.p-mypage-title {
  width: 96%;
  margin: 15px auto;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  color: #fff;
  background: #BCBBBA;
}

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

/** ADD START 2021.07.05 [K.Tabuchi] BENTOTEHAI-12 【購入画面の『区分』の箇所、選択されているラジオボタンを色を濃く】 */

.rd_kubun {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/** 活性の場合 */

.lb_radio_kubun {
  position: relative;
  top: -2px;
  left: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: auto;
  padding: 5px 30px;
  cursor: pointer;
}

.lb_radio_kubun::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: "";
  background: white;
  border: 1px solid #113bc7;
  border-radius: 50%;
}

.lb_radio_kubun::after {
  position: absolute;
  top: 47%;
  left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  content: "";
  background: #113bc7 !important;
  border-radius: 50%;
  opacity: 0;
}

input[type="radio"]:checked + .lb_radio_kubun::after {
  opacity: 1;
}

/** 非活性の場合 */

.lb_radio_kubun_disabled {
  position: relative;
  top: -2px;
  left: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: auto;
  padding: 5px 30px;
  cursor: pointer;
}

.lb_radio_kubun_disabled::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: "";
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

.lb_radio_kubun_disabled::after {
  position: absolute;
  top: 47%;
  left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  content: "";
  background: #000 !important;
  border-radius: 50%;
  opacity: 0;
}

input[type="radio"]:checked + .lb_radio_kubun_disabled::after {
  opacity: 1;
}

input[type="radio"] {
  position: relative;
  /* top: 2px; */
}

input[name="receipt_proviso_else"] {
  margin-top: 10px;
}

/** ADD   END 2021.07.05 [K.Tabuchi] BENTOTEHAI-12 【購入画面の『区分』の箇所、選択されているラジオボタンを色を濃く】 */

.p-knowledge-article {
  margin-top: 2rem;
}

.p-knowledge-article__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-knowledge-article__image-block > img {
  width: 90%;
}

@media screen and (min-width: 961px) {
  .p-knowledge-article__image-block > img {
    width: 90%;
  }
}

.p-knowledge-article__authority-block {
  background-color: gainsboro;
  padding: 1rem;
  margin-top: 1rem;
  width: 95%;
  margin: 2rem auto;
}

@media screen and (min-width: 961px) {
  .p-knowledge-article__authority-block {
    width: 100%;
  }
}

.p-knowledge-article__authority-text {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 961px) {
  .p-knowledge-article__authority-text {
    font-size: 1.875rem;
  }
}

.p-knowledge-article__authority-link {
  font-size: 1.5rem;
  color: #0000FF;
  overflow-wrap: anywhere;
}

.p-knowledge-article__authority-link:hover {
  color: #000099;
}

.p-knowledge-banner__image {
  width: 80%;
}

@media screen and (min-width: 961px) {
  .p-knowledge-banner__image {
    width: 80%;
  }
}

.p-knowledge-history-definition {
  margin: 2rem 0;
}

.p-knowledge-history-definition__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: chocolate;
}

.p-knowledge-history-definition__item {
  font-size: 1.875rem;
}

.p-knowledge-navigation {
  padding: 1rem;
  background-color: snow;
}

.p-knowledge-navigation a {
  text-decoration: none;
}

.p-knowledge-navigation__subject {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  background-color: antiquewhite;
  color: maroon;
}

.p-knowledge-navigation__section-subject {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: bold;
  color: sienna;
  padding-bottom: 1.5rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-knowledge-navigation__section-subject:hover {
  color: #502917;
}

.p-knowledge-navigation__item-nest1 {
  padding-bottom: 2rem;
}

.p-knowledge-navigation__list-nest2 {
  padding-left: 2rem;
}

.p-knowledge-navigation__item-nest2 {
  padding-bottom: 0.5rem;
}

.p-knowledge-navigation__item-nest2 a {
  color: coral;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-knowledge-navigation__item-nest2 a:hover {
  color: #e93f00;
}

.p-knowledge-navigation__item-nest2 > a:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.p-knowledge-navigation__list-nest3 {
  padding: 1rem 0rem 1rem 1rem;
}

.p-knowledge-navigation__item-nest3 {
  padding-bottom: 0.5rem;
}

.p-knowledge-navigation__item-nest3 > a:nth-of-type(1) {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.p-knowledge-section {
  width: 100%;
  padding: 1rem;
}

.p-knowledge-section__title {
  padding: 0.5rem !important;
  font-size: 1.8rem !important;
  color: white !important;
  background-color: #4d3b24 !important;
}

@media screen and (min-width: 961px) {
  .p-knowledge-section__title {
    padding: 1.5rem !important;
    font-size: 2.4rem !important;
  }
}

.p-knowledge-section__block-nest1 {
  margin-top: 2rem;
}

.p-knowledge-section__block-nest1:nth-of-type(1) {
  margin-top: 3rem;
}

.p-knowledge-section__block-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: brown;
  border-bottom: solid brown 3px;
}

@media screen and (min-width: 961px) {
  .p-knowledge-section__block-title1 {
    font-size: 1.8rem !important;
  }
}

.p-knowledge-section__block-title1 > a {
  color: red;
}

.p-knowledge-section__block-title2 {
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: coral;
  background-color: cornsilk;
  border-top: double;
  border-bottom: double;
}

@media screen and (min-width: 961px) {
  .p-knowledge-section__block-title2 {
    font-size: 1.5rem !important;
  }
}

.p-knowledge-section__block-text1 {
  margin-bottom: 1rem;
  font-size: 16px;
}

.p-knowledge-section__block-text2 {
  margin: 1rem 0;
  font-size: 16px;
}

.p-knowledge-section__back-to-index-link {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: sienna;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-knowledge-section__back-to-index-link:hover {
  color: #a0522d;
}

.p-knowledge-section__list {
  padding: 1rem 0;
}

.p-knowledge-section__item {
  font-size: 1.5rem;
}

.p-knowledge-text-list {
  margin-left: 2rem;
  padding-left: 2rem;
  font-size: 16px;
}

.p-knowledge-text-list__item {
  list-style-type: disc;
}

.p-knowledge-text-list__item--numbering {
  list-style-type: decimal;
}

.p-basic_knowledge-wrap {
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .p-basic_knowledge-wrap {
    width: 980px;
  }
}

.p-marketing_campaigns {
  padding: 15px 20px;
}

.p-marketing_campaigns__title {
  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;
  margin: 0px 10px 15px 10px;
  padding: 0px 0px 10px 0px;
  background: none;
  border-bottom: 2px solid #4c3a22;
  font-size: 3.0rem;
  line-height: 1.4;
}

.p-marketing_campaigns-card-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 15px auto;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
  }
}

.p-marketing_campaigns-card-row > div.col1 {
  width: 100%;
}

.p-marketing_campaigns-card-row > div.col2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns-card-row > div.col2 {
    width: 48%;
  }
}

.p-marketing_campaigns-card-row > div.col3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns-card-row > div.col3 {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-marketing_campaigns-card-row div + div {
  margin-top: 10px;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns-card-row div + div {
    margin-left: 33px;
  }
}

.p-marketing_campaigns-card-row > div {
  position: relative;
  background: url("#($public_dir)/css/img/marketing_campaign/kansai_bg_box.png");
  border: 2px solid #4c3a22;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns-card-row > div {
    width: 30%;
  }
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns-card-row > div.col3.location_box {
    width: 29%;
  }
}

.p-marketing_campaigns .tokushuu_box1_top h2 a:hover {
  color: #fff;
  background: #cc0000;
}

.p-marketing_campaigns .tokushuu_box1_top p.area {
  font-size: 1.2rem;
  line-height: 1.4;
}

.p-marketing_campaigns-topics-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 15px auto;
  margin: 15px auto;
  background: #ffdec1;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns-topics-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
  }
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns-topics-box {
    width: 900px;
  }
}

.p-marketing_campaigns-topics-box p {
  padding: 15px;
}

.p-marketing_campaigns {
  font-weight: 700;
}

.p-marketing_campaign-card .tokushuu_box1_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 96%;
  margin: 15px;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box1_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-marketing_campaign-card .tokushuu_box1_top figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94%;
  height: 94%;
  background: #fff;
  border: 1px solid #ccc;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box1_top figure {
    width: 225px;
    height: 190px;
  }
}

.p-marketing_campaign-card figure img {
  max-height: 100%;
}

.p-marketing_campaigns .p-marketing_campaign-card .tokushuu_box1_top h2 span {
  padding: 0px 10px 0px 0px;
}

.p-marketing_campaign-card .tokushuu_box1_top h2 a {
  display: block;
  min-width: 115px;
  padding: 10px 4px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #cc0000;
  background: #fff;
  border: 2px solid #cc0000;
}

.p-marketing_campaigns .p-marketing_campaign-card .tokushuu_box1_top h2 a:before {
  content: '\25B6';
  padding: 0px 5px 0px 3px;
}

/*.tokushuu_box1_top*/

.p-marketing_campaign-card .tokushuu_box1_bottom {
  width: 96%;
  margin: 15px auto;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box1_bottom {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box1_bottom li:first-child {
    width: 90%;
  }
}

.p-marketing_campaign-card .tokushuu_box1_bottom li:first-child div {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box1_bottom li:first-child div {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-marketing_campaign-card .tokushuu_box1_bottom li:first-child div img {
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.p-marketing_campaign-card .tokushuu_box1_bottom li:last-child {
  width: 100%;
  padding: 10px;
  background: url(/images/kansai_bg_txt.png?a8d8092e3bc71e9cf00736ccd471420d);
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

/*.tokushuu_box2_top*/

.p-marketing_campaign-card .tokushuu_box2_top {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 94%;
  margin: 15px auto 0px auto;
}

.p-marketing_campaign-card .tokushuu_box2_top figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 112px;
  height: 95px;
  background: #fff;
  border: 1px solid #ccc;
}

.p-marketing_campaigns .p-marketing_campaign-card .tokushuu_box2_top h2 {
  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;
  margin: 0px 10px 15px 10px;
  padding: 0px 10px 10px 10px;
  background: none;
  border-bottom: 2px solid #4c3a22;
  font-size: 1.6rem;
  line-height: 1.4;
}

.p-marketing_campaigns .p-marketing_campaign-card .tokushuu_box2_top h2 span {
  padding: 0px 10px 0px 0px;
}

.p-marketing_campaign-card p.genre {
  width: 94%;
  margin: 0px auto 15px auto;
  padding-left: 26px;
  background: url(/images/kansai_icon_folder.png?8b32a88fa4001368a6f27586b39d800b) no-repeat left 2px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.p-marketing_campaign-card p.area {
  width: 94%;
  margin: 0px auto 0px auto;
  font-size: 1.2rem;
  line-height: 1.4;
}

.p-marketing_campaign-card p.txt {
  width: 94%;
  margin: 0px auto 15px auto;
  padding: 10px;
  background: url(/images/kansai_bg_txt.png?a8d8092e3bc71e9cf00736ccd471420d);
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.p-marketing_campaign-card div.photo {
  width: 94%;
  margin: 0px auto 5px auto;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card div.photo {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-marketing_campaign-card div.photo p {
  text-align: center;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card div.photo p {
    width: 32%;
  }
}

.p-marketing_campaign-card div.photo img {
  display: block;
  border: 1px solid #ccc;
  margin: 5px auto;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-marketing_campaign-store-half.p-marketing_campaign-card.col2 {
  margin-top: 0 !important;
}

.p-marketing_campaign-card h3 {
  color: #cc0000;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 10px 20px;
}

.p-marketing_campaign-card .tokushuu_box1_top p {
  margin: 0px 20px 10px 20px;
}

.p-marketing_campaigns .p-marketing_campaign-card .tokushuu_box1_top p.genre {
  background: url(/images/kansai_icon_folder.png?8b32a88fa4001368a6f27586b39d800b) no-repeat left 2px;
  padding-left: 26px;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns .tokushuu_box1_top p.area {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.p-marketing_campaign-card .tokushuu_box1_top h2 {
  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;
  margin: 0px 10px 15px 10px;
  padding: 0px 0px 10px 0px;
  background: none;
  border-bottom: 2px solid #4c3a22;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaigns .tokushuu_box1_top h2 a:hover {
    color: #fff;
    background: #cc0000;
  }
}

.p-marketing_campaign-card .area_bottom {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 94%;
  margin: 15px auto 15px auto;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .area_bottom {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-marketing_campaign-card .area_bottom li:first-child {
  width: 65%;
  padding: 0px 4px 0px 0px;
}

.p-marketing_campaign-card .area_bottom li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}

.p-marketing_campaign-card .area_bottom li:last-child a {
  display: block;
  min-width: 115px;
  padding: 10px 4px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #cc0000;
  background: #fff;
  border: 2px solid #cc0000;
}

.p-marketing_campaign-card .area_bottom li:last-child a:before {
  content: '\25B6';
  padding: 0px 5px 0px 3px;
}

.p-marketing_campaign-card .area_bottom li:last-child a:hover {
  background: #cc0000;
  color: #fff;
}

/*.tokushuu_box3_top*/

.p-marketing_campaign-card .tokushuu_box3_top {
  width: 94%;
  margin: 15px auto 0px auto;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box3_top {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-marketing_campaign-card .tokushuu_box3_top figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75px;
  height: 75px;
  background: #fff;
  border: 1px solid #ccc;
}

.p-marketing_campaigns .p-marketing_campaign-card .tokushuu_box3_top h2 {
  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;
  margin: 0px 5px 15px 5px;
  padding: 0px 5px 5px 5px;
  background: none;
  border-bottom: 2px solid #4c3a22;
  font-size: 1.6rem;
  line-height: 1.4;
}

.p-marketing_campaigns .p-marketing_campaign-card .tokushuu_box3_top h2 span {
  padding: 0px 10px 0px 0px;
}

.p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 92%;
  margin: 15px auto 15px auto;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom li:first-child {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom li:first-child {
    width: 48%;
  }
}

.p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom li:first-child img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

.p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom li:first-child a {
  display: block;
  min-width: 100%;
  padding: 7px 0px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #cc0000;
  background: #fff;
  border: 2px solid #cc0000;
}

.p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom li:first-child a:before {
  content: '\25B6';
  padding: 0px 5px 0px 3px;
}

.p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom li:first-child a:hover {
  background: #cc0000;
  color: #fff;
}

.p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  background: url(/images/kansai_bg_txt.png?a8d8092e3bc71e9cf00736ccd471420d);
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin-top: 10px;
}

@media screen and (min-width: 961px) {
  .p-marketing_campaign-card .tokushuu_box3_bottom .area_bottom li:nth-of-type(2) {
    margin-top: 0px;
  }
}

.p-marketing-campaigns-product-card_top {
  width: 88%;
  margin: 0px auto 0px auto;
}

.p-marketing-campaigns-product-card figure {
  margin: 15px auto 5px auto;
}

.p-marketing-campaigns-product-card figure img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.p-marketing_campaigns .p-marketing-campaigns-product-card h2 {
  margin: 0px auto 5px auto;
  padding: 5px;
  background: #ffc502;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 0px;
}

.p-marketing-campaigns-product-card .price {
  margin: 0px auto 10px auto;
  padding: 0px;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.4;
}

.p-marketing-campaigns-product-card .txt {
  margin: 0px auto 10px auto;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #666;
}

.p-marketing-campaigns-product-card p.area {
  margin: 0px auto 10px auto;
  font-size: 1.2rem;
  line-height: 1.4;
}

.p-marketing-campaigns-product-card .more a {
  display: block;
  width: 50%;
  min-width: 120px;
  margin: 10px auto 10px auto;
  padding: 7px 0px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #cc0000;
  background: #fff;
  border: 2px solid #cc0000;
}

.p-marketing-campaigns-product-card .more a:before {
  content: '\25B6';
  padding: 0px 5px 0px 3px;
}

.p-marketing-campaigns-product-card .more a:hover {
  background: #cc0000;
  color: #fff;
}

.location_tokushuu_header {
  position: relative;
  width: 100%;
  /* height: 300px; */
}

.location_tokushuu_header > p {
  /* position: absolute; */
  /* bottom: -70px;
  left: 50px;
  width: 450px;
  height: 200px; */
}

.col3 h3 {
  color: #cc0000;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0px 20px 10px 20px;
}

.col3 p.genre {
  width: 94%;
  margin: 0px auto 15px auto;
  padding-left: 26px;
  background: url(/images/kansai_icon_folder.png?8b32a88fa4001368a6f27586b39d800b) no-repeat left 2px;
  font-size: 1.1rem;
  line-height: 1.4;
}

/* 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. */

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

/* !header================================================ */

#header {
  width: 100%;
  margin: 0 auto;
  clear: both;
  background: #4c3a22;
}

#header .logo {
  float: left;
  width: 184px;
}

#header ul#header_list {
  display: table;
  float: right;
}

#header ul#header_list li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}

#header ul#header_list li:nth-of-type(2) {
  padding-right: 10px;
}

#header ul#header_list li span {
  position: absolute;
  top: 5px;
  right: 6px;
  display: block;
  padding: 3px;
  font-family: "Arial sans-serif";
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #f90;
  border-radius: 3px;
}

#top_btn_back {
  width: 980px;
  margin: 0 auto;
}

#top_btn_back a {
  display: block;
  float: right;
  width: 50px;
  height: 25px;
  margin: -17px 0 0;
  text-indent: -9999px;
  background-size: contain;
}

/* .list_item */

.list_item {
  display: table;
  width: 660px;
  padding: 7px 0;
  margin: 10px auto;
}

.list_item li,
.list_shop ul li {
  position: relative;
  display: table-cell;
  width: 30%;
  padding: 10px 0 0;
  /** 2021.07.07 DELETE START [K.Tabuchi] BENTOTEHAI-21 県・市区ページのセレクト３の商品名が中央揃いになっている。元の左揃いに戻す。 */
  /* text-align: center; */
  /** 2021.07.07 DELETE   END [K.Tabuchi] BENTOTEHAI-21 県・市区ページのセレクト３の商品名が中央揃いになっている。元の左揃いに戻す。 */
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}

.list_item li h3,
.list_item li h2,
.list_shop ul li h2 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #4c3921;
  text-align: left;
}

.list_item_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  padding: 5px 0;
  margin: 0 auto;
  background: url(/images/ranking_bg.png?ee292cc565ef6ffcf8b30ddb0a141e6d);
}

.list_item li strong,
.list_shop ul li strong {
  color: #f30;
}

.list_item li a,
.list_shop ul li a {
  color: #000;
}

.list_item li:nth-child(2),
.list_shop ul li:nth-child(2) {
  width: 40%;
}

/** 2021.07.07 ADD START [K.Tabuchi] BENTOTEHAI-21 県・市区ページのセレクト３の商品名が中央揃いになっている。元の左揃いに戻す。 */

.list_shop ul li:nth-child(2) h3 {
  margin-left: 15px;
}

/** 2021.07.07 ADD   END [K.Tabuchi] BENTOTEHAI-21 県・市区ページのセレクト３の商品名が中央揃いになっている。元の左揃いに戻す。 */

.list_item .paragraph,
.list_shop .paragraph {
  width: 210px;
  font-weight: normal;
  word-wrap: break-word;
}

.list_item li dl,
.list_shop ul dl {
  width: 210px;
  margin: 10px auto;
}

.list_item li dt,
.list_shop ul dt {
  float: left;
  width: auto;
  clear: both;
  font-weight: bold;
}

.list_item li dd,
.list_shop ul dd {
  float: left;
  width: auto;
}

.list_shop li a.item_more,
.list_item li a.item_more {
  position: absolute;
  bottom: 0;
  left: 0;
}

.list_shop li a.item_fav,
.list_item li a.item_fav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.list_item li p,
.list_shop ul li p {
  padding: 10px 0;
  clear: both;
  text-align: left;
}

.list_item li:nth-child(2) a.item_more,
.list_shop li:nth-child(2) a.item_more {
  left: 13px;
}

.list_item li:nth-child(2) a.item_fav,
.list_shop li:nth-child(2) a.item_fav {
  right: 13px;
}

.list_item li:nth-child(2) p,
.list_shop ul li:nth-child(2) p {
  padding: 10px 0;
  margin-left: 15px;
}

.list_item li:nth-child(2) h2,
.list_item li:nth-child(2) h3,
.list_shop ul li:nth-child(2) h2 {
  margin: 0 15px;
}

.list_item li p.image img {
  width: 210px;
  height: 160px;
  border: 1px solid #ddd;
  -o-object-fit: cover;
     object-fit: cover;
}

.list_shop ul li p.image img {
  border: 1px solid #ddd;
}

/* one-column */

.one-column .list_item {
  display: table;
  width: 950px;
  padding: 15px 0;
  margin: 10px auto;
  border-top: none;
  border-bottom: none;
}

.one-column .list_item li {
  position: relative;
  display: table-cell;
  width: 21%;
  padding: 10px 1% 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
}

.one-column #container .list_item li h2 {
  padding: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4c3921;
  text-align: left;
  background: #fff;
}

.one-column .list_item li:nth-child(2) p,
.list_shop ul li:nth-child(2) p {
  padding: 10px 0;
  margin: 0 15px;
}

.list_shop ul li:nth-child(2) div.paragraph.cf,
.list_item li:nth-child(2) div.paragraph.cf {
  margin: 0 15px;
}

.one-column .list_item li:nth-child(2) p.image,
.list_shop ul li:nth-child(2) p.image {
  padding: 0 auto;
}

.one-column .list_item li:nth-child(2) h2,
.list_shop ul li:nth-child(2) h2 {
  padding: 0;
}

.one-column .list_item li a.item_more {
  left: 2%;
}

.one-column .list_item li a.item_fav {
  right: 2%;
}

.one-column hr.list_item_border {
  width: 950px;
  margin: 10px auto 0;
  border-top: 1px solid #d5d5d5;
}

.one-column .search-word {
  width: 950px;
}

.one-column .search-word li:last-child {
  width: 235px;
  text-align: right;
}

.one-column .search-word-area {
  width: 980px;
  padding: 10px 0;
  margin: 10px auto;
  background: white;
}

.one-column .search-word-area p,
.one-column .search-word-area table {
  width: 94%;
  margin: 10px auto;
}

.one-column .search-word-area th {
  width: 16.666%;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
}

.one-column .search-word-area td {
  width: 16.666%;
  padding: 5px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d6d6;
}

/* box-shop */

.list_shop > li > p {
  margin: 20px;
}

.box-list_shop_text {
  width: 660px;
  padding: 10px;
  margin: 10px auto;
  background: #f0f0f0;
  border: 1px solid #d9d9d9;
}

.box-list_shop_text dt {
  display: inline;
  margin: 10px 0;
}

.box-list_shop_text dd {
  display: inline;
  margin: 10px 0;
}

.box-list_shop_text dd strong {
  color: #f30;
}

.list_shop ul {
  display: table;
  width: 660px;
  padding: 15px 0 0;
  margin: 10px auto;
}

/* list_new_shop */

.list_new_shop_box h2 {
  margin: 0 20px;
}

.list_new_shop_box h2 img {
  margin: 0 20px 0 0;
}

.list_new_shop {
  display: table;
  width: 660px;
  margin: 10px auto;
}

.list_new_shop li {
  display: table-cell;
  width: 160px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.list_new_shop li a {
  display: block;
  float: left;
  padding: 0;
  margin: 10px 0 10px 10px;
  color: #000;
  text-decoration: none;
}

.list_new_shop li span {
  display: block;
  float: left;
  width: 30px;
  padding: 1px 0 3px;
  margin: 8px 0 10px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  background: #f33;
  border-radius: 2px;
}

.list_new_shop li.new_prv,
.list_new_shop li.new_next {
  width: 20px;
  text-align: center;
  background: #e7e7e7;
}

.item_title {
  padding: 5px 0;
  margin: 15px;
  /* UPDATE START 2021.06.15 [K.Tabuchi] narrow_space
	margin-bottom: 0px; */
  margin-bottom: 7px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  color: #4c3a24;
  border-bottom: 2px solid #4c3a24;
}

/* UPDATE   END 2021.06.15 [K.Tabuchi] narrow_space */

.item_title h2 {
  display: inline;
}

.share-button-area {
  display: table;
  float: left;
  width: auto;
  margin: 0;
  /* ADD START 2021.06.15 [K.Tabuchi] narrow_space */
  margin-bottom: 5px;
  overflow: hidden;
  /* ADD   END 2021.06.15 [K.Tabuchi] narrow_space */
}

.share-button-area > div,
.share-button-area > li {
  position: relative;
  display: table-cell;
  height: 50px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
}

.share-button-area div:nth-of-type(1),
.share-button-area li:nth-of-type(1) {
  padding: 0 5px 0 0;
}

.share-button-area div:nth-of-type(2) div,
.share-button-area li:nth-of-type(2) div {
  width: 100px;
}

.share-button-area div:nth-of-type(3),
.share-button-area li:nth-of-type(3) {
  /* ADD START 2021.11.12 [K.Tabuchi] BENTOTEHAI-58 PCにはてなブックマークを表示させる。 */
  /* UPDATE START 2022.01.18 [Prince] BENTOTEHAI-63 */
  /* padding: 0px 0px 0px 10px; */
  padding: 0;
  /* UPDATE 	END 2022.01.18 [Prince] BENTOTEHAI-63 */
}

.product .share-button-area li:nth-of-type(3) a {
  position: relative;
  /* UPDATE START 2021.12.27 [K.Tabuchi] BENTOTEHAI-63 【Facebook、Twitter、はてなブックマークのアイコンのサイズを店舗詳細の大きさに変更】 */
  display: block;
  /* width: 118px; remove [prince] BENTOTEHAI-52 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* add [prince] BENTOTEHAI-52 */
  height: 20px;
  padding: 4px 7px 3px 12px;
  font-size: 11px;
  color: white;
  text-decoration: none;
  background-color: #0d9ad7;
  border-radius: 3px;
  /* UPDATE   END 2021.12.27 [K.Tabuchi] BENTOTEHAI-63 【Facebook、Twitter、はてなブックマークのアイコンのサイズを店舗詳細の大きさに変更】 */
}

.product .share-button-area li:nth-of-type(3) a:hover {
  background-color: #0e64b0;
}

.product .share-button-area li:nth-of-type(3) a > span {
  font-weight: bold;
}

.store .share-button-area li:nth-of-type(3) a {
  position: relative;
  display: block;
  width: 100px;
  height: 20px;
  padding: 4px 7px 3px 0;
  font-size: 11px;
  color: white;
  text-decoration: none;
  background-color: #0d9ad7;
  border-radius: 3px;
}

.store .share-button-area li:nth-of-type(3) a:hover {
  background-color: #0e64b0;
}

.store .share-button-area li:nth-of-type(3) a > span {
  font-weight: bold;
}

/* ADD   END 2021.11.12 [K.Tabuchi] BENTOTEHAI-58 PCにはてなブックマークを表示させる。 */

.table_item_text {
  width: 660px;
  margin: 10px auto;
}

.item_sub_title {
  /* UPDATE START 2021.06.10 [K.Tabuchi] narrow_space
	/* margin: 15px; */
  margin: 15px 15px 3px;
  font-weight: bold;
  /* UPDATE   END 2021.06.10 [K.Tabuchi] narrow_space */
  background: #ffc502;
}

.item_sub_title h1 {
  float: left;
  width: 50%;
  margin: 10px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.item_sub_title ul {
  float: right;
  width: 40%;
  margin: 10px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.item_sub_title li {
  float: left;
  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;
}

.item_icon {
  margin: 10px 20px;
  text-align: right;
}

.item_number {
  float: right;
  width: 350px;
  padding: 5px 0 0 5px;
  margin: 0 20px 0 0;
  text-align: right;
}

.item_number a {
  padding: 0 0 0 10px;
}

.item_share {
  position: relative;
  top: -7px;
  float: left;
  width: 280px;
  /* ADD START 2021.06.10 [K.Tabuchi] narrow_space */
  height: 38px;
  margin: 0 20px;
  text-align: left;
  /* ADD   END 2021.06.10 [K.Tabuchi] narrow_space */
}

.item_text {
  margin: 20px;
  clear: both;
}

.item_option {
  padding: 5px;
  margin: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.item_option img {
  padding: 0 10px 0 0;
}

.item_gallery_list {
  width: 660px;
  margin: 10px auto;
}

.item_gallery_list li {
  float: left;
  margin: 5px 5px 5px 0;
}

.item-word-area {
  width: 660px;
  margin: 20px auto;
  color: #4c3a24;
  background: #efefef;
  border: 1px solid #ddd;
}

.item-word-area dl {
  width: 600px;
  padding: 0;
  margin: 20px auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

.item-word-area dt {
  float: left;
  width: 130px;
  padding: 20px 0 15px;
  margin: 0;
  border-top: 1px dotted #999;
}

.item-word-area dt img {
  padding: 0 5px 0 0;
}

.item-word-area dt:nth-last-of-type(even) {
  clear: both;
}

.item-word-area dd {
  float: left;
  width: 170px;
  padding: 20px 0 15px;
  margin: 0;
  border-top: 1px dotted #999;
}

.item-word-area dd strong {
  color: #f30;
}

.item-word-area dt.long {
  clear: both;
}

.item-word-area dd.long {
  width: 470px;
}

/* ADD START 2021.10.29 [K.Tabuchi] BENTOTEHAI-52 【商品ページ】【行間詰める】 */

.item-word-area-show dl {
  width: 600px;
  padding: 0;
  margin: 20px auto 0;
  font-size: 13px;
  line-height: 1;
}

.item-word-area-show ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.item-word-area-show li {
  width: 50%;
  padding: 20px 0 15px;
  border-top: 1px dotted #999;
}

.item-word-area-show li:last-child {
  position: relative;
  width: 100%;
  padding: 20px 0 15px;
  border-top: 1px dotted #999;
}

.item-word-area-show li:last-child dt {
  width: 40%;
}

.item-word-area-show li:last-child dd {
  position: relative;
  top: -19px;
  left: 43px;
  width: 80%;
  clear: both;
}

.item-word-area-show dt {
  float: left;
  width: 43%;
}

.item-word-area-show dd {
  margin-left: 80px;
}

.item-word-area-show dd.long {
  width: 470px;
  clear: both;
}

.item-word-area-show {
  width: 660px;
  margin: 5px auto;
  color: #4c3a24;
  background: #efefef;
  border: 1px solid #ddd;
}

.item-word-area-show dt img {
  padding: 0 5px 0 0;
}

/* ADD END 2021.10.29 [K.Tabuchi] BENTOTEHAI-52 【商品ページ】【行間詰める】 */

.table_item_text th {
  /* UPDATE START 2021.11.09 [K.Tabuchi] BENTOTEHAI-52 【商品ページ】【行間詰める】 */
  width: 19%;
  /* UPDATE   END 2021.11.09 [K.Tabuchi] BENTOTEHAI-52 【商品ページ】【行間詰める】 */
  padding: 10px;
  text-align: left;
  background: #efefef;
  border: 1px solid #d4d4d4;
}

.table_item_text td {
  width: 75%;
  padding: 10px;
  text-align: left;
  background: #fff;
  border: 1px solid #d4d4d4;
}

.table_item_option {
  width: 660px;
  margin: 10px auto;
}

.table_item_option th {
  width: 25%;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #5f4630;
  border: 1px solid #d4d4d4;
}

.table_item_option th:first-child {
  width: 60%;
}

.table_item_option td {
  width: 25%;
  padding: 10px;
  text-align: left;
  background: #fff;
  border: 1px solid #d4d4d4;
}

.table_item_option td:nth-child(3) {
  color: #0e0a07;
  text-align: left;
  background: #f5edd8;
  border: 1px solid #d4d4d4;
}

.item_btn_cart_area {
  /* UPDATE START 2021.10.29 [K.Tabuchi] BENTOTEHAI-52 【商品ページ】【行間詰める】 */
  padding: 0 20px;
  text-align: center;
  /* UPDATE   END 2021.10.29 [K.Tabuchi] BENTOTEHAI-52 【商品ページ】【行間詰める】 */
}

/* ADD START 2021.11.15 [K.Tabuchi] BENTOTEHAI-52 【商品ページ】【行間詰める】 */

.item_btn_cart_area button {
  margin: 20px 0 9px;
}

/* ADD   END 2021.11.15 [K.Tabuchi] BENTOTEHAI-52 【商品ページ】【行間詰める】 */

.item_title_all_list {
  padding: 10px;
  margin: 10px 15px;
  background: #e6e6e6;
  border: none;
}

.title_list_item_rank {
  padding: 15px 10px 20px 11px;
  margin: 35px 15px 10px;
  background: #fff url(/images/title_ranking.png?479efba8afa659b60b0cefc234d14ac5) no-repeat left top;
  border: none;
}

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

.about_box2 {
  margin: 20px auto 30px;
}

.about_box2 h3 {
  border-bottom: 2px solid #fed729;
}

.about_box2 > p {
  padding: 20px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.3;
}

.about_box2 > p.small {
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.about_box2 .list_box {
  padding: 10px;
  background: #f5eee2;
}

.about_box2 .list_box h4 {
  margin: 20px auto;
  text-align: center;
}

.about_box2 .list_box ul {
  margin: 20px;
}

.about_box2 .list_box ul li {
  padding: 5px 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.about_box2 .list_box hr {
  margin: 0 25px 20px;
  border-bottom: 1px dotted #595757;
}

.about_box2 .list_box p {
  padding: 0 25px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.about_link {
  padding: 0 0 20px;
}

.about_link a {
  color: #0e64b0;
}

/* !#secondary================================================ */

.two-column #container {
  width: 980px;
  padding: 15px 0;
  margin: 0 auto;
  background: none;
}

#primary {
  float: right;
  width: 700px;
  padding: 0;
  margin: 0;
}

.white {
  padding: 15px 0;
  margin: 15px 0;
  background: #fff;
}

#secondary {
  float: left;
  width: 250px;
  padding: 0;
  margin: 0;
}

/* #menu-tab */

#menu-tab {
  margin: 0 3px;
}

#menu-tab a {
  display: block;
  width: 120px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
}

#menu-tab a.menu-tab_shop {
  float: left;
  background: #bcbbba;
}

#menu-tab a.menu-tab_bento {
  float: right;
  background: #bcbbba;
}

#menu-tab a.menu-tab_shop_select {
  float: left;
  background: #c00;
}

#menu-tab a.menu-tab_bento_select {
  float: right;
  background: #c00;
}

/* menu-box */

.menu-box {
  margin: 0 0 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: black 1px 1px 1px;
          box-shadow: black 1px 1px 1px;
}

.menu-box .menu_header {
  padding: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  border-radius: 3px 3px 0 0;
}

.menu-box .menu_header.radius0 {
  border-radius: 0;
}

.menu-box .menu_header img,
.side-search-box dt img {
  position: relative;
  top: -0.1em;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.sidebar-img {
  margin: 10px 0;
}

.title_shop_list {
  width: 660px;
  padding: 5px;
  margin: 10px auto;
  font-size: 20px;
  font-size: 2rem;
  border: 3px solid #fc0;
  border-radius: 3px;
}

.title_shop_list a {
  display: block;
  float: right;
  margin: 5px;
}

.title_yellow {
  background: #c39824;
}

.title_gray {
  background: #737373;
}

.title_brown {
  background: #6a512f;
}

.catchcopy {
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  color: #c00;
}

/* side-search-box */

.side-search-box {
  width: 210px;
  margin: 0 auto;
}

.side-search-box dt {
  padding: 20px 0 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #4d3b24;
}

.side-search-box dd input[type="text"],
.side-search-box dd select {
  width: 100%;
  margin: 5px 0;
  border: #ddd solid 1px;
}

.side-search-box dd select.small_select {
  width: 90px;
}

.side-search-box dd label {
  float: left;
  width: auto;
  padding: 5px 10px 5px 0;
}

.side-search-box dd label:last-child {
  width: 100%;
  padding: 5px 0;
  clear: both;
}

.btn_area {
  padding: 10px;
  clear: both;
  text-align: center;
  background: #e8e8e8;
}

/* side_list_menu */

.side_list_menu li {
  padding: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #ddd;
}

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

.side_list_menu li span {
  color: #f90;
}

/* list_kikaku */

.list_kikaku {
  display: table;
  padding: 0 10px;
  margin: 10px 0;
  clear: both;
  border-bottom: 1px solid #ddd;
}

.list_kikaku dt {
  display: table-cell;
  width: 73px;
  margin: 10px 0 0;
  vertical-align: top;
}

.list_kikaku dt img {
  width: 68px;
  height: 68px;
  margin: 0 0 10px;
  border: 1px solid #ddd;
}

.list_kikaku dd {
  display: table-cell;
  vertical-align: top;
}

.list_kikaku dd h3 {
  color: #f60;
}

.list_kikaku dd p {
  margin: 0 0 10px;
}

/* list_side_rank */

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

.list_side_rank dt {
  display: table-cell;
  width: 125px;
  clear: both;
  vertical-align: top;
}

.list_side_rank dt a {
  display: block;
  padding: 10px 10px 10px 0;
  color: #4c3920;
}

.list_side_rank dd {
  display: table-cell;
  width: 100px;
  clear: both;
  text-align: right;
}

.list_side_rank dd img {
  width: 97px;
  height: 74px;
  margin: 0 0 10px;
  border: 1px solid #ddd;
}

/* side_list_news */

.side_list_news li {
  padding: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #737373;
  border-bottom: 1px solid #ddd;
}

.side_list_news li span {
  display: block;
  padding: 0 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #737373;
}

.side_list_news li a {
  display: block;
  padding: 0;
  color: #f90;
  text-decoration: none;
}

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

/* .step_guide_list */

.step_guide_list {
  margin: 15px 0;
  overflow: hidden;
  list-style: none;
  background: #e6e6e6;
}

.step_guide_list li {
  float: left;
  width: 33.3333%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

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

.step_guide_list li span {
  display: block;
  float: left;
  width: 100%;
  padding: 0 40px 0 50px;
  font-weight: bold;
  color: #999;
  text-decoration: none;
  background-color: #e6e6e6;
}

.step_guide_list li.step4 span {
  padding: 0 10px 0 30px;
}

.step_guide_list li span i {
  display: block;
  float: left;
  padding: 2px 10px;
  font-style: normal;
  color: #fff;
  background: #999;
  border-radius: 30px;
}

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

.step_guide_list li span::before,
.step_guide_list li span::after {
  display: block;
  width: 20px;
  height: 30px;
  margin: 0 -50px -14px auto;
  content: " ";
  background-color: #e6e6e6;
  border-right: 5px solid #fff;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.step_guide_list li span::after {
  margin: -14px -50px 0 auto;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.step_guide_list li.step4 span::before,
.step_guide_list li.step4 span::after {
  margin: 0 -20px -14px auto;
}

.step_guide_list li.step4 span::after {
  margin: -14px -20px 0 auto;
}

.step_guide_list li:last-child span::before,
.step_guide_list li:last-child span::after {
  border: none;
}

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

.step_guide_list li.current span::before,
.step_guide_list li.current span::after {
  background-color: #ffe4a8;
}

.h3_border {
  padding: 10px 0;
  margin: 35px 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  /* UPDATE START 2022.03.14 [K.Tabuchi] BENTOTEHAI-10 【会員登録】【ゲスト会員登録】【項目/デザイン変更】 */
  /* color: #4C3924; */
  color: #000;
  border-bottom: 2px solid #999;
  /* UPDATE   END 2022.03.14 [K.Tabuchi] BENTOTEHAI-10 【会員登録】【ゲスト会員登録】【項目/デザイン変更】 */
}

.h3_border small,
.h3_border3 small {
  padding: 0 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  /* UPDATE START 2022.03.14 [K.Tabuchi] BENTOTEHAI-10 【会員登録】【ゲスト会員登録】【項目/デザイン変更】 */
  /*	color: #333; */
  color: #000;
  /* UPDATE   END 2022.03.14 [K.Tabuchi] BENTOTEHAI-10 【会員登録】【ゲスト会員登録】【項目/デザイン変更】 */
}

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

th span {
  float: right;
  padding: 2px 4px;
  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 td p {
  float: left;
  width: 300px;
}

.form_table input[type="text"] {
  width: 100%;
}

.form_table input[type="email"] {
  width: 400px;
}

.form_table input.zip {
  width: 20% !important;
}

.form_table input.name {
  width: 200px;
}

.form_table input.tel {
  width: 83px;
}

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

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

input.zip1,
input.zip2 {
  width: 50px;
}

.mag_box {
  padding: 10px 20px;
  margin: 15px 0;
  background: #f0f0f0;
}

.mag_box li {
  display: inline;
  padding: 10px 20px;
}

.one-column #container table.area_table1 {
  margin: 15px 0;
  border: none;
}

.one-column #container table.area_table1 th {
  width: 20%;
  color: #f66;
  text-align: left;
  background: #f0f0f0;
  border: none;
  border-bottom: 5px solid #fff;
}

.one-column #container table.area_table1 td {
  background: #f0f0f0;
  border: none;
  border-bottom: 5px solid #fff;
}

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

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

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

#user_policy,
#privacy_policy {
  width: 860px;
  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;
}

#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: 19px;
  font-size: 1.9rem;
  color: #666;
  text-align: center;
}

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

/* !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: 750px;
  padding: 30px 10px;
  margin: 30px auto;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  background: #ffecf1;
  border: 1px solid #f00;
}

.order_box01 hr {
  width: 655px;
  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%;
  margin: 20px auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #4c3924;
}

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

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

.two-btn-box {
  display: table;
  width: 700px;
  margin: 30px auto;
}

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

.user_policy_box_text {
  padding: 30px;
  text-align: center;
}

.one-column #container .cart_table {
  margin: 15px auto 30px;
}

.one-column #container .cart_table th {
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.one-column #container .cart_table td {
  padding: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
}

.one-column #container .cart_table th.cart_item_image {
  width: 170px;
}

.one-column #container .cart_table th.cart_item_title {
  width: 430px;
}

.one-column #container .cart_table th.cart_item_price {
  width: 90px;
}

.one-column #container .cart_table th.cart_item_number {
  width: 120px;
}

.one-column #container .cart_table th.cart_item_total_price {
  width: 130px;
}

.one-column #container .cart_table td.cart_item_title {
  border-right: 0;
}

.one-column #container .cart_table td p {
  text-align: left;
}

.one-column #container .cart_table td.cart_item_delete {
  text-align: right;
  border: none;
  border-bottom: 1px solid #ddd;
}

.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 dt {
  display: table-cell;
  width: 250px;
  padding: 20px 0;
  vertical-align: middle;
}

.list_select_payment dd {
  display: table-cell;
  width: 690px;
  padding: 20px 0;
  vertical-align: middle;
}

.one-column #container .check_table th {
  font-weight: normal;
  vertical-align: top;
}

.one-column #container .check_table th.head {
  font-weight: bold;
  color: #f66;
  background: #fff;
}

.one-column #container .check_table th {
  font-weight: normal;
  vertical-align: top;
}

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

.one-column #container .check_table td {
  vertical-align: top;
}

#shop .list_item {
  padding: 0;
  margin: -10px auto;
  border: none;
}

/* list_comment */

.title_comment {
  width: 660px;
  padding: 15px 10px;
  margin: 10px auto;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background: #5f4630;
  border-radius: 3px;
}

.comment_number {
  width: 660px;
  margin: 10px auto;
}

.comment_number strong {
  font-size: 16px;
  font-size: 1.6rem;
  color: #f30;
}

.list_comment {
  width: 660px;
  margin: 10px auto;
  border: 1px solid #d9d9d9;
}

.list_comment dt {
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.list_comment dd {
  padding: 15px;
}

.list_comment .comment_user {
  background: #f9f7de;
}

.list_comment .comment_user .comment_user_title {
  display: block;
  font-weight: bold;
}

.list_comment .comment_user .comment_user_date {
  display: block;
  text-align: right;
}

.list_comment .comment_shop {
  padding: 10px;
  background: #f0f0f0;
  border-top: 1px solid #d9d9d9;
}

.list_comment .comment_shop .comment_shop_title {
  float: left;
  font-weight: bold;
  color: #f30;
}

.list_comment .comment_shop .comment_shop_date {
  display: block;
  float: right;
}

#bg_black {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0.6;
}

#bg_white {
  position: absolute;
  top: 20px;
  left: 20%;
  z-index: 9999;
  width: 60%;
  margin: 20px auto;
  background: #fff;
}

#bg_white h2 {
  padding: 10px;
  margin: 15px 5%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  text-align: left;
  background: #f0f0f0;
  border-radius: 3px;
}

#bg_white table {
  width: 90%;
  margin: 10px auto;
}

#bg_white th {
  width: 250px;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
}

#bg_white td {
  padding: 15px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d6d6;
}

.btn_comment_post {
  padding: 30px;
  margin: 15px 5%;
  text-align: center;
  background: #fbf9e5;
}

#bg_white textarea {
  width: 100%;
  min-height: 150px;
  overflow-y: auto;
}

/* specal */

.sp_header {
  width: 660px;
  margin: 10px auto 30px;
}

.sp_header img {
  width: 660px;
  margin: 10px auto 20px;
  border: 1px solid #ddd;
}

.sp_number {
  width: 660px;
  padding: 10px 0;
  margin: 30px auto 0;
  border-bottom: 1px solid #999;
}

#sp .list_item {
  border: none;
}

/* !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: 900px;
  margin: 30px auto 40px;
}

#user_policy_page h3 {
  margin: 0 0 20px;
}

#user_policy_page ol,
#user_policy_page ul {
  margin: 0 0 40px;
  counter-reset: number;
}

#user_policy_page ul li,
#user_policy_page ol li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px 80px;
}

#user_policy_page ol li {
  padding: 0 0 0 20px;
  margin: 3px 0 3px 80px;
}

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

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

#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.line {
  width: 96%;
  margin: 40px auto 0;
  border-bottom: 1px solid #999;
}

.line_dash {
  width: 96%;
  margin: 20px auto;
  border-bottom: 1px dashed #ccc;
}

.btn-calendar {
  padding: 5px;
  font-size: 15px;
  color: #fff;
  /* margin-left: 100px; */
  cursor: pointer;
  background: #ff6300;
}

.order-calendar {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.wrap-cal {
  position: relative;
  float: right;
  width: 200px;
}

.bold {
  font-weight: 700;
}

/* ADD START 2021.11.12 [K.Tabuchi] BENTOTEHAI-58 PCにはてなブックマークを表示させる。 */

.hb a {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 114px;
  height: 20px;
  padding: 3px 0 2px 10px;
  font-size: 12px;
  color: white;
  text-decoration: none;
  background-color: #0d9ad7;
  border-radius: 3px;
}

.hb a > span:nth-of-type(1) {
  position: absolute;
  top: 4px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.hb a > span:nth-of-type(2) {
  position: relative;
  top: 0;
  left: 20px;
  display: block;
}

.hb a:hover {
  background-color: #0e64b0;
}

/* ADD   END 2021.11.12 [K.Tabuchi] BENTOTEHAI-58 PCにはてなブックマークを表示させる。 */

