﻿@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
:root {
  --font-sans: "Noto Sans", sans-serif;
  --font-serif: serif;
}

html:lang(ja) {
  --font-sans: "Noto Sans JP", "Noto Sans", sans-serif;
  --font-serif: "Noto Serif JP", serif;
}

html:lang(ko) {
  --font-sans: "Noto Sans KR", "Noto Sans", sans-serif;
  --font-serif: "Noto Serif KR", serif;
}

html:lang(zh-Hans) {
  --font-sans: "Noto Sans SC", "Noto Sans", sans-serif;
  --font-serif: "Noto Serif SC", serif;
}

html:lang(zh-Hant) {
  --font-sans: "Noto Sans TC", "Noto Sans", sans-serif;
  --font-serif: "Noto Serif TC", serif;
}

html {
  font-size: 62.5%;
}

.has-js::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  height: 3px;
  background: #e05f0a;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.has-js.is-page-leaving::before {
  opacity: 1;
  -webkit-animation: page-loading-bar 0.34s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: page-loading-bar 0.34s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.has-js.is-page-leaving-complete::before {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: -webkit-transform 0.08s ease-out;
  transition: -webkit-transform 0.08s ease-out;
  transition: transform 0.08s ease-out;
  transition: transform 0.08s ease-out, -webkit-transform 0.08s ease-out;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.page-jumper {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 860;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 767px) {
  .page-jumper {
    right: 0;
    bottom: env(safe-area-inset-bottom);
    width: 44px;
    height: 44px;
  }
}
.page-jumper.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-jumper__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translate(-50%, -35%) rotate(45deg);
          transform: translate(-50%, -35%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-jumper__arrow {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-left-width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .talkappi-chat-minimized {
    left: auto !important;
    right: 0 !important;
    bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }
}

@-webkit-keyframes page-loading-bar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(0.72);
            transform: scaleX(0.72);
  }
  100% {
    -webkit-transform: scaleX(0.85);
            transform: scaleX(0.85);
  }
}

@keyframes page-loading-bar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(0.72);
            transform: scaleX(0.72);
  }
  100% {
    -webkit-transform: scaleX(0.85);
            transform: scaleX(0.85);
  }
}
@media (prefers-reduced-motion: reduce) {
  .has-js.is-page-leaving::before {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scaleX(0.85);
            transform: scaleX(0.85);
  }
  .has-js.is-page-leaving-complete::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
body {
  color: #000000;
  font-size: 1.6rem;
  line-height: 2;
  background-color: #fff;
  font-family: var(--font-sans);
  font-weight: 400;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.has-js body {
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}

.has-js.is-page-ready body {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .has-js body {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.4rem;
  }
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}
a {
  display: inline-block;
  color: #000000;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.6;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

[class*=col-] {
  margin-bottom: 2rem;
}
[class*=col-] h1, [class*=col-] h2, [class*=col-] h3, [class*=col-] h4, [class*=col-] h5, [class*=col-] h6 {
  margin-bottom: 1.5rem;
}
[class*=col-] h1:last-child, [class*=col-] h2:last-child, [class*=col-] h3:last-child, [class*=col-] h4:last-child, [class*=col-] h5:last-child, [class*=col-] h6:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td, dt, dd, a {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

ul {
  list-style: none;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.en {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
}

.mincho {
  font-family: var(--font-serif) !important;
}

.gothic {
  font-family: var(--font-sans) !important;
}

.weight_600 {
  font-weight: 600;
}

.weight_500 {
  font-weight: 500;
}

.weight_400 {
  font-weight: 400;
}

.weight_300 {
  font-weight: 300;
}

.weight_200 {
  font-weight: 200;
}

.weight_100 {
  font-weight: 100;
}

.color_orange {
  color: #e05f0a !important;
}

.color_red {
  color: #dd0000 !important;
}

.color_gray {
  color: #333333 !important;
}

.ttl_base {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .ttl_base {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_base {
    font-size: 2.8rem;
  }
}
.ttl_base .orange {
  color: #e05f0a;
}
.ttl_base.en {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .ttl_base.en {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_base.en {
    font-size: 3.2rem;
  }
}
.ttl_base.en-ver {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .ttl_base.en-ver {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_base.en-ver {
    font-size: 3.2rem;
  }
}

.ttl_base_md {
  font-size: 3rem;
  font-family: var(--font-serif);
}
@media screen and (max-width: 767px) {
  .ttl_base_md {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_base_md {
    font-size: 2.4rem;
  }
}

.ttl_base_sm {
  font-size: 2.6rem;
  font-family: var(--font-serif);
}
@media screen and (max-width: 767px) {
  .ttl_base_sm {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_base_sm {
    font-size: 2.2rem;
  }
}

.ttl_base_xs {
  font-size: 2.2rem;
  font-family: var(--font-serif);
}
@media screen and (max-width: 767px) {
  .ttl_base_xs {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_base_xs {
    font-size: 1.8rem;
  }
}

.ttl_base_xxs {
  font-size: 1.8rem;
  font-family: var(--font-serif);
}
@media screen and (max-width: 767px) {
  .ttl_base_xxs {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_base_xxs {
    font-size: 1.6rem;
  }
}

.ttl_orange {
  font-size: 5rem;
  font-weight: 500;
  color: #e05f0a;
}
@media screen and (max-width: 767px) {
  .ttl_orange {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_orange {
    font-size: 3.2rem;
  }
}
.ttl_orange.en {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.page-mainTtl {
  margin-top: 160px;
  padding: 40px 20px;
}
@media screen and (max-width: 1650px) {
  .page-mainTtl {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-mainTtl {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .page-mainTtl {
    margin-top: 78px;
    padding: 20px 0 10px;
  }
}
.page-mainTtl h1 {
  text-align: center;
  line-height: 1.4;
  font-size: 4.2rem;
  font-family: var(--font-serif);
  color: #e05f0a;
}
@media screen and (max-width: 767px) {
  .page-mainTtl h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page-mainTtl h1 {
    font-size: 2.8rem;
  }
}
html[lang=en] .page-mainTtl h1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.sec-ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .sec-ttl {
    font-size: 1.8rem;
  }
}

.page-ttl {
  font-size: 3.6rem;
  font-family: var(--font-serif);
  line-height: 1.6;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .page-ttl {
    font-size: 2.4rem;
  }
}
.page-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #e05f0a;
}
.page-ttl small {
  font-family: var(--font-sans);
  display: block;
  font-size: 0.4em;
  font-weight: 500;
  margin-top: 4px;
}

.page-subTtl {
  font-size: 2.4rem;
  line-height: 1.6;
  position: relative;
  padding-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-subTtl {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .page-subTtl {
    font-size: 1.8rem;
  }
}
.page-subTtl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #e05f0a;
}
@media screen and (max-width: 767px) {
  .page-subTtl:before {
    width: 60px;
  }
}
@media screen and (max-width: 575px) {
  .page-subTtl:before {
    width: 40px;
  }
}

.ttl-square__line {
  position: relative;
}
.ttl-square__line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background: #e5e5e5;
}
.ttl-square__line .ttl-square {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
}

.ttl-square {
  padding-left: 25px;
  position: relative;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .ttl-square {
    font-size: 1.8rem;
    padding-left: 22px;
  }
}
@media screen and (max-width: 575px) {
  .ttl-square {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.ttl-square:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #e05f0a;
}
@media screen and (max-width: 767px) {
  .ttl-square:before {
    top: 8px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 575px) {
  .ttl-square:before {
    top: 7px;
    width: 14px;
    height: 14px;
  }
}

.txt_lg {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt_lg {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .txt_lg {
    font-size: 1.4rem;
  }
}

.txt_sm {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .txt_sm {
    font-size: 1.2rem;
  }
}

.btn_basic a {
  display: inline-block;
  padding: 8px 50px;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_basic a:hover {
  background: #e05f0a;
  border-color: #e05f0a;
  color: #fff;
}

.btn_basic_bk a {
  display: inline-block;
  padding: 8px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #e05f0a;
  color: #fff;
}
.btn_basic_bk a:hover {
  color: #e05f0a;
  background: #fff;
}

.link_basic {
  text-align: center;
}
.link_basic a {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #ababab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .link_basic a {
    padding: 8px 25px;
  }
}
.link_basic a:hover {
  background: #e05f0a;
  color: #fff;
  border-color: #e05f0a;
}
.link_basic.black a {
  border: 1px solid #000000;
}
.link_basic.black a:hover {
  border-color: #e05f0a;
}

.link_orange {
  text-align: center;
}
.link_orange a {
  display: inline-block;
  background: #e05f0a;
  color: #fff;
  padding: 20px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .link_orange a {
    padding: 15px 40px;
  }
}
.link_orange a:hover {
  opacity: 0.7;
}
.link_orange a span {
  position: relative;
  padding-right: 25px;
}
.link_orange a span img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link-outer__left a {
  display: inline-block;
  padding: 18px 80px 18px 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .link-outer__left a {
    padding: 18px 55px 18px 20px;
  }
}
.link-outer__left a img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link-outer__left a img:nth-of-type(1) {
  opacity: 1;
}
.link-outer__left a img:nth-of-type(2) {
  opacity: 0;
}
.link-outer__left a:hover {
  background: #e05f0a;
  color: #fff;
}
.link-outer__left a:hover img:nth-of-type(1) {
  opacity: 0;
}
.link-outer__left a:hover img:nth-of-type(2) {
  opacity: 1;
}

.sec-gray {
  background: #f9f9f9;
  position: relative;
}
.sec-gray:before {
  content: "";
  width: 182px;
  height: 2px;
  background: #e05f0a;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-gray__simple {
  background: #f9f9f9;
}

.sec-black {
  background: #222;
}

.sec-gray__vertical {
  background: #f9f9f9;
  position: relative;
}
.sec-gray__vertical:before {
  content: "";
  width: 1px;
  height: 90px;
  background: #e05f0a;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .sec-gray__vertical:before {
    height: 60px;
    top: -30px;
  }
}
@media screen and (max-width: 575px) {
  .sec-gray__vertical:before {
    height: 50px;
    top: -25px;
  }
}

.list_float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_float li {
  margin-right: 20px;
  margin-top: 6px;
}

.mincho {
  font-family: var(--font-serif) !important;
}

.gothic {
  font-family: var(--font-sans) !important;
}

.table-basic {
  width: 100%;
  border-collapse: collapse;
}
.table-basic tr:not(:first-of-type) {
  border-top: 5px solid #fff;
}
.table-basic tr th, .table-basic tr td {
  text-align: left;
  font-weight: 400;
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table-basic tr th, .table-basic tr td {
    display: block !important;
    width: 100% !important;
  }
}
.table-basic tr th {
  background: #f2f2f2;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .table-basic tr th {
    font-weight: 600;
  }
}
.table-basic tr td {
  background: #fff;
}

.table-line {
  width: 100%;
  border-collapse: collapse;
}
.table-line tr {
  border-top: 1px solid #e5e5e5;
}
.table-line tr:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.table-line tr th, .table-line tr td {
  text-align: left;
  font-weight: 400;
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table-line tr th, .table-line tr td {
    display: block !important;
    width: 100% !important;
  }
}
.table-line tr th {
  background: #f2f2f2;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .table-line tr th {
    font-weight: 600;
  }
}
.table-line tr td {
  background: #fff;
}

.sec-gray .table-basic tr:not(:first-of-type) {
  border-top: 5px solid #f9f9f9;
}

.disc-list li {
  padding-left: 1.2em;
  position: relative;
}
.disc-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.disc-list li:not(:first-of-type) {
  margin-top: 8px;
}

.coution-list li {
  color: #555;
  position: relative;
  padding-left: 1.2em;
}
.coution-list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.coution-list.sm li {
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .coution-list.sm li {
    font-size: 1.2rem;
  }
}

.list-disc__deco li {
  padding-left: 15px;
  position: relative;
}
.list-disc__deco li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #c0c0c0;
  border-radius: 50%;
}

.underline {
  text-decoration: underline;
}

.tab-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .tab-default {
    display: block;
  }
}
.tab-default li {
  padding: 5px;
}
@media screen and (max-width: 1280px) {
  .tab-default li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .tab-default li {
    width: 100%;
  }
}
.tab-default li a {
  border: 1px solid #000000;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .tab-default li a {
    display: block;
  }
}
.tab-default li a:hover {
  background: #e05f0a;
  border-color: #e05f0a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tab-default li a small {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .tab-default li a small {
    display: inline-block;
  }
}

.borderTop {
  border-top: 1px solid #c0c0c0;
}

.swiper-button-lock {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .l-base {
    width: 100%;
    max-width: 1200px;
  }
}

.w-max-width {
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}

.w-1200 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1200 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1200 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1200 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1200 {
    width: 100%;
    max-width: 1200px;
  }
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1100 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1100 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1100 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1100 {
    width: 100%;
    max-width: 1100px;
  }
}

.w-984 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-984 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-984 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-984 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-984 {
    width: 100%;
    max-width: 984px;
  }
}

.w-872 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-872 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-872 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-872 {
    width: 100%;
    max-width: 872px;
  }
}
@media (min-width: 1240px) {
  .w-872 {
    width: 100%;
    max-width: 872px;
  }
}

.l-header {
  padding: 30px 30px 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1650px) {
  .l-header {
    padding: 30px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 575px) {
  .l-header {
    padding: 15px 20px;
  }
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__menu .hbg-btn {
  width: 50px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header__menu .hbg-btn {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 575px) {
  .l-header__menu .hbg-btn {
    width: 30px;
  }
}
.l-header__menu .hbg-btn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__menu .hbg-btn .line-box {
  width: 100%;
  height: 26px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .l-header__menu .hbg-btn .line-box {
    height: 22px;
  }
}
.l-header__menu .hbg-btn .line-box .line {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
}
.l-header__menu .hbg-btn .line-box .line.bar-01 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__menu .hbg-btn .line-box .line.bar-02 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__menu .hbg-btn .line-box .line.bar-03 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__menu .hbg-btn .txt {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
@media screen and (max-width: 575px) {
  .l-header__menu .hbg-btn .txt {
    font-size: 1rem;
  }
}
.l-header__menu .selecter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 1280px) {
  .l-header__menu .selecter {
    display: none;
  }
}
.l-header__menu .selecter li:not(:last-of-type) {
  margin-right: 20px;
}
.l-header__menu .selecter li a {
  position: relative;
  padding-left: 30px;
  -webkit-transition: 0s;
  transition: 0s;
}
.l-header__menu .selecter li a:hover {
  opacity: 0.6;
}
.l-header__menu .selecter li a img {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__logo {
  width: 400px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-64.3%);
          transform: translateX(-64.3%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1650px) {
  .l-header__logo {
    width: 300px;
    top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 240px;
    top: 28px;
    -webkit-transform: translateX(-66%);
            transform: translateX(-66%);
  }
}
@media screen and (max-width: 575px) {
  .l-header__logo {
    width: 170px;
    top: 50%;
    -webkit-transform: translate(-66%, -50%);
            transform: translate(-66%, -50%);
  }
}
@media screen and (max-width: 380px) {
  .l-header__logo {
    left: 74px;
    top: 48%;
    width: 120px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  width: 100%;
}
.l-header__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__switch .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .l-header__switch .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .l-header__switch .lang {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__switch .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
  }
}
@media screen and (max-width: 575px) {
  .l-header__switch .lang {
    margin-right: 8px;
  }
}
.l-header__switch .lang li {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header__switch .lang li {
    font-size: 1.3rem;
    padding-left: 12px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-header__switch .lang li {
    font-size: 1.5rem;
    padding-left: 12px;
  }
}
@media screen and (max-width: 575px) {
  .l-header__switch .lang li {
    font-size: 1.2rem;
  }
}
.l-header__switch .lang li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-60%) rotate(135deg);
          transform: translateY(-60%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.l-header__switch .lang-content {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
  background: #fff;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .l-header__switch .lang-content {
    top: 32px;
    left: auto;
    right: -76px;
    -webkit-transform: none;
            transform: none;
    width: 220px;
    padding: 16px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .l-header__switch .lang-content {
    top: 34px;
    left: auto;
    right: -76px;
    -webkit-transform: none;
            transform: none;
    width: 220px;
    padding: 16px;
  }
}
@media screen and (max-width: 575px) {
  .l-header__switch .lang-content {
    right: -82px;
    width: 210px;
  }
}
.l-header__switch .lang-content.active {
  visibility: visible;
  opacity: 1;
}
.l-header__switch .lang-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}
.l-header__switch .lang-content .item:not(:first-of-type) {
  margin-top: 8px;
}
.l-header__switch .lang-content .item input[type=radio] {
  display: none;
}
.l-header__switch .lang-content .item .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.l-header__switch .lang-content .item .radio::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.l-header__switch .lang-content .item input[type=radio]:checked + .radio::after {
  background-color: #d95f00;
}
.l-header__switch .lang-content .item a {
  font-size: 1.4rem;
  text-decoration: none;
}
.l-header__switch .lang-content .item:hover .radio:after {
  background: #f2b688;
}
.l-header__switch .reservation a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  background: #e05f0a;
  border: 1px solid #e05f0a;
  padding: 11px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .l-header__switch .reservation a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .l-header__switch .reservation a {
    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;
    font-size: 1.3rem;
    line-height: 1;
    min-height: 36px;
    padding: 0 9px;
  }
}
.l-header__switch .reservation a:hover {
  background: #fff;
  color: #e05f0a;
}
.l-header.scroll {
  padding: 14px 30px;
}
@media screen and (max-width: 575px) {
  .l-header.scroll {
    padding: 15px 20px;
  }
}
.l-header.scroll .l-header__menu .selecter {
  -webkit-transform: none;
          transform: none;
}
.l-header.scroll .l-header__logo {
  width: 240px;
  top: 50%;
  -webkit-transform: translate(-64.3%, -50%);
          transform: translate(-64.3%, -50%);
}
@media screen and (max-width: 1650px) {
  .l-header.scroll .l-header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.scroll .l-header__logo {
    width: 240px;
    -webkit-transform: translate(-66%, -50%);
            transform: translate(-66%, -50%);
  }
}
@media screen and (max-width: 575px) {
  .l-header.scroll .l-header__logo {
    width: 170px;
  }
}
@media screen and (max-width: 380px) {
  .l-header.scroll .l-header__logo {
    left: 74px;
    top: 48%;
    width: 120px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.has-js .l-header.scroll {
  padding: 14px 30px !important;
}
@media screen and (max-width: 767px) {
  .has-js .l-header.scroll {
    padding: 20px 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .has-js .l-header.scroll {
    padding: 15px 20px !important;
  }
}
.has-js .l-header.scroll .l-header__menu .hbg-btn {
  -webkit-transform: translateY(3px) !important;
          transform: translateY(3px) !important;
}
@media screen and (max-width: 767px) {
  .has-js .l-header.scroll .l-header__menu .hbg-btn {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.has-js .l-header.scroll .l-header__menu .selecter {
  -webkit-transform: none;
          transform: none;
}
.has-js .l-header.scroll .l-header__logo {
  width: 240px !important;
  top: 50% !important;
  -webkit-transform: translate(-64.3%, -50%) !important;
          transform: translate(-64.3%, -50%) !important;
}
@media screen and (max-width: 1650px) {
  .has-js .l-header.scroll .l-header__logo {
    width: 220px !important;
  }
}
@media screen and (max-width: 767px) {
  .has-js .l-header.scroll .l-header__logo {
    width: 240px !important;
    -webkit-transform: translate(-66%, -50%) !important;
            transform: translate(-66%, -50%) !important;
  }
}
@media screen and (max-width: 575px) {
  .has-js .l-header.scroll .l-header__logo {
    width: 170px !important;
  }
}
@media screen and (max-width: 380px) {
  .has-js .l-header.scroll .l-header__logo {
    left: 74px !important;
    top: 48% !important;
    width: 120px !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}

.l-footer__secMenu {
  background: #151515;
}
.l-footer__secMenu .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__secMenu .footer-menu {
    margin-top: -10px;
  }
}
.l-footer__secMenu .footer-menu li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__secMenu .footer-menu li {
    padding: 10px 20px 0;
  }
}
.l-footer__secMenu .footer-menu li a {
  color: #fff;
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
}
.l-footer__secMenu .footer-menu li a:hover {
  opacity: 0.7;
}
.l-footer__secMenu .footer-menu__photo {
  width: 100%;
}
.l-footer__secMenu .info {
  margin-top: 60px;
  text-align: center;
}
.l-footer__secMenu .info.top-mt {
  margin-top: 30px;
}
.l-footer__secMenu .info h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .l-footer__secMenu .info h2 {
    font-size: 1.8rem;
  }
}
.l-footer__secMenu .info p {
  color: #fff;
  margin-top: 10px;
  font-size: 1.2rem;
}
.l-footer__secMenu .info p a,
.l-footer__secMenu .info p a[x-apple-data-detectors] {
  color: #fff !important;
  text-decoration: none !important;
}
.l-footer__secMenu .sns {
  margin-top: 40px;
  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;
}
@media screen and (max-width: 575px) {
  .l-footer__secMenu .sns {
    display: block;
  }
}
.l-footer__secMenu .sns li:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .l-footer__secMenu .sns li:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
.l-footer__secMenu .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .l-footer__secMenu .sns li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__secMenu .sns li a:hover {
  opacity: 0.6;
}
.l-footer__secMenu .sns li a figure {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__secMenu .sns li a figure {
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer__secMenu .sns li a figure {
    width: 25px;
    margin-right: 8px;
  }
}
.l-footer__secMenu .sns li a p {
  color: rgba(255, 255, 255, 0.5);
}

.l-footer {
  background: #151515;
  border-top: 1px solid #444444;
}
.l-footer .logo {
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer .logo {
    width: 180px;
  }
}
.l-footer .hotel-list {
  margin: 40px auto 0;
  width: 100%;
  max-width: 700px;
  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;
}
@media screen and (max-width: 575px) {
  .l-footer .hotel-list {
    margin-top: 30px;
  }
}
.l-footer .hotel-list li {
  padding: 5px 10px;
}
.l-footer .hotel-list li a {
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-footer .hotel-list li a:hover {
  opacity: 0.6;
}

.hotel-group {
  width: 100%;
  border: 1px solid #2d2d2d;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hotel-group {
    display: block;
  }
}
.hotel-group__left {
  width: 380px;
  padding: 30px 60px;
}
@media screen and (max-width: 1280px) {
  .hotel-group__left {
    padding: 30px 70px;
  }
}
@media screen and (max-width: 991px) {
  .hotel-group__left {
    width: 280px;
    padding: 30px 45px;
  }
}
@media screen and (max-width: 767px) {
  .hotel-group__left {
    width: 100%;
    text-align: center;
    padding: 40px 45px;
  }
}
@media screen and (max-width: 575px) {
  .hotel-group__left {
    padding: 30px 20px;
  }
}
.hotel-group__left a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hotel-group__left a img {
    width: 240px;
  }
}
@media screen and (max-width: 575px) {
  .hotel-group__left a img {
    width: 180px;
  }
}
.hotel-group__left a:hover {
  opacity: 0.7;
}
.hotel-group__left a:hover figure {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.hotel-group__right {
  border-left: 1px solid #2d2d2d;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .hotel-group__right {
    border-right: none;
    border-top: 1px solid #2d2d2d;
    padding: 45px 30px;
  }
}
@media screen and (max-width: 575px) {
  .hotel-group__right {
    padding: 30px 20px;
  }
}
.hotel-group__right figure {
  width: 140px;
}
@media screen and (max-width: 1280px) {
  .hotel-group__right figure {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .hotel-group__right figure {
    width: 100px;
  }
}
@media screen and (max-width: 575px) {
  .hotel-group__right figure {
    width: 80px;
  }
}
.hotel-group__right figure:not(:first-of-type) {
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  .hotel-group__right figure:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hotel-group__right figure:not(:first-of-type) {
    margin-left: 24px;
  }
}
.hotel-group__right figure a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hotel-group__right figure a:hover {
  opacity: 0.7;
}

.footer-nav__sub {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav__sub li {
  padding: 5px 10px;
}
.footer-nav__sub li a {
  color: #fff;
  -webkit-transition: 0s;
  transition: 0s;
}
.footer-nav__sub li a:hover {
  opacity: 0.6;
}

.copy {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

.menu-close {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 50px;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .menu-close {
    top: 20px;
    left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .menu-close {
    top: 15px;
    left: 20px;
    width: 30px;
  }
}
.menu-close.active {
  visibility: visible;
  opacity: 1;
}
.menu-close.compact-header {
  top: 20px !important;
}
@media screen and (max-width: 767px) {
  .menu-close.compact-header {
    top: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .menu-close.compact-header {
    top: 15px !important;
  }
}
.menu-close {
  cursor: pointer;
}
.menu-close .line-box {
  width: 100%;
  height: 31px;
  position: relative;
}
.menu-close .line-box .line {
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.menu-close .line-box .line.bar-01 {
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
.menu-close .line-box .line.bar-02 {
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}
.menu-close .txt {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 575px) {
  .menu-close .txt {
    font-size: 1rem;
    margin-top: 0px;
  }
}

.hbgMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f3f3f3;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@supports (height: 100dvh) {
  .hbgMenu {
    height: 100dvh;
  }
}
.hbgMenu.active {
  opacity: 1;
  visibility: visible;
}

.hbgMenu-content__outer {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 18px;
  padding-bottom: calc(18px + constant(safe-area-inset-bottom));
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
}
.hbgMenu-content__outer::-webkit-scrollbar {
  display: none;
}

.hbgMenu-content {
  width: calc(100% - 40px);
  max-width: 700px;
  max-height: calc(100vh - 60px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .hbgMenu-content {
    height: calc(100vh - 160px);
  }
}
@media screen and (max-width: 575px) {
  .hbgMenu-content {
    height: auto;
    max-height: none;
    margin-top: 22px;
    display: block;
    padding-bottom: 0;
  }
}
.hbgMenu-content::-webkit-scrollbar {
  display: none;
}
.hbgMenu-content__logo {
  text-align: center;
  width: 100%;
}
.hbgMenu-content__logo a {
  display: inline-block;
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}
.hbgMenu-content__logo a img {
  width: 336px;
}
@media screen and (max-width: 1280px) {
  .hbgMenu-content__logo a img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .hbgMenu-content__logo a img {
    width: 260px;
  }
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__logo a img {
    width: 180px;
  }
}
.hbgMenu-content__menu {
  width: 50%;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .hbgMenu-content__menu {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__menu {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__menu ul li {
    text-align: center;
  }
}
.hbgMenu-content__menu ul li:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__menu ul li:not(:first-of-type) {
    margin-top: 15px;
  }
}
.hbgMenu-content__menu ul li a {
  font-size: 1.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__menu ul li a {
    font-size: 1.6rem;
  }
}
.hbgMenu-content__menu ul li a:hover {
  opacity: 0.7;
}
.hbgMenu-content__btn {
  width: 50%;
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .hbgMenu-content__btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__btn {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hbgMenu-content__btn .outer-link li:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__btn .outer-link li:not(:first-of-type) {
    margin-top: 15px;
  }
}
.hbgMenu-content__btn .outer-link li a {
  display: block;
  padding: 20px 25px;
  border: 1px solid #000000;
  font-size: 1.8rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbgMenu-content__btn .outer-link li a:hover {
  background: #f3f3f3;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__btn .outer-link li a {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}
.hbgMenu-content__btn .outer-link li a img {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__btn .outer-link li a img {
    right: 20px;
    width: 12px;
  }
}
.hbgMenu-content__btn .com-info {
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__btn .com-info {
    margin-top: 30px;
    text-align: center;
  }
}
.hbgMenu-content__btn .com-info h2 {
  font-size: 1.6rem;
  font-weight: 400;
}
.hbgMenu-content__btn .com-info p {
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.hbgMenu-content__btn .com-info .tel {
  margin-top: 10px;
}
.hbgMenu-content__btn .com-info .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__btn .com-info .tel a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hbgMenu-content__btn .com-info .tel a figure {
  width: 20px;
  margin-right: 8px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__btn .com-info .tel a figure {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.hbgMenu-content__btn .com-info .tel a figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hbgMenu-content__btn .com-info .tel a p {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__btn .com-info .tel a p {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.hbgMenu-content__btn .com-info .tel a p small {
  display: block;
  font-size: 1.2rem;
  margin-top: 4px;
}
.hbgMenu-content__reserve {
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__reserve {
    margin-top: 40px;
  }
}
.hbgMenu-content__reserve .content-main {
  width: 100%;
  height: 100px;
  background: #222;
}
.hbgMenu-content__reserve .link {
  margin-top: 10px;
  text-align: center;
}
.hbgMenu-content__reserve .link a {
  text-decoration: underline;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbgMenu-content__reserve .link a:hover {
  opacity: 0.7;
}
.hbgMenu-content__sns {
  margin-top: 40px;
  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;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__sns {
    display: block;
    padding-bottom: 0;
  }
}
.hbgMenu-content__sns li:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__sns li:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
.hbgMenu-content__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__sns li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hbgMenu-content__sns li a:hover {
  opacity: 0.6;
}
.hbgMenu-content__sns li a figure {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .hbgMenu-content__sns li a figure {
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hbgMenu-content__sns li a figure {
    width: 25px;
    margin-right: 8px;
  }
}
.hotelSelect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.hotelSelect-content {
  width: calc(100% - 40px);
  max-width: 1000px;
  height: calc(100vh - 60px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-bottom: 60px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 575px) {
  .hotelSelect-content {
    margin-top: 22px;
    height: calc(100vh - 22px);
    display: block;
  }
}
.hotelSelect-content::-webkit-scrollbar {
  display: none;
}
.hotelSelect-content__logo {
  text-align: center;
  width: 100%;
}
.hotelSelect-content__logo a {
  display: inline-block;
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}
.hotelSelect-content__logo a img {
  width: 336px;
}
@media screen and (max-width: 1280px) {
  .hotelSelect-content__logo a img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .hotelSelect-content__logo a img {
    width: 260px;
  }
}
@media screen and (max-width: 575px) {
  .hotelSelect-content__logo a img {
    width: 180px;
  }
}
.hotelSelect-content__desc {
  text-align: center;
  margin-top: 100px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .hotelSelect-content__desc {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .hotelSelect-content__desc {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .hotelSelect-content__desc {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
.hotelSelect-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .hotelSelect-content__items {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .hotelSelect-content__items {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  .hotelSelect-content__items {
    margin-top: 20px;
  }
}
.hotelSelect-content__items .item {
  width: 50%;
  padding: 0 15px;
}
.hotelSelect-content__items .item:nth-of-type(n + 3) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .hotelSelect-content__items .item {
    padding: 0 10px;
  }
  .hotelSelect-content__items .item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hotelSelect-content__items .item {
    width: 100%;
    padding: 0;
  }
  .hotelSelect-content__items .item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.hotelSelect-content__items .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ababab;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .hotelSelect-content__items .item a {
    padding: 3px;
  }
}
.hotelSelect-content__items .item a:hover {
  background: #f2f2f2;
}
.hotelSelect-content__items .item a figure {
  width: 180px;
}
@media screen and (max-width: 991px) {
  .hotelSelect-content__items .item a figure {
    width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .hotelSelect-content__items .item a figure {
    width: 120px;
  }
}
.hotelSelect-content__items .item a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 0 20px 0 25px;
}
@media screen and (max-width: 991px) {
  .hotelSelect-content__items .item a .txt {
    padding: 0 10px 0 20px;
  }
}
.hotelSelect-content__items .item a .txt p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-size: 2.2rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 991px) {
  .hotelSelect-content__items .item a .txt p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .hotelSelect-content__items .item a .txt p {
    font-size: 1.6rem;
  }
}
.hotelSelect-content__items .item a .txt img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 575px) {
  .hotelSelect-content__items .item a .txt img {
    width: 14px;
  }
}
.hotelSelect-content .total-link {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .hotelSelect-content .total-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .hotelSelect-content .total-link {
    margin-top: 30px;
  }
}
.hotelSelect-content .total-link a {
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .hotelSelect-content .total-link a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .hotelSelect-content .total-link a {
    font-size: 1.4rem;
  }
}
.hotelSelect-content .total-link a:hover {
  opacity: 0.7;
}
.hotelSelect-content .fjhotel-link {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .hotelSelect-content .fjhotel-link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .hotelSelect-content .fjhotel-link {
    margin-top: 40px;
  }
}
.hotelSelect-content .fjhotel-link a {
  display: inline-block;
}
.hotelSelect-content .fjhotel-link a img {
  width: 200px;
}
@media screen and (max-width: 575px) {
  .hotelSelect-content .fjhotel-link a img {
    width: 160px;
  }
}
.hotelSelect.active {
  opacity: 1;
  visibility: visible;
}

.reservationMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f3f3f3;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@supports (height: 100dvh) {
  .reservationMenu {
    height: 100dvh;
  }
}
.reservationMenu-content {
  width: calc(100% - 40px);
  max-width: 690px;
  height: calc(100vh - 60px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-bottom: 18px;
  padding-bottom: calc(18px + constant(safe-area-inset-bottom));
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@supports (height: 100dvh) {
  .reservationMenu-content {
    height: calc(100dvh - 60px);
  }
}
@media screen and (max-width: 575px) {
  .reservationMenu-content {
    margin-top: 72px;
    height: calc(100vh - 72px);
    height: calc(100svh - 72px);
    display: block;
  }
}
.reservationMenu-content::-webkit-scrollbar {
  display: none;
}
.reservationMenu-content__logo {
  text-align: center;
  width: 100%;
}
.reservationMenu-content__logo a {
  display: inline-block;
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}
.reservationMenu-content__logo a img {
  width: 336px;
}
@media screen and (max-width: 1280px) {
  .reservationMenu-content__logo a img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .reservationMenu-content__logo a img {
    width: 260px;
  }
}
@media screen and (max-width: 575px) {
  .reservationMenu-content__logo a img {
    width: 180px;
  }
}
.reservationMenu-content__inner .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reservationMenu-content__inner .tabs ul li {
  padding: 6px 20px;
  background: #bbbbbb;
  font-size: 1.4rem;
  cursor: pointer;
}
.reservationMenu-content__inner .tabs ul li:not(:first-of-type) {
  margin-left: 3px;
}
.reservationMenu-content__inner .tabs ul li.open {
  background: #6e6e6e;
  color: #fff;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input {
  background: #6e6e6e;
  padding: 40px 60px;
}
@media screen and (max-width: 575px) {
  .reservationMenu-content__inner .tab-content__reservation .reservation-input {
    padding: 40px 20px;
  }
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input #booking_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field {
    display: block;
  }
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap {
  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: 2px;
  border: 1px solid #ccc;
  position: relative;
  padding: 11px 44px 11px 16px;
  background: #fff;
  margin-right: 20px;
  min-width: 220px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap input[type=text] {
  border: none;
  outline: none;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #333;
  text-align: center;
  cursor: pointer;
  background: transparent;
  font-variant-numeric: tabular-nums;
  padding: 0;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap input[type=text][name=cmbARRY] {
  width: 78px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap input[type=text][name=cmbARRM] {
  width: 42px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap input[type=text][name=cmbARRD] {
  width: 42px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap span {
  color: #999;
  font-size: 14px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap .date-unit {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.35;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap--localized .date-display {
  display: block;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap--localized .date-value,
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap--localized > span:not(.date-display):not(.calendar-icon) {
  position: absolute;
  width: 1px !important;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap .calendar-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  line-height: 1;
  pointer-events: none;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-date-field .date-input-wrap .calendar-icon img {
  width: 100%;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  color: #333;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 575px) {
  .reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-check {
    -webkit-transform: none;
            transform: none;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-check input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-check label {
  cursor: pointer;
  color: #fff;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-selects .select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-selects .select-group label {
  font-size: 1.4rem;
  color: #fff;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-selects .select-group .select-wrap {
  position: relative;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-selects .select-group .select-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  pointer-events: none;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-selects .select-group .select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 34px 0 14px;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #333;
  background: #fff;
  cursor: pointer;
  min-width: 80px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-radio {
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-radio input[type=radio] {
  accent-color: #e07020;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 3px;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-radio label {
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .reservationMenu-content__inner .tab-content__reservation .reservation-input .booking-radio label {
    margin: 0;
  }
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .btn-search {
  width: 100%;
  padding: 0 14px;
  background: #e07020;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  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: 8px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.35;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .btn-search:hover {
  opacity: 0.85;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .btn-search .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}
.reservationMenu-content__inner .tab-content__reservation .reservation-input .btn-search .icon img {
  display: block;
}
.reservationMenu-content__inner .tab-content__reservation .coution {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
.reservationMenu-content__inner .tab-content__reservation .coution p {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .reservationMenu-content__inner .tab-content__reservation .coution {
    font-size: 1.3rem;
  }
}
.reservationMenu-content__inner .tab-content__reservation .coution span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 13px;
  height: 13px;
}
.reservationMenu-content__inner .tab-content__reservation .coution span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reservationMenu-content__inner .tab-content__reservation .coution span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reservationMenu-content__inner .tab-content__reservation .coution span.minus:before {
  opacity: 0;
}
.reservationMenu-content__inner .tab-content__reservation .coution span.minus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.reservationMenu-content__inner .tab-content__reservation .read-content {
  background: #fff;
  padding: 20px 30px;
  display: none;
}
@media screen and (max-width: 575px) {
  .reservationMenu-content__inner .tab-content__reservation .read-content {
    padding: 20px 15px;
  }
}
.reservationMenu-content__inner .tab-content__reservation .read-content h5 {
  font-size: 1.6rem;
}
.reservationMenu-content__inner .tab-content__reservation .read-content p {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 1.4rem;
}
.reservationMenu-content__inner .tab-content__reservation .read-content ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: cneter;
      -ms-flex-align: cneter;
          align-items: cneter;
}
.reservationMenu-content__inner .tab-content__reservation .read-content ul li {
  font-size: 1.4rem;
}
.reservationMenu-content__inner .tab-content__reservation .read-content ul li:not(:last-of-type) {
  margin-right: 10px;
}
.reservationMenu-content__inner .tab-content__reservation .read-content.read-active {
  display: block;
}
.reservationMenu-content__inner .tab-content .btn {
  margin-top: 40px;
  text-align: center;
}
.reservationMenu-content__inner .tab-content .btn .btn-search {
  border: none;
  background: #e05f0a;
  color: #fff;
  padding: 17px 25px 18px;
  font-size: 1.8rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.35;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reservationMenu-content__inner .tab-content .btn .btn-search:hover {
  opacity: 0.7;
}
.reservationMenu-content__inner .tab-content .btn .btn-search .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
}
.reservationMenu-content__inner .tab-content .btn .btn-search .icon img {
  display: block;
}
.reservationMenu-content__inner .tab-content__search {
  background: #6e6e6e;
  padding: 60px 20px;
  display: none;
}
.reservationMenu-content__inner .tab-content__search .link-content {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.reservationMenu-content__inner .tab-content__search .link-content .item:not(:first-of-type) {
  margin-top: 20px;
}
.reservationMenu-content__inner .tab-content__search .link-content .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e05f0a;
  padding: 14px 25px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reservationMenu-content__inner .tab-content__search .link-content .item a:hover {
  opacity: 0.8;
}
.reservationMenu-content__inner .tab-content__search .link-content .item a img {
  margin-right: 8px;
}
.reservationMenu-content__inner .tab-content__search .link-content .item a p {
  color: #fff;
}
.reservationMenu-content__inner .com-desc {
  text-align: center;
  margin-top: 40px;
}
.reservationMenu-content__inner .com-desc li {
  line-height: 1.6;
}
.reservationMenu-content__inner .com-desc li:nth-of-type(2) {
  font-size: 1.4rem;
  margin-top: 5px;
}
.reservationMenu-content__inner .com-desc li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reservationMenu-content__inner .com-desc li a:hover {
  opacity: 0.7;
}
.reservationMenu.active {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.booking-date-field #calid,
.booking-date-field #calid_screen,
.booking-date-field #calid-en_screen {
  width: 260px !important;
  max-width: calc(100vw - 40px);
  position: absolute;
  z-index: 1001;
}
.booking-date-field #calid table,
.booking-date-field #calid_screen table,
.booking-date-field #calid-en_screen table {
  width: 100% !important;
}
.booking-date-field #calid table tr th, .booking-date-field #calid table tr td,
.booking-date-field #calid_screen table tr th,
.booking-date-field #calid_screen table tr td,
.booking-date-field #calid-en_screen table tr th,
.booking-date-field #calid-en_screen table tr td {
  font-size: 1.5rem !important;
}

.header-booking #calid_1 {
  width: 220px !important;
  position: absolute;
  bottom: 55px !important;
}
.header-booking #calid_1 table tr th, .header-booking #calid_1 table tr td {
  font-size: 1.4rem !important;
}

.l-header__contact {
  margin: 30px auto 0;
}
.l-header__contact__logo {
  text-align: center;
}
.l-header__contact__logo a {
  display: inline-block;
}

.l-footer__contact {
  padding-bottom: 30px;
}
.l-footer__contact .copy {
  color: #000000;
  margin-top: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

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

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

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

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

.for-lg {
  display: none;
}
@media screen and (max-width: 1280px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none;
}
@media screen and (max-width: 991px) {
  .for-md {
    display: block;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sm {
    display: block;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .for-xs {
    display: block;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1280px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

.mt_none {
  margin-top: 0 !important;
}

.mb_none {
  margin-bottom: 0 !important;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.flex_spaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text {
  margin: 20px 0;
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 3em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3.2rem;
  margin: 3em 0 2em;
}
.post-body h2:first-child {
  margin-top: 0;
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body h3 {
  font-size: 2.7rem;
  margin: 3em 0 1.5em;
}
@media screen and (max-width: 991px) {
  .post-body h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h3 {
    font-size: 2.1rem;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2.4rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h4 {
    font-size: 1.8rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2.1rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h5 {
    margin-top: 1em;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 10px 3vmin;
  position: relative;
}
.post-body blockquote:before, .post-body blockquote:after {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
}
.post-body blockquote:before {
  content: "“";
  left: 10px;
  top: 5px;
}
.post-body blockquote:after {
  bottom: -10px;
  content: "”";
  right: 10px;
}
.post-body blockquote p {
  margin: 0.5em 0;
}
.post-body blockquote cite {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
.post-body blockquote cite:before {
  background: #d8dbe2;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
.post-body pre {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body p > a {
  text-decoration: underline;
}
.post-body p a[target=_blank] {
  padding-right: 20px;
  position: relative;
}
.post-body p a[target=_blank]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/arrow-up-right.svg) no-repeat;
  background-size: contain;
}
.post-body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-body a:hover {
  opacity: 0.8;
}
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body ul {
  margin: 2em 0 2em;
  padding: 0;
}
.post-body ul li {
  padding-left: 1em;
  position: relative;
}
.post-body ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 2em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.post-body .wp-block-table table th {
  background: #edf2ff;
}
.post-body .wp-block-separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-embed {
  margin: 2em auto;
  position: relative;
}
.post-body .wp-block-embed.is-type-video:before {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  content: "";
  display: block;
}
.post-body .wp-block-embed.is-type-video:before iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  margin: 0 -10px;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em -15px;
  max-width: 100%;
}
.post-body .wp-block-media-text_media,
.post-body .wp-block-media-text_content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file_button,
.post-body .wp-block-button_link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.post-body .wp-block-file_button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file_button:hover,
.post-body .wp-block-button_link:hover {
  background: #454545;
}

body.hidden {
  overflow: hidden;
}

.home-mv {
  width: 100%;
  height: calc(100vh - 160px);
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 1650px) {
  .home-mv {
    margin-top: 120px;
    height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 767px) {
  .home-mv {
    margin-top: 100px;
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 575px) {
  .home-mv {
    margin-top: 78px;
    height: calc(100vh - 78px);
    height: calc(100svh - 78px);
  }
}
.home-mv__slide {
  position: relative;
  width: 100%;
  height: 100vh; /* 必要に応じて変更 */
  overflow: hidden;
}
.home-mv__slide figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 2.5s ease-in-out;
  transition: opacity 2.5s ease-in-out;
}
.home-mv__slide figure.is-active {
  opacity: 1;
}
.home-mv__slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-mv__line {
  width: 100%;
  background: #2c1e1b;
  padding: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .home-mv__line {
    display: none;
  }
}
.home-mv__line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .home-mv__line ul {
    display: block;
  }
}
.home-mv__line ul li:not(:last-of-type) {
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .home-mv__line ul li:nth-of-type(1) {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .home-mv__line ul li:nth-of-type(2), .home-mv__line ul li:nth-of-type(3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home-mv__line ul li {
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .home-mv__line ul li:nth-of-type(2), .home-mv__line ul li:nth-of-type(3) {
    margin-top: 10px;
  }
}
.home-mv__line ul li a, .home-mv__line ul li p {
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-mv__line ul li a:hover, .home-mv__line ul li p:hover {
  opacity: 0.6;
}
.home-mv__line ul li a span, .home-mv__line ul li p span {
  text-decoration: underline;
}
.home-mv__line ul li a.arrow, .home-mv__line ul li p.arrow {
  padding-right: 16px;
}
@media screen and (max-width: 575px) {
  .home-mv__line ul li a.arrow, .home-mv__line ul li p.arrow {
    padding-right: 10px;
  }
}
.home-mv__line ul li a.arrow:before, .home-mv__line ul li p.arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 575px) {
  .home-mv__line ul li a.arrow:before, .home-mv__line ul li p.arrow:before {
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-40%) rotate(45deg);
            transform: translateY(-40%) rotate(45deg);
  }
}
.home-mv__line ul li a.train, .home-mv__line ul li p.train {
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .home-mv__line ul li a.train, .home-mv__line ul li p.train {
    padding-left: 30px;
  }
}
.home-mv__line ul li a.train figure, .home-mv__line ul li p.train figure {
  width: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .home-mv__line ul li a.train figure, .home-mv__line ul li p.train figure {
    width: 20px;
  }
}
.home-mv__line ul li a.plane, .home-mv__line ul li p.plane {
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .home-mv__line ul li a.plane, .home-mv__line ul li p.plane {
    padding-left: 42px;
  }
}
.home-mv__line ul li a.plane figure, .home-mv__line ul li p.plane figure {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-55%) scale(-1, 1);
          transform: translateY(-55%) scale(-1, 1);
}
@media screen and (max-width: 575px) {
  .home-mv__line ul li a.plane figure, .home-mv__line ul li p.plane figure {
    width: 33px;
  }
}
.home-mv__line ul li p {
  opacity: 1 !important;
}
.home-mv__inner {
  width: calc(100% - 40px);
  max-width: 897px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1650px) {
  .home-mv__inner {
    max-width: 760px;
  }
}
@media screen and (max-width: 991px) {
  .home-mv__inner {
    width: 660px;
    max-width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .home-mv__inner {
    max-width: 90%;
  }
}
.home-mv__inner h2 {
  line-height: 1;
  width: 100%;
}
.home-mv__inner p {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 80px;
}
@media screen and (max-width: 1650px) {
  .home-mv__inner p {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-mv__inner p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .home-mv__inner p {
    font-size: 1.4rem;
  }
}
.home-mv__scroll {
  width: 100px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .home-mv__scroll {
    bottom: 40px;
  }
}
.home-mv__scroll .txt {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1;
}
.home-mv__scroll img {
  display: block;
  margin: 12px auto 0;
  -webkit-animation: scrollDown 1.8s ease-in-out infinite;
          animation: scrollDown 1.8s ease-in-out infinite;
}
.home-mv__reservation {
  width: 100%;
  background: #21120f;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1280px) {
  .home-mv__reservation {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .home-mv__reservation {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .home-mv__reservation {
    display: block;
  }
}
.home-mv__reservation .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .home-mv__reservation .ttl {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-mv__reservation .ttl {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-mv__reservation .ttl figure {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}
.home-mv__reservation .ttl figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-mv__reservation .ttl span {
  color: #fff;
}
.home-mv__reservation .reservation-content {
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .home-mv__reservation .reservation-content {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-mv__reservation .reservation-content {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
}
.home-mv__reservation .reservation-content .header-booking__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}
.home-mv__reservation .reservation-content .header-booking__date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border: 1px solid #ccc;
  position: relative;
  padding: 8px 15px;
  background: #fff;
  min-width: 190px;
  cursor: pointer;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap input[type=text] {
  border: none;
  outline: none;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap input[type=text][name=cmbARRY] {
  width: 40px;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap input[type=text][name=cmbARRM] {
  width: 24px;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap input[type=text][name=cmbARRD] {
  width: 24px;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap span {
  color: #999;
  font-size: 14px;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap--localized .date-display {
  display: block;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  padding-right: 18px;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap--localized .date-value,
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap--localized > span:not(.date-display):not(.calendar-icon) {
  position: absolute;
  width: 1px !important;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap .calendar-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  line-height: 1;
  pointer-events: none;
}
.home-mv__reservation .reservation-content .header-booking__date .date-input-wrap .calendar-icon img {
  width: 100%;
}
.home-mv__reservation .reservation-content .header-booking__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-mv__reservation .reservation-content .header-booking__select select {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
}
.home-mv__reservation .reservation-content .header-booking__btn {
  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;
  background: #d95f00;
  color: #fff;
  border: none;
  padding: 0 18px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  cursor: pointer;
  white-space: nowrap;
}
.home-mv__reservation .reservation-content .header-booking__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 991px) {
  .home-mv__reservation .link {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-mv__reservation .link {
    margin-top: 10px;
  }
}
.home-mv__reservation .link a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 1280px) {
  .home-mv__reservation .link a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .home-mv__reservation .link a {
    font-size: 1.2rem;
  }
}
.home-mv__reservation .link a:hover {
  opacity: 0.6;
}
.home-mv .hero-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-mv .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.home-mv .slide.active {
  opacity: 1;
  z-index: 1;
  will-change: transform, opacity;
}
.home-mv .slide.zooming {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 3s ease, -webkit-transform 10s ease;
  transition: opacity 3s ease, -webkit-transform 10s ease;
  transition: opacity 3s ease, transform 10s ease;
  transition: opacity 3s ease, transform 10s ease, -webkit-transform 10s ease;
  will-change: transform, opacity;
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  81% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  81% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.home-concept {
  text-align: center;
}
.home-concept h2 {
  font-family: var(--font-serif);
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .home-concept h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .home-concept h2 {
    font-size: 2.4rem;
  }
}
.home-concept__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
  contain: layout paint;
}
.home-concept__gallery picture {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5600px;
  max-width: 5600px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1280px) {
  .home-concept__gallery picture {
    width: 4400px;
  }
}
@media screen and (max-width: 991px) {
  .home-concept__gallery picture {
    width: 3600px;
  }
}
@media screen and (max-width: 767px) {
  .home-concept__gallery picture {
    width: 2800px;
  }
}
@media screen and (max-width: 575px) {
  .home-concept__gallery picture {
    width: 1800px;
  }
}
.home-concept__gallery picture:first-child {
  -webkit-animation: slide1 140s -70s linear infinite;
          animation: slide1 140s -70s linear infinite;
}
@media screen and (max-width: 1280px) {
  .home-concept__gallery picture:first-child {
    -webkit-animation: slide1 120s -60s linear infinite;
            animation: slide1 120s -60s linear infinite;
  }
}
@media screen and (max-width: 575px) {
  .home-concept__gallery picture:first-child {
    -webkit-animation: slide1 80s -40s linear infinite;
            animation: slide1 80s -40s linear infinite;
  }
}
.home-concept__gallery picture:last-child {
  -webkit-animation: slide2 140s linear infinite;
          animation: slide2 140s linear infinite;
}
@media screen and (max-width: 1280px) {
  .home-concept__gallery picture:last-child {
    -webkit-animation: slide2 120s linear infinite;
            animation: slide2 120s linear infinite;
  }
}
@media screen and (max-width: 575px) {
  .home-concept__gallery picture:last-child {
    -webkit-animation: slide2 80s linear infinite;
            animation: slide2 80s linear infinite;
  }
}
.home-concept__gallery picture img {
  display: block;
  width: 100%;
  height: auto;
}
.home-concept__gallery.is-paused picture {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-concept__gallery picture {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.home-info .ttl_base_md {
  font-family: var(--font-sans);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home-info .ttl_base_md {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .home-info .ttl_base_md.mt {
    margin-top: 20px;
  }
}
.home-info article:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.home-info article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .home-info article a {
    display: block;
    padding: 30px 0;
  }
}
.home-info article a:hover {
  background: #f1f1f1;
}
.home-info article a .day-cat {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home-info article a .day-cat {
    margin-right: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home-info article a .day-cat .cat {
  width: 130px;
  font-size: 1.2rem;
  border: 1px solid #000;
  padding: 3px 10px;
  text-align: center;
}
.home-info article a .post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .home-info article a .post {
    margin-top: 10px;
  }
}

.home-info__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .home-info__outer {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.home-info__outer .home-info {
  padding: 0 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .home-info__outer .home-info {
    padding: 0;
    width: 100%;
  }
}
.home-info__outer .home-info article a {
  padding: 30px 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .home-info__outer .home-info article a {
    padding: 25px 0;
  }
}
@media screen and (max-width: 575px) {
  .home-info__outer .home-info article a {
    padding: 20px 0;
  }
}
.home-info__outer .home-info article a .day-cat {
  width: 115px !important;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .home-info__outer .home-info article a .day-cat {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .home-info__outer .home-info article a .day-cat .day {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .home-info__outer .home-info article a .post {
    margin-top: 6px;
  }
}

.info-important {
  border: 2px solid #cc1a1a;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .info-important {
    padding: 20px;
  }
}
.info-important table tr th, .info-important table tr td {
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .info-important table tr th, .info-important table tr td {
    width: 100%;
    display: block;
  }
}
.info-important table tr th {
  width: 110px;
  color: #cc1a1a;
}
.info-important table tr td {
  color: #cc1a1a;
}
@media screen and (max-width: 767px) {
  .info-important table tr td {
    margin-top: 8px;
  }
}
.info-important table tr td a {
  color: #cc1a1a;
}
.info-important table tr td a:hover {
  opacity: 0.7;
}

.home-plan {
  position: relative;
  padding-bottom: 40px;
}
.home-plan .swiper-pagination {
  bottom: 0 !important;
}
.home-plan .swiper-pagination .swiper-pagination-bullet {
  background: #e7bb9d !important;
}
.home-plan .swiper-pagination .swiper-pagination-bullet-active {
  background: #e05f0a !important;
}
.home-plan .swiper-button-next {
  right: -70px !important;
  color: #e05f0a !important;
}
@media screen and (max-width: 1280px) {
  .home-plan .swiper-button-next {
    right: -10px !important;
  }
}
.home-plan .swiper-button-prev {
  left: -70px !important;
  color: #e05f0a !important;
}
@media screen and (max-width: 1280px) {
  .home-plan .swiper-button-prev {
    left: -10px !important;
  }
}
.home-plan .swiper {
  width: 100%;
  height: 100%;
}
.home-plan .swiper-wrapper {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.home-plan .swiper-slide {
  text-align: center;
  height: auto;
}
.home-plan .swiper-slide a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: calc(100% - 2px);
}
.home-plan .swiper-slide a figure {
  position: relative;
  aspect-ratio: 530/352;
  overflow: hidden;
}
.home-plan .swiper-slide a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}
.home-plan .swiper-slide a .txtContent {
  padding: 20px;
}
.home-plan .swiper-slide a .txtContent > p {
  font-size: 1.4rem;
}
.home-plan .swiper-slide a .txtContent .price {
  color: #555;
}
.home-plan .swiper-slide a .txtContent .link {
  margin-top: 20px;
  text-align: center;
}
.home-plan .swiper-slide a .txtContent .link p {
  display: inline-block;
  border: 1px solid #000;
  font-size: 1.4rem;
  padding: 3px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-plan .swiper-slide a:hover figure img {
  width: 110%;
  max-width: 110%;
}
.home-plan .swiper-slide a:hover .link p {
  background: #e05f0a;
  border-color: #e05f0a;
  color: #fff;
}

.home-room {
  position: relative;
  overflow-x: hidden;
  --home-room-slide-width: min(1280px, calc(100vw - clamp(60px, 14vw, 220px)));
}
@media screen and (max-width: 767px) {
  .home-room {
    --home-room-slide-width: calc(100vw - 20px);
  }
}
.home-room .w-984 {
  width: var(--home-room-slide-width);
  max-width: none;
}
.home-room__slider {
  position: relative;
  overflow: visible;
}
.home-room .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  position: relative;
}
.home-room__slider .home-room__pager-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1280/720;
  z-index: 20;
  pointer-events: none;
}
.home-room__slider .home-room__pager-frame .pager {
  width: 120px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 21;
  pointer-events: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-room__slider .home-room__pager-frame {
    display: none;
  }
}
.home-room__slider .home-room__pager-frame .pager .swiper-button-next,
.home-room__slider .home-room__pager-frame .pager .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background: #fff !important;
  border: 1px solid #e0e0e0;
  z-index: 21;
  pointer-events: auto;
  margin-top: 0 !important;
}
.home-room__slider .home-room__pager-frame .pager .swiper-button-next svg,
.home-room__slider .home-room__pager-frame .pager .swiper-button-prev svg {
  width: 50% !important;
  height: 50% !important;
  color: #e05f0a !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.home-room__slider .home-room__pager-frame .pager .swiper-button-next {
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
}
.home-room__slider .home-room__pager-frame .pager .swiper-button-prev {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}
.home-room__slider .home-room__pager-frame .pager .swiper-button-prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
          transform: translate(-50%, -50%) rotate(180deg) !important;
}
.home-room__slider .home-room__pager-frame .pager .swiper-button-next.swiper-button-disabled, .home-room__slider .home-room__pager-frame .pager .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.home-room .swiper-wrapper {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.home-room .swiper-slide {
  text-align: center;
}
.home-room .swiper-slide a {
  display: block;
}
.home-room .swiper-slide a figure {
  position: relative;
  aspect-ratio: 1280/720;
  overflow: hidden;
}
.home-room .swiper-slide a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}
.home-room .swiper-slide a figure p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  padding: 4px 25px 4px 12px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .home-room .swiper-slide a figure p {
    bottom: 10px;
    left: 10px;
    font-size: 1.2rem;
  }
}
.home-room .swiper-slide a figure p:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.home-room .swiper-slide a h4 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .home-room .swiper-slide a h4 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .home-room .swiper-slide a h4 {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.home-room .swiper-slide a:hover figure {
  position: relative;
}
.home-room .swiper-slide a:hover figure img {
  width: 105%;
  max-width: 105%;
}
.home-room .swiper.is-dragging a {
  pointer-events: none !important;
}
.home-room .swiper-button-lock {
  display: block !important;
}
.home-room .swiper-slide-active h4,
.home-room .swiper-slide-active figure p {
  opacity: 1 !important;
}

.home-food h3 {
  color: #e05f0a;
  font-family: var(--font-serif);
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .home-food h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .home-food h3 {
    font-size: 2.2rem;
  }
}
.home-food__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(100% - 80px);
  max-width: 1500px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 1280px) {
  .home-food__gallery {
    width: calc(100% - 40px);
    max-width: 1240px;
  }
}
@media screen and (min-width: 1580px) {
  .home-food__gallery {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .home-food__gallery {
    display: none !important;
  }
}
.home-food__gallery figure {
  width: 20%;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .home-food__gallery figure {
    aspect-ratio: 1/2;
  }
}
@media screen and (min-width: 1580px) {
  .home-food__gallery figure {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .home-food__gallery figure {
    width: 100%;
  }
}
.home-food__gallery figure img:nth-of-type(2) {
  display: none;
}
.home-food__gallery figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .home-food__gallery figure img {
    height: calc(100% + 2px);
    margin-top: -1px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-food__gallery figure:nth-child(odd) {
  -webkit-transform: translate3d(0, -40px, 0);
          transform: translate3d(0, -40px, 0);
}
.home-food__gallery figure:nth-child(even) {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
@media screen and (min-width: 576px) {
  .home-food__gallery figure:nth-child(3) img {
    -o-object-position: center calc(50% - 1px);
       object-position: center calc(50% - 1px);
  }
}
.home-food__gallery figure.is-show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.home-food__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .home-food__btn {
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-food__btn li {
  width: 400px;
}
@media screen and (max-width: 575px) {
  .home-food__btn li {
    width: 100%;
    max-width: 340px;
  }
}
.home-food__btn li:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .home-food__btn li:not(:last-of-type) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .home-food__btn li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.home-food__btn li a {
  background: #e05f0a;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .home-food__btn li a {
    padding: 4px;
  }
}
.home-food__btn li a:hover {
  opacity: 0.7;
}
.home-food__btn li a figure {
  margin-right: 15px;
  width: 120px;
}
@media screen and (max-width: 575px) {
  .home-food__btn li a figure {
    width: 78px;
    margin-right: 10px;
  }
}
.home-food__btn li a figure img {
  border: 2px solid #fff;
  opacity: 1 !important;
}
.home-food__btn li a h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.home-food__btn li a h4 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #fff;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-food__btn li a h4 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .home-food__btn li a h4 span {
    font-size: 1.3rem;
    line-height: 1.45;
  }
}
.home-food__btn li a h4 span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 575px) {
  .home-food__btn li a h4 span:before {
    width: 8px;
    height: 8px;
  }
}
.home-food__price {
  margin-top: 20px;
  text-align: center;
}

.home-access {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.home-access__map {
  aspect-ratio: 1600/600;
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-access__map {
    aspect-ratio: 1600/800;
  }
}
@media screen and (max-width: 767px) {
  .home-access__map {
    aspect-ratio: 1600/1000;
  }
}
@media screen and (max-width: 575px) {
  .home-access__map {
    aspect-ratio: 1600/1100;
  }
}
.home-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-access__txt {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .home-access__txt {
    padding: 30px;
  }
}
.home-access__txt .heading {
  text-align: center;
}
.home-access__txt .heading h2 {
  font-size: 2.6rem;
  font-family: var(--font-serif);
}
@media screen and (max-width: 767px) {
  .home-access__txt .heading h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .home-access__txt .heading h2 {
    font-size: 2.2rem;
  }
}
.home-access__txt .heading p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .home-access__txt .heading p {
    font-size: 1.4rem;
  }
}
.home-access__txt .root {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .85fr clamp(28px, 4vw, 56px) 1.05fr clamp(28px, 4vw, 56px) 1.05fr;
  grid-template-columns: .85fr 1.05fr 1.05fr;
  -webkit-column-gap: clamp(28px, 4vw, 56px);
     -moz-column-gap: clamp(28px, 4vw, 56px);
          column-gap: clamp(28px, 4vw, 56px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 991px) {
  .home-access__txt .root {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home-access__txt .root {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-access__txt .root {
    margin-top: 20px;
  }
}
.home-access__txt .root .item {
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .home-access__txt .root .item:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
.home-access__txt .root .item h4 {
  font-size: 1.8rem;
  padding-left: 23px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home-access__txt .root .item h4 {
    font-size: 1.6rem;
    padding-left: 18px;
  }
}
.home-access__txt .root .item h4:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #e05f0a;
}
@media screen and (max-width: 767px) {
  .home-access__txt .root .item h4:before {
    width: 12px;
    height: 12px;
    top: 8px;
  }
}
.home-access__txt .root .item ul {
  margin-top: 8px;
}
.home-access__txt .root .item ul li {
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .home-access__txt .root .item ul li {
    font-size: 1.4rem;
  }
}
.home-access__txt .root .item ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.home-access__txt .root .item ul li .coution {
  display: block;
  font-size: 1.4rem;
}
.home-access__txt .root .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
.home-access__txt .root .item .link a {
  margin-right: 8px;
  color: #e05f0a;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sd-info__gallery {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sd-info__gallery .item {
  width: 25%;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .sd-info__gallery .item {
    width: 50%;
  }
  .sd-info__gallery .item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.sd-info__gallery .item figure {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.sd-info__gallery .item figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.52)), color-stop(42%, rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.sd-info__gallery .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sd-info__gallery .item figure p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
  font-family: var(--font-serif);
  width: calc(100% - 40px);
  line-height: 1.4;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 575px) {
  .sd-info__gallery .item figure p {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
.sd-info__gallery .item figure p small {
  display: block;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  margin-top: 3px;
}

.home-faq {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .home-faq {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 575px) {
  .home-faq {
    margin-left: 0;
    margin-right: 0;
  }
}
.home-faq .item {
  width: 33.333%;
  padding: 0 15px;
}
.home-faq .item:nth-of-type(n + 4) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .home-faq .item {
    width: 50%;
    padding: 0 10px;
  }
  .home-faq .item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-faq .item {
    width: 100%;
    padding: 0;
  }
  .home-faq .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.home-faq .item-inner {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .home-faq .item-inner {
    padding: 20px;
  }
}
.home-faq .item-inner .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-faq .item-inner .question img {
  width: 20px;
  margin-right: 10px;
}
.home-faq .item-inner .question h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: var(--font-serif);
}
@media screen and (max-width: 575px) {
  .home-faq .item-inner .question h4 {
    font-size: 1.6rem;
    position: relative;
    padding-right: 20px;
  }
  .home-faq .item-inner .question h4 .plus {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }
  .home-faq .item-inner .question h4 .plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .home-faq .item-inner .question h4 .plus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 1px;
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .home-faq .item-inner .question h4 .plus.active:before {
    opacity: 0;
  }
  .home-faq .item-inner .question h4 .plus.active:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.home-faq .item-inner .answer {
  padding-left: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .home-faq .item-inner .answer {
    display: none;
  }
}
.home-faq .item-inner .answer p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.home-member * {
  color: #fff;
}
.home-member .logo {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .home-member .logo {
    width: 100%;
    max-width: 280px;
  }
}
.home-member__content {
  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-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .home-member__content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .home-member__content {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.home-member__content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: 33.333%;
}
@media screen and (max-width: 991px) {
  .home-member__content .item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .home-member__content .item {
    width: 100%;
    padding: 0;
  }
  .home-member__content .item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.home-member__content .item-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #6b6b6b;
  padding: 30px 20px;
}
@media screen and (max-width: 991px) {
  .home-member__content .item-inner {
    padding: 30px 15px;
  }
}
.home-member__content .item-inner figure {
  width: 40px;
  margin: 0 auto;
}
.home-member__content .item-inner h3 {
  margin-top: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .home-member__content .item-inner h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .home-member__content .item-inner h3 {
    margin-top: 20px;
  }
}
.home-member__content .item-inner p {
  margin-top: 10px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 575px) {
  .home-member__content .item-inner p {
    margin-top: 6px;
  }
}
.home-member .sub-link {
  text-align: center;
}
.home-member .sub-link a {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-member .sub-link a:hover {
  opacity: 0.6;
}

.bread-list,
.bread-list__header {
  padding: 15px 0;
}
.bread-list p,
.bread-list__header p {
  font-size: 1.4rem;
}
.bread-list ul,
.bread-list__header ul {
  width: calc(100% - 40px);
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bread-list ul li,
.bread-list__header ul li {
  font-size: 1.2rem;
  position: relative;
}
.bread-list ul li:not(:last-of-type),
.bread-list__header ul li:not(:last-of-type) {
  margin-right: 12px;
  padding-right: 15px;
}
.bread-list ul li:not(:last-of-type):before,
.bread-list__header ul li:not(:last-of-type):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.bread-list {
  background: #1b1b1b;
}
.bread-list p {
  color: #fff;
}
.bread-list ul li {
  color: #fff;
}
.bread-list ul li:before {
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
.bread-list ul li a {
  color: #fff;
}

.bread-list__header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}
@media screen and (max-width: 1650px) {
  .bread-list__header {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.bread-list__header.line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bread-list__header.line {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .bread-list__header.line {
    margin-bottom: 30px;
  }
}
.bread-list__header.line_none {
  border: none !important;
  margin-bottom: 0 !important;
}

.page-mv {
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1900/758;
}
@media screen and (max-width: 991px) {
  .page-mv {
    aspect-ratio: 1900/1000;
  }
}
@media screen and (max-width: 767px) {
  .page-mv {
    aspect-ratio: 1900/1200;
  }
}
.page-mv.roomGuide {
  background: url(../images/roomGuide_mv.webp?20260430) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-mv.deluxe-double {
  background: url(../images/deluxe-double_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-mv.explore {
  background: url(../images/explore-index_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-mv.features {
  background: url(../images/features_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-mv.about {
  background: url(../images/about_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-mv.breakfast {
  aspect-ratio: auto;
}
.page-mv.access {
  position: relative;
}
.page-mv.access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-subMv {
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  background: #222;
  padding: 300px 20px 40px;
}
@media screen and (max-width: 991px) {
  .page-subMv {
    padding: 200px 20px 30px;
  }
}
@media screen and (max-width: 575px) {
  .page-subMv {
    padding: 160px 20 25px;
  }
}
.page-subMv.deluxeDouble {
  background: url(../images/deluxe-double_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-subMv.universal {
  background: url(../images/universal_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-subMv.relaxTwin {
  background: url(../images/relax-twin_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-subMv.refreshTwin {
  background: url(../images/refrexh-twin_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-subMv.refreshDouble {
  background: url(../images/refresh-double_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-subMv.forzaSingle {
  background: url(../images/forza-single_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-subMv.healingDouble {
  background: url(../images/healing-double_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-subMv.forzaDouble {
  background: url(../images/forza-double_mv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-subMv h2 {
  font-size: 8rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .page-subMv h2 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .page-subMv h2 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 575px) {
  .page-subMv h2 {
    font-size: 4.4rem;
  }
}
.page-subMv h1 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .page-subMv h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-subMv h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .page-subMv h1 {
    font-size: 1.8rem;
  }
}
.page-subMv p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .page-subMv p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-subMv p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .page-subMv p {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}

.room-slideshow__outer {
  width: 100vw;
  overflow-x: hidden;
}

.room-slideshow {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .room-slideshow {
    max-width: 460px;
  }
}
@media screen and (max-width: 575px) {
  .room-slideshow {
    width: calc(100% - 80px);
  }
}
.room-slideshow .swiper-button-next,
.room-slideshow .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background: #fff !important;
  border: 1px solid #e0e0e0;
}
.room-slideshow .swiper-button-next svg,
.room-slideshow .swiper-button-prev svg {
  width: 50% !important;
  height: 50% !important;
  color: #e05f0a !important;
}
.room-slideshow .swiper-button-next {
  top: 200px !important;
  right: -40px !important;
  left: auto !important;
  bottom: auto !important;
}
@media screen and (max-width: 767px) {
  .room-slideshow .swiper-button-next {
    top: 150px !important;
    display: none;
  }
}
.room-slideshow .swiper-button-prev {
  top: 200px !important;
  left: -40px !important;
  right: auto !important;
  bottom: auto !important;
}
@media screen and (max-width: 767px) {
  .room-slideshow .swiper-button-prev {
    display: none;
  }
}
.room-slideshow .swiper-button-next.swiper-button-disabled, .room-slideshow .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.room-slideshow .swiper {
  width: 100%;
  overflow: visible !important;
}
.room-slideshow .swiper-slide figure {
  width: 100%;
}
.room-slideshow .swiper-slide p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.room-article {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .room-article__content {
    width: calc(100% - 40px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .room-article__content {
    max-width: 540px;
  }
}
.room-article__content h4 {
  font-size: 3.2rem;
  font-weight: 400;
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .room-article__content h4 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .room-article__content h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .room-article__content h4 {
    font-size: 2.2rem;
  }
}
.room-article__content h4 small {
  display: block;
  font-size: 0.4em;
  font-weight: 400;
  font-family: var(--font-sans);
}
.room-article__content .room-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .room-article__content .room-article__inner {
    display: block;
    margin-top: 40px !important;
  }
}
.room-article__content .room-article__inner .txt {
  width: 600px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1280px) {
  .room-article__content .room-article__inner .txt {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .room-article__content .room-article__inner .txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
}
.room-article__content .room-article__inner .txt .room-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.room-article__content .room-article__inner .txt .room-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .room-article__content .room-article__inner .txt .room-detail li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.room-article__content .room-article__inner .txt .room-detail li:nth-of-type(n + 3) {
  padding-top: 30px;
}
.room-article__content .room-article__inner .txt .room-detail li figure {
  width: 30px;
  height: 24px;
  margin-right: 10px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
  .room-article__content .room-article__inner .txt .room-detail li figure {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    line-height: 0;
  }
}
.room-article__content .room-article__inner .txt .room-detail li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
}
.room-article__content .room-article__inner .txt .room-detail li p small {
  font-size: 1.2rem;
  display: block;
}
.room-article__content .room-article__inner .txt .excerpt {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .room-article__content .room-article__inner .txt .excerpt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .room-article__content .room-article__inner .txt .excerpt {
    margin-top: 30px;
  }
}
.room-article__content .room-article__inner .txt .smoking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.room-article__content .room-article__inner .txt .smoking img {
  width: 20px;
  margin-right: 5px;
}
.room-article__content .room-article__inner .txt .smoking span {
  font-size: 1.4rem;
  color: #555;
}
@media screen and (max-width: 575px) {
  .room-article__content .room-article__inner .txt .smoking span {
    font-size: 1.2rem;
  }
}
.room-article__content .room-article__inner .photoGallery {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .room-article__content .room-article__inner .photoGallery {
    width: 100%;
  }
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery {
  position: relative;
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager {
  width: 120px;
  height: 60px;
  position: absolute;
  z-index: 11;
  top: auto !important;
  left: auto !important;
  bottom: -22px !important;
  right: 0 !important;
}
@media screen and (max-width: 575px) {
  .room-article__content .room-article__inner .photoGallery .page-room__gallery .pager {
    width: 80px;
    height: 40px;
  }
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next,
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #ddd;
}
@media screen and (max-width: 575px) {
  .room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next,
  .room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next svg,
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev svg {
  width: 30% !important;
  height: 30% !important;
  color: #555 !important;
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next {
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next.swiper-button-disabled, .room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .swiper-pagination {
  text-align: left !important;
  left: 15px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}
.room-article__content .room-article__inner .photoGallery .page-room__gallery .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  -webkit-transform: translateY(2px) !important;
          transform: translateY(2px) !important;
}
.room-article__content .room-article__inner .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .room-article__content .room-article__inner .link_box {
    margin-top: 30px;
  }
}
.room-article__content .room-article__inner .link_box .more,
.room-article__content .room-article__inner .link_box .reservation {
  width: 50%;
  padding: 0 5px;
}
.room-article__content .room-article__inner .link_box .more a,
.room-article__content .room-article__inner .link_box .reservation a {
  padding: 6px 10px;
  display: block;
  text-align: center;
}
.room-article__content .room-article__inner .link_box .more a {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.room-article__content .room-article__inner .link_box .more a:hover {
  background: #000000;
  color: #fff;
}
.room-article__content .room-article__inner .link_box .reservation a {
  background: #e05f0a;
  border: 1px solid #e05f0a;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.room-article__content .room-article__inner .link_box .reservation a:hover {
  background: #fff;
  color: #e05f0a;
}
.room-article__content .room-article__inner .tel {
  margin-top: 10px;
}
.room-article__content .room-article__inner .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.room-article__content .room-article__inner .tel a figure {
  width: 20px;
  margin-right: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media screen and (max-width: 575px) {
  .room-article__content .room-article__inner .tel a figure {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.room-article__content .room-article__inner .tel a figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.room-article__content .room-article__inner .tel a p {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .room-article__content .room-article__inner .tel a p {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.room-article__content .room-article__inner .tel a p small {
  display: block;
  font-size: 1.2rem;
  margin-top: 4px;
}

.room-article__single .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 20px;
  border-bottom: 1px solid #ccc;
}
.room-article__single .item:first-of-type {
  padding-top: 0;
}
.room-article__single .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
@media screen and (max-width: 575px) {
  .room-article__single .item .icon {
    width: 140px;
  }
}
.room-article__single .item .icon img {
  margin-right: 15px;
}
.room-article__single .item .icon p {
  font-size: 1.2rem;
}
.room-article__single .item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blockSec {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .blockSec {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .blockSec {
    padding: 30px 20px;
  }
}

.fixed-bottom__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.fixed-bottom__btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-bottom__btn ul li a {
  font-size: 1.6rem;
  padding: 10px 40px;
  display: inline-block;
}
.fixed-bottom__btn ul li:nth-of-type(1) a {
  border: 1px solid #ccc;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed-bottom__btn ul li:nth-of-type(1) a:hover {
  background: #000000;
  color: #fff;
}
.fixed-bottom__btn ul li:nth-of-type(2) a {
  border: 1px solid #e05f0a;
  background: #e05f0a;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed-bottom__btn ul li:nth-of-type(2) a:hover {
  background: #fff;
  color: #e05f0a;
}

.spot-list {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .spot-list {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.spot-list .item {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
.spot-list .item:nth-of-type(n + 4) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .spot-list .item {
    width: 50%;
  }
  .spot-list .item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .spot-list .item {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .spot-list .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.spot-list .item-inner {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  height: 100%;
  position: relative;
}
.spot-list .item-inner > figure {
  width: 100%;
  aspect-ratio: 340/260;
  position: relative;
  overflow: hidden;
}
.spot-list .item-inner > figure img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.spot-list .item-inner > figure .spot-link {
    position: absolute;
    top: 12px;
    right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    line-height: 1;
    white-space: nowrap;
    z-index: 2;
  }
.spot-list .item-inner > figure .spot-link img {
    width: 20px;
    min-width: 20px;
  min-height: 0;
  position: static;
  top: auto;
  left: auto;
    -webkit-transform: none;
            transform: none;
  }
.spot-list .item-inner > figure .spot-link span {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
.spot-list .item-inner > figure .spot-link:hover span {
    opacity: 0.7;
  }
.spot-list .item-inner .txt {
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .spot-list .item-inner .txt {
    padding-bottom: 50px;
  }
}
.spot-list .item-inner .txt .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  margin: -30px auto 0;
  position: relative;
}
.spot-list .item-inner .txt .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.6rem;
  width: 100%;
  text-align: center;
  color: #e05f0a;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.spot-list .item-inner .txt h4 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .spot-list .item-inner .txt h4 {
    font-size: 1.8rem;
  }
}
.spot-list .item-inner .txt > p {
  line-height: 1.8;
  margin-top: 10px;
}
.spot-list .item-inner .txt .time {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 8px;
    row-gap: 6px;
    align-items: center;
  }
.spot-list .item-inner .txt .time figure {
  width: 20px;
  margin-right: 0;
  line-height: 1;
}
.spot-list .item-inner .txt .time p {
  font-size: 1.4rem;
  min-width: 0;
  line-height: 1.5;
}

.outerLink-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.outerLink-block .item {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .outerLink-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .outerLink-block .item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .outerLink-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .outerLink-block .item {
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  .outerLink-block {
    gap: 10px;
  }
}
.outerLink-block .item a {
  display: block;
  min-height: 100%;
  padding: 14px 42px 14px 20px;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .outerLink-block .item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .outerLink-block .item a {
    font-size: 1.4rem;
  }
}
.outerLink-block .item a:hover {
  opacity: 0.7;
}
.outerLink-block .item a img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .outerLink-block .item a img {
    width: 12px;
  }
}

.breakfast-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .breakfast-menu {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.breakfast-menu .item {
  width: 33.333%;
  padding: 0 20px;
}
.breakfast-menu .item:nth-of-type(n + 4) {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .breakfast-menu .item {
    padding: 0 10px;
  }
  .breakfast-menu .item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breakfast-menu .item {
    width: 50%;
  }
  .breakfast-menu .item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.breakfast-menu .item p {
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .breakfast-menu .item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .breakfast-menu .item p {
    margin-top: 5px;
  }
}

.breakfast-gallery__main img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.breakfast-gallery__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 575px) {
  .breakfast-gallery__sub {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
  }
}
.breakfast-gallery__sub .item {
  width: 33.333%;
  padding: 0 10px;
}
.breakfast-gallery__sub .item:nth-of-type(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .breakfast-gallery__sub .item {
    width: 50%;
    padding: 0 5px;
  }
  .breakfast-gallery__sub .item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

.access-tel {
  text-align: center;
  margin-top: 10px;
}
.access-tel a {
  font-size: 3.2rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.about-slideshow {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-slideshow {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .about-slideshow {
    width: calc(100% - 80px);
  }
}
.about-slideshow .swiper-button-next,
.about-slideshow .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background: #fff !important;
  border: 1px solid #e0e0e0;
}
.about-slideshow .swiper-button-next svg,
.about-slideshow .swiper-button-prev svg {
  width: 50% !important;
  height: 50% !important;
  color: #e05f0a !important;
}
.about-slideshow .swiper-button-next {
  top: 50% !important;
  right: -40px !important;
  left: auto !important;
  bottom: auto !important;
}
@media screen and (max-width: 767px) {
  .about-slideshow .swiper-button-next {
    top: 150px !important;
    display: none;
  }
}
.about-slideshow .swiper-button-prev {
  top: 50% !important;
  left: -40px !important;
  right: auto !important;
  bottom: auto !important;
}
@media screen and (max-width: 767px) {
  .about-slideshow .swiper-button-prev {
    display: none;
  }
}
.about-slideshow .swiper-button-next.swiper-button-disabled, .about-slideshow .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.about-slideshow .swiper {
  width: 100%;
}
.about-slideshow .swiper-slide {
  background: #fff;
  height: auto;
}
.about-slideshow .swiper-slide figure {
  width: 100%;
}
.about-slideshow .swiper-slide figure img {
  width: 100%;
}
.about-slideshow .swiper-slide .txt {
  padding: 20px;
}
.about-slideshow .swiper-slide .txt .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.about-slideshow .swiper-slide .txt .ttl .num {
  font-size: 2.2rem;
  background: #e05f0a;
  padding: 10px 10px;
  line-height: 1;
  color: #fff;
  margin-right: 15px;
}
.about-slideshow .swiper-slide .txt .ttl h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.about-slideshow .swiper-slide .txt p {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
  font-size: 1.45rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.access-method__item .txt {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .access-method__item .txt {
    padding: 0;
  }
}
.access-method__item .disc-list li:not(:first-of-type) {
  margin-top: 12px;
}
.access-method__item .coution-list {
  margin-top: 10px;
}
.access-method__item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
.access-method__item .link a {
  margin-right: 8px;
  color: #e05f0a;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buffet-menu {
  border: 1px solid #d4d4d4;
  padding: 40px 60px;
}
@media screen and (max-width: 991px) {
  .buffet-menu {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .buffet-menu {
    padding: 40px 20px 30px;
    margin-top: 60px !important;
  }
}
.buffet-menu .line-top {
  text-align: center;
  margin-top: -63px;
}
@media screen and (max-width: 767px) {
  .buffet-menu .line-top {
    margin-top: -60px;
  }
}
@media screen and (max-width: 575px) {
  .buffet-menu .line-top {
    margin-top: -75px;
  }
}
.buffet-menu .line-top h3 {
  padding: 0 20px;
  font-size: 2.8rem;
  font-family: var(--font-serif);
  display: inline-block;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .buffet-menu .line-top h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .buffet-menu .line-top h3 {
    font-size: 2rem;
  }
}

.buffet-slide__content {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.buffet-slide__content .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  position: relative;
}
.buffet-slide__content .swiper-wrapper {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.buffet-slide__content .swiper-slide {
  text-align: center;
  width: 100%;
}
.buffet-slide__content .swiper-slide figure {
  position: relative;
  aspect-ratio: 900/600;
  overflow: hidden;
}
.buffet-slide__content .swiper-slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}
.buffet-slide__content .swiper-slide figure p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  padding: 4px 25px 4px 12px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .buffet-slide__content .swiper-slide figure p {
    bottom: 10px;
    left: 10px;
    font-size: 1.2rem;
  }
}
.buffet-slide__content .swiper-slide figure p:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.buffet-slide__content .swiper-slide h4 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .buffet-slide__content .swiper-slide h4 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .buffet-slide__content .swiper-slide h4 {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.buffet-slide__content .swiper-slide-active h4,
.buffet-slide__content .swiper-slide-active figure p {
  opacity: 1 !important;
}

.buffet-slide__inner {
  --buffet-slide-width: min(1280px, calc((100vh - 340px) * 1.5), calc(100vw - 220px));
  width: var(--buffet-slide-width);
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.buffet-slide__viewport {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1280px) {
  .buffet-slide__inner {
    --buffet-slide-width: min(960px, calc((100vh - 320px) * 1.5), calc(100vw - 40px));
  }
}
@media screen and (max-width: 991px) {
  .buffet-slide__inner {
    --buffet-slide-width: min(600px, calc((100vh - 260px) * 1.5), calc(100vw - 80px));
    width: var(--buffet-slide-width);
  }
}
@media screen and (max-width: 767px) {
  .buffet-slide__inner {
    --buffet-slide-width: calc(100vw - 20px);
    width: var(--buffet-slide-width);
  }
}

.buffet-relative {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.buffet-slide__viewport .buffet-slide__pager-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 900/600;
  z-index: 20;
  pointer-events: none;
}
.buffet-slide__viewport .buffet-slide__pager-frame .pager {
  width: 120px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 21;
  pointer-events: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .buffet-slide__viewport .buffet-slide__pager-frame {
    display: none;
  }
}
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-next,
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background: #fff !important;
  border: 1px solid #e0e0e0;
  z-index: 21;
  pointer-events: auto;
  margin-top: 0 !important;
}
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-next svg,
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-prev svg {
  width: 50% !important;
  height: 50% !important;
  color: #e05f0a !important;
}
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-next {
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
}
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-prev {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-next.swiper-button-disabled, .buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.menu-desc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu-desc .item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .menu-desc .item {
    display: block;
    width: 100%;
    max-width: 424px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu-desc .item figure {
  width: 300px;
  border: 5px solid #fff;
  background: #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .menu-desc .item figure {
    width: 100%;
    margin: 0;
  }
}
.menu-desc .item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .menu-desc .item .txt {
    margin-top: 20px;
  }
}
.menu-desc .item .txt .ttl {
  position: relative;
}
.menu-desc .item .txt .ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background: #d4d4d4;
}
.menu-desc .item .txt .ttl h4 {
  font-size: 2.4rem;
  display: inline-block;
  background: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .menu-desc .item .txt .ttl h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .menu-desc .item .txt p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .menu-desc .item .txt p {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 575px) {
  .menu-desc .item .txt p {
    font-size: 1.4rem;
  }
}

.menu-desc__content .item:not(:first-of-type) {
  margin-top: 40px;
}
.menu-desc__content .item .ttl {
  position: relative;
}
.menu-desc__content .item .ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background: #d4d4d4;
}
.menu-desc__content .item .ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #e05f0a;
}
.menu-desc__content .item .ttl h4 {
  font-size: 2.6rem;
  display: inline-block;
  background: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .menu-desc__content .item .ttl h4 {
    font-size: 2rem;
  }
}
.menu-desc__content .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .menu-desc__content .item-inner {
    display: block;
  }
}
.menu-desc__content .item-inner .photoGallery {
  width: 100%;
  max-width: 380px;
  margin-right: 30px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .menu-desc__content .item-inner .photoGallery {
    width: 78%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery {
  position: relative;
}
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager {
  width: 120px;
  height: 60px;
  position: absolute;
  z-index: 11;
  top: auto !important;
  left: auto !important;
  bottom: -22px !important;
  right: 0 !important;
}
@media screen and (max-width: 575px) {
  .menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager {
    width: 80px;
    height: 40px;
  }
}
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .swiper-pagination {
  text-align: left !important;
  left: 15px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  -webkit-transform: translateY(2px) !important;
          transform: translateY(2px) !important;
}
.menu-desc__content .item-inner .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .menu-desc__content .item-inner .txt {
    margin-top: 15px;
  }
}
.menu-desc__content .item-inner .txt .menu-ttl span {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  padding-right: 18px;
}
.menu-desc__content .item-inner .txt .menu-ttl span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: 0;
}

.smoking-rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smoking-rooms img {
  width: 20px;
  margin-right: 5px;
}
.smoking-rooms span {
  font-size: 1.4rem;
  color: #555;
}
@media screen and (max-width: 575px) {
  .smoking-rooms span {
    font-size: 1.2rem;
  }
}

#sfm-container {
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
}
#sfm-container #copyright {
  display: none !important;
}
#sfm-container #sfm-layout {
  margin: 0 !important;
}
#sfm-container #sfm-layout table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: none !important;
}
#sfm-container #sfm-layout table tr th, #sfm-container #sfm-layout table tr td {
  border: none !important;
}
#sfm-container #sfm-layout table tr {
  border-top: 1px solid #e5e5e5;
}
#sfm-container #sfm-layout table tr th, #sfm-container #sfm-layout table tr td {
  text-align: left;
  font-weight: 400;
  padding: 25px;
  vertical-align: top;
  border: none !important;
  font-size: 1.4rem !important;
  vertical-align: middle !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  #sfm-container #sfm-layout table tr th, #sfm-container #sfm-layout table tr td {
    display: block !important;
    width: 100% !important;
  }
}
#sfm-container #sfm-layout table tr th {
  background: #f2f2f2;
  width: 250px !important;
}
@media screen and (max-width: 767px) {
  #sfm-container #sfm-layout table tr th {
    font-weight: 600;
    width: 100% !important;
  }
}
#sfm-container #sfm-layout table tr td {
  background: #fff;
  width: auto !important;
}
#sfm-container #sfm-layout table tr td input[type=text],
#sfm-container #sfm-layout table tr td input[type=email],
#sfm-container #sfm-layout table tr td textarea {
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
  padding: 10px !important;
  font-size: 1.4rem !important;
  width: 100% !important;
}
#sfm-container #sfm-layout table tr td textarea {
  height: 200px !important;
}
#sfm-container #sfm-layout p {
  padding-bottom: 15px !important;
}
#sfm-container .submit {
  background: #fff !important;
  text-align: center !important;
  width: 100% !important;
  padding-bottom: 0 !important;
}
#sfm-container .submit input[type=submit] {
  background: #e05f0a !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  padding: 10px 30px !important;
  border: 1px solid #e05f0a !important;
  width: auto !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 6px !important;
}
#sfm-container .submit input[type=submit]:hover {
  background: #fff !important;
  color: #e05f0a !important;
}
#sfm-container .submit input[type=reset],
#sfm-container .submit input[type=button] {
  background: #fff !important;
  color: #000000 !important;
  font-size: 1.4rem !important;
  padding: 10px 30px !important;
  border: 1px solid #000000 !important;
  width: auto !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 6px !important;
}
#sfm-container .submit input[type=reset]:hover,
#sfm-container .submit input[type=button]:hover {
  background: #000000 !important;
  color: #fff !important;
}
#sfm-container.complete h3 {
  font-size: 1.8rem;
  font-weight: 400 !important;
}
#sfm-container.complete .submit a {
  color: #e05f0a !important;
  text-decoration: underline !important;
}

.home-foodGallery__sp {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 575px) {
  .home-foodGallery__sp {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 575px) {
  .home-foodGallery__sp {
    display: none !important;
  }
}
.home-foodGallery__sp .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-foodGallery__sp .swiper {
    width: calc(100% - 40px) !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-foodGallery__sp .swiper {
    width: calc(100% - 20px) !important;
  }
}
.home-foodGallery__sp .swiper-wrapper {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.home-foodGallery__sp .swiper-slide {
  text-align: center;
}
.home-foodGallery__sp .swiper-slide figure {
  position: relative;
  aspect-ratio: 1280/720;
  overflow: hidden;
}
.home-foodGallery__sp .swiper-slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}

.posts-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts-tabs ul li {
  padding: 6px 40px;
  border: 1px solid #000000;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.posts-tabs ul li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .posts-tabs ul li {
    padding: 4px 20px;
  }
  .posts-tabs ul li:not(:last-of-type) {
    margin-right: 5px;
  }
}
.posts-tabs ul li.active {
  background: #000000;
  color: #fff;
}
.posts-tabs ul li:hover {
  background: #000000;
  color: #fff;
}

.post-content__outer .post-content:not(:first-of-type) {
  display: none;
}

.post-single__content .ttl h1 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .post-single__content .ttl h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .post-single__content .ttl h1 {
    font-size: 2.4rem;
  }
}
.post-single__content .ttl .desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-single__content .ttl .desc ul li:nth-of-type(1) {
  font-size: 1.6rem;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .post-single__content .ttl .desc ul li:nth-of-type(1) {
    font-size: 1.4rem;
  }
}
.post-single__content .ttl .desc ul li:nth-of-type(2) {
  font-size: 1.4rem;
  padding: 2px 12px;
  border: 1px solid #aaa;
}
@media screen and (max-width: 575px) {
  .post-single__content .ttl .desc ul li:nth-of-type(2) {
    font-size: 1.2rem;
  }
}

.post-table {
  background: #f8f8f8;
  padding: 60px 60px;
}
@media screen and (max-width: 767px) {
  .post-table {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .post-table {
    padding: 30px 20px;
  }
}
.post-table__content {
  margin-top: 10px;
}
.post-table__content article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .post-table__content article a {
    display: block;
    padding: 30px 0;
  }
}
.post-table__content article a:hover {
  background: #f1f1f1;
}
.post-table__content article a .day-cat {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .post-table__content article a .day-cat {
    margin-right: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .post-table__content article a .day-cat .day {
    margin-right: 15px;
  }
}
.post-table__content article a .day-cat .cat {
  width: 130px;
  font-size: 1.2rem;
  border: 1px solid #000;
  padding: 3px 10px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .post-table__content article a .day-cat .cat {
    padding: 1px 6px;
    width: 120px;
  }
}
.post-table__content article a .post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .post-table__content article a .post {
    padding-left: 0;
    margin-top: 10px;
  }
}

.link_box_single {
  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-left: -5px;
  margin-right: -5px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .link_box_single {
    margin-top: 30px;
  }
}
.link_box_single .more,
.link_box_single .reservation {
  width: 50%;
  max-width: 240px;
  padding: 0 5px;
}
.link_box_single .more a,
.link_box_single .reservation a {
  padding: 10px 10px;
  display: block;
  text-align: center;
}
.link_box_single .more a {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_box_single .more a:hover {
  background: #000000;
  color: #fff;
}
.link_box_single .reservation a {
  background: #e05f0a;
  border: 1px solid #e05f0a;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_box_single .reservation a:hover {
  background: #fff;
  color: #e05f0a;
}

.rooms-tel__single {
  text-align: center;
}
.rooms-tel__single .tel {
  margin-top: 10px;
}
.rooms-tel__single .tel a {
  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;
}
.rooms-tel__single .tel a figure {
  width: 20px;
  margin-right: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media screen and (max-width: 575px) {
  .rooms-tel__single .tel a figure {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.rooms-tel__single .tel a figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rooms-tel__single .tel a p {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .rooms-tel__single .tel a p {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.rooms-tel__single .tel a p small {
  display: block;
  font-size: 1.2rem;
  margin-top: 4px;
}

.lang-sample__area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.lang-sample__area p {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 2rem;
}

.u-margintop--xl {
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 100px;
  }
}

.u-margintop--lg {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--lg {
    margin-top: 80px;
  }
}

.u-margintop--ml {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ml {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--ml {
    margin-top: 60px;
  }
}

.u-margintop--md {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--sm {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--sm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--sm {
    margin-top: 30px;
  }
}

.u-margintop--xs {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xs {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xs {
    margin-top: 20px;
  }
}

.u-margintop--xxs {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xxs {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xxs {
    margin-top: 20px;
  }
}

.u-padding--xl {
  padding: 140px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xl {
    padding: 100px 0;
  }
}

.u-padding--lg {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--lg {
    padding: 80px 0;
  }
}

.u-padding--ml {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--ml {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--ml {
    padding: 60px 0;
  }
}

.u-padding--md {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--md {
    padding: 40px 0;
  }
}

.u-padding--sm {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--sm {
    padding: 30px 0;
  }
}

.u-padding--xs {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xs {
    padding: 20px 0;
  }
}

.u-paddingbottom--xl {
  padding-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--xl {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--xl {
    padding-bottom: 100px;
  }
}

.u-paddingbottom--lg {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--lg {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--lg {
    padding-bottom: 80px;
  }
}

.u-paddingbottom--ml {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--ml {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--ml {
    padding-bottom: 60px;
  }
}

.u-paddingbottom--md {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--md {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--md {
    padding-bottom: 40px;
  }
}

.u-paddingbottom--sm {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--sm {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--sm {
    padding-bottom: 30px;
  }
}

.u-paddingbottom--xs {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .u-paddingbottom--xs {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--xs {
    padding-bottom: 20px;
  }
}

@media (hover: none), (pointer: coarse), screen and (max-width: 575px) {
  a,
  button,
  button *,
  input[type=submit],
  input[type=button],
  input[type=reset] {
    -webkit-tap-highlight-color: transparent;
  }
  a:hover,
  button:hover,
  button:hover *,
  input[type=submit]:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  .posts-tabs ul li:hover {
    transform: none !important;
    filter: none !important;
  }
  a:hover,
  a:hover img,
  button:hover,
  button:hover *,
  input[type=submit]:hover,
  input[type=button]:hover,
  input[type=reset]:hover {
    opacity: 1 !important;
  }
  .home-plan .swiper-slide a:hover figure img,
  .home-room .swiper-slide a:hover figure img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .btn_basic a:hover {
    background: transparent !important;
    border-color: #000000 !important;
    color: inherit !important;
  }
  .btn_basic_bk a:hover {
    background: #e05f0a !important;
    color: #fff !important;
  }
  .link_basic a:hover {
    background: transparent !important;
    border-color: #ababab !important;
    color: inherit !important;
  }
  .link_basic.black a:hover {
    border-color: #000000 !important;
  }
  .link_orange a:hover,
  .home-food__btn li a:hover {
    opacity: 1 !important;
  }
}

html:not([lang=ja]) .room-article__content h4 small,
html:not([lang=ja]) .page-subMv h1 {
  display: none;
}

.home-room .swiper .pager .swiper-button-next,
.home-room__slider .home-room__pager-frame .pager .swiper-button-next,
.room-slideshow .swiper-button-next,
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next,
.about-slideshow .swiper-button-next,
.buffet-relative .pager .swiper-button-next,
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-next,
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager .swiper-button-next {
  background-color: #fff !important;
  background-image: url(../images/svg/right-arrow-next-svgrepo-com.svg?2026061903) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

.home-room .swiper .pager .swiper-button-prev,
.home-room__slider .home-room__pager-frame .pager .swiper-button-prev,
.room-slideshow .swiper-button-prev,
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev,
.about-slideshow .swiper-button-prev,
.buffet-relative .pager .swiper-button-prev,
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-prev,
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager .swiper-button-prev {
  background-color: #fff !important;
  background-image: url(../images/svg/left-arrow-prev-svgrepo-com.svg?2026061903) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

.home-room .swiper .pager .swiper-button-next::after,
.home-room .swiper .pager .swiper-button-prev::after,
.home-room__slider .home-room__pager-frame .pager .swiper-button-next::after,
.home-room__slider .home-room__pager-frame .pager .swiper-button-prev::after,
.room-slideshow .swiper-button-next::after,
.room-slideshow .swiper-button-prev::after,
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next::after,
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev::after,
.about-slideshow .swiper-button-next::after,
.about-slideshow .swiper-button-prev::after,
.buffet-relative .pager .swiper-button-next::after,
.buffet-relative .pager .swiper-button-prev::after,
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-next::after,
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-prev::after,
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager .swiper-button-next::after,
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager .swiper-button-prev::after {
  content: none !important;
  display: none !important;
}

.home-room .swiper .pager .swiper-button-next svg,
.home-room .swiper .pager .swiper-button-prev svg,
.home-room__slider .home-room__pager-frame .pager .swiper-button-next svg,
.home-room__slider .home-room__pager-frame .pager .swiper-button-prev svg,
.room-slideshow .swiper-button-next svg,
.room-slideshow .swiper-button-prev svg,
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next svg,
.room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev svg,
.about-slideshow .swiper-button-next svg,
.about-slideshow .swiper-button-prev svg,
.buffet-relative .pager .swiper-button-next svg,
.buffet-relative .pager .swiper-button-prev svg,
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-next svg,
.buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-prev svg,
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager .swiper-button-next svg,
.menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager .swiper-button-prev svg {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .home-room .swiper .pager .swiper-button-next:hover,
  .home-room .swiper .pager .swiper-button-prev:hover,
  .home-room__slider .home-room__pager-frame .pager .swiper-button-next:hover,
  .home-room__slider .home-room__pager-frame .pager .swiper-button-prev:hover,
  .room-slideshow .swiper-button-next:hover,
  .room-slideshow .swiper-button-prev:hover,
  .room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-next:hover,
  .room-article__content .room-article__inner .photoGallery .page-room__gallery .pager .swiper-button-prev:hover,
  .about-slideshow .swiper-button-next:hover,
  .about-slideshow .swiper-button-prev:hover,
  .buffet-relative .pager .swiper-button-next:hover,
  .buffet-relative .pager .swiper-button-prev:hover,
  .buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-next:hover,
  .buffet-slide__viewport .buffet-slide__pager-frame .pager .swiper-button-prev:hover,
  .menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager .swiper-button-next:hover,
  .menu-desc__content .item-inner .photoGallery .page-breakfast__gallery .pager .swiper-button-prev:hover {
    opacity: 0.72;
  }
}
