@charset "euc-jp";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:focus {
  opacity: 0.8;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

.ua-ie a:hover {
  opacity: 0.8;
}

.br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: block;
  }
}

.br-pc {
  display: block;
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: none;
  }
}

.anker-margin {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

.c-breadcrumb {
  width: 100vw;
  margin: 0 calc(50% - 50.5vw);
  background-color: #E2EEE5;
}

.c-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px;
}

.c-breadcrumb-list li {
  position: relative;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.c-breadcrumb-list li:not(:first-child) {
  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;
}

.c-breadcrumb-list li:not(:first-child)::before {
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url("https://momiki.co.jp/momiki_src/img/icon/arrow-forward.png") no-repeat center center/contain;
}

.c-breadcrumb-list .current {
  font-weight: 700;
}

.c-breadcrumb-list .home-icon {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 410px;
  padding: 18px 0px;
  text-align: center;
  background-color: #ffffff;
  color: #FF6600;
  border-radius: 50vh;
  border: solid 3px #FF6600;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
}

.c-btn--contact {
  max-width: 310px;
  padding: 16px 0px;
  background-color: #FFF8E9;
}

.c-btn:focus {
  opacity: 0.8;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.ua-ie .c-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.c-btn span {
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  background-color: #FF6600;
  margin-right: 10px;
  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;
  position: relative;
}

.c-btn span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 25%;
}

.c-btn--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  padding: 5px;
  text-align: center;
  background-color: #FFF8E9;
  color: #FF6600;
  border-radius: 10px;
  border: solid 3px #FF6600;
  line-height: 1.1;
}

.c-btn--tel:focus {
  opacity: 0.8;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn--tel:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.ua-ie .c-btn--tel:hover {
  opacity: 0.8;
  cursor: pointer;
}

.c-btn--tel .freedial {
  width: 64px;
  height: 42px;
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.c-btn--tel .btn-txt .top {
  font-size: 14px;
  text-align: left;
  font-weight: 700;
}

.c-btn--tel .btn-txt .center {
  font-size: 32px;
  text-align: left;
  font-weight: 700;
}

.c-btn--tel .btn-txt .bottom {
  font-size: 14px;
  text-align: right;
  font-weight: 700;
}

.c-btn--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 15px 0px;
  text-align: center;
  background-color: #E2EEE5;
  color: #4C3E3B;
  border-radius: 50vh;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0;
}

.c-btn--detail::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("https://momiki.co.jp/momiki_src/img/icon/arrow-brown.png") no-repeat center center/contain;
}

.c-btn--register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 380px;
  padding: 15px 0px;
  text-align: center;
  background-color: #ffffff;
  color: #FF6600;
  border-radius: 50vh;
  border: solid 3px #FF6600;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.0;
}

@media screen and (min-width: 576px) {
  .c-btn--register {
    max-width: 630px;
    padding: 33px 0px;
    font-size: 31px;
  }
}

.c-btn--register::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("https://momiki.co.jp/momiki_src/img/icon/arrow-orange.png") no-repeat center center/contain;
}

@media screen and (min-width: 576px) {
  .c-btn--register::before {
    width: 32px;
    height: 32px;
  }
}

.c-header {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #4C3E3B;
}

@media screen and (min-width: 768px) {
  .c-header {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 33px;
    padding-bottom: 35px;
  }
}

.c-header-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-header-ttl {
    font-size: 32px;
  }
}

.c-ttl {
  text-align: center;
  position: relative;
  margin-top: 25px;
  font-size: 24px;
}

.c-ttl:nth-of-type(n+2) {
  margin-top: 70px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-ttl {
    margin-top: 0;
  }
}

.c-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #E2EEE5;
  border-radius: 50vh;
  z-index: -1;
}

.footer {
  height: 100px;
  background-color: #FFF8E9;
  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;
}

.gnav {
  display: none;
}

@media screen and (min-width: 768px) {
  .gnav {
    display: block;
  }
}

.gnav-top {
  background: #FFF8E9;
}

.gnav-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}

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

.gnav-top-list > * + * {
  margin-left: 22px;
}

.gnav-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #4C3E3B;
}

.gnav-top-item._lang {
  font-weight: 400;
}

.gnav-top-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.gnav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  color: #4C3E3B;
}

.gnav-bottom-inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}

.gnav-bottom-txt {
  font-weight: 400;
}

.gnav-bottom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav-bottom-logo img {
  width: 50px;
  height: 50px;
}

.gnav-bottom-logo h1 {
  font-weight: 700;
}

.gnav-bottom-logo h1 span {
  font-size: 20px;
}

.gnav-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  position: relative;
}

.gnav-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.gnav-bottom-item .menu {
  -o-object-fit: contain;
     object-fit: contain;
  width: 60px;
  height: 50px;
}

.gnav-bottom-item a {
  text-align: center;
}

.gnav-bottom-item a:hover {
  opacity: 1;
}

.gnav-bottom-txt {
  margin-top: 10px;
  font-weight: 700;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .header {
    display: none;
    opacity: 0;
    background-color: #FFF8E9;
  }
}

.header.is-active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.3s ease-in 0s forwards;
          animation: fadeIn 0.3s ease-in 0s forwards;
}

.header-inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0 16px 16px 16px;
  }
}

.header-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-pc {
    display: block;
  }
}

.header-pc-nav._top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-pc-nav._top .header-pc-item,
.header-pc-nav._top .header-pc-item-disp {
  padding: 20px 0;
}

.header-pc-nav._bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-pc-nav._bottom.js-header-bottom.is-display {
  display: none;
}

.header-pc-nav._bottom p {
  font-size: 14px;
  margin-right: 40px;
}

.header-pc-nav._bottom .header-pc-item-disp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-pc-nav._bottom .header-pc-item-disp img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.header-pc-logo {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

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

.header-pc-list > * + * {
  margin-left: 22px;
}

.header-pc-item, .header-pc-item-disp {
  font-size: 16px;
  font-weight: 700;
  color: #4C3E3B;
}

.header-sp {
  display: block;
}

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

.header-sp.is-open .header-sp-overray {
  opacity: 1;
  visibility: visible;
}

.header-sp.is-open .header-sp-menu {
  opacity: 1;
  visibility: visible;
  right: 0;
}

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

.header-sp-logo {
  width: 50px;
  height: 50px;
}

.header-sp-icon {
  width: 40px;
  height: 50px;
  position: relative;
  top: 0;
}

.header-sp-icon span {
  width: 40px;
  height: 4px;
  top: 50%;
  background-color: #4C3E3B;
  border-radius: 100vh;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-sp-icon .icon-top {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  z-index: 1000;
}

.header-sp-icon .icon-bottom {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  z-index: 1000;
}

.header-sp-icon.is-open span {
  background-color: #4C3E3B;
}

.header-sp-icon.is-open .icon-top {
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}

.header-sp-icon.is-open .icon-middle {
  background: rgba(255, 255, 255, 0);
}

.header-sp-icon.is-open .icon-bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

.header-sp-member {
  font-size: 14px;
  text-align: right;
  line-height: 1;
}

.header-sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-sp-list > * + * {
  margin-left: 20px;
}

.header-sp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.header-sp-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.header-sp.is-fixed .header-sp-menu,
.header-sp.is-fixed .header-sp-overray {
  margin-top: 80px;
}

.header-sp.is-fixed .header-sp-menu {
  height: calc(100% - 80px);
}

.header-sp-menu {
  width: 90%;
  height: calc(100% - 74px);
  margin-top: 74px;
  position: fixed;
  top: 0;
  right: -90%;
  opacity: 0;
  overflow: hidden;
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 200;
}

.header-sp-overray {
  width: 100%;
  height: 100%;
  margin-top: 74px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: rgba(76, 62, 59, 0.7);
  cursor: pointer;
}

.header-sp-acc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0 12px 70px;
}

.header-sp-acc-head.bg-green {
  background-color: #E2EEE5;
}

.header-sp-acc-head.bg-yellow {
  background-color: #FFF8E9;
}

.header-sp-acc-head.bg-brown {
  background-color: #4C3E3B;
}

.header-sp-acc-head.bg-brown a {
  color: #ffffff;
}

.header-sp-acc-head img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.header-sp-acc-head p, .header-sp-acc-head a {
  font-size: 20px;
  font-weight: 700;
  color: #4C3E3B;
  position: relative;
}

.header-sp-acc-head p::before, .header-sp-acc-head a::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background: url("https://momiki.co.jp/momiki_src/img/header/arrow-right.png") no-repeat center center/contain;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.header-sp-acc-head.is-active p::before {
  background: url("https://momiki.co.jp/momiki_src/img/header/arrow-down.png") no-repeat center center/contain;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header-sp-acc-body {
  display: none;
}

.header-sp-acc-body.is-open {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in 0s forwards;
          animation: fadeIn 0.3s ease-in 0s forwards;
}

.header-sp-acc-body .link {
  padding: 8px 0 8px 70px;
  font-size: 16px;
  font-weight: 700;
  color: #4C3E3B;
}

.header-sp-acc-body .link-green {
  border-bottom: solid 1px #E2EEE5;
}

.header-sp-acc-body .link-yellow {
  border-bottom: solid 1px #FFF8E9;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  .contact-link {
    display: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.header-pc-item.is-active .megamenu,
.gnav-bottom-item.is-active .megamenu {
  position: absolute;
  top: 85px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #E2EEE5;
  z-index: 100;
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.2s ease-in 0s forwards;
          animation: fadeIn 0.2s ease-in 0s forwards;
}

.header-pc-item.is-active .megamenu a,
.gnav-bottom-item.is-active .megamenu a {
  opacity: 1;
}

.header-pc-item.is-active .megamenu.header-nav,
.gnav-bottom-item.is-active .megamenu.header-nav {
  top: 65px;
}

.header-pc-item.is-active .megamenu.product,
.gnav-bottom-item.is-active .megamenu.product {
  background-color: #FFF8E9;
}

.header-pc-item.is-active .megamenu.product a:focus,
.gnav-bottom-item.is-active .megamenu.product a:focus {
  opacity: 0.8;
}

@media (hover: hover) and (pointer: fine) {
  .header-pc-item.is-active .megamenu.product a:hover,
  .gnav-bottom-item.is-active .megamenu.product a:hover {
    opacity: 0.8;
  }
}

.ua-ie .header-pc-item.is-active .megamenu.product a:hover, .ua-ie
.gnav-bottom-item.is-active .megamenu.product a:hover {
  opacity: 0.8;
}

.header-pc-item.is-active .megamenu-inner,
.gnav-bottom-item.is-active .megamenu-inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.header-pc-item.is-active .megamenu-list,
.gnav-bottom-item.is-active .megamenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.header-pc-item.is-active .megamenu-item,
.gnav-bottom-item.is-active .megamenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  height: 76px;
  border-radius: 38px;
  background: #fff;
  border: 3px solid #4c3e3b;
  margin-bottom: 30px;
  margin-right: 20px;
}

.header-pc-item.is-active .megamenu-item.product,
.gnav-bottom-item.is-active .megamenu-item.product {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: none;
  border: none;
  margin-bottom: 30px;
  margin-right: 20px;
}

.header-pc-item.is-active .megamenu-item:hover,
.gnav-bottom-item.is-active .megamenu-item:hover {
  background-color: #FFF8E9;
}

.header-pc-item.is-active .megamenu-item .arrow,
.gnav-bottom-item.is-active .megamenu-item .arrow {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.header-pc-item.is-active .megamenu-item .product,
.gnav-bottom-item.is-active .megamenu-item .product {
  width: 320px;
  height: 135px;
}

.header-pc-item.is-active .megamenu-item .shop-guide,
.gnav-bottom-item.is-active .megamenu-item .shop-guide {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.header-pc-item.is-active .megamenu-txt,
.gnav-bottom-item.is-active .megamenu-txt {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.megamenu {
  display: none;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.sidebar .inner {
  position: sticky;
  top: 110px;
}

.sidebar .ttl {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  background-color: #E2EEE5;
  line-height: 1;
}

.sidebar .list > * + * {
  border-top: 1px solid #E2EEE5;
}

.sidebar .item {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sidebar .item::before {
  content: "";
  min-width: 24px;
  min-height: 24px;
  margin-right: 10px;
  background: url("https://momiki.co.jp/momiki_src/img/icon/arrow-brown.png") no-repeat center center/contain;
}

table tr {
  border-bottom: solid 1px #E2EEE5;
}

table tr:last-child {
  border-bottom: none;
}

table th {
  text-align: left;
  background-color: #4C3E3B;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

table td {
  text-align: left;
  text-align: center;
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 20px;
}

.table--small {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .table--small {
    width: 390px;
    table-layout: fixed;
  }
}

.table--small th {
  width: 70%;
}

@media screen and (min-width: 576px) {
  .table--small th {
    width: 295px;
  }
}

.table--small td {
  width: 30%;
}

@media screen and (min-width: 576px) {
  .table--small td {
    width: 95px;
  }
}

.table--large {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}

.table--large th {
  width: 35%;
  font-size: 16px;
  vertical-align: middle;
}

@media screen and (min-width: 576px) {
  .table--large th {
    font-size: 22px;
  }
}

.table--large td {
  width: 65%;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .table--large td {
    padding-left: 20px;
    font-size: 20px;
  }
}

.table--large td span {
  font-size: 14px;
  display: block;
}

@media screen and (min-width: 576px) {
  .table--large td span {
    font-size: 16px;
  }
}

.lead--sm {
  font-size: 16px;
  margin-bottom: 15px;
}

.lead--md {
  font-size: 20px;
  margin-bottom: 15px;
}

.lead--lg {
  font-size: 24px;
  margin-bottom: 15px;
}

.lead--lg span {
  color: #FF6600;
}

.txt {
  margin-bottom: 20px;
}

.txt--thin {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 2.0;
}

.txt-orange {
  color: #FF6600;
}

.l-content {
  width: calc(100% - 24px);
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .l-content {
    width: 100%;
    max-width: 1024px;
    margin-bottom: 150px;
  }
}

.l-content--md {
  width: calc(100% - 24px);
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .l-content--md {
    width: 100%;
    max-width: 740px;
    margin-bottom: 150px;
  }
}

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

.l-content-block.sidebar {
  display: none;
}

@media screen and (min-width: 1024px) {
  .l-content-block.sidebar {
    display: block;
    width: 100%;
    max-width: 265px;
  }
}

.l-content-block.main {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-content-block.main {
    max-width: 730px;
  }
}

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

.flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

@media screen and (min-width: 768px) {
  .flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

@media screen and (min-width: 768px) {
  .flex-centers {
    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;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

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

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

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

.ml-30 {
  margin-left: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

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

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.f_bold{
  font-weight: bold;
}

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

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

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

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}


#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 1em;
}
.container {
  max-width: 1025px;
}



 /*フォントサイズ*/
 p{
    font-size: 16px;

}
a{
    font-size: 16px;
    transition: 0.5s;
}

.font_b{
  font-weight: bold;
}
.tsuika{
  font-size: 18px;
  
}

.c-ttl::before {
  background-color: #E2EEE5 !important;
}

  /*便利なCSS*/
  /*スマホのみ改行する。*/
  .pcnone{
	  display: none !important;
  }
    /*タブレットから改行する。*/
	.pcnone2{
	  display: none !important;
  }
  /*パソコン・タブレットのみ改行する。*/
  .spnone{
	  display: block !important;
  }

    @media screen and (max-width:1024px){
    /*タブレットから改行する。*/
	.pcnone2{
	  display: block !important;
  }
  }

  @media screen and (max-width:767px){
	  /*パソコン・タブレットのみ改行する。*/
	  .spnone{
	  display: none !important;
  }
	  /*スマホのみ改行する。*/
	  .pcnone{
	  display: block !important;
  }
  }

 /*パンくずリスト矢印*/
.c-breadcrumb-list li:not(:first-child)::before {
    font-family: "Font Awesome 5 Free";
  content: '\f054'!important;
  font-weight: 900;
  width: 0px !important;
  height: auto !important;
  margin-right: 20px !important;
}
/*商品リスト*/
.beige::before {
    background-color: #FFF8E9 !important;
}

.product_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.b_none{
    margin-bottom: 100px;
}

.product_item {
    width: 30%;
    margin: 0px 17px 50px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_item img{
    margin-bottom: 10px;
}
.img_a{
    transition: 0.5s;
}

.img_a:hover{
    opacity: 0.5;
}

.product_item h4 a{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product_item .member{
    font-size:20px;
    font-weight: bold;
    color:#FF6600;
    text-align: right;
}
.product_item .m_only{
    margin-bottom: 10px;
}

.product_item .member span{
    font-size:12px;
    
}

.product_item .normal{
    font-size:16px;
    font-weight: bold;
    color:#4C3E3B;
    text-align: right;
    margin-bottom: 10px;
}

.product_item .normal span{
    font-size:10px;
    
}

.product_item .product_form{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.product_item .product_form .number{
    display: inline-block;
    padding: 10px 10px 11px 10px;
    font-weight: bold;
    background-color: #E2EEE5;
}

.product_item .product_form .number_set{
    width: 50%;
    padding: 20px;
    border-radius: 0;
    border: solid 1px #E2EEE5;
}

.product_item .product_form .cart{
    font-size: 16px;
    display: block;
    outline: 0;
    cursor: pointer;
    color: #ffffff;
    background: #FF6600;
    font-weight: bold;
    height: 3em;
    line-height: 3.0em;
    width: 100%;
    padding: 0px 20px 0px 45px;
    border-radius: 10px;
    border: solid 2px #ff6600;
    transition: 0.5s;
    text-align: center;
}

.button_wrap {
   color: #ffffff;
  position: relative;
  line-height: 2.8em;
  transition: 0.5s;
  margin:0 auto;
  }
  .button_wrap::before {
    font-family: "Font Awesome 5 Free";
    content: '\f07a';
    font-weight: 900;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.button_wrap:hover{
    color: #ff6600;
  }
  

  .product_item .product_form .cart:hover {
    color: #FF6600;
    background: #FFF8E9;
  }
  

.product_item .product_page{
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 11px;
    background-color: #E2EEE5;
    border: solid 2px #E2EEE5;
    color: #4C3E3B;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.5s;
  }

  .product_item .product_page:hover{
    background-color: #ffffff;
    color: #4C3E3B;
  }

  .product_item .product_page:before {
    content: "";
    display: inline-block;
    min-width: 15px;
    min-height: 15px;
    margin-right: 10px;
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/garlic_ico.png?cmsp_timestamp=20220106164523) no-repeat center center/contain;
  }

  .listb_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

  .product_list_button{
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border: solid 3px #ff6600;
    color: #ff6600;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100px;
    transition: 0.5s;
  }
  .product_list_button:hover{
    background-color: #ff6600;
    border: solid 3px #ff6600;
    color: #ffffff;
  }
  .product_list_button:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    margin-right: 10px;
  }

/*タブレット*/
  @media only screen and (max-width: 1024px){
    .product_list{
        margin-bottom: 0px;
        justify-content: space-between;
    }
    .product_item {
        width: 45%;
        
    }
}
    /*SP*/
    @media only screen and (max-width: 768px){
        .product_item {
            width: 100%;
            margin: 0px 0px 50px 0px;
        }
        
        .product_list_button {
            padding: 10px 20px;
            font-size: 16px;
        }
}
    .new_site{
        display: none;
    }

/*こんな方におすすめです*/
.osusume_flex{
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.osusume_item{
  margin: 50px 0px;
}
.osusume_item p{
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 768px){
.osusume_item {
  margin: 30px 0px;
  width: 45%;
}
}
/*MOMIKIの黒にんにくの特長*/
.txt--thin {
  text-align: justify;
}

.p-feature {
  font-size: 16px;
  font-weight: 700;
  color: #4C3E3B;
}

.p-feature .c-ttl {
  margin-top: 58px;
}

.p-feature-commitment .outer {
  margin-top: 50px;
  padding: 15px 10px;
  background-color: #E2EEE5;
}

@media screen and (min-width: 768px) {
  .p-feature-commitment .outer {
    padding: 30px 20px;
  }
}

.p-feature-commitment .inner {
  padding: 15px;
  background-color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-feature-commitment .inner {
    padding: 30px;
  }
}

.p-feature-commitment .lead--lg {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .p-feature-commitment .lead--lg {
    font-size: 24px;
  }
}

.p-feature-commitment .commitment {
  padding-top: 50px;
  max-width: 640px;
}

.p-feature-difference {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .p-feature-difference {
    margin-top: 120px;
  }
}

.p-feature-difference .outer {
  margin-top: 50px;
  padding: 15px 10px;
  background-color: #E2EEE5;
}

@media screen and (min-width: 768px) {
  .p-feature-difference .outer {
    padding: 30px 20px;
  }
}

.p-feature-difference .inner {
  padding: 15px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-feature-difference .inner {
    padding: 30px;
  }
}

.p-feature-difference .img-area {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-feature-difference .img-area {
    width: calc(30% - 15px);
    margin-top: 0;
  }
}

.p-feature-difference .img-area--half {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-feature-difference .img-area--half {
    width: calc(100% / 2 - 15px);
  }
}

.p-feature-difference .txt-area {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-feature-difference .txt-area {
    width: calc(70% - 15px);
  }
}

.p-feature-difference .txt-area--half {
  width: 100%;
  padding: 50px 30px;
  background-color: #ffffff;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-feature-difference .txt-area--half {
    width: calc(100% / 2 - 15px);
    margin-top: 0;
  }
}

.p-feature-difference .dummy {
  max-width: 275px;
}

.p-feature-difference .test {
  max-width: 965px;
}

.seisekisyo_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.seisekisyo_item {
  transition: 0.5s;
  width: 30%;
}
.seisekisyo_item2 {
  width: 30%;
}
.seisekisyo_item:hover{
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .seisekisyo_item{
      width: 100%;
      margin-bottom: 50px;
    }

    .seisekisyo_item2 {
      width: 100%;
  }
}

.fssc_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fssc_iteml{
  width: 30%;
  margin-right: 30px;
}
.fssc_itemr{
  width: 65%;
}

.fssc_itemr img{
  width: 50%;
  margin-bottom: 20px;
}

.mb_30{
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fssc_iteml {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 30px;
  }
  .fssc_itemr {
      width: 100%;
  }
  .fssc_itemr img {
      width: 80%;
      margin-bottom: 20px;
  }
}

  /*レシピボタン*/
  .listb_flex2 {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin: 100px auto 0px auto;
}
.link_b .product_list_button:after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    margin-left: 10px;
}

.link_b .product_list_button:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 90 !important;
  margin-right: 0px !important;
}

/*全商品一覧テンプレート*/
.sidebar .item::before {
  background: url(https://momiki.co.jp/momiki_src/img/icon/arrow-brown.png) no-repeat center center/contain !important;
}

.mb_50{
  margin-bottom: 50px;
}

/* 緑ボタン */
.features_button {
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  padding: 20px 40px;
  background-color: #E2EEE5;
  border: solid 3px #E2EEE5;
  color: #4C3E3B;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  transition: 0.5s;
  margin-top: 30px;
}

.features_button:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 10px;
}

.features_button:hover {
  background-color: #ffffff;
}

/* フッターセット */

/* 1025px調整用 */
.f_container {
  max-width: 1025px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .f_container {
    margin: 0 10px;
  }

}
/* お買い物ガイドタイトル */
.f_title{
  width: 100%;
  background-color: #4C3E3B;
  padding: 30px;
}
.f_title p{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .f_title{
    padding: 15px 0px;
  }
  
  .f_title p{
    font-size: 20px;
  }
}

/* お買い物ガイド中身 */
/* 共通 */
.f_shopset{
  width: 100%;
  background-color: #FFF8E9;
  padding: 30px 0px;
}
.w_bgc{
  padding:30px;
  background-color: #FFFFFF;
  margin-bottom: 50px;
}
.w_bgc h3{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color:#4C3E3B;
  margin-bottom: 30px;
}
.w_bgc h4{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color:#4C3E3B;
  margin-bottom: 30px;
}
.shop_button{
  display: block;
  text-decoration: none !important;
  text-align: center;
  padding: 15px;
  background-color: #E2EEE5;
  border: solid 3px #E2EEE5;
  color: #4C3E3B;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  transition: 0.5s;
  margin-top: 30px;
}
.shop_button:hover{
  background-color: #FFFFFF;
  color: #4C3E3B;
}
.shop_button:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 10px;
}


@media screen and (max-width: 768px) {
  .f_shopset{
    padding: 20px 0px;
  }
  .w_bgc h3{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .w_bgc h4{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .shop_button{
    font-size: 16px;
  }
}
/* 送料について */
.souryof_flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.souryof_item{
  width: 28%;
}

@media screen and (max-width: 768px) {
  .souryof_flex{
    justify-content: center;
  }
  .souryof_item {
    width: 43%;
    margin: 0px 10px;
  }
  }

  .shop2_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
/* 配送について・豊富な決済方法 */
  .shop2_iteml{
    width: 37%;
  }
  .shop2_itemr{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* 配送について */
  .fmb10{
    margin-bottom: 10px !important;
  }
  .shitei{
  font-weight: bold;
  text-align: justify;
  color:#4C3E3B;
  margin-bottom: 5px;
  }
  .a_txt{
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
  }
  .hiduke_img{
    width: 90%;
    margin-bottom: 20px;
  }
  .zikan_img{
    width: 90%;
    margin-bottom: 10px;
  }
   /* 豊富な決済方法 */
   .kessaiico_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
   }
   .kessaiico_ico{
     width: 15%;
   }
   @media screen and (max-width: 768px) {
    .shop2_iteml{
      width: 100%;
    }
    .shop2_itemr{
      width: 100%;
    }
    .kessaiico_ico {
      width: 30%;
  }
  .hiduke_img {
    width: 100%;
}
.zikan_img {
  width: 100%;
}
  .spfmb20{
    margin-bottom: 20px;
  }
   }
   /* マイページでできること・電話でのお問い合わせが必要なもの */
   .shop3_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
   .shop3_item{
     width: 48%;
   }
   .typec {
    font-size: 24px;
    line-height: 2em;
    font-weight: bold;
    counter-increment: cnt;
    text-indent: -1.2em;
    margin-left: 30px;
}
.typec::before {
  content: "";
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: -5px;
}
  .type1::before {
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/listico_01.png) no-repeat center center/contain;
  }
  .type2::before {
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/listico_02.png) no-repeat center center/contain;
  }
  .type3::before {
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/listico_03.png) no-repeat center center/contain;
  }
  .type4::before {
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/listico_04.png) no-repeat center center/contain;
  }
  .type5::before {
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/listico_05.png) no-repeat center center/contain;
  }
  .type6::before {
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/listico_06.png) no-repeat center center/contain;
  }

  @media screen and (max-width: 768px) {
    .shop3_item {
      width: 100%;
  }
  .typec {
    font-size: 16px;
}
.typec::before {
  min-width: 18px;
  min-height: 18px;
  margin-right: 10px;
  margin-top: -1px;
}
  }

.f_imglink:hover{
  opacity: 0.5;
}
/* メインフッター */
.f_main{
  width: 100%;
  background-color: #E2EEE5;
  padding: 50px 0px;
}
.mainft_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainft_itemr{
  width:45%;
}
.mainft_iteml {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
}
/* メインフッター:左 */
.shop_calendar{
  border-width:0;
  width:50%;
  height: auto;
}
.f_logo{
  width: 70%;
  margin-bottom: 10px;
}
.mainft_itemr p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.fmb20{
  margin-bottom: 20px !important;
}

.mf_button {
  display: block;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  background-color: #FFFFFF;
  border: solid 3px;
  text-align: center;
  padding: 20px 0px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.mf_button:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
}
.mf_button:hover{
  color: #ffffff;
}

.fax_btn{
  color: #FF6600;
  border-color: #FF6600;
}
.fax_btn:hover{
  background-color: #FF6600;
}
.fax_btn:before{
  content: '\f019';
}
.cnt_btn{
  color: #4C3E3B;
  border-color: #4C3E3B;
}
.cnt_btn:hover{
  background-color: #4C3E3B;
}
.cnt_btn:before{
  content: '\f0e0';
}
.f_imglink2{
  width: 70%;
}

/* メインフッター:右 */
.umekomi_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.umekomi_itemr{
  width: 50%
}

.search_select{
  background-color: #ffffff;
    padding: 10px 30px;
    height: auto;
    font-size: 16px;
    margin-bottom: 10px;
}

.search_select:before{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  position: relative;
  left: 0;

}

.mainft_flex{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search_set{
  width: 70%;
  margin-bottom: 20px;
}
.search_box{
  background-color: #ffffff;
    border-radius: 0;
    border: solid 1px #cccccc;
    height: auto;
    font-size: 16px;
    padding: 10px 15px;
    width: 78%;
}
.search_btn{
  background-color: #4C3E3B;
    height: auto;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
}
/* メインフッター */
@media screen and (max-width: 768px) {
  .mainft_itemr {
    width: 100%;
}

.f_logo {
  width: 100%;
}

.f_imglink2 {
  width: 100%;
  margin-bottom: 30px;
}
.search_set {
  width: 100%;
  margin-bottom: 20px;
}

.mainft_iteml {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.umekomi_itemr {
  width: 100%;
  height: 514px;
}
}



/* コピーライト */
.cl{
  background-color: #4C3E3B;
  padding: 15px 0px;
}
.cl_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cl_item {
  color: #ffffff ;
  font-weight: bold;
}

.cl_item a{
  display: inline;
  color: #ffffff !important;
  margin-right:20px;
}

/* トップに戻る */
.topbtn {
  width: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
.cl_flex {
  justify-content: center;
    flex-direction: column;
}
.cl_flex a {
  margin-bottom: 10px;
  margin-right: 0px;
  display: block;
  text-align: center;
}

.topbtn {
  width: 40px;
  right: 10px;
}

}

/* カート非表示 */
#cart{
  display: none;
}

/* お知らせ専用ボタン */
.news_bt {
  margin: 20px 0px 30px 0px !important;
  padding: 10px 40px !important;
  font-size: 15px !important;
}

  /*便利なCSS*/
/*便利なCSS*/
/* ブラウザ幅により、表示非表示を切り替えるCSS：クラス名一覧
◆パソコンのみ表示する
pconly
◆タブレットのみ表示する
tbonly
◆スマホのみ表示する
sponly
◆パソコン〜タブレットのみ表示する
pctbonly
◆タブレット〜スマホのみ表示する
tbsponly
◆パソコン・スマホのみ表示する
pcsponly
 */
/* パソコン幅 */
    /* パソコンのみ表示する */
    .pconly{
      display: block !important;
  }
  /* タブレットのみ表示する */
  .tbonly{
      display: none !important;
  }
  /* スマホのみ表示する */
  .sponly{
      display: none !important;
  }
  /* パソコン〜タブレットのみ表示する */
  .pctbonly{
      display: block !important;
  }
  /* タブレット〜スマホのみ表示する */
  .tbsponly{
      display: none !important;
  }
  /* パソコン・スマホのみ表示する */
  .pcsponly{
      display: block !important;
  }
/* タブレット幅 */
@media screen and (max-width:1024px){
  /* パソコンのみ表示する */
  .pconly{
      display: none !important;
  }
  /* タブレットのみ表示する */
  .tbonly{
      display: block !important;
  }
  /* タブレット〜スマホのみ表示する */
  .tbsponly{
      display: block !important;
  }
  /* パソコン・スマホのみ表示する */
  .pcsponly{
      display: none !important;
  }
}
/* スマホ幅 */
@media screen and (max-width:767px){
  /* タブレットのみ表示する */
  .tbonly{
      display: none !important;
  }
  /* スマホのみ表示する */
  .sponly{
      display: block !important;
  }
  /* パソコン〜タブレットのみ表示する */
  .pctbonly{
      display: none !important;
  }
  /* パソコン・スマホのみ表示する */
  .pcsponly{
      display: block !important;
  }
}

.btn-txt{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	}

.listbtn{
    padding:10px 20px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

   /* テスト用CSS */
   .cartjs_box{
    padding: 0 !important;
   }
   .cartjs_product_form{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
   }

   .cartjs_product_num th{
    display: inline-block;
    padding: 10px 10px 11px 10px;
    font-weight: bold !important;
    background-color: #E2EEE5;
    color: #4d4545;
    width: 48px;
   }

   .cartjs_product_num td {
    width: 50%;
    padding: 10px 0px;
    border-radius: 0;
    border: solid 1px #E2EEE5;
}

   .cartjs_cart_in{
    color: #ffffff;
    position: relative;
    line-height: 2.8em;
    transition: 0.5s;
    margin-left: 15px !important;
   }
   .cartjs_cart_in::before {
    font-family: "Font Awesome 5 Free";
    content: '\f07a';
    font-weight: 900;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 20px;
    margin: auto;
}
   .cartjs_cart_in input {
    display: block;
    outline: 0;
    color: #ffffff;
    background: #FF6600 !important;
    font-weight: bold;
    height: 3em !important;
    line-height: 3.0em;
    width: 100% !important;
    border: solid 2px #ff6600 !important;
    transition: 0.5s;
    padding: 0px 20px 0px 45px;
}

.cartjs_cart_in:hover{
    color: #ff6600 !important;
  }

  .cartjs_cart_in input:hover {
    color: #FF6600 !important;
    background: #FFF8E9 !important;
  }