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

/*---- 追従ボタン---- */
.fixed_banner {
	position: fixed; /* 追従 */
	z-index: 99999; /* 前面配置 */
	/*top: 520px;*/
	/*left: 20px;*/
	bottom: 12px;
	right: 10px;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}
.fixed_banner_pc {
	width: 100%;
}
.floating-banner:hover {
	opacity: 0.5; 
}
.fixed_banner_sp {
	display: none;
}
@media screen and (max-width: 480px) { 
	.fixed_banner_sp {
		display: inline-block; /* スマホ用 */
		width: 130px;
		bottom: -10px;
		left: 10px;
	}
	.fixed_banner_pc {
		display: none;
	}
}
#pagetop {
  display: none;
}
/*---- 追従ボタンここまで---- */