#oishisa_town .mf-flt.bottom {
  z-index: 2000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5em;
  width: 35%;
  min-width: 450px;
}
@media screen and (max-width: 768px) {
  #oishisa_town .mf-flt.bottom {
    min-width: auto;
    left: 20px;
    bottom: 10px;
    width: calc(100vw - 100px);
    transform: none;
  }
}
#oishisa_town .p-rating {
  margin: 2em auto;
  padding-top: 1em;
}
#oishisa_town .p-rating__float {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #oishisa_town .p-rating {
    padding-top: 6em;
  }
}
#oishisa_town .p-rating__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #oishisa_town .p-rating__ttl {
    width: 60%;
  }
}
#oishisa_town .p-rating__wrap {
  position: relative;
  display: flex;
  justify-content: space-around;
  border-radius: 10px;
  border: solid 2px orange;
  padding: 1.75em 1em 0.5em;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #oishisa_town .p-rating__wrap {
    width: 95vw;
    padding: 1em 0;
  }
}
#oishisa_town .p-rating__wrap button {
  border: none;
  background-color: #fff;
  padding: 0;
  transition: all 0.3s;
}
#oishisa_town .p-rating__wrap button:hover {
  scale: 1.1;
}
#oishisa_town .p-rating__thanks {
  opacity: 0;
  pointer-events: none;
  padding: 1em 1em 0;
  width: 30%;
  margin: 0 auto;
  transition: all 1.3s;
}
@media screen and (max-width: 768px) {
  #oishisa_town .p-rating__thanks {
    width: 95vw;
    padding: 1em 0;
  }
}
/*# sourceMappingURL=like-btn.css.map */