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

html, body {
	height:100%;
}
body {
	position: relative;
	background: #fff url(../images/index/bg_sp.jpg?250131234429) center top no-repeat;
	color: #333;
	padding: 0;
	margin: 0;
}


.btn-sp a {
	position: absolute;
	top: 760px;
	left: 50%;
	width: 430px;
	height: 180px;
	z-index: 100;
	transform: translateX(-50%);
}
.btn {
	display: none;
}
.bnr {
	padding-top: 1000px;
	width: 100%;
	text-align: center;
}
.bnr img {
	max-width: 600px;
	height: auto;
}

footer {
	margin-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
footer .shopinfo {
	padding: 0 0 10px;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	line-height: 1.0em;
	color: #004365;
	text-align: center;
}
footer .shopinfo h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6em;
}
footer .cr {
	padding: 0 0 20px;
}

/*  */
.clear {
	clear:both;
}
