@charset "UTF-8";
/*ダウンロードしてきたファイルのため内容書き換えない210604*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*** all reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  box-sizing: border-box;
}

img {
  display: block;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
  font-size: 100%;
  font-style: normal;
  font: normal;
}

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

th {
  text-align: left;
}

input, select, textarea {
  vertical-align: middle;
}

img {
  border: 0;
  vertical-align: middle;
}

ins, a {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

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

.hack {
  display: inline-block;
}

/*hide macie*/
.hack {
  display: block;
}

/*end hide*/
/*** font ***/
/*family*/
.fonM {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fonG {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, sans-serif;
}

.fonMin {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*size*/
.fs-s {
  font-size: 80%;
}

* html .fs-s { /*IE用*/
  font-size: 75%;
}

/*** color ***/
.c555 {
  color: #555555;
}

.cf00 {
  color: #ff0000;
}

.c000 {
  color: #000000;
}

.cfff {
  color: #ffffff;
}

.red {
  color: #cc0000;
}

.blue {
  color: #006;
}

.gold {
  color: #9e915a;
}

/*style*/
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.d {
  text-decoration: line-through;
}

/*** border ***/
.border1 {
  border: solid 1px #000000;
}

.borderDot1 {
  border: dotted 2px #000000;
}

.border2 {
  border: solid 1px #000000;
}

.borderDot2 {
  border: dotted 2px #000000;
}

/*** link ***/
a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  color: #777;
}

a:active {
  color: #777;
}

.alphaOver a img, .alphaOver2 a {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transition: all 0.3s ease;
}

.alphaOver a:hover img, .alphaOver2 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

a img {
  transition: all 0.3s ease;
}

.top {
  transform: translateY(-50px);
  opacity: 0;
}
@media (max-width: 960px) {
  .top {
    transform: translateY(50px);
  }
}
.top.animationActive {
  transform: translateY(0);
  transition: all 2s ease;
  opacity: 1;
}

.left {
  transform: translateX(50px);
  opacity: 0;
}
@media (max-width: 960px) {
  .left {
    transform: translateY(50px);
  }
}
.left.animationActive {
  transform: translateX(0);
  transition: all 2s ease;
  opacity: 1;
}
@media (max-width: 960px) {
  .left.animationActive {
    transform: translateY(0);
  }
}

.right {
  transform: translateX(-50px);
  opacity: 0;
}
@media (max-width: 960px) {
  .right {
    transform: translateY(50px);
  }
}
.right.animationActive {
  transform: translateX(0);
  transition: all 2s ease;
  opacity: 1;
}
@media (max-width: 960px) {
  .right.animationActive {
    transform: translateY(0);
  }
}

.bottom {
  transform: translateY(50px);
  opacity: 0;
}
.bottom.animationActive {
  transform: translateY(0);
  transition: all 2s ease;
  opacity: 1;
}

.fade {
  opacity: 0;
}
.fade.animationActive {
  transition: all 2s ease;
  opacity: 1;
}

.blur {
  opacity: 0;
}
.blur.animationActive {
  opacity: 1;
  animation: ani-blur-fortxt 0.9s ease;
}

/* animation */
.ani_img {
  position: relative;
  opacity: 0;
  transition: all 1.5s;
}

.ani_img {
  align-self: flex-start;
}

.ani_img img {
  width: 100%;
}

.ani_img_bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 1.5s;
}

.ani_img_bg_on {
  width: 0;
}

.lmv {
  transition: all 2s;
  opacity: 0;
  transform: translate(0, 50px);
}

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

.opamv {
  transition: all 1.5s;
  opacity: 0;
}

.opmv {
  opacity: 1;
}

.sclmv {
  transition: all 1.5s;
  opacity: 0;
  transform: scale(1.5, 1.5);
}

.scmv {
  opacity: 1;
  transform: scale(1, 1);
}

@keyframes ani-scale-bs {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes ani-scale-sb {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes ani-btot {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5%);
  }
}
@keyframes ani-scale-btot {
  0% {
    transform: translateY(0) scale(1.2, 1.2);
  }
  100% {
    transform: translateY(-5%) scale(1, 1);
  }
}
@keyframes ani-scale-ttob {
  0% {
    transform: translateY(0) scale(1, 1);
  }
  100% {
    transform: translateY(-5%) scale(1.2, 1.2);
  }
}
@keyframes ani-opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-blur {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes ani-blur-fortxt {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes ani-brightness {
  0% {
    filter: brightness(115%);
  }
  100% {
    filter: brightness(100%);
  }
}
#logo {
  max-width: 230px;
  margin: 20px 0 0 20px;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: none !important;
  position: fixed;
}
@media (max-width: 960px) {
  #logo {
    max-width: 200px;
    margin: 10px 0 0 15px;
  }
}
#logo img {
  width: 100%;
}

img#top-logo-white {
  display: none;
}

.sp_navi ul li.new a{
  position: relative;
}
.sp_navi ul li.new a::before {
  position: absolute;
  left: -.6em;
  top: -1em;
  display: block;
  content: "NEW";
  color: #800;
  font-size: 1.2rem;
}
@media (max-width: 960px) {
  .sp_navi ul li.new a::before {
    font-size: 1rem;
    top: -11px;
    left: 49%;
    transform: translateX(-50%);
  }
}


.spnavi_btn a::before {
  display: block;
  content: none;
  position: absolute;
  right: -1px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #b31d25;
  transition: all 0.3s ease;
  box-shadow: 0 0 11px #fff;
}
.spnavi_btn a.active::before {
  display: none;
  transition: all 0.3s ease;
}

#header_wrap {
  position: sticky;
  display: flex;
  justify-content: space-between;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: none !important;
}
@media (max-width: 960px) {
  #header_wrap {
    position: fixed;
    height: 50px;
    background: #fff !important;
    width: 100%;
  }
}
@media print {
  #header_wrap {
    position: inherit;
    height: auto;
  }
}
#header_wrap .spnavi_btn {
  position: fixed;
}
@media (min-width: 961px) {
  #header_wrap .spnavi_btn {
    display: none;
  }
}

.photo {
  position: relative;
  z-index: 1;
}
.photo span {
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (max-width: 960px) {
  .photo span {
    bottom: 5px;
    font-size: 1rem;
  }
}
.photo.w_f {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), -2px 2px 3px rgba(0, 0, 0, 0.5), 2px -2px 3px rgba(0, 0, 0, 0.5), -2px -2px 3px rgba(0, 0, 0, 0.5);
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.spnavi_btn {
  display: block;
  z-index: 9999;
  top: 12px;
  right: 25px;
  width: auto;
}
@media (max-width: 960px) {
  .spnavi_btn {
    top: 0;
    right: 12px;
  }
}
.spnavi_btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  width: 36px;
  height: 48px;
  border: none;
}
.spnavi_btn a span.bar {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 5%;
  width: 100%;
  height: 1.7px;
  background-color: #000;
}
.spnavi_btn a span:first-child {
  top: 8px;
}
.spnavi_btn a span:nth-child(2) {
  top: 17px;
  height: 0.5px;
}
.spnavi_btn a span:nth-child(3) {
  top: 26px;
}
.spnavi_btn a span.txt {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 4px;
  left: 56%;
  transform: translateX(-50%);
  text-align: center;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.2rem;
}
.spnavi_btn a.active span.bar {
  background-color: #000;
}
.spnavi_btn a.active span:first-child {
  transform: translateY(8px) rotate(-42deg);
}
.spnavi_btn a.active span:nth-child(2) {
  opacity: 0;
}
.spnavi_btn a.active span:nth-child(3) {
  transform: translateY(-1px) rotate(42deg);
  top: 18px;
}
.spnavi_btn a:hover {
  cursor: pointer;
}
.spnavi_btn a span.txt {
  color: #333;
}
.spnavi_btn a.active span.txt {
  color: #333;
}

.btn-r-e_wrap {
  display: flex;
  gap: 0 10px;
  position: fixed;
  top: 14px;
  right: 20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.3rem;
  color: #fff;
}
@media (max-width: 960px) {
  .btn-r-e_wrap {
    display: none;
  }
}
.btn-r-e_wrap span {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.btn-r-e_wrap .btn-entry {
  position: relative;
}
.btn-r-e_wrap .btn-entry .bubble {
  width: 252px;
  padding: 25px 15px 10px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  background-image: url(../images/top/ent-bubble.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-r-e_wrap .btn-entry .bubble span {
  display: inline-block;
  color: #000;
}
.btn-r-e_wrap .btn-entry .bubble .sec {
  font-size: 1.7rem;
}
.btn-r-e_wrap .btn-entry .bubble .sec span {
  font-size: 2rem;
}
.btn-r-e_wrap .btn-entry .bubble .txt {
  font-size: 0.8rem;
  line-height: 1.3;
}
.btn-r-e_wrap a {
  width: 150px;
  padding: 10px 0;
}

.btn-reserve a {
  color: #fff !important;
  display: block;
  background: rgb(0, 83, 62);
  background: linear-gradient(90deg, rgb(0, 83, 62) 0%, rgb(0, 83, 62) 60%, rgb(0, 0, 3) 100%);
}
.btn-reserve a span {
  display: inline-block;
  color: #c9b880;
  text-transform: uppercase;
  position: static !important;
  width: auto !important;
}

.btn-entry a {
  color: #fff !important;
  display: block;
  background: rgb(128, 31, 64);
  background: linear-gradient(90deg, rgb(128, 31, 64) 0%, rgb(128, 31, 64) 60%, rgb(0, 0, 0) 100%);
}
.btn-entry a span {
  display: inline-block;
  color: #c9b880;
  text-transform: uppercase;
  position: static !important;
  width: auto !important;
}

.sp_navi {
  display: none;
  position: fixed;
  z-index: 105;
  height: 100vh;
  top: 0;
  right: 0;
  width: 50%;
  background-color: #fff;
  box-sizing: border-box !important;
  overflow: hidden !important;
  z-index: 1000;
}
@media (min-width: 961px) {
  .sp_navi {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .is-scroll .sp_navi {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .sp_navi {
    width: 100vw;
    left: 0;
  }
}
@media print {
  .sp_navi {
    display: none;
  }
}
.sp_navi div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 10% auto 0;
  display: block;
  width: 100%;
  margin: 170px auto 0;
  padding: 0 0 0 10vw;
  height: 80vh;
  overflow-y: scroll;
}
@media (min-width: 961px) {
  .sp_navi div {
    width: 100%;
    margin: 76px auto 0;
    padding: 0;
    height: auto;
    overflow-y: unset;
  }
}
@media (max-width: 960px) {
  .sp_navi div {
    padding: 0;
    margin: 10vh auto 0;
    height: 100vh;
  }
}
.sp_navi ul {
  font-weight: bold;
  width: 97%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  .sp_navi ul.nav_2 {
    display: none;
  }
  .sp_navi ul.nav_3 {
    display: none;
  }
}
@media (max-width: 960px) {
  .sp_navi ul {
    flex-direction: column;
    width: 100%;
  }
}
.sp_navi ul:nth-of-type(1) {
  margin-bottom: 80px;
}
@media (min-width: 961px) {
  .sp_navi ul:nth-of-type(1) {
    max-width: 1200px;
    height: 45px;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  .sp_navi ul:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.sp_navi ul:last-of-type {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .sp_navi ul:last-of-type {
    margin-bottom: 80px;
  }
}
.sp_navi li {
  width: 49%;
  font-size: 1.9rem;
  text-decoration: none;
  box-sizing: border-box;
  color: #f1f0e6;
  margin-bottom: 3vh;
}
@media (min-width: 961px) {
  .sp_navi li {
    flex: 1;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media (max-width: 1200px) {
  .sp_navi li {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .sp_navi li {
    margin-bottom: 2vh;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .sp_navi li {
    font-size: 1.4rem;
  }
}
.sp_navi li.nolink {
  position: relative;
  z-index: 1;
}
.sp_navi li.nolink a {
  color: #cacaca;
}
.sp_navi li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
}
.sp_navi li span img {
  width: 100%;
}
.sp_navi li a {
  color: #000000;
  line-height: 1;
}
.sp_navi li a:hover {
  opacity: 0.6;
}
.sp_navi li:last-child a {
  border-bottom: none;
}
.sp_navi li.on > a {
  padding-right: 0.5rem;
  border-bottom: 2px solid #f1f0e6;
  padding-right: 0.5rem;
}
.sp_navi li.sp {
  display: none;
  display: block;
}
.sp_navi .nonborder {
  border: none;
  outline: none;
}
.sp_navi ul.nav_3 li {
  width: 100%;
}
.sp_navi ul.nav_3 .req a {
  color: #fff;
  box-sizing: border-box;
  background: #5d642b;
  width: 80%;
  padding: 15px 20px;
  text-align: center;
  display: block;
}
.sp_navi ul.nav_3 .req a:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .sp_navi ul.nav_3 .req a {
    margin: 0 auto;
  }
}
.sp_navi ul.nav_3 .res a {
  color: #fff;
  background: #7e151a;
  box-sizing: border-box;
  width: 80%;
  padding: 15px 20px;
  text-align: center;
  display: block;
}
.sp_navi ul.nav_3 .res a:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .sp_navi ul.nav_3 .res a {
    margin: 0 auto;
  }
}
.sp_navi ul.nav_3 .btn-entry,
.sp_navi ul.nav_3 .btn-reserve {
  width: 100%;
  text-align: center;
}
.sp_navi ul.nav_3 .btn-entry a,
.sp_navi ul.nav_3 .btn-reserve a {
  padding: 15px 0 10px;
  letter-spacing: 0.3rem;
}
@media (max-width: 960px) {
  .sp_navi ul.nav_3 .btn-entry a,
  .sp_navi ul.nav_3 .btn-reserve a {
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.2rem;
  }
}
.sp_navi ul.nav_3 .btn-entry a span,
.sp_navi ul.nav_3 .btn-reserve a span {
  font-size: 1.4rem;
  padding-top: 8px;
  letter-spacing: 0.15rem;
}
@media (max-width: 960px) {
  .sp_navi ul.nav_3 .btn-entry a span,
  .sp_navi ul.nav_3 .btn-reserve a span {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

#sp_header_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
}
@media print {
  #sp_header_inner {
    display: none;
  }
}
#sp_header_inner li {
  display: block;
  height: 50px;
  width: 50%;
  text-align: center;
}
#sp_header_inner li img {
  display: inline;
  width: 50px;
  margin: 0 auto;
}
#sp_header_inner li a {
  display: block;
}
#sp_header_inner li#tel a {
  padding-top: 0;
}
#sp_header_inner li#tel span {
  margin-left: 0;
}
#sp_header_inner li:first-child {
  background: #666;
}
#sp_header_inner li + li {
  background: #9b1b1b;
}
#sp_header_inner li:last-child {
  background: #df7800;
}

.sp_btm-btn {
  display: none;
}
@media (max-width: 960px) {
  .sp_btm-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
.sp_btm-btn ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.sp_btm-btn ul li {
  width: 100%;
  height: 70px;
  /*&.req {
    background: #5d642b;
  }
  &.res {
    // background: $dark_gold;
    background: $base_red;
  }*/
}
.sp_btm-btn ul li a {
  color: #fff;
  padding: 15px 10px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.2rem;
}
.sp_btm-btn ul li.map {
  background: #161616;
}
.sp_btm-btn ul li.map a {
  display: flex;
  flex-direction: column;
}
.sp_btm-btn ul li.map a span {
  font-size: 2.2vw;
  letter-spacing: 0.02rem;
  padding-left: 4vw;
}
.sp_btm-btn ul li.map a span strong {
  font-size: 4vw;
  font-weight: normal;
  display: block;
  letter-spacing: 0.8rem;
  padding-left: 1vw;
}
.sp_btm-btn ul li.map a::before {
  width: 10px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 60%;
  left: 3vw;
  transform: translateY(-50%);
}
.sp_btm-btn ul li.req a {
  font-size: 3vw;
}
@media (max-width: 700px) {
  .sp_btm-btn ul li.req a {
    line-height: 2.5;
  }
}
@media (max-width: 500px) {
  .sp_btm-btn ul li.req a {
    font-size: 4vw;
    line-height: 3;
  }
}
.sp_btm-btn ul li.res a {
  font-size: 3vw;
}
@media (max-width: 960px) {
  .sp_btm-btn ul li.res a {
    padding: 5px;
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .sp_btm-btn ul li.res a {
    font-size: 1.2rem;
    padding: 13px 10px;
  }
}
.sp_btm-btn ul li.btn-entry, .sp_btm-btn ul li.btn-reserve {
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  line-height: 1.3;
}
.sp_btm-btn ul li.btn-entry span, .sp_btm-btn ul li.btn-reserve span {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 961px) {
  .spnavi_btn{
    display: none;
  }
}
.header-links{
  position: fixed;
  top: 14px;
  right: 350px;
  height: 56px;
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 20px;
}
.header-link a{
  animation: none !important;
}
@media (max-width: 960px) {
  .header-links{
    display: none;
  }
}