@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
   func-ex プラグインが wp_body_open で挿入する .sp-tel-cta のスタイル。
   親テーマ swell の「追加CSS」（カスタマイザー）に置かれていたものを、
   子テーマへの移行にあわせてファイル管理へ移した。
   ===================================================================== */
@media screen and (min-width: 780px) {
	.sp-tel-cta {
		display: none;
	}
}

.sp-tel-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
}

.sp-tel-cta img {
	width: 100%;
}

.p-fixBtnWrap {
	bottom: 5em;
}
