@charset "utf-8";


html {
}

body {
	font: 16px/1.6 "メイリオ", sans-serif;
	height: 100vh;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWMwNjb+z0AUwKkSAIu4AzGjI0s9AAAAAElFTkSuQmCC),
					url(/img/visual2.jpg);
	background-repeat: repeat,no-repeat;
	background-position: 0 0,center left 25%;
	background-size: auto, cover;
}

.brand {
	font-weight: bold;
	font-size: 25px;
	color: #9f2;
	text-shadow: 0 0 1px #000;
}

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

header section {
	width: 1100px;
	margin: auto;
}

header section h1 {
	float: left;
	color: #4a4c47;
	font-size: 25px;
	line-height: 130px;
}
header section h1 img {
	vertical-align: middle;
}

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

header .contact .tel {
	padding-left: 40px;
	font-size: 30px;
	font-weight: bold;
	background: url(/img/icon_tel.png) no-repeat 0 5px;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	box-sizing: border-box;
	margin:auto 0;
	color: #f0f0f0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 20px #000;
}

h2 {
	font-size: 30px;
}

/* button */
.button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
	width: 340px;
	height: 75px;
	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{
	position: relative;
	top: 10px;
	box-shadow: 0 0;
}

/*--------------------------------------
	buy
--------------------------------------*/
#buy {
	margin-top: 30px;
	text-align: center;
}

/*--------------------------------------
	shop
--------------------------------------*/
#shop {
	margin-top:50px;;
	text-align: center;
}

/* button */
#shop .button::before,
#shop .button::after{
	left: 50px;
}
#shop .button::after{
	left: 60px;
}

/* shop_content */
.display_none {
	display: none!important;
}
#shop_content {
	padding: 25px;
}

#shop_content section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#shop_content section section {
	margin-bottom: 50px;
}


#shop_content .map {
	float: right;
	border:1px solid #000;
}
#shop_content .map iframe {
	vertical-align: bottom;
}

#shop_content h3 {
	font-size: 18px;
}
#shop_content h3 b {
	font-size: 23px;
}

#shop_content section.tokyo h3 {
	left: -150px;
}


#shop_content dl {
	width: 445px;
}

#shop_content dl dt {
	clear: left;
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	color: #fff;
	background: #70d900;
}

#shop_content dl dd {
	margin-bottom: 10px;
	margin-left: 110px;
	height: 27px;
	line-height: 30px;
	padding: 5px 10px;
	border-bottom: 3px solid #70d900;
}

#shop_content dl dt.address,
#shop_content dl dt.number {
	height: 60px;
	line-height: 60px;
}

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

#shop_content p {
	float: right;
	margin-top: 20px;
	width: 415px;
	text-align: center;
	padding: 10px;
	color: #ff5447;
	font-weight: bold;
	border: 5px solid #ff5447;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	clear: both;
	padding: 10px 0 5px 0;
	text-align: center;
	color: #70d900;
	background-color: #f6f6f6;
}

