<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*pcここからheader*/

body{
    background-color: #050505!important;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: Helvetica, Arial, "sans-serif";
    color: #fff;
}
a{
    decoration: none;
}
.w1400{
    max-width: 1400px;
    margin: 0px auto;
}
.w1280 {
    max-width: 1280px;
    margin: 0px auto !important;
    position: relative;
}
.w900 {
    max-width: 900px;
    margin: 0px auto;
}
.w1000 {
    max-width: 1000px;
    margin: 0px auto;
}
.w-800{
    max-width: 800px;
    margin: 0px auto;
    position: relative;
    z-index: 25
}

/*fvのスライド*/

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@keyframes slideshow {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
}
.slide {
  position: relative;
  width: 100%;
height: 492px;
  overflow: hidden;
    border-top: 1px solid #fff;
}
/*ここからその他*/
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
    
}
.slide img:nth-child(2){
  animation-delay: 8s;
}

.slide img:last-child{
  animation-delay: 16s;
}
/*fvのスライド*/
.txt-top{
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    margin: 30px auto;
}
/*pcここからheader*/
.top-logo{
    text-align: center;
    margin: 20px 0;
}
li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
li a:hover{
    color: #595656;
}
hr{
    border-bottom: 1px thin #595656!important;
    margin: 0 auto!important;
}
.menu ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.menu ul li{
    width: 20%;
    text-align: center;
    padding: 1rem 0;
}
.menu ul .last a{
    border: 0px;
}
.menu ul li a {
    display: block;
}
.menu ul li img {
    display: block;
    margin: 0px auto;
}
.menu ul li span {
    display: block;
}
.top-fecebook a{
    position: absolute;
    right: 0px;
}
.menu-txt-li li{
    display:inline-block;
}

/* for Scroll Fix Header */

	header{
		width:100%;
		text-align: center;
	}

.fix-header {
	background-color:#050505;
	line-height: 66px;
	top: -66px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:15px;
	position: fixed;
	opacity:0.8!important;
	z-index: 1000;

}

	.fix-header-contents{
		width:800px;
		margin: 0 auto;
	}

.fix-header ul{
list-style-type: none;
}

.add-txt{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ab9986;
    padding-bottom: 2px;
    }

.add-txt:hover{
    color: #ab9986;
    }
	
/*メニューを追加していただく際に調整*/
.fix-header li{
	float:left;
	margin-right:15px;
}
/*メニューを追加していただく際に調整*/


.fix-header li a,.fix-header li a:visited{
	color: #fff;
	text-decoration: none;
    margin: 0 30px;
}
.fix-header li:last-child{
	margin-right:0;
}
.fix-header li a:hover{
    color: #595656;
}
li a:hover{
    color: #595656;
}
#fix-header-menus{
	text-align: center;
    justify-content: center;
    display: flex;
}
#scroll-fix-menu img{
padding-bottom: 5px;
   border-bottom:2px solid #fff;
}

#scroll-fix-menu .current-menu-item img{
   border-bottom:2px solid #0f142a;
}

#scroll-fix-menu a img:hover{
    border-bottom:2px solid #0f142a;
	transition:border-color 0.6s ease-out;
    color: #595656;
}

/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

	nav{
		width:100%;
		background-color: #646464;
	}
	.nav-container{
		width:1000px;
		margin: 0 auto;
	}
	
	nav ul{
		padding:0;
		list-style: none;
	}
	
	nav ul li{
		margin:10px 30px 10px 0;
	}
	
	nav ul li a,nav ul li a:visited{
		color: #fff;
		text-decoration: none;
	}
	
	article{
		width:800px;
		margin:20px auto ;
	}
/*pcここまでheader*/
.line{
margin: 30px 0px 0px;
padding: 10px;
border-bottom: solid rgba(224, 224, 224, 0.18);;
    }
h1{
    text-align: center;
    margin-top: 100px;
    font-size: 32px;
    margin-bottom: 55px;
    margin-top: 90px;
    position: relative;
}
h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
    background-color: #fff; /*下線の色*/}



#drink {
    width: 100%;
    overflow: hidden;
}
.wine-right, .liquor-left {
    background: #fff;
    margin-bottom: 8rem;
    position: relative;
}
.wine-right::before{
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}
.liquor-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}
.wine-txt01,.wine-txt02,.wine-price{
    font-size: 12px;
    line-height: 20px;
    color: #050505;
    margin: 20px;
}
.drink-content{
    display: flex;
    position: relative;
    background: #fff;
    z-index: 100;
}
.shina{
display: flex;
font-size: 12px;
}
.kakaku{
    margin-left: 10px;
}
.left_wine{
    padding-right: 20px;
    padding-left: 20px;
}
.right_liquor{
    color: #050505;
    font-size: 12px;
    line-height: 20px;
    color: #050505;
    margin: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.liquor-txt01{
    font-size: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #050505;
    margin: 20px;
}
.k01{
    margin-left: 8px;
}
.k02{
    margin-left: 40px;
}
.k03{
    margin-left: 19px;
}
.k04{
    margin-left: 99px;
}
.k05{
    margin-left: 112px;
}
.k10{
    margin-left: 112px;
}
.k11{
    margin-left: 65px;
}
.k06{
    margin-left: 79px;
}
.k07{
    margin-left: 91px;
}
.k08{
    margin-left: 114px;
}
.k09{
    margin-left: 65px;
}
.liquor-price{
    text-align: center;
        padding: 0 20px;
}
.food-top{
    font-size: 14px;
    margin: 50px auto;
    line-height: 24px;
    text-align: center;
}
/*ドリンク*/
/*横スライド*/
#wrap {
  position: relative;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}

.center03{
    text-align: center;
}
.center003{
    margin-bottom: 10px;
}
.sonota{
    font-size: 12px!important;
    line-height: 24px;
    padding: 20px;
}
p{
margin-top: 10px;
font-size: 12px;
line-height: 24px;
}
.last{
    margin-bottom: 30px;
}
.w-800{
    background-color: #fff;
}
.wine-txt01{
    color: #050505;
    margin: 20px;
    margin-top: 60px;
}
h3{
    color: #050505;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
/*ドリンクここまで*/
#page-top {
	position: fixed;
    bottom: 30px;
    right: 10px;
}
.copyright{
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}
.saigologo{
    margin-top: 60px;
}
.btn-top{
    text-align: end;
}
/*ここから個室スライダー*/
.viewer {
    margin: 0 auto;
    width: 400px;
    height: 300px;
    text-align: left;
    overflow: hidden;
}

.viewer ul {
    width: 400px;
    height: 300px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 400px;
    height: 300px;
    display: none;
    position: absolute;
}
/*ここまで個室スライダー*/
.private-room_txt{
    color: #050505;
    font-size: 12px!important;
    padding: 20px;
    line-height: 24px;
    padding-top: 40px;
}
.flex{
    display: flex;
    background-color: #fff;
    padding: 20px;
}
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.viewer{
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.4));
}
/*ここから地図*/

/*ここまで地図*/

/*ここからアドレス*/
.flex-map{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 20px;
    line-height: 20px;
    box-sizing: border-box;
    
}
.address{
    padding:0 30px;
}
.eki{
    padding:0 30px;
}
.time{
    padding:0 30px;
}
.fb-footer{
    background-color: #fff;
    padding: 10px;
    width: 111px;
    color: #050505;
    font-size: 12px;
    text-align: center;
    margin-left: 60px;
    margin-top: 100px;
    position: relative;
    position: absolute;
}
.fb-logo{
    margin-left: 5px;
}
.address-en{
    font-size: 12px;
    line-height: 20px;
}
    .fb-footer a{
        color: #050505;
        text-decoration: none;
    }
.fb-footer a:hover{
    color: #595656;
}
/*ここまでアドレス*/

.private-room_txt {
    width: 40%;
}
.flexslider {
    width: 60%;
    margin: 0px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    position: relative;
    left: 40px;
}

.flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
}
.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
    width: 10px;
    height: 10px;
}
.flex-control-nav {
    bottom:  15px;
}
.flex-map a {
        color: #fff;
    }

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 500;
}

#page_top a {
    font-size: 0.8rem;
    color: #a0a0a0;
}
#page_top img {
    width: 55px;
    display: block;
    margin: 0px auto;
}

.area-wrap {
  overflow: auto;
  scroll-snap-type: y mandatory;
}
.area {
  scroll-snap-align: start;
}

/* slider show*/
.slideshow {
    border-top: 1px solid #fff;
    position: relative;
}
.ss-pc {
    width: 100%; /* 画像の横幅 */
    height: 420px; /* 画像の縦幅 */
    overflow: hidden;
}
.ss-sp {
    width: 100%; /* 画像の横幅 */
    height: 450px; /* 画像の縦幅 */
        overflow: hidden;
}
.slideshow img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 1s; /* フェードの時間(秒) */
}
.slideshow .show {
    opacity: 1;
    z-index: 1;
}

@media screen and (min-width: 768px) {
	.no-sp {
		display: none !important;
	}
	.sp-nav{
    display: none;
	}
    .pc-mt-2 {
        margin-top: 2rem;
    }
	.header {
		padding-top: 30px;
	}
    .wine-photo img {
        position: relative;
        top: 50px;
        left: 30px;
    }
    .liquor-left img {
        position: relative;
        top: 50px;
        right: 30px;
    }
    .shina dt{
        width: 160px;
        text-align:left;
    }
    .shina dd{
        width: 60px;
        text-align: right;
    }
    
    #g-map {
        width: 100%;
        height: 400px;
    }
    
    .news{
    max-width: 650px;
    margin: 3rem auto 0 auto;
    padding: 20px;

    }
    .news-txt {
    line-height: 1.6;
    }
}
@media screen and (max-width: 767px) {
    #g-gmap {
        width: 100%;
        height: 250px;
    }
	img {
		max-width: 100%;
		height: auto;
	}
	.no-pc {
		display: none !important;
	}
    .w1280 {
        width: 100%;
    }
    
    h1{
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 80px;
        font-size: 20px;
    }
	h2 {
		width: 100%;
		box-sizing: border-box;
		line-height: 1.4;
	}
	.top-logo {
		width: 50px;
	}
    .top-logo-sp{
     padding: 20px;
    }
    .top-logo-sp img {
        width: 50px;
    }
    .w1400 {
        width: 100%;
        max-width: 100%;
    }
    .w900 {
        width: 100%;
        max-width: 100%;
    }
    .drink-content {
        flex-wrap: wrap;
    }
    .food-top{
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
    }
    .news{
    margin: 0px auto;
    padding: 20px;
    }
    .news-txt {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 30px;
    }
    .slide {
        height: 185px;
    }
    .flex {
        flex-wrap: wrap;
    }
    .flexslider {
        width: 100%;
        left: 0px !important;
    }
    .flex-map {
        flex-wrap: wrap;
        font-size: 1rem;
    }
    .flex-map&gt;div {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 12px;
    }
    .pc-mt-2 {
        margin-top:1rem;
    }
    .fix-header li a {
        margin :5px;
        
    }
    .wine-photo {
        width: 100%;
    }
    .wine-photo img {
        width: 80%;
        display: block;
        margin: 0px auto;
        
        position: relative;
        top: 30px;
    }
    .right_liquor{
        margin: 0px;
    }
    .shina dt {
        width: 70%;
        text-align: left;
    }
    .shina dd {
        width: 45%;
        text-align: right;
    }
    .liquor-price {
        margin-bottom: 1rem;
    }
    .liquor-photo img {
        width: 90%;
        margin: 0px auto;
        display: block;
        
        position: relative;
        top: 40px;
    }
    .fb-footer {
        position: relative !important;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .saigologo {
        margin: 30px auto 0px auto;
        width: 50px;
        display: block;
    }
.private-room_txt {
    width: 100%;
}
/*ドロワーメニューカスタマイズ*/
    .tel{
    color: #6997de !important;
    }
    .drawer-brand {
        border-bottom: 1px solid #ededed;
    }
    .drawer-brand span{
        font-size: 0.7rem;
        margin-left: 0.5rem;
    }
    .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after{
        background-color: #121212;
    }
    .drawer-open nav ul li a, .drawer-open nav ul li a:visited{
        color: #2F2F2F;
    }
    .drawer-open nav ul li  {
        margin: 10px 0px 10px 0;
    }
    .drawer-hamburger {
        width: 1.3rem;
        padding: 18px 1.35rem 30px;
        top: 15px;
    }
    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        height: 1px;
    }
    .drawer-hamburger-icon:before {
        top: -8px;
    }
    .drawer-hamburger-icon:after {
        top: 8px;
    }
    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        background-color: #dcdcdc;
    }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .ss-pc {
        height: 420px !important;
    }
}
@media screen and (min-width:1100px) {
    
    .ss-pc {
        height: 480px !important;
    }
 
}</pre></body></html>