/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap'); */

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Noto Sans JP, sans-serif;
  /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  /* scroll-behavior: smooth; */
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: Noto Serif JP, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
  font-size: clamp(14px, 4.266666666666667vw, 18px);
}

@media (min-width: 1025px) {
  body {
    font-size: clamp(14px, 1.1111111111111112vw, 18px);
  }
}

body {
  max-width: 1920px;
  margin: auto;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/* splideのページネーションカスタマイズ */

.splide__pagination{
  position: static;
  -moz-column-gap: clamp(10px, 1.3888888888888888vw, 30px);
       -webkit-column-gap: clamp(10px, 1.3888888888888888vw, 30px);
          column-gap: clamp(10px, 1.3888888888888888vw, 30px);
  margin-top: clamp(15px, 1.3888888888888888vw, 30px);
}

.splide__pagination .splide__pagination__page {
  margin: 0px;
  padding: 0px;
  height: clamp(15px, 1.3888888888888888vw, 25px);
  width: clamp(15px, 1.3888888888888888vw, 25px);
}

.splide__pagination .splide__pagination__page:not(.is-active){
  background-color: #D9D9D9;
}

.splide__pagination .splide__pagination__page.is-active{
  background-color: #5F5D5D;
  -webkit-transform: scale(1.0);
          transform: scale(1.0);
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-n1 {
  z-index: -1;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.block {
  display: block;
}

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

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

.table {
  display: table;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[calc\(100\%_-_8px\)\] {
  height: calc(100% - 8px);
}

.h-fit {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[85\%\] {
  width: 85%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[calc\(100\%_-_8px\)\] {
  width: calc(100% - 8px);
}

.w-fit {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.max-w-1920 {
  max-width: 1920px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.rotate-180 {
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       -webkit-column-gap: 10px;
          column-gap: 10px;
}

.gap-x-\[5px\] {
  -moz-column-gap: 5px;
       -webkit-column-gap: 5px;
          column-gap: 5px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-\[0\.5px\] {
  border-left-width: 0.5px;
}

.border-solid {
  border-style: solid;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#B21329\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 19 41 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-maincolor {
  --tw-bg-opacity: 1;
  background-color: rgb(59 85 111 / var(--tw-bg-opacity));
}

.bg-sitebgcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(253 255 246 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-\[url\(\'\.\.\/img\/room\/room-2f-fv1\.jpg\'\)\] {
  background-image: url('../img/room/room-2f-fv1.jpg');
}

.bg-\[url\(\'\.\.\/img\/room\/room-2f-fv2\.jpg\'\)\] {
  background-image: url('../img/room/room-2f-fv2.jpg');
}

.bg-\[url\(\'\.\.\/img\/room\/room-2f-fv3\.jpg\'\)\] {
  background-image: url('../img/room/room-2f-fv3.jpg');
}

.bg-\[url\(\'\.\.\/img\/room\/room-4f-1\.jpg\'\)\] {
  background-image: url('../img/room/room-4f-1.jpg');
}

.bg-\[url\(\'\.\.\/img\/room\/room-4f-2\.jpg\'\)\] {
  background-image: url('../img/room/room-4f-2.jpg');
}

.bg-\[url\(\'\.\.\/img\/room\/room-4f-3\.jpg\'\)\] {
  background-image: url('../img/room/room-4f-3.jpg');
}

.bg-\[url\(\'\.\.\/img\/room\/room-5f-1\.jpg\'\)\] {
  background-image: url('../img/room/room-5f-1.jpg');
}

.bg-\[url\(\'\.\.\/img\/room\/room-5f-2\.jpg\'\)\] {
  background-image: url('../img/room/room-5f-2.jpg');
}

.bg-\[url\(\'\.\.\/img\/room\/room-5f-3\.jpg\'\)\] {
  background-image: url('../img/room/room-5f-3.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/concept-bg\.jpg\'\)\] {
  background-image: url('../img/top/concept-bg.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/fv-slide1\.jpg\'\)\] {
  background-image: url('../img/top/fv-slide1.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/fv-slide2\.jpg\'\)\] {
  background-image: url('../img/top/fv-slide2.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/fv-slide3\.jpg\'\)\] {
  background-image: url('../img/top/fv-slide3.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/fv-slide4\.jpg\'\)\] {
  background-image: url('../img/top/fv-slide4.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/room-1\.jpg\'\)\] {
  background-image: url('../img/top/room-1.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/room-2\.jpg\'\)\] {
  background-image: url('../img/top/room-2.jpg');
}

.bg-\[url\(\'\.\.\/img\/top\/room-3\.jpg\'\)\] {
  background-image: url('../img/top/room-3.jpg');
}

.bg-\[url\(\'\.\.\/img\/under\/company-bg\.jpg\'\)\] {
  background-image: url('../img/under/company-bg.jpg');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-basecolor {
  fill: #383838;
}

.fill-black {
  fill: #000;
}

.fill-white {
  fill: #fff;
}

.px-\[7\.5\%\] {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.text-center {
  text-align: center;
}

.font-serif {
  font-family: Noto Serif JP, sans-serif;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[2\] {
  line-height: 2;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-\[0\.5em\] {
  letter-spacing: 0.5em;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-\[0\.8s\] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.horizontal-tb {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.vertical-lr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.bottom-clamp-\[1440\2c 40\2c 60\2c 80\] {
  bottom: clamp(40px, 4.166666666666666vw, 80px);
}

.gap-clamp-\[1440\2c 30\2c 40\2c 50\] {
  gap: clamp(30px, 2.7777777777777777vw, 50px);
}

.gap-clamp-\[1440\2c 5\2c 20\2c 40\] {
  gap: clamp(5px, 1.3888888888888888vw, 40px);
}

.gap-clamp-\[375\2c 10\2c 30\2c 40\] {
  gap: clamp(10px, 8vw, 40px);
}

.gap-x-clamp-\[1440\2c 5\2c 10\2c 15\] {
  -moz-column-gap: clamp(5px, 0.6944444444444444vw, 15px);
       -webkit-column-gap: clamp(5px, 0.6944444444444444vw, 15px);
          column-gap: clamp(5px, 0.6944444444444444vw, 15px);
}

.gap-x-clamp-\[375\2c 10\2c 20\2c 40\] {
  -moz-column-gap: clamp(10px, 5.333333333333334vw, 40px);
       -webkit-column-gap: clamp(10px, 5.333333333333334vw, 40px);
          column-gap: clamp(10px, 5.333333333333334vw, 40px);
}

.gap-x-clamp-\[375\2c 10\2c 30\2c 40\] {
  -moz-column-gap: clamp(10px, 8vw, 40px);
       -webkit-column-gap: clamp(10px, 8vw, 40px);
          column-gap: clamp(10px, 8vw, 40px);
}

.gap-x-clamp-\[375\2c 18\2c 24\2c 30\] {
  -moz-column-gap: clamp(18px, 6.4vw, 30px);
       -webkit-column-gap: clamp(18px, 6.4vw, 30px);
          column-gap: clamp(18px, 6.4vw, 30px);
}

.gap-x-clamp-\[375\2c 20\2c 30\2c 40\] {
  -moz-column-gap: clamp(20px, 8vw, 40px);
       -webkit-column-gap: clamp(20px, 8vw, 40px);
          column-gap: clamp(20px, 8vw, 40px);
}

.gap-y-clamp-\[1440\2c 12\2c 24\2c 30\] {
  row-gap: clamp(12px, 1.6666666666666667vw, 30px);
}

.gap-y-clamp-\[1440\2c 5\2c 10\2c 10\] {
  row-gap: clamp(5px, 0.6944444444444444vw, 10px);
}

.gap-y-clamp-\[1440\2c 6\2c 12\2c 20\] {
  row-gap: clamp(6px, 0.8333333333333334vw, 20px);
}

.gap-y-clamp-\[375\2c 10\2c 20\2c 30\] {
  row-gap: clamp(10px, 5.333333333333334vw, 30px);
}

.gap-y-clamp-\[375\2c 10\2c 30\2c 40\] {
  row-gap: clamp(10px, 8vw, 40px);
}

.gap-y-clamp-\[375\2c 20\2c 30\2c 60\] {
  row-gap: clamp(20px, 8vw, 60px);
}

.h-clamp-\[1440\2c 40\2c 52\2c 60\] {
  height: clamp(40px, 3.6111111111111107vw, 60px);
}

.h-clamp-\[375\2c 200\2c 300\2c 400\] {
  height: clamp(200px, 80vw, 400px);
}

.h-clamp-\[375\2c 200\2c 300\2c 500\] {
  height: clamp(200px, 80vw, 500px);
}

.h-clamp-\[375\2c 220\2c 320\2c 400\] {
  height: clamp(220px, 85.33333333333334vw, 400px);
}

.max-w-clamp-\[1440\2c 526\2c 526\2c 1000\] {
  max-width: clamp(526px, 36.52777777777778vw, 1000px);
}

.max-w-clamp-\[1440\2c 600\2c 1000\2c 1200\] {
  max-width: clamp(600px, 69.44444444444444vw, 1200px);
}

.max-w-clamp-\[1440\2c 600\2c 700\2c 1000\] {
  max-width: clamp(600px, 48.61111111111111vw, 1000px);
}

.max-w-clamp-\[375\2c 100\2c 150\2c 250\] {
  max-width: clamp(100px, 40vw, 250px);
}

.max-w-clamp-\[375\2c 150\2c 190\2c 300\] {
  max-width: clamp(150px, 50.66666666666667vw, 300px);
}

.max-w-clamp-\[800px\] {
  max-width: clamp(NaNpx, NaNvw, NaNpx);
}

.mb-clamp-\[1440\2c 15\2c 20\2c 25\] {
  margin-bottom: clamp(15px, 1.3888888888888888vw, 25px);
}

.mb-clamp-\[375\2c 12\2c 15\2c 18\] {
  margin-bottom: clamp(12px, 4vw, 18px);
}

.mb-clamp-\[375\2c 80\2c 100\2c 160\] {
  margin-bottom: clamp(80px, 26.666666666666668vw, 160px);
}

.min-h-clamp-\[1440\2c 5\2c 10\2c 15\] {
  min-height: clamp(5px, 0.6944444444444444vw, 15px);
}

.min-w-clamp-\[1440\2c 15\2c 20\2c 25\] {
  min-width: clamp(15px, 1.3888888888888888vw, 25px);
}

.min-w-clamp-\[1440\2c 155\2c 155\2c 180\] {
  min-width: clamp(155px, 10.76388888888889vw, 180px);
}

.min-w-clamp-\[1440\2c 195\2c 195\2c 250\] {
  min-width: clamp(195px, 13.541666666666666vw, 250px);
}

.ml-clamp-\[1440\2c 10\2c 30\2c 40\] {
  margin-left: clamp(10px, 2.083333333333333vw, 40px);
}

.ml-clamp-\[1440\2c 5\2c 5\2c 20\] {
  margin-left: clamp(5px, 0.3472222222222222vw, 20px);
}

.ml-clamp-\[375\2c 5\2c 10\2c 15\] {
  margin-left: clamp(5px, 2.666666666666667vw, 15px);
}

.mr-clamp-\[375\2c 10\2c 20\2c 30\] {
  margin-right: clamp(10px, 5.333333333333334vw, 30px);
}

.mt-clamp-\[1440\2c 10\2c 15\2c 20\] {
  margin-top: clamp(10px, 1.0416666666666665vw, 20px);
}

.mt-clamp-\[1440\2c 3\2c 5\2c 7\] {
  margin-top: clamp(3px, 0.3472222222222222vw, 7px);
}

.mt-clamp-\[1440\2c 50\2c 70\2c 90\] {
  margin-top: clamp(50px, 4.861111111111112vw, 90px);
}

.mt-clamp-\[1440\2c 60\2c 100\2c 120\] {
  margin-top: clamp(60px, 6.944444444444445vw, 120px);
}

.mt-clamp-\[1440\2c 80\2c 125\2c 140\] {
  margin-top: clamp(80px, 8.680555555555555vw, 140px);
}

.mt-clamp-\[375\2c 10\2c 10\2c 20\] {
  margin-top: clamp(10px, 2.666666666666667vw, 20px);
}

.mt-clamp-\[375\2c 10\2c 15\2c 30\] {
  margin-top: clamp(10px, 4vw, 30px);
}

.mt-clamp-\[375\2c 10\2c 16\2c 22\] {
  margin-top: clamp(10px, 4.266666666666667vw, 22px);
}

.mt-clamp-\[375\2c 10\2c 20\2c 30\] {
  margin-top: clamp(10px, 5.333333333333334vw, 30px);
}

.mt-clamp-\[375\2c 12\2c 16\2c 24\] {
  margin-top: clamp(12px, 4.266666666666667vw, 24px);
}

.mt-clamp-\[375\2c 12\2c 16\2c 32\] {
  margin-top: clamp(12px, 4.266666666666667vw, 32px);
}

.mt-clamp-\[375\2c 16\2c 24\2c 32\] {
  margin-top: clamp(16px, 6.4vw, 32px);
}

.mt-clamp-\[375\2c 20\2c 30\2c 40\] {
  margin-top: clamp(20px, 8vw, 40px);
}

.mt-clamp-\[375\2c 20\2c 30\2c 60\] {
  margin-top: clamp(20px, 8vw, 60px);
}

.mt-clamp-\[375\2c 20\2c 40\2c 60\] {
  margin-top: clamp(20px, 10.666666666666668vw, 60px);
}

.mt-clamp-\[375\2c 24\2c 28\2c 40\] {
  margin-top: clamp(24px, 7.466666666666668vw, 40px);
}

.mt-clamp-\[375\2c 24\2c 32\2c 64\] {
  margin-top: clamp(24px, 8.533333333333333vw, 64px);
}

.mt-clamp-\[375\2c 30\2c 40\2c 60\] {
  margin-top: clamp(30px, 10.666666666666668vw, 60px);
}

.mt-clamp-\[375\2c 40\2c 60\2c 60\] {
  margin-top: clamp(40px, 16vw, 60px);
}

.mt-clamp-\[375\2c 40\2c 60\2c 80\] {
  margin-top: clamp(40px, 16vw, 80px);
}

.mt-clamp-\[375\2c 5\2c 5\2c 10\] {
  margin-top: clamp(5px, 1.3333333333333335vw, 10px);
}

.mt-clamp-\[375\2c 6\2c 8\2c 10\] {
  margin-top: clamp(6px, 2.1333333333333333vw, 10px);
}

.pb-clamp-\[1440\2c 100\2c 200\2c 200\] {
  padding-bottom: clamp(100px, 13.88888888888889vw, 200px);
}

.pb-clamp-\[1440\2c 100\2c 200\2c 220\] {
  padding-bottom: clamp(100px, 13.88888888888889vw, 220px);
}

.pb-clamp-\[1440\2c 3\2c 5\2c 7\] {
  padding-bottom: clamp(3px, 0.3472222222222222vw, 7px);
}

.pb-clamp-\[1440\2c 5\2c 10\2c 15\] {
  padding-bottom: clamp(5px, 0.6944444444444444vw, 15px);
}

.pb-clamp-\[375\2c 20\2c 30\2c 40\] {
  padding-bottom: clamp(20px, 8vw, 40px);
}

.pb-clamp-\[375\2c 4\2c 6\2c 8\] {
  padding-bottom: clamp(4px, 1.6vw, 8px);
}

.pb-clamp-\[375\2c 40\2c 60\2c 80\] {
  padding-bottom: clamp(40px, 16vw, 80px);
}

.pb-clamp-\[375\2c 6\2c 10\2c 14\] {
  padding-bottom: clamp(6px, 2.666666666666667vw, 14px);
}

.pb-clamp-\[375\2c 80\2c 100\2c 140\] {
  padding-bottom: clamp(80px, 26.666666666666668vw, 140px);
}

.pb-clamp-\[375\2c 80\2c 100\2c 200\] {
  padding-bottom: clamp(80px, 26.666666666666668vw, 200px);
}

.pl-clamp-\[1440\2c 10\2c 10\2c 20\] {
  padding-left: clamp(10px, 0.6944444444444444vw, 20px);
}

.pl-clamp-\[1440\2c 10\2c 30\2c 40\] {
  padding-left: clamp(10px, 2.083333333333333vw, 40px);
}

.pl-clamp-\[1440\2c 20\2c 20\2c 30\] {
  padding-left: clamp(20px, 1.3888888888888888vw, 30px);
}

.pl-clamp-\[375\2c 5\2c 10\2c 15\] {
  padding-left: clamp(5px, 2.666666666666667vw, 15px);
}

.pt-clamp-\[375\2c 40\2c 60\2c 80\] {
  padding-top: clamp(40px, 16vw, 80px);
}

.pt-clamp-\[375\2c 60\2c 80\2c 100\] {
  padding-top: clamp(60px, 21.333333333333336vw, 100px);
}

.px-clamp-\[375\2c 10\2c 20\2c 40\] {
  padding-right: clamp(10px, 5.333333333333334vw, 40px);
  padding-left: clamp(10px, 5.333333333333334vw, 40px);
}

.px-clamp-\[375\2c 20\2c 30\2c 40\] {
  padding-right: clamp(20px, 8vw, 40px);
  padding-left: clamp(20px, 8vw, 40px);
}

.px-clamp-\[375\2c 30\2c 60\2c 90\] {
  padding-right: clamp(30px, 16vw, 90px);
  padding-left: clamp(30px, 16vw, 90px);
}

.px-clamp-\[375\2c 4\2c 8\2c 12\] {
  padding-right: clamp(4px, 2.1333333333333333vw, 12px);
  padding-left: clamp(4px, 2.1333333333333333vw, 12px);
}

.px-clamp-\[375\2c 45\2c 50\2c 65\] {
  padding-right: clamp(45px, 13.333333333333334vw, 65px);
  padding-left: clamp(45px, 13.333333333333334vw, 65px);
}

.px-clamp-\[375\2c 6\2c 10\2c 14\] {
  padding-right: clamp(6px, 2.666666666666667vw, 14px);
  padding-left: clamp(6px, 2.666666666666667vw, 14px);
}

.py-clamp-\[375\2c 10\2c 10\2c 20\] {
  padding-top: clamp(10px, 2.666666666666667vw, 20px);
  padding-bottom: clamp(10px, 2.666666666666667vw, 20px);
}

.py-clamp-\[375\2c 10\2c 15\2c 20\] {
  padding-top: clamp(10px, 4vw, 20px);
  padding-bottom: clamp(10px, 4vw, 20px);
}

.py-clamp-\[375\2c 10\2c 18\2c 32\] {
  padding-top: clamp(10px, 4.8vw, 32px);
  padding-bottom: clamp(10px, 4.8vw, 32px);
}

.py-clamp-\[375\2c 10\2c 20\2c 30\] {
  padding-top: clamp(10px, 5.333333333333334vw, 30px);
  padding-bottom: clamp(10px, 5.333333333333334vw, 30px);
}

.py-clamp-\[375\2c 16\2c 22\2c 28\] {
  padding-top: clamp(16px, 5.866666666666666vw, 28px);
  padding-bottom: clamp(16px, 5.866666666666666vw, 28px);
}

.py-clamp-\[375\2c 30\2c 40\2c 60\] {
  padding-top: clamp(30px, 10.666666666666668vw, 60px);
  padding-bottom: clamp(30px, 10.666666666666668vw, 60px);
}

.text-clamp-\[1440\2c 10\2c 10\2c 12\] {
  font-size: clamp(10px, 0.6944444444444444vw, 12px);
}

.text-clamp-\[1440\2c 10\2c 13\2c 15\] {
  font-size: clamp(10px, 0.9027777777777777vw, 15px);
}

.text-clamp-\[1440\2c 12\2c 14\2c 16\] {
  font-size: clamp(12px, 0.9722222222222222vw, 16px);
}

.text-clamp-\[1440\2c 13\2c 15\2c 17\] {
  font-size: clamp(13px, 1.0416666666666665vw, 17px);
}

.text-clamp-\[1440\2c 14\2c 16\2c 18\] {
  font-size: clamp(14px, 1.1111111111111112vw, 18px);
}

.text-clamp-\[1920\2c 20\2c 22\] {
  font-size: clamp(20px, 1.1458333333333333vw, NaNpx);
}

.text-clamp-\[375\2c 11\2c 12\2c 14\] {
  font-size: clamp(11px, 3.2vw, 14px);
}

.text-clamp-\[375\2c 11\2c 13\2c 15\] {
  font-size: clamp(11px, 3.4666666666666663vw, 15px);
}

.text-clamp-\[375\2c 12\2c 13\2c 14\] {
  font-size: clamp(12px, 3.4666666666666663vw, 14px);
}

.text-clamp-\[375\2c 12\2c 14\2c 16\] {
  font-size: clamp(12px, 3.733333333333334vw, 16px);
}

.text-clamp-\[375\2c 12\2c 14\2c 18\] {
  font-size: clamp(12px, 3.733333333333334vw, 18px);
}

.text-clamp-\[375\2c 13\2c 14\2c 16\] {
  font-size: clamp(13px, 3.733333333333334vw, 16px);
}

.text-clamp-\[375\2c 13\2c 14\2c 20\] {
  font-size: clamp(13px, 3.733333333333334vw, 20px);
}

.text-clamp-\[375\2c 13\2c 15\2c 20\] {
  font-size: clamp(13px, 4vw, 20px);
}

.text-clamp-\[375\2c 14\2c 14\2c 16\] {
  font-size: clamp(14px, 3.733333333333334vw, 16px);
}

.text-clamp-\[375\2c 14\2c 15\2c 17\] {
  font-size: clamp(14px, 4vw, 17px);
}

.text-clamp-\[375\2c 14\2c 15\2c 18\] {
  font-size: clamp(14px, 4vw, 18px);
}

.text-clamp-\[375\2c 14\2c 16\2c 18\] {
  font-size: clamp(14px, 4.266666666666667vw, 18px);
}

.text-clamp-\[375\2c 14\2c 16\2c 20\] {
  font-size: clamp(14px, 4.266666666666667vw, 20px);
}

.text-clamp-\[375\2c 14\2c 16\2c 24\] {
  font-size: clamp(14px, 4.266666666666667vw, 24px);
}

.text-clamp-\[375\2c 15\2c 18\2c 24\] {
  font-size: clamp(15px, 4.8vw, 24px);
}

.text-clamp-\[375\2c 16\2c 18\2c 20\] {
  font-size: clamp(16px, 4.8vw, 20px);
}

.text-clamp-\[375\2c 16\2c 18\2c 22\] {
  font-size: clamp(16px, 4.8vw, 22px);
}

.text-clamp-\[375\2c 16\2c 20\2c 24\] {
  font-size: clamp(16px, 5.333333333333334vw, 24px);
}

.text-clamp-\[375\2c 16\2c 24\2c 32\] {
  font-size: clamp(16px, 6.4vw, 32px);
}

.text-clamp-\[375\2c 18\2c 20\2c 28\] {
  font-size: clamp(18px, 5.333333333333334vw, 28px);
}

.text-clamp-\[375\2c 18\2c 20\2c 30\] {
  font-size: clamp(18px, 5.333333333333334vw, 30px);
}

.text-clamp-\[375\2c 22\2c 30\2c 38\] {
  font-size: clamp(22px, 8vw, 38px);
}

.text-clamp-\[375\2c 24\2c 32\2c 40\] {
  font-size: clamp(24px, 8.533333333333333vw, 40px);
}

.text-clamp-\[385\2c 12\2c 14\2c 16\] {
  font-size: clamp(12px, 3.6363636363636362vw, 16px);
}

.text-vw-\[1920\2c 22\] {
  font-size: 1.1458333333333335vw;
}

.w-clamp-\[1440\2c 46\2c 60\2c 80\] {
  width: clamp(46px, 4.166666666666666vw, 80px);
}

.w-clamp-\[375\2c 14\2c 18\2c 22\] {
  width: clamp(14px, 4.8vw, 22px);
}

.w-clamp-\[375\2c 240\2c 300\2c 420\] {
  width: clamp(240px, 80vw, 420px);
}

.grid-cols-ratio-\[2\2c 1\2c 5\] {
  -ms-grid-columns: 1fr 5fr;
  grid-template-columns: 1fr 5fr;
}

.grid-cols-ratio-\[\500B\6570\2c \6BD4\7387 1\2c \6BD4\7387 2\2c \.\.\.\] {
  -ms-grid-columns: ;
  grid-template-columns: ;
}

.grid-rows-ratio-\[\500B\6570\2c \6BD4\7387 1\2c \6BD4\7387 2\2c \.\.\.\] {
  -ms-grid-rows: ;
  grid-template-rows: ;
}

body.company #reserved-btn svg .color-1 {
  fill: black !important;
}

body.company #reserved-btn svg path:not(.color-1), body.company #reserved-btn svg mask:not(.color-1) {
  fill: white !important;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:inset-x-0::before {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

.before\:inset-y-0::before {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.before\:-left-\[7\.5\%\]::before {
  content: var(--tw-content);
  left: -7.5%;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-\[calc\(100\%_\+_10px\)\]::before {
  content: var(--tw-content);
  left: calc(100% + 10px);
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:z-n1::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:m-auto::before {
  content: var(--tw-content);
  margin: auto;
}

.before\:my-auto::before {
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.before\:h-3\/4::before {
  content: var(--tw-content);
  height: 75%;
}

.before\:h-\[0\.5px\]::before {
  content: var(--tw-content);
  height: 0.5px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:bg-maincolor::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(59 85 111 / var(--tw-bg-opacity));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.before\:bg-opacity-40::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.4;
}

.before\:bg-opacity-60::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.6;
}

.before\:bg-\[linear-gradient\(180deg\2c _rgba\(102\2c 102\2c 102\2c 0\.00\)_27\.39\%\2c _rgba\(0\2c 0\2c 0\2c 0\.50\)_81\.73\%\)\]::before {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27.39%, rgba(102,102,102,0.00)), color-stop(81.73%, rgba(0,0,0,0.50)));
  background-image: linear-gradient(180deg, rgba(102,102,102,0.00) 27.39%, rgba(0,0,0,0.50) 81.73%);
}

.before\:bg-\[url\(\'\.\.\/img\/common\/access-bg-sp\.jpg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('../img/common/access-bg-sp.jpg');
}

.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}

.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:duration-300::before {
  content: var(--tw-content);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:bottom-clamp-\[375\2c 6\.5\2c 8\.5\2c 10\.5\]::before {
  content: var(--tw-content);
  bottom: clamp(6.5px, 2.2666666666666666vw, 10.5px);
}

.before\:w-clamp-\[1440\2c 20\2c 28\2c 36\]::before {
  content: var(--tw-content);
  width: clamp(20px, 1.9444444444444444vw, 36px);
}

.before\:w-clamp-\[375\2c 60\2c 80\2c 100\]::before {
  content: var(--tw-content);
  width: clamp(60px, 21.333333333333336vw, 100px);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:-right-\[7\.5\%\]::after {
  content: var(--tw-content);
  right: -7.5%;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:my-auto::after {
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.after\:h-\[0\.5px\]::after {
  content: var(--tw-content);
  height: 0.5px;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:duration-300::after {
  content: var(--tw-content);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:w-clamp-\[1440\2c 20\2c 28\2c 36\]::after {
  content: var(--tw-content);
  width: clamp(20px, 1.9444444444444444vw, 36px);
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:\!opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:before\:-left-\[8\%\]:hover::before {
  content: var(--tw-content);
  left: -8%;
}

.hover\:after\:-right-\[8\%\]:hover::after {
  content: var(--tw-content);
  right: -8%;
}

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:text-basecolor {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

@media (min-width: 769px) {
  .min-768\:absolute {
    position: absolute;
  }

  .min-768\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .min-768\:right-0 {
    right: 0px;
  }

  .min-768\:z-n1 {
    z-index: -1;
  }

  .min-768\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .min-768\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .min-768\:hidden {
    display: none;
  }

  .min-768\:w-1\/3 {
    width: 33.333333%;
  }

  .min-768\:w-\[40\%\] {
    width: 40%;
  }

  .min-768\:w-\[60\%\] {
    width: 60%;
  }

  .min-768\:w-fit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }

  .min-768\:max-w-\[190px\] {
    max-width: 190px;
  }

  .min-768\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-768\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .min-768\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .min-768\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .min-768\:border-l {
    border-left-width: 1px;
  }

  .min-768\:border-solid {
    border-style: solid;
  }

  .min-768\:border-basecolor {
    --tw-border-opacity: 1;
    border-color: rgb(56 56 56 / var(--tw-border-opacity));
  }

  .min-768\:text-center {
    text-align: center;
  }

  .min-768\:leading-\[1\.6\] {
    line-height: 1.6;
  }

  .min-768\:leading-\[1\.8\] {
    line-height: 1.8;
  }

  .min-768\:tracking-\[0\.02em\] {
    letter-spacing: 0.02em;
  }

  .min-768\:tracking-\[0\.5em\] {
    letter-spacing: 0.5em;
  }

  .min-768\:gap-clamp-\[1440\2c 20\2c 30\2c 40\] {
    gap: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-768\:gap-x-clamp-\[1440\2c 10\2c 20\2c 30\] {
    -moz-column-gap: clamp(10px, 1.3888888888888888vw, 30px);
         -webkit-column-gap: clamp(10px, 1.3888888888888888vw, 30px);
            column-gap: clamp(10px, 1.3888888888888888vw, 30px);
  }

  .min-768\:gap-x-clamp-\[1440\2c 10\2c 30\2c 40\] {
    -moz-column-gap: clamp(10px, 2.083333333333333vw, 40px);
         -webkit-column-gap: clamp(10px, 2.083333333333333vw, 40px);
            column-gap: clamp(10px, 2.083333333333333vw, 40px);
  }

  .min-768\:gap-x-clamp-\[1440\2c 10\2c 40\2c 50\] {
    -moz-column-gap: clamp(10px, 2.7777777777777777vw, 50px);
         -webkit-column-gap: clamp(10px, 2.7777777777777777vw, 50px);
            column-gap: clamp(10px, 2.7777777777777777vw, 50px);
  }

  .min-768\:gap-x-clamp-\[1440\2c 10\2c 70\2c 70\] {
    -moz-column-gap: clamp(10px, 4.861111111111112vw, 70px);
         -webkit-column-gap: clamp(10px, 4.861111111111112vw, 70px);
            column-gap: clamp(10px, 4.861111111111112vw, 70px);
  }

  .min-768\:gap-x-clamp-\[1440\2c 20\2c 40\2c 60\] {
    -moz-column-gap: clamp(20px, 2.7777777777777777vw, 60px);
         -webkit-column-gap: clamp(20px, 2.7777777777777777vw, 60px);
            column-gap: clamp(20px, 2.7777777777777777vw, 60px);
  }

  .min-768\:gap-x-clamp-\[1440\2c 40\2c 50\2c 60\] {
    -moz-column-gap: clamp(40px, 3.4722222222222223vw, 60px);
         -webkit-column-gap: clamp(40px, 3.4722222222222223vw, 60px);
            column-gap: clamp(40px, 3.4722222222222223vw, 60px);
  }

  .min-768\:gap-x-clamp-\[1440\2c 60\2c 80\2c 100\] {
    -moz-column-gap: clamp(60px, 5.555555555555555vw, 100px);
         -webkit-column-gap: clamp(60px, 5.555555555555555vw, 100px);
            column-gap: clamp(60px, 5.555555555555555vw, 100px);
  }

  .min-768\:gap-y-clamp-\[1440\2c 10\2c 40\2c 50\] {
    row-gap: clamp(10px, 2.7777777777777777vw, 50px);
  }

  .min-768\:gap-y-clamp-\[1440\2c 20\2c 30\2c 40\] {
    row-gap: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-768\:h-clamp-\[1440\2c 400\2c 500\2c 600\] {
    height: clamp(400px, 34.72222222222222vw, 600px);
  }

  .min-768\:h-clamp-\[1440\2c 400\2c 600\2c 800\] {
    height: clamp(400px, 41.66666666666667vw, 800px);
  }

  .min-768\:h-clamp-\[1440\2c 400\2c 625\2c 700\] {
    height: clamp(400px, 43.40277777777778vw, 700px);
  }

  .min-768\:max-w-clamp-\[1440\2c 400\2c 600\2c 800\] {
    max-width: clamp(400px, 41.66666666666667vw, 800px);
  }

  .min-768\:max-w-clamp-\[1440\2c 450\2c 720\2c 990\] {
    max-width: clamp(450px, 50vw, 990px);
  }

  .min-768\:max-w-clamp-\[1440\2c 700\2c 1000\2c 1200\] {
    max-width: clamp(700px, 69.44444444444444vw, 1200px);
  }

  .min-768\:mb-clamp-\[1440\2c 140\2c 160\2c 180\] {
    margin-bottom: clamp(140px, 11.11111111111111vw, 180px);
  }

  .min-768\:ml-clamp-\[1440\2c 40\2c 60\2c 80\] {
    margin-left: clamp(40px, 4.166666666666666vw, 80px);
  }

  .min-768\:mt-clamp-\[1440\2c 10\2c 10\2c 20\] {
    margin-top: clamp(10px, 0.6944444444444444vw, 20px);
  }

  .min-768\:mt-clamp-\[1440\2c 10\2c 12\2c 14\] {
    margin-top: clamp(10px, 0.8333333333333334vw, 14px);
  }

  .min-768\:mt-clamp-\[1440\2c 15\2c 20\2c 30\] {
    margin-top: clamp(15px, 1.3888888888888888vw, 30px);
  }

  .min-768\:mt-clamp-\[1440\2c 20\2c 25\2c 40\] {
    margin-top: clamp(20px, 1.7361111111111112vw, 40px);
  }

  .min-768\:mt-clamp-\[1440\2c 20\2c 30\2c 40\] {
    margin-top: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-768\:mt-clamp-\[1440\2c 20\2c 40\2c 60\] {
    margin-top: clamp(20px, 2.7777777777777777vw, 60px);
  }

  .min-768\:mt-clamp-\[1440\2c 30\2c 40\2c 50\] {
    margin-top: clamp(30px, 2.7777777777777777vw, 50px);
  }

  .min-768\:mt-clamp-\[1440\2c 40\2c 60\2c 80\] {
    margin-top: clamp(40px, 4.166666666666666vw, 80px);
  }

  .min-768\:mt-clamp-\[1440\2c 40\2c 80\2c 100\] {
    margin-top: clamp(40px, 5.555555555555555vw, 100px);
  }

  .min-768\:mt-clamp-\[1440\2c 5\2c 10\2c 15\] {
    margin-top: clamp(5px, 0.6944444444444444vw, 15px);
  }

  .min-768\:mt-clamp-\[1440\2c 60\2c 80\2c 100\] {
    margin-top: clamp(60px, 5.555555555555555vw, 100px);
  }

  .min-768\:mt-clamp-\[1440\2c 80\2c 100\2c 120\] {
    margin-top: clamp(80px, 6.944444444444445vw, 120px);
  }

  .min-768\:pb-clamp-\[1440\2c 12\2c 16\2c 20\] {
    padding-bottom: clamp(12px, 1.1111111111111112vw, 20px);
  }

  .min-768\:pb-clamp-\[1440\2c 140\2c 180\2c 220\] {
    padding-bottom: clamp(140px, 12.5vw, 220px);
  }

  .min-768\:pb-clamp-\[1440\2c 50\2c 80\2c 100\] {
    padding-bottom: clamp(50px, 5.555555555555555vw, 100px);
  }

  .min-768\:pb-clamp-\[1440\2c 8\2c 12\2c 16\] {
    padding-bottom: clamp(8px, 0.8333333333333334vw, 16px);
  }

  .min-768\:pl-clamp-\[1440\2c 40\2c 60\2c 80\] {
    padding-left: clamp(40px, 4.166666666666666vw, 80px);
  }

  .min-768\:pt-clamp-\[1440\2c 30\2c 60\2c 80\] {
    padding-top: clamp(30px, 4.166666666666666vw, 80px);
  }

  .min-768\:pt-clamp-\[1440\2c 80\2c 100\2c 120\] {
    padding-top: clamp(80px, 6.944444444444445vw, 120px);
  }

  .min-768\:px-clamp-\[1440\2c 25\2c 35\2c 45\] {
    padding-right: clamp(25px, 2.430555555555556vw, 45px);
    padding-left: clamp(25px, 2.430555555555556vw, 45px);
  }

  .min-768\:px-clamp-\[1440\2c 40\2c 60\2c 80\] {
    padding-right: clamp(40px, 4.166666666666666vw, 80px);
    padding-left: clamp(40px, 4.166666666666666vw, 80px);
  }

  .min-768\:px-clamp-\[1440\2c 40\2c 70\2c 100\] {
    padding-right: clamp(40px, 4.861111111111112vw, 100px);
    padding-left: clamp(40px, 4.861111111111112vw, 100px);
  }

  .min-768\:px-clamp-\[1440\2c 40\2c 70\2c 90\] {
    padding-right: clamp(40px, 4.861111111111112vw, 90px);
    padding-left: clamp(40px, 4.861111111111112vw, 90px);
  }

  .min-768\:px-clamp-\[1440\2c 40\2c 80\2c 100\] {
    padding-right: clamp(40px, 5.555555555555555vw, 100px);
    padding-left: clamp(40px, 5.555555555555555vw, 100px);
  }

  .min-768\:px-clamp-\[1440\2c 60\2c 72\2c 100\] {
    padding-right: clamp(60px, 5vw, 100px);
    padding-left: clamp(60px, 5vw, 100px);
  }

  .min-768\:px-clamp-\[1440\2c 8\2c 12\2c 16\] {
    padding-right: clamp(8px, 0.8333333333333334vw, 16px);
    padding-left: clamp(8px, 0.8333333333333334vw, 16px);
  }

  .min-768\:py-clamp-\[1440\2c 10\2c 15\2c 20\] {
    padding-top: clamp(10px, 1.0416666666666665vw, 20px);
    padding-bottom: clamp(10px, 1.0416666666666665vw, 20px);
  }

  .min-768\:py-clamp-\[1440\2c 10\2c 20\2c 30\] {
    padding-top: clamp(10px, 1.3888888888888888vw, 30px);
    padding-bottom: clamp(10px, 1.3888888888888888vw, 30px);
  }

  .min-768\:py-clamp-\[1440\2c 120\2c 165\2c 200\] {
    padding-top: clamp(120px, 11.458333333333332vw, 200px);
    padding-bottom: clamp(120px, 11.458333333333332vw, 200px);
  }

  .min-768\:py-clamp-\[1440\2c 60\2c 80\2c 100\] {
    padding-top: clamp(60px, 5.555555555555555vw, 100px);
    padding-bottom: clamp(60px, 5.555555555555555vw, 100px);
  }

  .min-768\:text-clamp-\[1440\2c 10\2c 10\2c 12\] {
    font-size: clamp(10px, 0.6944444444444444vw, 12px);
  }

  .min-768\:text-clamp-\[1440\2c 12\2c 13\2c 14\] {
    font-size: clamp(12px, 0.9027777777777777vw, 14px);
  }

  .min-768\:text-clamp-\[1440\2c 12\2c 14\2c 16\] {
    font-size: clamp(12px, 0.9722222222222222vw, 16px);
  }

  .min-768\:text-clamp-\[1440\2c 13\2c 14\2c 16\] {
    font-size: clamp(13px, 0.9722222222222222vw, 16px);
  }

  .min-768\:text-clamp-\[1440\2c 13\2c 14\2c 20\] {
    font-size: clamp(13px, 0.9722222222222222vw, 20px);
  }

  .min-768\:text-clamp-\[1440\2c 13\2c 15\2c 16\] {
    font-size: clamp(13px, 1.0416666666666665vw, 16px);
  }

  .min-768\:text-clamp-\[1440\2c 13\2c 15\2c 20\] {
    font-size: clamp(13px, 1.0416666666666665vw, 20px);
  }

  .min-768\:text-clamp-\[1440\2c 14\2c 14\2c 18\] {
    font-size: clamp(14px, 0.9722222222222222vw, 18px);
  }

  .min-768\:text-clamp-\[1440\2c 14\2c 15\2c 17\] {
    font-size: clamp(14px, 1.0416666666666665vw, 17px);
  }

  .min-768\:text-clamp-\[1440\2c 14\2c 15\2c 18\] {
    font-size: clamp(14px, 1.0416666666666665vw, 18px);
  }

  .min-768\:text-clamp-\[1440\2c 15\2c 18\2c 24\] {
    font-size: clamp(15px, 1.25vw, 24px);
  }

  .min-768\:text-clamp-\[1440\2c 16\2c 18\2c 20\] {
    font-size: clamp(16px, 1.25vw, 20px);
  }

  .min-768\:text-clamp-\[1440\2c 18\2c 30\2c 38\] {
    font-size: clamp(18px, 2.083333333333333vw, 38px);
  }

  .min-768\:text-clamp-\[1440\2c 20\2c 26\2c 34\] {
    font-size: clamp(20px, 1.8055555555555554vw, 34px);
  }

  .min-768\:text-clamp-\[1440\2c 22\2c 24\2c 26\] {
    font-size: clamp(22px, 1.6666666666666667vw, 26px);
  }

  .min-768\:text-clamp-\[1440\2c 24\2c 30\2c 36\] {
    font-size: clamp(24px, 2.083333333333333vw, 36px);
  }

  .min-768\:text-clamp-\[1440\2c 24\2c 32\2c 40\] {
    font-size: clamp(24px, 2.2222222222222223vw, 40px);
  }

  .min-768\:text-clamp-\[1440\2c 30\2c 38\2c 46\] {
    font-size: clamp(30px, 2.638888888888889vw, 46px);
  }

  .min-768\:text-clamp-\[1440\2c 40\2c 48\2c 56\] {
    font-size: clamp(40px, 3.3333333333333335vw, 56px);
  }

  .min-768\:w-clamp-\[1440\2c 18\2c 22\2c 26\] {
    width: clamp(18px, 1.5277777777777777vw, 26px);
  }

  .min-768\:w-clamp-\[1440\2c 300\2c 470\2c 600\] {
    width: clamp(300px, 32.63888888888889vw, 600px);
  }

  .min-768\:w-clamp-\[1440\2c 400\2c 606\2c 700\] {
    width: clamp(400px, 42.083333333333336vw, 700px);
  }

  .min-768\:w-clamp-\[1440\2c 600\2c 1000\2c 1200\] {
    width: clamp(600px, 69.44444444444444vw, 1200px);
  }

  .min-768\:grid-cols-ratio-\[2\2c 1\2c 2\.088\] {
    -ms-grid-columns: 1fr 2.088fr;
    grid-template-columns: 1fr 2.088fr;
  }

  .min-768\:grid-cols-ratio-\[2\2c 1\2c 3\] {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }

  .min-768\:grid-cols-ratio-\[2\2c 2\.088\2c 1\] {
    -ms-grid-columns: 2.088fr 1fr;
    grid-template-columns: 2.088fr 1fr;
  }

  .min-768\:before\:-left-\[10\%\]::before {
    content: var(--tw-content);
    left: -10%;
  }

  .before\:min-768\:bg-\[url\(\'\.\.\/img\/common\/access-bg\.jpg\'\)\]::before {
    content: var(--tw-content);
    background-image: url('../img/common/access-bg.jpg');
  }

  .min-768\:after\:-right-\[10\%\]::after {
    content: var(--tw-content);
    right: -10%;
  }

  .min-768\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .hover\:min-768\:before\:-left-\[11\%\]:hover::before {
    content: var(--tw-content);
    left: -11%;
  }

  .hover\:min-768\:after\:-right-\[11\%\]:hover::after {
    content: var(--tw-content);
    right: -11%;
  }
}

@media (min-width: 1025px) {
  .min-1024\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .min-1024\:hidden {
    display: none;
  }

  .min-1024\:w-full {
    width: 100%;
  }

  .min-1024\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .min-1024\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .min-1024\:gap-x-clamp-\[1440\2c 10\2c 30\2c 40\] {
    -moz-column-gap: clamp(10px, 2.083333333333333vw, 40px);
         -webkit-column-gap: clamp(10px, 2.083333333333333vw, 40px);
            column-gap: clamp(10px, 2.083333333333333vw, 40px);
  }

  .min-1024\:gap-x-clamp-\[1440\2c 20\2c 40\2c 60\] {
    -moz-column-gap: clamp(20px, 2.7777777777777777vw, 60px);
         -webkit-column-gap: clamp(20px, 2.7777777777777777vw, 60px);
            column-gap: clamp(20px, 2.7777777777777777vw, 60px);
  }

  .min-1024\:gap-x-clamp-\[1440\2c 30\2c 36\2c 42\] {
    -moz-column-gap: clamp(30px, 2.5vw, 42px);
         -webkit-column-gap: clamp(30px, 2.5vw, 42px);
            column-gap: clamp(30px, 2.5vw, 42px);
  }

  .min-1024\:gap-x-clamp-\[1440\2c 40\2c 70\2c 90\] {
    -moz-column-gap: clamp(40px, 4.861111111111112vw, 90px);
         -webkit-column-gap: clamp(40px, 4.861111111111112vw, 90px);
            column-gap: clamp(40px, 4.861111111111112vw, 90px);
  }

  .min-1024\:max-w-clamp-\[1440\2c 200\2c 300\2c 400\] {
    max-width: clamp(200px, 20.833333333333336vw, 400px);
  }

  .min-1024\:ml-clamp-\[1440\2c 10\2c 20\2c 30\] {
    margin-left: clamp(10px, 1.3888888888888888vw, 30px);
  }

  .min-1024\:mr-clamp-\[1440\2c 10\2c 20\2c 30\] {
    margin-right: clamp(10px, 1.3888888888888888vw, 30px);
  }

  .min-1024\:mt-clamp-\[1440\2c 10\2c 10\2c 20\] {
    margin-top: clamp(10px, 0.6944444444444444vw, 20px);
  }

  .min-1024\:mt-clamp-\[1440\2c 10\2c 20\2c 30\] {
    margin-top: clamp(10px, 1.3888888888888888vw, 30px);
  }

  .min-1024\:mt-clamp-\[1440\2c 20\2c 40\2c 60\] {
    margin-top: clamp(20px, 2.7777777777777777vw, 60px);
  }

  .min-1024\:pb-clamp-\[1440\2c 20\2c 40\2c 60\] {
    padding-bottom: clamp(20px, 2.7777777777777777vw, 60px);
  }

  .min-1024\:pl-clamp-\[1440\2c 10\2c 20\2c 30\] {
    padding-left: clamp(10px, 1.3888888888888888vw, 30px);
  }

  .min-1024\:pl-clamp-\[1440\2c 40\2c 60\2c 80\] {
    padding-left: clamp(40px, 4.166666666666666vw, 80px);
  }

  .min-1024\:pt-clamp-\[1440\2c 60\2c 80\2c 100\] {
    padding-top: clamp(60px, 5.555555555555555vw, 100px);
  }

  .min-1024\:px-clamp-\[1440\2c 20\2c 30\2c 40\] {
    padding-right: clamp(20px, 2.083333333333333vw, 40px);
    padding-left: clamp(20px, 2.083333333333333vw, 40px);
  }

  .min-1024\:px-clamp-\[1440\2c 6\2c 10\2c 14\] {
    padding-right: clamp(6px, 0.6944444444444444vw, 14px);
    padding-left: clamp(6px, 0.6944444444444444vw, 14px);
  }

  .min-1024\:px-clamp-\[1440\2c 60\2c 72\2c 100\] {
    padding-right: clamp(60px, 5vw, 100px);
    padding-left: clamp(60px, 5vw, 100px);
  }

  .min-1024\:py-clamp-\[1440\2c 10\2c 20\2c 30\] {
    padding-top: clamp(10px, 1.3888888888888888vw, 30px);
    padding-bottom: clamp(10px, 1.3888888888888888vw, 30px);
  }

  .min-1024\:py-clamp-\[1440\2c 16\2c 22\2c 28\] {
    padding-top: clamp(16px, 1.5277777777777777vw, 28px);
    padding-bottom: clamp(16px, 1.5277777777777777vw, 28px);
  }

  .min-1024\:text-clamp-\[1440\2c 12\2c 14\2c 16\] {
    font-size: clamp(12px, 0.9722222222222222vw, 16px);
  }

  .min-1024\:text-clamp-\[1440\2c 14\2c 15\2c 17\] {
    font-size: clamp(14px, 1.0416666666666665vw, 17px);
  }

  .min-1024\:text-clamp-\[1440\2c 14\2c 16\2c 20\] {
    font-size: clamp(14px, 1.1111111111111112vw, 20px);
  }

  .min-1024\:w-clamp-\[1440\2c 200\2c 300\2c 400\] {
    width: clamp(200px, 20.833333333333336vw, 400px);
  }
}

@media (max-width: 1024px) {
  .max-1024\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-1024\:hidden {
    display: none;
  }

  .max-1024\:max-w-\[500px\] {
    max-width: 500px;
  }

  .max-1024\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-1024\:vertical-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }

  .max-1024\:mt-clamp-\[375\2c 30\2c 50\2c 50\] {
    margin-top: clamp(30px, 13.333333333333334vw, 50px);
  }
}

@media (max-width: 768px) {
  .max-768\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .max-768\:hidden {
    display: none;
  }

  .max-768\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .max-768\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .max-768\:border-b-\[0\.5px\] {
    border-bottom-width: 0.5px;
  }

  .max-768\:border-solid {
    border-style: solid;
  }

  .max-768\:border-basecolor {
    --tw-border-opacity: 1;
    border-color: rgb(56 56 56 / var(--tw-border-opacity));
  }

  .max-768\:px-\[7\.5\%\] {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .max-768\:gap-y-clamp-\[375\2c 10\2c 30\2c 40\] {
    row-gap: clamp(10px, 8vw, 40px);
  }

  .max-768\:h-clamp-\[375\2c 240\2c 300\2c 400\] {
    height: clamp(240px, 80vw, 400px);
  }

  .max-768\:mb-clamp-\[1440\2c 5\2c 7\2c 10\] {
    margin-bottom: clamp(5px, 0.4861111111111111vw, 10px);
  }

  .max-768\:mt-clamp-\[375\2c 10\2c 20\2c 30\] {
    margin-top: clamp(10px, 5.333333333333334vw, 30px);
  }

  .max-768\:pb-clamp-\[1440\2c 5\2c 7\2c 10\] {
    padding-bottom: clamp(5px, 0.4861111111111111vw, 10px);
  }
}

.\[\&\.active_\.parenthesis-arrow\]\:rotate-0.active .parenthesis-arrow {
  --tw-rotate: 0deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.change-color_\*\]\:text-white.change-color * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\.change-color_\.line\]\:bg-white.change-color .line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\.change-color_svg_\*\]\:fill-white.change-color svg * {
  fill: #fff;
}

.\[\&\.scrolled\]\:pointer-events-auto.scrolled {
  pointer-events: auto;
}

.\[\&\.scrolled\]\:opacity-100.scrolled {
  opacity: 1;
}

.\[\&\.splide-loaded\]\:opacity-100.splide-loaded {
  opacity: 1;
}

.\[\&\:not\(\.home\)\:not\(\.company-en\)\:not\(\.company-zh\)\:not\(\.company\)\:not\(\.room-2f\)\:not\(\.room-4f\)\:not\(\.room-5f\)\]\:pt-clamp-\[375\2c 80\2c 100\2c 180\]:not(.home):not(.company-en):not(.company-zh):not(.company):not(.room-2f):not(.room-4f):not(.room-5f) {
  padding-top: clamp(80px, 26.666666666666668vw, 180px);
}

.\[\&_\*\]\:font-bold * {
  font-weight: 700;
}

.\[\&_\*\]\:tracking-\[0\.1em\] * {
  letter-spacing: 0.1em;
}

.\[\&_\*\]\:text-white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_\*\]\:text-clamp-\[375\2c 10\2c 12\2c 14\] * {
  font-size: clamp(10px, 3.2vw, 14px);
}

@media (min-width: 769px) {
  .min-768\:\[\&_\*\]\:text-clamp-\[1440\2c 10\2c 14\2c 14\] * {
    font-size: clamp(10px, 0.9722222222222222vw, 14px);
  }
}

.\[\&_\.form-block\]\:border-b .form-block {
  border-bottom-width: 1px;
}

.\[\&_\.form-block\]\:border-solid .form-block {
  border-style: solid;
}

.\[\&_\.form-block\]\:border-black .form-block {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.\[\&_\.form-block\]\:\!px-\[5px\] .form-block {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.\[\&_\.form-block\]\:font-serif .form-block {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_\.form-block\]\:font-medium .form-block {
  font-weight: 500;
}

.\[\&_\.form-block\]\:leading-\[1\.6\] .form-block {
  line-height: 1.6;
}

.\[\&_\.form-block\]\:mt-clamp-\[1440\2c 10\2c 20\2c 30\] .form-block {
  margin-top: clamp(10px, 1.3888888888888888vw, 30px);
}

.\[\&_\.form-block\]\:pb-clamp-\[1440\2c 5\2c 10\2c 20\] .form-block {
  padding-bottom: clamp(5px, 0.6944444444444444vw, 20px);
}

.\[\&_\.form-block\]\:text-clamp-\[375\2c 13\2c 15\2c 20\] .form-block {
  font-size: clamp(13px, 4vw, 20px);
}

@media (min-width: 769px) {
  .min-768\:\[\&_\.form-block\]\:text-clamp-\[1440\2c 13\2c 15\2c 20\] .form-block {
    font-size: clamp(13px, 1.0416666666666665vw, 20px);
  }
}

@media (min-width: 1025px) {
  .min-1024\:\[\&_\.mwform-tel-field\:first-of-type_input\]\:w-clamp-\[1440\2c 140\2c 160\2c 180\] .mwform-tel-field:first-of-type input {
    width: clamp(140px, 11.11111111111111vw, 180px);
  }
}

.\[\&_\.mwform-tel-field\]\:inline-block .mwform-tel-field {
  display: inline-block;
}

.\[\&_\.mwform-tel-field\]\:w-full .mwform-tel-field {
  width: 100%;
}

@media (min-width: 1025px) {
  .min-1024\:\[\&_\.mwform-tel-field_input\]\:w-clamp-\[1440\2c 160\2c 180\2c 200\] .mwform-tel-field input {
    width: clamp(160px, 12.5vw, 200px);
  }
}

.\[\&_\.required\]\:hidden .required {
  display: none;
}

.\[\&_button\]\:border-b button {
  border-bottom-width: 1px;
}

.\[\&_button\]\:border-solid button {
  border-style: solid;
}

.\[\&_button\]\:border-black button {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.\[\&_button\]\:px-\[5px\] button {
  padding-left: 5px;
  padding-right: 5px;
}

.\[\&_button\]\:pb-\[2px\] button {
  padding-bottom: 2px;
}

.\[\&_button\]\:font-serif button {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_button\]\:font-medium button {
  font-weight: 500;
}

.\[\&_button\]\:leading-none button {
  line-height: 1;
}

.\[\&_button\]\:duration-300 button {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.\[\&_button\]\:text-clamp-\[375\2c 14\2c 16\2c 20\] button {
  font-size: clamp(14px, 4.266666666666667vw, 20px);
}

.hover\:\[\&_button\]\:opacity-60 button:hover {
  opacity: 0.6;
}

@media (min-width: 1025px) {
  .min-1024\:\[\&_button\]\:text-clamp-\[1440\2c 14\2c 16\2c 20\] button {
    font-size: clamp(14px, 1.1111111111111112vw, 20px);
  }
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_input\]\:w-full input {
  width: 100%;
}

.\[\&_input\]\:cursor-pointer input {
  cursor: pointer;
}

.\[\&_input\]\:border input {
  border-width: 1px;
}

.\[\&_input\]\:border-solid input {
  border-style: solid;
}

.\[\&_input\]\:border-\[\#888888\] input {
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
}

.\[\&_input\]\:bg-maincolor input {
  --tw-bg-opacity: 1;
  background-color: rgb(59 85 111 / var(--tw-bg-opacity));
}

.\[\&_input\]\:font-serif input {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_input\]\:font-medium input {
  font-weight: 500;
}

.\[\&_input\]\:leading-none input {
  line-height: 1;
}

.\[\&_input\]\:text-white input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_input\]\:duration-300 input {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.\[\&_input\]\:p-clamp-\[1440\2c 10\2c 10\2c 20\] input {
  padding-top: clamp(10px, 0.6944444444444444vw, 20px);
  padding-right: clamp(10px, 0.6944444444444444vw, 20px);
  padding-bottom: clamp(10px, 0.6944444444444444vw, 20px);
  padding-left: clamp(10px, 0.6944444444444444vw, 20px);
}

.\[\&_input\]\:px-clamp-\[375\2c 60\2c 90\2c 120\] input {
  padding-right: clamp(60px, 24vw, 120px);
  padding-left: clamp(60px, 24vw, 120px);
}

.\[\&_input\]\:py-clamp-\[375\2c 15\2c 18\2c 30\] input {
  padding-top: clamp(15px, 4.8vw, 30px);
  padding-bottom: clamp(15px, 4.8vw, 30px);
}

.\[\&_input\]\:text-clamp-\[375\2c 14\2c 16\2c 20\] input {
  font-size: clamp(14px, 4.266666666666667vw, 20px);
}

.hover\:\[\&_input\]\:opacity-60 input:hover {
  opacity: 0.6;
}

@media (min-width: 1025px) {
  .min-1024\:\[\&_input\]\:px-clamp-\[1440\2c 60\2c 90\2c 120\] input {
    padding-right: clamp(60px, 6.25vw, 120px);
    padding-left: clamp(60px, 6.25vw, 120px);
  }

  .min-1024\:\[\&_input\]\:py-clamp-\[1440\2c 15\2c 18\2c 30\] input {
    padding-top: clamp(15px, 1.25vw, 30px);
    padding-bottom: clamp(15px, 1.25vw, 30px);
  }

  .min-1024\:\[\&_input\]\:text-clamp-\[1440\2c 14\2c 16\2c 20\] input {
    font-size: clamp(14px, 1.1111111111111112vw, 20px);
  }
}

body.company #reserved-btn svg .\[\&_path\]\:color-1 path {
  fill: black !important;
}

.\[\&_span\.error\]\:inline-block span.error {
  display: inline-block;
}

.\[\&_span\.error\]\:font-serif span.error {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_span\.error\]\:leading-none span.error {
  line-height: 1;
}

.\[\&_span\.error\]\:mt-clamp-\[1440\2c 5\2c 10\2c max\] span.error {
  margin-top: clamp(5px, 0.6944444444444444vw, NaNpx);
}

.\[\&_span\.error\]\:text-clamp-\[375\2c 15\2c 20\2c min\] span.error {
  font-size: clamp(15px, 5.333333333333334vw, NaNpx);
}

@media (min-width: 769px) {
  .min-768\:\[\&_span\.error\]\:text-clamp-\[1440\2c 14\2c 16\2c 20\] span.error {
    font-size: clamp(14px, 1.1111111111111112vw, 20px);
  }
}

.\[\&_svg\]\:h-full svg {
  height: 100%;
}

.\[\&_svg\]\:w-full svg {
  width: 100%;
}

.\[\&_svg_\*\]\:h-full svg * {
  height: 100%;
}

.\[\&_svg_\*\]\:w-full svg * {
  width: 100%;
}

.\[\&_svg_\*\]\:fill-white svg * {
  fill: #fff;
}

.\[\&_textarea\]\:w-full textarea {
  width: 100%;
}

.\[\&_textarea\]\:border textarea {
  border-width: 1px;
}

.\[\&_textarea\]\:border-solid textarea {
  border-style: solid;
}

.\[\&_textarea\]\:border-\[\#888888\] textarea {
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
}

.\[\&_textarea\]\:font-serif textarea {
  font-family: Noto Serif JP, sans-serif;
}

.\[\&_textarea\]\:font-medium textarea {
  font-weight: 500;
}

.\[\&_textarea\]\:p-clamp-\[1440\2c 10\2c 10\2c 20\] textarea {
  padding-top: clamp(10px, 0.6944444444444444vw, 20px);
  padding-right: clamp(10px, 0.6944444444444444vw, 20px);
  padding-bottom: clamp(10px, 0.6944444444444444vw, 20px);
  padding-left: clamp(10px, 0.6944444444444444vw, 20px);
}

.\[\&_textarea\]\:text-clamp-\[375\2c 14\2c 16\2c 20\] textarea {
  font-size: clamp(14px, 4.266666666666667vw, 20px);
}

@media (min-width: 1025px) {
  .min-1024\:\[\&_textarea\]\:text-clamp-\[1440\2c 14\2c 16\2c 20\] textarea {
    font-size: clamp(14px, 1.1111111111111112vw, 20px);
  }
}
/*# sourceMappingURL=tailwind-dist.css.map */