<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media (max-width: 1200px) {
 .pc_v {
  display: none;
 }
 .sp_v {
  display: inherit !important;
 }
 section #blog.sp_v{
  display:none;
 }
 /* スマホメニュートリガー 共通 */
 .menu-trigger,
 .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
 }
 .menu-trigger,
 .menu-phone,
 .menu-map {
  position: fixed;
  height: 22px;
  top: 5px;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  display: block;
 }
 .menu-trigger i,
 .menu-phone i,
 .menu-map i{
  font-size:30px;
 }
 .menu-trigger p,
 .menu-phone p,
 .menu-map p{
  font-size:12px;
 }

 .menu-trigger {
  right: 15px;
  width: 30px;
  color:#fff;
  z-index: 1000;
  top: 10px;
 }
 .menu-phone{
  right: 60px;
  width: 50px;
  color:#fff;
    border-right: 1px solid #333;
    height: 50px;
 }
 .menu-map {
  right: 115px;
  width: 50px;
  color:#fff;
    border-right: 1px solid #333;
    height: 50px;
 }
 .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
 }
 .menu-trigger span:nth-of-type(1) {
  top: 0;
  background-color:#fff;
 }
 .menu-trigger span:nth-of-type(2) {
  top: 9px;
  background-color:#fff;
 }
 .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  background-color:#fff;
 }

 .menu-trigger p{
  position: absolute;
  top:28px;
  right:-5px;
 }
 /* スマホメニュートリガー エフェクト */
 .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
 }
 .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
 }
 .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
 }
 /* ハンバーガーメニュー */
 /* 全体 */
 section {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
 }
 a {
  text-decoration: none;
  outline: none;
/*  color: #000;*/
 }
 img {
  vertical-align: top;
 }
 .fl_wrap {
  clear: both;
  overflow: hidden;
 }
 .fl_left {
  float: left;
 }
 .fl_right {
  float: right;
 }
 .btn_1 {}
 .btn_2 {}
 h2 {
  font-size: 18px;
  /*font-family: 'Libre Baskerville', serif;*/
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
 }
 /* width */
 #menu-wrap,
 #breadcrumb,
 .about-in,
 .btn-wrap,
 #shopinfo,
 .w1000,
 .w900,
 #shokuzai,
 #floormap,
 #insta,
 #gallery,
 .banner{
  width:90%;
  margin:0 auto;
 }
 .information-in,
 .blog-in{
  width: 75%;
 }
 /* 追従エリア */
 /*
 .window_right {
  position: fixed;
  top: 60%;
  right: 0;
  width: 42px;
  height: auto;
  display: inline-block;
  z-index: 98;
 }
 .window_right img {
  width: 100%;
  height: auto;
 }
*/
 /* 追従エリア */
 #sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both;
  overflow: hidden;
  z-index: 999;
 }
 .yoyaku {
  width: 80%;
  background: #000;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
 }
 .yoyaku p {
  display: block;
  width: 100%;
  line-height: 39px;
  text-align: center;
  background: #ff9a00;
  margin-top: 0;
  margin-bottom: 0;
 }
 .yoyaku p a {
  color: #000;
  font-size: 16px;
 }
 .sp_totop {
  width: 20%;
  background: #000;
  display: table-cell;
  padding: 5px 0;
  text-align: center;
  box-sizing: border-box;
  line-height: 120%;
  vertical-align: middle;
 }
 .yoyaku a {
  color: #fff;
 }
 .sp_totop a {
  color: #fff;
 }
 /* ヘッダー */
 #nav-wrap2 {
  width: 100%;
  height: 60px;
  display: flex;
 }
 .page #nav-wrap2 {
 }
 #nav-wrap {
  margin: 0 auto;
  position: static;
  margin-left: 0;
  z-index: 99;
  width:100%;
 }
 .headname{
  width:70%;
 }
 #nav {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  color: #000;
  background: #000;
  box-sizing: border-box;
  text-align: left;
  float: none;
  margin-top: 0;
 }
 #nav ul {
	flex-direction: column;
 }
 #nav li {
  display: block;
  width: 100%;
  padding: 7px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 20px;
  border-bottom: 1px dotted #999;
  text-align: left;
 }
  #nav &gt; ul {
    border-top: 1px solid #ccc;
    text-align: left;
  }
  #nav li:last-child {
    border-bottom: none;
  }
  #nav li a {
    display: block;
    padding: 10px 15px;
    color: #FFF;
  }
  #nav li .sub-nav {
    opacity: 1;
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: auto;
    margin-left: 15px;
    text-align: left;
    border-top: 1px dashed #999;
  }
  #nav li .sub-nav li {
    display: block;
    padding: 0;
    border-bottom: 1px dashed #999;
  }
  #nav li .sub-nav li:last-child {
    border-bottom: none;
  }
  #nav li .sub-nav a {
    width: auto;
    padding: 8px 15px 8px 15px;
    color: #FFF;
    background:none;
    text-align: left;
  }
 #nav a span.jp {
  position: static;
  display: inline-block;
  width: auto;
  opacity: 1;
  margin-left: 20px;
  color: #ccc;
  font-size: 13px;
 }
 .tel_sp a {
    color: #000;
    font-size: 24px;
    text-align: right;
    display: block;
    line-height: 30px;
    position: absolute;
    top: 15px;
    right: 50px;
 }
 .tel_sp a i.fa {
  padding-right: 12px;
 }
 /* フッター */

#reservearea .container{
  width:100%;
}
 #access {
  background: url("../../../../../index.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
 }
#map iframe,.refer_list {
width:100%;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
width: 100%;
height: 100%;
}
 #map {
  height: 350px;
  width:100%;
  margin-top:30px;]
 }
 #shopinfo {}
 #shopinfo p {
  font-size: 15px;
 }
 #shopinfo&gt;.fl_wrap&gt;img.fl_left {
  width: 40%;
  height: auto;
 }
 #shopinfo&gt;.fl_wrap&gt;div.fl_right {
  float: left;
  margin-left: 30px;
  width: 380px;
 }
  #shopinfo .links {
      margin-bottom: 10px;
      padding-bottom: 5px;
      width:100%;
  }
  #shopinfo .links ul {
	  padding-left: 0;
	  padding-right: 0;
  }
  #shopinfo .links li {
      width: 50px;
      padding: 0 2px 2px;
  }
  #shopinfo .links img{
    width:auto;
    height:50px;
  }
 #footer {
  background: url("../img/bg_footer.png");
  background-repeat: repeat-x;
  background-position: center;
  box-sizing: border-box;
  position:relative;
 }
 #footer-menu {
  /*display: none;*/
 }
 #footer-menu a {}

 #footer .spbtn{
  position: fixed;
  bottom: 0px;
  background:rgb(255,255,255);
  border-top:solid #ccc 1px;
  width:100%;
}
 #footer .spbtn div{
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 18px 5px;
  font-size:17px;
}
 #footer .spbtn div:first-child{
  border-right:solid #ccc 1px;
}
 #footer .spbtn .fa-calendar{
  color:green;
  margin-right: 3px;
 }
 #footer .spbtn .fa-phone{
  color:orange;
  margin-right: 3px;
 }

 #copy {
  font-size: 13px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
 }
 #totop {
  width: 55px;
  height: 63px;
  position: fixed;
  right: 37px;
  bottom: 40px;
  z-index: 999;
  display: none;
 }
 #totop img {
  width: 100%;
  height: auto;
 }
 /* メインビジュアル */
/*
 #mainv {
  position: relative;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  z-index: 21;
  min-width: 768px;
  margin-top: 60px;
 }
*/
 .mainv_bg {
	 margin-top: 60px;
 }
 .logo img {
    margin-left: 5px;
}
 .mainv_logo_wrap {
  display: none;
  text-align: center;
  position: absolute;
  /* ←ここを変更 */
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 25;
 }
 .mainv_logo_wrap img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
 }
 .mainv_logo_wrap h1 .logo {
  display: block;
  width: 204px;
  height: auto;
  margin: 0 auto 45px;
 }
 .mainv_logo_wrap h1 .lead {
  display: block;
  width: 304px;
  height: auto;
  margin: 0 auto 45px;
 }
 /* ページ */
 .top {}
 #about {}
 .about-in {}
 .about-in&gt;.fl_wrap {}
 .about-img1 {}
 .about-img2 {}
 .about-img3 {}
 .about-in&gt;.fl_wrap&gt;div {
  width: 31%;
  height: 200px;
  box-sizing: border-box;
  padding: 15px;
  margin-left: 3.5%;
 }
 .about-in&gt;.fl_wrap&gt;div:first-child {
  margin-left: 0;
 }
 .about-in&gt;.fl_wrap&gt;div p {}
 #information {
  background: url("../img/bg_info.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
 }
 .list_wrap {}
 .list {}
 .list:last-child {}
 .info-date {}
 .readmore {}
 #top-btn {
  padding:0 10%;
  box-sizing: border-box;
 }
 .btn-wrap {
  margin: 0px auto;
  width: 100%;
}
#top-btn .sp_v{
  display: none;
}

 .btn-list {
  width: 100%;
  /*height: 200px;*/
  /*margin-left: 4%;*/
  margin-bottom: 20px;
 }
 .btn-list p {
    padding: 10px;
    margin-bottom: 0px;
    line-height: 120%;
    letter-spacing: 0;

 }
 .btn-list img {}
 .btn-list:hover img {}
 .page h2 {
  margin-bottom: 30px;
 }
#top-btn .btn_infomore {
    margin-top: 20px;
}

 #course_menu {}
 .course_list {
  margin-bottom: 50px;
 }
 .course_list&gt;.fl_left {
  width: 40%;
 }
 .course_list&gt;.fl_right {
  width: 55%;
 }
 .nomiho_menu .fl_left {
  margin-right: 10%;
  width: 45%;
 }
 .nomiho_menu .fl_left:nth-child(2n) {
  margin-right: 0;
 }
 .alc_lead {
  width: 49%;
  height: 273px;
  box-sizing: border-box;
  border: 1px solid #000;
  position: relative;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
 }
 .alc_lead_in {}
 .alc_lead_in h3 {}
 .alc_lead_in p {}
 .alc_lead_in p:last-child {}
 .alc_list {
  width: 49%;
  height: 273px;
  margin-right: 2%;
  margin-bottom: 2%;
 }
 .alc_list:nth-child(4n) {
  margin-right: 2%;
 }
 .alc_list:nth-child(2n) {
  margin-right: 0;
 }
 .alc_list p {}
 #ryori&gt;.fl_wrap&gt;.fl_left {
  margin-top: 20px;
  margin-right: 0;
  width: 100%;
 }
 #ryori&gt;.fl_wrap&gt;.fl_left:nth-child(2n) {}
 #ryori h4 {
  font-size: 15px;
  color: #930a15;
  margin-bottom: 20px;
 }
 #ryori table {
  width: 100%;
 }
 #ryori table tr td {
  padding-bottom: 20px;
  width: 65%;
 }
 #ryori table tr td:last-child {
  text-align: right;
  width: 35%;
 }
 #nihonshu&gt;.fl_left {
  margin-right: 0;
  width: 100%;
 }
 #nihonshu&gt;.fl_left:nth-child(2n) {
  margin-right: 0;
 }
 #nihonshu table {
  width: 100%;
 }
 #nihonshu table tr td {
  width: 65%;
  padding-bottom: 20px;
 }
 #nihonshu table tr td:last-child {
  width: 35%;
  text-align: right;
 }
 .drink_list {
  margin-top: 50px;
 }
 .drink_list h4 {
  margin-bottom: 20px;
 }
 .drink_list table {
  width: 100%;
 }
 .drink_list table tr td {
  padding-bottom: 20px;
 }
 .drink_list table tr td:last-child,
 .drink_list table tr td:nth-child(2) {
  text-align: right;
 }
 .drink_list table tr td:first-child,
 .drink_list table tr td:nth-child(3) {
  width: 31.2%;
 }
 .drink_list table tr td:nth-child(2) {
  width: 20.8%;
  padding-right: 40px;
 }
 .drink_list table tr td:last-child {
  width: 16.8%;
 }
 #floormap {}
 .map_floor_base {
  width: auto;
  height: auto;
  max-width: 100%;
 }
 .banner img{
  width: 90%;
}
.banner{
  margin: 50px auto;
 }
.blog-in li {
    width: 90%;
    margin:0 auto;
  }
.splogo{
  height:60px;
  /*padding:5px;*/
  width:30%;
  display: block;
}
.splogo img{
  height:100%;
  width: auto;
}

#information h2, #blog h2, #shopin h2, #shopinfo h2 {
  width:80%;
}
.btn-wrap h3 {
  width:100%;
}
#top-btn .btn-list {
	padding: 10px;
}
.btn-list .images {
  width:45vw
}
.btn-list .images .main{
  height:400px;
  margin-bottom: 10px;
}
.btn-list .images .thumb{
  width: 10.5vw;
  height: 92px;
  margin-right: 10px;
}
.btn-wrap .even h4 {
  right: 42vw;
}

#shopin iframe {
    width: 80%;
    height: 350px;
}
#map iframe {
  height:350px;
}
#shopinfo h3 {
	text-align: center;
}
#shopinfo h3, #shopinfo dl {
    width: 75%;
}
#shopinfo dt {
  width:25%;
  clear: both;
}
#shopinfo dd {
  width:75%;
}
#shopinfo dl dt:last-child {
	border-top:1px solid #999;
}
#top_link{
  width:750px;
}
#top_link .link_img {
  width:350px;
  height:350px;
}
#top_link .link_txt_wrap {
    width: 350px;
}
.blog-in li .info-img {
    width: 25%;
    margin-left: 3%;
    margin-right: 2%;
}
#blog li .info-date,
.blog-in li .info-title {
    width: 70%;
}

/* 	フッターナビ */
	#footer .spbtn2 {
	 	display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: space-around;
		position: fixed;
		width: 100%;
		bottom: 0px;
		background:rgba(248, 248, 248, 0.98);
		box-sizing: border-box;
		align-items: flex-start;
		padding-top: 5px;
		z-index: 9999;
		color: black!important;
	}
	#footer .spbtn2 .spbtn_3 {
		text-align: center;
		display: block;
		font-size:12px;
		width: calc(100% / 3);
		padding: 5px;
		border-right: 1px solid #ccc;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#footer .spbtn2 .spbtn_4 {
		text-align: center;
		display: block;
		font-size:12px;
		width: calc(100% / 4);
		padding: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#footer .spbtn2 div:last-child {
		border-right: 0;
	}
	#footer .spbtn2 img{
		max-width: 30px;
	}
}</pre></body></html>