@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
*/
/*非表示*/
.disp-none {
    display:none;
}
/*お問い合わせバナー*/
.floating-banner,.floating-banner-lp {
    position: fixed;/* 追従 */
    z-index: 99999;/* 他の要素の下に隠れないように */
    bottom: 120px;/* バナーの上下の位置 */
    right: 0;/* バナーの左右の位置 */
}

/*
 * グローバルナビを太字に
 */
.c-gnav .ttl {
	font-weight:bold;
}

/*
 * footerのボタン
 */
.footer__buttons {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap:1.0em;
}
.footer__buttons li {}
.footer__buttons li a {
	display:block;
	text-decoration:none;
	padding:1.0em;
	line-height:1.0;
	border:solid 1px #fff;
	font-weight:bold;
	transition: all .3s ease;
}
.footer__buttons li a:hover {
	background-color:#fff;
	color:#001522;
}