/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2024 | 08:00:47 */
/* 値段表記用CSS */
.kasaneru {
  position: relative;/*親要素にrelative*/
}
.kasaneru  p{
  position: absolute;/*重ねたい子要素にabsolute*/
  top: 10px;/*左上に配置*/
  left: 10px;/*左上に配置*/
  color: #fff;
  font-size: 1vw;
  background-color: rgba(0, 0, 0, 0.7);  /*背景を黒に*/
  opacity: 0.7; /* 透過 */	
  padding: 0.0rem 0.5rem;/*文字の回りの余白*/
  margin: 0px;
}