/* -------------- common ----------------- */
.common_temp_price {
  font-family: 'Outfit', "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 12px 0 24px;
}
.common_temp_price span{
  font-size: 12px;
}
.common_temp_price.-low_top{
  margin: 12px 0 0 0;
}
.common_temp_price.-low_bottom{
  margin: 2px 0 24px;
}
.common_online_button{
  font-family: 'Outfit', "Noto Sans JP", sans-serif;
  width: 160px;
  display: inline-block;
  padding: 13px 10px;
  background-color: #121212;
  text-align: center;
  border-radius: 24px;
}
.common_online_button p{
  font-size: 14px;
  text-align: center;
  line-height: normal;
  color: #fff;
  font-weight: 500;
}
.common_online_button.-long{
  width: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width:667px){
  .common_online_button,.common_online_button.-long{
    width: 100%;
  }
  .common_online_button.-slide{
    width: 160px;
  }
}
