<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&amp;family=EB+Garamond:wght@500&amp;family=Lato&amp;display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/common/images/ico_loading.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

:root {
  --padding: 120px;
  --radius: 5px;
  --shadow: 0px 0px 20px rgba(0,0,0,.1);
}

.font-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.rest {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  background: url(../images/restaurant/menu_bg.jpg) repeat-y center top/contain;
  padding-bottom: 0;
}
.rest .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.rest .inner.-l {
  max-width: 1200px;
}

.resr_header {
  width: 100%;
  height: 200px;
  background: url(../images/restaurant/header_bg.png) no-repeat center/cover;
  position: relative;
}

.rest_header_ttl {
  width: 205px;
  position: absolute;
  left: calc(50% - 500px);
  top: calc(50% - 28px);
}

.rest_kv {
  background: url(../images/restaurant/kv_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.rest_kv_logo {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  padding: 20px 0 30px;
  background: rgba(0, 0, 0, 0.8);
}
.rest_kv_logo &gt; img {
  width: 293px;
  height: auto;
}

.rest_kv_lead {
  font-size: 1.13rem;
  padding: var(--padding) 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.rest_info {
  background: url(../images/restaurant/info_bg.jpg) repeat-y center top/contain;
  padding: var(--padding) 0;
  position: relative;
  overflow: hidden;
}
.rest_info:before {
  content: "";
  width: 1556px;
  aspect-ratio: 1556/1426;
  position: absolute;
  right: -100px;
  top: -300px;
  background: url(../images/restaurant/info_light.png) no-repeat center/cover;
  mix-blend-mode: color-dodge;
  opacity: 0.5;
}
.rest_info:after {
  content: "";
  width: 778px;
  aspect-ratio: 1556/1426;
  position: absolute;
  right: -100px;
  top: -300px;
  background: url(../images/restaurant/info_light.png) no-repeat center/cover;
  mix-blend-mode: color-dodge;
  opacity: 0.5;
}

.rest_thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 40px 4%;
  position: relative;
  z-index: 1;
}
.rest_thumbs &gt; div {
  width: 100%;
}
.rest_thumbs &gt; div:not(:last-child) {
  width: 48%;
}

.rest_thumbs_img {
  border-radius: var(--radius);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  overflow: hidden;
}

.rest_info_slide {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: var(--padding);
  position: relative;
  z-index: 1;
}

.rest_info_ttl {
  font-size: 2.63rem;
  line-height: 1;
  margin-bottom: 40px;
  color: #fff;
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}
.slick-slide &gt; div {
  height: 100%;
}

.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  width: 0;
  height: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.info_slider {
  margin-left: -20px;
  width: calc(100% + 40px);
  position: relative;
}

.info_slide {
  height: 100%;
}

.info_slide_inner {
  display: block;
  margin: 0 20px;
  background: #fff;
  color: #000;
  width: auto;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  text-align: left;
  height: 100%;
}
@media (any-hover: hover) {
  .info_slide_inner {
    -webkit-transition: opacity ease-out 0.2s;
    transition: opacity ease-out 0.2s;
  }
  .info_slide_inner:hover {
    opacity: 0.8;
  }
}

.info_slide_tag {
  position: absolute;
  left: 0;
  top: 0;
  background: #757575;
  color: #fff;
  z-index: 1;
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 5px 10px 7px;
  border-radius: 0 0 var(--radius) 0;
}
.info_slide_tag.-cat1 {
  background: #a99034;
}
.info_slide_tag.-cat2 {
  background: #ca5893;
}
.info_slide_tag.-cat3 {
  background: #2989ac;
}
.info_slide_tag.-cat4 {
  background: #34a955;
}

.info_slide_date {
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 20px 20px 10px;
}

.info_slide_ttl {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 20px;
}

.info_slide_txt {
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 10px 20px 20px 20px;
}

.rest_contents {
  font-family: "lato", "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: var(--padding) 0;
}
.rest_contents:nth-child(odd) {
  background: rgba(255, 255, 255, 0.3);
}
.rest_contents:nth-child(odd) .menu_slider {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.rest_category {
  font-size: 2.63rem;
  line-height: 1;
  max-width: 700px;
  margin: 0 auto;
}
.rest_category + .rest_col {
  margin-top: 60px;
}

.rest_category-sub {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0.4em auto 0;
  max-width: 700px;
}
.rest_category-sub + .rest_col {
  margin-top: 60px;
}

.rest_lead {
  font-size: 1rem;
  margin: 40px auto 0;
  max-width: 700px;
}

.rest_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  gap: 40px;
}
.rest_col:has(.slick-dotted) .rest_txtarea {
  margin-top: -60px;
}
.rest_col.-drink {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 60px;
}
.rest_col.-drink .rest_menu {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.menu_slider {
  width: 700px;
}
.menu_slider .slick-list {
  border-radius: var(--radius);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  overflow: hidden;
}
.menu_slider .slick-dots {
  bottom: -40px;
}
.menu_slider .slick-dots li button {
  background: #fff;
}
.menu_slider .slick-dots li.slick-active button {
  background: #000;
}
.menu_slider.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.rest_txtarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 700px;
  text-align: left;
}

.rest_subcategory {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
}

.rest_freetxt_1,
.rest_freetxt_2 {
  font-size: 0.88rem;
  margin-top: 20px;
}

.rest_notes {
  font-size: 0.63rem;
  margin-top: 25px;
}

.rest_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 40px;
  max-width: 960px;
  margin: 40px auto 0;
}

.rest_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  border-radius: var(--radius);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  width: 460px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 40px;
}
@media (any-hover: hover) {
  .rest_btn {
    -webkit-transition: opacity ease-out 0.2s;
    transition: opacity ease-out 0.2s;
  }
  .rest_btn:hover {
    opacity: 0.8;
  }
}
.rest_btn:before {
  content: "";
  width: 8px;
  height: 16px;
  background: url(/common/images/ico_ar_r_b.svg) no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}
.rest_btn.-menu {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 320px;
  margin: 0 120px;
}
.rest_btn.-menu:before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(/common/images/ico_pdf_b.svg) no-repeat center/contain;
  position: absolute;
  right: 11px;
  top: calc(50% - 8px);
}

.rest_menu_head {
  font-size: 2.63rem;
  line-height: 1;
}

.menu_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 40px;
  margin-top: 40px;
}

.menu_col_block {
  width: 350px;
  text-align: left;
}

.rest_menu_subhead {
  font-size: 1.63rem;
}

.rest_menu_lead {
  font-size: 0.88rem;
  line-height: 1.6;
}

.rest_menu_txt {
  font-size: 0.88rem;
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}

.rest_bottom_notes {
  font-family: "lato", "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: left;
  padding: 20px 0;
}
.rest_bottom_notes &gt; li {
  font-size: 0.63rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.rest_bottom_notes &gt; li + li {
  margin-top: 5px;
}

@media screen and (max-width: 1280px) {
  .rest_contents .menu_slider {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .rest_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 40px;
  }
  .rest_col:has(.slick-dotted) .rest_txtarea {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .rest .inner {
    max-width: 700px;
  }
  .rest .inner.-l {
    max-width: 700px;
  }

  .rest_header_ttl {
    left: calc(50% - 350px);
  }

  .rest_kv_lead {
    text-align: left;
  }

  .rest_info_slide {
    max-width: 700px;
    margin: 0 auto;
  }

  .info_slider {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .info_slide_inner {
    margin: 0 10px;
  }

  .info_slide_tag {
    font-size: 0.75rem;
  }

  .menu_col {
    gap: 30px;
  }

  .menu_col_block {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --padding: 15.64537vw;
    --radius: 1.3vw;
    --shadow: 0px 0px 2.60756vw rgba(0,0,0,.1);
  }

  .rest .inner {
    max-width: 91.26vw;
  }
  .rest .inner.-l {
    max-width: 91.26vw;
  }

  .resr_header {
    height: 19.56vw;
  }

  .rest_header_ttl {
    width: 27.38vw;
    left: calc(50% - 45.63vw);
    top: calc(50% - 3.65vw);
  }

  .rest_kv {
    background: url(../images/restaurant/kv_bg.jpg) no-repeat center/cover;
    color: #fff;
  }

  .rest_kv_logo {
    padding: 2.61vw 0 3.91vw;
  }
  .rest_kv_logo &gt; img {
    width: 57.37vw;
  }

  .rest_kv_lead {
    font-size: 3.13vw;
    max-width: 91.26vw;
    padding: 7.82vw 0;
  }

  .rest_info:before {
    width: 101.43vw;
    right: -6.52vw;
    top: -19.56vw;
  }
  .rest_info:after {
    width: 50.72vw;
    right: -6.52vw;
    top: -19.56vw;
  }

  .rest_thumbs {
    gap: 3.91vw 4%;
  }

  .rest_info_ttl {
    font-size: 7.3vw;
    margin-bottom: 5.22vw;
  }

  .rest_info_slide {
    max-width: 100%;
    position: relative;
    z-index: 1;
  }

  .slick-dots {
    bottom: -9.13vw;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 15.65vw;
  }

  .info_slider {
    margin-left: 0;
    width: 100%;
  }

  .info_slide_inner {
    margin: 0 2.61vw;
    width: auto;
  }

  .info_slide_tag {
    font-size: 2.61vw;
    padding: 1.3vw 2.61vw 1.83vw;
  }

  .info_slide_date {
    font-size: 2.61vw;
    line-height: 1.4;
    padding: 3.91vw 3.91vw 1.3vw;
  }

  .info_slide_ttl {
    font-size: 3.65vw;
    padding: 0 3.91vw;
  }

  .info_slide_txt {
    font-size: 3.13vw;
    padding: 1.3vw 3.91vw 3.91vw 3.91vw;
  }

  .rest_category {
    font-size: 7.3vw;
    max-width: 91.26vw;
  }
  .rest_category + .rest_col {
    margin-top: 10.43vw;
  }

  .rest_category-sub {
    font-size: 2.61vw;
    max-width: 91.26vw;
  }
  .rest_category-sub + .rest_col {
    margin-top: 10.43vw;
  }

  .rest_lead {
    font-size: 3.65vw;
    margin: 7.82vw 0 0;
    max-width: 91.26vw;
    text-align: left;
  }

  .rest_col {
    margin-top: 10.43vw;
    gap: 7.82vw;
  }
  .rest_col.-drink {
    gap: 7.82vw;
  }

  .menu_slider {
    width: 100%;
  }
  .menu_slider .slick-dots {
    bottom: -9.13vw;
  }
  .menu_slider.slick-dotted.slick-slider {
    margin-bottom: 13.04vw;
  }

  .rest_txtarea {
    max-width: 100%;
  }

  .rest_subcategory {
    font-size: 4.69vw;
  }

  .rest_freetxt_1,
.rest_freetxt_2 {
    font-size: 3.65vw;
    margin-top: 5.22vw;
  }

  .rest_notes {
    font-size: 2.61vw;
    margin-top: 6.52vw;
  }

  .rest_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 5.22vw;
    max-width: 100%;
    margin: 10.43vw auto 0;
  }

  .rest_btn {
    font-size: 3.65vw;
    width: 80.83vw;
    height: 15.65vw;
    padding: 0 5.22vw;
  }
  .rest_btn:before {
    content: "";
    width: 1.56vw;
    height: 3.13vw;
    right: 2.61vw;
    top: calc(50% - 1.56vw);
  }
  .rest_btn.-menu {
    width: 62.58vw;
    margin: 0;
  }
  .rest_btn.-menu:before {
    width: 2.09vw;
    height: 2.87vw;
    right: 2.35vw;
    top: calc(50% - 11px);
  }

  .rest_menu {
    width: 80%;
  }

  .rest_menu_head {
    font-size: 7.3vw;
  }

  .menu_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 7.82vw;
    margin-top: 5.22vw;
  }

  .menu_col_block {
    width: 100%;
    text-align: left;
  }

  .rest_menu_subhead {
    font-size: 5.48vw;
  }

  .rest_menu_lead {
    font-size: 3.65vw;
  }

  .rest_menu_txt {
    font-size: 3.65vw;
    margin-top: 5.22vw;
    padding-top: 5.22vw;
  }

  .rest_bottom_notes {
    padding: 2.61vw 0;
  }
  .rest_bottom_notes &gt; li {
    font-size: 2.61vw;
  }
  .rest_bottom_notes &gt; li + li {
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 374px) {
  .kv_copy_restaurant {
    top: -86%;
    height: 135%;
  }
}</pre></body></html>