/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 06:14:13 */
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 24px;
   border-right: 1px solid #fff;
	line-height: 90%;
}

#sp-fixed-menu li .footasktext{
   font-size: 12px;
}
	
/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:15px;
	text-decoration: none;
}

@media (max-width: 767px) {
footer {
	margin-bottom: 78px;
}
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}

/*現地クリーニングページにはメニューを表示させない*/
.page-id-32642 #sp-fixed-menu {
display: none;
}

.page-id-32842 #sp-fixed-menu {
display: none;
}

.page-id-33130 #sp-fixed-menu {
display: none;
}