@charset "UTF-8";
@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Sawarabi Gothic";
  src: url("../fonts/SawarabiGothic-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerif-Light.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Sawarabi Gothic", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.3s ease;
}

body.loaded::before {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0.1s;
}

html {
  font-size: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list],
li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: #1f1f1f;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*========= レイアウトのためのCSS ===============*/
.section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #583918;
}
@media (max-width: 1024px) {
  .section-title {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
  }
}
@media (max-width: 640px) {
  .section-title {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
}
.section-title-en {
  font-family: "Instrument Serif", serif;
  font-size: 72px;
}
@media (max-width: 640px) {
  .section-title-en {
    font-size: 36px;
  }
}
.section-title-ja {
  font-size: 24px;
}
@media (max-width: 640px) {
  .section-title-ja {
    font-size: 12px;
  }
}

/*右にある丸ナビゲーション色*/
#multiscroll-nav span {
  border-color: #583918;
}

/*右にある丸のナビゲーション現在地色*/
#multiscroll-nav li .active span {
  background: #583918;
}

.ms-tableCell {
  vertical-align: top;
}

@media (min-width: 1025px) {
  #left3,
  #left5,
  #right2,
  #right4 {
    padding-top: 45%;
  }
}
@media (min-width: 1025px) {
  #right2,
  #left3,
  #right4,
  #left5 {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(242, 227, 90) 50%, rgb(255, 255, 255) 100%);
  }
}
@media (max-width: 1024px) {
  #left2 .sp-top,
  #left3 .sp-top,
  #left4 .sp-top,
  #left5 .sp-top,
  #left6 .sp-top {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(242, 227, 90) 50%, rgb(255, 255, 255) 100%);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #left6 .sp-top {
    background: rgba(220, 203, 57, 0.5);
  }
}
@media (min-width: 1025px) {
  .sp-top {
    display: none;
  }
  .sp-content {
    display: none;
  }
}
@media (max-width: 1024px) {
  #left1 .sp-top {
    height: 50vh;
  }
  #left2 .sp-top,
  #left3 .sp-top,
  #left4 .sp-top,
  #left5 .sp-top {
    height: 25vh;
  }
  .sp-bottom {
    display: none;
  }
}
.btn {
  border-radius: 5px;
  border: none;
  transition: all 0.6s;
  background: #583918;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 5px 20px;
  cursor: pointer;
  text-align: center;
}
.btn:hover {
  transition: all 0.6s;
  transform: scale(0.95);
}

.detail-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 100px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
}
@media (max-width: 1024px) {
  .detail-btn {
    margin: 50px auto 0;
  }
}
@media (max-width: 640px) {
  .detail-btn {
    margin: 30px auto 0;
  }
}
.detail-btn .sparkle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  animation: sparkle-animation 2s infinite;
  pointer-events: none;
}
@keyframes sparkle-animation {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .number-btn {
    padding: 5px 15px;
  }
}

.previous-btn,
.next-btn {
  background: #ffffff;
  border: 1px solid #583918;
  color: #583918;
}
@media (max-width: 850px) {
  .previous-btn,
  .next-btn {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .list-btn {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
  }
}
.list-btn:hover {
  transform: scale(1.1);
}

.pafe-detail-btn,
.reserve-btn {
  grid-area: button;
  font-size: 12px;
}

.pafe-detail-btn {
  grid-area: detailbutton;
}

.reserve-btn {
  grid-area: reservebutton;
}

@media (max-width: 640px) {
  .btn-home {
    font-size: 12px;
  }
}

.reserve-btn {
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .reserve-btn {
    font-size: 0.75rem;
  }
}
.reserve-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine 1s ease-in-out infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.submit-btn {
  margin: 30px auto;
}

.confirm-submit-btn,
.confirm-back-btn {
  flex: 1;
  padding: 10px 20px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .confirm-submit-btn,
  .confirm-back-btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.confirm-submit-btn {
  margin-right: 10px;
}
@media (max-width: 640px) {
  .confirm-submit-btn {
    margin-right: 0;
  }
}

.confirm-back-btn {
  background: #ffffff;
  border: 1px solid #583918;
  color: #583918;
}

.pafe-guide-btn {
  padding: 0 10px;
  margin-right: 5px;
}

.quantity-minus-btn,
.quantity-plus-btn {
  width: 35px;
  height: 35px;
  font-size: 24px;
  padding: 0;
}
.quantity-minus-btn:hover,
.quantity-plus-btn:hover {
  background: #c0b022;
}

#top-btn {
  display: none;
  width: 60px;
  height: 70px;
  background: #e698ba;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 20% 20% 50% 50%/5% 5% 60% 60%;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  transition: all 0.6s;
}
@media (max-width: 640px) {
  #top-btn {
    width: 50px;
    height: 65px;
    font-size: 12px;
  }
}
#top-btn::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 30px;
  background: #e698ba;
  border-radius: 50% 50% 0 0;
}
#top-btn:hover {
  transform: rotate(10deg);
}

.empty-back-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-drink-btn-wrapper {
  text-align: center;
}
.menu-drink-btn-wrapper .menu-drink-btn {
  display: inline-block;
  margin: 50px 0 10px;
}

@media (max-width: 640px) {
  .br-pc {
    display: none;
  }
}
.fadeleft {
  opacity: 0;
  transition: 1s ease-in-out;
  filter: blur(20px);
  translate: 100px;
}
.fadeleft.show {
  opacity: 1;
  filter: blur(0);
  translate: 0;
}

.faderight {
  opacity: 0;
  transition: 1s ease-in-out;
  filter: blur(20px);
  translate: -100px;
}
.faderight.show {
  opacity: 1;
  filter: blur(0);
  translate: 0;
}

.fadein {
  opacity: 0;
  transition: 1s ease-in-out;
  filter: blur(20px);
}
.fadein.show {
  opacity: 1;
  filter: blur(0);
}

.page-title {
  height: 500px;
  font-family: "Instrument Serif", serif;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(242, 227, 90) 50%, rgb(255, 255, 255) 100%);
}
@media (max-width: 850px) {
  .page-title {
    height: 400px;
  }
}
@media (max-width: 769px) {
  .page-title {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .page-title {
    height: 250px;
  }
}
.page-title-main {
  width: 100%;
  text-align: center;
  font-size: 100px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 850px) {
  .page-title-main {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .page-title-main {
    font-size: 40px;
  }
}
.page-title-sub {
  width: 100%;
  text-align: center;
  font-size: 150px;
  color: rgba(88, 57, 24, 0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 850px) {
  .page-title-sub {
    font-size: 70px;
  }
}
@media (max-width: 640px) {
  .page-title-sub {
    font-size: 50px;
  }
}

.footer {
  background: rgba(220, 203, 57, 0.5);
  padding: 50px 0 30px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 100px;
  max-width: 1000px;
}
@media (max-width: 1367px) {
  .footer-inner {
    max-width: 900px;
  }
}
@media (max-width: 1024px) {
  .footer-inner {
    justify-content: center;
    max-width: 980px;
    gap: 150px;
    margin: 0 20px 50px;
  }
}
@media (max-width: 640px) {
  .footer-inner {
    flex-direction: column;
    gap: 50px;
  }
}
.footer-inner-left .logo-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-top: 10px;
}
.footer-inner-left .logo-area .logo-en a img {
  width: 267px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-inner-left .image-footer {
  max-width: 300px;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin: 30px auto 0;
}
@media (max-width: 1367px) {
  .footer-inner-left .image-footer {
    max-width: 200px;
  }
}
.footer-inner-left .image-footer img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.footer-inner-left .navi-text-sns {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 640px) {
  .footer-inner-left .navi-text-sns {
    margin-top: 50px;
  }
}
.footer-inner-left .navi-text-sns .text {
  color: #583918;
  font-size: 20px;
  font-family: "Instrument Serif", serif;
}
.footer-inner-left .navi-text-sns .icon {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.footer-inner-left .navi-text-sns .icon .fa-x-twitter,
.footer-inner-left .navi-text-sns .icon .fa-instagram,
.footer-inner-left .navi-text-sns .icon .fa-facebook-f,
.footer-inner-left .navi-text-sns .icon .fa-tiktok,
.footer-inner-left .navi-text-sns .icon .fa-line {
  font-size: 30px;
  color: #583918;
}
.footer-inner-left .navi-text-sns .icon .fa-x-twitter:hover,
.footer-inner-left .navi-text-sns .icon .fa-instagram:hover,
.footer-inner-left .navi-text-sns .icon .fa-facebook-f:hover,
.footer-inner-left .navi-text-sns .icon .fa-tiktok:hover,
.footer-inner-left .navi-text-sns .icon .fa-line:hover {
  color: #dccb39;
}
.footer-inner-right .footer-navi {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer-inner-right .footer-navi {
    grid-template-columns: repeat(2, 150px);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 850px) {
  .footer-inner-right .footer-navi {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .footer-inner-right .footer-navi {
    max-width: 150px;
  }
}
.footer-inner-right .footer-navi > li a {
  font-family: "Instrument Serif", serif;
  font-size: 20px;
  color: #583918;
}
@media (max-width: 1367px) {
  .footer-inner-right .footer-navi > li a {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .footer-inner-right .footer-navi > li a {
    font-size: 16px;
  }
}
.footer-inner-right .footer-navi > li a:hover {
  color: #dccb39;
}
.footer-inner-right .footer-navi .reserve-footer a {
  color: #ffffff;
  background: #583918;
  padding: 10px 30px;
  border-radius: 5px;
  font-family: "Instrument Serif", serif;
  font-size: 20px;
  transition: all 0.6s;
}
@media (max-width: 1367px) {
  .footer-inner-right .footer-navi .reserve-footer a {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .footer-inner-right .footer-navi .reserve-footer a {
    font-size: 16px;
  }
}
.footer-inner-right .footer-navi .reserve-footer a:hover {
  color: #583918;
  background: #ffffff;
  transition: all 0.6s;
}
.footer .copyright {
  width: 100%;
  text-align: center;
}
@media (max-width: 769px) {
  .footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .footer .copyright {
    font-size: 10px;
  }
}

#header {
  color: #dccb39;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  #header {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 640px) {
  #header {
    padding: 0 0 0 10px;
    margin-top: -10px;
  }
}
#header .logo-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: fixed;
  margin: 70px 10px 0;
}
@media (max-width: 1024px) {
  #header .logo-area {
    margin: 60px 0 0;
  }
}
#header .logo-area .logo-en a img {
  width: 267px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  #header .logo-area .logo-en a img {
    width: 200px;
  }
}
@media (max-width: 640px) {
  #header .logo-area .logo-en a img {
    width: 150px;
  }
}
#header .logo-area .logo-ja {
  color: #583918;
}
@media (max-width: 640px) {
  #header .logo-area .logo-ja {
    font-size: 12px;
  }
}
#header .hamburger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
@media (max-width: 640px) {
  #header .hamburger {
    right: 0;
  }
}
#header .hamburger span {
  width: 50px;
  height: 3px;
  background: #583918;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
@media (max-width: 640px) {
  #header .hamburger span {
    width: 30px;
  }
}
#header .hamburger span:nth-of-type(1) {
  top: 0;
}
#header .hamburger span:nth-of-type(2) {
  top: 12px;
}
@media (max-width: 640px) {
  #header .hamburger span:nth-of-type(2) {
    top: 9px;
  }
}
#header .hamburger span:nth-of-type(3) {
  top: 24px;
}
@media (max-width: 640px) {
  #header .hamburger span:nth-of-type(3) {
    top: 18px;
  }
}
#header .hamburger.active span {
  background: #583918;
}
#header .hamburger.active span:nth-of-type(1) {
  top: 12px;
  transform: rotate(-30deg);
}
#header .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#header .hamburger.active span:nth-of-type(3) {
  top: 12px;
  transform: rotate(30deg);
}
#header .hamburger .name {
  margin-top: 35px;
  color: #583918;
  text-align: center;
  font-family: "Instrument Serif", serif;
  font-size: 12px;
}
@media (max-width: 640px) {
  #header .hamburger .name {
    margin-top: 25px;
    margin-right: 20px;
  }
}
#header .navi {
  background: #ffffff;
  position: fixed;
  bottom: 100%;
  left: 0;
  z-index: 20;
  display: flex;
  transition: all 0.7s;
}
@media (max-width: 1024px) {
  #header .navi {
    flex-direction: column;
  }
}
#header .navi.active {
  bottom: 0;
  left: 0;
}
#header .navi-visual {
  width: 50vw;
}
@media (max-width: 1024px) {
  #header .navi-visual {
    width: 100vw;
    height: 50vh;
  }
}
#header .navi-visual img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media (max-width: 1024px) {
  #header .navi-visual img {
    height: 50vh;
  }
}
#header .navi-text {
  background: linear-gradient(to bottom, #ffffff 0%, #dccb39 50%, #ffffff 100%);
  width: 50vw;
  height: 100vh;
  padding: 80px 0;
  overflow: auto;
}
@media (max-width: 1024px) {
  #header .navi-text {
    width: 100vw;
    height: 50vh;
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  #header .navi-text {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  #header .navi-text-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    width: 75%;
    margin: 0 auto;
    align-items: center;
  }
}
@media (max-width: 640px) {
  #header .navi-text-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
#header .navi-text-menu > li {
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #header .navi-text-menu > li {
    width: 70%;
  }
}
#header .navi-text-menu > li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Instrument Serif", serif;
  font-size: 24px;
  color: #583918;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  #header .navi-text-menu > li a {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
#header .navi-text-menu > li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
#header .navi-text-menu > li a:hover {
  color: #ffffff;
}
#header .navi-text-menu .nav-home {
  grid-column: 1/2;
  grid-row: 1/2;
}
#header .navi-text-menu .nav-news {
  grid-column: 2/3;
  grid-row: 1/2;
}
#header .navi-text-menu .nav-concept {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 640px) {
  #header .navi-text-menu .nav-concept {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
#header .navi-text-menu .nav-menu {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 640px) {
  #header .navi-text-menu .nav-menu {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#header .navi-text-menu .nav-info {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (max-width: 640px) {
  #header .navi-text-menu .nav-info {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#header .navi-text-menu .nav-contact {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (max-width: 640px) {
  #header .navi-text-menu .nav-contact {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
#header .navi-text-menu .nav-reserve {
  margin: 0 auto;
  grid-column: 1/3;
  grid-row: 4/5;
}
@media (max-width: 640px) {
  #header .navi-text-menu .nav-reserve {
    grid-column: 1/4;
    grid-row: 3/4;
  }
}
#header .navi-text-menu .nav-reserve a {
  color: #ffffff;
  background: #583918;
  padding: 10px 60px;
  border-radius: 5px;
  font-family: "Instrument Serif", serif;
  font-size: 24px;
  display: inline;
  text-align: center;
  transition: all 0.6s;
}
@media (max-width: 640px) {
  #header .navi-text-menu .nav-reserve a {
    padding: 5px 30px;
    font-size: 16px;
  }
}
#header .navi-text-menu .nav-reserve a:hover {
  color: #dccb39;
  background: #ffffff;
}
#header .navi-text-search-head {
  margin: 75px auto 0;
  display: grid;
  grid-template-columns: 300px auto;
  justify-content: center;
  gap: 10px;
  height: 50px;
}
@media (max-width: 640px) {
  #header .navi-text-search-head {
    margin: 50px auto 0;
    grid-template-columns: 200px auto;
  }
}
#header .navi-text-search-head input[type=text] {
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #583918;
}
#header .navi-text-sns {
  margin-top: 75px;
  text-align: center;
}
@media (max-width: 1367px) {
  #header .navi-text-sns {
    margin-top: 50px;
  }
}
@media (max-width: 769px) {
  #header .navi-text-sns {
    margin-top: 30px;
  }
}
#header .navi-text-sns .text {
  color: #583918;
  font-size: 24px;
  font-family: "Instrument Serif", serif;
}
@media (max-width: 640px) {
  #header .navi-text-sns .text {
    font-size: 16px;
  }
}
#header .navi-text-sns .icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  #header .navi-text-sns .icon {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 20px;
  }
}
#header .navi-text-sns .icon .fa-x-twitter,
#header .navi-text-sns .icon .fa-instagram,
#header .navi-text-sns .icon .fa-facebook-f,
#header .navi-text-sns .icon .fa-tiktok,
#header .navi-text-sns .icon .fa-line {
  font-size: 24px;
  color: #583918;
}
@media (max-width: 640px) {
  #header .navi-text-sns .icon .fa-x-twitter,
  #header .navi-text-sns .icon .fa-instagram,
  #header .navi-text-sns .icon .fa-facebook-f,
  #header .navi-text-sns .icon .fa-tiktok,
  #header .navi-text-sns .icon .fa-line {
    font-size: 20px;
  }
}
#header .navi-text-sns .icon .fa-x-twitter:hover,
#header .navi-text-sns .icon .fa-instagram:hover,
#header .navi-text-sns .icon .fa-facebook-f:hover,
#header .navi-text-sns .icon .fa-tiktok:hover,
#header .navi-text-sns .icon .fa-line:hover {
  color: #dccb39;
}
#header .navi-text-menu > li, #header .navi-text-reserve > li, #header .navi-text-search-head, #header .navi-text-sns .text, #header .navi-text-sns .icon li {
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navi.active .navi-text-menu > li {
  animation: fadeInUp 1s ease forwards;
}
.navi.active .navi-text-menu > li:nth-child(1) {
  animation-delay: 0.1s;
}
.navi.active .navi-text-menu > li:nth-child(2) {
  animation-delay: 0.2s;
}
.navi.active .navi-text-menu > li:nth-child(3) {
  animation-delay: 0.3s;
}
.navi.active .navi-text-menu > li:nth-child(4) {
  animation-delay: 0.4s;
}
.navi.active .navi-text-menu > li:nth-child(5) {
  animation-delay: 0.5s;
}
.navi.active .navi-text-menu > li:nth-child(6) {
  animation-delay: 0.6s;
}
.navi.active .navi-text-menu > li:nth-child(7) {
  animation-delay: 0.7s;
}
.navi.active .navi-text-menu > li:nth-child(8) {
  animation-delay: 0.8s;
}
.navi.active .navi-text-menu > li:nth-child(9) {
  animation-delay: 0.9s;
}
.navi.active .navi-text-menu > li:nth-child(10) {
  animation-delay: 1s;
}
.navi.active .navi-text-reserve div {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.8s;
}
.navi.active .navi-text-search-head {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1s;
}
.navi.active .navi-text-sns .text {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1s;
}
.navi.active .navi-text-sns .icon li {
  animation: fadeInUp 1s ease forwards;
}
.navi.active .navi-text-sns .icon li:nth-child(1) {
  animation-delay: 1.2s;
}
.navi.active .navi-text-sns .icon li:nth-child(2) {
  animation-delay: 1.4s;
}
.navi.active .navi-text-sns .icon li:nth-child(3) {
  animation-delay: 1.6s;
}
.navi.active .navi-text-sns .icon li:nth-child(4) {
  animation-delay: 1.8s;
}
.navi.active .navi-text-sns .icon li:nth-child(5) {
  animation-delay: 2s;
}

/* ファーストビュー ---------------------------------- */
.ms-left #left1 .sp-bottom {
  height: 100vh;
  width: 100vw;
  display: flex;
}
@media (max-width: 1024px) {
  .ms-left #left1 .sp-bottom {
    height: 50vh;
  }
}
.ms-left #left1 .sp-bottom .main-left {
  padding: 0 100px;
  margin-top: 150px;
  width: 50%;
  height: 80vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  place-items: center;
  gap: 20px;
}
@media (max-width: 1367px) {
  .ms-left #left1 .sp-bottom .main-left {
    height: 70vh;
  }
}
@media (max-width: 1024px) {
  .ms-left #left1 .sp-bottom .main-left {
    padding: 0 20px;
    margin-top: 0;
    width: 100%;
    height: 45vh;
    grid-template-rows: repeat(2, 250px);
  }
}
@media (max-width: 769px) {
  .ms-left #left1 .sp-bottom .main-left {
    grid-template-rows: repeat(2, 200px);
  }
}
@media (max-width: 640px) {
  .ms-left #left1 .sp-bottom .main-left {
    gap: 10px;
    grid-template-rows: repeat(2, 130px);
  }
}
.ms-left #left1 .sp-bottom .main-left .swing {
  width: 225px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/4;
}
@media (max-width: 1367px) {
  .ms-left #left1 .sp-bottom .main-left .swing {
    width: 140px;
  }
}
@media (max-width: 1024px) {
  .ms-left #left1 .sp-bottom .main-left .swing {
    width: 180px;
  }
}
@media (max-width: 769px) {
  .ms-left #left1 .sp-bottom .main-left .swing {
    width: 150px;
  }
}
@media (max-width: 640px) {
  .ms-left #left1 .sp-bottom .main-left .swing {
    width: 80px;
  }
}

.ms-right #right1 .main-right {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.ms-right #right1 .main-right .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw; /* 必要な幅だけ */
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 245, 180, 0.8) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 220, 120, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}
.ms-right #right1 .main-right .catchprase-box {
  position: absolute;
  top: 7%;
  left: 1%;
  z-index: 2;
}
.ms-right #right1 .main-right .catchprase-box .catchprase-2nd-box {
  margin-left: 110px;
}
@media (max-width: 1367px) {
  .ms-right #right1 .main-right .catchprase-box .catchprase-2nd-box {
    margin-left: 80px;
  }
}
.ms-right #right1 .main-right .catchprase-box .catchprase-1st-box,
.ms-right #right1 .main-right .catchprase-box .catchprase-2nd-box {
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(-10deg);
}
.ms-right #right1 .main-right .catchprase-box .catchprase-1st-box .catchprase-1st,
.ms-right #right1 .main-right .catchprase-box .catchprase-1st-box .catchprase-2nd,
.ms-right #right1 .main-right .catchprase-box .catchprase-2nd-box .catchprase-1st,
.ms-right #right1 .main-right .catchprase-box .catchprase-2nd-box .catchprase-2nd {
  background: linear-gradient(to right, #dccb39 0%, #583918 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 1367px) {
  .ms-right #right1 .main-right .catchprase-box .catchprase-1st-box .catchprase-1st,
  .ms-right #right1 .main-right .catchprase-box .catchprase-1st-box .catchprase-2nd,
  .ms-right #right1 .main-right .catchprase-box .catchprase-2nd-box .catchprase-1st,
  .ms-right #right1 .main-right .catchprase-box .catchprase-2nd-box .catchprase-2nd {
    font-size: 60px;
  }
}
.ms-right #right1 .main-right .plate-container {
  position: relative;
  width: 100%;
  height: 100vh; /* 必要に応じて高さ調整 */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.ms-right #right1 .main-right .plate-container .plate {
  position: absolute;
  width: 100%; /* 皿のサイズ */
  height: 100vh; /* 皿の高さ */
  background: url("../img/plate.webp") no-repeat center center;
  background-size: contain;
}
.ms-right #right1 .main-right .plate-container .fruits .fruit {
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%; /* フルーツのサイズ */
  height: 90vh;
  background: url("../img/fruits2.webp") no-repeat center center;
  background-size: contain;
}

@media (max-width: 1024px) {
  .ms-left #left1 .sp-top .main-right {
    position: relative;
    width: 100vw;
    overflow: hidden;
  }
  .ms-left #left1 .sp-top .main-right .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 245, 180, 0.8) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 220, 120, 0.8) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .ms-left #left1 .sp-top .main-right .catchprase-box {
    position: absolute;
    top: 75%;
    left: 5%;
    z-index: 2;
    width: 100%;
  }
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-1st-box {
    position: absolute;
  }
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-2nd-box {
    margin-top: 45px;
    margin-left: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-2nd-box {
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-1st-box,
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-2nd-box {
    background: rgba(255, 255, 255, 0.8);
    transform: rotate(-10deg);
    display: inline-block;
  }
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-1st-box .catchprase-1st,
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-1st-box .catchprase-2nd,
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-2nd-box .catchprase-1st,
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-2nd-box .catchprase-2nd {
    background: linear-gradient(to right, #dccb39 0%, #583918 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 300;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-1st-box .catchprase-1st,
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-1st-box .catchprase-2nd,
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-2nd-box .catchprase-1st,
  .ms-left #left1 .sp-top .main-right .catchprase-box .catchprase-2nd-box .catchprase-2nd {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .ms-left #left1 .sp-top .main-right .plate-container {
    position: relative;
    width: 100%;
    top: 0;
    left: 15%;
    height: 50vh; /* 必要に応じて高さ調整 */
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .ms-left #left1 .sp-top .main-right .plate-container {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .ms-left #left1 .sp-top .main-right .plate-container .plate {
    position: absolute;
    width: 100%; /* 皿のサイズ */
    height: 50vh; /* 皿の高さ */
    background: url("../img/plate.webp") no-repeat center center;
    background-size: contain;
  }
  .ms-left #left1 .sp-top .main-right .plate-container .fruits .fruit {
    position: absolute;
    top: -30px;
    right: 150px;
    width: 70%; /* フルーツのサイズ */
    height: 46vh;
    background: url("../img/fruits2.webp") no-repeat center center;
    background-size: contain;
  }
}
@media (max-width: 1024px) and (max-width: 769px) {
  .ms-left #left1 .sp-top .main-right .plate-container .fruits .fruit {
    right: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .ms-left #left1 .sp-top .main-right .plate-container .fruits .fruit {
    width: 100%;
    height: 50vh;
    right: 0;
  }
}
#left2 {
  padding-top: 150px;
  text-align: center;
}
@media (max-width: 1024px) {
  #left2 {
    padding-top: 0;
  }
}
#left2 .sp-bottom {
  margin-left: 70px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 40px;
}
@media (max-width: 1367px) {
  #left2 .sp-bottom {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  #left2 .sp-bottom {
    margin: 100px 40px 0;
  }
}
@media (max-width: 640px) {
  #left2 .sp-bottom {
    margin: 0 20px;
    flex-direction: column;
    row-gap: 20px;
  }
}
#left2 .sp-bottom .news-box {
  border: 2px solid #dccb39;
  border-radius: 10px;
  width: calc(50% - 50px);
  font-size: 12px;
  transition: all 0.6s;
}
@media (max-width: 1367px) {
  #left2 .sp-bottom .news-box {
    width: calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dccb39;
  }
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box:nth-of-type(6) {
    display: none;
  }
}
#left2 .sp-bottom .news-box:hover {
  transform: scale(0.95);
  transition: all 0.6s;
}
#left2 .sp-bottom .news-box .news-flex {
  display: flex;
  gap: 10px;
  padding: 20px;
  background: rgba(220, 203, 57, 0.15);
}
@media (max-width: 1367px) {
  #left2 .sp-bottom .news-box .news-flex {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box .news-flex {
    padding: 5px;
    background: transparent;
  }
}
#left2 .sp-bottom .news-box .news-flex .image {
  flex-shrink: 0;
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box .news-flex .image {
    display: none;
  }
}
#left2 .sp-bottom .news-box .news-flex .image img {
  border-radius: 10px;
  border: 1px solid #dccb39;
  width: 100px;
  height: 100px;
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box .news-flex .image img {
    width: 65px;
    height: auto;
  }
}
#left2 .sp-bottom .news-box .news-flex .text {
  text-align: left;
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box .news-flex .text .date-category {
    display: flex;
    align-items: center;
  }
}
#left2 .sp-bottom .news-box .news-flex .text .date-category .category-title {
  margin-bottom: 15px;
  border: 1px solid #1f1f1f;
  padding: 0 5px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box .news-flex .text .date-category .category-title {
    width: 65px;
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px;
    flex-shrink: 0;
  }
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box .news-flex .text .date-category .date-new {
    display: flex;
    flex-direction: column;
  }
}
#left2 .sp-bottom .news-box .news-flex .text .date-category .date-new .date {
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box .news-flex .text .date-category .date-new .date {
    margin-bottom: 0;
  }
}
#left2 .sp-bottom .news-box .news-flex .text .date-category .date-new .new-post {
  color: #df4440;
  margin-left: 10px;
}
@media (max-width: 850px) {
  #left2 .sp-bottom .news-box .news-flex .text .date-category .date-new .new-post {
    font-size: 0.75rem;
  }
}
#left2 .sp-bottom .news-box .news-flex .text .date-category .content {
  font-size: 12px;
}
@media (max-width: 1367px) {
  #left2 .sp-bottom .news-box .news-flex .text .date-category .content {
    font-size: 10px;
  }
}
@media (max-width: 640px) {
  #left2 .sp-bottom .news-box .news-flex .text .date-category .content {
    font-size: 12px;
    margin-left: 10px;
  }
}

#right3 {
  padding: 100px 100px 0;
}
@media (max-width: 1367px) {
  #right3 {
    padding: 150px 100px 0;
  }
}
#right3 .sp-bottom {
  display: flex;
  flex-direction: column;
  gap: 135px;
}
@media (max-width: 1367px) {
  #right3 .sp-bottom {
    gap: 100px;
  }
}
#right3 .sp-bottom .concept-flex {
  display: flex;
  gap: 25px;
  align-items: flex-end;
}
#right3 .sp-bottom .concept-flex:nth-child(2) {
  flex-direction: row-reverse;
  margin-left: 0;
}
#right3 .sp-bottom .concept-flex .image img {
  width: 450px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 4/3;
}
@media (max-width: 1367px) {
  #right3 .sp-bottom .concept-flex .image img {
    width: 350px;
  }
}
#right3 .sp-bottom .concept-flex .text .title {
  margin-bottom: 20px;
  font-size: 20px;
  background: linear-gradient(to right, #dccb39 0%, #583918 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1367px) {
  #right3 .sp-bottom .concept-flex .text .title {
    font-size: 16px;
  }
}
#right3 .sp-bottom .concept-flex .text .content {
  max-width: 360px;
  line-height: 25px;
}
@media (max-width: 1367px) {
  #right3 .sp-bottom .concept-flex .text .content {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
  #left3 .sp-content {
    padding: 30px 50px 0;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  #left3 .sp-content {
    padding: 30px 20px 0;
  }
}
@media (max-width: 1024px) {
  #left3 .sp-content .concept-flex {
    display: flex;
    gap: 25px;
    align-items: flex-end;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  #left3 .sp-content .concept-flex {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  #left3 .sp-content .concept-flex:nth-child(2) {
    flex-direction: row-reverse;
    margin-left: 0;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  #left3 .sp-content .concept-flex:nth-child(2) .image {
    float: right;
    margin: 0 0 15px 15px;
  }
}
@media (max-width: 1024px) {
  #left3 .sp-content .concept-flex .image img {
    width: 450px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  #left3 .sp-content .concept-flex .image img {
    width: 150px;
    height: 117px;
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  #left3 .sp-content .concept-flex .image {
    float: left;
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 1024px) {
  #left3 .sp-content .concept-flex .text .title {
    margin-bottom: 20px;
    font-size: 20px;
    background: linear-gradient(to right, #dccb39 0%, #583918 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  #left3 .sp-content .concept-flex .text .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  #left3 .sp-content .concept-flex .text .content {
    max-width: 360px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  #left3 .sp-content .concept-flex .text .content {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  #left3 .sp-content .concept-flex .text {
    overflow: visible;
    display: block;
  }
}
#left4 {
  text-align: center;
}
@media (max-width: 1024px) {
  #left4 {
    text-align: left;
  }
}
#left4 .sp-bottom {
  display: grid;
  margin-top: 150px;
  width: 100%;
  position: relative;
}
@media (max-width: 850px) {
  #left4 .sp-bottom {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  #left4 .sp-bottom {
    margin-top: 20px;
  }
}
#left4 .sp-bottom .scroll-button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
#left4 .sp-bottom .scroll-button-box .scroll-left,
#left4 .sp-bottom .scroll-button-box .scroll-right {
  background: #dccb39;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.6s;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#left4 .sp-bottom .scroll-button-box .scroll-left:hover,
#left4 .sp-bottom .scroll-button-box .scroll-right:hover {
  transform: scale(0.95);
  transition: all 0.6s;
  background: #dccb39;
}
#left4 .sp-bottom .scroll-button-box .scroll-left.disabled,
#left4 .sp-bottom .scroll-button-box .scroll-right.disabled {
  opacity: 0.3;
  pointer-events: none;
}
#left4 .sp-bottom .scroll-button-box .scr {
  letter-spacing: 2px;
  font-size: 14px;
  color: #dccb39;
  display: inline-block;
}
#left4 .sp-bottom .menu-flex {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  touch-action: pan-x;
  height: auto;
  margin: 0 50px;
}
@media (max-width: 640px) {
  #left4 .sp-bottom .menu-flex {
    margin: 0 20px;
  }
}
#left4 .sp-bottom .menu-flex::-webkit-scrollbar {
  display: none;
}
#left4 .sp-bottom .menu-flex .menu-box {
  width: 250px;
  height: auto;
  min-width: 250px;
  margin-right: 30px;
  transition: all 0.6s;
  padding: 10px;
  background: #fffed8;
  flex: 0 0 auto;
}
@media (max-width: 1367px) {
  #left4 .sp-bottom .menu-flex .menu-box {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 1024px) {
  #left4 .sp-bottom .menu-flex .menu-box {
    width: 250px;
    min-width: 250px;
  }
}
@media (max-width: 640px) {
  #left4 .sp-bottom .menu-flex .menu-box {
    width: 150px;
    min-width: 150px;
    margin-right: 20px;
    margin-top: 10px;
  }
}
#left4 .sp-bottom .menu-flex .menu-box:hover {
  transform: scale(0.95);
  transition: all 0.6s;
  background: #dccb39;
}
#left4 .sp-bottom .menu-flex .menu-box .catch {
  padding: 10px 0;
  margin-bottom: 5px;
}
@media (max-width: 1367px) {
  #left4 .sp-bottom .menu-flex .menu-box .catch {
    font-size: 12px;
  }
}
#left4 .sp-bottom .menu-flex .menu-box .image img {
  width: 80%;
  height: auto;
  margin: 0 auto 15px;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 1367px) {
  #left4 .sp-bottom .menu-flex .menu-box .image img {
    width: 60%;
  }
}
@media (max-width: 640px) {
  #left4 .sp-bottom .menu-flex .menu-box .image img {
    width: 90%;
    height: 80px;
  }
}
#left4 .sp-bottom .menu-flex .menu-box .title {
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(to right, #dccb39 0%, #583918 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 640px) {
  #left4 .sp-bottom .menu-flex .menu-box .title {
    font-size: 9px;
  }
}
#left4 .sp-bottom .menu-flex .menu-box .price {
  font-size: 24px;
  font-family: "Instrument Serif", serif;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  #left4 .sp-bottom .menu-flex .menu-box .price {
    font-size: 18px;
  }
}
#left4 .sp-bottom .menu-flex .menu-box .price span {
  font-size: 16px;
  font-family: "Sawarabi Gothic", sans-serif;
  margin-left: 10px;
}
@media (max-width: 640px) {
  #left4 .sp-bottom .menu-flex .menu-box .price span {
    font-size: 12px;
  }
}
#left4 .sp-bottom .menu-flex .menu-box .description {
  font-size: 12px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
@media (max-width: 640px) {
  #left4 .sp-bottom .menu-flex .menu-box .description {
    font-size: 10px;
  }
}
#left4 .detail-btn {
  margin: 50px auto 0;
  display: block;
}
@media (max-width: 1024px) {
  #left4 .detail-btn {
    margin-left: 46%;
  }
}
@media (max-width: 769px) {
  #left4 .detail-btn {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  #left4 .detail-btn {
    margin-left: 40%;
  }
}

#right5 {
  padding-top: 13%;
}
@media (max-width: 1367px) {
  #right5 {
    padding-top: 17%;
  }
}
#right5 .info-box {
  margin: 0 auto;
  max-width: 600px;
  font-size: 14px;
}
@media (max-width: 1367px) {
  #right5 .info-box {
    max-width: 400px;
  }
}
#right5 .info-box dl {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1px;
}
#right5 .info-box dl dt {
  width: 150px;
  font-weight: bold;
}
@media (max-width: 1367px) {
  #right5 .info-box dl dt {
    width: 100px;
    font-size: 12px;
  }
}
#right5 .info-box dl dd {
  flex: 1;
}
@media (max-width: 1367px) {
  #right5 .info-box dl dd {
    font-size: 12px;
  }
}
#right5 .info-box .map {
  margin-top: 20px;
}
#right5 .info-box .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  border-radius: 20px;
}

#left5 .sp-content {
  padding-top: 50px;
}
@media (max-width: 640px) {
  #left5 .sp-content {
    padding-top: 10px;
  }
}
#left5 .sp-content .info-box {
  margin: 0 150px;
}
@media (max-width: 769px) {
  #left5 .sp-content .info-box {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (max-width: 640px) {
  #left5 .sp-content .info-box {
    width: 90%;
    margin: 0 20px;
  }
}
#left5 .sp-content .info-box dl {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1px;
}
@media (max-width: 769px) {
  #left5 .sp-content .info-box dl {
    margin-bottom: 5px;
  }
}
#left5 .sp-content .info-box dl dt {
  width: 150px;
  font-weight: bold;
}
@media (max-width: 769px) {
  #left5 .sp-content .info-box dl dt {
    font-size: 11px;
    width: 100px;
  }
}
@media (max-width: 640px) {
  #left5 .sp-content .info-box dl dt {
    font-size: 10px;
  }
}
#left5 .sp-content .info-box dl dd {
  flex: 1;
}
@media (max-width: 769px) {
  #left5 .sp-content .info-box dl dd {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  #left5 .sp-content .info-box dl dd {
    font-size: 10px;
  }
}
#left5 .sp-content .info-box .map {
  margin-top: 20px;
  text-align: center;
}
#left5 .sp-content .info-box .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  border-radius: 20px;
}

#left6 {
  padding-top: 20%;
  background: rgba(220, 203, 57, 0.5);
}
@media (max-width: 1024px) {
  #left6 {
    background: transparent;
    padding-top: 0;
  }
}
#left6 .sp-bottom .logo-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-top: 10px;
}
#left6 .sp-bottom .logo-area .logo-en a img {
  width: 267px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#left6 .sp-bottom .image-footer {
  max-width: 500px;
  width: 100%;
  height: 300px;
  margin: 30px auto 0;
  overflow: hidden;
}
@media (max-width: 1367px) {
  #left6 .sp-bottom .image-footer {
    max-width: 300px;
  }
}
#left6 .sp-bottom .image-footer img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#left6 .sp-bottom .navi-text-sns {
  margin-top: 100px;
  text-align: center;
}
#left6 .sp-bottom .navi-text-sns .text {
  color: #583918;
  font-size: 20px;
  font-family: "Instrument Serif", serif;
}
#left6 .sp-bottom .navi-text-sns .icon {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}
#left6 .sp-bottom .navi-text-sns .icon .fa-x-twitter,
#left6 .sp-bottom .navi-text-sns .icon .fa-instagram,
#left6 .sp-bottom .navi-text-sns .icon .fa-facebook-f,
#left6 .sp-bottom .navi-text-sns .icon .fa-tiktok,
#left6 .sp-bottom .navi-text-sns .icon .fa-line {
  font-size: 30px;
  color: #583918;
}
#left6 .sp-bottom .navi-text-sns .icon .fa-x-twitter:hover,
#left6 .sp-bottom .navi-text-sns .icon .fa-instagram:hover,
#left6 .sp-bottom .navi-text-sns .icon .fa-facebook-f:hover,
#left6 .sp-bottom .navi-text-sns .icon .fa-tiktok:hover,
#left6 .sp-bottom .navi-text-sns .icon .fa-line:hover {
  color: #dccb39;
}
#left6 .sp-top {
  height: 50vh;
}
#left6 .sp-top .logo-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-top: 100px;
}
@media (max-width: 640px) {
  #left6 .sp-top .logo-area {
    padding-top: 60px;
  }
}
#left6 .sp-top .logo-area .logo-en a img {
  width: 267px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  #left6 .sp-top .logo-area .logo-en a img {
    width: 150px;
  }
}
#left6 .sp-top .image-footer {
  max-width: 350px;
  margin: 0 auto;
  padding-top: 30px;
}
@media (max-width: 769px) {
  #left6 .sp-top .image-footer {
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  #left6 .sp-top .image-footer {
    max-width: 200px;
    padding-top: 20px;
  }
}
#left6 .sp-top .image-footer img {
  border-radius: 10px;
  height: auto;
}
#left6 .sp-top .navi-text-sns {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 640px) {
  #left6 .sp-top .navi-text-sns {
    margin-top: 20px;
  }
}
#left6 .sp-top .navi-text-sns .text {
  color: #583918;
  font-size: 20px;
  font-family: "Instrument Serif", serif;
}
#left6 .sp-top .navi-text-sns .icon {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  #left6 .sp-top .navi-text-sns .icon {
    margin-top: 10px;
  }
}
#left6 .sp-top .navi-text-sns .icon .fa-x-twitter,
#left6 .sp-top .navi-text-sns .icon .fa-instagram,
#left6 .sp-top .navi-text-sns .icon .fa-facebook-f,
#left6 .sp-top .navi-text-sns .icon .fa-tiktok,
#left6 .sp-top .navi-text-sns .icon .fa-line {
  font-size: 30px;
  color: #583918;
}
@media (max-width: 640px) {
  #left6 .sp-top .navi-text-sns .icon .fa-x-twitter,
  #left6 .sp-top .navi-text-sns .icon .fa-instagram,
  #left6 .sp-top .navi-text-sns .icon .fa-facebook-f,
  #left6 .sp-top .navi-text-sns .icon .fa-tiktok,
  #left6 .sp-top .navi-text-sns .icon .fa-line {
    font-size: 20px;
  }
}
#left6 .sp-top .navi-text-sns .icon .fa-x-twitter:hover,
#left6 .sp-top .navi-text-sns .icon .fa-instagram:hover,
#left6 .sp-top .navi-text-sns .icon .fa-facebook-f:hover,
#left6 .sp-top .navi-text-sns .icon .fa-tiktok:hover,
#left6 .sp-top .navi-text-sns .icon .fa-line:hover {
  color: #dccb39;
}
#left6 .sp-top .footer-navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 500px;
  margin: 200px auto 0;
}
@media (max-width: 850px) {
  #left6 .sp-top .footer-navi {
    margin: 30px auto 100px;
  }
}
@media (max-width: 640px) {
  #left6 .sp-top .footer-navi {
    max-width: 300px;
    margin: 80px auto 0;
  }
}
#left6 .sp-top .footer-navi > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-family: "Instrument Serif", serif;
  font-size: 32px;
  color: #583918;
  letter-spacing: -0.1em;
}
@media (max-width: 769px) {
  #left6 .sp-top .footer-navi > li a {
    height: 50px;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  #left6 .sp-top .footer-navi > li a {
    height: 40px;
    font-size: 16px;
  }
}
#left6 .sp-top .footer-navi > li a:hover {
  color: #dccb39;
}
#left6 .sp-top .footer-navi .reserve-footer a {
  color: #ffffff;
  background: #583918;
  padding: 10px 30px;
  border-radius: 5px;
  font-family: "Instrument Serif", serif;
  font-size: 32px;
  transition: all 0.6s;
}
@media (max-width: 769px) {
  #left6 .sp-top .footer-navi .reserve-footer a {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  #left6 .sp-top .footer-navi .reserve-footer a {
    font-size: 16px;
  }
}
#left6 .sp-top .footer-navi .reserve-footer a:hover {
  color: #583918;
  background: #dccb39;
  transition: all 0.6s;
}
#left6 .sp-top .copyright {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 769px) {
  #left6 .sp-top .copyright {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  #left6 .sp-top .copyright {
    font-size: 10px;
  }
}

#right6 {
  padding-top: 300px;
  position: relative;
}
@media (max-width: 1367px) {
  #right6 {
    padding-top: 200px;
  }
}
#right6 .footer-navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1367px) {
  #right6 .footer-navi {
    max-width: 450px;
  }
}
#right6 .footer-navi > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-family: "Instrument Serif", serif;
  font-size: 20px;
  color: #583918;
}
#right6 .footer-navi > li a:hover {
  color: #dccb39;
}
#right6 .footer-navi .reserve-footer a {
  color: #ffffff;
  background: #583918;
  padding: 10px 60px;
  border-radius: 5px;
  font-family: "Instrument Serif", serif;
  font-size: 20px;
  transition: all 0.6s;
}
#right6 .footer-navi .reserve-footer a:hover {
  color: #583918;
  background: #dccb39;
  transition: all 0.6s;
}
#right6 .copyright {
  text-align: center;
  position: absolute;
  bottom: 310px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1367px) {
  #right6 .copyright {
    font-size: 12px;
    bottom: 210px;
  }
}

@media (max-width: 1024px) {
  /*全体のボックスについている余白をリセット*/
  .scroll-section {
    padding: 0;
  }
  /*右上ナビゲーションと右エリア非表示*/
  .ms-right {
    display: none;
  }
  /*左エリアを横幅100%にして画像＋テキストを出す設定*/
  .ms-left {
    width: 100% !important;
  }
}
.wrapper-privacy {
  max-width: 900px;
  padding: 100px 20px;
  margin: 0 auto;
}
.wrapper-privacy h3 {
  margin: 10px 0;
}
.wrapper-privacy .privacy-margin {
  margin-bottom: 20px;
}

.breadcrumb {
  position: absolute;
  top: 50%;
  left: 2%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 1024px) {
  .breadcrumb {
    top: 35%;
  }
}
@media (max-width: 769px) {
  .breadcrumb {
    top: 30%;
    font-size: 0.75rem;
  }
}
@media (max-width: 640px) {
  .breadcrumb {
    font-size: 0.6rem;
  }
}
.breadcrumb span {
  margin: 0 3px;
}

.no-found {
  margin: 200px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-found-text {
  text-align: left;
}
.no-found-search {
  margin: 50px 0;
  width: 50%;
}
@media (max-width: 640px) {
  .no-found-search {
    width: 100%;
  }
}

.to-top-page {
  text-align: center;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.search-head {
  display: grid;
  grid-template-columns: 300px auto;
  justify-content: center;
  gap: 10px;
  width: 70%;
  height: 50px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .search-head {
    margin: 30px auto 0;
    grid-template-columns: 200px auto;
  }
}
.search-head input[type=text] {
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid;
}

.btn-search {
  border: 1px solid #583918;
  background: transparent;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.fa-magnifying-glass {
  color: #583918;
}

::-moz-placeholder {
  color: #583918;
  font-size: 12px;
}

::placeholder {
  color: #583918;
  font-size: 12px;
}

.search-wrapper {
  max-width: 1080px;
  margin: 50px auto 100px;
}
@media (max-width: 1367px) {
  .search-wrapper {
    max-width: 900px;
  }
}
.search-wrapper .found-post {
  text-align: center;
  margin: 0 auto;
}
.search-wrapper .search-number {
  color: #df4440;
  margin: 0 5px;
  font-size: 24px;
}
.search-wrapper .no-search {
  margin: 0 auto;
}

#multiscroll-nav {
  top: 90%;
}
#multiscroll-nav li {
  margin: 7px 0;
}
#multiscroll-nav.right {
  right: 0;
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

#modal-content {
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#modal-content p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #df4440;
}

#modal-close {
  padding: 0.5rem 1rem;
  background-color: #df4440;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */