@charset "utf-8";
body {
    background-color: #000000;
    font-size: 18px;
    color: #FFFFFF;
    width: auto;

}
a {
	color: #0084FF;
}
a:hover {
	color: #FF4649;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.text-small {
	font-size: small;
}
.pink {
    color: rgba(255,118,159,1.00);
}

/*営業日カレンダー*/
.biz-cal {
    border-style: none;
    width: 100%;
    height: 330px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cal-yasumi span {
    background-color: rgba(249,197,198,1.00);
    display: inline-block;
    width: 25px;
}




.title01 {
	/* [disabled]border-bottom-color: #ABABAB; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-top-color: #ABABAB; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-width: 1px; */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	background-image: -o-linear-gradient(270deg,rgba(55,41,0,1.00) 0%,rgba(91,67,0,1.00) 32.12%,rgba(91,67,0,1.00) 57.51%,rgba(55,41,0,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(55,41,0,1.00) 0%,rgba(91,67,0,1.00) 32.12%,rgba(91,67,0,1.00) 57.51%,rgba(55,41,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,41,0,1.00) 0%,rgba(91,67,0,1.00) 32.12%,rgba(91,67,0,1.00) 57.51%,rgba(55,41,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,41,0,1.00) 0%,rgba(91,67,0,1.00) 32.12%,rgba(91,67,0,1.00) 57.51%,rgba(55,41,0,1.00) 100%);
	border-radius: 8px;
	text-align: center;
	clear: both;
}
.title02 {
	background-color: #2B2B2B;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}
.title03 {
	text-align: center;
	border-bottom: 2px solid #FFFFFF;
	margin-top: 2em;
	font-size: 30px;
	clear: both;
}
.redWhite {
    background-color: rgba(172,20,22,1.00);
    padding: 5px;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 15px;
}



.space-bottom20 {
	margin-bottom: 20px;
}
.slicknav_menu {
	display:none;
}
.tax {
	text-align: right;
	font-size: 15px;
	margin-bottom: 2em;
	clear: both;
}


/*---------ヘッダー---------*/
#header-tel {
    padding-top: 12px;
}
.headerTel {
    font-size: 25px;
    padding: 0px;
    background-color: rgba(165,110,111,1.00);
    display: inline-block;
}

.headerTel_title {
    border-radius: 8px;
    background-color: rgba(255,122,149,1.00);
    padding: 5px;
    font-size: 13px;
    display: inline-block;
}

#header-nav {
	margin-top: 1em;
	margin-bottom: 1em;
}

#header-nav ul {
	margin: 0;
}

#header-nav li {
    list-style-type: none;
    float: left;
    width: 20%;
    height: 50px;
    text-align: center;
    border-left: 1px solid #4F4F4F;
}
#header-nav li:last-child  {
    border-right: 1px solid #4F4F4F;
    /* [disabled]width: auto; */
}
#header-nav li a {
	display: block;
	height: 50px;
	padding-top: 12px;
	color: #FFFFFF;
}
#header-nav li a:hover  {
	display: block;
	height: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 65.80%,rgba(29,0,127,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 65.80%,rgba(29,0,127,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 65.80%,rgba(29,0,127,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 65.80%,rgba(29,0,127,1.00) 100%);
	color: #FFFFFF;
	text-decoration: none;
}
.home_latest {
    height: 500px;
    overflow-y: scroll;
}

#latest table{
    width:100%;
}
#latest th {
	width: 120px;
	vertical-align: top;
	border-bottom: 1px dashed #7A7A7A;
	padding-top:0.25em;
	padding-bottom:0.25em;
}
#latest td {
	border-bottom: 1px dashed #7A7A7A;
	padding-top:0.25em;
	padding-bottom:0.25em;
}
#footer {
	margin-top: 20px;
	background-color: #232323;
	padding-top: 20px;
}
#footer-info {
    font-size: 16px;
}

.dish-name {
	font-size: 20px;
	margin-bottom: 0.5em;
}
.dish-name span {
	padding-left: 1em;
	color: #D4AF2D;
}
.dish-name span+span {
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 0px;
}
.nutrition li {
	float: left;
	font-size: 14px;
	margin-right: 2em;
}
.course dt {
	font-weight: normal;
	border-bottom: 1px solid #606060;
	border-top: 1px solid #606060;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#map {
	width: 100%;
	border-top: 1px solid #4B4B4B;
	margin-bottom: 2em;
}
#map th {
	width: 30%;
	text-align: right;
	padding: 0.5em;
	border-bottom: 1px solid #4B4B4B;
	background-color: #232323;
}

#map td {
	width: 70%;
	padding: 0.5em;
	border-bottom: 1px solid #4B4B4B;
}
#gmap {
	width: 100%;
	height: 420px;
}
#enkai h2 {
	text-align: center;
	font-size: 30px;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 11px;
}
#enkai h2 span {
	display: block;
	font-size: 17px;
}

#enkai-price {
    overflow: hidden;
    /* [disabled]display: flex; */
}
#enkai-price p {
    background-color: #AA7E00;
    font-size: 28px;
    text-align: center;
}

#enkai-price ul {
    display: flex;
    justify-content: center;
}



#enkai-price li {
    border-radius: 100px;
    background-color: #AA7E00;
    width: 100px;
    height: 100px;
    list-style-type: none;
    padding-top: 27px;
    text-align: center;
    margin-right: 5px;
}
#enkai-menu li {
	float: left;
	margin-right: 2em;
}
#enkai h3 {
	text-align: center;
	background-color: #7A0002;
	padding-top: 5px;
	padding-bottom: 5px;
}
#enkai h3 span {
	font-size: 28px;
}

#nomiho li {
	float: left;
	margin-right: 2em;
	font-size: 14px;
}
.enkai-atten {
	font-size: 13px;
}
h4+p+dl {
	border-top: 1px dashed #606060;
}

.menu-table dd ul,.menu-table2 dd ul {
	margin-bottom: 0px;
}

.menu-table dd li,.menu-table2 dd li {
	float: left;
	margin-right: 2em;
}

/*------------------------------------
飲み物ページ用
------------------------------------*/
.drink-table {
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #606060;
}
/*dl直下、注釈あり*/
.drink-table2 {
	border-bottom: 1px dashed #606060;
}
.drink-table dt,.drink-table2 dt {
    float: left;
    width: 540px;
    /* [disabled]padding-bottom: 0.5em; */
    padding-top: 0.5em;
    font-weight: normal;
}
.drink-table dt:first-child,.drink-table2 dt:first-child {
    border-top-style: none;
    width: auto;
}

.drink-table dt+dd,.drink-table2 dt+dd {
	/* [disabled]float: right; */
	/* [disabled]width: 153px; */
	text-align: right;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-top: 1px dashed #606060;
	color: #D4AF2D;
}

/*clearfix*/
.drink-table dt+dd:after,.drink-table2 dt+dd:after {
  content:'';
  display:block;
  clear:both;
}
.drink-table dd:first-of-type,.drink-table2 dd:first-of-type {
	border-top-style: none;
}

.drink-table dd+dd,.drink-table2 dd+dd {
	clear: both;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 15px;
}
#about-photo {
	margin-bottom: 20px;
}
#topic {
	text-align: center;
	color: #FF8587;
	background-color: #161616;
}
.fb-page {
    margin-bottom: 30px;
}
#halal {
    margin-top: 60px;
    font-size: 15px;
    background-color: #2D2D2D;
    width: 331px;
    margin-left: auto;
}

#halal img {
    width: 100px;
    float: left;
}
#corona-taisaku {
    margin-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid #6E6E6E;
    border-bottom: 1px solid #6E6E6E;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}


/*home youtube*/
.youtube-block {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: 15px;
}
.youtube-block a {
  position: relative;
  display: block;
}
.youtube-block a::before {
  position: absolute;
  z-index: 10;
  background-image: url(../img/movie-image01.png);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  opacity: 0.6;
}
.youtube-block a:hover::before {
  opacity: 1;
}
.dishCapt {
    font-size: 15px;
    margin-bottom: 0px;
}

.lunchDrink {
    padding: 10px;
    border: 1px solid rgba(255,255,255,1.00);
    margin-bottom: 45px;
}
.lunch_textmenu {
    margin-top: 15px;
}
.box-frame {
    border: 1px solid rgba(114,114,114,1.00);
}








@media (max-width:767px){

#header-logo {
	width: 150px;
	max-width: 235px;
	position: absolute;
	top: 22px;
	left: 5px;
	
}
h1  {
	color: #FFFFFF;
	font-size: 13px;
	position: absolute;
	top: 7px;
	left: 6px;
}
h1 a {
	color: #FFFFFF;
}


body {

}
#home-copy01 {
	background-image: url(../img/home/home-image01.jpg);
	background-position: left center;
	padding-top: 10px;
}



#home-copy01 img {
	width: 300px;
}


	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
.slicknav_nav li {
	border-bottom: 1px solid #6E6E6E;

}
.slicknav_nav li:first-child {
	margin-top: 10px;
	border-top: 1px solid #6E6E6E;
}


.slicknav_nav li:before {
	content: " \f054";
	font-family: FontAwesome;
	position: absolute;
	padding-top: 5px;
	right: 20px;
}

#footer-nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}
#footer-nav ul li {
	list-style-type: none;
	border-bottom: 1px solid #636363;
	font-size: 15px;
}
#footer-nav ul li:before {
	content: " \f054";
	font-family: FontAwesome;
	position: absolute;
	padding-top: 2px;
	right: 20px;
}
#footer-nav ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	color: #FFFFFF;
}
#footer-nav ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #434343;
}



#footer-info {
    text-align: center;
}
#footer-info h3 img {
	width: 180px;
}
.fb-page {
	width: 80%;
	margin-left:10%;
}
#latest {
	margin-bottom: 20px;
}
#call {
	text-align: center;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background-color: #7170DB;
	line-height: 15px;
}

#call a {
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}


#call a:hover {
	text-decoration: none;
	border-radius: 8px;
	background-color: #0200FF;
}
#call li {
	float: left;
	list-style-type: none;
}
#call li span {
	font-size: 15px;
}

#call ul {
	width: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.drink-table,.drink-table2 {
	margin-bottom: 1em;
}

.drink-table dt,.drink-table2 dt {
	font-weight: normal;
	padding-top: 0.5em;
	width: 55%;
}
.drink-table dt:first-child,.drink-table2 dt:first-child {
	border-top-style: none;
}

.drink-table dt+dd,.drink-table2 dt+dd {
	padding-bottom: 0.25em;
	padding-left: 1em;
}
.drink-table dd+dd,.drink-table2 dd+dd {
	margin-bottom: 1em;
	font-size: 12px;
}
.title03 {
	text-align: center;
	border-bottom: 2px solid #FFFFFF;
	margin-top: 2em;
	font-size: 22px;
	clear: both;
}
#healthy_menu dd {
	font-size: 14px;
}
.menu-box {
	border-bottom: 1px dashed #676767;
	margin-bottom: 1em;
}
.course dt {
	clear: both;
	font-weight: normal;
}
.course li {
	float: left;
	margin-right: 2em;
}
.course dd {
	margin-bottom: 2em;
}
.course dd p {
	margin-bottom: 0px;
}
.menu-table {
	margin-bottom: 2em;
	border-bottom: 1px dashed #606060;
}
/*dl直下、注釈あり*/
.menu-table2 {
	border-bottom: 1px dashed #606060;
}
.menu-table dt,.menu-table2 dt {
	float: left;
	width: 71%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-weight: normal;
	border-top: 1px dashed #606060;
}
.menu-table dt:first-child,.menu-table2 dt:first-child {
	border-top-style: none;
}

.menu-table dt+dd,.menu-table2 dt+dd  {
	float: right;
	width: 29%;
	text-align: right;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-top: 1px dashed #606060;
	color: #D4AF2D;
}
.menu-table dd:first-of-type,.menu-table2 dd:first-of-type {
	border-top-style: none;
}

.menu-table dd+dd,.menu-table2 dd+dd {
	clear: both;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 15px;
}
#map {
	font-size: 15px;
}
#gmap {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 2em;
	height: 300px;
}
#enkai-price ul{
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#enkai-price li {
    width: 78px;
    height: 78px;
    padding-top: 16px;
}
#enkai-menu {
	font-size: 15px;
	clear: both;
}

#nomiho {
	font-size: 12px;
}
#home-oshirase2 {
	background-color: #2A2A2A;
	margin-bottom: 15px;
	font-size: 15px;
}

#home-oshirase2 img {
	width: 100px;
	float: left;
}
#enkai-topic  {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #171717;
}
#enkai-topic h3 {
    text-align: center;
    color: #FF7275;
    font-weight: bold;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
#halal {
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    width: auto;
}

































}

@media (min-width:768px) and (max-width:991px){
.course li {
	float: left;
	margin-right: 2em;
}
.course dd {
	margin-bottom: 2em;
}
.course dd p {
	margin-bottom: 0px;
}
#enkai-price ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#enkai-price li {
	width: 88px;
	height: 88px;
	padding-top: 22px;
}
#enkai-menu {
	font-size: 17px;
}




}


@media (min-width:768px){
.hidden-pc {
	display: none;
}
h1 {
	text-align: right;
	font-size: 14px;
	color: #8C8C8C;
}

h1 a {
	color: #8C8C8C;
	font-size: 14px;
}

#footer-inner {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#home-copy01 {
	background-image: url(../img/home/home-image01.jpg);
	height: 360px;
	background-repeat: no-repeat;
	background-position: -20px top;
	padding-top: 20px;
}
#home-copy01 div {
	width: 450px;
	margin-top: 1em;
	font-size: 20px;
}

#footer-nav ul {
	margin: 0px;
	float: right;
}
#footer-nav li {
	list-style-type: none;
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: 1px solid #A6A6A6;
	/* [disabled]position: relative; */
	/* [disabled]left: -50%; */
}
#footer-nav li a {
	color: #B7B7B7;
}
#footer-nav li a:hover {
	color: #F46F71;
}


#footer-nav li:last-child {
	border-right: 1px solid #A6A6A6;

}
.menu-table {
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #606060;
}
/*dl直下、注釈あり*/
.menu-table2 {
	border-bottom: 1px dashed #606060;
}
.menu-table dt,.menu-table2 dt {
	float: left;
	width: 245px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-weight: normal;
	border-top: 1px dashed #606060;
}
.menu-table dt:first-child,.menu-table2 dt:first-child {
	border-top-style: none;
}

.menu-table dt+dd,.menu-table2 dt+dd  {
	float: right;
	width: 100px;
	text-align: right;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-top: 1px dashed #606060;
	color: #D4AF2D;
}
.menu-table dd:first-of-type,.menu-table2 dd:first-of-type {
	border-top-style: none;
}

.menu-table dd+dd,.menu-table2 dd+dd {
	clear: both;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 15px;
}



#healthy_menu {
	background-color: #1E1E1E;
}
#healthy_menu dd {
	font-size: 15px;
}
.dish-name {
	font-size: 25px;
	margin-bottom: 0.5em;
}
#home-oshirase2 {
	background-color: #2A2A2A;
	margin-bottom: 15px;
}

#home-oshirase2 img {
	width: 150px;
	float: left;
}
#enkai-topic {
    text-align: center;
    background-color: #171717;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#enkai-topic h3 {
    color: #FF7275;
    font-weight: bold;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
#corona-taisaku {
    text-align: center;
}
















}

@media (min-width:992px){
#latest th {
	width: 120px;
	vertical-align: top;
	border-bottom: 1px dashed #7A7A7A;
}
#latest th {
	width: 120px;
	vertical-align: top;
	border-bottom: 1px dashed #7A7A7A;
}
#footer-inner {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#footer-nav li {
	padding-left: 15px;
	padding-right: 15px;
}

#home-copy01 {
	background-image: url(../img/home/home-image01.jpg);
	height: 460px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
}
#home-copy01 div {
	width: 450px;
	margin-top: 1em;
	font-size: 20px;
}


/*dl直下、注釈あり*/
.menu-table2 {
	border-bottom: 1px dashed #606060;
}
.menu-table dt,.menu-table2 dt {
	float: left;
	width: 353px;

}

/*飲み物ページ用*/
.drink-table dt,.drink-table2 dt{
    float: left;
    width: 270px;
}

}



@media (min-width:1200px){
.container {
	width: 970px;
}

}
.text-small {
}
