@charset "UTF-8";
/* CSS Document */
/*ブレイクポイント*/
#mini_bottle h2 { background: linear-gradient(to right, #F7CCE0, #DBECFC); border: none; color: #fff; padding: 10px; text-shadow: 2px 2px 4px rgba(227, 126, 160, 0.48); }
#mini_bottle button { border: none; background: #3b6f82; color: #fff; display: flex; align-items: center; width: 90%; text-align: center; justify-content: center; padding: 10px 0; font-weight: bold; border-radius: 4px; font-size: clamp(14px, 3.5vw, 18px); margin: auto; }
#mini_bottle button:hover { cursor: pointer; }
#mini_bottle button span { margin-right: 4px; margin-bottom: 1px; }
