@charset "UTF-8";
@media (min-width: 768px) {
  .visible-md {
    display: none;
  }
}

/* mixin */
body,
html {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.8;
  cursor: default;
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
}
@supports (grid-area: auto) {
  body body,
  html body {
    display: grid;
  }
}

html {
  font-size: 10px;
  word-break: break-all;
  background-color: rgba(91, 78, 26, 0.6392156863);
  scroll-behavior: smooth;
}

body {
  color: #121212;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

p::-moz-selection, div::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, span::-moz-selection {
  background: #121212;
  text-shadow: none;
  color: #ffffff;
}

p::selection, div::selection, h1::selection, h2::selection, h3::selection, span::selection {
  background: #121212;
  text-shadow: none;
  color: #ffffff;
}

.main-view-wrapper {
  display: grid;
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  box-sizing: border-box;
}

.main-view {
  padding-top: 4rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-view {
    padding-top: 4rem;
  }
}
.main-view.generic-page {
  max-width: 90rem;
}
@media (min-width: 768px) {
  .main-view.generic-page {
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .main-view.generic-page {
    max-width: 50vw;
  }
}
.main-view.top {
  padding-top: 0;
}

.full-view {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
  padding-top: 0;
}
@media (min-width: 599px) {
  .full-view {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }
}
@media (min-width: 768px) {
  .full-view {
    margin-right: -3.5vw;
    margin-left: -3.5vw;
  }
}
@media (min-width: 1024px) {
  .full-view {
    margin-right: -8rem;
    margin-left: -8rem;
  }
}
@media (min-width: 1280px) {
  .full-view {
    margin-right: -12rem;
    margin-left: -12rem;
  }
}
@media (min-width: 1440px) {
  .full-view {
    margin-right: -12%;
    margin-left: -12%;
  }
}
@media (min-width: 1920px) {
  .full-view {
    margin-right: -25rem;
    margin-left: -25rem;
  }
}

body > img {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}

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

p {
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2, h3 {
  margin: 0;
}

h3 {
  font-size: 1.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #121212;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: underline;
}
a img:hover, a img:focus {
  outline: transparent;
  transition: 0.3s ease;
  opacity: 0.6;
}
a .artwork {
  overflow: hidden;
}
a .artwork img {
  opacity: 1;
}
a.img-link:hover, a.img-link:focus {
  outline: transparent;
  transition: 0.3s ease;
  opacity: 0.6;
  text-decoration: none;
}

button {
  outline: transparent;
  border-style: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
button:hover, button:focus {
  cursor: pointer;
  pointer-events: all;
  opacity: 0.6;
}

input, select, textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
}
input:focus, select:focus, textarea:focus {
  outline-color: #99843B;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

p {
  margin: 0;
}

.small-text {
  font-size: 0.85em;
}

.text-center {
  text-align: center;
}

@media (min-width: 599px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 598px) {
  .sm-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

.display-bk {
  display: block;
}

.weight-b {
  font-weight: 700;
}

.lang-en {
  font-size: 0.87em;
  opacity: 0.65;
  font-weight: 400;
  word-break: keep-all;
}

.text-link {
  text-decoration: underline;
}

.mv {
  position: relative;
}
.mv-logo {
  background-color: rgba(84, 55, 10, 0.08);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}
.mv-logo img {
  filter: drop-shadow(0 0 18px rgba(50, 50, 50, 0.6));
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: clamp(66vh, 65%, 400px);
}
@media (max-width: 767px) {
  .mv-logo img {
    height: clamp(48vh, 50%, 300px);
  }
}
.mv-decoration {
  background-image: url(../images/mv_decoration.svg);
  background-repeat: repeat;
  background-size: 4.4rem;
  width: 100%;
  height: 2.8rem;
  bottom: -2.8rem;
  position: absolute;
  background-color: #f9f6f0;
}
@media (min-width: 768px) {
  .mv-decoration {
    background-size: 5.5rem;
    height: 4.4rem;
    bottom: -4.4rem;
  }
}

.infomation-block .date {
  margin-bottom: 0.4em;
}
.infomation-block .text span {
  border-right: 1px solid #888888;
  padding-right: 1em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .infomation-block .text span {
    padding-right: 0.6em;
    margin-right: 0.6em;
  }
}

.contents-wrapper {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  position: relative;
}
@media (min-width: 599px) {
  .contents-wrapper {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (min-width: 768px) {
  .contents-wrapper {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
}
@media (min-width: 1024px) {
  .contents-wrapper {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (min-width: 1280px) {
  .contents-wrapper {
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
@media (min-width: 1440px) {
  .contents-wrapper {
    padding-right: 12%;
    padding-left: 12%;
  }
}
@media (min-width: 1920px) {
  .contents-wrapper {
    padding-right: 25rem;
    padding-left: 25rem;
  }
}
@media (max-width: 320px) {
  .contents-wrapper {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
.contents-wrapper.white_bg {
  background-color: #f9f6f0;
}
.contents-wrapper.pattern_bg {
  background-image: url(../images/bg.png);
  background-repeat: repeat-y;
  background-blend-mode: lighten;
}
.contents-wrapper.pattern_bg::after {
  content: "";
  background-color: rgba(255, 254, 240, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contents-block {
  padding-left: 2rem;
  padding-right: 2rem;
  border-right: 1px solid #ae932f;
  border-left: 1px solid #ae932f;
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(100px);
}
@media (min-width: 599px) {
  .contents-block {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.contents-block.padding {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 599px) {
  .contents-block.padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.contents-block.margin {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  margin-top: 2.8rem;
}
@media (min-width: 599px) {
  .contents-block.margin {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .contents-block.margin {
    margin-top: 4.4rem;
  }
}
.contents-block.scroll-in {
  opacity: 1;
  transform: unset;
  z-index: 10;
  position: relative;
}
.contents-titleblock {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 599px) {
  .contents-titleblock {
    margin-bottom: 4rem;
  }
}
.contents-titleblock .title {
  font-size: clamp(2.2rem, 4.8vw, 2.4rem);
}
@media (max-width: 598px) {
  .contents-titleblock .title {
    font-size: 2.2rem;
  }
}
.contents-titleblock .sub-title {
  color: #ae932f;
  margin-top: -0.2em;
}
@media (max-width: 767px) {
  .contents-titleblock .sub-title {
    font-size: 0.92em;
  }
}
.contents-decoration {
  background-repeat: repeat;
  height: 2.8rem;
  width: 100%;
  background-color: #f9f6f0;
}
@media (min-width: 768px) {
  .contents-decoration {
    height: 4.4rem;
  }
}
.contents-decoration.decoration01 {
  background-size: 5.5rem;
  background-image: url(../images/decoration_01.svg);
}
.contents-decoration.decoration02 {
  background-image: url(../images/decoration_02.svg);
}
.contents-decoration.decoration03 {
  background-size: 8.8rem;
  background-image: url(../images/decoration_03.svg);
}
.contents-decoration.decoration04 {
  background-size: 6.8rem;
  background-position: center;
  background-image: url(../images/decoration_04.svg);
}

.concept-mainblock .title {
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .concept-mainblock .title {
    font-size: 2.75rem;
  }
}
.concept-mainblock .name {
  text-align: right;
  margin-top: 1.6rem;
}
.concept-wrapper .lang-en {
  margin-top: 0.6em;
}
.concept-wrapper .concept-text + .concept-text {
  margin-top: 0.8rem;
}
.concept-textblock {
  margin-top: 2rem;
}
@media (min-width: 599px) {
  .concept-textblock {
    padding-top: 2rem;
  }
}
.concept-textblock .title {
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.concept-textimage {
  margin-bottom: -3.2rem;
  margin-top: 2rem;
  text-align: center;
  margin: 0 auto;
  margin: 2rem auto auto;
}
.concept-textimage img {
  border-radius: 0.4rem;
}

@media (min-width: 768px) {
  .concept-textblock + .concept-textimage {
    margin-left: 4rem;
  }
}

@media (min-width: 768px) {
  .concept-mainblock + .concept-wrapper {
    margin-top: 3.2rem;
  }
}

.menu-maintext {
  margin-bottom: 2rem;
}
@media (min-width: 599px) {
  .menu-maintext {
    width: min(90%, 70vw);
    margin: 0 auto 2rem;
  }
}
.menu-textblock {
  background-color: #ffffff;
  position: relative;
  padding: 1.6rem 1.2rem;
  margin: 4rem auto 0;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .menu-textblock {
    padding: 3.2rem;
    width: min(90%, 70vw);
    box-sizing: border-box;
  }
}
.menu-textblock .title {
  background-color: #99843B;
  color: #ffffff;
  padding: 0.4rem 1.6rem;
  position: absolute;
  top: -1.5rem;
}
@media (min-width: 768px) {
  .menu-textblock .title {
    top: -2.5rem;
    padding: 1rem 4rem;
  }
}
.menu-textblock .sub-text {
  font-size: 0.9em;
  color: #8f8f8f;
}
.menu-textblock .menu-sub-text {
  font-size: 0.9em;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .menu-textblock .menu-sub-text {
    margin-top: 1.6rem;
  }
}
.menu-list {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .menu-list {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .menu-list {
    margin-bottom: 1.2rem;
  }
}
.menu-list li {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .menu-list li:first-child {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 768px) {
  .menu-list li:first-child::after {
    content: "---";
    color: #d2d2d2;
    padding: 0 1rem;
  }
}
.menu-list li:last-child {
  padding-right: 0;
}
.menu-list li:last-child span::after {
  content: "";
}
.menu-list li span {
  color: #99843B;
}
.menu-list li span::after {
  content: "・";
}
.menu-list.lang-en {
  margin-top: 0.8rem;
}
.menu-imagesblock {
  display: grid;
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .menu-imagesblock {
    gap: 0.6rem;
    row-gap: 0.1rem;
    margin-top: 1.2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.menu-imagesblock-item {
  cursor: pointer;
}
.menu-price {
  font-weight: 700;
}
.menu-price.lunch {
  margin-top: 0;
}
.menu-lunch-textblock {
  margin-top: 4rem;
  background-color: #ffffff;
  padding: 1.6rem 1.2rem;
  margin: 0 auto 0;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .menu-lunch-textblock {
    padding: 3.2rem;
    width: min(90%, 70vw);
    box-sizing: border-box;
  }
}
.menu-lunch-textblock .title {
  background-color: #99843B;
  color: #ffffff;
  padding: 0.4rem 1.6rem;
  position: absolute;
  top: -1.5rem;
}
@media (min-width: 768px) {
  .menu-lunch-textblock .title {
    top: -2.5rem;
    padding: 1rem 4rem;
  }
}
.menu-lunch-textblock .lunch-text {
  margin-bottom: 0.8rem;
}
.menu-lunch-textblock .lunch-sub-text {
  font-size: 0.9em;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .menu-lunch-textblock .lunch-sub-text {
    margin-top: 1.6rem;
  }
}

.menu-list + .menu-price {
  margin-top: 2rem;
}

.takeout-maintext + .takeout-maintext {
  margin-top: 0.8rem;
}
.takeout-maintext .sub-text {
  font-size: 0.9em;
}
.takeout-menu {
  display: flex;
  gap: 2.4vw;
  margin-top: 4rem;
}
@media (max-width: 598px) {
  .takeout-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4rem;
  }
}
.takeout-menu-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .takeout-menu-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 598px) {
  .takeout-menu-list {
    width: 47%;
  }
}
.takeout-menu .sub-text {
  margin-top: 0.4rem;
  font-size: 0.85em;
}
.takeout-menu + .takeout-menu {
  margin-bottom: 4rem;
}
.takeout-menu .season-menu {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .takeout-menu .season-menu {
    font-size: 1.2rem;
  }
}
.takeout-menu img {
  border-radius: 0.4rem;
}
.takeout-price {
  line-height: 1.2;
}

.map-wrapper {
  margin-top: 2rem;
}
.map-address {
  text-align: center;
}
.map-address span {
  display: block;
}
.map-access {
  text-align: center;
}
@media (max-width: 767px) {
  .map-googlemap iframe {
    height: 32rem;
  }
}
.map-hours {
  margin-top: 1rem;
}

.map-googlemap + .map-address {
  margin-top: 1.6rem;
}

.map-address + .map-access::before {
  content: "";
  border-top: 1px solid #ae932f;
  width: 20rem;
  display: block;
  margin: 0 auto;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}

.footer-wrapper {
  background-color: #766013;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer-tell {
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    -ms-display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
  }
}
.footer-tell-number {
  color: #ffffff;
}
.footer-tell-number:hover, .footer-tell-number:focus {
  text-decoration: none;
}
.footer-tell-number:hover .number, .footer-tell-number:focus .number {
  outline: transparent;
  transition: 0.3s ease;
  opacity: 0.6;
}
.footer-web {
  position: relative;
}
.footer-web:hover, .footer-web:focus {
  text-decoration: none;
}
.footer-web:hover .footer-web-reservation, .footer-web:focus .footer-web-reservation {
  outline: transparent;
  transition: 0.3s ease;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .footer-web::after {
    content: "";
    border-right: 1px solid #ae932f;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
.footer-web-reservation {
  padding: 1.2rem;
  color: #fff;
  display: block;
  font-weight: 700;
  background-color: #ae932f;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-web-reservation {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 768px) {
  .footer-web-reservation {
    margin-right: 2rem;
  }
}
.footer-web-reservation img {
  width: 1.5rem;
  margin-left: 0.7rem;
}
@media (max-width: 767px) {
  .footer-web-reservation img {
    width: 1.3rem;
  }
}
.footer-menu {
  margin-top: 3.6rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .footer-menu {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-menu > *:not(:last-child) {
    margin-right: 4.2rem;
  }
}
@media (max-width: 767px) {
  .footer-menu li {
    border-bottom: 1px solid #99843B;
    padding: 1.2rem 0;
  }
}
.footer-menu a {
  color: #ffffff;
}
.footer-block {
  padding: 4rem 1.6rem 3.2rem;
}
@media (min-width: 599px) {
  .footer-block {
    padding: 6rem 2.4rem 3.2rem;
  }
}
.footer-logoblock {
  text-align: center;
  opacity: 0;
  transition: 1s;
  transform: translateY(100px);
}
.footer-logoblock.scroll-in {
  opacity: 1;
  transform: translateY(0);
}
.footer-logoitem {
  padding-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .footer-logoitem {
    padding-bottom: 3.2rem;
  }
}
.footer-logoitem img {
  width: clamp(18rem, 38vw, 22.5rem);
}

.recruit-wrapper {
  position: relative;
  background-image: url(../images/recruit_03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #ffffff;
}
@media (min-width: 599px) {
  .recruit-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.recruit-wrapper::before {
  content: "";
  background-color: rgba(91, 78, 26, 0.5294117647);
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.recruit-block {
  text-align: center;
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(100px);
}
.recruit-block.scroll-in {
  opacity: 1;
  transform: translateY(0);
}
.recruit-text {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .recruit-text {
    font-size: 2rem;
  }
}
.recruit-subtext a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}
.recruit-tell {
  padding: 1.8rem;
  margin-top: 1.2rem;
  background-color: rgba(18, 18, 18, 0.6);
}
.recruit-tell .namber {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
}
.recruit .sub-title {
  color: rgba(212, 194, 128, 0.7176470588);
}

.reservation-block {
  border: 2px solid #ae932f;
  border-radius: 0.4rem;
  padding: 3.2rem 1.6rem 2.4rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .reservation-block {
    padding: 4rem 4rem 2.8rem;
    width: 60%;
  }
}
.reservation-block .number {
  background-color: rgba(255, 255, 255, 0.1411764706);
  padding: 1.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .reservation-block .number {
    margin-left: 2rem;
  }
}
.reservation-block .number a {
  color: #ffffff;
}
.reservation-block .number a:hover, .reservation-block .number a:focus {
  text-decoration: none;
  outline: transparent;
  transition: 0.3s ease;
  opacity: 0.6;
}
.reservation-block .number i {
  margin-right: 0.7rem;
}
.reservation-block .number i img {
  width: 1.6rem;
}
.reservation-block .title {
  font-size: 1.8rem;
  position: absolute;
  top: -1.5rem;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #766013;
  width: 12rem;
}
@media (min-width: 768px) {
  .reservation-block .title {
    font-size: 2rem;
    width: 20%;
  }
}
.reservation-block .text {
  border-bottom: 1px solid #ae932f;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.reservation-block .text .lang-en {
  margin-top: 0.6em;
}
.reservation-subtext {
  margin-top: 0.8rem;
}

.sns-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-wrapper > *:not(:last-child) {
  margin-right: 2.4rem;
}

.copylight {
  background-color: #1b1603;
  padding: 1rem;
  text-align: center;
  font-size: 0.7em;
}

.floating-block {
  position: fixed;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(91, 78, 26, 0.6392156863);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  transition: all 0.5s;
  opacity: 1;
  bottom: -20%;
  z-index: 1000;
}
@media (min-width: 599px) {
  .floating-block {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (min-width: 768px) {
  .floating-block {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
}
@media (min-width: 1024px) {
  .floating-block {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (min-width: 1280px) {
  .floating-block {
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
@media (min-width: 1440px) {
  .floating-block {
    padding-right: 12%;
    padding-left: 12%;
  }
}
@media (min-width: 1920px) {
  .floating-block {
    padding-right: 25rem;
    padding-left: 25rem;
  }
}
@media (max-width: 320px) {
  .floating-block {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (max-width: 598px) {
  .floating-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.floating-block-title {
  color: #ffffff;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-block-title::before, .floating-block-title::after {
  content: "";
  border-top: 2px solid #bcab6a;
  width: 40%;
  position: absolute;
}
.floating-block-title::before {
  left: 0;
}
.floating-block-title::after {
  right: 0;
}
@media (max-width: 767px) {
  .floating-block-title {
    font-size: 1.4rem;
  }
  .floating-block-title::before, .floating-block-title::after {
    content: "";
    width: 30%;
  }
}
.floating-block-button {
  display: grid;
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  align-items: center;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
}
.floating-block-button a:hover, .floating-block-button a:focus {
  text-decoration: none;
  outline: transparent;
  transition: 0.3s ease;
  opacity: 0.6;
}
.floating-block-web-reservation {
  padding: 1rem;
  color: #fff;
  display: block;
  font-weight: 700;
  background-color: #ae932f;
  display: flex;
  justify-content: center;
  border-radius: 0.3rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .floating-block-web-reservation {
    margin-right: 2rem;
  }
}
.floating-block-web-reservation img {
  width: 1.5rem;
  margin-left: 0.7rem;
}
@media (max-width: 767px) {
  .floating-block-web-reservation img {
    width: 1.3rem;
  }
}
.floating-block .number {
  background-color: rgba(255, 255, 255, 0.1411764706);
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-left: 2rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .floating-block .number {
    height: 4.2rem;
    margin-left: 0.8rem;
    font-size: 1.4rem;
  }
}
.floating-block .number:hover, .floating-block .number:focus {
  text-decoration: none;
  outline: transparent;
  transition: 0.3s ease;
  opacity: 0.6;
}
.floating-block .number a {
  color: #ffffff;
}
.floating-block .number i {
  margin-right: 0.7rem;
}
.floating-block .number i img {
  width: 1.6rem;
}
@media (max-width: 767px) {
  .floating-block .number i img {
    width: 1.2rem;
  }
}
.floating-block.fixed {
  transition: all 0.5s;
  pointer-events: all;
  opacity: 1;
  bottom: 0;
}

body.open {
  position: fixed;
}

.header-block {
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  transition: all 0.5s;
  width: 100%;
  opacity: 1;
  position: fixed;
  top: -20%;
  z-index: 1000;
}
@media (min-width: 599px) {
  .header-block {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (min-width: 768px) {
  .header-block {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
}
@media (min-width: 1024px) {
  .header-block {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (min-width: 1280px) {
  .header-block {
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
@media (min-width: 1440px) {
  .header-block {
    padding-right: 12%;
    padding-left: 12%;
  }
}
@media (min-width: 1920px) {
  .header-block {
    padding-right: 25rem;
    padding-left: 25rem;
  }
}
@media (max-width: 320px) {
  .header-block {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
.header-block.fixed {
  top: 0;
  transition: all 0.5s;
  pointer-events: all;
  opacity: 1;
  background-color: rgba(91, 78, 26, 0.6392156863);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.header-logo a {
  display: block;
  font-size: 0;
}
.header-logo img {
  width: 16rem;
}
@media (max-width: 767px) {
  .header-logo img {
    width: 12rem;
  }
}
@media (min-width: 768px) {
  .header-menu {
    display: flex;
    justify-content: center;
    font-size: 0.88em;
  }
}
@media (min-width: 768px) {
  .header-menu > *:not(:last-child) {
    margin-right: 2rem;
  }
}
.header-menu a {
  color: #ffffff;
}
.header-menubtn {
  position: relative;
  width: 4rem;
  height: 2.4rem;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  margin-left: 1.6rem;
}
@media (min-width: 768px) {
  .header-menubtn {
    height: 3rem;
    width: 6rem;
  }
}
.header-menubtn span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  height: 0.2rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .header-menubtn span {
    height: 0.3rem;
  }
}
.header-menubtn span:nth-last-of-type(1) {
  top: 0;
  width: 100%;
}
.header-menubtn span:nth-last-of-type(2) {
  top: calc(50% - 2px);
  width: 80%;
}
@media (min-width: 768px) {
  .header-menubtn span:nth-last-of-type(2) {
    width: 70%;
  }
}
.header-menubtn span:nth-last-of-type(2)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .header-menubtn span:nth-last-of-type(2)::after {
    height: 0.3rem;
  }
}
.header-menubtn span:nth-last-of-type(3) {
  bottom: 0;
  width: 50%;
}
@media (min-width: 768px) {
  .header-menubtn span:nth-last-of-type(3) {
    width: 40%;
  }
}
@media (hover: hover) {
  .header-menubtn:not(.open):hover span:nth-last-of-type(1), .header-menubtn:not(.open):focus span:nth-last-of-type(1) {
    animation: hamburgerMenu01 ease-out 0.4s;
  }
  .header-menubtn:not(.open):hover span:nth-last-of-type(2), .header-menubtn:not(.open):focus span:nth-last-of-type(2) {
    animation: hamburgerMenu02 ease-out 0.4s;
  }
  .header-menubtn:not(.open):hover span:nth-last-of-type(3), .header-menubtn:not(.open):focus span:nth-last-of-type(3) {
    animation: hamburgerMenu03 ease-out 0.4s;
  }
}
.header-menubtn.open {
  z-index: 100000;
}
.header-menubtn.open span:nth-last-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.header-menubtn.open span:nth-last-of-type(2) {
  opacity: 0;
}
.header-menubtn.open span:nth-last-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.header-menubtn.close-btn {
  width: 3rem;
}
.header-menubtn.close-btn span {
  top: 1.5rem;
}
.header-menubtn.close-btn span:nth-last-of-type(1) {
  width: 100%;
  transform: rotate(45deg);
}
.header-menubtn.close-btn span:nth-last-of-type(2) {
  width: 100%;
  transform: rotate(-45deg);
}
.header-menubtn.close-btn span:nth-last-of-type(3) {
  display: none;
}
.header-spmenu {
  width: 100%;
  pointer-events: none;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  position: fixed;
  height: 0;
  opacity: 0;
  transition: 0.5s ease-out all;
  background-color: rgba(18, 18, 18, 0.95);
  z-index: 10000;
  padding-top: 5rem;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 599px) {
  .header-spmenu {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (min-width: 768px) {
  .header-spmenu {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
}
@media (min-width: 1024px) {
  .header-spmenu {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (min-width: 1280px) {
  .header-spmenu {
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
@media (min-width: 1440px) {
  .header-spmenu {
    padding-right: 12%;
    padding-left: 12%;
  }
}
@media (min-width: 1920px) {
  .header-spmenu {
    padding-right: 25rem;
    padding-left: 25rem;
  }
}
@media (max-width: 320px) {
  .header-spmenu {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
.header-spmenu .btn {
  text-align: center;
}
.header-spmenu .btn + .btn {
  margin-top: 1.2rem;
}
.header-spmenu li {
  margin-bottom: 2rem;
}
.header-spmenu a {
  color: #ffffff;
  font-size: clamp(1.8rem, 1.6vw, 2rem);
}
.header-spmenu-register-item {
  width: 100%;
}
.header-spmenu.open {
  pointer-events: all;
  transition: 0.5s ease-out all;
  opacity: 1;
  height: 100vh;
  padding-top: 3rem;
}
.header-spmenu-logo {
  display: flex;
  justify-content: flex-start;
  height: 24vh;
  width: 20%;
}
.header-spmenu-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.swiper {
  width: 100%;
  height: 93vh;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .swiper {
    height: 88vh;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  backface-visibility: hidden;
}

.swiper-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
@keyframes zoom-in { /* 1.15倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-prev .swiper-img,
.swiper-slide-duplicate-active .swiper-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: zoom-in 10s linear 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.modal__header {
  justify-content: flex-end !important;
}

.modal-text {
  font-size: 0.9em;
  color: #ffffff !important;
}

.modal__container {
  padding: 0 !important;
  background-color: transparent !important;
}

.modal__header {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .modal__header {
    margin-bottom: 0.8rem;
  }
}

.modal__close {
  color: #ffffff !important;
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}/*# sourceMappingURL=import.css.map */