@charset "utf-8";

html {
}

body {
	color: #000;
	font: 16px/1.6 sans-serif;
}

span.brand {
	font-weight: bold;
	color: #7d0;
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------
	header
--------------------------------------*/
header {
	box-sizing: border-box;
	height: 100px;
	background: linear-gradient(#FFFFFF, #E9E9E9);
	border-top: 8px solid #70d900;
}

header section {
	width: 100%;
	margin: auto;
}

header section h1 {
	float: left;
	color: #4a4c47;
	font-size: 12px;
	margin: 10px;
}
header section h1 img {
	width: 90px;
	height: auto;
}
header section h1 span::before {
	content:  "\A";
	white-space: pre ;
}

header .contact {
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-right: 10px;
	font-size: 10px;
}

header .contact .tel {
	padding-left: 17px;
	font-size: 18px;
	font-weight: bold;
	background: url(/img/icon_tel.png) no-repeat;
	background-size: 15px;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
}

main section {
	clear: both;
	width: 100%;
}

main section h2 {
	width: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
}

/* buy */
#buy {
	text-align: center;
	padding-bottom: 20px;
	color: #000;
}

#buy h2 {
	padding: 50px 0;
	text-shadow: 0 0 20px #000;
	background-image: url(/img/visual2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom 25%;
	background-size: cover;
}

#buy h2 span::before,
#buy p span::before {
	content:  "\A";
	white-space: pre ;
}

#buy p {
	padding: 0 2px;
}

.button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 95%;
	height: 75px;
	margin-top: 20px;
	line-height: 75px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #70d900;
	border-radius: 10px;
	box-shadow: 0 10px #407d00;
	text-shadow: none;
}

.button::before,
.button::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.button::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #407d00;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.button::after{
	left: 70px;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border: 8px solid transparent;
	border-left: 8px solid #407d00;
}

.button:hover,
.button:focus{
	position: relative;
	top: 10px;
	box-shadow: 0 0;
}

/* shop */
#shop {
	display: none;
}

#shop_content {
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	padding: 2px 0;
	clear: both;
	border-top: 1px solid #000;
}

#shop_content .map {
	padding: 10px;
}
#shop_content .map iframe {
	width: 100%;
	border:1px solid #000;
	vertical-align: bottom;
}

#shop_content h3 {
	font-size: 15px;
	padding-left:10px;
}
#shop_content h3 b {
	font-size: 20px;
}


#shop_content dl {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

#shop_content dl dt {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #70d900;
}

#shop_content dl dd {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 0 5px 10px;
	border-bottom: 3px solid #70d900;
}

#shop_content dl dd.address,
#shop_content dl dd.number {
	height: 57px;
}

#shop_content p {
	box-sizing: border-box;
	width: 95%;
	text-align: center;
	margin: 0 auto 15px;
	padding: 5px;
	color: #ff5447;
	font-weight: bold;
	border: 3px solid #ff5447;
}


/*--------------------------------------
	footer
--------------------------------------*/
footer {
	margin-top: 20px;
	padding: 10px 0 5px 0;
	text-align: center;
	color: #70d900;
	background-color: #f6f6f6;
}

