@charset "UTF-8";
body {
	background-color: #FFFFFF;
	font-family: "Noto Sans JP";
	line-height: 1.8;
	font-size: 15px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
} 
body > header {
	font-family:"HelveticaNeue-Medium", "Arial", "Noto Sans JP";
	font-size: 12px;
	padding: 80px 100px;
	width: auto;
	background-color: #ffffff;
}
body > header a:link {
	text-decoration: none;
}
body > header a:hover {
	text-decoration: underline;
}
body > header > #header_left {
	float: left;
}
body > header > nav {
	float: right;
}
body > header > nav .selected {
	text-decoration: underline;
}
body > header > nav > ul > li {
	position: relative;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
	margin-right: 40px;
}
body > header > nav > ul > li:last-child {
	margin-right: 0px;
}
body > header > nav > ul > li > a > .hover {
	position: absolute;
	font-size: 14px;
	left: 0px;
	top: 40px;
	width: 100px;
	display: none;
	color: #000000;
}
body > header > nav > ul > li > a > #nav_about {
	left: -15px;
}
body > header > nav > ul > li > a > #nav_shop {
	left: -22px;
}
body > header > nav > ul > li > a > #nav_blog {
	left: -2px;
}
body > header > nav > ul > li > a > #nav_schedule {
	left: -3px;
}
body > header > nav > ul > li > a > #nav_stocklist {
	left: -7px;
}
body > header > nav > ul > li > a > #nav_order {
	left: 41px;
}
body > header > nav > ul > li > a:hover > .hover {
	display: block;
}
body > header > nav > ul > #order a {
	border: 1px solid #000000;
	padding: 8px 40px;
}
body > header > nav > ul > #order a:hover {
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}
.topimg {
	background-size: cover;
	width: 100%;
	height: 800px;
	margin-bottom: 80px;
}
#topimg_about {
	background-image: url(../img/about.jpg);
}
#topimg_shop {
	background-image: url(../img/shop.jpg);
}
#topimg_schedule {
	background-image: url(../img/schedule.jpg);
}
#topimg_stocklist {
	background-image: url(../img/stocklist.jpg);
}
#cont {
	text-align: center;
	margin-bottom: 120px;
}
article {
	width: 800px;
	margin: auto;
}
article > header {
	margin-bottom: 80px;
	text-align: center;
}
article > header > h1 {
	display: inline;
	font-size: 34px;
}
#about_cap {
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 120px;
}
#about_cap p {
	margin-bottom: 40px;
}
.shop_left_b {
	width: 360px;
	float: left;
	margin-right: 40px;
}
.shop_right_b {
	width: 400px;
	float: left;
}
.schedule_close_b {
	background-color: #C8C8C8;
	width: 14px;
	height: 14px;
	display: inline-block;
}
.Stable {
	width: 800px;
	display: table;
	table-layout: fixed;
	margin-bottom: 40px;
}
.Stable_r {
	display: table-row;
	height: 60px;
}
.week {
	background-color: #000000;
	color: #FFFFFF;
	height: 20px;
}
.Stable_r > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffff;
}
.Stable_r > .closed {
	background-color: #C8C8C8;
}
section {
	text-align: left;
	margin-bottom: 80px;
}
section:last-child {
	margin-bottom: 0px;
}
section h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
section p {
	margin-bottom: 20px;
}


.accordion {
    margin-bottom: 0px;
}
.toggle {
	display: none;
}
.Label {
	padding: 1em;
    font-size: 20px;
	display: block;
    border-bottom: 1px #C8C8C8 solid;
    cursor: pointer;
}
.Label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.content > p {
    
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all 0.3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


footer {
	border-top: 1px solid #C8C8C8;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-left: 100px;
	margin-right: 100px;
	color: #C8C8C8;
	font-size: 12px;
}
footer #footer_left {
	float: left;
}
footer #footer_right {
	float: right;
}
footer #footer_right a {
	color: #C8C8C8;
}
footer #footer_right a:link {
	text-decoration: none;
}
footer #footer_right a:hover {
	text-decoration: underline;
}