@charset "utf-8";


body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1em;
	line-height: 1.8em;
	color: #000;
	margin: 0px;
	min-width: 1200px;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	padding: 0px;
	background-color: #000;
	overflow-x: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


p {
	padding-bottom: 10px;
}

hr {
	display: none;
}
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}


/*clearfix----------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix{
	display: inline-block;
}
 
/* Hides from IE-mac ¥*/  
* html .clearfix{
	    height: 1%;
}

.clearfix { 
	display: block; 
}  



/*link style----------------------*/
a img {
	border-style: none;
	transition: 0.5s;
}
a img:hover { opacity: 0.55; }

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:focus { outline:none;}

/*ナビゲーション----------------------*/
nav input[type=checkbox] {
	z-index: 1003;
	position: fixed;
	top: 3.75rem;
	right: 3.75rem;
	transform: scale(9);
	opacity: 0;
	cursor: pointer;
}
nav::before {
	display: block;
	width: 80px;
	height: 80px;
	content: '';
	background: url(../images/g_menu.svg);
	background-size: cover;
	z-index: 999;
	position: fixed;
	top: 30px;
	right: 30px;
}
nav input[type=checkbox] + ul {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	transition: .5s;
	margin: 0;
	padding: 15vh 0 0 0;
}
nav input[type=checkbox]:checked + ul {
	right: 0%;
}
nav input[type=checkbox] + ul::before {
	display: block;
	width: 65px;
	height: 65px;
	content: '';
	background: url(../images/g_menu_close.svg);
	background-size: cover;
	z-index: 1001;
	position: absolute;
	top: 30px;
	right: 30px;
}
nav input[type=checkbox] + ul li {
	z-index: 1001;
	list-style-type: none;
}
nav input[type=checkbox] + ul li a,
nav input[type=checkbox] + ul li a:visited {
	z-index: 1002;
	display: block;
	font-size: 1.25rem;
	margin: 0;
	padding: 1.25vh 0;
	letter-spacing: 0.15rem;
	margin-left: 25%;
	color: white;
	text-decoration: none;
	font-family: 'M PLUS 1p', sans-serif;
}




/*ヘッダー----------------------*/

header {
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 0px;
}

h1  {
	padding: 0px;
	width: 140px;
	float: left;
	margin-left: 30px;
	position: absolute;
	z-index: 10;
}
h1#top  {
	padding: 0px;
	width: 140px;
	float: left;
	margin-left: 30px;
	position: absolute;
	z-index: 10;
	margin-top: 30px;
}
h1 img  {
	width: 130px;
	height: 130px;
	padding-top: 0px;
}

h2 {
	font-size: 2.0em;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	color: #000;
	text-align: center;
	font-weight: bold;
	transform: scale(1.01);
	order: 2;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 96px;
	width: 860px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2#white {
	font-size: 2em;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	transform: scale(1.01);
	order: 2;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-right: auto;
	margin-left: auto;
	height: 96px;
	width: 860px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2#tit_news {
	font-size: 2em;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	transform: scale(1.01);
	order: 2;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 96px;
	width: 860px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2#tit_privacy {
	font-size: 2em;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	transform: scale(1.01);
	order: 2;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 96px;
	width: 860px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#block1 {
	background-color: rgba(0,0,0,0.75);
	width: 38%;
	float: right;
	color: #FFF;
	font-size: 1em;
	line-height: 2em;
	margin-top: 60px;
	text-align: left;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#block1 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#block1 ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#block1 ol {
	border: 1px solid #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#block1 ol li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

/*ランチの白地の見出し----------------------*/
#block2 {
	background-color: rgba(255,255,255,0.85);
	width: 38%;
	float: right;
	color: #000;
	font-size: 1em;
	line-height: 2em;
	margin-top: 60px;
	text-align: left;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#block2 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#block2 ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}


/*ヘッダーの背景画像----------------------*/
header#h_access {
	background-image: url(../access/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}
header#h_anniversary {
	background-image: url(../anniversary/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 500px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}
header#h_concept {
	background-image: url(../concept/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}
header#h_contact {
	background-image: url(../contact/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
header#h_dinner {
	background-image: url(../dinner/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}
header#h_information {
	background-image: url(../information/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}
header#h_lunch {
	background-image: url(../lunch/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}
header#h_reservation {
	background-image: url(../reservation/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}
header#h_takeout{
	background-image: url(../takeout/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}


header#h_recruit{
	background-image: url(../recruit/img/bg.jpg);
	padding-top: 30px;
	text-align: center;
	max-width: 1600px;
	height: 700px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}




/*本文----------------------*/
#wrap {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	clear: both;
	margin-top: 70px;
	margin-bottom: 80px;
}
#wrap_white {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 50px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFF;
}



/*全ページ共通予約----------------------*/
#reservation_all  {
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	width: 980px;
	margin-right: auto;
}
#reservation_all dl#reserv {
	float: left;
	width: 650px;
	margin-right: 74px;
}
#reservation_all #reserv dt {
	background-color: #FFF;
	color: #000;
	padding-top: 15px;
	height: 45px;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
#reservation_all #reserv dd {
	color: #000;
	background-color: #968A51;
}
#reservation_all #reserv dd ul {
	list-style-type: none;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#reservation_all #reserv dd ul li {
	font-size: 1.1em;
	margin-bottom: 10px;
}
#reservation_all dl#select {
	float: right;
	width: 160px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #968A51;
	border-left-color: #968A51;
	margin: 0px;
	padding-right: 40px;
	padding-left: 40px;
}
#reservation_all #select dt {
	margin-bottom: 10px;
}
#reservation_all #select dd {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*見出し----------------------*/
h3 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
}


h4 {
	font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	padding-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	clear: both;
}
h5 {
	font-size: 1.6em;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
	letter-spacing: 0.1em;
}

/*ボトム----------------------*/
#bottom {
	background-color: #9E0614;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	overflow: hidden;
	color: #FFF;
}
#bottom #info {
	margin: 0px;
	padding: 0px;
	float: left;
}
#bottom #info dl {
	margin: 0px;
	padding: 0px;
}
#bottom #info dl dt {
	float: left;
	margin-right: 40px;
	width: 140px;
}
#bottom #info dt img{
	width: 140px;
}
#bottom #info dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}
#bottom #info dl dd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bottom #info dl dd ul li {
	margin-bottom: 10px;
}
#bottom #info dl dd ul li#time dl {
	margin: 0px;
	padding: 0px;
}
#bottom #info dl dd ul li#time dl dt {
	width: 7em;
	float: left;
}
#bottom #info dl dd ul li#time dl dd {
	margin-left: 7em;
}
#bottom #btm_photo {
	float: right;
	padding-right: 0px;
}
	

#bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


/*コピーライト----------------------*/
#copy {
	text-align: center;
	overflow: hidden;
	font-weight: lighter;
	color: #999;
	margin: 0px;
	font-size: 0.9em;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 5px;
}


/*ページトップ----------------------*/
#pageTop {
	position: fixed;
	bottom: 3px;
	right: 0px;
}

#pageTop a {
	display: block;
	z-index: 999;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
