@charset "UTF-8";
/*
    Template: swell
    Theme Name: salon custom
    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
*/
.l-header__spNav {
  display: none;
}

.w-header.pc_ a.swell-block-button__link {
  word-break: keep-all;
  width: 100%;
}
.w-header.pc_ a.swell-block-button__link:not(svg) {
  font-size: 0.9em;
}

/*
html[data-scrolled="true"] {
	#before_footer_widget {
		top: 67px !important; // 22px 82px
	}
}
#before_footer_widget {
	@media screen and (max-width: 959px) {
		display: none;
	}
	position: fixed;
	top: 104px; // 22px 82px
	margin: 0;
	background: var(--color_main);
	color: #fff;
	z-index: 99;
	transition: all .3s;
	width: 100%;
	.l-container {
		margin: 0;
    max-width: 100%;
    padding: 0;
	}
	#sticky_menu_pc {
		.swell-block-linkList {
			flex-wrap: nowrap;
			overflow-x: scroll;
			width: 100%;
			padding: 6px 10px;
			-webkit-overflow-scrolling: touch;
			scroll-behavior: smooth; 
			font-size: .95em;
			gap: 2em !important;
			justify-content: center;
			li {
				word-break: keep-all;
				white-space: nowrap;
			}
		}
	}
}
*//*# sourceMappingURL=style.css.map */