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

.before-area{
	width: 700px;
	margin: -300px 0 0 -420px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 60px 70px 30px 70px;
	-webkit-box-shadow: 0 10px 16px -6px #777;
    -moz-box-shadow: 0 10px 16px -6px #777;
    box-shadow: 0 10px 16px -6px #777;
	background: #fff;
	font-size: 14px;
	}
.before-area a{
	text-decoration: none;
}
.infotext{
	text-align: center;
}
.logo{
	width: 150px;
	margin: 0 auto;
}
.logo img{
	width: 100%;
}
.logo h1{
	margin: 0 0 20px 0;
	}
.logo h2{
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #2e2d2a;
	}
address{
	font-size: 12px;
	text-align: center;
	margin: 30px 0;
}
.shop-img img{
	max-width: 100%;
	height: auto;
}
.smt_off{
	display: block;
}
.smt_on{
	display: none;
}
.winelistbt a{
	display: block;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	width: 80%;
	background: #222;
	color: #fff;
	text-decoration: none;
	margin: 20px auto;
	border-radius: 10px 0;
}

a.btn {
	position: relative;
  }
  a.btn::before {
	position: absolute;
	top: 50%;
	left: 12px;
	content: '';
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
  }