@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
*/

/* スマホ開閉メニュー：赤背景・白文字 */
#sp_menu.p-spMenu,
#sp_menu.p-spMenu a {
	color: #fff !important;
}

#sp_menu.p-spMenu .p-spMenu__inner::before,
.p-spMenu__inner::before {
	background: #C02927 !important;
	opacity: 1 !important;
}

/* MENU 見出し：赤帯をなくして白文字のみ */
#sp_menu .c-widget__title.-spmenu,
.p-spMenu .c-widget__title.-spmenu {
	background: transparent !important;
	color: #fff !important;
}

#sp_menu .c-widget__title.-spmenu::before,
#sp_menu .c-widget__title.-spmenu::after,
.p-spMenu .c-widget__title.-spmenu::before,
.p-spMenu .c-widget__title.-spmenu::after {
	display: none !important;
}

/* メニュー項目の下線・矢印アイコンを白に */
#sp_menu .c-spnav a,
.p-spMenu .c-spnav a {
	border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

#sp_menu .c-listMenu a::before,
.p-spMenu .c-listMenu a::before {
	color: #fff !important;
}

/* 閉じるボタン */
#sp_menu .p-spMenu__closeBtn .c-iconBtn,
.p-spMenu__closeBtn .c-iconBtn {
	color: #fff !important;
}

/* スマホメニュー内・お問い合わせボタン：白背景・赤文字 */
#sp_menu .p-spMenu__bottom .swell-block-button .swell-block-button__link {
	background: #fff !important;
	color: #C02927 !important;
	border-color: #C02927 !important;
}

#sp_menu .p-spMenu__bottom .swell-block-button .swell-block-button__link:hover {
	background: #fff !important;
	color: #C02927 !important;
	opacity: 0.85;
}

