@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Shippori Mincho", serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Shippori Mincho", serif;
  font: 16px "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Shippori Mincho", serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: clip;
  position: relative;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, textarea {
  font: 99% "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  font: 99% "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Shippori Mincho", serif;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Shippori Mincho", serif;
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

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

html, body {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Shippori Mincho", serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-06em {
  margin-bottom: 0.6em;
}

.u-mb-05em {
  margin-bottom: 0.5em;
}

.u-mb-04em {
  margin-bottom: 0.4em;
}

.u-mb-03em {
  margin-bottom: 0.3em;
}

.u-mb-025em {
  margin-bottom: 0.25em;
}

.u-inlineblock {
  display: inline-block;
}

.u-text-85per {
  font-size: 85%;
}

.u-text-80per {
  font-size: 80%;
}

.u-text-70per {
  font-size: 70%;
}

@media screen and (max-width: 414px) {
  .u-sm-small {
    letter-spacing: -0.02em;
  }
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #ebebeb;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 160px;
  height: 160px;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  text-align: center;
  background: url("../img/top/ico_loading.svg") no-repeat center center;
  -webkit-animation: sk-opacity 2.5s infinite linear;
          animation: sk-opacity 2.5s infinite linear;
}
@media screen and (max-width: 768px) {
  .spinner {
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
  }
}

@-webkit-keyframes sk-opacity {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(70%);
            transform: scale(70%);
  }
}

@keyframes sk-opacity {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(70%);
            transform: scale(70%);
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
component > btn
------------------------------
*/
.c-btn-detail {
  color: #fff;
  margin: 10px auto;
  background: radial-gradient(circle at 0 100%, transparent 11px, #ceb17f 12px), radial-gradient(circle at 100% 100%, transparent 11px, #ceb17f 12px), radial-gradient(circle at 100% 0, transparent 11px, #ceb17f 12px), radial-gradient(circle at 0 0, transparent 11px, #ceb17f 12px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  position: relative;
  display: inline-block;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .c-btn-detail {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-detail {
    background: radial-gradient(circle at 0 100%, transparent 8px, #ceb17f 9px), radial-gradient(circle at 100% 100%, transparent 8px, #ceb17f 9px), radial-gradient(circle at 100% 0, transparent 8px, #ceb17f 9px), radial-gradient(circle at 0 0, transparent 8px, #ceb17f 9px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
}
.c-btn-detail:hover {
  opacity: 0.7;
}
.c-btn-detail::before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  left: 6px;
  background: radial-gradient(circle at 0 100%, transparent 11px, #ceb17f 12px), radial-gradient(circle at 100% 100%, transparent 11px, #ceb17f 12px), radial-gradient(circle at 100% 0, transparent 11px, #ceb17f 12px), radial-gradient(circle at 0 0, transparent 11px, #ceb17f 12px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-btn-detail::before {
    background: radial-gradient(circle at 0 100%, transparent 8px, #ceb17f 9px), radial-gradient(circle at 100% 100%, transparent 8px, #ceb17f 9px), radial-gradient(circle at 100% 0, transparent 8px, #ceb17f 9px), radial-gradient(circle at 0 0, transparent 8px, #ceb17f 9px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
.c-btn-detail::after {
  content: "";
  width: calc(100% - 18px);
  height: 4px;
  position: absolute;
  left: 9px;
  top: calc(50% - 2px);
  background-color: #ceb17f;
  z-index: 2;
}
.c-btn-detail--inner {
  display: block;
  position: relative;
  padding: 1em 4em;
}
@media screen and (max-width: 768px) {
  .c-btn-detail--inner {
    padding: 1.3em 3em 1.2em;
  }
}
.c-btn-detail--inner::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  background: radial-gradient(circle at 0 100%, transparent 11px, #fff 12px), radial-gradient(circle at 100% 100%, transparent 11px, #fff 12px), radial-gradient(circle at 100% 0, transparent 11px, #fff 12px), radial-gradient(circle at 0 0, transparent 11px, #fff 12px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-btn-detail--inner::before {
    background: radial-gradient(circle at 0 100%, transparent 8px, #fff 9px), radial-gradient(circle at 100% 100%, transparent 8px, #fff 9px), radial-gradient(circle at 100% 0, transparent 8px, #fff 9px), radial-gradient(circle at 0 0, transparent 8px, #fff 9px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
  }
}
.c-btn-detail--inner::after {
  content: "";
  width: 4px;
  height: calc(100% - 14px);
  position: absolute;
  left: calc(50% - 2px);
  top: 7px;
  background-color: #ceb17f;
  z-index: 2;
}
.c-btn-detail--text {
  position: relative;
  z-index: 3;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}

.c-btn-reserve {
  display: block;
  color: #fff;
  background-color: #ceb17f;
  border-radius: 0 100px 100px 0;
  padding: 0.8em 1.5em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-reserve {
    font-size: 1.5rem;
  }
}
.c-btn-reserve::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  background-color: #fff;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn-reserve::after {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../img/top/ico_arrow-01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 27px;
  top: calc(50% - 5px);
  display: block;
}
.c-btn-reserve:hover {
  background-color: rgb(187.5627118644, 147.6508474576, 78.8372881356);
}
.c-btn-reserve:hover::before {
  background-color: rgba(255, 255, 255, 0.8);
}
.c-btn-reserve--white {
  color: #ceb17f;
  background-color: #ebebeb;
}
.c-btn-reserve--white::before {
  background-color: #ceb17f;
}
.c-btn-reserve--white::after {
  background-image: url("../img/top/ico_arrow-02.svg");
}
.c-btn-reserve--white:hover {
  background-color: rgb(225.6, 208.2, 178.2);
}
.c-btn-reserve--white:hover::before {
  background-color: #ceb17f;
}

.c-btn-tel {
  margin-right: 0.5em;
  display: inline-block;
  /*@include g.maxmq(){
  	border: 1px solid g.$beige;
  	display: inline-block;
  	//text-align: center;
  	padding: 0.5em 1em;
  	border-radius: 30px;
  	margin-bottom: 0.5em;
  }*/
}

.c-btn-opacity {
  display: block;
  position: relative;
}
.c-btn-opacity:hover {
  opacity: 0.7;
}

/*!
component > title
------------------------------
*/
.c-title-shop {
  padding: 1.4em 0 1.3em;
  font-size: clamp(2.2rem, 5.4vw, 5.4rem);
  font-weight: 400;
  line-height: 1.5;
}
.c-title-shop--jp {
  font-weight: 400;
  letter-spacing: 0.1em;
}
.c-title-shop--en {
  color: #ceb17f;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.c-title-shop--small {
  font-size: 80%;
}

.c-title-reservation {
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 3rem);
  margin: 0 auto 0.5em;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
.c-title-reservation--jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.c-title-reservation--en {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 0.2em;
}

.c-title-club {
  font-size: clamp(1.7rem, 2.7vw, 2.7rem);
  line-height: 1.4;
  margin-bottom: 1em;
  position: relative;
}

.c-title-access {
  color: #ceb17f;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin: auto;
}

.l-container-l {
  max-width: 1280px;
}

.l-container-m {
  max-width: 1010px;
}

.l-container-s {
  max-width: 650px;
}

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

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 110px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 0 50px;
  }
}
header::before {
  content: "";
  width: 100%;
  height: 35%;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.header-inner {
  position: relative;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 1280px) {
  .header-inner {
    width: 91.6%;
    padding: 3.5% 0 0;
  }
}
@media screen and (max-width: 414px) {
  .header-inner {
    width: 92%;
    padding: 16px 0 0;
  }
}

.header-title {
  max-width: 1010px;
  width: 60%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -30px;
}
@media screen and (max-width: 859px) {
  .header-title {
    width: 80%;
    max-width: 870px;
  }
}
@media screen and (max-width: 768px) {
  .header-title {
    bottom: -10px;
  }
}
@media screen and (max-width: 414px) {
  .header-title {
    width: 86%;
  }
}

@media screen and (max-width: 859px) {
  .header-image {
    position: relative;
  }
  .header-image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .header-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 414px) {
  .header-image {
    position: relative;
  }
  .header-image::before {
    content: "";
    display: block;
    padding-top: 120%;
  }
  .header-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
.header-image img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .header-image img {
    border-radius: 5px;
  }
}

/*!
layout > footer
------------------------------
*/
footer {
  color: #fff;
  background-color: #1a1a1a;
  text-align: center;
  width: 100%;
  padding: 70px 0 0;
  margin: 0 auto;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 0;
  }
}

.footer-hotel {
  padding: 0 0 70px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer-hotel {
    padding: 0 0 40px;
  }
}

.footer-name {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
  margin-bottom: 0.25em;
}

.footer-detail {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 1.5;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .footer-sns {
    margin: 25px auto 0;
  }
}
.footer-sns--ico {
  width: 30px;
  display: block;
}
.footer-sns--ico:hover {
  opacity: 0.7;
}

.footer-access {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .footer-access {
    padding: 40px 0;
  }
}
.footer-access--text {
  margin-bottom: 2.5em;
}
.footer-access--link {
  margin-bottom: 3em;
}
.footer-access--map {
  position: relative;
  width: 100%;
  padding-top: 400px;
}
.footer-access--map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer-access--map {
    position: relative;
    width: 100%;
    padding-top: 300px;
  }
  .footer-access--map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.1em;
     -moz-column-gap: 1.1em;
          column-gap: 1.1em;
  padding: 0 1.1em;
  margin: 0 auto 2em;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer-company {
    font-size: 1.1rem;
    display: block;
    margin: 0 auto 1.2em;
  }
  .footer-company::before {
    display: none;
  }
  .footer-company::after {
    display: none;
  }
}
.footer-company::before {
  content: "|";
}
.footer-company::after {
  content: "|";
}
.footer-company li:first-child::after {
  content: "|";
  margin-left: 1.1em;
}
@media screen and (max-width: 768px) {
  .footer-company li:first-child::after {
    display: none;
  }
}
.footer-company a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    gap: 10px;
  }
}

.footer-copy {
  text-align: center;
  padding: 1.5em 1em;
  border-top: 1px solid #fff;
}
.footer-copy aside {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer-copy aside {
    font-size: 1rem;
  }
}

/*!
page > top
------------------------------
*/
.top-concept {
  background-color: #ebebeb;
}
.top-concept--inner {
  max-width: 1386px;
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 0 95px;
}
@media screen and (max-width: 768px) {
  .top-concept--inner {
    display: block;
    width: 86%;
    padding: 0 0 50px;
  }
}

.top-concept-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  min-height: 658px;
  padding: 50px 20% 110px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-concept-title {
    min-height: 0;
    margin: 0 auto;
    padding: 50px 30% 60px 0;
  }
}
.top-concept-title::before {
  content: "";
  display: block;
  width: 515px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/top/bg_concept.svg") no-repeat right top;
}
@media screen and (max-width: 768px) {
  .top-concept-title::before {
    right: -17%;
  }
}
.top-concept-title--en {
  color: #ceb17f;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-left: 0.2em;
  position: relative;
}
.top-concept-title--jp {
  font-size: clamp(2.4rem, 4vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.48;
  position: relative;
}

.top-concept-text {
  font-size: clamp(1.3rem, 1.6vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 2.1;
  position: relative;
  margin-top: -1.5em;
}
@media screen and (min-width: 415px) {
  .top-concept-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    padding-top: 90px;
    margin-right: 2.5em;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-concept-text {
    margin: -1.5em auto 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 415px) {
  .top-concept-text--p:not(:last-child) {
    margin-left: 1.8em;
  }
}
@media screen and (max-width: 414px) {
  .top-concept-text--p:not(:last-child) {
    margin-bottom: 1.2em;
  }
}

.top-concept-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 414px) {
  .top-concept-image {
    grid-template-columns: 1fr 1fr;
  }
}

.top-shop {
  background: url("../img/top/bg_paper-01.jpg") repeat top center #ebebeb;
  background-size: 1680px;
  padding: 190px 0 100px;
  position: relative;
}
@media screen and (min-width: 1680px) {
  .top-shop {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-shop {
    padding: 80px 0 50px;
  }
}
.top-shop--bottom {
  padding: 75px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-shop--bottom {
    padding: 40px 0 0;
  }
}
.top-shop--bottom::before {
  content: "";
  width: 93%;
  height: 8px;
  background-color: #ceb17f;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-shop--bottom::before {
    height: 4px;
  }
}
.top-shop--restaurant {
  padding: 0 0 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-shop--restaurant {
    padding: 0 0 70px;
  }
}
.top-shop--restaurant::before {
  content: "";
  width: 93%;
  height: 8px;
  background-color: #ceb17f;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-shop--restaurant::before {
    height: 4px;
  }
}
.top-shop--restaurant.top-shop-pdnone {
  padding: 0;
}
.top-shop--inner {
  max-width: 1280px;
  width: 86%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .top-shop--inner {
    margin: 0 auto 30px;
  }
}
.top-shop--bb {
  padding: 0 0 80px;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .top-shop--bb {
    padding: 0 0 40px;
  }
}
.top-shop--link {
  text-align: center;
}

.top-shop-block {
  display: grid;
  grid-template-columns: 1fr 49%;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  margin: 0 auto;
}
@media screen and (max-width: 859px) {
  .top-shop-block {
    display: block;
  }
}
.top-shop-block.top-shop-block-sirloin {
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content max-content 1fr;
}
.top-shop-block .top-shop-title {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: 1fr 82px;
  font-size: clamp(1.9rem, 3.8vw, 3.8rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-title {
    grid-template-columns: 1fr 50px;
  }
}
.top-shop-block .top-shop-title--main {
  font-weight: 500;
  letter-spacing: 0.1em;
  -ms-flex-item-align: center;
      align-self: center;
}
.top-shop-block .top-shop-title--main--short {
  letter-spacing: 0.06em;
}
.top-shop-block .top-shop-title--ico {
  -ms-flex-item-align: center;
      align-self: center;
}
.top-shop-block--text {
  grid-column: 1/2;
  align-self: flex-start;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 2;
  margin: 1em auto 0;
  padding: 0 0 1.2em;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 859px) {
  .top-shop-block--text {
    border-bottom: none;
    padding: 0 0 2em;
  }
}
.top-shop-block--text.top-shop-bbnone {
  border-bottom: none;
}
.top-shop-block--menu {
  grid-column: 1/2;
  align-self: flex-start;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  letter-spacing: 0.1em;
  margin-top: 0.2em;
}
.top-shop-block--menu li {
  line-height: 1.5;
  padding-left: 1em;
}
.top-shop-block--menu li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-shop-block--menu li::before {
  content: "− ";
}
.top-shop-block--menu li:not(:last-child) {
  margin-bottom: 0.25em;
}
.top-shop-block--price {
  grid-column: 1/2;
  align-self: flex-start;
  border-left: 4px solid #ceb17f;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 859px) {
  .top-shop-block--price {
    margin: 2em auto;
    width: 100%;
  }
}
.top-shop-block--price--short {
  max-width: 560px;
}
.top-shop-block--price.top-shop-block-1line {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.top-shop-block .top-shop-foods {
  grid-column: 1/2;
  background-color: #fff;
  padding: 10px;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .top-shop-block .top-shop-foods {
    grid-column: 1/3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1em;
  }
}
@media screen and (max-width: 414px) {
  .top-shop-block .top-shop-foods {
    padding: 10px 10px 10px 5px;
  }
}
.top-shop-block .top-shop-foods.top-shop-foods-sp100 {
  display: grid;
  grid-template-columns: 2em 1fr -webkit-max-content;
  grid-template-columns: 2em 1fr max-content;
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-foods.top-shop-foods-sp100 {
    grid-template-columns: 2em 1fr;
  }
  .top-shop-block .top-shop-foods.top-shop-foods-sp100 .top-shop-foods--head {
    grid-row: 1/3;
  }
  .top-shop-block .top-shop-foods.top-shop-foods-sp100 .top-shop-foods--image {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1281px) {
  .top-shop-block .top-shop-foods--2ico .top-shop-foods--image {
    min-width: 118px;
  }
}
.top-shop-block .top-shop-foods--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-foods--inner {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    width: calc(100% - 65px);
  }
}
.top-shop-block .top-shop-foods--head {
  color: #fff;
  background-color: #ceb17f;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  padding: 0.5em;
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}
.top-shop-block .top-shop-foods--list {
  display: grid;
  grid-template-columns: repeat(3, 8em);
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  line-height: 1.5;
}
@media screen and (min-width: 1281px) {
  .top-shop-block .top-shop-foods--list {
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media screen and (max-width: 1280px) {
  .top-shop-block .top-shop-foods--list {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-foods--list {
    grid-template-columns: 1fr 1fr;
    align-self: center;
    -webkit-column-gap: 0.25em;
       -moz-column-gap: 0.25em;
            column-gap: 0.25em;
    row-gap: 0.25em;
  }
}
.top-shop-block .top-shop-foods--list.top-shop-foods-2col {
  grid-template-columns: repeat(2, 8em);
}
.top-shop-block .top-shop-foods--list.top-shop-foods-wide {
  grid-template-columns: 7em 11em 8em;
  width: calc(100% - 120px);
}
@media screen and (max-width: 1280px) {
  .top-shop-block .top-shop-foods--list.top-shop-foods-wide {
    display: grid;
    grid-template-columns: 7em 1fr 8em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-foods--list.top-shop-foods-wide {
    grid-template-columns: 1fr 7.5em;
    grid-template-rows: auto;
    letter-spacing: -0.02em;
    width: auto;
  }
}
.top-shop-block .top-shop-foods--list li {
  padding-left: 1em;
}
.top-shop-block .top-shop-foods--list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-shop-block .top-shop-foods--list li::before {
  content: "・";
}
.top-shop-block .top-shop-foods--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-foods--image {
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-shop-block .top-shop-foods--image figure {
  max-width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-foods--image figure {
    max-width: 50px;
    height: 50px;
  }
}
.top-shop-block .top-shop-foods--image figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.top-shop-block .top-shop-mainImage {
  grid-column: 2/3;
  grid-row: 1/5;
  align-self: flex-start;
}

.top-shop-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 9px;
  margin-top: 60px;
}
@media screen and (max-width: 859px) {
  .top-shop-image {
    gap: 4px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .top-shop-image {
    margin-top: 40px;
  }
}

.top-recommend {
  width: 100%;
  max-width: 1280px;
  margin: 70px auto 0;
  background: radial-gradient(circle at 0 100%, transparent 11px, #fff 12px), radial-gradient(circle at 100% 100%, transparent 11px, #fff 12px), radial-gradient(circle at 100% 0, transparent 11px, #fff 12px), radial-gradient(circle at 0 0, transparent 11px, #fff 12px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-recommend {
    margin: 40px auto 0;
    background: radial-gradient(circle at 0 100%, transparent 8px, #fff 9px), radial-gradient(circle at 100% 100%, transparent 8px, #fff 9px), radial-gradient(circle at 100% 0, transparent 8px, #fff 9px), radial-gradient(circle at 0 0, transparent 8px, #fff 9px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
}
.top-recommend::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  background: radial-gradient(circle at 0 100%, transparent 11px, #fff 12px), radial-gradient(circle at 100% 100%, transparent 11px, #fff 12px), radial-gradient(circle at 100% 0, transparent 11px, #fff 12px), radial-gradient(circle at 0 0, transparent 11px, #fff 12px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-recommend::before {
    background: radial-gradient(circle at 0 100%, transparent 8px, #fff 9px), radial-gradient(circle at 100% 100%, transparent 8px, #fff 9px), radial-gradient(circle at 100% 0, transparent 8px, #fff 9px), radial-gradient(circle at 0 0, transparent 8px, #fff 9px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
}
.top-recommend::after {
  content: "";
  width: calc(100% - 18px);
  height: 4px;
  position: absolute;
  left: 9px;
  top: calc(50% - 2px);
  background-color: #fff;
  z-index: 2;
}
.top-recommend--inner {
  display: grid;
  grid-template-columns: 38% 1fr;
  -webkit-column-gap: 6.4%;
     -moz-column-gap: 6.4%;
          column-gap: 6.4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 60px 5.7%;
}
@media screen and (max-width: 859px) {
  .top-recommend--inner {
    display: block;
    padding: 40px 8%;
  }
}
@media screen and (max-width: 768px) {
  .top-recommend--inner {
    padding: 30px 10%;
  }
}
.top-recommend--inner::before {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  position: absolute;
  top: 7px;
  left: 7px;
  background: radial-gradient(circle at 0 100%, transparent 11px, #ceb17f 12px), radial-gradient(circle at 100% 100%, transparent 11px, #ceb17f 12px), radial-gradient(circle at 100% 0, transparent 11px, #ceb17f 12px), radial-gradient(circle at 0 0, transparent 11px, #ceb17f 12px);
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-recommend--inner::before {
    background: radial-gradient(circle at 0 100%, transparent 8px, #ceb17f 9px), radial-gradient(circle at 100% 100%, transparent 8px, #ceb17f 9px), radial-gradient(circle at 100% 0, transparent 8px, #ceb17f 9px), radial-gradient(circle at 0 0, transparent 8px, #ceb17f 9px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
}
.top-recommend--inner::after {
  content: "";
  width: 4px;
  height: calc(100% - 18px);
  position: absolute;
  left: calc(50% - 2px);
  top: 9px;
  background-color: #fff;
  z-index: 2;
}
.top-recommend .top-recommend-image {
  position: relative;
  z-index: 3;
  grid-column: 1/2;
  grid-row: 1/4;
}
.top-recommend .top-recommend-head {
  position: relative;
  z-index: 3;
  grid-column: 2/3;
  align-self: flex-start;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.75em;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-recommend .top-recommend-head {
    margin-bottom: 1em;
  }
}
.top-recommend .top-recommend-head--inner {
  display: inline-block;
  color: #fff;
  background-color: #b09267;
  padding: 0.4em 1.4em 0.3em;
  letter-spacing: 0.14em;
  position: relative;
}
.top-recommend .top-recommend-head--inner::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 0;
  background-color: #fff;
}
.top-recommend .top-recommend-head--inner::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 0;
  background-color: #fff;
}
.top-recommend .top-recommend-title {
  position: relative;
  z-index: 3;
  grid-column: 2/3;
  line-height: 1.25;
}
@media screen and (max-width: 859px) {
  .top-recommend .top-recommend-title {
    margin-bottom: 1.5em;
  }
}
.top-recommend .top-recommend-title--sub {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  letter-spacing: 0.08em;
  margin-bottom: 0.3em;
}
.top-recommend .top-recommend-title--main {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.top-recommend .top-recommend-title--inner {
  display: inline-block;
  border-bottom: 1px solid #ceb17f;
  padding-bottom: 0.25em;
}
.top-recommend .top-recommend-text {
  position: relative;
  z-index: 3;
  grid-column: 2/3;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 1.9;
  margin-top: 1em;
}
@media screen and (max-width: 859px) {
  .top-recommend .top-recommend-text {
    margin-top: 1.5em;
  }
}

.top-shop-brand {
  text-align: center;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  line-height: 1.5;
  margin: 50px auto 0;
  padding: 0 0 30px;
}
.top-shop-brand--link {
  margin-top: 0.5em;
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.top-shop-brand--link a {
  text-decoration: underline;
}
.top-shop-brand--link a:hover {
  text-decoration: none;
}

.top-shop-caution {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
.top-shop-caution li {
  line-height: 1.5;
  padding-left: 1.5em;
}
.top-shop-caution li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: center;
}
.top-shop-caution li::before {
  content: "※";
}
.top-shop-caution li:not(:last-child) {
  margin-bottom: 0.5em;
}

.top-reservation {
  color: #fff;
  background-color: #b09267;
  text-align: center;
  padding: 50px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-reservation {
    padding: 50px 0;
  }
}
.top-reservation::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/top/bg_paper-01.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.top-reservation-tel {
  font-size: clamp(3.2rem, 5.4vw, 5.4rem);
  line-height: 1.2;
  position: relative;
}
.top-reservation-tel span {
  font-size: 60%;
}

.top-reservation-time {
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  line-height: 1.2;
  margin-top: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-reservation-time {
    margin-top: 0.5em;
  }
}

.top-club {
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 90px 0 80px;
  position: relative;
}
.top-club::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/top/bg_paper-01.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .top-club {
    padding: 50px 0;
  }
}
.top-club--text {
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: 0;
  margin: 1.5em auto 2em;
  position: relative;
}/*# sourceMappingURL=style.css.map */