.food-item {
    border: 1px solid #cccccc;
}
.parent ul{
      display: none;
    }
    .active {
      background-color: lightgreen;
    }
    .active ul {
      display: block;
    }

.bold_red {
  color: #cf4343;
  font-weight: bold;
}

 .fs-c-list li{
margin-bottom: 10px;
}

.menu-icon {
  fill: #ffffff;
}

@font-face {
  font-family: 'icomoon';
  src:  url('https://shippo.itembox.design/item/unique-fonts/fonts/icomoon.eot?t=20250313144654?p49qxy');
  src:  url('https://shippo.itembox.design/item/unique-fonts/fonts/icomoon.eot?t=20250313144654?p49qxy#iefix') format('embedded-opentype'),
    url('https://shippo.itembox.design/item/unique-fonts/fonts/icomoon.ttf?t=20250313144654?p49qxy') format('truetype'),
    url('https://shippo.itembox.design/item/unique-fonts/fonts/icomoon.woff?t=20250313144654?p49qxy') format('woff'),
    url('https://shippo.itembox.design/item/unique-fonts/fonts/icomoon.svg?t=20250313144654?p49qxy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cat-food:before {
  content: "\e901";
}
.icon-cat-icon:before {
  content: "\e900";
}

/* メールマガジン登録フォームを非表示にするCSS*/
.fs-body-newsletter-subscribe .fs-c-inputInformation,
.fs-body-newsletter-subscribe .fs-l-block--center {
   display: none;
}
