@charset "UTF-8";
/* CSS Document */

header .lock{
    background: rgba(255,255,255,1.0);
    padding: 0;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	z-index: 1;
}
.lock img{
	width: 85%;
}
.lock.transform{
    background: rgba(255,255,255,1.0);
    padding: 10px;
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0;
   font-size: 0;
   opacity: 1;
   z-index: 1;

}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
			background-image: url("../img/flootingbanner.jpg");
	background-size: 100% auto;
	background-position: bottom;

   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li:first-child{
   justify-content: center;
   align-items: center;
   width: 66%;
   padding:0;
   margin:0;
   font-size: 18px;
}

#sp-fixed-menu li:last-child{
   justify-content: center;
   align-items: center;
   width: 34%;
   padding:0;
   margin:0;
   font-size: 18px;
}


/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   /*background: #fff;*/
   /*border-right: 0.5px solid #fff;*/
}

/*右側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   /*background: #57C72E;*/
}

/*ボタンを調整*/
#sp-fixed-menu li:first-child a{
   color: #000;
   font-size: 11px;
   text-align: center;
   display:block;
   width: 100%;
   padding:12px 5px;
}

#sp-fixed-menu li:first-child a span{
	font-weight: bold;
	color: #FF5129;
	font-size: 28px;
}
#sp-fixed-menu li:first-child a img{
	width: 16%;
}

#sp-fixed-menu li:last-child a{
   color: #000;
   font-size: 16px;
   text-align: center;
   display:block;
   width: 100%;
   padding:12px 4px;
   font-weight: bold;
}
.greenback{
		background: #57C72E;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	border: 2px solid #33AA09;
  box-sizing: border-box;
}
