@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*スクロールで追従するボタン - ここから*/
.footer-fixed-btn {
  position:fixed; 
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
}
.footer-fixed-btn a {
  display: inline-block;
  width: 90%;
  max-width: 450px;/*最大幅*/
  padding: .5em 1em;
  background: #ec5f5f;
  color: #FFF;
  font-weight: bold;
  font-size: 1.25em;/*文字サイズ*/
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.totop {/*上に戻るボタンはかぶるので消しておく*/
  display: none!important;
}
/*スクロールで追従するボタン - ここまで*/
