@charset "UTF-8";
/* ========== スマホ設定 ========== */
/* ===== ハンバーガーアイコン ===== */
#nav-drawer {
	cursor: pointer;
	cursor: hand;
	margin: 10px 0 10px 0;
	position: relative;
	width: 36px;
	height: 33px;
	padding: 5px;
	border: #fff 1px solid;
	border-radius: 3px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}
	
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
	cursor: hand;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 200px;/*最大幅（調整してください）*/
	height: 100%;
	background: #000;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
#nav-content p {
	margin: 10px auto;
	max-width: 60%;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* ===== #nav-content リンク ===== */
#nav-content ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}
#nav-content ul li a:hover {
	background: #3e3e3e;
}

/* ===== common sp ===== */
.wrap {
	max-width: 95%;
	margin: 0 auto;
}
header h1 {
	max-width: 90%;
	margin: 5px auto;
}
header h1 img {
	padding-left: 10px;
}
header .sns {
	padding: 10px 0;
}
header .sns ul {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}
header .loc {
	display: none;
}
#gnav {
	display: none;
}

/*----- add.07.28. -----*/
.top-eye-catch {
	text-align: center;
	padding: 40px 0;
	font-size: 1.2em;
}
@media screen and ( max-width: 821px ) {
.top-eye-catch {font-size: 14px;}
}
/*----------------------*/

/* ===== Menu ===== */
.bordersp {
	font-size: 1.5em;
	font-weight: bold;
	background: url(../images/border_sp.png) no-repeat left center;
	background-position: 38%;
	margin: 10px 0;
}
.food h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.food img {
	padding-bottom: 10px;
	display: block;
	margin: 0 auto;
}
.textwrap {
	padding: 10px 10px 20px;
}
/* ===== food&drink menu buttom ===== */
.menu a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
}
/* ===== food&drink Menu ===== */
#foodmenu,
#drinkmenu {
	border-left: solid 10px #000;
	border-bottom: solid 1px #000;
	width: 100%;
	padding-left: 10px;
	margin-bottom: 10px;
}
/*
.allfood-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} */

.allfood-box {
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	background-color: #F7F7F7;
}
/*.allfood-box p {
	margin:  5px 0;
} */
.allfood-box img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}
.allfood-box h3 {
	padding: 0 5px 5px 10px;
}
.allfood-box dt {
	padding-left: 10px;
}
.allfood-box dd {
	margin: 10px 0;
}
.food-wrap {
	padding: 5px;
}
.food-wrap dt {
	float:left;
	clear: both;
}
.food-wrap dd {
	text-align: right;
}

/* ===== concept ===== */
#dingo {
	text-align: center;
}
#dingo p img {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}
#dingoconcept {
	display: inline-block;
	text-align: center; /* ch.07.28 left */
	padding-bottom: 20px; /* ch.07.28 10px */
}

/* ===== gmap ===== */
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}

/* ===== recruit ===== */
#recruit p {
	margin: 10px 0;
}
/* ===== footer ===== */
footer p img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 50%;
	height: auto;
}
footer .sns {
	width: 200px; /* 22.07.18 170px */
	margin: 0 auto;
	padding-bottom: 20px;
}
footer .sns .loc,
footer .sns .tel {
	text-align: left;
}

/* ===== acccess ===== */
.acwrap {
	padding-bottom: 20px;
}
.acwrap h3 {
	padding: 10px 0;
}
.acwrap dl {
	width: 100%;
	border: 1px solid #000;
	background: #000;
	color: #fff;	
}
.acwrap dt, .acwrap dd{
	padding: 5px;
}
.acwrap dd {
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
}
.acwrap dd:last-child {
	border-bottom: none;
}

/* ========== タブレット設定 ========== */
@media only screen and (max-width:959px) and (min-width: 667px){ 
/* ===== food ===== */
header h1 {
	margin: 10px auto;
}
header .sns ul {
	margin: 0;
}
header .loc {
	display: block;
}
.food {
	display: flex;
	/*flex-wrap: wrap; */
	padding-botom: 20px;
}
.food img {
	padding: 10px; 
}
.food h3 {
	margin: 10px;
	font-size: 1.5em;
}
.food dd {
	text-align: left;
	margin-left: 30%;
}
.textwrap {
	width: 65%;
}
.borderpc {
	font-size: 1.5em;
	font-weight: bold;
	background: url(../images/border.png) no-repeat left center;
	background-position: 17%;
	margin: 10px 0;
}

/* ===== food&drink Menu ===== */
.allfood-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.allfood-box {
	width: 49%;
}


/* ===== acccess ===== */
.acwrap dl {
	width: 50%;
}

} /* ===== //@media only screen end tab ====== */

/* ========== PC設定 ========== */
@media only screen and (min-width:960px){
/* ===== common ===== */
.wrap {
	max-width: 80%;
	margin: 0 auto;
}
.borderpc {
	font-size: 1.5em;
	font-weight: bold;
	background: url(../images/border.png) no-repeat left center;
	background-position: 14%;
	margin: 10px 0;
}
#nav-drawer {
	display: none;
}
#gnav {
	display: block;
}
header .sns ul {
	margin: 0;
}
header .loc {
	display: block;
}
.textwrap {
	width: 65%;
}

/* ===== header ===== */
header h1 {
	margin: 20px 0 20px 10px;
}
/* ===== sns ===== */
header .sns {
	padding: 20px 0;
}
.tel a[href^="tel:"]{
	pointer-events: none;
}
/* ===== nav ===== */
nav ul {
	display: -webkit-flex;
	display: flex;
}
nav ul li {
	width: 16.5%;
}
nav ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
}
nav ul li a:hover {
	background: #3e3e3e;
}
/* ===== main ===== */

/* ===== food ===== */
.food {
	display: flex;
	/* flex-wrap: wrap; */
	padding-bottom: 20px;
}
.food img {
	padding: 10px;
}
.food h3 {
	/* margin: 10px; */
	font-size: 1.5em;
}
.food dd {
	text-align: left;
	margin-left: 30%;
}
/* ===== food&drink menu buttom ===== */
.menu a {
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 1.5em;
}
/* ===== food&drink Menu ===== */
.allfood-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.allfood-box  {
	width: 49%;
}

/* ===== concept ===== */
#dingo {
	text-align: center;
}
#dingo p img {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}
#dingoconcept {
	display: inline-block;
	/* text-align: left;  del.07.28 */
}
/* ===== acccess ===== */
.acwrap {
	padding-left: 10px;
}
.acwrap dl {
	width: 70%;
}
.acwrap dt {
	float: left;
	clear: left;
	width: 20%;
}
.acwrap dd {
	border-left: 1px solid #000;
	margin-left:  20%;
}

/* ===== footer ===== */
footer {
	margin-top: 20px;
}
footer p img {
	float: left;
	padding-left: 10px;
}
footer p img:after {
	clear: both;
}
footer .sns {
	padding-top: 20px;
	margin-bottom: 20px;
}

}/* ===== //@media only screen end PC ====== */
