/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2026 | 00:32:05 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 
@media not all and (min-width: 960px) {
    body #fix_bottom_menu {
        display: none;
    }
	.fixed-bottom-cta{
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		width:100vw;
		z-index:10;
	}
}