@charset "UTF-8";
/* CSS Document */

#contaienr {
  color: #000;
  line-height: 0;
  margin: 0 auto;
  width: 1200px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.shop {
    position: relative;
}
.shop_btn1 {
position: absolute;
width: 88%;
height: auto;
top: 75%;
left: 6%;
}
.shop_btn2 {
position: absolute;
width: 88%;
height: auto;
top: 17%;
left: 50%;
}

.shop_btn_tos21 {
position: absolute;
width: 88%;
height: auto;
top: 40%;
left: 6%;
}
.shop_btn_tos14 {
position: absolute;
width: 88%;
height: auto;
top: 57%;
left: 6%;
}
.shop_btn_tos07 {
position: absolute;
width: 88%;
height: auto;
top: 74%;
left: 6%;
}

.shop_btn_enb21 {
position: absolute;
width: 88%;
height: auto;
top: 40%;
left: 6%;
}
.shop_btn_enb14 {
position: absolute;
width: 88%;
height: auto;
top: 57%;
left: 6%;
}
.shop_btn_enb07 {
position: absolute;
width: 88%;
height: auto;
top: 74%;
left: 6%;
}

.shop_btn_cal21 {
position: absolute;
width: 88%;
height: auto;
top: 40%;
left: 6%;
}
.shop_btn_cal14 {
position: absolute;
width: 88%;
height: auto;
top: 57%;
left: 6%;
}
.shop_btn_cal07 {
position: absolute;
width: 88%;
height: auto;
top: 74%;
left: 6%;
}

.shop_btn_bal21 {
position: absolute;
width: 88%;
height: auto;
top: 40%;
left: 6%;
}
.shop_btn_bal14 {
position: absolute;
width: 88%;
height: auto;
top: 57%;
left: 6%;
}
.shop_btn_bal07 {
position: absolute;
width: 88%;
height: auto;
top: 74%;
left: 6%;
}

.shop_btn_tae21 {
position: absolute;
width: 88%;
height: auto;
top: 40%;
left: 6%;
}
.shop_btn_tae14 {
position: absolute;
width: 88%;
height: auto;
top: 57%;
left: 6%;
}
.shop_btn_tae07 {
position: absolute;
width: 88%;
height: auto;
top: 74%;
left: 6%;
}





/*ボタンアニメーションキーフレーム*/
.btn01 {
  animation: animScale 1s infinite ease-out;/*ボタン動き*/
}
@keyframes animScale {
0% { transform: scale(0.95); }/*(Xよこ,Yたて)サイズは%で表示*/
50% { transform: scale(0.85); }
100% { transform: scale(0.95); }
}



#footer {
	padding: 30px 0;
	text-align: center;
}

#footer .fnav {
	text-align: center;
}

#footer .fnav li {
	display: inline-block;
	margin: 10px 0;
	padding: 0 15px;
	border-left: solid 1px #ddd;

}

#footer .fnav li:first-child {
	border: none;
}

#footer .fnav li a {
	color: #333;
	font-size: 0.9em;
}

#footer address {
	text-align: center;
	padding: 20px 0;
	font-size: 0.8em;
	color: #888;
	font-style: normal;
}
