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



/* 基本
------------------------------------------------------*/
body {
  font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
a.tel:hover {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


#wrapper {
	max-width: 768px;
	margin: 0 auto;
	padding-bottom: 30%;
	background: #06c755;
}

@media (min-width: 768px) {
	
	#wrapper {
		padding-bottom: 220px;
	}

	
}



#wrapper > .btn {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
#wrapper > .btn a {
	display: block;
	max-width: 768px;
	margin: 0 auto;
}

.cart {
	position: relative;
}
.cart .btn {
	position: absolute;
	display: block;
	width: 33.7%;
	top: 17.1%;
	left: 31.3%;
}
















