[v-cloak] {
  display: none;
}

.vue_categoryListWrapper {
  width: 100%;
}

.vue_categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0 !important;
}

.vue_categoryListItem {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.vue_categoryListItemInput {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}

.vue_categoryListItemLabel {
  display: block;
  border-radius: 20px;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  color: #333333;
  padding: 7px 1em 5px;
  line-height: 1;
  cursor: pointer;
}

.vue_categoryListItemLabel:hover {
  background-color: #f5fff9;
  border: 1px solid #179855;
  text-decoration: none;
}

.vue_categoryListItemInput:checked + .vue_categoryListItemLabel {
  background-color: #f5fff9;
  border: 1px solid #179855;
  text-decoration: none;
}

.vue_shopListWrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #dadada 1px dotted;
}

.vue_shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 567px) {
  .vue_shopList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.vue_shopListItem {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  -webkit-animation: anime_fadeIn 0.5s ease forwards;
          animation: anime_fadeIn 0.5s ease forwards;
}

@media only screen and (max-width: 567px) {
  .vue_shopListItem {
    width: 48%;
    margin-right: 0;
  }
}

.vue_shopListItem:nth-of-type(4n) {
  margin-right: 0;
}

@-webkit-keyframes anime_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fp_content a.vue_shopListItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
}

.vue_shopListItemLinkImageWrapper {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}

.vue_shopListItemLinkImage {
  width: 100%;
  height: auto;
}

.vue_shopListItemLinkName {
  margin-top: 0.5em;
  margin-bottom: 0.6em !important;
  font-size: 0.9em;
  line-height: 1.5;
}

.fp_content a.vue_shopListItemLink:hover .vue_shopListItemLinkName {
  text-decoration: underline;
}

.vue_shopListItemLinkCategory {
  margin-bottom: 0 !important;
}

.vue_shopListItemLinkCategory span {
  display: inline-block;
  width: auto;
  font-size: 0.6em;
  border-radius: 20px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  color: #333333;
  padding: 5px 0.8em 3px;
  line-height: 1;
}

.shopListBannerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

@media only screen and (max-width: 567px) {
  .shopListBannerWrapper {
    display: block;
  }
}

.shopListBanner {
  width: 48%;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 567px) {
  .shopListBanner {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 567px) {
  .shopListBanner:first-of-type {
    margin-top: 0;
  }
}

.shopListBanner img {
  width: 100%;
  height: auto;
}

/*# 20240115更新*/
.open_shoplist_frame{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 567px){
	.open_shoplist_frame{
	display: block;
	}
}

/*# sourceMappingURL=style.css.map */