@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@media screen and (max-width: 959px) {
  body {
    padding-bottom: 120px; /* 被り防止 */
  }

  #fixed-bottom-menu {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999;
    background-color: transparent;
    pointer-events: none;
  }

  #fixed-bottom-menu .swell-block-column {
    padding: 0;
    background: none;
    box-shadow: none;
    pointer-events: auto;
  }

  #fixed-bottom-menu .swell-block-button__link[data-has-icon] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6em;

    background-color: #d58c93;
    color: #fff;
    font-size: 1.05em;
    font-weight: 600;
    text-decoration: none;

    padding: 1.4em 2em;
    width: 75%;            /* ← ボタン幅を75%に固定 */
    margin: 0 auto;        /* ← 中央寄せ */
    border-radius: 9999px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    text-align: center;
  }

  #fixed-bottom-menu .swell-block-button__link[data-has-icon]:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
  }

  #fixed-bottom-menu .__icon {
    font-size: 1.2em;
  }
}
