@charset "UTF-8";
.svg {
  display: none;
}

.icon-facebook-true,
.icon-facebook-false {
  width: 25px;
  height: 25px;
}

.icon-instagram-true,
.icon-instagram-false {
  width: 25px;
  height: 25px;
}

.icon-twitter-true,
.icon-twitter-false {
  width: 25px;
  height: 25px;
}

.icon-tiktok-true,
.icon-tiktok-false {
  width: 20px;
  height: 35px;
  transform: translateY(-2px);
  margin: -2px 0 -3px;
}

.icon-heart-true,
.icon-heart-false {
  width: 25px;
  height: 28px;
}

.icon-heart-square-white {
  background: #afc2cb;
  border-radius: 5px;
  color: #fff;
  fill: #fff;
  width: 40px;
  height: 40px;
  padding: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 1.5rem;
}

.icon-search-square-white {
  background: #afc2cb;
  border-radius: 5px;
  color: #fff;
  fill: #fff;
  width: 40px;
  height: 40px;
  padding: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 1.5rem;
}

.icon-search-blue {
  color: #006075;
  fill: #006075;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.2rem -0.2rem 0.2rem;
}

.icon-search-white {
  color: #fff;
  fill: #fff;
  width: 0.9em;
  height: 0.9em;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 3em;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.search-btn:before {
  content: none !important;
}

.icon-heart-true {
  fill: #006075;
}

.icon-heart-false {
  fill: #006075;
}

.list-detail-station .icon-heart-false {
  fill: #fff;
}
