@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a2b13;
  --color-white: #ffffff;
  --color-orange: #f4991a;
  --color-lightorange: #f7bc69;
  --color-gray: #f9f5f0;
  --color-beige: #f2ead3;
  --color-lightbeige: #f7f3ed;
  --color-blue: #699ef7;
  /*カレントカラー*/
  --color-current: #f4991a;
  /*テキストリンクカラー*/
  --color-textlink:#f4991a;
  /*必須ボタンカラー*/
  --color-required: #f4991a;
  /*任意ボタンカラー*/
  --color-optional: #f4991a;
  /*ラジオボタンカラー*/
  --color-radio: #f4991a;
  /*チェックボタンカラー*/
  --color-check: #f4991a;
  /*==============================
      フォントファミリー
  ==============================*/
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-kiwi: "Kiwi Maru", serif;
  --font-family-zen:"Zen Maru Gothic", sans-serif;
  --font-family-body: "Kiwi Maru", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.04em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #4a2b13;
  --color-white: #ffffff;
  --color-orange: #f4991a;
  --color-lightorange: #f7bc69;
  --color-gray: #f9f5f0;
  --color-beige: #f2ead3;
  --color-lightbeige: #f7f3ed;
  --color-blue: #699ef7;
  /*カレントカラー*/
  --color-current: #f4991a;
  /*テキストリンクカラー*/
  --color-textlink:#f4991a;
  /*必須ボタンカラー*/
  --color-required: #f4991a;
  /*任意ボタンカラー*/
  --color-optional: #f4991a;
  /*ラジオボタンカラー*/
  --color-radio: #f4991a;
  /*チェックボタンカラー*/
  --color-check: #f4991a;
  /*==============================
      フォントファミリー
  ==============================*/
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-kiwi: "Kiwi Maru", serif;
  --font-family-zen:"Zen Maru Gothic", sans-serif;
  --font-family-body: "Kiwi Maru", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.04em;
}

/*opacity含めたカラー指定あればここで定義*/
/*==============================
  ドロワ―のスタイル変更はこのファイルのみで行う
==============================*/
body {
  font-size: 16px;
}

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

.sp-none {
  display: none !important;
}

/*flex
------------------------------------ */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-c {
  align-items: center;
}

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  /* ドロワボタンカラー */
  background: var(--color-font);
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7rem;
  height: 7rem;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 45%;
  height: 2px;
  /* ドロワボタンラインカラー */
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 31%;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 65%;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10% 6% 5%;
  background-color: #fff;
}
#drawer-nav .logo {
  margin-bottom: 3rem;
}
#drawer-nav #nav .drawer-item {
  border-bottom: 1px solid #e5e5e5;
  font-size: clamp(16px, 4vw, 18px);
}
#drawer-nav #nav .drawer-link {
  border-bottom: none;
  padding: 5% 0;
}
#drawer-nav #nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav #nav .drawer-dropdown span {
  display: block;
}
#drawer-nav #nav .drawer-dropdown span:before {
  background: #000;
}
#drawer-nav #nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav #nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav #nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

.drawer-info address {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.drawer-info address a:not(.com-tel) {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--color-font);
}
.drawer-info address a:not(.com-tel)::before {
  content: "";
  display: block;
  aspect-ratio: 16/21;
  width: 1.6rem;
  background: url(../img/common/icon_map.png) top left/contain no-repeat;
}
.drawer-info .sns__list {
  display: flex;
  justify-content: center;
  gap: max(3rem, 25px);
}
.drawer-info .reserve-btn {
  width: 32rem;
  margin-inline: auto;
  max-width: 320px;
  margin-block: 5rem 3rem;
}