@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background-color: #000;
	color: #EFEFEF;
}

/* 太字がにじむため */
/*.font-weight-bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}*/
ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button:focus {
	outline: none;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}
@media(min-width:768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* ===================================================== */
/* common */
/* ===================================================== */
body p,
body a,
body a:hover,
body table th,
body table td {
	text-decoration: none;
	color: #fff;
	line-height: 1.5em;
	font-size: 16px;
}

@media(max-width:767px) {
	body p,
	body a,
	body a:hover,
	body table th,
	body table td {
		font-size: 14px;
	}
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.5em;
}

.title-1 {
	font-size: 40px;
	background-color: #FFF;
	color: white;
	text-align: center;
	padding: 15px;
}

.title-2 {
	font-size: 40px;
	/*	font-weight: bold;	*/
	color: #FFF;
	border-bottom: 8px solid #FF6600;
	padding-bottom: 15px;
	padding-left: 70px;
	position: relative;
}

.title-2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 28px;
	height: 90px;
	background-color: #FF6600;
}

@media(max-width:767px) {

	.title-1,
	.title-2 {
		font-size: 28px;
	}

	.title-2 {
		border-bottom: 4px solid #FF6600;
		padding-left: 30px;
	}

	.title-2::before {
		width: 15px;
		height: 75px;
	}
}

.clear {
	clear: both;
}

.spc-50 {
	height: 50px;
}

.spc-80 {
	height: 80px;
}

.spc-100 {
	height: 100px;
}

@media(max-width:767px) {
	.spc-50 {
		height: 20px;
	}

	.spc-80 {
		height: 50px;
	}

	.spc-100 {
		height: 70px;
	}
}

.in {
	max-width: 980px;
	margin: 0 auto;
}

.container {
	max-width: 1280px;
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

/*Instagramでお知らせを配信中*/
.flame01 {
border: 0.5px solid #A6A6A6;
margin: 2em auto;
padding: 0.5em;
width: 100%;
}
.insta-link {
	display: inline-block;
	text-align: center;
}

.insta-link a {
	display: block;
	padding:15px;
	padding-left: calc(15px + 50px);
/*	background-color: #E4B2C1;*/
	font-size: 14px;
	color: #A6A6A6;
	position: relative;
}

.insta-link span {
	display: inline-block;
	margin: 0 auto;	
}
.insta-link a::after {
	display: block;
	font-family: fontawesome;
	content: "\f16d";
	font-size: 30px;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -21px;
}

.insta-link a:hover {
	opacity: 0.8;
	transition-duration: 0.4s;
	color: #fff;
	font-size: 20px;
}

@media(max-width:767px) {
	.insta-link {
		display: inline-block;
		text-align: left;
	}

	.insta-link a {
		display: block;
		padding:10px;
		padding-left: calc(10px + 50px);
		font-size: 18px;
		color: #A6A6A6;
		position: relative;
	}
	.insta-link a:hover {
		font-size: 18px;
	}
	.insta-link a::after {
		display: block;
		font-family: fontawesome;
		content: "\f16d";
		font-size: 42px;
		line-height: 1;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -21px;
	}
}
@media(max-width:320px) {
	.insta-link a {
		font-size: 15px;
	}
	.insta-link a:hover {
		font-size: 15px;
	}
}
/* ヘッダー */
/*header{
	position: relative;
}*/
header .pc-header {
	padding: 0 30px 15px 30px;
/*	max-width: 1260px;*/
	margin: 0 auto;
}
@media(max-width:991px) {
	header .pc-header {
		padding: 0 15px 15px 15px;
	}	
}

header p {
	font-size: 13px;
}

header p span {
	font-size: 16px;
}

.btn-reserve {
	box-sizing: border-box;
}

.btn-reserve a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 1;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-reserve a:hover {
	font-size: 16px;
	color: white;
	line-height: 1;
	opacity: .5;
	transition: .5s;
}
header .pc-logo {
	width: 120px;
	vertical-align: bottom;
}
@media(max-width:991px) {
	header .pc-logo {
		width: 100px;
	}
}

#header-sp-nav {
	display: none;	/* ちらつき回避 */
}
#header-sp-nav.show {
	display: block;
}

header .sp-logo {
	width: 150px;
	vertical-align: bottom;
}


header .in {
	width: 95%;
}

header .header-info img {
	max-width: 400px;
}

header .drawer-hamburger {
	position: static;
	top: auto;
	right: auto;
color: #820002 !important;	
/*	background-color: rgba(90,0,0,0.70);*/
}

.drawer-nav {
	background-color: rgba(0,0,0,0.65);
	z-index: 99999;
}

.drawer-nav a {
	display: block;
	color: #ECECEC;
	width: 100%;
	height: 100%;
}

.drawer-nav .drawer-menu-item {
	border-bottom: 0.5px solid #D0D0D0;
}

.drawer-nav a:hover,
.drawer-nav .drawer-menu-item:hover {
	text-decoration: none;
	color: white;
}

@media(max-width:767px) {
	.btn-reserve {
		position: fixed;
		bottom: 0;
		right: 0;
		top: auto;
		width: 100%;
		z-index: 999;

	}
	.btn-reserve a {
		font-size: 22px;
		line-height: 2;
	}
	.btn-reserve a:hover {
		font-size: 22px;
		line-height: 2;
		opacity: .9;
	}

}
@media(max-width:575px) {
	.btn-reserve a {
		font-size: 18px;
		line-height: 2;
	}
	.btn-reserve a:hover {
		font-size: 18px;
		line-height: 2;
	}
}

/* フッター */
footer {
	background-color: #1A1A1A;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media(max-width:767px) {
	footer {
		padding-bottom: 80px;
	}
}
footer .container {
	max-width: 1230px;
}

footer > div {
	max-width: 1000px;
	margin: 0 auto;
}

footer p {
	font-size: 14px;
}

footer .logo {
	width: 30%;
}
@media(max-width:767px) {
	footer .logo {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	footer .logo img {
		width: 280px;
	}
}
footer .insta-link-wrap {
	width: 70%;
	text-align: right;
}
@media(max-width:767px) {
	footer .insta-link-wrap {
		width: 100%;
		text-align: center;
	}
}



/* ページTOPへもどるボタン */
#btn_pagetop {
	display: none;
	z-index: 99;
	background: #A5A09B;
	width: 50px;
	height: 50px;
	/*line-height: 80px;*/
	/*padding-top: ;*/
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
}

#btn_pagetop:hover {
	opacity: .5;
}

#btn_pagetop i {
	display: block;
}

@media(max-width:767px) {
	#btn_pagetop {
		bottom: 40px;
		width: 50px;
		height: 50px;
	}
}
@media(max-width:575px) {
	#btn_pagetop {
		bottom: 40px;
	}
}

/* メインビジュアル */
.main-visual {
	position: relative;
	overflow: hidden;
	/*background-image: url(./img/slider-base.jpg);*/
}

.main-visual .item-1,
.main-visual .item-2,
.main-visual .item-3,
.main-visual .item-4 {
	position: absolute;
}

.main-visual img {
	width: 100%;
}

.main-visual .item-1 {
	top: 20%;
	left: 8%;
width: 100%;
	color: rgba(219,219,219,0.73);
}
.main-visual .item-1 p {
padding-left: 1em;
font-size: 20px;
	line-height: 40px;
	color: rgba(219,219,219,0.73);	
}
.main-visual .item-1 h2 {
font-size: 1.7em;
padding-bottom: 1em;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;	
}



@media(max-width:991px) {
.main-visual .item-1 {
width: 100%;
	color: rgba(219,219,219,0.73);
}
.main-visual .item-1 p {
padding-left: 1em;
font-size: 16px;
	line-height: 34px;
	color: rgba(219,219,219,0.73);	
}
.main-visual .item-1 h2 {
font-size: 1.6em;
	padding-bottom: 1em;
}	
}
@media(max-width:575px) {
	.main-visual .item-1 {
width: 100%;
		left: 5%;
		top: 10%;
		margin: 0 auto;
	}

	.main-visual .item-1 li img {
		width: 100%;
	}

}
/* メニューページtメインビジュアル */
#recipe .main-visual {
	position: relative;
	overflow: hidden;
	/*background-image: url(./img/slider-base.jpg);*/
	height: 50vh;	
}

#recipe .main-visual .item-1,
#recipe .main-visual .item-2,
#recipe .main-visual .item-3,
#recipe .main-visual .item-4 {
	position: absolute;
}
#recipe .main-visual img {
	width: 100%;
}

#recipe .main-visual .item-1 {
	top: 20%;
	left: 8%;
width: 100%;
	color: rgba(255,255,255,0.91);	
}
#recipe .main-visual .item-1 p {
padding-left: 1em;
font-size: 20px;
	line-height: 40px;
	color: rgba(255,255,255,0.91);	
}
#recipe .main-visual .item-1 h2 {
font-size: 1.7em;
padding-bottom: 1em;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;	
color: rgba(255,255,255,0.91);		
}

@media(max-width:991px) {
#recipe .main-visual .item-1 {
width: 100%;
}
#recipe .main-visual .item-1 p {
padding-left: 1em;
font-size: 16px;
	line-height: 34px;
}
#recipe .main-visual .item-1 h2 {
font-size: 1.6em;
	padding-bottom: 1em;
}	
}
/* メニューページtメインビジュアル */
#coctel .main-visual {
	position: relative;
	overflow: hidden;
	/*background-image: url(./img/slider-base.jpg);*/
	height: 50vh;	
}

#coctel .main-visual .item-1,
#coctel .main-visual .item-2,
#coctel .main-visual .item-3,
#coctel .main-visual .item-4 {
	position: absolute;
}
#coctel .main-visual img {
	width: 100%;
}

#coctel .main-visual .item-1 {
	top: 20%;
	left: 8%;
width: 100%;
	color: rgba(255,255,255,0.91);	
}
#coctel .main-visual .item-1 p {
padding-left: 1em;
font-size: 20px;
	line-height: 40px;
	color: rgba(255,255,255,0.91);	
}
#coctel .main-visual .item-1 h2 {
font-size: 1.7em;
padding-bottom: 1em;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;	
color: rgba(255,255,255,0.91);		
}

@media(max-width:991px) {
#coctel .main-visual .item-1 {
width: 100%;
}
#coctel .main-visual .item-1 p {
padding-left: 1em;
font-size: 16px;
	line-height: 34px;
}
#coctel .main-visual .item-1 h2 {
font-size: 1.6em;
	padding-bottom: 1em;
}	
}
@media(max-width:575px) {
#sly .main-visual .item-1 {
width: 100%;
		left: 5%;
		top: 3%;
		margin: 0 auto;
	}

#sly .main-visual .item-1 li img {
		width: 100%;
	}

}
/* aboutメインビジュアル */

#sly .main-visual {
	position: relative;
	overflow: hidden;
	/*background-image: url(./img/slider-base.jpg);*/
	height: 80vh;	
}

#sly .main-visual .item-1,
#sly .main-visual .item-2,
#sly .main-visual .item-3,
#sly .main-visual .item-4 {
	position: absolute;
}
#sly .main-visual img {
	width: 100%;
}

#sly .main-visual .item-1 {
	top: 20%;
	left: 8%;
width: 100%;
	color: rgba(219,219,219,0.73);
}
#sly .main-visual .item-1 p {
padding-left: 1em;
font-size: 20px;
	line-height: 40px;
	color: rgba(219,219,219,0.73);	
}
#sly .main-visual .item-1 h2 {
font-size: 1.7em;
padding-bottom: 1em;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;	
}

@media(max-width:991px) {
#sly .main-visual .item-1 {
width: 100%;
	color: rgba(219,219,219,0.73);
}
#sly .main-visual .item-1 p {
padding-left: 1em;
font-size: 16px;
	line-height: 34px;
	color: rgba(219,219,219,0.73);	
}
#sly .main-visual .item-1 h2 {
font-size: 1.6em;
	padding-bottom: 1em;
}	
}
@media(max-width:767px) {
#sly .main-visual .item-1 {
width: 100%;
		left: 5%;
		top: 10%;
		margin: 0 auto;
	}

#sly .main-visual .item-1 li img {
		width: 100%;
	}

}
/* ナビゲーション */
ul.pc-nav {
	padding: 0 0 5px;
}
ul.pc-nav2 {
	padding: 0 0 0 20px;
}
ul.pc-nav li + li, ul.pc-nav2 li + li {
	margin-left: 15px;
}
@media(max-width:991px) {
	ul.pc-nav li + li, ul.pc-nav2 li + li {
		margin-left: 10px;
	}	
ul.pc-nav2 {
	padding: 0 0 0 10px;
}	
}

ul.pc-nav li a, ul.pc-nav2 li a {
	font-size: 14px;
	color: #DFDFDF;
}

@media(max-width:767px) {
	ul.pc-nav li a, 	ul.pc-nav2 li a {
		font-size: 14px;
	}
}

/* 音楽配信 */

#ongaku .catch-1 h3 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 6px;
	text-align: center;
}
#ongaku .catch-1 p {
	line-height: 2em;	
}
@media(max-width:767px) {
	#ongaku .catch-1 h3 {
		font-size: 39px;
	}
}

#ongaku .catch-2 {
	max-width: 1280px;
	margin: 0 auto;
}

#ongaku .catch-2 p {
	line-height: 2em;
}

@media(max-width:767px) {
	#ongaku .catch-2 p {
		font-size: 14px;
	}
}

/* コロナ対策 */
.taisaku h3 {
	font-size: 30px;
	color: #A6A6A6;
}
.taisaku {
	max-width: 1000px;
}
.taisaku-list {
width: 50%;
margin: auto;	
}
.taisaku-list {
line-height: 2em;
}
@media(max-width:767px) {
.taisaku {
		max-width: 500px;
	}	
.taisaku-list {
width: 80%;
}	
}



/* ACCES/RESERVE */
@media(max-width:767px) {
	#access h3 {
		max-width: 95%;
		margin: 0 auto;
	}
}
#access p {
	font-size: 20px;
	max-width: 500px;
	margin: 0 auto;
	color: #fff;
	padding: 0 10px;
}
@media(max-width:991px) {
	#access p {
		font-size: 16px;
	}
}
@media(max-width:575px) {
	#access p {
		font-size: 15px;
	}
}

#access .border-r {
	border-right: solid 1px #D2CDCD;
}

#access .maplink a {
	font-size: 16px;
}
@media(max-width:767px) {
	#access .maplink a {
		font-size: 14px;
	}	
}

#access .reserve p {
	font-size: 18px;
	padding-top: 5px;
}
@media(max-width:767px) {
	#access .reserve img {
		max-width: 95%;
		margin: 0 auto;
	}
	#access .reserve p {
		font-size: 15px;
	}
}

#access .box-tel {
	border: solid 1px #534741;
	border-radius: 10px;
	padding: 15px;
}

@media(max-width:767px) {
	#access .box-tel {
		width: 360px;
		max-width: 95%;
		margin: 0 auto;
	}
}
#access .box-tel .tel a {
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
}
#access .box-tel .tel a:hover {
	font-size: 46px;
	opacity: .5;
	transition: .5s;
}
@media(max-width:991px) {
	#access .box-tel .tel a {
		font-size: 32px;
	}
	#access .box-tel .tel a:hover {
		font-size: 32px;
	}
}
@media(max-width:320px) {
	#access .box-tel .tel a {
		font-size: 25px;
	}
	#access .box-tel .tel a:hover {
		font-size: 25px;
	}
}
#access .box-line {
	border: solid 1px #06C655;
	border-radius: 10px;
	padding: 15px;
}
@media(max-width:767px) {
	#access .box-line {
		width: 360px;
		max-width: 95%;
		margin: 0 auto;
	}
}
#access .box-line p {
	color: #06C655;
	font-size: 20px;
}

@media(max-width:767px) {
	#access .border-r {
		border-right: none;
		border-bottom: solid 1px #D2CDCD;
	}
}
@media(max-width:991px) {
	#access .box-line p {
		font-size: 16px;
	}
}
@media(max-width:575px) {
	#access .box-line img {
		width: 50px;
	}
	#access .box-line p {
		font-size: 15px;
	}
}
@media(max-width:320px) {
	#access .box-line img {
		width: 40px;
	}
}

#access .map-link a::before {
	position: absolute;
	content: "";
	background-image: url("../img/map-ico.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	top: 0;
	left: -20px;
}

/*You Tube*/
#youtube {
	width: 100%;
	max-width: 880px;
	margin: auto;
}
#youtube h2 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 1.4rem;
}
#youtube h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #A6A6A6;
	font-weight: 500;
}
#info .visual {
background-image: url("../img/top/out.jpg");
		background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.visual .visual-in {
	max-width:1000px;
	margin: auto;
}
body#business .visual .in p {
	color:white;
	font-size:21px;
	line-height: 2em;
}
@media(max-width:767px) {
#info .visual {
background-image: url("../img/top/out_sp.jpg");
		background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
}

#info .info-box {
/*background-color: #1A1A1A;*/
padding: 20px;
}
#info h2 {
		font-size: 24px;
	margin-bottom: 20px;
	color: #A6A6A6;
	font-weight: 500;
}
#info .info {
	line-height: 2em;
}
.map--gray iframe{
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}
/* ===================================================== */
/* お家でCOCKTAIL */
/* ===================================================== */
#move h2 {
	font-size: 1.5em;
  padding: 1rem 2rem;
  border: 3px solid #fff;
	margin-bottom: 2em;
}
#move h3 {
	font-size: 1.5em;
  padding: 1rem 2rem;
  border: 3px solid #fff;
	margin: 1em 0;
}
#move p {
	line-height: 1.5em;
	color: #EFEFEF;
	font-weight: normal;
}

/* ===================================================== */
/* recomend */
/* ===================================================== */
#recomend h2 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 1.4rem;
	color: rgba(224,224,224,1.00);
}
.gargery-box {
	line-height: 2em;
}
@media(max-width:767px) {
#recomend h2 {
	font-size: 1.5rem;
	}
}
/* ===================================================== */
/* foodmenu */
/* ===================================================== */
#about .container {
	max-width: 800px;
}
#about .menu-table {
	width: 100%;
}
#about .menu-table th, .menu-table td {
	padding: 20px 10px;
} 
#about .menu-table th {
	width: 75%;
}
#about .menu-table td {
	text-align: right !important;
	width: 25%;
}
#about .menu-read {
	line-height: 1.8em;
}
/*@media(max-width:767px) {
.menu-table {
width: 100%;
	}
}*/
