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

.follow-banner {
  position: fixed;
  top: 95%;
  right: 0;
  transform: translateY(-70%);
  z-index: 20;
}


/* 追従バナー */
.follow-banner a {
  display: grid;
  align-items: flex-end;
  gap: 0.1em;
  writing-mode: horizontal-tb;
  color: #fff;
  background-color: #f78e2a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.5em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
  line-height: 0.9;
  text-align: center;
}


.follow-banner a:hover {
  opacity: 0.8;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .follow-banner {
    display: none;
  }
}

.contact-button{
  white-space : nowrap;
}

