@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
*/

.sticky {
position: fixed;
    bottom: 0;
    z-index: 999;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.l-header__menuBtn{
	display: none !important;}


@media screen and (max-width: 959px){
.l-header__logo {
     order: 0 !important; 
    text-align: center;
}
	
	.l-header__inner {
    justify-content: center !important;
}
	
	.l-header__customBtn {
		display: none !important;	}
	

.contact-btn img {
    width: 80%;
}

.contact-btn {
    text-align: center;
}