@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
*/

.custom-header-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #f04a63;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.custom-header-button:hover {
  background-color: #e553b1;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .custom-header-button {
    display: none;
  }
}
