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

/* ===== 滞在時間CTA（フローティング） ===== */
#time-cta-float{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;

  display: none;
  opacity: 0;
  transition: opacity .4s ease;
}

#time-cta-float img{
  display: block;
}

#time-cta-close{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
#time-cta-float{
  position: fixed !important;
}

