@charset "UTF-8";
/* CSS Document */
body {
	font-size: 15px;
}
.container {
	width: 100%;
	margin: 0;
}
.menu-button {
	margin-left: 0;
}
/*メニュー*/
.karasa img {
	display: block;
	width: 100vw;
	max-width: 375px;
}
/*.menu-list li {
	margin-top: 10px;
	max-width: 500px;
}
*/.menu-list li img {
	width: 100vw;
	max-width: 375px;
}
#lunch .menu-list li img {
	width: 95vw;
	max-width: 330px;
}
#access .map {	
	height: 300px;
}
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background-color: #280909;
}
#mobile-head {
	background-color: #280909;
	width: 100%;
	height: 100px;
	z-index: 999;
	position: relative;
}
#top-head .fixed .logo,
#top-head .logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background-color: #280909;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 4.68vw;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after  {
	display: none;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
/*	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
*/	-moz-transform: translateY(600px);
	-webkit-transform: translateY(600px);
	transform: translateY(600px);

}
/*見出し*/
.lead {
	margin-top: 100px;
	min-height: 300px;
}
h1 {
	margin-top: 0;
}
#home .lead {
	background: url(../img/top2.jpg) bottom center no-repeat;
		background-size: cover;
}
#menu .lead {
	background: url(../img/top2.jpg) center center no-repeat;	
	background-size: cover;
}
#lunch .lead {
	background: url(../img/lunch-lead.jpg) center no-repeat;
	background-size: cover;
}
#courses .lead {
		background: url("../img/course-01.jpg") bottom center no-repeat;	
		background-size: cover;
}
#access .lead{
		background: url("../img/access-03.jpg") center center no-repeat;
		background-size: cover;
}
#top {
	margin-top: 2em;
}
h2 {
	line-height: 1.25;
	font-size: 6vw;
	font-weight: bold;
}
.big {
	font-size: 9vw;
	margin-bottom: 5px;
}
#about .big2 {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 1px solid #333;
	font-size: 6vw;
}
#top .home_text {
	margin: 0 0 20px;
	padding: 10px;
}