/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/project/sitemap.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*
  xl
  82 - 56
  38 - 24
  32 - 23
  28 - 20
  26 - 18
  18 - 14
  14 - 12

  btn
  18 - 18

*/
.p-sitemap__shoplist__region {
  border-bottom: 1px solid var(--color-border__gray__lighter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 1em;
}
@media only screen and (min-width: 960px) {
  .p-sitemap__shoplist__region {
    gap: 60px;
  }
}
.p-sitemap__shoplist dt {
  font-weight: bold;
  width: 4em;
}
.p-sitemap__shoplist dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 960px) {
  .p-sitemap__grid {
    margin-bottom: -40px;
  }
}
.p-sitemap__grid > * + * {
  margin-top: 4em;
}
@media only screen and (min-width: 960px) {
  .p-sitemap__grid > * + * {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .p-sitemap__grid {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .p-sitemap__grid__col {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding-bottom: 40px;
  }
}
