#product.page{
  width: 100%;
}

/* ページのメイン */
.product_page_nav{
  width: 100%;
}
.item_text h4{
  color: #49C45D;
  line-height: clamp(22px, 2.4vw,26px);
}
.item_text h4 span{
  display: inline-block;
  transform: rotateZ(30deg);
  font-size: clamp(14px, 1vw,20px);
  vertical-align:bottom;
  padding-left: 1%;
}
.item_text h3{
  font-family: sans-serif;
  color: #231815;
}
.item_text p{
  line-height: 20px;
  font-family: sans-serif;
  color: #231815;
}
.item_img a,.item_img button{
  transform: scale(0.8);
  transform-origin: center;
}
.item_img a{
  font-size: clamp(12px,1.4vw,16px);
  font-family: sans-serif;
  color: #231815;
}

/* オンラインストア・お問い合わせ */
#guide{
  background-color: white;
  margin-top: 4%;
  margin-bottom: 6%;
  text-align: center;
}
.guide_item a{
  font-size: clamp(10px,1.2vw,12px);
  font-family: sans-serif;
  color: #231815;
}
.guide_item button{
  display: flex;
  align-items: center;
}
.guide_item img{
  width: 15%;
}