@charset "UTF-8";
a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 16px;
}
@media (max-width: 900px) {
  .wrapper {
    padding: 50px 20px;
  }
}

.section-title {
  font-family: "Noto Serif HK", serif;
  display: inline-block;
  font-size: 2rem;
  border-bottom: 3px solid;
  margin-bottom: 70px;
}
@media (max-width: 900px) {
  .section-title {
    font-size: 1.75rem;
    margin-bottom: 50px;
  }
}

.wrapper-access {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 20px;
}

header .header-nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #704214;
  background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
  background-repeat: repeat;
  width: 40%;
  height: 100vh;
  padding-top: 80px;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  transition: all 0.6s ease;
}
@media (max-width: 900px) {
  header .header-nav {
    width: 100%;
  }
}
header .header-nav .menu-list li {
  margin-bottom: 30px;
  padding-left: 50px;
}
header .header-nav .menu-list li a {
  color: #f0f0f0;
  font-family: "Noto Serif HK", serif;
  font-size: 1.4rem;
}
header .header-nav .menu-list li a:hover {
  color: #e9d8a6;
  transition: 0.5s;
}
header .header-nav .menu-list li a .fa-instagram {
  font-size: 1.8rem;
}
header .toggle_btn {
  width: 80px;
  height: 80px;
  background-color: #704214;
  background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.5s;
  z-index: 10;
  cursor: pointer;
}
header .toggle_btn span {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
header .toggle_btn span:nth-child(1) {
  top: 25px;
}
header .toggle_btn span:nth-child(2) {
  top: 39px;
}
header .toggle_btn span:nth-child(3) {
  bottom: 25px;
}

.active .header-nav {
  opacity: 1;
  visibility: visible;
}
.active .toggle_btn {
  z-index: 20;
}
.active .toggle_btn span:nth-child(1) {
  transform: rotate(-315deg);
  top: 50%;
}
.active .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.active .toggle_btn span:nth-child(3) {
  transform: rotate(315deg);
  top: 50%;
}

.wave-text {
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  /* ホバー時にアニメーションを個別に付与 */
}
.wave-text span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.wave-text:hover span {
  animation: wave 0.6s ease forwards;
}
.wave-text:hover span:nth-child(1) {
  animation-delay: 0s;
}
.wave-text:hover span:nth-child(2) {
  animation-delay: 0.05s;
}
.wave-text:hover span:nth-child(3) {
  animation-delay: 0.1s;
}
.wave-text:hover span:nth-child(4) {
  animation-delay: 0.15s;
}
.wave-text:hover span:nth-child(5) {
  animation-delay: 0.2s;
}
.wave-text:hover span:nth-child(6) {
  animation-delay: 0.25s;
}
.wave-text:hover span:nth-child(7) {
  animation-delay: 0.3s;
}
.wave-text:hover span:nth-child(8) {
  animation-delay: 0.35s;
}
.wave-text:hover span:nth-child(9) {
  animation-delay: 0.4s;
}
.wave-text:hover span:nth-child(10) {
  animation-delay: 0.45s;
}
.wave-text:hover span:nth-child(11) {
  animation-delay: 0.5s;
}

@keyframes wave {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-visual {
  width: 100%;
  height: 100vh;
  display: flex;
}
.main-visual .left-column {
  width: 60%;
  background-color: #502f0e;
}
@media (max-width: 900px) {
  .main-visual .left-column {
    width: 100%;
    height: 100vh;
    position: relative;
  }
}
@media (max-width: 900px) {
  .main-visual .left-column .swiper {
    height: 100vh;
  }
}
.main-visual .left-column .swiper .swiper-wrapper .swiper-slide img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.92) contrast(1.1);
  display: block;
  max-width: unset;
  text-align: right;
}
.main-visual .left-column .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(112, 66, 20, 0.6));
  z-index: 1;
}
@media (max-width: 900px) {
  .main-visual .left-column .swiper .swiper-wrapper .swiper-slide::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(112, 66, 20, 0.6));
  }
}
@media (max-width: 900px) {
  .main-visual .left-column .swiper .swiper-wrapper,
  .main-visual .left-column .swiper .swiper-slide,
  .main-visual .left-column .swiper img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-visual .right-column {
  width: 40%;
  height: 100vh;
  background-color: #704214;
  background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .main-visual .right-column {
    width: 0;
  }
}
.main-visual .right-column .site-title {
  width: 30%;
  z-index: 1;
}
@media (max-width: 900px) {
  .main-visual .right-column .site-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    filter: drop-shadow(1px 1px 3px #fff);
  }
}
.main-visual .right-column .site-title img {
  filter: brightness(0) invert(1);
}
@media (max-width: 900px) {
  .main-visual .right-column .site-title img {
    filter: none;
  }
}
@media (max-width: 900px) {
  .main-visual .right-column .overlay-wrapper {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
  }
}
.main-visual .right-column .overlay-wrapper .catchphrase {
  font-family: "Noto Serif HK", serif;
  text-align: center;
  color: #e9d8a6;
  font-size: 2.3rem;
}
@media (max-width: 900px) {
  .main-visual .right-column .overlay-wrapper .catchphrase {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  }
}
.main-visual .right-column .overlay-wrapper .catchphrase .small {
  color: #f0f0f0;
  font-size: 1.2rem;
  font-family: "Playfair Display", serif;
}

#about .contents {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
#about .contents:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  #about .contents {
    margin-bottom: 80px;
  }
}
#about .contents .img {
  width: 50%;
}
@media (max-width: 900px) {
  #about .contents .img {
    width: 90%;
  }
}
#about .contents .texts {
  text-align: left;
  width: 50%;
  padding: 0 7%;
}
@media (max-width: 900px) {
  #about .contents .texts {
    text-align: center;
    width: 90%;
    padding: 0;
  }
}
#about .contents .texts .big {
  font-size: 2rem;
  font-family: "Playfair Display", serif;
}
@media (max-width: 900px) {
  #about .contents .texts .big {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#about .contents .texts .small {
  font-size: 1rem;
}
@media (max-width: 900px) {
  #about .img-left {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  #about .img-right {
    flex-direction: column-reverse;
  }
}
#about .pc-br {
  display: inline;
}
@media (max-width: 900px) {
  #about .pc-br {
    display: none;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

#menu .menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 70px;
}
@media (max-width: 900px) {
  #menu .menu-list {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 70px auto;
  }
}
#menu .menu-list li {
  position: relative;
}
#menu .menu-list li .bg-img {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
#menu .menu-list li .bg-img img {
  filter: brightness(70%);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#menu .menu-list li .bg-img img:hover {
  transform: scale(1.2);
}
#menu .menu-list li .bg-img .bg-text {
  font-family: "Noto Serif HK", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.7rem;
  pointer-events: none;
}
#menu .menu-list li a {
  color: #000;
}
#menu .menu-list li a .menu-page {
  font-family: "Noto Serif HK", serif;
  font-size: 1.5rem;
  border-bottom: 1px solid;
  position: relative;
  padding-bottom: 4px;
}
#menu .menu-list li a .menu-page:hover {
  opacity: 0.6;
  transition: 0.6s;
}
@media (max-width: 900px) {
  #menu .menu-list li a .menu-page {
    max-width: 400px;
    margin: 0 auto;
  }
}
#menu .menu-list li a .menu-page::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 5px;
  width: 1px;
  height: 50%;
  background: #000;
  transform: rotate(-35deg);
}

#reservation p {
  margin-bottom: 70px;
}
#reservation .reserve-buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  #reservation .reserve-buttons {
    flex-direction: column;
    align-items: center;
  }
}
#reservation .reserve-buttons .btn {
  display: block;
  background-color: #704214;
  background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
  background-repeat: repeat;
  width: 300px;
  height: 80px;
  padding: 10px;
}
@media (max-width: 900px) {
  #reservation .reserve-buttons .btn {
    margin-bottom: 30px;
  }
  #reservation .reserve-buttons .btn:last-child {
    margin-bottom: 0;
  }
}
#reservation .reserve-buttons .btn button {
  color: #f0f0f0;
  border: 2px solid #f0f0f0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif HK", serif;
}
#reservation .reserve-buttons .btn button:hover {
  opacity: 0.6;
  transition: 0.5s;
}
#reservation .reserve-buttons .btn button svg {
  margin-right: 20px;
}

#access {
  background-repeat: repeat;
  background-color: #e9d8a6;
  background-image: url(https://www.transparenttextures.com/patterns/otis-redding.png);
}
#access .content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  #access .content {
    flex-direction: column;
  }
}
#access dl {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #f0f0f0;
  margin-right: 50px;
}
@media (max-width: 900px) {
  #access dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    flex-direction: column;
  }
}
#access dl dt {
  width: 20%;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 10px;
}
@media (max-width: 900px) {
  #access dl dt {
    border-bottom: none;
    padding: 20px 10px 0 10px;
    font-weight: bold;
    width: 100%;
  }
}
#access dl dd {
  width: 80%;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 10px;
}
@media (max-width: 900px) {
  #access dl dd {
    padding: 0 10px 20px 10px;
    width: 100%;
  }
}
#access dl dd a {
  color: #000;
  text-decoration: underline;
}
#access dl dd a:hover {
  opacity: 0.6;
}
#access .map {
  width: 60%;
}
@media (max-width: 900px) {
  #access .map {
    width: 100%;
  }
}
#access .map iframe {
  width: 100%;
}

#footer {
  background-color: #005f73;
  padding: 0 16px 50px 16px;
}
#footer .items {
  text-align: center;
  color: #f0f0f0;
}
#footer .items .copyright {
  font-size: 0.7rem;
  margin-top: 40px;
}

.bg-color {
  background-repeat: repeat;
  background-color: #e9d8a6;
  background-image: url(https://www.transparenttextures.com/patterns/otis-redding.png);
}

.title {
  text-align: center;
}

.title-flex {
  display: flex;
  justify-content: center;
}
.title-flex .title-items {
  padding-bottom: 50px;
}
.title-flex .title-items:first-child {
  padding-right: 50px;
}

.menu-header {
  width: 100%;
  height: 80px;
  background-color: #704214;
  background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
  background-repeat: repeat;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
}
.menu-header .site-title {
  line-height: 1px;
  width: 115px;
}
.menu-header .site-title img {
  filter: brightness(0) invert(1);
}
.menu-header .site-title a {
  display: block;
}

.title-items {
  padding-bottom: 60px;
}
@media (max-width: 900px) {
  .title-items {
    padding-bottom: 30px;
  }
}

.section-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 16px;
}

.menu-title {
  font-family: "Noto Serif HK", serif;
  display: inline-block;
  font-size: 3.375rem;
  border-bottom: 3px solid;
  margin-bottom: 50px;
  padding-top: 110px;
}
@media (max-width: 900px) {
  .menu-title {
    font-size: 2rem;
  }
}

.menu-nav {
  position: sticky;
  top: 80px;
  width: 100%;
  height: 80px;
  background-color: #f4f1ed;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 50px;
  z-index: 5;
  overflow-x: auto;
}
@media (max-width: 900px) {
  .menu-nav {
    justify-content: flex-start;
    padding: 0 20px;
  }
}
.menu-nav li {
  margin-right: 30px;
  flex-shrink: 0;
}
.menu-nav li:last-child {
  margin-right: 0;
}
.menu-nav li .menu {
  font-family: "Noto Serif HK", serif;
  color: #333;
  font-size: 1.3rem;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media (max-width: 900px) {
  .menu-nav li .menu {
    font-size: 1.1rem;
    padding: 3px 0;
  }
}
.menu-nav li .menu::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e9d8a6;
  transition: all 0.5s ease 0s;
}
@media (max-width: 900px) {
  .menu-nav li .menu::after {
    bottom: -1px;
    height: 1px;
  }
}
.menu-nav li .menu:hover {
  cursor: pointer;
}
.menu-nav li .menu:hover::after {
  width: 100%;
}

.category-title {
  font-family: "Noto Serif HK", serif;
  font-size: 2.5rem;
  position: relative;
  display: block;
  text-align: center;
}
@media (max-width: 900px) {
  .category-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .category-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 360px) {
  .category-title {
    font-size: 1.3rem;
  }
}
.category-title:before, .category-title:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 290px;
  content: "";
  padding: 2px 0;
  border-top: solid 4px #000;
  border-bottom: solid 2px #000;
}
@media (max-width: 900px) {
  .category-title:before, .category-title:after {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .category-title:before, .category-title:after {
    width: 80px;
  }
}
@media (max-width: 360px) {
  .category-title:before, .category-title:after {
    width: 60px;
  }
}
.category-title:before {
  left: 0;
}
.category-title:after {
  right: 0;
}

.drink {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-top: 50px;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 50px 40px;
  border-bottom: 1px solid #704214;
}
.menu-item:last-child {
  border-bottom: none;
}
@media (max-width: 900px) {
  .menu-item {
    flex-direction: column;
  }
}
.menu-item .item-right,
.menu-item .item-right-flexible {
  width: 48%;
}
@media (max-width: 900px) {
  .menu-item .item-right,
  .menu-item .item-right-flexible {
    width: 80%;
  }
}
.menu-item .tx-align {
  text-align: right;
}
@media (max-width: 900px) {
  .menu-item .tx-align {
    text-align: left;
  }
}
.menu-item .item-left {
  width: 36%;
}
.menu-item .item-left .shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .menu-item .item-left {
    width: 80%;
    margin-bottom: 20px;
  }
}

.item-right-fixed {
  width: 250px;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  width: 300px;
}

.name {
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.name .name-small {
  font-size: 1rem;
}

.no-margin {
  margin-bottom: 0;
}

.item-desc {
  margin-bottom: 20px;
  margin-top: 20px;
}

.bold {
  font-weight: bold;
}

.price {
  font-size: 1.25rem;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.price .price-small {
  font-size: 0.75rem;
}

.price-list {
  display: grid;
  gap: 1rem;
}
.price-list li .label {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.3em 0.6em;
  margin-bottom: 0.5em;
  border-radius: 4px;
  font-size: 0.95rem;
}

.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cols-4 {
  grid-template-columns: repeat(2, 1fr);
}

.page-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: none;
  transition: 0.2s;
  letter-spacing: 3px;
  font-family: "Noto Serif HK", serif;
  color: #000;
}
.page-top span::before {
  position: absolute;
  top: -29px;
  left: 16px;
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 1px solid #000;
  border-width: 1px 1px 0px 0px;
}
.page-top span::after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  content: "";
  border-radius: 100%;
  top: -43px;
  left: 5px;
}

.page-top.on-footer {
  color: #fff;
}
.page-top.on-footer span::before,
.page-top.on-footer span::after {
  border-color: #fff;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.wave {
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.wave-canvas {
  display: block;
  height: 200px;
  width: 100%;
  border: 0;
  vertical-align: bottom;
  background: transparent;
}

.wave-text-title {
  display: block;
  overflow: visible;
  font-size: 2.5rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 900px) {
  .wave-text-title {
    font-size: 1.7rem;
  }
}

.wave-text-title span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  overflow: hidden;
  white-space: pre;
}

.wave-text-title.show {
  opacity: 1;
}

.wave-text-title.show span {
  animation: waveIn 0.8s ease-out forwards;
  animation-delay: calc(var(--i) * 0.1s);
}

@keyframes waveIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(-15%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */