@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.hatsu_gourmet_detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#shopInformation_txt.w-100 {
  width: 100%;
}

#shopwrap,
#menulistwrap {
  max-width: 1500px;
  margin: auto;
  width: 95%;
}

#shopwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

#menulistwrap {
  margin-bottom: 120px;
}

#gourmetGenres div,
#gourmetGenresModal div {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 1px;
  justify-content: center;
}

#shopGourmetList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.item_info {
  position: relative;
  line-height: 1.5;
}

.item_favorite {
  position: absolute;
  top: -40px;
  right: 10px;
}

.item_tags {
  font-size: 0.75em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.item_tags span {
  background: #FFE639;
  display: inline-block;
  padding: 2px 6px;
  margin: 5px 5px 5px 0;
}

.menuttl {
  color: #BD036D;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.shopinfocomment {
  border-top: 1px solid #aaa;
  padding-top: 10px;
  margin-top: 10px;
  white-space: pre-wrap;
}

.shopinfocomment2 {
  margin-top: 8px;
  padding: 1em 0.5em;
  background: #fff;
  border-radius: 8px;
  font-size: 0.9em;
  white-space: pre-wrap;
}

#shopGourmetList li {
  background: #f3f3f3;
  margin: 12px;
  line-height: 1.5;
  width: calc((100% - 100px) / 4);
  padding: 16px 16px 20px 16px;
  min-width: 330px;
}

.clearbtn {
  background: #828282;
  border-radius: 50px;
  padding: 5px 2em;
  color: #fff;
  margin: 50px auto 80px;
  text-align: center;
  display: block;
}

.itemtags span {
  background: #FFEF14;
  font-size: 0.9em;
  display: inline-block;
  border-radius: 50px;
  padding: 1px 20px;
  margin: 5px 5px;
}

.shopinfolink {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  display: block;
  width: 100%;
  margin: 20px auto 0;
  font-size: 0.8em;
  line-height: 1.6;
  padding: 5px 5px;
  background: #fff;
  border-radius: 3px;
}

.shopinfowrap {
  text-align: center;
}

.item_image {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  min-width: 280px;
}

.item_image img {
  max-width: 280px;
  max-height: 200px;
}

.shopinfoname {
  display: block;
  color: #000;
  font-size: 1.2em;
  letter-spacing: 0px;
  line-height: 1;
}

.menulink {
  text-align: center;
  margin: auto;
  display: block;
  background: #c50372;
  max-width: 400px;
  width: 95%;
  border-radius: 50px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
  margin-bottom: 5em;
}

@media screen and (min-width: 768px) {
  .shopinfolink {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .shopinfolink::after {
    background: #fdb7cd;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .shopinfolink:hover {
    color: #fff;
  }
  .shopinfolink:hover::after {
    transform: scale(1, 1);
  }
  .shopinfolink:hover .shopinfoname {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  #gourmetGenres h4,
  #gourmetGenresModal h4 {
    font-size: 1.2em;
  }
  #gourmetGenres label,
  #gourmetGenresModal label {
    font-size: 12px;
  }
  #gourmetGenres label,
  #gourmetGenresModal label {
    margin-right: 10px;
  }
  #shopGourmetList {
    justify-content: space-between;
  }
  #shopGourmetList li {
    width: calc((100% - 32px) / 2);
    font-size: 13px;
    margin: 8px 0;
    width: calc((100% - 12px) / 2);
    padding: 10px 10px 20px 10px;
    min-width: auto;
  }
  .shopsearch_t::before {
    font-size: 10px;
    line-height: 0;
  }
  .item_info {
    font-size: 13px;
  }
  .item_image {
    min-height: 160px;
    min-width: 100%;
  }
  .item_image img {
    max-width: 100%;
    max-height: 160px;
  }
  .item_tags span {
    margin: 2px 2px;
  }
}
#loader-bg {
  text-align: center;
  display: none;
}

#shopInformation {
  width: 40%;
  text-align: center;
}

#shopInformation img {
  max-width: 330px;
}

#shopInformation_txt {
  width: 60%;
  margin-bottom: 120px;
}

.shopinfofloor {
  border-radius: 3px;
  border: 1px solid;
  text-align: center;
  padding: 0px 1em;
  display: inline-block;
  margin: 10px 0;
  font-size: 0.8em;
}

.shopmenut {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 20px;
}

.shopmenut::before,
.shopmenut::after {
  content: "●●●";
  font-size: 8px;
  letter-spacing: 10px;
  vertical-align: middle;
  color: #c50372;
  margin-left: 10px;
}

.searchnone_txt {
  font-size: 1.6em;
}

.backlink {
  color: #5749cb;
  font-size: 1.2em;
}

.backlink::before {
  content: "◀";
  padding-right: 10px;
}

.backpage a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  padding: 20px 0;
  background: #C71781;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  max-width: 320px;
  margin: auto;
  display: block;
  transition: all 0.3s;
}
.backpage a:hover {
  box-shadow: none;
}

.backpage a::before {
  content: "◀";
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  #shopInformation {
    width: 100%;
  }
  #shopInformation img {
    max-width: 250px;
  }
  #shopInformation_txt {
    width: 100%;
  }
}