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

@media screen and (max-width: 766px) { /*ウィンドウ幅が767px以上の場合に適用*/

	.wrap {
		width:100%;
		margin:0 auto;
	}
	header {
		background-color: #FF3C9E;
		width:100%;
		height:65px;
		padding:10px;
	}
	.rogo {
		text-align: center;
	}
	footer {
		background-color: #FF3C9E;
		width:100%;
		height:100px;
		padding:15px;
		font-size: 12px;
		color:#FFFFFF;
	}
	.copy {
		text-align: center;
	}
	.button {
		margin:30px 0;
		text-align: center;
	}

	
	
	.sns {
		overflow: hidden;
		width:100%;
		margin:40px 0;
text-align: center;	
	}
	.sns li {
		float:left;
		width:18%;
		margin:1%;
	}	
	
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   display:block;
   width: 100%;
}



}