@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  src: local("notosansjp-regular"), url("../font/NotoSansJP-Regular.woff");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  src: local("notosansjp-bold"), url("../font/NotoSansJP-Bold.woff");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-weight: normal;
  src: local("notoserifjp-regular"), url("../font/NotoSerifJP-Regular.woff");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-weight: bold;
  src: local("notoserifjp-bold"), url("../font/NotoSerifJP-Bold.woff");
}

@font-face {
  font-family: "Source Han Self Japanese";
  font-weight: normal;
  src: local("sourcehanserifjp-regular"), url("../font/SourceHanSerifJP-Regular.woff");
}

@font-face {
  font-family: "Source Han Self Japanese";
  font-weight: bold;
  src: local("sourcehanserifjp-bold"), url("../font/SourceHanSerifJP-Bold.woff");
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

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

* {
  padding: 0;
  margin: 0;
}

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

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans Japanese", "Noto Serif Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", meiryo, arial, sans-serif;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

/* font可変対応 */
html {
  /* font-size: 0.625vw; */
  font-size: 0.81vw;
}

/* @media screen and (min-width: 1366px) {
		html{
			font-size: 62.5%;
		}
	} */

h1,
h2,
h3 {
  margin: 0;
}

a {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  border: 0;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

img {
  display: block;
  max-width: 100%;
}

.textCenter {
  text-align: center !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body {
  line-height: 1;
  /* font-size: 1.0rem; */
  color: #333;
  -webkit-text-size-adjust: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

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

* {
  padding: 0;
  margin: 0;
}

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

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans Japanese", "Noto Serif Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", meiryo, arial, sans-serif;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-pagination-bullet {
  pointer-events: none;
}

.breadcrumb {
  max-width: 1360px;
  padding-top: 23px;
  font-size: 0;
}

#dishMenu .breadcrumb {
  padding-bottom: 70px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 14px;
}

.breadcrumb li::after {
  display: inline-block;
  margin: 0 0.5em;
  content: ">";
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb a {
  color: #a48a00;
  text-decoration: underline;
}

.bus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 960px;
  background-color: #fff;
  border: 1px solid #a48a00;
}

#banquet .bus {
  margin-bottom: 0;
}

.bus .title {
  margin-bottom: 28px;
  font-family: "Noto Serif Japanese";
  font-size: 30px;
  font-weight: bold;
  color: #a48a00;
}

.bus .text {
  font-size: 16px;
  line-height: 1.7;
}

/* ============================================================
共通inner
============================================================ */
.inner {
  max-width: 1040px !important;
  margin: 0 auto;
}

/* ----------------------------------------- */
.lang {
  position: relative;
  display: inline-block;
}

.navMenu .lang {
  font-size: 1.5rem;
}

#footer .lang {
  margin-bottom: 20px;
}

/* ======================= */
.lang::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "/";
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.lang li {
  display: inline-block;
}

.lang li:nth-child(1) {
  margin-right: 1em;
}

.lang li:nth-child(2) {
  margin-left: 1em;
}

/* ============================================================
footerOuter
============================================================ */
.footerOuterIn {
  z-index: 2;
  padding: 30px 5.3% 50px;
  text-align: center;
  background: #f4f1e6;
}

/* ----------------------------------------- */
.linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

/* ======================= */

/* ======================= */
/* ======================= */
.linkBox li span {
  position: relative;
}

.linkBox li:nth-child(1) span {
  margin-left: 30px;
  text-align: left;
}

/* ======================= */
.linkBox li:nth-child(2) span {
  margin-left: 20px;
}

.linkBox li span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
}

.linkBox li:nth-child(1) span::before {
  width: 20px;
  height: 15px;
  background: url("/wp-content/themes/biz-vektor/assets/img/common/icon_mail.svg") center center;
  background-size: 100%;
  -webkit-transform: translate(-145%, -50%);
          transform: translate(-145%, -50%);
}

/* ======================= */
.linkBox li:nth-child(2) span::before {
  width: 15px;
  height: 15px;
  background: url("/wp-content/themes/biz-vektor/assets/img/common/icon_calender.svg") center center;
  background-size: 100%;
  -webkit-transform: translate(-130%, -50%);
          transform: translate(-130%, -50%);
}

/* ======================= */
.linkBox 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;
  height: 100%;
  padding: 20px 12px;
  font-size: 1.5rem;
  line-height: 1.26;
  color: #fff;
  -webkit-filter: blur(0);
  filter: blur(0);
  border-radius: 2px;
}

.linkBox li:nth-child(1) a {
  background: #a48a00;
}

.linkBox li:nth-child(2) a {
  background: #292929;
}

/* ----------------------------------------- */
.txLink {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 36px;
  text-align: left;
}

/* ======================= */
.txLink a {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  font-size: 1.5rem;
}

/* ======================= */
.txLink a::before {
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  content: ">";
}

/* ----------------------------------------- */
.telInfo {
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

/* ======================= */
.telInfo span {
  display: block;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: normal;
}

/* ======================= */
.tel a {
  position: relative;
  font-family: "Noto Serif Japanese";
  font-size: 3.5rem;
  color: #a48a00;
}

/* ======================= */
.tel a::before {
  display: inline-block;
  width: 31px;
  height: 34px;
  vertical-align: bottom;
  content: "";
  background: url("/wp-content/themes/biz-vektor/assets/img/common/icon_tel.svg") center center no-repeat;
  background-size: 100%;
}

/* ============================================================
footer
============================================================ */
#footer {
  padding: 40px 5.3% 0;
  font-size: 1.6rem;
  color: #fff;
  background: #1f1f1f;
}

/* ======================= */
#footer a {
  color: #fff;
}

/* ======================= */

/* ----------------------------------------- */
.footerLogo {
  width: 78%;
  max-width: 260px;
  margin-bottom: 20px;
}

/* ======================= */

/* ======================= */
.address p {
  line-height: 1.8;
}

.address p:nth-child(2) {
  margin-bottom: 32px;
}

.sns img {
  width: 25px;
}

.sns img,
.sns span {
  display: inline-block;
  vertical-align: middle;
}

.sns span {
  margin-left: 10px;
}

.sns,
.sns .insta {
  margin-top: 10px;
}

/* ======================= */
/* ----------------------------------------- */
.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px;
}

.footerNav ul {
  width: 50%;
}

/* ======================= */
.footerNav li {
  margin-bottom: 1.1em;
}

.copyright {
  padding-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  max-height: 50px;
  font-size: 1.6rem;
  color: #333;
  background: white;
}

#top .header {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top .fixed {
  position: fixed;
  background: white;
}

/* ======================= */
.header a {
  color: #333;
}

.headerIn {
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 1.6%;
}

/* ======================= */
.logo {
  width: 180px;
  margin: 0;
}

.logo img {
  width: 180px;
  height: auto;
}

/* ======================= */

/* ============================================================
ご予約カレンダー
============================================================ */
/* ======================= */
.reservationBox {
  margin-bottom: 20px;
}

/* ======================= */
.reservationBox li {
  width: 42.6%;
  margin: 0 auto;
}

.reservationBox li span {
  position: relative;
  margin-left: 19px;
}

.reservationBox li span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
}

.reservationBox li:nth-child(1) span::before {
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/biz-vektor/assets/img/common/icon_mail.svg") center center no-repeat;
  background-size: 100%;
  -webkit-transform: translate(-130%, -50%);
          transform: translate(-130%, -50%);
}

.reservationBox a {
  display: block;
  padding: 14px 0;
  font-size: 1.1rem;
  color: #fff;
  border-radius: 2px;
}

.reservationBox li:nth-child(1) a {
  background: #a48a00;
}

/* ============================================================
SPナビ
============================================================ */

/* ============================================================
PCナビ
============================================================ */

.list--default.about_dish {
  margin-bottom: 150px;
}

.list--default.history01 li,
.list--default.experiencePlan01 li,
.list--default.experiencePlanYabitsu01 li,
.list--default.experiencePlanYabitsu02 li,
.list--default.sports01 li {
  margin-bottom: 120px;
}

.list--default .menu__title {
  font-family: "Noto Serif Japanese";
}

.list--default.sports01 .menu__title span {
  display: block;
  font-size: 2rem;
}

.list--default .menu__text {
  font-size: 1.6rem;
  line-height: 1.625;
}

.list--default .menu__text p {
  margin-top: 24px;
}

.list--default .menu__text a {
  color: #a48a00;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list--default .menu__text a:hover {
  opacity: 0.8;
}

.day_trip .menu__text p:nth-child(2),
.banquet .menu__text p:nth-child(2) {
  font-family: "Noto Serif Japanese";
}

.day_trip .menu__text .note,
.banquet .menu__text .note {
  font-family: "Noto Serif Japanese";
  font-size: 1.4rem;
}

.day_trip .menu__text .note span,
.banquet .menu__text .note span {
  display: block;
}

.menu__text .textLink__button {
  padding-top: 30px;
}

.menu__text .textLink__button a {
  text-decoration: none;
}

.list--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}

.list--simple li {
  width: 31.25%;
  max-width: 300px;
  margin-bottom: 66px;
}

.list--simple li img {
  margin-bottom: 28px;
}

.list--simple li p {
  margin-bottom: 20px;
  font-family: "Noto Serif Japanese";
  font-size: 22px;
  line-height: 1.182;
}

.list--simple li p > span {
  display: block;
  margin-top: 16px;
  font-family: "Noto Sans Japanese", "Noto Serif Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", meiryo, arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.list--simple li p .bold {
  display: inline-block;
  font-weight: bold;
}

.list--simple li a {
  font-size: 16px;
  font-weight: bold;
  color: #a48a00;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.list--simple li a:hover {
  opacity: 0.7;
}

.list--simple li a::before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}

.menuIntroduction {
  margin-bottom: 120px;
  text-align: center;
}

#access .menuIntroduction,
#banquet .menuIntroduction,
#event .menuIntroduction,
#stay .menuIntroduction,
#day_trip .menuIntroduction,
#sports .menuIntroduction,
#sightseeing .menuIntroduction,
#history .menuIntroduction {
  margin-bottom: 0;
}

#facilities .menuIntroduction {
  margin-bottom: 80px;
}

.menuIntroduction h2 {
  margin-bottom: 45px;
  font-family: "Noto Serif Japanese";
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}

.menuIntroduction p {
  font-size: 16px;
  line-height: 1.625;
}

#stay .menuIntroduction p,
#day_trip .menuIntroduction p {
  max-width: 960px;
  margin: 0 auto;
}

.modal__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 960px;
  padding-bottom: 387px;
  margin: 0 auto;
}

.modal__gallery p {
  margin-top: 5px;
  font-family: "Noto Serif Japanese";
  font-size: 16px;
  line-height: 1.5;
}

.news {
  width: 89.3%;
  max-width: 1040px;
  padding: 110px 0 120px;
  margin: 0 auto;
}

/* ======================= */
.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsList li {
  width: 47.7%;
  margin-bottom: 40px;
}

/* ======================= */
.newsList li:nth-child(odd) {
  margin-right: 4.6%;
}

/* ======================= */
.newsList .image a {
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.newsList .image a img {
  width: 100%;
  height: auto;
}

/* ======================= */

.newsListTtl {
  padding-top: 12px;
  margin-bottom: 12px;
  font-family: "Noto Serif Japanese";
  font-size: 1.6rem;
  line-height: 1.5;
}

/* ======================= */
.newsListTx {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #999;
}

/* ======================= */
#top .sceneListLink {
  margin: 20px auto 0;
}

.pagenation {
  padding-top: 100px;
  font-size: 0;
  text-align: center;
}

.pagenation li {
  display: inline-block;
}

.pagenation li a {
  padding: 12px 13px;
  font-size: 18px;
}

.pagenation .prev {
  margin-right: 7px;
}

.pagenation .next {
  margin-left: 7px;
}

.pageTitle {
  position: relative;
  height: 376px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dishMenu .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_dish_menu.png");
}

.experience_plan .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_experience_plan.png");
}

.faq .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_faq.png");
}

.gallery .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_gallery.png");
}

.event .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_event.png");
}

.sports .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_sports.png");
}

.stay .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_stay.png");
}

.facilities .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_facilities.png");
}

.access .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_access.png");
}

.history .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_history.png");
}

.hotspring .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_hotspring.png");
}

.sightseeing .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_sightseeing.png");
}

.banquet .pageTitle,
.day_trip .pageTitle {
  margin-top: 68px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_kv_banquet.png");
}

.pageTitle h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 100px;
  margin: 0;
  font-family: "Noto Serif Japanese";
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.25em;
  background-color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageTitle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 64%;
  line-height: 1.3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq .pageTitle h1 {
  width: 67px;
  height: 260px;
}

.faq .pageTitle span {
  height: 75%;
}

.experience_plan .pageTitle h1 {
  width: 54px;
  height: 300px;
}

.experience_plan .pageTitle span {
  height: 75%;
}

.gallery .pageTitle h1 {
  width: 54px;
  height: 210px;
}

.gallery .pageTitle span {
  height: 75%;
}

.event .pageTitle h1 {
  width: 67px;
  height: 260px;
}

.event .pageTitle span {
  height: 75%;
}

.sports .pageTitle h1 {
  width: 67px;
  height: 260px;
}

.sports .pageTitle span {
  height: 75%;
}

.banquet .pageTitle h1 {
  width: 67px;
  height: 210px;
}

.banquet .pageTitle span {
  height: 75%;
}

.day_trip .pageTitle h1 {
  width: 67px;
  height: 140px;
}

.day_trip .pageTitle span {
  height: 68%;
}

.access .pageTitle h1 {
  width: 67px;
  height: 190px;
}

.access .pageTitle span {
  height: 68%;
}

.relation {
  max-width: 960px;
  padding-bottom: 360px;
  margin: 0 auto;
}

.relation .title {
  position: relative;
  font-family: "Noto Serif Japanese";
  font-size: 30px;
  text-align: center;
}

.relation .title::before, .relation .title::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 37%;
  height: 1px;
  content: "";
  background-color: #707070;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.relation .title::before {
  left: 0;
}

.relation .title::after {
  right: 0;
}

.relation ul {
  max-width: 816px;
  margin: 0 auto;
  margin-top: 114px;
}

.relation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.relation li:hover {
  opacity: 0.8;
}

.relation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.relation li .txtBlock {
  width: 46%;
  max-width: 376px;
  font-family: "Noto Serif Japanese";
  font-size: 27px;
  color: #333;
  text-align: center;
}

.relation li .txtBlock small {
  display: block;
  margin-top: 15px;
  font-size: 17px;
  color: #a48a00;
}

.relation .img01 {
  width: 54%;
  max-width: 440px;
}

.section__title {
  position: relative;
  font-family: "Noto Serif Japanese";
  font-weight: normal;
  text-align: center;
}

.section__title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 34px;
  height: 34px;
  content: "";
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/img_section_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
}

.section__title span span {
  display: block;
  margin-top: 18px;
  font-size: 23px;
}

.table {
  position: relative;
  max-width: 960px;
  margin: 0 auto 124px;
}

.table table {
  max-width: 960px;
  margin-bottom: 18px;
  border-collapse: collapse;
  border: 1px solid #a48a00;
}

.table th {
  padding: 23px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #a48a00;
}

.table th:nth-child(1) {
  border-right: 1px dashed #fff;
}

.table th:nth-child(2) {
  border-right: 1px dashed #fff;
}

.table th:nth-child(3) {
  border-right: 1px dashed #fff;
}

.table th:nth-child(4) {
  border-right: 1px dashed #fff;
}

.table th:nth-child(5) {
  border-right: 1px dashed #fff;
}

.table th span {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
}

.table td {
  padding: 15px 5px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

.table p {
  font-family: "Noto Serif Japanese";
  font-size: 14px;
  line-height: 1.5;
}

.table__price th:nth-child(1) {
  position: relative;
  width: 155px;
  min-width: 155px;
}

.table__price th:nth-child(1)::after {
  position: absolute;
  top: 50%;
  left: -7px;
  display: block;
  width: 108%;
  height: 1px;
  content: "";
  background-color: #fff;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}

.table__price th:nth-child(1) {
  border-right: 1px solid #fff;
}

.table__price th:nth-child(2) {
  width: 135px;
  border-right: 1px solid #fff;
}

.table__price th:nth-child(3) {
  width: 118px;
  border-right: 1px solid #fff;
}

.table__price th:nth-child(4) {
  width: 135px;
  border-right: 1px solid #fff;
}

.table__price th:nth-child(5) {
  width: 260px;
  border-right: 1px solid #fff;
}

.table__price th:nth-child(6) {
  width: 145px;
}

.table__price td {
  line-height: 1.3;
  border: 1px solid #a48a00;
}

.table__price .td--01 {
  font-size: 23px;
  font-weight: bold;
  color: #a48a00;
}

.table__price .td--01 span {
  display: block;
  font-size: 16px;
}

.table__price .td--01,
.table__price .td--02,
.table__price .td--03,
.table__price .td--04 {
  text-align: center;
  border-right: 1px dashed #a48a00;
}

.table__price .td--02,
.table__price .td--03,
.table__price .td--04 {
  font-size: 21px;
}

.table__price .td--05 {
  padding: 15px 1.5em;
  font-size: 16px;
}

.table__price .td--05 span {
  display: block;
  margin-top: 5px;
}

.table__price .td--06 {
  padding: 15px 1.5em;
  font-size: 16px;
  font-weight: bold;
  color: #a48a00;
  text-align: right;
}

.table__price .border--solid {
  border-bottom: 1px solid #a48a00;
}

.table__price .border--none {
  border-top: none;
}

.table__facility th {
  padding: 23px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #a48a00;
}

.table__facility th:nth-child(1) {
  width: 200px;
  border-right: 1px dashed #fff;
}

.table__facility th:nth-child(2) {
  max-width: 330px;
  border-right: 1px dashed #fff;
}

.table__facility th:nth-child(3) {
  width: 100px;
  border-right: 1px dashed #fff;
}

.table__facility th span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.table__facility td {
  height: 60px;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border-top: 1px solid #a48a00;
  border-right: 1px dashed #a48a00;
}

.table__facility .td--01 {
  padding: 5px 1.7em;
  font-weight: bold;
}

.table__facility .td--02 {
  padding: 5px 1em 5px 1.7em;
}

.table__facility .td--01,
.table__facility .td--02,
.table__facility .td--03 {
  border-right: 1px dashed #a48a00;
}

.table__facility .td--03 {
  font-weight: bold;
  color: #a48a00;
  text-align: center;
}

.table__facility .td--04 {
  padding: 5px 1.5em;
  font-size: 13px;
}

/* ======================= */
.textLink__button {
  width: 200px;
  margin: 0 auto;
}

/* ======================= */
.textLink__button a {
  position: relative;
  display: block;
  padding: 18px 25px;
  font-size: 1.4rem;
  color: #a48a00;
  border: 1px solid #a48a00;
  border-radius: 2px;
}

/* ======================= */
.textLink__button a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  content: ">";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dishMenu__list .dishMenu__list--title {
  font-family: "Noto Serif Japanese";
}

.dishMenu__list .dishMenu__list--text {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.733;
}

.menu--default .menu__title {
  font-family: "Noto Serif Japanese";
  font-size: 2.2rem;
}

.menu--default .menu__title span {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  color: #b11d02;
}

.season__menu .slideBox {
  max-width: 550px;
}

.season__menu .swiper-wrapper {
  height: auto;
}

.season__menu .thumbnail .swiper-slide:last-child {
  margin-right: 0;
}

.season__menu .thumbnail .swiper-slide-active {
  opacity: 1;
}

.season__menu .thumbnail .swiper-wrapper {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}

.season__menu .menuTitle {
  position: relative;
  font-family: "Noto Serif Japanese";
  line-height: 1.3;
}

.season__menu .menuTitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #333;
}

.season__menu dl {
  margin-bottom: 24px;
}

.season__menu dt {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.333;
  color: #a48a00;
}

.season__menu dd {
  font-size: 1.5rem;
  line-height: 1.733;
}

.season__menu .price {
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1.2;
}

.season__menu .note {
  font-size: 1.5rem;
  line-height: 1.5;
}

.menuNotes li {
  font-size: 1.4rem;
  line-height: 1.857;
}

.menuNotes a {
  display: inline-block;
  color: #a48a00;
  text-decoration: underline;
}

/* ============================================================
greeting
============================================================ */
.greeting {
  padding: 32px 0 50px;
  color: #333;
  background: url("/wp-content/themes/biz-vektor/assets/img/common/bg_gold.jpg") center center repeat;
  background-size: 50%;
}

/* ======================= */
.greetingSectionIn {
  margin: 0 5.3%;
  background: #f9f8f0;
}

/* ======================= */
.greetingBox {
  position: relative;
  padding: 39px 4.16% 50px;
}

/* ======================= */
.greetingBox::after {
  position: absolute;
  bottom: 20px;
  left: 11px;
  display: block;
  width: 192px;
  height: 192px;
  content: "";
  background: url("/wp-content/themes/biz-vektor/assets/img/top/greeting_img.png") center center no-repeat;
  background-size: contain;
}

/* ======================= */
.greetingTtl {
  margin-bottom: 20px;
  font-family: "Noto Serif Japanese";
  font-size: 2.3rem;
  font-weight: normal;
}

/* ======================= */
.greetingTx {
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.9;
}

/* ======================= */
.greetingTx:not(:nth-child(2)) {
  text-indent: 1em;
}

/* ======================= */
.greetingSign {
  font-size: 1.6rem;
  text-align: right;
}

/* ======================= */
/* ============================================================
infomation
============================================================ */
.infomation {
  width: 89.3%;
  max-width: 1040px;
  margin: 0 auto;
}

/* ======================= */
.infomationList {
  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;
}

.infomationList li {
  width: 47.7%;
  margin-bottom: 40px;
}

/* ======================= */
.infomationList li:nth-child(odd) {
  margin-right: 4.6%;
}

/* ======================= */

/* ======================= */
.infomationListTtl {
  padding-top: 12px;
  margin-bottom: 12px;
  font-family: "Noto Serif Japanese";
  font-size: 1.6rem;
}

/* ======================= */
.infomationListTx {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* ======================= */
/* ============================================================
kv
============================================================ */
/* Slider */
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}

.slider img {
  width: 100vw;
  max-width: none;
}

.slick-initialized {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: 2.6%;
  width: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ======================= */
.slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin-bottom: 10px;
  font-size: 0;
  background: #fff;
}

/* ======================= */
.slick-dots li:last-child {
  margin-bottom: 0;
}

/* ======================= */
.slick-dots li.slick-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  background: #a48a00;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.kv {
  position: relative;
  width: 100%;
}

/* ======================= */
/* ------------ SPキャッチフレーズ ------------ */

/* ------------ PCキャッチフレーズ ------------ */

/* ============================================================
loading
============================================================ */
.opening {
  visibility: hidden;
}

#top .catch {
  opacity: 0;
}

#top .header {
  opacity: 0;
}

#loadingOverray {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100vh;
  background: url("/wp-content/themes/biz-vektor/assets/img/common/bg_gold.jpg") repeat center center;
  background-size: 50%;
}

#loadingOverray p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 216px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ======================= */
.scene {
  width: 89.3%;
  max-width: 960px;
  margin: 0 auto 60px;
}

/* ======================= */
.ttl {
  font-family: "Noto Serif Japanese";
  font-size: 2rem;
  text-align: center;
}

/* ======================= */
.ttl span {
  display: block;
  margin: 14px 0 48px;
  font-family: "Noto Serif Japanese";
  font-size: 1.4rem;
  color: #a48a00;
}

/* ======================= */
.sceneList li {
  padding-bottom: 46px;
  margin-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}

/* ======================= */
.sceneListImg {
  width: 100%;
  margin-bottom: 18px;
}

/* ======================= */
.sceneListImg img {
  width: 100%;
}

.sceneListTtl {
  margin: 0 4.47% 20px;
  font-family: "Noto Serif Japanese";
  font-size: 2rem;
}

/* ======================= */
.sceneListTx {
  margin: 0 4.47% 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ======================= */

.sceneListLink {
  width: 200px;
  margin: 0 auto;
}

/* ======================= */
.sceneListLink a {
  position: relative;
  display: block;
  padding: 18px 25px;
  font-size: 1.4rem;
  color: #a48a00;
  border: 1px solid #a48a00;
  border-radius: 2px;
}

/* ======================= */
.sceneListLink a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  content: ">";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ============================================================
scene
============================================================ */
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sectionArea {
  padding: 60px 0 80px;
  background: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg") center center repeat;
  background-size: 50%;
}

/* ======================= */
.showed .wrapper {
  opacity: 1;
}

.showed .openingArea + .wrapper .header__inner,
.showed .openingArea + .wrapper .headerNav,
.showed .openingArea + .wrapper .kv__headline {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contents {
  position: relative;
  z-index: 2;
}

.section {
  overflow: hidden;
}

.access main {
  padding-bottom: 270px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.access .map--traffic {
  max-width: 960px;
  margin: 0 auto;
}

.access .map--traffic .access--train {
  margin-bottom: 50px;
}

.access .map--details {
  margin: 0 auto 70px;
}

.access .map--details img {
  max-width: 500px;
  margin-right: 45px;
}

.access .map--details p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.625;
}

.access .map--details .title {
  margin-bottom: 28px;
  font-family: "Noto Serif Japanese";
  font-size: 22px;
  line-height: 1.182;
}

.access .map--google {
  max-width: 960px;
  margin: 0 auto 100px;
}

.access .map--google iframe {
  width: 100%;
  height: 350px;
}

.access .bus {
  margin-bottom: 0;
}

.banquet main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.banquet .about__venue {
  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;
  max-width: 960px;
  margin: 0 auto 60px;
}

.banquet .about__venue li {
  width: 47.9%;
  max-width: 460px;
}

.banquet .about__venue li:nth-child(1), .banquet .about__venue li:nth-child(2) {
  margin-bottom: 60px;
}

.banquet .about__venue li:nth-child(odd) {
  margin-right: 4.2%;
}

.banquet .about__venue img {
  width: 100%;
  margin-bottom: 34px;
}

.banquet .about__venue img + p {
  margin-bottom: 22px;
  font-family: "Noto Serif Japanese";
  font-size: 30px;
}

.banquet .about__venue p {
  font-size: 16px;
}

.day_trip main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.day_trip .restaurant {
  max-width: 960px;
  margin: 0 auto 150px;
}

.day_trip .restaurant li:nth-child(1) div {
  font-size: 1.6rem;
}

.day_trip .restaurant li:nth-child(1) p {
  padding-bottom: 18px;
  margin-top: 28px;
  border-bottom: 1px solid #333;
}

.day_trip .restaurant li:nth-child(1) span {
  display: inline-block;
  margin-right: 16px;
  font-weight: bold;
}

.day_trip .restaurant li:nth-child(1) .note {
  padding-bottom: 0;
  font-family: "Noto Serif Japanese";
  font-size: 1.4rem;
  border: none;
}

.day_trip .restaurant li:nth-child(1) .note span {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}

.day_trip .restaurant li:nth-child(2) div {
  margin-top: 56px;
  margin-right: 4.1%;
  font-size: 1.6rem;
  line-height: 1.5;
}

.day_trip .restaurant li:nth-child(2) div p:nth-child(1) {
  margin-bottom: 18px;
  font-family: "Noto Serif Japanese";
  font-size: 3rem;
}

.dishMenu main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.event main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.experience_plan main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.experience_plan .logoImg {
  max-width: 437px;
  margin: 40px auto;
}

.experience_plan .titleBorder {
  position: relative;
  max-width: 960px;
  margin: 0 auto 60px;
  font-family: "Noto Serif Japanese";
  font-size: 24px;
  text-align: center;
}

.experience_plan .titleBorder::before, .experience_plan .titleBorder::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 37%;
  height: 1px;
  content: "";
  background-color: #707070;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.experience_plan .titleBorder::before {
  left: 0;
}

.experience_plan .titleBorder::after {
  right: 0;
}

.experience_plan .experiencePlan--leadImg {
  padding-bottom: 80px;
}

.experience_plan .experiencePlan--leadImg,
.experience_plan .experiencePlan--detailImg {
  max-width: 960px;
  margin: 50px auto 0;
}

.facilities main {
  padding-bottom: 360px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.facilities .movie {
  max-width: 960px;
  margin: 0 auto;
}

.facilities .movie video {
  width: 100%;
}

.facilities .facilities--img {
  max-width: 960px;
  margin: 0 auto;
}

.facilities .jelly p,
.facilities .rental p {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}

.faq main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
}

.faq .breadcrumb {
  margin-bottom: 140px;
}

.faq .section__faq {
  margin: 0 40px;
}

.faq .faq__list {
  max-width: 960px;
  padding-bottom: 380px;
  margin: 0 auto;
}

.faq .faq__list dt {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.333;
  color: #333;
}

.faq .faq__list dd {
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.222;
  color: #a48a00;
  border-bottom: 1px solid #707070;
}

.faq .faq__list dt span,
.faq .faq__list dd > div {
  position: relative;
  display: block;
  padding-left: 60px;
}

.faq .faq__list dt span::before,
.faq .faq__list dd > div::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "Noto Serif Japanese";
  font-size: 26px;
  vertical-align: middle;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.faq .faq__list dt span::before {
  content: "Q";
}

.faq .faq__list dd > div::before {
  content: "A";
}

.faq .faq__table p {
  margin-bottom: 34px;
  line-height: 1.5;
}

.faq .faq__table span {
  font-weight: bold;
}

.faq .faq__table .underline {
  font-weight: normal;
  color: #a48a00;
  text-decoration: underline;
  -webkit-transform: 0.4s opacity ease;
          transform: 0.4s opacity ease;
}

.faq .faq__table .underline:hover {
  opacity: 0.7;
}

.faq .faq__table table {
  width: 577px;
  margin-bottom: 24px;
  font-family: "Noto Serif Japanese";
  font-size: 16px;
  font-weight: normal;
  table-layout: fixed;
  border-collapse: collapse;
}

.faq .faq__table table th {
  padding: 10px 5px 10px 18px;
  color: #fff;
  background-color: #a48a00;
  border: 1px solid #a48a00;
}

.faq .faq__table table th:nth-child(1) {
  width: 355px;
  border-right: 1px solid #fff;
}

.faq .faq__table table td {
  padding: 10px 4px 10px 4px;
  color: #333;
  background-color: #fff;
  border: 1px solid #707070;
}

.gallery main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.history main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.history .history__list {
  max-width: 960px;
  font-size: 16px;
  text-align: center;
}

.history .history__list img {
  width: 100%;
  margin-bottom: 18px;
}

.history .img__info {
  max-width: 960px;
  padding-bottom: 360px;
  margin: 0 auto;
}

.history .img__info img {
  width: 100%;
  margin: 0 auto;
}

.history .img__info img:nth-child(1) {
  margin-bottom: 54px;
}

.history .img__info img:nth-child(2) {
  max-width: 804px;
}

.hotspring main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.hotspring .img__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hotspring .img__bg img {
  width: 20%;
}

.hotspring .hotspring__list {
  max-width: 960px;
  font-size: 16px;
  text-align: center;
}

.hotspring .hotspring__list img {
  width: 100%;
  margin-bottom: 18px;
}

.hotspring .notes {
  max-width: 960px;
  font-size: 1.4rem;
  line-height: 1.857;
}

.hotspring .hotspring__info {
  max-width: 960px;
  margin: 0 auto 160px;
  font-family: "Noto Serif Japanese";
  font-size: 16px;
}

.hotspring .hotspring__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid #333;
}

.hotspring .hotspring__info p {
  line-height: 1.5;
}

.hotspring .hotspring__info p:nth-child(1) {
  width: 160px;
  font-weight: bold;
}

.maintenance main {
  padding-bottom: 250px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.maintenance main h1 {
  margin: 0 0 62px 0;
  font-family: "Noto Serif Japanese";
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.maintenance .breadcrumb {
  padding-top: 90px;
  padding-bottom: 133px;
}

.maintenance .contents {
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.625;
}

.maintenance .contents a {
  color: #a48a00;
  text-decoration: underline;
}

.maintenance .contents p {
  margin-bottom: 50px;
}

.maintenance .contents dt {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #a48a00;
}

.maintenance .contents dd {
  margin-bottom: 40px;
}

.maintenance .contents dd span {
  display: block;
  margin-top: 1em;
}

.news__list .news {
  padding-bottom: 300px;
}

.privacy_policy main {
  padding-bottom: 250px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.privacy_policy main h1 {
  margin: 0 0 62px 0;
  font-family: "Noto Serif Japanese";
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.privacy_policy .breadcrumb {
  padding-top: 90px;
  padding-bottom: 133px;
}

.privacy_policy .contents {
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.625;
}

.privacy_policy .contents a {
  color: #a48a00;
  text-decoration: underline;
}

.privacy_policy .contents p {
  margin-bottom: 50px;
}

.privacy_policy .contents dt {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #a48a00;
}

.privacy_policy .contents dd {
  margin-bottom: 40px;
}

.privacy_policy .contents dd span {
  display: block;
  margin-top: 1em;
}

.sightseeing main {
  padding-bottom: 200px;
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.sightseeing .sightseeing--titImg {
  max-width: 960px;
  margin: 50px auto 0;
}

.sightseeing .menuIntroduction h2 {
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 1.6;
}

.sightseeing .mapTit {
  max-width: 960px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 1.6;
  text-align: center;
}

.sightseeing .mapWrap {
  max-width: 960px;
  margin: 30px auto 0;
  text-align: center;
}

.sightseeing .mapWrap iframe {
  width: 100%;
  padding: 20px;
}

.sightseeing .textLink__button {
  margin: auto auto 0;
}

.sightseeing .tourist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 960px;
  padding-top: 60px;
  font-size: 16px;
}

.sightseeing .tourist__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #a48a00;
}

.sightseeing .tourist__list li .liTit {
  padding: 10px 10px 10px 55px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  background-color: #a48a00;
}

.sightseeing .tourist__list li .liTit span {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  margin-left: -30px;
  color: #a48a00;
}

.sightseeing .tourist__list li .liTit span::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sightseeing .tourist__list li .liTit.noNum span {
  margin-right: 15px;
}

.sightseeing .tourist__list li .liTit.noNum span::before {
  content: none;
}

.sightseeing .tourist__list li .liTit.noNum span img {
  display: inline-block;
  width: 24px;
  height: auto;
  padding-top: 3px;
}

.sightseeing .tourist__list li .liMain {
  padding: 15px;
}

.sightseeing .tourist__list li .liMain a {
  color: #a48a00;
}

.sightseeing .tourist__list li .liMain p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.sightseeing .tourist__list li .liMain p + p {
  margin-top: 15px;
}

.sightseeing .tourist__list li .textLink__button a::after {
  right: 15px;
}

.sightseeing .tourist__list + .sightseeing--titImg {
  margin-top: 100px;
}

.sightseeing .img__info {
  max-width: 960px;
  padding-bottom: 360px;
  margin: 0 auto;
}

.sightseeing .img__info img {
  width: 100%;
  margin: 0 auto;
}

.sightseeing .img__info img:nth-child(1) {
  margin-bottom: 54px;
}

.sightseeing .img__info img:nth-child(2) {
  max-width: 804px;
}

.sports main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.sports .img__map {
  max-width: 690px;
  margin: 0 auto;
}

.sports .img__map img {
  width: 100%;
}

.sports .img__map img:nth-child(1) {
  margin-bottom: 54px;
}

.stay main {
  background-image: url("/wp-content/themes/biz-vektor/assets/img/common/bg_washi.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

.stay .stay__list {
  max-width: 960px;
  font-size: 16px;
  text-align: center;
}

.stay .stay__list li:nth-child(1) {
  width: 100%;
  max-width: none;
}

.stay .stay__list li:nth-child(1) img {
  width: 100%;
}

.stay .stay__list li:nth-child(1) p {
  line-height: 1.5;
  text-align: left;
}

.stay .stay__list li:nth-child(1) p:nth-child(1) {
  margin-bottom: 22px;
  font-family: "Noto Serif Japanese";
  font-size: 30px;
}

.stay .stay__list li:nth-child(1) p:nth-child(2) {
  font-size: 16px;
}

.stay .stay__list li:nth-child(1) img + p {
  text-align: center;
}

.stay .stay__list img {
  width: 100%;
  margin-bottom: 18px;
}

.stay .stay__info {
  max-width: 960px;
  margin: 0 auto;
  font-family: "Noto Serif Japanese";
  font-size: 16px;
}

.stay .stay__info > div {
  padding: 23px 0;
  border-bottom: 1px solid #333;
}

.stay .stay__info > div:first-child {
  border-top: 1px solid #333;
}

.stay .stay__info p {
  line-height: 1.5;
}

.stay .stay__info p:nth-child(1) {
  width: 160px;
  font-weight: bold;
}

.stay .stay__info p:nth-child(2) {
  width: 83.3%;
  max-width: 800px;
}

.stay .stay__info p span {
  display: block;
}

.stay .recommend__dish {
  max-width: 960px;
  padding: 70px 0 50px;
  margin: 0 auto 150px;
  font-family: "Noto Serif Japanese";
  text-align: center;
  background-color: #fff;
  border: 1px solid #a48a00;
}

.stay .recommend__dish h2 {
  margin-bottom: 55px;
  font-size: 30px;
  color: #a48a00;
}

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

.stay .recommend__dish li {
  width: 28.125%;
  max-width: 270px;
}

.stay .recommend__dish img {
  margin-bottom: 24px;
}

.stay .recommend__dish p {
  font-size: 19px;
  line-height: 1.5;
}

.stay .recommend__dish span:last-child {
  display: block;
  font-size: 16px;
}

.important {
  color: #b11d02;
}

.br--xl {
  display: none;
}

.br--l {
  display: none;
}

.br--m {
  display: none;
}

.br--s {
  display: none;
}

.br--pc {
  display: none;
}

.br--sp {
  display: none;
}

@media screen and (min-width: 1270px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #dishMenu .breadcrumb {
    padding-bottom: 45px;
  }
  #sightseeing .breadcrumb,
  #experience_plan .breadcrumb,
  #history .breadcrumb,
  #facilities .breadcrumb,
  #access .breadcrumb,
  #banquet .breadcrumb,
  #event .breadcrumb,
  #sports .breadcrumb,
  #stay .breadcrumb,
  #day_trip .breadcrumb {
    padding-bottom: 45px;
  }
  .breadcrumb {
    padding-top: 10px;
    margin-left: 2.6%;
  }
  .breadcrumb li {
    font-size: 1.2rem;
  }
  .bus {
    width: 89.3%;
    padding: 20px;
    margin: 0 auto 80px;
  }
  .bus img {
    width: 100%;
    margin-bottom: 20px;
  }
  .bus .title {
    margin-bottom: 18px;
    font-size: 22px;
    text-align: center;
  }
  .bus .text {
    font-size: 16px;
    line-height: 1.688;
  }
  .txLink::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #707070;
  }
  .address {
    position: relative;
    padding-bottom: 42px;
    margin-bottom: 32px;
  }
  .address::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
  }
  .navMenu .reservationBox li {
    margin: 0;
  }
  .navMenu .reservationBox li span {
    margin-left: 33px;
  }
  /* ------------ spナビボタン ----------- */
  .navBtn {
    position: absolute;
    top: 10px;
    right: 1.6%;
    z-index: 3;
    width: 40px;
    height: 21px;
    cursor: pointer;
  }
  .navBtn::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    content: "メニュー";
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .toggle.navBtn::after {
    content: "閉じる";
  }
  .navBtn div {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #333;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navBtn1 {
    top: 0;
  }
  .navBtn2 {
    top: 6px;
  }
  .navBtn3 {
    top: 12px;
  }
  .toggle .navBtn1 {
    top: 12px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .navBtn.toggle {
    top: 5px;
    height: 27px;
  }
  .toggle .navBtn2 {
    opacity: 0;
  }
  .toggle .navBtn3 {
    top: 12px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  /* ------------ spナビメニュー ----------- */
  .navMenu {
    position: absolute;
    top: 50px;
    right: -100%;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    -webkit-animation-name: fade-out;
            animation-name: fade-out;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
  .open {
    right: 0;
    z-index: 3;
    display: block;
    overflow-y: scroll;
    opacity: 1;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
  @-webkit-keyframes fade-in {
    0% {
      right: -100%;
      display: none;
      opacity: 0;
    }
    1% {
      right: 0;
      display: block;
      opacity: 0;
    }
    100% {
      right: 0;
      display: block;
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      right: -100%;
      display: none;
      opacity: 0;
    }
    1% {
      right: 0;
      display: block;
      opacity: 0;
    }
    100% {
      right: 0;
      display: block;
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-out {
    0% {
      right: 0;
      display: block;
      opacity: 1;
    }
    1% {
      right: 0;
      display: block;
      opacity: 1;
    }
    99% {
      right: 0;
    }
    100% {
      right: -100%;
      display: none;
      opacity: 0;
    }
  }
  @keyframes fade-out {
    0% {
      right: 0;
      display: block;
      opacity: 1;
    }
    1% {
      right: 0;
      display: block;
      opacity: 1;
    }
    99% {
      right: 0;
    }
    100% {
      right: -100%;
      display: none;
      opacity: 0;
    }
  }
  #overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: white;
  }
  /* ------------ spナビメニュー内容 ----------- */
  .nav {
    padding: 20px 5.3% 63px;
  }
  .navMain {
    margin-bottom: 30px;
  }
  .navMain li {
    display: block;
    border-bottom: 1px solid #707070;
  }
  .navMain a {
    display: block;
    padding: 16px 1em;
  }
  .navSubMenu {
    padding: 0 4.4%;
  }
  .navSub {
    font-size: 0;
  }
  .navSub li {
    display: inline-block;
    width: 50%;
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .list--default.experiencePlanYabitsu03, .list--default.experiencePlan02, .list--default.event03 {
    margin-bottom: 82px;
  }
  .list--default.sports02 {
    margin-bottom: 0;
  }
  .list--default.about_dish {
    margin-bottom: 60px;
  }
  .list--default {
    padding: 0 5.3%;
  }
  .list--default.history01 li,
  .list--default.experiencePlan01 li,
  .list--default.experiencePlanYabitsu01 li,
  .list--default.experiencePlanYabitsu02 li,
  .list--default.sports01 li {
    margin-bottom: 40px;
  }
  .list--default img {
    margin-bottom: 14px;
  }
  .list--default .menu__title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .list--default.sports01 .menu__title span {
    font-size: 16px;
  }
  .event .menu__text span {
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .day_trip .menu__text p:nth-child(2),
  .banquet .menu__text p:nth-child(2) {
    font-size: 2rem;
  }
  .list--simple {
    padding: 0 5.3%;
  }
  .list--simple li {
    width: 47%;
    margin-bottom: 30px;
  }
  .list--simple li:nth-child(even) {
    margin-left: 6%;
  }
  .list--simple li img {
    margin-bottom: 10px;
  }
  .list--simple li p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.625;
  }
  .list--simple li p > span {
    margin-top: 10px;
    font-size: 14px;
  }
  .list--simple li a {
    font-size: 14px;
  }
  #facilities .menuIntroduction {
    margin-bottom: 40px;
  }
  .menuIntroduction {
    padding: 0 5.3%;
    margin-bottom: 40px;
    text-align: left;
  }
  .menuIntroduction h2 {
    margin-bottom: 29px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .menuIntroduction p {
    font-size: 1.5rem;
    line-height: 1.733;
  }
  .modal__gallery {
    padding-bottom: 60px;
    margin: 0 5.3%;
  }
  .modal__gallery li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .modal__gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .news {
    padding: 0 0 60px;
  }
  .pagenation {
    padding-top: 30px;
  }
  .pagenation li a {
    font-size: 16px;
  }
  .pageTitle {
    height: 140px;
    margin-top: 50px;
  }
  .pageTitle h1 {
    width: 41px;
    height: 70px;
    font-size: 16px;
  }
  .pageTitle span {
    height: 60%;
  }
  .faq .pageTitle h1 {
    width: 55px;
    height: 120px;
  }
  .faq .pageTitle span {
    height: 68%;
  }
  .experience_plan .pageTitle h1 {
    width: 41px;
    height: 112px;
  }
  .experience_plan .pageTitle span {
    height: 85%;
  }
  .gallery .pageTitle h1 {
    width: 41px;
    height: 120px;
  }
  .gallery .pageTitle span {
    height: 85%;
  }
  .event .pageTitle h1 {
    width: 55px;
    height: 120px;
  }
  .event .pageTitle span {
    height: 85%;
  }
  .sports .pageTitle h1 {
    width: 55px;
    height: 100px;
  }
  .sports .pageTitle span {
    height: 80%;
  }
  .banquet .pageTitle h1 {
    width: 55px;
    height: 112px;
  }
  .banquet .pageTitle span {
    height: 90%;
  }
  .day_trip .pageTitle h1 {
    width: 55px;
    height: 80px;
  }
  .day_trip .pageTitle span {
    height: 75%;
  }
  .access .pageTitle h1 {
    width: 55px;
    height: 110px;
  }
  .access .pageTitle span {
    height: 75%;
  }
  .relation {
    width: 89.3%;
    padding-bottom: 75px;
  }
  .relation .title {
    font-size: 22px;
  }
  .relation .title::before, .relation .title::after {
    width: 25%;
  }
  .relation ul {
    margin-top: 38px;
  }
  .relation li {
    margin-bottom: 14px;
  }
  .relation li .txtBlock {
    font-size: 18px;
  }
  .relation li .txtBlock small {
    font-size: 12px;
  }
  .section__title {
    font-size: 2.2rem;
  }
  .section__title::before {
    -webkit-transform: translate(-50%, 53px);
            transform: translate(-50%, 53px);
  }
  .section__title {
    padding-top: 100px;
    margin-bottom: 36px;
  }
  .section__title span span {
    margin-top: 14px;
    font-size: 1.8rem;
  }
  .table {
    margin: 0 0 80px 5.8%;
  }
  .table > div {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .table th {
    padding: 15px 5px;
    font-size: 16px;
  }
  .table td {
    font-size: 14px;
  }
  .table p {
    padding-right: 5.8%;
  }
  .table__price th:nth-child(1) {
    width: 100px;
    min-width: 100px;
  }
  .table__price th:nth-child(1)::after {
    width: 111%;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  .table__price td {
    padding: 15px 10px;
  }
  .table__price .td--01 {
    font-size: 21px;
  }
  .table__price .td--01 span {
    font-size: 14px;
  }
  .table__price .td--02,
  .table__price .td--03,
  .table__price .td--04 {
    font-size: 18px;
  }
  .table__price .td--06 {
    padding: 10px 10px;
    font-size: 15px;
  }
  .dishMenu__list {
    margin: 0 5.3%;
  }
  .dishMenu__list li > div:last-child {
    padding: 0 30px;
  }
  .dishMenu__list li {
    padding-bottom: 40px;
    margin-bottom: 42px;
    background-color: #fff;
  }
  .dishMenu__list li:last-child {
    margin-bottom: 78px;
  }
  .dishMenu__list .dishMenu__list--image {
    margin-bottom: 40px;
  }
  .dishMenu__list .dishMenu__list--title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .menu--default li > div {
    padding: 16px 0 40px;
  }
  .menu--default .menu__text {
    margin-top: 13px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .menu--default .price {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  #menu--kaiseki .menu--default .menu__title,
  #menu--vegetarian .menu--default .menu__title,
  #menu--morning .menu--default .menu__title {
    line-height: 1.6;
  }
  #menu--kaiseki .menu--default .menu__text span,
  #menu--vegetarian .menu--default .menu__text span,
  #menu--morning .menu--default .menu__text span {
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .season__menu li {
    margin-bottom: 70px;
  }
  .season__menu .main {
    margin-bottom: 8px;
  }
  .season__menu .thumbnail .swiper-slide {
    margin-right: 7px;
  }
  .season__menu .menuTitle {
    padding: 36px 0 11px;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .season__menu dt {
    margin-bottom: 12px;
    font-size: 1.7rem;
    line-height: 1.353;
  }
  .season__menu dd {
    font-size: 1.6rem;
  }
  .season__menu .note {
    font-size: 1.4rem;
  }
  .catch {
    width: 82.6%;
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateY(-19%);
            transform: translateY(-19%);
  }
  .catch h2 {
    padding-top: 11.2%;
    margin-bottom: 10px;
    font-family: "Noto Serif Japanese";
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .catch p {
    margin-bottom: 35px;
    font-family: "Noto Serif Japanese";
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
  .catch .reservationBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 325px;
    margin: 0 auto 25px;
  }
  .catch .lang {
    font-size: 1.5rem;
  }
  .access main {
    padding-bottom: 100px;
  }
  .access .map--traffic {
    padding: 0 5.3%;
  }
  .access .map--traffic .access--train {
    margin-bottom: 14px;
  }
  .access .map--details {
    padding: 0 5.3%;
    margin-bottom: 50px;
  }
  .access .map--details img {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .access .map--google {
    padding: 0 5.3%;
    margin-bottom: 50px;
  }
  .banquet .about__venue {
    margin: 0 5.8% 60px;
  }
  .banquet .about__venue img {
    margin-bottom: 16px;
  }
  .banquet .about__venue img + p {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .banquet .about__venue p {
    font-size: 14px;
  }
  .day_trip .restaurant {
    margin: 0 5.8% 80px;
  }
  .day_trip .restaurant li {
    width: 100%;
    margin-bottom: 20px;
  }
  .day_trip .restaurant li:nth-child(1) {
    margin-bottom: 60px;
  }
  .day_trip .restaurant li:nth-child(1) .note span {
    line-height: 1.5;
  }
  .day_trip .restaurant li:nth-child(2) div {
    margin-top: 20px;
  }
  .day_trip .restaurant li:nth-child(2) div p:nth-child(1) {
    font-size: 2.2rem;
  }
  .day_trip .restaurant img {
    width: 100%;
  }
  .day_trip .restaurant div {
    width: 100%;
  }
  .main__inner {
    padding: 0 5.3%;
    padding-bottom: 100px;
  }
  .experience_plan .titleBorder {
    font-size: 22px;
  }
  .experience_plan .titleBorder::before, .experience_plan .titleBorder::after {
    width: 32%;
  }
  .experience_plan .experiencePlan--leadImg,
  .experience_plan .experiencePlan--detailImg {
    max-width: 600px;
    padding: 0 5.3% 70px;
  }
  .facilities main {
    padding-bottom: 100px;
  }
  .facilities .movie {
    padding: 0 5.3%;
  }
  .facilities .facilities--img {
    padding: 0 5.3%;
  }
  .facilities .jelly p,
  .facilities .rental p {
    margin-bottom: 35px;
  }
  .faq .breadcrumb {
    margin-bottom: 60px;
  }
  .faq .section__faq {
    margin: 0 5.3%;
  }
  .faq .faq__list {
    padding-bottom: 80px;
  }
  .faq .faq__list dd {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
  .faq .faq__list dt span,
  .faq .faq__list dd > div {
    padding-left: 40px;
  }
  .faq .faq__table table {
    width: 100%;
    line-height: 1.5;
  }
  .faq .faq__table table th {
    padding: 10px 4px 10px 4px;
  }
  .faq .faq__table table th:nth-child(1) {
    width: 180px;
  }
  .faq .faq__table table td {
    padding: 10px 5px 10px 10px;
    font-size: 14px;
  }
  .history .history__list {
    margin: 0 5.8% 30px;
  }
  .history .history__list li {
    width: 100%;
    margin-bottom: 32px;
  }
  .history .history__list img {
    max-width: none;
    margin-bottom: 14px;
  }
  .history .img__info {
    max-width: 690px;
    padding: 0 5.8%;
  }
  .history .img__info {
    margin-bottom: 40px;
  }
  .history .img__info img:nth-child(1) {
    margin-bottom: 20px;
  }
  .hotspring .hotspring__list {
    margin: 0 5.8% 30px;
  }
  .hotspring .hotspring__list li {
    width: 100%;
    margin-bottom: 32px;
  }
  .hotspring .hotspring__list img {
    max-width: none;
    margin-bottom: 14px;
  }
  .hotspring .notes {
    margin: 0 5.8% 80px;
  }
  .hotspring .share {
    margin: 0 5.8% 40px;
  }
  .hotspring .share dl {
    margin-top: 30px;
    text-align: left;
  }
  .hotspring .share dt {
    margin-bottom: 22px;
    font-family: "Noto Serif Japanese";
    font-size: 2.2rem;
    color: #a48a00;
  }
  .hotspring .share dd {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  .hotspring .share dd:last-child {
    margin-bottom: 0;
  }
  .hotspring .hotspring__info {
    margin: 0 5.8% 80px;
    font-size: 14px;
  }
  .hotspring .hotspring__info p:nth-child(1) {
    width: 25%;
  }
  .hotspring .hotspring__info p:nth-child(2) {
    width: 75%;
    font-size: 13px;
  }
  .maintenance main {
    padding-bottom: 80px;
  }
  .maintenance main h1 {
    margin: 0 5.8% 20px;
    font-size: 20px;
    line-height: 1.7;
    text-align: left;
  }
  .maintenance .breadcrumb {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .maintenance .contents {
    margin: 0 5.8%;
    font-size: 15px;
  }
  .maintenance .contents dd {
    margin-bottom: 50px;
  }
  .news__list .news {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .privacy_policy main {
    padding-bottom: 80px;
  }
  .privacy_policy main h1 {
    margin: 0 5.8% 20px;
    font-size: 20px;
    line-height: 1.7;
    text-align: left;
  }
  .privacy_policy .breadcrumb {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .privacy_policy .contents {
    margin: 0 5.8%;
    font-size: 15px;
  }
  .privacy_policy .contents dd {
    margin-bottom: 50px;
  }
  .sightseeing main {
    padding-bottom: 0;
  }
  .sightseeing .sightseeing--titImg {
    max-width: 600px;
    padding: 0 5.3%;
    margin-top: 0;
  }
  .sightseeing .tourist__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 5.8% 30px;
  }
  .sightseeing .tourist__list li {
    width: 100%;
    margin-bottom: 32px;
  }
  .sightseeing .tourist__list li .liTit {
    font-size: 15px;
  }
  .sightseeing .tourist__list li .liTit span {
    margin-right: 10px;
    margin-left: -40px;
  }
  .sightseeing .tourist__list li .liTit span::before {
    width: 25px;
    height: 25px;
  }
  .sightseeing .tourist__list li .liMain .hearLink {
    line-height: 2;
  }
  .sightseeing .tourist__list li .liMain {
    padding: 10px;
  }
  .sightseeing .tourist__list li .liMain img {
    margin: 0 auto;
  }
  .sightseeing .tourist__list li .liMain p {
    font-size: 14px;
  }
  .sightseeing .img__info {
    max-width: 690px;
    padding: 0 5.8%;
  }
  .sightseeing .img__info {
    margin-bottom: 40px;
  }
  .sightseeing .img__info img:nth-child(1) {
    margin-bottom: 20px;
  }
  .sports .img__map {
    padding: 0 5.8%;
  }
  .sports .img__map img:nth-child(1) {
    margin-bottom: 20px;
  }
  .stay .stay__list {
    margin: 0 5.8% 80px;
  }
  .stay .stay__list li {
    width: 100%;
    margin-bottom: 32px;
  }
  .stay .stay__list li:nth-child(1) p:nth-child(1) {
    font-size: 2.2rem;
  }
  .stay .stay__list li:nth-child(1) p + p {
    margin-bottom: 46px;
  }
  .stay .stay__list img {
    max-width: none;
    margin-bottom: 14px;
  }
  .stay .stay__info {
    margin: 0 5.8%;
  }
  .stay .stay__info p:nth-child(1) {
    width: 100%;
    margin-bottom: 18px;
  }
  .stay .stay__info p:nth-child(2) {
    width: 100%;
  }
  .stay .recommend__dish {
    padding: 35px 0;
    margin: 0 5.8% 80px;
  }
  .stay .recommend__dish h2 {
    margin-bottom: 23px;
    font-size: 1.8rem;
  }
  .stay .recommend__dish li {
    width: 43.9%;
  }
  .stay .recommend__dish li:nth-child(odd) {
    margin-right: 2.9%;
    margin-left: 4.45%;
  }
  .stay .recommend__dish li:nth-child(-n + 8) {
    margin-bottom: 22px;
  }
  .stay .recommend__dish img {
    margin-bottom: 12px;
  }
  .stay .recommend__dish p {
    font-size: 1.4rem;
  }
  .stay .recommend__dish span:last-child {
    font-size: 1.2rem;
  }
  .br--sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a:hover,
  button:hover {
    color: #a48a00 !important;
  }
  .reservationBox a:hover,
  .linkBox a:hover {
    color: #fff !important;
    opacity: 0.8;
  }
  .breadcrumb {
    margin: 0 auto;
  }
  #dishMenu .breadcrumb {
    padding-bottom: 100px;
  }
  #sightseeing .breadcrumb,
  #experience_plan .breadcrumb,
  #history .breadcrumb,
  #facilities .breadcrumb,
  #access .breadcrumb,
  #banquet .breadcrumb,
  #event .breadcrumb,
  #sports .breadcrumb,
  #stay .breadcrumb,
  #day_trip .breadcrumb {
    padding-bottom: 71px;
  }
  .breadcrumb li:first-child {
    margin-left: 34px;
  }
  .bus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    padding: 60px;
    margin: 0 auto 100px;
  }
  .bus img {
    width: 39.8%;
    min-width: 234px;
    max-width: 336px;
    margin-right: 20px;
  }
  .bus div {
    max-width: 465px;
  }
  .lang {
    margin-bottom: 25px;
  }
  .footerOuter {
    position: relative;
  }
  .footerOuterIn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    max-width: 960px;
    padding: 6.15% 0 5.76%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
  }
  .footerOuterIn .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerOuterIn .inner > div:nth-child(1) {
    width: 238px;
  }
  .footerOuterIn .inner > div:nth-child(1) li a {
    font-size: 15px;
  }
  .footerOuterIn .inner > div:nth-child(1) .txLink a {
    font-size: 16px;
  }
  .footerOuterIn .inner > div:nth-child(2) {
    margin-left: 5%;
  }
  .linkBox {
    width: 100%;
    max-width: 496px;
  }
  .linkBox li {
    width: 100%;
  }
  .linkBox li:nth-child(1) span::before {
    width: 16px;
    height: 12px;
    -webkit-transform: translate(-113%, -50%);
            transform: translate(-113%, -50%);
  }
  .linkBox li:nth-child(2) span::before {
    -webkit-transform: translate(-140%, -50%);
            transform: translate(-140%, -50%);
  }
  .linkBox a {
    height: auto;
    padding: 15% 0;
    font-size: 1.5rem;
    line-height: 0;
  }
  .txLink {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .txLink a {
    font-size: 1.6rem;
  }
  .telInfo {
    margin-bottom: 3.5%;
    font-weight: normal;
    line-height: inherit;
  }
  .telInfo span {
    display: inline-block;
  }
  .tel a {
    font-size: 4rem;
    font-size: 40px;
  }
  .tel a::before {
    width: 20px;
    height: 24px;
  }
  #footer {
    padding: 12.9% 0 0;
    font-size: 1.6rem;
    font-size: 16px;
  }
  .footerIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: 9.6%;
  }
  .addressBox,
  .footerNav {
    width: 50%;
  }
  .footerLogo {
    width: 59.7%;
    max-width: 310px;
    margin-bottom: 25px;
  }
  .sns a:hover {
    opacity: 0.8;
  }
  .footerNav ul:nth-child(1) {
    width: 26%;
  }
  .header {
    height: auto;
    max-height: 70px;
  }
  .headerIn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1366px;
    padding: 15px 1.6%;
    margin: 0 auto;
  }
  .logo {
    width: 16.9%;
    max-width: 220px;
    margin-right: 2.27%;
  }
  .logo .logo img {
    width: 16.9%;
    height: auto;
  }
  .logo a:hover {
    opacity: 0.8;
  }
  .reservationBox {
    max-width: 270px;
  }
  /* ------------ pcナビメニュー ----------- */
  .navMenu {
    width: 78.6%;
    width: 87.6%;
  }
  .nav {
    position: relative;
  }
  .navMain {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 56%;
    padding-left: 1em;
    -webkit-transform: translateY(-53%);
            transform: translateY(-53%);
  }
  .navMain li {
    display: inline-block;
    margin-right: 4.5%;
    font-size: 16px;
  }
  .rightBox {
    float: right;
    width: 270px;
    font-size: 0;
  }
  .headerIn .lang {
    max-width: 150px;
    margin: 0 10px 0 0;
  }
  .navMenu .lang {
    font-size: 1.5rem;
    font-size: 15px;
  }
  .lang::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "/";
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .lang li:nth-child(1) {
    margin-right: 1em;
  }
  .lang li {
    display: inline-block;
    vertical-align: middle;
  }
  .headerIn .reservationBox {
    display: inline-block;
    margin: 0;
  }
  .headerIn .reservationBox li {
    width: 48.1%;
    width: 130px;
  }
  .headerIn .reservationBox li a {
    text-align: center;
  }
  .list--default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
  .list--default.experiencePlan02, .list--default.experiencePlanYuasajo01, .list--default.experiencePlanYabitsu01, .list--default.experiencePlanYabitsu02, .list--default.experiencePlanYabitsu03, .list--default.event03, .list--default.sports02 {
    margin-bottom: 110px;
  }
  .list--default li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 960px;
    margin-top: 120px;
  }
  .list--default li:nth-child(3n + 2) {
    margin: 0;
  }
  .list--default li:nth-child(3n) {
    margin: 0 2%;
  }
  .list--default li:first-child {
    margin-top: 0;
  }
  .list--default img {
    width: 50%;
    max-width: 480px;
    max-height: 322px;
    margin-left: 40px;
  }
  .list--default.event03 li img {
    max-height: 530px;
  }
  .list--default .menu__title,
  .list--default .menu__text {
    max-width: 440px;
  }
  .list--default .menu__title {
    font-size: 3rem;
    line-height: 1.6;
  }
  .list--default .menu__text {
    margin-top: 30px;
  }
  .event .menu__text span {
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .sports .menu__text span {
    font-size: 2.6rem;
  }
  .day_trip .menu__text p:nth-child(2),
  .banquet .menu__text p:nth-child(2) {
    font-size: 2rem;
  }
  .list--simple li {
    text-align: center;
  }
  .list--simple li:nth-child(3n + 2) {
    margin: 0 3.125% 66px;
  }
  .modal__gallery li {
    max-width: 216px;
    margin-right: 32px;
    margin-bottom: 36px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .modal__gallery li:hover {
    opacity: 0.7;
  }
  .modal__gallery li:nth-child(4n) {
    margin-right: 0;
  }
  .news {
    width: 90%;
  }
  .newsList li {
    width: 32.2%;
    margin-bottom: 40px;
  }
  .newsList li:nth-child(odd) {
    margin-right: 0;
  }
  .newsList li:not(:nth-of-type(3n)) {
    margin-right: 1.7%;
  }
  /* hover */
  .newsList .image a {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #fff;
  }
  .newsList a img {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .newsList a:hover img {
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .info:hover {
    color: #000 !important;
    opacity: 0.7;
  }
  .newsListTtl {
    padding-top: 16px;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .newsListTx {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .pagenation li a:hover {
    color: #fff !important;
    background-color: #a48a00;
  }
  .section__title {
    font-size: 3rem;
    font-size: 30px;
  }
  .section__title {
    padding-top: 156px;
    margin-bottom: 80px;
  }
  .table table {
    width: 100%;
    table-layout: fixed;
  }
  .textLink__button {
    width: 140px;
    margin: 0;
  }
  .textLink__button a {
    padding: 8.2% 12.5%;
    font-size: 1.5rem;
  }
  .textLink__button a:hover {
    color: #fff !important;
  }
  .textLink__button a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    display: inline-block;
    content: ">";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .textLink__button a:hover {
    color: #fff;
    background: #a48a00;
  }
  .dishMenu__list {
    margin: 0 30px;
  }
  .dishMenu__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 110px;
  }
  .dishMenu__list li:nth-child(odd) > div:last-child {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  .dishMenu__list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .dishMenu__list li:nth-child(even) > div:last-child {
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  .dishMenu__list li > div:last-child {
    max-width: 610px;
    padding: 6%;
    background-color: #fff;
  }
  .dishMenu__list li:last-child {
    margin-bottom: 390px;
  }
  .dishMenu__list .dishMenu__list--image {
    max-width: 690px;
  }
  .dishMenu__list .dishMenu__list--title {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  .menu--default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu--default li {
    width: 32%;
    max-width: 300px;
  }
  .menu--default li:nth-child(3n + 2) {
    margin: 0 2%;
  }
  .menu--default li > div {
    padding: 24px 0 80px;
    text-align: center;
  }
  .menu--default .menu__title,
  .menu--default .menu__text {
    max-width: 440px;
  }
  .menu--default .menu__text {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.643;
  }
  .menu--default .price {
    margin-top: 20px;
    font-size: 2rem;
  }
  #menu--kaiseki .menu--default li:nth-child(3n + 2),
  #menu--vegetarian .menu--default li:nth-child(3n + 2),
  #menu--morning .menu--default li:nth-child(3n + 2) {
    margin: 0;
  }
  #menu--kaiseki .menu--default li:nth-child(3n),
  #menu--vegetarian .menu--default li:nth-child(3n),
  #menu--morning .menu--default li:nth-child(3n) {
    margin: 0 2%;
  }
  #menu--kaiseki .menu--default li:first-child,
  #menu--vegetarian .menu--default li:first-child,
  #menu--morning .menu--default li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 960px;
    margin-bottom: 120px;
  }
  #menu--kaiseki .menu--default li:first-child img,
  #menu--vegetarian .menu--default li:first-child img,
  #menu--morning .menu--default li:first-child img {
    width: 50%;
    max-width: 480px;
  }
  #menu--kaiseki .menu--default li:first-child > div,
  #menu--vegetarian .menu--default li:first-child > div,
  #menu--morning .menu--default li:first-child > div {
    padding-right: 10px;
    text-align: left;
  }
  #menu--kaiseki .menu--default li:first-child .menu__title,
  #menu--vegetarian .menu--default li:first-child .menu__title,
  #menu--morning .menu--default li:first-child .menu__title {
    padding-top: 30px;
    font-size: 3rem;
    line-height: 1.6;
  }
  #menu--kaiseki .menu--default li:first-child .menu__text,
  #menu--vegetarian .menu--default li:first-child .menu__text,
  #menu--morning .menu--default li:first-child .menu__text {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  #menu--kaiseki .menu--default li:first-child .menu__text span,
  #menu--vegetarian .menu--default li:first-child .menu__text span,
  #menu--morning .menu--default li:first-child .menu__text span {
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
  }
  #menu--kaiseki .menu--default li:first-child .price,
  #menu--vegetarian .menu--default li:first-child .price,
  #menu--morning .menu--default li:first-child .price {
    margin-top: 20px;
    font-size: 2.6rem;
  }
  .season__menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 178px;
  }
  .season__menu li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .season__menu .main {
    max-width: 550px;
    margin-bottom: 10px;
  }
  .season__menu .thumbnail .swiper-slide {
    max-width: 127px;
    margin-right: 14px;
    cursor: pointer;
  }
  .season__menu .thumbnail .swiper-slide:hover {
    opacity: 0.5;
  }
  .season__menu .menu {
    width: 370px;
  }
  .season__menu .menuTitle {
    padding: 14px 0;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .greeting {
    padding: 5.8% 0 6.8%;
    background-size: 20%;
  }
  .greetingSectionIn {
    width: 70.2%;
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
  }
  .greetingBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 6.25% 11.4% 6.25% 0;
    text-align: left;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .greetingBox::after {
    top: 20px;
    bottom: auto;
    left: 20px;
    width: 120px;
    height: 120px;
  }
  .greetingTtl {
    margin-bottom: 0;
    margin-left: 40px;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
  .greetingTx {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 1.5rem;
    line-height: 2.1;
  }
  .greetingTx:nth-child(4) {
    margin-left: 0;
  }
  .greetingSign {
    font-size: 1.4rem;
  }
  .infomation {
    width: 90%;
  }
  .infomationList li {
    width: 32.2%;
    margin-bottom: 40px;
  }
  .infomationList li:nth-child(odd) {
    margin-right: 0;
  }
  .infomationList li:not(:nth-of-type(3n)) {
    margin-right: 1.7%;
  }
  /* hover */
  .infomationList .image a {
    width: 100%;
    overflow: hidden;
    background: #fff;
  }
  .infomationList a img {
    width: 100%;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .infomationList a:hover img {
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .infomationListTtl {
    padding-top: 16px;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .infomationListTx {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .slick-dots {
    top: auto;
    right: 28px;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
  }
  .slick-dots li {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .slick-dots li:last-child {
    margin-right: 0;
  }
  .slick-dots li.slick-active::before {
    width: 13px;
    height: 13px;
    content: "";
  }
  .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30.3%;
    max-width: 415px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    -webkit-transform: translate(-126%, -35%);
            transform: translate(-126%, -35%);
  }
  .catch h2 {
    padding: 14.4% 0 0 0;
    margin-bottom: 2.9%;
    font-family: "Noto Serif Japanese";
    font-size: 3rem;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .catch p {
    margin-bottom: 10%;
    font-family: "Noto Serif Japanese";
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .catch .reservationBox {
    max-width: 325px;
    margin: 0 auto 13.9%;
  }
  .catch .reservationBox a {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  #loadingOverray p {
    width: 432px;
  }
  .scene {
    width: 86%;
    margin: 0 auto 10.2%;
  }
  .ttl {
    font-size: 3rem;
  }
  .ttl span {
    margin: 2% 0 6.8%;
  }
  .sceneList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .sceneListImg {
    width: 44.3%;
    max-width: 420px;
    margin-bottom: 0;
  }
  .sceneList li > div {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 55.7%;
    padding: 3.8% 4.6% 0;
  }
  .sceneListTtl {
    margin: 0 0 3.7%;
    font-size: 2.5rem;
  }
  .sceneListTx {
    margin: 0 0 7%;
    line-height: 1.6;
  }
  .scene .sceneListLink {
    position: absolute;
    bottom: 30px;
    left: 40px;
    margin: 0;
  }
  .sceneListLink {
    width: 140px;
    margin: 0;
  }
  .sceneListLink a {
    padding: 8.2% 12.5%;
    font-size: 1.5rem;
  }
  .sceneListLink a:hover {
    color: #fff !important;
  }
  .sceneListLink a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    display: inline-block;
    content: ">";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sceneListLink a:hover {
    color: #fff;
    background: #a48a00;
  }
  .sectionArea {
    padding: 10.2% 0 27.8%;
    background-size: 20%;
  }
  .access .map--details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 960px;
  }
  .day_trip .restaurant li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .day_trip .restaurant li:nth-child(1) {
    margin-bottom: 120px;
  }
  .day_trip .restaurant li:nth-child(1) div {
    margin-left: 4.1%;
  }
  .day_trip .restaurant li:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .day_trip .restaurant img {
    width: 50%;
    max-width: 480px;
  }
  .day_trip .restaurant div {
    width: 45.9%;
  }
  .main__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 960px;
    padding: 0 30px;
    padding-bottom: 400px;
    margin: 0 auto;
  }
  .history .history__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 70px;
  }
  .history .history__list li {
    width: 31.25%;
    max-width: 300px;
  }
  .history .history__list li:nth-child(2) {
    margin: 0 3.125%;
  }
  .hotspring .hotspring__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 70px;
  }
  .hotspring .hotspring__list li {
    width: 31.25%;
    max-width: 300px;
  }
  .hotspring .hotspring__list li:nth-child(2) {
    margin: 0 3.125%;
  }
  .hotspring .notes {
    margin: 0 auto 150px;
  }
  .hotspring .share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 80px;
  }
  .hotspring .share li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .hotspring .share li:nth-child(1) div {
    width: 50%;
  }
  .hotspring .share li:nth-child(1) img {
    width: 100%;
    max-width: 480px;
  }
  .hotspring .share li:nth-child(1) dl {
    margin-left: 8.3%;
    text-align: left;
  }
  .hotspring .share li:nth-child(1) dt {
    margin-bottom: 22px;
    font-family: "Noto Serif Japanese";
    font-size: 30px;
    color: #a48a00;
  }
  .hotspring .share li:nth-child(1) dd {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  .hotspring .share li:nth-child(1) dd:last-child {
    margin-bottom: 0;
  }
  .hotspring .share li:nth-child(2) {
    margin: 0 0 30px;
  }
  .hotspring .share li:nth-child(3) {
    margin: 0 3.125% 30px;
  }
  .news__list {
    padding-top: 60px;
  }
  .sightseeing .tourist__list {
    margin: 0 auto 70px;
  }
  .sightseeing .tourist__list li {
    width: 31.25%;
    max-width: 300px;
  }
  .sightseeing .tourist__list li:nth-child(3n + 2) {
    margin: 0 3.125%;
  }
  .sightseeing .tourist__list li:nth-child(n + 4) {
    margin-top: 30px;
  }
  .stay .stay__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .stay .stay__list li {
    width: 31.25%;
    max-width: 300px;
  }
  .stay .stay__list li:nth-child(3n) {
    margin: 0 3.125%;
  }
  .stay .stay__list li:nth-child(-n + 4) {
    margin-bottom: 100px;
  }
  .stay .stay__list li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  .stay .stay__list li:nth-child(1) div {
    width: 50%;
  }
  .stay .stay__info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stay .recommend__dish ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stay .recommend__dish li:nth-child(2n + 2) {
    margin: 0 2.9%;
  }
  .stay .recommend__dish li:nth-child(-n + 6) {
    margin-bottom: 54px;
  }
  .br--pc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .bus {
    padding: 6.25%;
    margin: 0 40px 100px;
  }
  .list--simple {
    margin: 0 40px;
  }
  .menuIntroduction {
    margin: 0 40px 40px;
  }
  .modal__gallery {
    max-width: 745px;
  }
  .modal__gallery li:nth-child(4n) {
    margin-right: 32px;
  }
  .relation {
    margin: 0 40px;
  }
  .relation .title::before, .relation .title::after {
    width: 33%;
  }
  .table {
    width: calc(100% - 80px);
    margin: 0 40px 124px 40px;
  }
  .access .map--traffic {
    margin: 0 40px;
  }
  .access .map--details {
    margin: 0 40px 70px;
  }
  .access .map--details img {
    width: 50%;
  }
  .access .map--google {
    margin: 0 40px 100px;
  }
  .banquet .about__venue {
    margin: 0 40px 60px;
  }
  .day_trip .restaurant {
    margin: 0 40px 150px;
  }
  .experience_plan .titleBorder::before, .experience_plan .titleBorder::after {
    width: 38%;
  }
  .experience_plan .experiencePlan--leadImg,
  .experience_plan .experiencePlan--detailImg {
    margin: 0 40px;
  }
  .facilities .movie {
    margin: 0 40px;
  }
  .facilities .facilities--img {
    margin: 0 40px;
  }
  .history .history__list {
    margin: 0 40px 70px;
  }
  .hotspring .hotspring__list {
    margin: 0 40px 70px;
  }
  .hotspring .notes {
    margin: 0 40px 150px;
  }
  .hotspring .share {
    margin: 0 40px 80px;
  }
  .hotspring .hotspring__info {
    margin: 0 40px 160px;
  }
  .maintenance .contents {
    margin: 0 40px;
  }
  .privacy_policy .contents {
    margin: 0 40px;
  }
  .sightseeing .sightseeing--titImg {
    margin: 0 40px;
  }
  .sightseeing .tourist__list {
    margin: 0 40px 70px;
  }
  .stay .stay__list {
    margin: 0 40px;
  }
  .stay .stay__info {
    margin: 0 40px;
  }
  .stay .recommend__dish {
    margin: 0 40px 150px;
  }
}

@media screen and (min-width: 900px) {
  .footerOuterIn {
    /* padding: 64px 0 60px 6.7%; */
    padding: 64px 0 60px;
  }
  .catch h2 {
    margin-bottom: 10px;
  }
  .catch p {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .footerOuterIn {
    width: 76.1%;
  }
  .linkBox a {
    padding: 34px 0;
    font-size: 1.6rem;
  }
  .telInfo {
    margin-bottom: 20px;
  }
  .tel a::before {
    width: 27px;
    height: 31px;
  }
  #footer {
    padding: 135px 0 0;
  }
  .footerIn {
    width: 76.1%;
    margin-bottom: 100px;
  }
  .logo {
    margin-right: 60px;
  }
  .headerIn .reservationBox {
    width: 33.1%;
  }
  .news {
    width: 76.1%;
  }
  .textLink__button {
    width: 200px;
  }
  .textLink__button a {
    padding: 18px 25px;
    font-size: 1.5rem;
  }
  .greeting {
    padding: 80px 0 93px;
  }
  .greetingBox {
    padding: 60px 11.4% 60px 0;
  }
  .greetingBox::after {
    top: 20px;
    bottom: auto;
    left: 20px;
    width: 192px;
    height: 192px;
  }
  .greetingTx {
    margin-left: 60px;
  }
  .greetingTx {
    margin-left: 40px;
  }
  .infomation {
    width: 76.1%;
  }
  .scene {
    margin: 0 auto 140px;
  }
  .ttl span {
    margin: 20px 0 66px;
  }
  .sceneListLink {
    width: 200px;
  }
  .sceneListLink a {
    padding: 18px 25px;
  }
  .sectionArea {
    padding: 140px 0 300px;
    background-size: 20%;
  }
}

@media screen and (min-width: 1100px) {
  .footerOuterIn .inner > div:nth-child(2) {
    margin-left: 60px;
  }
  .headerIn .reservationBox {
    width: 26.1%;
  }
}

@media screen and (min-width: 1200px) {
  .linkBox li:nth-child(1) span::before {
    width: 26px;
    height: 20px;
  }
  .linkBox li:nth-child(2) span::before {
    width: 22px;
    height: 22px;
  }
  .sceneList li > div {
    padding: 36px 45px 0;
  }
  .sceneListTtl {
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 1366px) {
  .tel a::before {
    width: 35px;
    height: 39px;
  }
  .dishMenu__list {
    max-width: 1300px;
    margin: 0 auto;
  }
  .dishMenu__list li > div:last-child {
    padding: 87px 80px 110px;
  }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
  .table__price .td--05 {
    padding: 10px 1em;
    font-size: 15px;
  }
  .br--m {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .table__price .td--05 {
    padding: 10px 10px;
    font-size: 15px;
  }
  .br--s {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .season__menu .slideBox {
    width: 57.2%;
  }
  .season__menu .menu {
    width: 38.5%;
  }
}

@media screen and (min-width: 800px) {
  .sceneListTtl {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 1280px) {
  .br--xl {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .br--l {
    display: block;
  }
}
