<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.menu__title {
  font-size: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu__title {
    font-size: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu__title {
    font-size: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu__menu__cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.drink__container {
  padding-bottom: 30px;
}

.genre__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.genre__nav--link:hover {
  opacity: 0.7;
}

.news__title {
  font-size: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news__title {
    font-size: 84px;
  }
}

.news__inner {
  margin-inline: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    margin-inline: 30px;
  }
}

.news__wrapper {
  margin-top: 60px;
  border-top: 1px solid #777;
}

.news__head {
  text-align: left;
  line-height: 50px;
}
.news__head time {
  font-size: 14px;
}
.news__head h3 {
  font-size: 32px;
}

.news__main {
  text-align: left;
  margin-top: 20px;
  line-height: 1.7em;
}
.news__main--img {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .news__main--img {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news__main--img img {
  height: 100%;
}

body {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1A050B), color-stop(50%, rgba(26, 5, 11, 0.7))), url("/wp-content/uploads/2025/01/ペイズリー03.jpg");
  background: linear-gradient(to right, #1A050B 50%, rgba(26, 5, 11, 0.7) 50%), url("/wp-content/uploads/2025/01/ペイズリー03.jpg");
  background-size: 100% 100% cover;
  background-position: left top, right top;
  background-repeat: repeat;
  background-blend-mode: normal, overlay;
  color: #fff;
}

.header {
  width: 100%;
  height: 80px;
}

.header__wrapper {
  background-color: #370B16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: fixed;
  z-index: 300;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    padding-left: 20px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.header__title .title {
  font-size: 40px;
}
.header__title .header__sub {
  position: absolute;
  left: 0;
  bottom: -8px;
}

.nav {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header__list :hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .header__list {
    display: none;
  }
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menu-btn {
    width: 46px;
    height: 46px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 500;
  }
  .ber-1,
  .ber-2,
  .ber-3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .ber-1 {
    top: 30%;
  }
  .ber-3 {
    top: 70%;
  }
  .menu-btn.is-active .ber-1 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .menu-btn.is-active .ber-2 {
    opacity: 0;
  }
  .menu-btn.is-active .ber-3 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .sp__nav {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .insta {
    display: none;
  }
  .sp__nav.is-active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #020101;
    opacity: 0.8;
    z-index: 400;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
  }
  .sp__nav.is-active .sp__nav--ul {
    text-align: center;
    font-size: 32px;
    margin: 100px 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .sp__nav.is-active .sp__nav--ul li {
    margin-top: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.fv {
  margin-top: 40px;
  height: 600px; /* 600px +120px = 720px */
  z-index: 100;
}

.swiper {
  position: relative;
  height: 600px;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-slide img {
  max-width: 1200px;
  height: inherit;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .swiper-slide img {
    width: 100%;
  }
}
.swiper-slide-active img {
  opacity: 1;
}

.fv__text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv__text p {
  font-size: 40px;
  font-weight: bold;
}

.fv__text h2 {
  font-size: 40px;
}

.main {
  width: 100%;
  height: 100%;
}

.section {
  text-align: center;
}
.section__inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding-top: 30px;
  }
}
.section__title {
  font-size: 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 48px;
  }
}
.section__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  height: 4px;
  width: 300px;
  background-color: red;
}
@media screen and (max-width: 767px) {
  .section__title::after {
    width: 200px;
  }
}

.concept {
  font-family: "Nanum Myeongjo", serif;
  margin-top: 40px;
}
.concept__groups {
  margin: 40px;
}
@media screen and (max-width: 767px) {
  .concept__group {
    max-width: 90%;
    margin-inline: auto;
  }
}
.concept__group--catch {
  margin-top: 40px;
}
.concept__group--img {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 800px;
  height: auto;
}
.concept__group--text {
  max-width: 800px;
  margin-top: 20px;
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .concept__group--text {
    font-size: 24px;
  }
  .concept__group--text .pc-none {
    display: none;
  }
}

.news__rows {
  padding-bottom: 20px;
}
.news__row {
  border: 2px solid #370B16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-inline: 150px;
  padding: 10px;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  background-color: #f5f5f5;
  color: #370B16;
}
.news__row--wrapper {
  background-color: #666;
  opacity: 0.5;
  position: relative;
}
.news__row--wrapper .coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: bold;
  line-height: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news__row {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .news__row {
    width: 90%;
    margin-inline: auto;
  }
}
.news__row:first-child {
  margin-top: 40px;
}
.news__row:hover {
  opacity: 0.7;
}
.news__row--img {
  width: 240px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .news__row--img {
    width: 30%;
    height: 120px;
  }
}
.news__row--img img {
  height: inherit;
}
.news__row--contents {
  width: 60%;
  text-align: left;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .news__row--contents {
    width: 60%;
    padding-top: 8px;
  }
}
.news__row--date {
  font-size: 12px;
}
.news__row--text {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .news__row--text {
    padding-top: 10px;
  }
}
.news__row--title {
  font-weight: bold;
  padding-bottom: 3px;
}
.news__archive {
  border-bottom: #ffffff solid 1px;
  font-weight: bold;
}

.news-link {
  text-align: center;
  margin-bottom: 20px;
}

.menu__cards {
  margin: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .menu__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.menu__card {
  background-color: #fff;
  color: #370B16;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.menu__card--wrapper {
  background-color: #666;
  opacity: 0.5;
  position: relative;
}
.menu__card--wrapper .coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: bold;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .menu__card {
    width: 90%;
    margin-inline: auto;
  }
}
.menu__card:hover {
  opacity: 0.7;
}
.menu__card--img {
  margin: 10px;
  height: auto;
}
.menu__card--text {
  margin: 10px;
}
.menu__card--name {
  font-size: 32px;
  font-weight: bold;
}
.menu__card--discription {
  font-size: 14px;
  line-height: 2em;
}
.menu__card--price {
  padding-top: 10px;
  font-size: 24px;
}

.floor__inner {
  margin: 40px;
}

.floor__main {
  margin-top: 40px;
  position: relative;
}
.floor__main--img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.7;
}
.floor__main--text {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 4em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .floor__main--text {
    line-height: 3em;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .floor__main--text {
    font-size: 18px;
    line-height: 3em;
    width: 300px;
  }
}

.floor__about .floor__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.floor__about .floor__text--floor {
  font-size: 54px;
  text-align: left;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .floor__about .floor__text--floor {
    font-size: 42px;
  }
}
.floor__about .floor__text--text {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .floor__about .floor__text--text {
    font-size: 18px;
  }
}
.floor__about--img {
  width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .floor__about--img {
    max-width: 350px;
    max-height: 500px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .floor__about--img {
    width: auto;
  }
}
.floor__about .floor__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .floor__about .floor__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.floor__about .floor__image .floor__about--mitori {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .floor__about .floor__image .floor__about--mitori {
    width: auto;
  }
}

.img__second {
  margin-top: 20px;
}

.access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access__map iframe {
  width: 600px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .access__map iframe {
    width: 95%;
    height: 300px;
  }
}

.access__infos {
  width: 250px;
  line-height: 2em;
  text-align: left;
  color: #333;
}
.access__infos h4 {
  color: #370B16;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .access__infos {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .access__infos {
    width: 90%;
    margin-inline: auto;
  }
}

.access__info {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #333;
}
.access__info .sp {
  display: none;
}
.access__info p {
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .access__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access__info h4 {
    width: 150px;
    padding-left: 20px;
  }
  .access__info .pc {
    display: none;
  }
  .access__info .sp {
    display: block;
  }
  .access__info .second {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .access__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access__info h4 {
    width: 150px;
    padding-left: 20px;
  }
  .access__info .pc {
    display: none;
  }
  .access__info .sp {
    display: block;
  }
  .access__info .second {
    margin-left: 20px;
  }
}

.recruit {
  margin-bottom: 40px;
}
.recruit__description {
  margin-top: 20px;
  margin-bottom: 40px;
}
.recruit .form__wrapper {
  width: 100%;
  height: 400px;
  position: relative;
}
.recruit .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.recruit .form__row label {
  text-align: right;
  width: 200px;
}
.recruit form {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
  margin-inline: auto;
}
.recruit input, .recruit textarea {
  color: #000;
}
.recruit label, .recruit input, .recruit textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.recruit button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-left: 30%;
}
.recruit button:hover {
  background-color: #45a049;
}
.recruit .br__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit .br__sp {
    display: block;
  }
}

.footer__wrapper {
  height: 300px;
  background-color: #370B16;
}
.footer__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    height: auto;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: 10%;
  padding-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer__nav .logo {
  font-size: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__nav .logo {
    font-size: 62px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav .logo {
    font-size: 50px;
  }
}
.footer__nav .logo__sub {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .footer__nav .logo__sub {
    font-size: 20px;
  }
}

small {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  small {
    bottom: -80px;
    text-align: center;
  }
}

.pagination {
  margin-block: 12px;
  text-align: center;
  font-size: 30px;
}
.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination a:hover {
  opacity: 0.6;
}
.pagination a.next, .pagination a .prev {
  font-size: 30px;
}</pre></body></html>