@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans JP', "メイリオ", sans-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 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font: 16px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #000;
  -webkit-text-size-adjust: none;
  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% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", 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
****************************************/
* {
  box-sizing: border-box;
}

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

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  font: 99% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  color: inherit;
  transition: 0.5s;
  cursor: pointer;
}

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

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-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;
  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;
}
@media screen and (min-width: 769px) {
  .u-inlineblock--pc {
    display: inline-block;
  }
}

.u-inlineblock-md {
  display: inline;
}
@media screen and (min-width: 769px) {
  .u-inlineblock-md {
    display: 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;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

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

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

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

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

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

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

.spinner {
  margin: auto;
  width: 300px;
  height: 300px;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  text-align: center;
  background: url("../img/top/ico_loading.svg") no-repeat center center;
  animation: sk-opacity 2.5s infinite linear;
}

@keyframes sk-opacity {
  0%, 100% {
    opacity: 0;
    transform: scale(100%);
  }
  50% {
    opacity: 1;
    transform: scale(70%);
  }
}
/*!
component > btn
------------------------------
*/
.c-btn-brown {
  color: #fff;
  border-radius: 100vmax;
  padding: 0.5em 3em;
  background-color: #c9803b;
  position: relative;
  display: inline-block;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.c-btn-brown:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-btn-brown {
    padding: 1em 3em;
  }
}

.c-btn-detail {
  color: #fff;
  margin: 10px auto;
  background: radial-gradient(circle at 0 100%, transparent 11px, #9a9a9a 12px), radial-gradient(circle at 100% 100%, transparent 11px, #9a9a9a 12px), radial-gradient(circle at 100% 0, transparent 11px, #9a9a9a 12px), radial-gradient(circle at 0 0, transparent 11px, #9a9a9a 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: "Yu Gothic", 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, #9a9a9a 9px), radial-gradient(circle at 100% 100%, transparent 8px, #9a9a9a 9px), radial-gradient(circle at 100% 0, transparent 8px, #9a9a9a 9px), radial-gradient(circle at 0 0, transparent 8px, #9a9a9a 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, #9a9a9a 12px), radial-gradient(circle at 100% 100%, transparent 11px, #9a9a9a 12px), radial-gradient(circle at 100% 0, transparent 11px, #9a9a9a 12px), radial-gradient(circle at 0 0, transparent 11px, #9a9a9a 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, #9a9a9a 9px), radial-gradient(circle at 100% 100%, transparent 8px, #9a9a9a 9px), radial-gradient(circle at 100% 0, transparent 8px, #9a9a9a 9px), radial-gradient(circle at 0 0, transparent 8px, #9a9a9a 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: #9a9a9a;
  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: #9a9a9a;
  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: "Yu Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  position: relative;
  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;
  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: 2em 0 0;
  font-size: clamp(2.2rem, 2.5vw, 4rem);
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-shop {
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .c-title-shop--ptNone {
    padding-top: 0.5em;
  }
}
.c-title-shop--jp {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
}
.c-title-shop--en {
  display: inline-block !important;
  height: 0.5em !important;
  width: auto !important;
  max-width: none !important;
}
.c-title-shop--en img {
  height: 0.5em;
  width: auto;
}
.c-title-shop--small {
  font-size: 80%;
}

.c-title-reservation {
  text-align: center;
  font-size: clamp(1.7rem, 2vw, 4rem);
  margin: 0 auto 0.5em;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
.c-title-reservation--jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 0.1em;
}
.c-title-reservation--en {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 0.2em;
  height: 1em;
}
.c-title-reservation--en img {
  width: auto;
  height: 1em;
}
.c-title-reservation--rest {
  font-size: clamp(1.2rem, 1.4vw, 1.8rem);
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.c-title-reservation--rest::before, .c-title-reservation--rest::after {
  content: "—";
}

.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: #9a9a9a;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Shippori Mincho", serif;
  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 100px;
  background: #f8ecb6;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 414px) {
  header {
    padding: 0 0 50px;
  }
}

.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: 768px) {
  .header-inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .header-inner {
    width: 92%;
    padding: 16px 0 0;
  }
}
.header-inner--logo {
  position: relative;
}

.header-title {
  z-index: 10;
  display: block;
  max-width: 850px;
  width: 45%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -20%;
}
@media screen and (max-width: 859px) {
  .header-title {
    width: 70%;
    max-width: 870px;
  }
}
@media screen and (max-width: 768px) {
  .header-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -40px;
  }
}
@media screen and (max-width: 414px) {
  .header-title {
    width: 75%;
    bottom: -10px;
  }
}

.header-image {
  position: relative;
}
@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;
    object-fit: cover;
    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;
    object-fit: cover;
    object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
.header-image img {
  margin-top: 0 !important;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/*!
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: flex;
  justify-content: center;
  align-items: center;
  -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: flex;
  justify-content: center;
  align-items: center;
  -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: flex;
  align-items: 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 {
  position: relative;
  background: #f8ecb6;
}
.top-concept--inner {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  padding: 6% 0 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-concept--inner {
    padding: 0px 0 20px;
  }
}
.top-concept::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2vw;
  max-height: 20px;
  background-color: #c9803b;
  z-index: 10;
}

.top-concept-title {
  position: relative;
  text-align: center;
  margin: 2.5em auto 40px;
  width: 9em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-concept-title {
    margin: 0 auto 40px;
  }
}
.top-concept-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 1280px;
  height: 3px;
  border-top: 1px solid #c77a33;
  border-bottom: 1px solid #c77a33;
  z-index: -1;
  pointer-events: none;
}

.top-concept-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  -moz-column-gap: 7%;
       column-gap: 7%;
  margin-bottom: 60px;
  max-width: 1184px;
  margin-inline: auto;
}

.top-concept--main {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 16px;
  flex-shrink: 0;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-concept--main {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

.top-concept--main-item {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-size: clamp(3rem, 4vw, 5rem);
  font-family: "Noto Serif CJK JP", "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 400;
  letter-spacing: 0.34em;
  line-height: 1;
  color: #bb681b;
  border-left: 1px solid #bb681b;
  padding-left: 18px;
  padding-top: 0.34em;
}
.top-concept--main-item:first-child {
  border-right: 1px solid #bb681b;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  .top-concept--main-item {
    padding-left: 15px;
  }
  .top-concept--main-item:first-child {
    padding-right: 15px;
  }
}

.top-concept-body {
  flex: 1;
}

.top-concept-text {
  flex: 1;
}
.top-concept-text--head {
  font-size: clamp(1.3rem, 2.1vw, 3rem);
  font-family: "Noto Serif CJK JP", "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  text-align: left;
  padding-top: 10px;
  color: #bb681b;
  font-weight: 600;
  margin: 0 0 24px 0;
  letter-spacing: 0.14em;
}
.top-concept-text--p {
  font-size: clamp(1.2rem, 1.4vw, 1.9rem);
  line-height: 2;
  color: #1a1a1a;
  margin-bottom: 1.5em;
}
.top-concept-text--p:last-child {
  margin-bottom: 0;
}

.top-concept-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.top-concept-chef {
  width: 25%;
  flex-shrink: 0;
}

.top-concept-chef--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  margin-bottom: 12px;
}

.top-concept-chef--name {
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  line-height: 1;
  color: #1a1a1a;
}

.top-concept-chef--name .u-large {
  font-size: clamp(1.8rem, 1.8vw, 2rem);
  font-weight: bold;
  display: inline-block;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .top-concept-group {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
  }
  .top-concept--main {
    align-self: center;
    padding-top: 0;
  }
  .top-concept--main-item {
    font-size: 2.6rem;
  }
  .top-concept-content {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .top-concept-text--head {
    white-space: normal;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
  .top-concept-chef {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 15px;
  }
  .top-concept-chef--img img {
    max-width: 140px;
  }
}
.top-shop--pickup {
  max-width: 1280px;
  margin: 0px auto 50px;
  position: relative;
  background: linear-gradient(to right, transparent 30%, rgba(255, 255, 255, 0.9) 30%), url("../img/top/img_bg-pattern.svg") repeat left top;
  background-size: 100% 100%, 150px 150px;
  background-position: left top, left top;
  border: 1px solid #003366;
  border-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-shop--pickup {
    background-image: linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.9) 40%), url("../img/top/img_bg-pattern.svg");
    background-repeat: no-repeat, repeat;
    background-position: left top, left top;
    background-size: 100% 100%, 150px 150px;
  }
}
.top-shop--pickup::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border: 3px solid #003366;
  border-radius: 9px;
  z-index: -1;
  pointer-events: none;
}
.top-shop--pickup::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border: 10px solid #fff;
  border-radius: 13px;
  z-index: -2;
  pointer-events: none;
}
.top-shop--pickup--bb {
  display: block;
  border-bottom: 1px solid #ecb421;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-shop--pickup--bb {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.top-shop--pickup.top-shop--anniversary {
  padding-bottom: 40px;
  border-bottom: 1px solid #ecb421;
}
@media screen and (max-width: 768px) {
  .top-shop--pickup.top-shop--anniversary {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-shop--pickup-70 {
    background-image: linear-gradient(to bottom, transparent 70%, rgba(255, 255, 255, 0.9) 70%), url("../img/top/img_bg-pattern.svg");
  }
}
@media screen and (max-width: 768px) {
  .top-shop--pickup-80 {
    background-image: linear-gradient(to bottom, transparent 80%, rgba(255, 255, 255, 0.9) 80%), url("../img/top/img_bg-pattern.svg");
  }
}
.top-shop--menu {
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top-shop--menu {
    flex-direction: column;
  }
}
.top-shop--menu-mizuhiki {
  width: 90%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-shop--menu-mizuhiki {
    width: 60%;
  }
}
.top-shop--menu-whiskey {
  width: 90%;
  height: auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .top-shop--menu-whiskey {
    width: 70%;
  }
}
.top-shop--menu-whiskey-sub {
  color: #774b00;
  font-family: "Noto Serif CJK JP", "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 700;
  margin: 5px 0;
  margin-bottom: 2em;
}
.top-shop--menu-info {
  flex: 0 0 30%;
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-shop--menu-info {
    flex: 1 1 auto;
    width: 100%;
    padding: 10px 20px 20px;
  }
}
.top-shop--menu-badge {
  padding: 4px 10px;
  font-size: clamp(1.2rem, 2vw, 2.8rem);
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.top-shop--menu-date {
  font-size: 10px;
  margin-bottom: 30px;
}
.top-shop--menu-ico {
  width: 20%;
  height: 20%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-shop--menu-ico {
    width: 15%;
    height: 15%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-shop--menu-ico--porto {
    width: 15%;
    height: 15%;
    margin: 0 0 10px 0;
  }
}
.top-shop--menu-title {
  color: #774b00;
  line-height: 1.2;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 700;
  font-family: "Noto Serif CJK JP", "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  margin-bottom: 0.5em;
}
.top-shop--menu-title span {
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  .top-shop--menu-title {
    margin: 1em 0 1em;
  }
}
.top-shop--menu-title-sub {
  color: #774b00;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
}
.top-shop--menu-price {
  color: #774b00;
  margin-top: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-weight: 700;
  margin: 4px 0;
}
.top-shop--menu-price--p {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 1.6;
}
.top-shop--menu-price-member {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: #774b00;
}
.top-shop--menu-price-member--p {
  margin-top: 1em;
  font-size: 110%;
}
.top-shop--menu-visual {
  flex: 0 0 70%;
  padding: 30px 4% 40px;
  box-sizing: border-box;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .top-shop--menu-visual {
    flex: 1 1 auto;
    width: 100%;
    padding: 30px 20px 30px;
  }
}
.top-shop--menu-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .top-shop--menu-visual img {
    border-radius: 10px;
  }
}
.top-shop--gallery {
  display: flex;
  gap: 3px;
  width: 100%;
  height: auto;
  padding: 10px 20px;
}
@media screen and (max-width: 414px) {
  .top-shop--gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-shop--gallery-item {
  flex: 1;
}
.top-shop--gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.top-shop--recommend {
  margin-top: 20px;
  display: flex;
  position: relative;
  background-color: #d4a343;
  clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%, 0 32px);
  padding: 2px;
}
.top-shop--recommend::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  z-index: 1;
  pointer-events: none;
}
.top-shop--recommend > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-shop--recommend {
    flex-direction: column;
  }
}
.top-shop--recommend--main {
  margin: 20px 20px 0;
}
.top-shop--recommend-info {
  flex: 1;
  padding: 30px 4.5% 30px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top-shop--recommend-info {
    flex: 1 1 auto;
    width: 100%;
    padding: 30px 30px 20px 35px;
  }
}
.top-shop--recommend-badge {
  color: #c9803b;
  font-size: clamp(1.2rem, 1.2vw, 2.3rem);
  font-weight: bold;
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.top-shop--recommend-badge::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 5px;
  background-color: currentColor;
}
@media screen and (max-width: 1109px) {
  .top-shop--recommend-badge {
    margin-bottom: 1em;
  }
}
.top-shop--recommend-title-sub {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-family: "Noto Serif CJK JP", "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  color: #774b00;
  font-weight: 700;
}
.top-shop--recommend-title-sub-b {
  color: #000;
}
.top-shop--recommend-title-main {
  font-size: clamp(1.7rem, 2vw, 3rem);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  color: #000;
  font-weight: bold;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #c9803b;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .top-shop--recommend-title-main {
    padding-bottom: 0.8em;
  }
}
.top-shop--recommend-text {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  color: #333;
  line-height: 1.8;
  margin: 0;
}
.top-shop--recommend-visual {
  width: 40%;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-shop--recommend-visual {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.top-shop--recommend-visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 769px) {
  .top-shop--recommend-visual img {
    height: 100%;
    object-fit: cover;
  }
}

.top-shop {
  background: url("../img/top/bg_paper-01.jpg") repeat top center #fff;
  background-size: 1680px;
  background-attachment: fixed;
  padding: 50px 0 10px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-shop {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 414px) {
  .top-shop {
    padding: 10px 0 50px;
  }
}
.top-shop::before, .top-shop::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2vw;
  max-width: 20px;
}
.top-shop--bottom {
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-shop--bottom {
    padding: 40px 0 0;
  }
}
.top-shop--restaurant {
  padding: 0 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-shop--restaurant {
    padding: 0 0 30px;
  }
}
.top-shop--restaurant.top-shop-pdnone {
  padding: 20px 0 100px;
}
@media screen and (max-width: 768px) {
  .top-shop--restaurant.top-shop-pdnone {
    padding: 20px 0 0px;
  }
}
.top-shop--restaurant.top-shop--pickup-70 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-shop--restaurant.top-shop--pickup-70 {
    padding-bottom: 30px;
  }
}
.top-shop--inner {
  max-width: 1280px;
  width: 80%;
  margin: 0px auto 0px;
}
@media screen and (max-width: 768px) {
  .top-shop--inner {
    margin: 10 auto 10px;
  }
}
.top-shop--inner.top-shop--bb {
  margin-bottom: 70px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-shop--inner.top-shop--bb {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.top-shop--text {
  font-size: clamp(1rem, 1.1vw, 1.5rem);
  line-height: 1.8;
  margin: 1em auto 0;
}
.top-shop--bt {
  padding: 0 0 30px;
  border-top: 1px solid #ecb421;
}
@media screen and (max-width: 768px) {
  .top-shop--bt {
    padding: 0 0 10px;
  }
}
.top-shop--bt12 {
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-shop--bt12 {
    padding-top: 5px;
    margin-top: 20px;
  }
}
.top-shop--bt12::before {
  content: "";
  background-color: #f5d990;
  width: 100%;
  height: 12px;
  border-radius: 100vmax;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-shop--bt12::before {
    height: 8px;
  }
}
.top-shop--bb {
  padding: 30px 0 30px;
  position: relative;
  border-top: none;
  border-bottom: 1px solid #ecb421;
}
@media screen and (max-width: 768px) {
  .top-shop--bb {
    padding: 0 0 10px;
  }
}
.top-shop--bb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f5d990;
  border-radius: 100vmax;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .top-shop--bb::before {
    height: 12px;
  }
}
.top-shop--pikake {
  padding: 30px 0 30px;
  position: relative;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .top-shop--pikake {
    padding: 0 0 50px;
  }
}
.top-shop--pikake::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f5d990;
  border-radius: 100vmax;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .top-shop--pikake::before {
    height: 12px;
  }
}
.top-shop--pikake::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f5d990;
  border-radius: 100vmax;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .top-shop--pikake::after {
    height: 12px;
  }
}
.top-shop--link {
  text-align: center;
  margin: 50px auto 70px;
}
@media screen and (max-width: 768px) {
  .top-shop--link {
    margin: 30px auto 0;
  }
}
.top-shop--link--mt {
  margin-top: 0px;
}

.top-shop-title--date {
  margin-top: 0.3em;
}
.top-shop-title--block {
  display: block;
  font-size: clamp(1.8rem, 2vw, 3.4rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-shop-title--block {
    margin-bottom: 1em;
  }
}

.top-shop-block {
  display: grid;
  grid-template-columns: 49% 1fr;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin: 30px auto 20px;
}
@media screen and (max-width: 768px) {
  .top-shop-block {
    margin: 10px auto 20px;
  }
}
.top-shop-block.top-shop-block-reverse {
  grid-template-columns: 1fr 49%;
}
.top-shop-block.top-shop-block-reverse > *:not(.top-shop-mainImage) {
  grid-column: 1/2 !important;
}
.top-shop-block.top-shop-block-reverse .top-shop-mainImage {
  grid-column: 2/3 !important;
}
@media screen and (max-width: 859px) {
  .top-shop-block {
    display: block;
  }
}
@media screen and (max-width: 859px) {
  .top-shop-block {
    display: block;
  }
}
.top-shop-block.top-shop-block-sirloin {
  grid-template-rows: max-content max-content max-content 1fr;
}
.top-shop-block--title, .top-shop-block .top-shop-title {
  margin-top: 1em;
  grid-column: 2/3;
  display: grid;
  grid-template-columns: 1fr 82px;
  font-size: clamp(1.8rem, 2vw, 3.4rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-shop-block--title, .top-shop-block .top-shop-title {
    grid-template-columns: 1fr 50px;
    margin-bottom: 1em;
  }
}
.top-shop-block--title hgroup, .top-shop-block .top-shop-title hgroup {
  margin-top: 1em;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top-shop-block--title hgroup, .top-shop-block .top-shop-title hgroup {
    gap: 5px;
  }
}
.top-shop-block--title--main, .top-shop-block .top-shop-title--main {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Serif CJK JP", "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 700;
}
.top-shop-block--title--main--short, .top-shop-block .top-shop-title--main--short {
  letter-spacing: 0.06em;
}
.top-shop-block--title--main-n, .top-shop-block .top-shop-title--main-n {
  letter-spacing: 0.06em;
}
.top-shop-block--title--jp, .top-shop-block .top-shop-title--jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.6vw, 2.5rem);
  color: #c9803b;
}
.top-shop-block--title--date, .top-shop-block .top-shop-title--date {
  display: block;
  width: auto;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .top-shop-block--title--date, .top-shop-block .top-shop-title--date {
    margin-bottom: 1em;
  }
}
.top-shop-block--title--ico, .top-shop-block .top-shop-title--ico {
  grid-column: 2;
  width: 80%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .top-shop-block--title--ico, .top-shop-block .top-shop-title--ico {
    align-self: center;
  }
}
.top-shop-block--title--ico--center, .top-shop-block .top-shop-title--ico--center {
  align-self: center;
}
.top-shop-block--text {
  grid-column: 2/3;
  align-self: flex-start;
  font-size: clamp(1rem, 1.1vw, 1.5rem);
  line-height: 1.8;
  margin: 2em auto 0;
  padding: 0 0 1.2em;
}
.top-shop-block--text span {
  font-weight: 700;
}
@media screen and (max-width: 859px) {
  .top-shop-block--text {
    border-bottom: none;
    padding: 0;
  }
}
.top-shop-block--text.top-shop-bbnone {
  border-bottom: none;
}
.top-shop-block--menu {
  grid-column: 2/3;
  align-self: flex-start;
  font-size: clamp(0.9rem, 1.1vw, 1.9rem);
  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: 2/3;
  align-self: flex-start;
  font-size: clamp(1.2rem, 1.15vw, 1.7rem);
  line-height: 1.5;
  padding: 0 0 0 1em;
  margin-top: 1.75em;
}
@media screen and (max-width: 859px) {
  .top-shop-block--price {
    margin: 2em auto 2em;
    width: 100%;
  }
}
.top-shop-block--price--brown {
  border-left: 4px solid #c9803b;
  line-height: 1.3;
}
.top-shop-block .top-shop-foods {
  grid-column: 2/3;
  background-color: #fff;
  padding: 10px;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .top-shop-block .top-shop-foods {
    grid-column: 1/3;
    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 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%;
    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: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-foods--inner {
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
    width: calc(100% - 65px);
  }
}
.top-shop-block .top-shop-foods--head {
  color: #fff;
  background-color: #e43033;
  writing-mode: vertical-rl;
  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);
  -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: max-content;
  }
}
@media screen and (max-width: 1280px) {
  .top-shop-block .top-shop-foods--list {
    -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;
    -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: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-shop-block .top-shop-foods--image {
    width: 50px;
    justify-content: center;
    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 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.top-shop-block .top-shop-mainImage {
  grid-column: 1/2;
  grid-row: 1/5;
  align-self: flex-start;
  width: 100%;
}
.top-shop-block .top-shop-mainImage img {
  width: 100%;
  height: auto;
  display: block;
}

.top-shop-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 9px;
  margin-top: 0px;
  padding-bottom: 50px;
}
@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-bottom: 10px;
  }
}
.top-shop-image--slide {
  display: block;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-shop-image--slide {
    margin-bottom: 25px;
  }
}
.top-shop-image--slide .slide-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 9px;
  animation: loop-slide 30s linear infinite;
}
@media screen and (max-width: 859px) {
  .top-shop-image--slide .slide-track {
    gap: 4px;
  }
}
.top-shop-image--slide figure {
  margin: 0;
  padding: 0;
  width: calc(25vw - 9px);
}
@media screen and (max-width: 859px) {
  .top-shop-image--slide figure {
    width: calc(50vw - 4px);
  }
}
.top-shop-image--slide img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 4.5px));
  }
}
@media screen and (max-width: 859px) {
  @keyframes loop-slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - 2px));
    }
  }
}
.top-recommend {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 50px auto 0;
  -webkit-mask: radial-gradient(circle at top left, transparent var(--r), #000 calc(var(--r) + 1px)) top left, radial-gradient(circle at top right, transparent var(--r), #000 calc(var(--r) + 1px)) top right, radial-gradient(circle at bottom left, transparent var(--r), #000 calc(var(--r) + 1px)) bottom left, radial-gradient(circle at bottom right, transparent var(--r), #000 calc(var(--r) + 1px)) bottom right;
          mask: radial-gradient(circle at top left, transparent var(--r), #000 calc(var(--r) + 1px)) top left, radial-gradient(circle at top right, transparent var(--r), #000 calc(var(--r) + 1px)) top right, radial-gradient(circle at bottom left, transparent var(--r), #000 calc(var(--r) + 1px)) bottom left, radial-gradient(circle at bottom right, transparent var(--r), #000 calc(var(--r) + 1px)) bottom right;
  -webkit-mask-size: 51% 51%;
          mask-size: 51% 51%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.top-recommend::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  border-radius: 5px;
  background-position: bottom left, bottom right, top right, top left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
@media screen and (max-width: 768px) {
  .top-recommend::before {
    background: #fff;
    border-radius: 5px;
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    top: 9px;
    left: 9px;
  }
}
.top-recommend--inner {
  align-content: center;
  display: grid;
  grid-template-columns: 38% 1fr;
  -moz-column-gap: 6.4%;
       column-gap: 6.4%;
  row-gap: 1em;
  position: relative;
  padding: 40px 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 .top-recommend-image {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/4;
}
.top-recommend .top-recommend-head {
  margin-top: 3%;
  position: relative;
  grid-column: 2/3;
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8em;
  display: block;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .top-recommend .top-recommend-head {
    margin-bottom: 1em;
  }
}
.top-recommend .top-recommend-head--inner {
  color: #fff;
  background-color: #e43033;
  padding: 0.4em 1.4em 0.3em;
  letter-spacing: 0.1em;
  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;
  grid-column: 2/3;
  line-height: 1.25;
  border-bottom: 1px solid #2b9bd7;
}
@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.3rem, 1.5vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.3em;
}
.top-recommend .top-recommend-title--main {
  font-size: clamp(1.9rem, 2vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.06em;
}
.top-recommend .top-recommend-title--inner {
  display: inline-block;
  padding-bottom: 0.25em;
}
.top-recommend .top-recommend-title--flex {
  position: relative;
  grid-column: 2/3;
  line-height: 1.25;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  border-bottom: 1px solid #2b9bd7;
}
@media screen and (max-width: 859px) {
  .top-recommend .top-recommend-title--flex {
    margin-bottom: 1.5em;
  }
}
.top-recommend .top-recommend-title--flex--sub {
  width: 100%;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.3em;
}
.top-recommend .top-recommend-title--flex--main {
  font-size: clamp(1.8rem, 1.8vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.06em;
}
.top-recommend .top-recommend-title--flex--inner {
  display: inline-block;
  padding-bottom: 0.25em;
}
.top-recommend .top-recommend-title--flex p {
  font-size: clamp(1rem, 1.1vw, 1.5rem);
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5em;
  text-align: right;
  margin-left: auto;
}
.top-recommend .top-recommend-text {
  position: relative;
  grid-column: 2/3;
  font-size: clamp(1rem, 1.1vw, 1.5rem);
  line-height: 1.7;
  margin-top: 0.5em;
}
@media screen and (max-width: 859px) {
  .top-recommend .top-recommend-text {
    margin-top: 1em;
  }
}

.top-shop--recommend-desc {
  font-size: clamp(1rem, 1.1vw, 1.5rem) !important;
}

.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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", 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.2vw, 1.3rem);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 300;
  margin-top: 3em;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .top-shop-caution {
    margin-bottom: 30px;
  }
}
.top-shop-caution li {
  line-height: 1.3;
  padding-left: 1.2em;
}
.top-shop-caution li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.2em;
  margin-right: 0.2em;
  text-align: center;
}
.top-shop-caution li::before {
  content: "※";
}
.top-shop-caution li:not(:last-child) {
  margin-bottom: 0.5em;
}

.top-shop--bottom {
  max-width: 1280px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-shop--bottom {
    margin: 0 auto 30px;
  }
}
.top-shop--bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f5d990;
  border-radius: 100vmax;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .top-shop--bottom::before {
    height: 12px;
  }
}

.top-reservation {
  color: #774b00;
  background: url("../img/top/img_bg-pattern.svg") repeat top center #fff;
  background-size: 150px auto;
  text-align: center;
  padding: 50px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-reservation {
    padding: 50px 0;
  }
}
.top-reservation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2vw;
  max-width: 20px;
  left: 0;
  background: url();
}
.top-reservation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2vw;
  max-height: 20px;
  background-color: #c9803b;
  z-index: 10;
}

.top-reservation-tel {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4.5vw, 5rem);
  line-height: 1.2;
  position: relative;
}
.top-reservation-tel span {
  font-size: 60%;
}

.top-reservation-time {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.2vw, 2.5rem);
  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;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Shippori Mincho", serif;
}
.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;
}

.text-br {
  display: inline-block;
}

.top-shop--menu-title {
  margin-top: 0.25em;
  font-size: clamp(1.8rem, 2vw, 3.5rem);
}

@media screen and (max-width: 768px) {
  .top-shop--recommend-title-main {
    line-height: 1.5;
    margin-top: 0.3em;
  }
}

@media screen and (max-width: 768px) {
  .top-shop--menu-info, .top-shop--menu-visual {
    padding-bottom: 0;
  }
}

.top-shop--slide {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-shop--slide {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .top-shop--recommend-visual {
    padding: 0;
  }
}

.top-shop--pickup-80 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-shop--pickup-80 {
    margin-bottom: 40px;
  }
}

.top-shop-oct_nov {
  padding-bottom: 30px;
  margin-bottom: 60px;
  margin-top: 5px;
  border-bottom: 1px solid #ecb421;
}
@media screen and (max-width: 768px) {
  .top-shop-oct_nov {
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */