@charset "UTF-8";
/* CSS Document */
*::after,
* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}
body {
	margin: 0;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", "sans-serif";
	line-height: 2;
	font-size: 16px;
	color: #fff;
	letter-spacing: .05em;
	background-color: #280909;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
}
/*section {
	margin: 0 auto;
}
*/.flexbox {
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	justify-content: space-between;
}
a {
color: #fff;
}
.menu-button {
	margin: 40px;
	flex-wrap: wrap;
}
.btn-square-emboss {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #F8D668;/*ボタン色*/
  color: #6C462B; /*ボタン色より暗く*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #A79090;
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;	
}

.btn-square-emboss:active  {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 15px;
	background: rgba(107,94,54,0.4);
	margin-top: 50px;
}
.lead p {
	text-align: center;
	font-size: 25px;
}
.line1{
	border-bottom: 1px solid #333;
	padding-bottom: 12px;
}
.line2 {
	display: block;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
h3
h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
/*見出し画像*/
.lead {
	min-height: 500px;
	justify-content: center;
  align-items: center; 
}
#home .lead {
	background: url(../img/top2.jpg) bottom center no-repeat;	
	background-size: cover;
}
#menu .lead {
	background: url(../img/top2.jpg) center -400px no-repeat;	
	background-size: cover;
}
#lunch .lead {
	background: url(../img/lunch-lead.jpg) center -400px no-repeat;	
	background-size: cover;
}
#courses .lead {
		background: url("../img/course-01.jpg") bottom center no-repeat;	
		background-size: contain;
}
#access .lead{
		background: url("../img/access-03.jpg") center center no-repeat;
}
/*HOME*/
#home {
	margin-top: 40px;
/*	width: 100%;
*/}
#top span {
	display: block;
}
#top .home_text {
	margin: 10px auto;
/*	background-color: #fcf4ee;
*/	padding: 20px;
}
#top .home_text p {
	line-height: 2;
}
#top .emph{
	font-weight: bold;
	font-size: 120%;
	padding: 30px 0;
	margin-left: 1em;
}
.announcement {
	padding: 10px;
	background-color: #FCCF7D;
	font-size: 150%;
	color: #1E120E;
	text-align: center;
}
.notice {
	font-weight: bold;	
}
/*TOP見出し文字縁取り*/
.shadow {
	color: #fff;
-webkit-text-stroke: 1px #000;
}

.big {
	display: block;
	margin-bottom: .5em;
	font-size: 45px;
}
/*menu*/
.karasa img {
	max-width: 400px;
	padding: 10px;
}
#menu .big2 {
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 45px;
	border-bottom: 1px solid #333;
}
/*マサラマスターメニュー*/
#menu h2 {
	padding: 10px;
	background-colr:#EFBD0A;
}
.menu-list {
	padding-bottom: 50px;
}
.menu-list li {
	line-height: 1.5;
	margin-bottom: 20px;
	border-bottom: dotted 2px #fff;
	padding-bottom: 20px;
}
.menu-list li:last-child {
  border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.menu-list li span {
	justify-content:space-between;
	display: block;
}
span.set-name {
	display: bold;
	font-size: 120%;
	font-weight: bold;
}
span.price {
	font-size: 120%;
	font-weight: bold;
}
#happyhour .happy-lead {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
}
#happyhour ul {
	flex-wrap: wrap;
	margin-top: 20px;
}
#happyhour ul li img {
	max-width: 300px;
	margin-bottom: 20px;
}
#happyhour span {
	display: block;
}
/*.menu-list li span.description {
	font-size: 14px;
	font-weight: normal;

}
.menu-list li span {
	margin-top: 0;
}*/

.inner {
	width: 960px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
#takeout {
	padding: 10px;
	border: 2px #F8E098 solid;
	margin: 20px 10px 40px;
}
h2 {
	font-size: 24px;
	background-color:#EFBD0A;
	margin: 20px auto;
}
#menu .set-group {
	margin-top: 0;
	margin-bottom: 0px;
	border: 2px #F8E098 solid;
}
#menu #takeout h2{
	font-size: 24px;
	padding: -80px 0 20px;
	margin-top: 80px;
	background-color:#EFBD0A;
}
#menu h3 {
	text-align: center;
}
#menu #takeout .menu-list {
	margin: 20px auto;
	padding: 20px;
	background-color:#F7E4BB;
	color: #330607;
}
#lunch h3 {
	padding: 10px;
	background-color:#EFBD0A;
}
#lunch .lunch-set {
	padding: 10px;
	border: 2px #F8E098 solid;
	margin: 20px 10px 40px;
}
#courses h2 {
	padding: 10px;
	background-color:#EFBD0A;
}
#courses .group {
	padding: 10px;
	border: 2px #F8E098 solid;
	margin: 20px 10px 40px;
}
#courses .nomihodai h3 {
	margin-bottom: 0;
}
#courses .nomihodai li {
	margin-bottom: 10px;
}
/*access*/
#access h3 {
	font-size: 20px;
}
dt{
  float: left;
}
dd{
  margin-left: 80px;
}
#access .map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
	margin-top: 20px;
}
#access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .info {
	margin: 40px 0;
}
.phone {
	font-size: 150%;
}

/* header */
#top-head {
	font-size: 18px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0px 0 0;
	padding: 10px 0 0;
	line-height: 1;
	z-index: 999;
	background-color: #280909;
/*	background: rgba(255,255,255,.7);
*/}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 18px;
	color: #fff;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}
.copyright {
	text-align: center;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background-color: #fff;
	bottom: -30px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 100px;
	background-color: #280909;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
/#top-head.fixed #global-nav ul li a {
	color: #fff;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #fff;
	bottom: -20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}

@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}

