body {
  font-family: ryo-display-plusn, serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  background: #000;
  position: relative;
  /*
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  */
}

/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  transition: opacity 0.5s;
  opacity: 1;
}

.bg-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: -1;
  transition: opacity 1s;
  opacity: 0;
  top: 0;
}


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

body.scrolled .bg-mask {
  opacity: 0.5;
}

body.home:before {
  background: url("../../img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
  top: -100px;
}

body.access:before {
  background: url("../../access/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.chef:before {
  background: url("../../chef/img/bg.png") center no-repeat;
  background-size: cover;
  background-position: top;
  transition: opacity 0.5s;
  opacity: 0;
}

body.concept:before {
  background: url("../../concept/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.contact:before {
  background: url("../../contact/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.dinner:before {
  background: url("../../dinner/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.lunch:before {
  background: url("../../lunch/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.media:before {
  background: url("../../media/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.news:before {
  background: url("../../news/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.open:before {
  background: url("../../open/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.reservation:before {
  background: url("../../reservation/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.wine:before {
  background: url("../../wine/img/bg.png") center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}

body.home.show:before,
body.access.show:before,
body.chef.show:before,
body.concept.show:before,
body.contact.show:before,
body.dinner.show:before,
body.lunch.show:before,
body.media.show:before,
body.news.show:before,
body.open.show:before,
body.reservation.show:before,
body.wine.show:before {
  opacity: 1.0;
}

@media (min-width: 992px) {
  body.home:before {
    background: url("../../img/bg_pc.png") center no-repeat;
    background-size: cover;
    top: 0px
  }
  body.access:before {
    background: url("../../access/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.chef:before {
    background: url("../../chef/img/bg_pc.png") center no-repeat;
    background-size: cover;
    background-position: top;
  }
  body.concept:before {
    background: url("../../concept/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.contact:before {
    background: url("../../contact/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.dinner:before {
    background: url("../../dinner/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.lunch:before {
    background: url("../../lunch/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.media:before {
    background: url("../../media/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.news:before {
    background: url("../../news/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.open:before {
    background: url("../../open/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.reservation:before {
    background: url("../../reservation/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
  body.wine:before {
    background: url("../../wine/img/bg_pc.png") center no-repeat;
    background-size: cover;
  }
}

.bottom-bar {
  position: fixed;
  width: 100%;
  height: calc(50px + env(safe-area-inset-bottom));
  bottom: 0;
  padding: 0 16px;
  background: #212121;
  z-index: 1000;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .bottom-bar {
    display: none;
  }
}

@media (min-width: 1200px) {}

.bottom-bar .btn {
  display: inline-block;
  width: 24%;
  height: 49px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 47px;
  font-size: 14px;
  box-sizing: border-box;
}

.bottom-bar .btn:link,
.bottom-bar .btn:visited {
  color: #fff;
}

.bottom-bar .btn.icon {
  position: absolute;
  top: -32px;
  right: 16px;
  display: block;
  width: 74px;
  height: 74px;
  padding: 0;
  border-radius: 37px;
  text-align: center;
  vertical-align: middle;
  line-height: 0px;
  font-size: 12px;
  box-sizing: border-box;
  color: #fff;
  background: #000;
}

.bottom-bar .btn.icon.show {
  display: block;
}

.bottom-bar .btn.icon.hide {
  display: none;
}


.bottom-bar .btn.icon svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}

.bottom-mask {
  position: fixed;
  width: 100%;
  height: 100px;
  bottom: -100px;
  background: #000;
  z-index: 1000;
}

.nav {
  position: fixed;
  bottom: -100%;
  left: 0;
  margin: 0 8px;
  box-sizing: content-box;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.95);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: bottom 0.5s;
  opacity: 0;
  display: none;
  z-index: 999;
}

body.open-drawer {

}

body.open-drawer .nav.show {
  opacity: 1.0;
  display: block;
}

body.open-drawer .nav.show.up {
  bottom: 0%;
}


.nav ul {
  margin: 0 8px;
  padding : 8px 16px calc(64px + env(safe-area-inset-bottom)) 16px;
  list-style: none;
}

.nav ul li.sub-title {
  margin: 4px 0 -4px 0;
  font-size: 14px;
  color: #808080;
}

.nav ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #A3A3A3;
}

.nav ul li.sub-nav a {
  display: block;
  margin-left: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #A3A3A3;
}

.nav ul li a:link,
.nav ul li a:visited {
  color: #000000;
}

.nav ul li a:hover,
.nav ul li a:active {
  color: #000000;
  text-decoration: none;
}

.nav-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: -100%;
  background: rgba(20, 20, 20, 0.7);
  z-index: 998;
  transition: opacity 0.5s;
  opacity: 0;
}

.nav-mask.up {
  top: 0;
}

.nav-mask.show {
  opacity: 1.0;
}

.page {
  padding: 0 16px 80px 16px;
}

/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .page {
    padding: 96px 16px 80px 16px;
    width: 100%;
  }
}

@media (min-width: 1200px) {}

.logo {
  padding: 32px 0 0 0;
  text-align: center;
}

/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .logo {
    padding: 64px 0 0 0;
    text-align: center;
  }
}

@media (min-width: 1200px) {}


.logo h1 {
  color: #fff;
  line-height: 1.0;
  font-size: 13px;
}

.logo h1 img {
  display: block;
  margin: 16px auto 0 auto;
}

.logo h2 {
  color: #fff;
  line-height: 150%;
  font-size: 15px;
}

.page-footer {
  margin: 0;
  padding:48px 0 64px 0;
}

.page-footer .logo h1 img {
  display: block;
  width: 80px;
  margin: 8px auto 0 auto;
}

.page-footer .logo h2 {
  color: #fff;
  line-height: 150%;
  font-size: 13px;
}

.page-footer .contact-text {
}

.page-footer .contact-text h3 {
  margin: 0;
  padding: 8px 0 16px 0;
  color: #fff;
  line-height: 150%;
  font-size: 18px;
}

.page-footer .contact-text p {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 150%;
  font-size: 13px;
}

.page-footer .buttons {
  text-align: center;
  padding: 8px 0 40px 0;
}

.page-footer .buttons img {
  width: 30px;
}
/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .page-footer .contact-text h3 {
    text-align: center;
  }

  .page-footer .contact-text p {
    text-align: center;
  }
}

@media (min-width: 1200px) {}

.page-footer .contact-info {
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 8px;
}

/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .page-footer .contact-info {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }
}

.page-footer .contact-info h4 {
  margin: 0;
  padding: 0 0 8px 0;
  color: #fff;
  line-height: 130%;
  font-size: 18px;
  text-align: center;
}

.page-footer .contact-info h4 span {
  font-size: 14px;
}

.page-footer .contact-info p {
  margin: 0;
  padding: 0 8px;
  color: #fff;
  line-height: 150%;
  font-size: 13px;
}

.page-footer .contact-text p:last-child {
  padding: 0 0 16px 0;
}


.page-header {
  padding: 32px 0 0 0;
}

/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .page-header {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {}

.page-header h1 {
  margin: 0;
  padding: 0 0 16px 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.0;
  font-size: 24px;
  font-family: ryo-display-plusn, serif;
  font-weight: 700;
  font-style: normal;
}

.page-header h2 {
  margin: 0;
  padding: 0 0 16px 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.0;
  font-size: 12px;
}

.page-header p {
  margin: 0;
  padding: 0 0 8px 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  font-size: 14px;
}

.card {
  margin: 50% 0 0 0;
  padding: 0 8px 0 8px;
  background: rgba(255, 255, 255, 0.9);
}

.card+.card {
  margin: 32px 0 0 0;
}

.anniversary-lunch+.card {
  margin: 50px 0 0 0;
}

/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .card {
    margin: 240px auto 0 auto;
    max-width: 930px;
  }
  .card+.card {
    margin: 32px auto 0 auto;
  }
  .anniversary-lunch+.card {
    margin: 50px auto 0 auto;
  }
}


@media (min-width: 1200px) {}

.card.map {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}

.card.map iframe {
  margin-bottom: 16px;
}


.menu {
  padding: 0 0 16px 0;
}

.menu .menu-title {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding: 16px 8px 4px 8px;
  margin-bottom: 16px;
  border-bottom: solid 1px rgba(150, 127, 4, 0.3);
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

.menu .menu-title span {
  display: inline-block;
  font-size: 14px;
  color: rgba(150, 127, 4, 1.0);
}

.menu .menu-title span.price {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.menu .menu-title span.price em {
  font-style: normal;
  font-size: 20px;
  line-height: 24px
}

.menu p.only-students {
  margin: 0;
  padding: 0 0 16px 6px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(227, 72, 80);
  text-align: justify;
}

.menu ul {
  margin: 0;
  padding: 0 8px 0 24px;
}

.menu ul li {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  text-align: justify;
}

.menu span {
  display: block;
  font-size: 12px;
  color: rgba(150, 127, 4, 1.0);
}

.contents {
  padding-top: 8px;
}

.contents time {
  margin: 0;
  padding: 0 0 0 8px;
  line-height: 1.5;
  font-size: 12px;
}

.contents h1 {
  text-align: justify;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 8px 4px 8px;
}

.contents h1 span {
  font-size: 16px;
  line-height: 12px;
}

.contents time+h1 {
  margin: -8px 0 0 0;
}

.contents h2 {
  text-align: justify;
  font-size: 20px;
  line-height: 20px;
  padding: 16px 8px 4px 8px;
}

.contents h2 span {
  font-size: 16px;
  line-height: 24px;
}

.contents h3 {
  text-align: justify;
  font-size: 18px;
  line-height: 20px;
  padding: 16px 8px 0px 8px;
  margin-bottom: 0;
}

.contents p + h3 {
  margin-top: -16px;
}

.contents h3 span {
  font-size: 14px;
  line-height: 24px;
}

.contents p {
  padding: 8px;
  font-size: 15px;
  line-height: 1.65;
  text-align: justify;
}

.contents p+p {
  padding-top: 0;
}

.contents p.sub {
  line-height: 1.2;
}

.contents p.sub span{
  font-size: 0.8rem;
  line-height: 1.0;
  color: #555;
}

.contents .image {
  margin-right: -9px;
  margin-left: -9px;
}

.contents .image.top {
  margin-top: -9px;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.contents .image img {
  width: 100%;
  height: auto;
}

.contents .image.top img {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

/* breakpoint */
@media (min-width: 576px) {

}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .contents .image {
    margin-left: auto;
    margin-right: auto;
  }
  .contents .image.top {
    margin-left: -9px;
    margin-right: -9px;
  }
  .contents .image img.replace {
    width: auto;
    height: auto;
  }
}

@media (min-width: 1200px) {}



.grid {
  margin: 24px -16px 0 -16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.6);
}

.grid .item-01 {
  flex:0 1 auto;
  width: calc(50% - 1px / 2);
  margin-bottom: 1px;
}

.grid .item-02 {
  flex:0 1 auto;
  width: 100%;
  margin-bottom: 1px;
}

.grid .item-03 {
  flex:0 1 auto;
  width: 100%;
  margin-bottom: 1px;
}

.grid .item-04 {
  display: none;
  width: 100%;
  margin-bottom: 1px;
}

.grid .item-05 {
  flex:0 1 auto;
  width: 100%;
  margin-bottom: 1px;
}

.grid .item a,
.grid .item a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.grid .item a:link,
.grid .item a:visited,
.grid .item a:hover,
.grid .item a:active {
  color: #fff;
}

.grid .item img {
  width: 100%;
  height: auto;
}

.grid .item .item-contents {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 8px 8px 8px 8px;
  background: rgba(0, 0, 0, 0.8);
}

.grid .item.item-03 .item-contents {
  position: relative;
  padding: 16px 8px 16px 8px;
  background: #000;
}

.grid .item.item-03 a img {
  display: none;
}

.grid .item .item-contents h2 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.grid .item .item-contents h3 {
  font-size: 12px;
  margin: 0 0 4px 0;
}

.grid .item .item-contents p {
  font-size: 13px;
  margin-bottom: 0;
}

/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .grid {
    margin: 24px auto 0 auto;
    max-width: 960px;
    background: none;
  }
  .grid .item-01,
  .grid .item-05 {
    flex:0 1 auto;
    width: calc((100% - 32px) / 3);
    margin-bottom: 24px;
  }

  .grid .item-02 {
    flex:0 1 auto;
    width: calc((100% - 32px) / 3);
    margin-bottom: 24px;
  }

  .grid .item-03 {
    flex:0 1 auto;
    width: calc((100% - 32px) / 3);
    margin-bottom: 24px;
  }

  .grid .item-01,
  .grid .item-02,
  .grid .item-03,
  .grid .item-05,
  .grid .item-01 a,
  .grid .item-02 a,
  .grid .item-03 a,
  .grid .item-05 a,
  .grid .item-01 a img,
  .grid .item-02 a img,
  .grid .item-03 a img,
  .grid .item-05 a img {
    border-radius: 8px;
  }

  .grid .item.item-01 a .item-contents,
  .grid .item.item-02 a .item-contents,
  .grid .item.item-03 a .item-contents,
  .grid .item.item-05 a .item-contents {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .grid .item.item-03 a img {
    display: block;
  }

  .grid .item.item-01 .item-contents,
  .grid .item.item-02 .item-contents,
  .grid .item.item-03 .item-contents,
  .grid .item.item-05 .item-contents {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 8px 16px 16px;
    background: rgba(0, 0, 0, 0.8);
  }

  .grid .item-04 {
    display: block;
    width: calc((100% - 32px) / 3);
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {}

.info {
  margin: 24px -16px 0 -16px;
  padding: 16px 16px;
  background: rgba(255, 255, 255, 0.8);
}



/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .info {
    border-radius: 8px;
    margin: 24px auto 0 auto;
    max-width: 960px;
    padding: 16px 16px;
    background: rgba(255, 255, 255, 0.8);
  }

}

@media (min-width: 1200px) {}

.info h2 {
  font-size: 18px;
}

.info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.info ul li span {
  font-size: 13px;
}

.list {
  margin: 160px 0 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 8px;
  border-radius: 8px;
}

/* breakpoint */
@media (min-width: 992px) {
  .list {
    margin: 240px auto 0 auto;
    padding: 0;
    width: 930px;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    border-radius: 8px;
  }
}

.list .item {
  margin: 0;
  padding: 4px 16px 8px 16px;
  border-bottom: 1px solid #aaa;
}

.list .item:last-child {
  border-bottom: none;
}

.list .item time {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 12px;
}

.list .item h2 {
  margin: 0;
  padding: 0 0 4px 0;
  line-height: 1.5;
  font-size: 16px;
}

.list .item p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
}

.wine-menu {
  padding: 0 0 16px 0;
}

.wine-menu .wine-title-01 {
  font-size: 20px;
  line-height: 24px;
  padding: 16px 8px 14px 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px rgba(150, 127, 4, 0.3);
}

.wine-menu .wine-title-02 {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 8px 8px 8px;
  margin: 0;
}

.wine-menu .wine-title-03 {
  font-size: 16px;
  line-height: 20px;
  padding: 8px 8px 8px 8px;
  margin: 0;
  position: relative;
}

.wine-menu .wine-title-04 {
  font-size: 16px;
  line-height: 20px;
  padding: 8px 8px 8px 8px;
  margin: 0;
}


.wine-menu ul {
  margin: 0;
  padding: 0 8px 0 16px;
  list-style: none;
}

.wine-menu ul li {
  margin: 4px 0 8px 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  border-bottom: solid 1px #d1d1d1;
}

.wine-menu .item span.name {
  display: inline-block;
  margin: 0 60px 0 0;
  padding: 0 0 4px 0;
}

.wine-menu .item.item-02 span.name {
  margin: 0 0 22px 0;
  display: block;
}


.wine-menu .item span.year {
  color: #000000;
  display: inline-block;
  position: absolute;
  width: 49%;
  right: left;
  bottom: 0;
  padding: 0 0 4px 0;
}

.wine-menu .item span.price {
  color: #000000;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0 4px 0;
}

.wine-menu .item.item-02 span.price {
  right: 0;
  bottom: 0;
  padding: 0 0 4px 0;
  width: 49%;
  text-align: right;
}

.wine-menu .wine-title-03 span.price {
  color: #000000;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  right: 8px;
  bottom: 0;
  padding: 0 0 8px 0;
}

.wine-menu p {
  margin: 0 16px 8px 16px;
  padding: 0;
  font-size: 14px;
  text-align: justify;
}

.header-bar {
  display: none;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .header-bar {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 2000;
    transition: background 1s;
    background: rgba(0, 0, 0, 0);
  }
  body.scrolled .header-bar {
    background: rgba(20, 20, 20, 0.9);
  }
  .header-bar .container {
    display: flex;
  }
  .header-bar .logo {
    padding: 0;
    width: 64px;
  }
  .header-bar .logo h1 {
    font-size: 10px;
    width: 100%;
  }
  .header-bar .logo h1 img {
    margin: 16px 0;
  }
  .header-bar .header-menu {
    list-style: none;
    width: 848px;
    display: flex;
    justify-content: space-between;
    margin: 6px 0 0 16px;
    padding: 0;
    height: 56px;
  }
  .header-bar .header-menu .header-menu-item {
    display: block;
    height: 64px;
    padding: 0 4px;
    box-sizing: border-box;
  }
  .header-bar .header-menu .header-menu-item a {
    line-height: 64px;
    display: block;
    margin: 0;
    font-size: 13px;
  }
  .header-bar .header-menu .header-menu-item a:link,
  .header-bar .header-menu .header-menu-item a:visited {
    color: #fff;
  }
  .header-bar .header-menu .header-menu-item a:hover,
  .header-bar .header-menu .header-menu-item a:atvive {
    color: #fff;
  }
  .header-bar .dropdown-menu {
    margin: -16px 0 0 -8px;
    background-color: rgba(0, 0, 0, 0.95);
  }
  .header-bar .dropdown-menu .sub-nav a {
    line-height: 32px;
    padding-left: 8px;
  }
}



/* anniversarylunch */

 .anniversary-lunch {
    text-align: center;
    padding-top: 50px;
 }
 .anniversary-lunch img {
    border-radius: 8px;
    width: 100%;
    max-width: 960px;
 }

@media (max-width: 992px) {
   .anniversary-lunch {
   margin: 0px -16px 0 -16px;
 }
 .anniversary-lunch img {
    border-radius: 0px;
    width: 100%;
 }
}

.instagram {
  margin: 80px 24px 0 24px;
}

@media only screen and (min-width: 768px) {
  .instagram {
    margin: 168px auto 0 auto;
    max-width: 960px;
  }
}

.instagram__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.instagram__heading .heading {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 1.0);
}

.instagram__icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-top: 0px;
  display: inline-block;
}

.instagram__content {
  margin-bottom: 16px;
}

.instagram__items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.instagram__item {
  margin: 0;
  padding: 0;
  width: calc((100% - 20px) / 2);
  height: auto;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .instagram__item {
    width: calc((100% - 60px) / 4);
  }
}

.instagram__link {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.instagram__link:link,
.instagram__link:visited {
  text-decoration: none;
  border: none;
}

.instagram__link:hover,
.instagram__link:active {
  text-decoration: none;
  border: none;
}

.instagram__dummy {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.instagram__img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video.instagram__img {
  margin-bottom: -10px;
}

.instagram__error {
  padding: 40px 0;
  font-size: 14px;
  text-align: center;
  background-color: rgba(199, 191, 163, 0.3);
}

.instagram__footer .btns .btn {
  display: block;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 1.0);
}

.instagram__footer .btns .btn:link,
.instagram__footer .btns .btn:visited {
  background-color: rgba(255, 255, 255, 0.1);
}

.instagram__footer .btns .btn:hover,
.instagram__footer .btns .btn:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.contents h2.news__heading-h2 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.contents h3.news__heading-h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.contents p.news__paragraph {
  margin: 0;
  padding: 0 16px 8px 8px;
  font-size: 15px;
  line-height: 24px;
}

.contents p.news__notice {
  margin: 0;
  padding: 16px 16px 8px 8px;
  font-size: 14px;
  line-height: 24px;
  color: rgb(120, 120, 120);
}

.contents img.news__img {
  display: block;
  margin: 8px auto 0 auto;
  padding: 0 0 4px 8px;
  width: calc(100% - 32px);
  height: auto;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .contents img.news__img {
    margin: 8px 0 0 0;
    width: 50%;
  }
}

.wine-event {
  margin: 50% 0 0 0;
  padding: 0 8px 0 8px;
}

/* breakpoint */
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .wine-event {
    margin: 240px auto 0 auto;
    max-width: 930px;
  }
}

.wine-event-title {
  font-size: 22px;
  line-height: 24px;
  padding: 0 0 8px 0;
  margin-top: 50%;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
}

.wine-event-description {
  font-size: 14px;
  line-height: 1.5;
  padding: 0px 0px 16px 0px;
  margin-bottom: 8px;
  color: rgb(255, 255, 255);
}

.wine-menu p.wine-event-label {
  font-size: 12px;
  line-height: 12px;
  padding: 16px 0px 0px 8px;
  margin: 0;
  color:rgb(227, 72, 80);
}

.wine-event-price {
  font-style: normal;
}

.wine-menu p.wine-event-isewine {
  margin: 0 16px 16px 8px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
}

.highlights {
    margin: 80px 0 24px -16px;
    padding: 0;
    width: calc(100% + 32px);
}

.highlights-img {
    width: 100%;
    height: auto;
    margin: 0 16px;
}

.highlights-container {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
}

.highlights-slider {
  display: none;
}

.highlights-slider .slick-dots {
	list-style: none;
    text-align: center;
    margin: 8px 0 0 0;
    padding: 0;
}

.highlights-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	padding: 0;
    border-radius: 6px;
	cursor: pointer;
	background: rgba(180, 180, 180, 1.0);
}

@media only screen and (min-width: 768px) {
    .highlights-slider .slick-dots li {
        width: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .highlights-slider .slick-dots li {
        width: 12px;
    }
}

.highlights-slider .slick-dots li.slick-active {
	background: #3fc6b8;
}

.highlights-slider .slick-dots li button {
	position: relative;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
    border-radius: 6px;
	outline: none;
	background: transparent;
	z-index: 8;
}

@media only screen and (min-width: 768px) {
    .highlights-slider .slick-dots li button {
        width: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .highlights-slider .slick-dots li button {
        width: 12px;
    }
}

.highlights-slider .slick-dots li button::after {
	display: none;
}

.highlights-slider .slick-dots li.slick-active button::after {
    display: none;
}

.highlights-slider .slick-dots li button::before {
	display: none;
}

.highlights-slider .slick-dots li.slick-active button::before {
    display: none;
}