@charset "UTF-8";

/*
! 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 {
  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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  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 */
  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 */
  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::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;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  button,
  dt,
  dd,
  li {
  /* あなたがカスタマイズしたい要素を指定 */
  color: #202020;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  /* カスタム値を適用 */
}

*, ::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:  ;
}

::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:  ;
}

.container{
  width: 100%;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1272px){
  .container{
    max-width: 1272px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.kv-txt-cntr{
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
}

@media (min-width: 768px){
  .kv-txt-cntr{
    bottom: 78px;
    left: 80px;
    width: auto;
  }
}

.kv-txt-ja{
  position: relative;
  padding-bottom: 19px;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 36px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kv-txt-ja::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .kv-txt-ja{
    padding-bottom: 27px;
    font-size: 64px;
  }
}

.kv-txt-en{
  margin-top: 14px;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 22px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .kv-txt-en{
    margin-top: 22px;
    font-size: 34px;
  }
}

.bg-gara{
  position: relative;
  margin-top: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 214 / var(--tw-bg-opacity));
  padding-bottom: 74px;
  padding-top: 60px;
}

.bg-gara::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk-sp.webp");
  --tw-content: "";
  content: var(--tw-content);
}

.bg-gara::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: auto;
  top: auto;
  height: 30px;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk-sp.webp");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .bg-gara{
    margin-top: 88px;
    padding-bottom: 54px;
    padding-top: 68px;
  }
}

@media (min-width: 1024px){
  .bg-gara::before{
    height: 100%;
    width: 30px;
    content: var(--tw-content);
    background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk.webp");
  }

  .bg-gara::after{
    bottom: auto;
    left: auto;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 30px;
    content: var(--tw-content);
    background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk.webp");
  }
}

@media (min-width: 1536px){
  .bg-gara::before{
    content: var(--tw-content);
    width: 100px;
  }

  .bg-gara::after{
    content: var(--tw-content);
    width: 100px;
  }
}

.gara-width{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1420px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (min-width: 1024px){
  .gara-width{
    padding-left: 50px;
    padding-right: 50px;
  }
}

.top01{
  display: flex;
  height: 660px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
}

@media (min-width: 768px){
  .top01{
    width: 48%;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .top01{
    height: 600px;
    width: 100%;
    flex-direction: row;
  }
}

.top02{
  display: flex;
  height: 660px;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: center;
  padding-bottom: 40px;
}

@media (min-width: 768px){
  .top02{
    width: 48%;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .top02{
    height: 600px;
    width: 100%;
    flex-direction: row;
  }
}

.onsen01{
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .onsen01{
    font-size: 34px;
    line-height: 44px;
  }
}

.onsen02{
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px){
  .onsen02{
    margin-top: 24px;
    font-size: 17px;
    line-height: 32px;
  }
}

.onsen03{
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px){
  .onsen03{
    font-size: 17px;
    line-height: 32px;
  }
}

.onsen04{
  margin-top: 34px;
}

@media (min-width: 768px){
  .onsen04{
    margin-top: 40px;
  }
}

.onsen05{
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 768px){
  .onsen05{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.onsen06{
  width: 90px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(190 214 171 / var(--tw-border-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

@media (min-width: 768px){
  .onsen06{
    width: 160px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 17px;
    line-height: 27px;
  }
}

.onsen07{
  width: calc(100% - 100px);
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(190 214 171 / var(--tw-border-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 768px){
  .onsen07{
    width: calc(100% - 200px);
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 17px;
    line-height: 27px;
  }
}

.onsen08{
  margin-top: 84px;
}

@media (min-width: 768px){
  .onsen08{
    margin-top: 108px;
  }
}

.onsen09{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1420px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (min-width: 1024px){
  .onsen09{
    padding-left: 50px;
    padding-right: 50px;
  }
}

.onsen10{
  margin-top: 18px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 768px){
  .onsen10{
    margin-top: 40px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.onsen11{
  display: flex;
  height: 70px;
  width: 280px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  transition-duration: 500ms;
}

@media (min-width: 768px){
  .onsen11{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px){
  .onsen11:hover{
    --tw-border-opacity: 1;
    border-color: rgb(144 215 54 / var(--tw-border-opacity));
  }
}

.onsen12{
  padding-bottom: 0.1em;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 17px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(24 148 59 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 768px){
  .onsen12{
    text-align: left;
  }
}

@media (min-width: 1024px){
  .group:hover .onsen12{
    --tw-text-opacity: 1;
    color: rgb(144 215 54 / var(--tw-text-opacity));
  }
}

.onsen13{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px){
  .onsen13{
    width: 560px;
  }
}

@media (min-width: 1024px){
  .onsen13{
    height: 600px;
    width: 100%;
    flex-direction: row;
  }
}

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

@media (min-width: 1024px){
  .onsen14{
    width: 62%;
  }
}

.onsen15{
  aspect-ratio: 3 / 2;
}

@media (min-width: 1024px){
  .onsen15{
    aspect-ratio: auto;
    height: 100%;
  }
}

.onsen17{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 0px;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(144 215 54 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px){
  .onsen17{
    width: 38%;
    justify-content: center;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.onsen18{
  margin-top: 0px;
  text-align: center;
}

@media (min-width: 768px){
  .onsen18{
    margin-top: 12px;
    text-align: left;
  }
}

.onsen19{
  display: inline-flex;
  height: 22px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(24 148 59 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px){
  .onsen19{
    height: 28px;
  }
}

.onsen20{
  padding-top: 0.1em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .onsen20{
    font-size: 15px;
  }
}

.onsen21{
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media (min-width: 768px){
  .onsen21{
    margin-top: 18px;
  }
}

.onsen22{
  width: 100%;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 36px;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .onsen22{
    text-align: left;
    font-size: 54px;
    line-height: 1;
  }
}

.onsen23{
  width: 100%;
  padding-top: 0.1em;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(24 148 59 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .onsen23{
    width: auto;
    font-size: 24px;
  }
}

.onsen24{
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 1024px){
  .onsen24{
    margin-top: 24px;
    font-size: 17px;
    line-height: 32px;
  }
}

.onsen25{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}

@media (min-width: 768px){
  .onsen25{
    margin-top: 40px;
    flex-direction: row;
  }
}

.onsen26{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/sayaka01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen27{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/sayaka02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen28{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/sayaka03.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen29{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: center;
}

@media (min-width: 768px){
  .onsen29{
    width: 560px;
  }
}

@media (min-width: 1024px){
  .onsen29{
    height: 600px;
    width: 100%;
    flex-direction: row;
  }
}

.onsen30{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(144 215 54 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px){
  .onsen30{
    width: 38%;
    justify-content: center;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.onsen31{
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 1024px){
  .onsen31{
    font-size: 17px;
    line-height: 32px;
  }
}

.onsen32{
  aspect-ratio: 3 / 2;
  height: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/shizuka.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .onsen32{
    aspect-ratio: auto;
  }
}

.onsen33{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/shizuka01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen34{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/shizuka02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen35{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/shizuka03.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen36{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 768px){
  .onsen36{
    margin-top: 44px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.onsen37{
  aspect-ratio: 3 / 2;
  height: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/honoka.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .onsen37{
    aspect-ratio: auto;
  }
}

.onsen38{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/honoka01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen39{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/honoka02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen40{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/honoka03.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen41{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/haruka01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen42{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/haruka02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen43{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/haruka03.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen44{
  aspect-ratio: 3 / 2;
  height: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/haruka.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .onsen44{
    aspect-ratio: auto;
  }
}

.onsen45{
  position: relative;
  margin-top: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 214 / var(--tw-bg-opacity));
  padding-bottom: 74px;
  padding-top: 70px;
}

.onsen45::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 100%;
  background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk-sp.webp");
  --tw-content: "";
  content: var(--tw-content);
}

.onsen45::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: auto;
  top: auto;
  height: 30px;
  width: 100%;
  background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk-sp.webp");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .onsen45{
    margin-top: 138px;
    padding-bottom: 68px;
    padding-top: 80px;
  }
}

@media (min-width: 1024px){
  .onsen45::before{
    height: 100%;
    width: 30px;
    content: var(--tw-content);
    background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk.webp");
  }

  .onsen45::after{
    bottom: auto;
    left: auto;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 30px;
    content: var(--tw-content);
    background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk.webp");
  }
}

@media (min-width: 1536px){
  .onsen45::before{
    content: var(--tw-content);
    width: 100px;
  }

  .onsen45::after{
    content: var(--tw-content);
    width: 100px;
  }
}

.onsen46{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/salon01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen47{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/salon02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen48{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/salon03.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen49{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/salon04.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.onsen50{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/salon05.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.cuisine01{
  position: relative;
  height: 960px;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/kv.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.cuisine03{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1%;
       column-gap: 1%;
}

@media (min-width: 768px){
  .cuisine03{
    margin-top: 40px;
  }
}

.cuisine04{
  display: flex;
  height: 70px;
  width: 19%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  transition-duration: 500ms;
}

@media (min-width: 768px){
  .cuisine04{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px){
  .cuisine04:hover{
    --tw-border-opacity: 1;
    border-color: rgb(144 215 54 / var(--tw-border-opacity));
  }
}

.cuisine05{
  padding-bottom: 0.1em;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 17px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(24 148 59 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 1024px){
  .group:hover .cuisine05{
    --tw-text-opacity: 1;
    color: rgb(144 215 54 / var(--tw-text-opacity));
  }
}

.cuisine06{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 620px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px){
  .cuisine06{
    width: 560px;
  }
}

@media (min-width: 1024px){
  .cuisine06{
    height: 600px;
    width: 100%;
    flex-direction: row;
  }
}

.cuisine07{
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px){
  .cuisine07{
    aspect-ratio: auto;
    width: 62%;
  }
}

.cuisine08{
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 0px;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(144 215 54 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 36px;
  padding-top: 18px;
}

@media (min-width: 1024px){
  .cuisine08{
    width: 38%;
    justify-content: center;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cuisine09{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.cuisine10{
  width: 100%;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 36px;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .cuisine10{
    text-align: left;
    font-size: 54px;
    line-height: 64px;
  }
}

.cuisine11{
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 1024px){
  .cuisine11{
    margin-top: 24px;
    font-size: 17px;
    line-height: 32px;
  }
}

.cuisine12{
  aspect-ratio: 3 / 2;
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/houseki.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .cuisine12{
    aspect-ratio: auto;
  }
}

.cuisine13{
  aspect-ratio: 3 / 2;
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/kisetsu.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .cuisine13{
    aspect-ratio: auto;
  }
}

.cuisine14{
  aspect-ratio: 3 / 2;
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/toyama.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .cuisine14{
    aspect-ratio: auto;
  }
}

.cuisine15{
  aspect-ratio: 3 / 2;
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/bimi.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .cuisine15{
    aspect-ratio: auto;
  }
}

.cuisine16{
  aspect-ratio: 3 / 2;
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/gentei.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .cuisine16{
    aspect-ratio: auto;
  }
}

.cuisine17{
  margin-top: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 214 / var(--tw-bg-opacity));
  padding-bottom: 60px;
  padding-top: 44px;
}

@media (min-width: 768px){
  .cuisine17{
    margin-top: 142px;
    padding-bottom: 120px;
    padding-top: 88px;
  }
}

.cuisine18{
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/satoyama.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.cuisine19{
  position: relative;
  z-index: 10;
  display: block;
  height: 480px;
  width: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 46px;
}

@media (min-width: 768px){
  .cuisine19{
    padding-bottom: 26px;
  }
}

.cuisine20{
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px){
  .cuisine20{
    aspect-ratio: 640 / 428;
  }
}

.cuisine21{
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 22px;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 13px;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 34px;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

.cuisine21::after{
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 4px;
  width: 80px;
  --tw-translate-x: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(24 148 59 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .cuisine21{
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

.cuisine22{
  max-width: calc(100% - 40px);
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 20px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .cuisine22{
    font-size: 24px;
    line-height: 34px;
  }
}

.cuisine23{
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04999999999999982em;
}

@media (min-width: 768px){
  .cuisine23{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }
}

.cuisine24{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 24px;
}

@media (min-width: 768px){
  .cuisine24{
    margin-top: 25px;
  }
}

.cuisine25{
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/producer01-kv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.cuisine26{
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/producer02-kv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.cuisine27{
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/producer03-kv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.cuisine28{
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/producer04-kv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.cuisine29{
  height: 100%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/producer05-kv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.cuisine31{
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 214 / var(--tw-bg-opacity));
  padding-bottom: 100px;
  padding-top: 35px;
}

@media (min-width: 768px){
  .cuisine31{
    padding-bottom: 140px;
    padding-top: 120px;
  }
}

.cuisine32{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1420px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (min-width: 1024px){
  .cuisine32{
    padding-left: 50px;
    padding-right: 50px;
  }
}

.cuisine33{
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .cuisine33{
    font-size: 54px;
  }
}

.cuisine34{
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 32px;
}

@media (min-width: 768px){
  .cuisine34{
    margin-top: 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 60px;
  }
}

@media (min-width: 1024px){
  .cuisine34{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cuisine35{
  transition-duration: 500ms;
}

@media (min-width: 1024px){
  .cuisine35:hover{
    opacity: 0.6;
  }
}

.cuisine36{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add09.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine37{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add10.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine38{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add08.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine39{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add07.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine40{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add06.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine41{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine42{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine43{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine44{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/add01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine45{
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px){
  .cuisine45{
    font-size: 17px;
    line-height: 32px;
  }
}

.cuisine46{
  --tw-bg-opacity: 1;
  background-color: rgb(91 76 67 / var(--tw-bg-opacity));
  padding-bottom: 42px;
  padding-top: 70px;
}

@media (min-width: 768px){
  .cuisine46{
    padding-bottom: 104px;
    padding-top: 104px;
  }
}

.cuisine47{
  position: relative;
  padding-bottom: 14px;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 26px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cuisine47::after{
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 4px;
  width: 80px;
  --tw-translate-x: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(24 148 59 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .cuisine47{
    padding-bottom: 20px;
    font-size: 54px;
    line-height: 64px;
  }
}

.cuisine48{
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 22px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .cuisine48{
    font-size: 34px;
    line-height: 44px;
  }
}

.cuisine49{
  margin-top: 16px;
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cuisine50{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/facilities/kasuga01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine51{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/daienkai.webp");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine52{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/chuuenkai.webp");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine53{
  aspect-ratio: 3 / 2;
  width: 100%;
  background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/cuisine/shouenkai.webp");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine54{
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 214 / var(--tw-bg-opacity));
  padding-bottom: 76px;
  padding-top: 70px;
}

@media (min-width: 1024px){
  .cuisine54{
    padding-bottom: 104px;
    padding-top: 104px;
  }
}

.cuisine55{
  position: relative;
  padding-bottom: 14px;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 26px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

.cuisine55::after{
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 4px;
  width: 80px;
  --tw-translate-x: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(24 148 59 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .cuisine55{
    padding-bottom: 20px;
    font-size: 54px;
    line-height: 64px;
  }
}

.cuisine56{
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 12px;
}

@media (min-width: 768px){
  .cuisine56{
    margin-top: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 52px;
  }
}

@media (min-width: 1280px){
  .cuisine56{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cuisine57{
  margin-top: 14px;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 22px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .cuisine57{
    margin-top: 20px;
    font-size: 34px;
    line-height: 44px;
  }
}

.cuisine58{
  margin-top: 4px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .cuisine58{
    margin-top: 10px;
    font-size: 17px;
    line-height: 27px;
  }
}

.cuisine59{
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 24px;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

.cuisine60{
  margin-top: 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px){
  .cuisine60{
    font-size: 17px;
    line-height: 32px;
  }
}

.cuisine61{
  position: relative;
  margin-top: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 214 / var(--tw-bg-opacity));
  padding-bottom: 58px;
  padding-top: 60px;
}

.cuisine61::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 100%;
  background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk-sp.webp");
  --tw-content: "";
  content: var(--tw-content);
}

.cuisine61::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: auto;
  top: auto;
  height: 30px;
  width: 100%;
  background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk-sp.webp");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .cuisine61{
    margin-top: 88px;
    padding-bottom: 54px;
    padding-top: 68px;
  }
}

@media (min-width: 1024px){
  .cuisine61::before{
    height: 100%;
    width: 30px;
    content: var(--tw-content);
    background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk.webp");
  }

  .cuisine61::after{
    bottom: auto;
    left: auto;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 30px;
    content: var(--tw-content);
    background-image: url("/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk.webp");
  }
}

@media (min-width: 1536px){
  .cuisine61::before{
    content: var(--tw-content);
    width: 100px;
  }

  .cuisine61::after{
    content: var(--tw-content);
    width: 100px;
  }
}

.cuisine62{
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .cuisine62{
    font-size: 34px;
  }
}

.cuisine63{
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px){
  .cuisine63{
    margin-top: 18px;
    font-size: 17px;
    line-height: 32px;
  }
}

.cuisine64{
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px){
  .cuisine64{
    font-size: 17px;
    line-height: 32px;
  }
}

.cuisine65{
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 768px){
  .cuisine65{
    margin-top: 26px;
  }

  .cuisine66{
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (min-width: 1024px){
  .cuisine66{
    padding-left: 50px;
    padding-right: 50px;
  }
}

.cuisine67{
  margin-top: 84px;
}

@media (min-width: 768px){
  .cuisine67{
    margin-top: 108px;
  }
}

.cuisine68{
  padding-bottom: 52px;
  padding-top: 88px;
}

@media (min-width: 768px){
  .cuisine68{
    padding-bottom: 140px;
    padding-top: 115px;
  }
}

.cuisine69{
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  padding-bottom: 58px;
}

@media (min-width: 768px){
  .cuisine69{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 32px;
    padding-bottom: 72px;
  }
}

.room01{
  position: relative;
  height: 960px;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/kv.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.room02{
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 22px;
}

@media (min-width: 768px){
  .room02{
    align-items: flex-start;
  }
}

@media (min-width: 1024px){
  .room02{
    flex-direction: row;
  }
}

.room03{
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .room03{
    font-size: 34px;
  }
}

.room04{
  margin-top: 22px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px){
  .room04{
    margin-top: 32px;
    font-size: 17px;
    line-height: 32px;
  }
}

.room05{
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

@media (min-width: 768px){
  .room05{
    font-size: 17px;
    line-height: 32px;
  }
}

.room06{
  margin-left: auto;
  margin-right: auto;
  height: 68px;
  width: 240px;
  background-image: url("http://yu-toriaettyu/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/wheelchair.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.room07{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height: 68px;
  width: 240px;
  background-image: url("http://yu-toriaettyu/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/no-smoking.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.room08{
  margin-top: 34px;
}

@media (min-width: 768px){
  .room08{
    margin-top: 42px;
  }
}

.room09{
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

@media (min-width: 768px){
  .room09{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.room10{
  width: 90px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(190 214 171 / var(--tw-border-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

@media (min-width: 768px){
  .room10{
    width: 160px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 17px;
    line-height: 27px;
  }
}

.room11{
  width: calc(100% - 100px);
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(190 214 171 / var(--tw-border-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 768px){
  .room11{
    width: calc(100% - 200px);
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 17px;
    line-height: 27px;
  }
}

.room12{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1420px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (min-width: 1024px){
  .room12{
    padding-left: 50px;
    padding-right: 50px;
  }
}

.room13{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 640px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
}

@media (min-width: 768px){
  .room13{
    width: 560px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .room13{
    height: 600px;
    width: 100%;
    flex-direction: row;
  }
}

.room14{
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px){
  .room14{
    aspect-ratio: auto;
    width: 62%;
  }
}

.room15{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 0px;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(144 215 54 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px){
  .room15{
    width: 38%;
    justify-content: center;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sec-ttl{
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 36px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .sec-ttl{
    font-size: 64px;
  }
}

.wrap{
  background-size: 100% auto;
  background-repeat: repeat-y;
}

@media (min-width: 768px){
  .wrap{
    background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-pc.webp");
  }
}

.kv-txt{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  white-space: nowrap;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.19999999999999996em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  writing-mode: vertical-rl;
}

@media (min-width: 768px){
  .kv-txt{
    font-size: 48px;
    line-height: 88px;
  }
}

.sec-torikumi{
  position: relative;
  margin-top: 66px;
  padding-bottom: 40px;
}

.sec-torikumi::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 84%;
  width: 100%;
  background-image: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/bg-effort.webp");
  background-size: cover;
  background-position: center;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px){
  .sec-torikumi{
    margin-top: 106px;
    padding-bottom: 122px;
  }
}

.torikumi-cntr{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: grid;
  justify-content: center;
  gap: 20px;
}

@media (min-width: 768px){
  .torikumi-cntr{
    max-width: 880px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .torikumi-cntr{
    gap: 40px;
  }
}

@media (min-width: 1280px){
  .torikumi-cntr{
    max-width: 100%;
  }
}

.torikumi{
  position: relative;
  z-index: 10;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
}

@media (min-width: 768px){
  .torikumi{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 48px;
    padding-top: 0px;
  }
}

.torikumi-imgWrap{
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

@media (min-width: 768px){
  .torikumi-imgWrap{
    aspect-ratio: 640 / 428;
    border-radius: 0px;
  }
}

.torikumi-ttlWrap{
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 15px;
  text-align: center;
  font-family: ZenAntiqueRegularSubset, serif;
  font-size: 34px;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

.torikumi-ttlWrap::after{
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 4px;
  width: 80px;
  --tw-translate-x: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(24 148 59 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .torikumi-ttlWrap{
    margin-top: 32px;
    padding-bottom: 20px;
  }
}

.torikumi-txt{
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04999999999999982em;
}

@media (min-width: 768px){
  .torikumi-txt{
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 25px;
    font-size: 17px;
    line-height: 32px;
  }
}

.media-slider{
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px){
  .media-slider{
    aspect-ratio: auto;
    width: 62%;
  }
}

.media-link{
  display: inline-flex;
  height: 58px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 35px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(24 148 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  transition-duration: 500ms;
}

@media (min-width: 1024px){
  .media-link{
    height: 70px;
  }

  .media-link:hover{
    --tw-border-opacity: 1;
    border-color: rgb(144 215 54 / var(--tw-border-opacity));
  }
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.\!static{
  position: static !important;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-bottom-60{
  bottom: -60px;
}

.bottom-10{
  bottom: 10px;
}

.bottom-30{
  bottom: 30px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-30{
  left: 30px;
}

.left-50p{
  left: 50%;
}

.right-10{
  right: 10px;
}

.right-16{
  right: 16px;
}

.right-20{
  right: 20px;
}

.right-6{
  right: 6px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-11{
  top: 11px;
}

.top-16{
  top: 16px;
}

.top-2{
  top: 2px;
}

.top-38{
  top: 38px;
}

.top-40{
  top: 40px;
}

.top-50p{
  top: 50%;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-20{
  margin-left: 20px;
  margin-right: 20px;
}

.mx-40{
  margin-left: 40px;
  margin-right: 40px;
}

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

.-ml-22{
  margin-left: -22px;
}

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

.mb-0{
  margin-bottom: 0px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-15{
  margin-bottom: 15px;
}

.mb-6{
  margin-bottom: 6px;
}

.ml-10{
  margin-left: 10px;
}

.ml-1em{
  margin-left: 1em;
}

.ml-2{
  margin-left: 2px;
}

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

.mr-1em{
  margin-right: 1em;
}

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

.mt-0{
  margin-top: 0px;
}

.mt-10{
  margin-top: 10px;
}

.mt-100{
  margin-top: 100px;
}

.mt-11{
  margin-top: 11px;
}

.mt-12{
  margin-top: 12px;
}

.mt-120{
  margin-top: 120px;
}

.mt-14{
  margin-top: 14px;
}

.mt-15{
  margin-top: 15px;
}

.mt-16{
  margin-top: 16px;
}

.mt-18{
  margin-top: 18px;
}

.mt-2{
  margin-top: 2px;
}

.mt-20{
  margin-top: 20px;
}

.mt-22{
  margin-top: 22px;
}

.mt-24{
  margin-top: 24px;
}

.mt-25{
  margin-top: 25px;
}

.mt-26{
  margin-top: 26px;
}

.mt-30{
  margin-top: 30px;
}

.mt-32{
  margin-top: 32px;
}

.mt-34{
  margin-top: 34px;
}

.mt-36{
  margin-top: 36px;
}

.mt-38{
  margin-top: 38px;
}

.mt-4{
  margin-top: 4px;
}

.mt-40{
  margin-top: 40px;
}

.mt-42{
  margin-top: 42px;
}

.mt-44{
  margin-top: 44px;
}

.mt-48{
  margin-top: 48px;
}

.mt-50{
  margin-top: 50px;
}

.mt-52{
  margin-top: 52px;
}

.mt-56{
  margin-top: 56px;
}

.mt-60{
  margin-top: 60px;
}

.mt-62{
  margin-top: 62px;
}

.mt-66{
  margin-top: 66px;
}

.mt-7{
  margin-top: 7px;
}

.mt-74{
  margin-top: 74px;
}

.mt-8{
  margin-top: 8px;
}

.mt-80{
  margin-top: 80px;
}

.mt-82{
  margin-top: 82px;
}

.mt-84{
  margin-top: 84px;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.aspect-3\/2{
  aspect-ratio: 3 / 2;
}

.aspect-640\/428{
  aspect-ratio: 640 / 428;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-0{
  height: 0px;
}

.h-100{
  height: 100px;
}

.h-12{
  height: 12px;
}

.h-1200{
  height: 1200px;
}

.h-16{
  height: 16px;
}

.h-160{
  height: 160px;
}

.h-18{
  height: 18px;
}

.h-2{
  height: 2px;
}

.h-22{
  height: 22px;
}

.h-24{
  height: 24px;
}

.h-26{
  height: 26px;
}

.h-28{
  height: 28px;
}

.h-30{
  height: 30px;
}

.h-314{
  height: 314px;
}

.h-320{
  height: 320px;
}

.h-4{
  height: 4px;
}

.h-400{
  height: 400px;
}

.h-44{
  height: 44px;
}

.h-50{
  height: 50px;
}

.h-56{
  height: 56px;
}

.h-58{
  height: 58px;
}

.h-6{
  height: 6px;
}

.h-64{
  height: 64px;
}

.h-70{
  height: 70px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-600{
  min-height: 600px;
}

.w-10{
  width: 10px;
}

.w-100{
  width: 100px;
}

.w-114{
  width: 114px;
}

.w-120{
  width: 120px;
}

.w-122{
  width: 122px;
}

.w-140{
  width: 140px;
}

.w-16{
  width: 16px;
}

.w-160{
  width: 160px;
}

.w-162{
  width: 162px;
}

.w-182{
  width: 182px;
}

.w-190{
  width: 190px;
}

.w-20{
  width: 20px;
}

.w-24{
  width: 24px;
}

.w-240{
  width: 240px;
}

.w-242{
  width: 242px;
}

.w-28{
  width: 28px;
}

.w-280{
  width: 280px;
}

.w-30{
  width: 30px;
}

.w-300{
  width: 300px;
}

.w-320{
  width: 320px;
}

.w-331{
  width: 331px;
}

.w-34{
  width: 34px;
}

.w-41p{
  width: 41%;
}

.w-42{
  width: 42px;
}

.w-50{
  width: 50px;
}

.w-54p{
  width: 54%;
}

.w-620{
  width: 620px;
}

.w-7{
  width: 7px;
}

.w-8{
  width: 8px;
}

.w-80p{
  width: 80%;
}

.w-90{
  width: 90px;
}

.w-9em{
  width: 9em;
}

.w-calc-100{
  width: calc(100% - 100px);
}

.w-calc-60{
  width: calc(100% - 60px);
}

.w-full{
  width: 100%;
}

.min-w-120{
  min-width: 120px;
}

.min-w-540{
  min-width: 540px;
}

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

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

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

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

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

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

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

.max-w-calc-30{
  max-width: calc(100% - 30px);
}

.max-w-calc-40{
  max-width: calc(100% - 40px);
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.shrink{
  flex-shrink: 1;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}

.-translate-x-50p{
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}

.-translate-y-50p{
  --tw-translate-y: -50%;
  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{
  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-default{
  cursor: default;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize{
  resize: both;
}

.columns-2{
  -moz-columns: 2;
       columns: 2;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.content-between{
  align-content: space-between;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.justify-start{
  justify-content: flex-start;
}

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

.justify-between{
  justify-content: space-between;
}

.gap-10{
  gap: 10px;
}

.gap-20{
  gap: 20px;
}

.gap-5{
  gap: 5px;
}

.gap-x-10{
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-11{
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.gap-x-12{
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-15{
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-20{
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-30{
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-x-36{
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.gap-x-40{
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-x-5{
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-x-6{
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.gap-x-8{
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-9{
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.gap-y-10{
  row-gap: 10px;
}

.gap-y-12{
  row-gap: 12px;
}

.gap-y-16{
  row-gap: 16px;
}

.gap-y-20{
  row-gap: 20px;
}

.gap-y-22{
  row-gap: 22px;
}

.gap-y-24{
  row-gap: 24px;
}

.gap-y-25{
  row-gap: 25px;
}

.gap-y-32{
  row-gap: 32px;
}

.gap-y-34{
  row-gap: 34px;
}

.gap-y-40{
  row-gap: 40px;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-10{
  border-radius: 10px;
}

.rounded-12{
  border-radius: 12px;
}

.rounded-20{
  border-radius: 20px;
}

.rounded-25{
  border-radius: 25px;
}

.rounded-28{
  border-radius: 28px;
}

.rounded-29{
  border-radius: 29px;
}

.rounded-32{
  border-radius: 32px;
}

.rounded-35{
  border-radius: 35px;
}

.rounded-5{
  border-radius: 5px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-br-40{
  border-bottom-right-radius: 40px;
}

.rounded-tl-none{
  border-top-left-radius: 0px;
}

.rounded-tr-none{
  border-top-right-radius: 0px;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

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

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

.border-t{
  border-top-width: 1px;
}

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

.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(24 148 59 / var(--tw-border-opacity));
}

.border-lightGreen{
  --tw-border-opacity: 1;
  border-color: rgb(144 215 54 / var(--tw-border-opacity));
}

.border-line{
  --tw-border-opacity: 1;
  border-color: rgb(190 214 171 / var(--tw-border-opacity));
}

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

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(91 76 67 / var(--tw-bg-opacity));
}

.bg-darkBeige{
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 214 / var(--tw-bg-opacity));
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(24 148 59 / var(--tw-bg-opacity));
}

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

.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

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

.bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-sp\.webp\'\)\]{
  background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-sp.webp');
}

.bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/footer-sp\.webp\'\)\]{
  background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/footer-sp.webp');
}

.bg-\[size\:100\%_auto\]{
  background-size: 100% auto;
}

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

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

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

.fill-black{
  fill: #202020;
}

.fill-green{
  fill: #18943B;
}

.fill-lightGreen{
  fill: #90D736;
}

.fill-white{
  fill: #fff;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 1px;
}

.p-10{
  padding: 10px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 10px;
  padding-right: 10px;
}

.px-14{
  padding-left: 14px;
  padding-right: 14px;
}

.px-16{
  padding-left: 16px;
  padding-right: 16px;
}

.px-18{
  padding-left: 18px;
  padding-right: 18px;
}

.px-20{
  padding-left: 20px;
  padding-right: 20px;
}

.px-22{
  padding-left: 22px;
  padding-right: 22px;
}

.px-25{
  padding-left: 25px;
  padding-right: 25px;
}

.px-30{
  padding-left: 30px;
  padding-right: 30px;
}

.px-4{
  padding-left: 4px;
  padding-right: 4px;
}

.px-6{
  padding-left: 6px;
  padding-right: 6px;
}

.px-8{
  padding-left: 8px;
  padding-right: 8px;
}

.py-13{
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-16{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-19{
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-2{
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-23{
  padding-top: 23px;
  padding-bottom: 23px;
}

.py-25{
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-32{
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-80{
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-0_1em{
  padding-bottom: 0.1em;
}

.pb-1{
  padding-bottom: 1px;
}

.pb-10{
  padding-bottom: 10px;
}

.pb-100{
  padding-bottom: 100px;
}

.pb-104{
  padding-bottom: 104px;
}

.pb-12{
  padding-bottom: 12px;
}

.pb-13{
  padding-bottom: 13px;
}

.pb-14{
  padding-bottom: 14px;
}

.pb-15{
  padding-bottom: 15px;
}

.pb-17{
  padding-bottom: 17px;
}

.pb-19{
  padding-bottom: 19px;
}

.pb-2{
  padding-bottom: 2px;
}

.pb-20{
  padding-bottom: 20px;
}

.pb-24{
  padding-bottom: 24px;
}

.pb-25{
  padding-bottom: 25px;
}

.pb-30{
  padding-bottom: 30px;
}

.pb-34{
  padding-bottom: 34px;
}

.pb-36{
  padding-bottom: 36px;
}

.pb-40{
  padding-bottom: 40px;
}

.pb-42{
  padding-bottom: 42px;
}

.pb-46{
  padding-bottom: 46px;
}

.pb-48{
  padding-bottom: 48px;
}

.pb-52{
  padding-bottom: 52px;
}

.pb-54{
  padding-bottom: 54px;
}

.pb-58{
  padding-bottom: 58px;
}

.pb-60{
  padding-bottom: 60px;
}

.pb-74{
  padding-bottom: 74px;
}

.pb-76{
  padding-bottom: 76px;
}

.pb-80{
  padding-bottom: 80px;
}

.pl-1em{
  padding-left: 1em;
}

.pl-2em{
  padding-left: 2em;
}

.pr-20{
  padding-right: 20px;
}

.pr-22{
  padding-right: 22px;
}

.pr-42{
  padding-right: 42px;
}

.pr-5{
  padding-right: 5px;
}

.pr-78{
  padding-right: 78px;
}

.pt-0_1em{
  padding-top: 0.1em;
}

.pt-100{
  padding-top: 100px;
}

.pt-16{
  padding-top: 16px;
}

.pt-160{
  padding-top: 160px;
}

.pt-18{
  padding-top: 18px;
}

.pt-20{
  padding-top: 20px;
}

.pt-25{
  padding-top: 25px;
}

.pt-30{
  padding-top: 30px;
}

.pt-35{
  padding-top: 35px;
}

.pt-40{
  padding-top: 40px;
}

.pt-44{
  padding-top: 44px;
}

.pt-46{
  padding-top: 46px;
}

.pt-48{
  padding-top: 48px;
}

.pt-58{
  padding-top: 58px;
}

.pt-60{
  padding-top: 60px;
}

.pt-64{
  padding-top: 64px;
}

.pt-70{
  padding-top: 70px;
}

.pt-80{
  padding-top: 80px;
}

.pt-88{
  padding-top: 88px;
}

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

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

.-indent-1em{
  text-indent: -1em;
}

.-indent-2em{
  text-indent: -2em;
}

.font-KaiseiTokumin{
  font-family: Kaisei Tokumin, serif;
}

.font-ZenAntique{
  font-family: ZenAntiqueRegularSubset, serif;
}

.text-12{
  font-size: 12px;
}

.text-13{
  font-size: 13px;
}

.text-14{
  font-size: 14px;
}

.text-15{
  font-size: 15px;
}

.text-16{
  font-size: 16px;
}

.text-17{
  font-size: 17px;
}

.text-20{
  font-size: 20px;
}

.text-22{
  font-size: 22px;
}

.text-24{
  font-size: 24px;
}

.text-26{
  font-size: 26px;
}

.text-30{
  font-size: 30px;
}

.text-34{
  font-size: 34px;
}

.text-36{
  font-size: 36px;
}

.text-40{
  font-size: 40px;
}

.text-48{
  font-size: 48px;
}

.text-60{
  font-size: 60px;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-100{
  line-height: 100px;
}

.leading-15{
  line-height: 15px;
}

.leading-16{
  line-height: 16px;
}

.leading-17{
  line-height: 17px;
}

.leading-19{
  line-height: 19px;
}

.leading-20{
  line-height: 20px;
}

.leading-22{
  line-height: 22px;
}

.leading-25{
  line-height: 25px;
}

.leading-27{
  line-height: 27px;
}

.leading-30{
  line-height: 30px;
}

.leading-32{
  line-height: 32px;
}

.leading-34{
  line-height: 34px;
}

.leading-36{
  line-height: 36px;
}

.leading-42{
  line-height: 42px;
}

.leading-44{
  line-height: 44px;
}

.leading-46{
  line-height: 46px;
}

.leading-60{
  line-height: 60px;
}

.leading-68{
  line-height: 68px;
}

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

.leading-tight{
  line-height: 1.25;
}

.-tracking-130{
  letter-spacing: -1.2999999999999998em;
}

.-tracking-150{
  letter-spacing: -1.5em;
}

.tracking-1{
  letter-spacing: 0.010000000000000231em;
}

.text-brown{
  --tw-text-opacity: 1;
  color: rgb(91 76 67 / var(--tw-text-opacity));
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(24 148 59 / var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(216 12 24 / var(--tw-text-opacity));
}

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

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

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500{
  transition-duration: 500ms;
}

.vertical-rl{
  writing-mode: vertical-rl;
}

.scrollbar::-webkit-scrollbar {
  background: #ddd;
  height: 6px;
  border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.\[hostname\:port\]{
  hostname: port;
}

@font-face {
  font-family: "ZenAntiqueRegularSubset";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("https://www.yu-toriaettyu.co.jp/src/ZenAntique-Regular_subset.woff2") format("woff2");
}

#upfrntPlans,
#latest_cstm_review,
.module-history-domsearch {
  display: none;
}

.wrap {
  padding-top: 120px;
}

#htlContents {
  max-width: 100%;
}

#htlSide-A {
  position: absolute;
  top: 364px;
  left: -20px;
}

#htlMainContent {
  margin-left: 0px;
  width: 100%;
}

div#RthCustomizeW {
  margin-left: -20px;
  width: calc(100% + 20px);
}

.slider {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
}

.slider > div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  animation: fadeInOut 50s infinite;
}

.slider > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv01.webp") center/cover no-repeat;
}

.slider > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv02.webp") center/cover no-repeat;
}

.slider > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv03.webp") center/cover no-repeat;
}

.slider > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv04.webp") center/cover no-repeat;
}

.slider > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv04-2.webp") center/cover no-repeat;
}

.slider > div:nth-child(6) {
  animation-delay: 25s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv04-3.webp") center/cover no-repeat;
}

.slider > div:nth-child(7) {
  animation-delay: 30s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv05.webp") center/cover no-repeat;
}

.slider > div:nth-child(8) {
  animation-delay: 35s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv06.webp") center/cover no-repeat;
}

.slider > div:nth-child(9) {
  animation-delay: 40s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv07.webp") center/cover no-repeat;
}

.slider > div:nth-child(10) {
  animation-delay: 45s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/kv08.webp") center/cover no-repeat;
}

.slider-onsen,
.slider-cuisine,
.slider-room,
.slider-facilities,
.slider-kiyose,
.slider-room01,
.slider-room02,
.slider-room03,
.slider-room04,
.slider-room05,
.slider-test {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-onsen > div,
.slider-cuisine > div,
.slider-room > div,
.slider-facilities > div,
.slider-kiyose > div,
.slider-room01 > div,
.slider-room02 > div,
.slider-room03 > div,
.slider-room04 > div,
.slider-room05 > div,
.slider-test > div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

.slider-test > div {
  animation: fadeInOut 9s ease-in-out infinite;
}

.slider-test > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/tokubetsu01.webp") center/cover no-repeat;
}

.slider-test > div:nth-child(2) {
  animation-delay: 3s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/tokubetsu02.webp") center/cover no-repeat;
}

.slider-test > div:nth-child(3) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/tokubetsu03.webp") center/cover no-repeat;
}

.slider-room01 > div {
  animation: fadeInOut 25s ease-in-out infinite;
}

.slider-room01 > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/tokubetsu01.webp") center/cover no-repeat;
}

.slider-room01 > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/tokubetsu03.webp") center/cover no-repeat;
}

.slider-room01 > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/tokubetsu04.webp") center/cover no-repeat;
}

.slider-room01 > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/tokubetsu05.webp") center/cover no-repeat;
}

.slider-room01 > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/tokubetsu06.webp") center/cover no-repeat;
}

.slider-room02 > div {
  animation: fadeInOut 20s ease-in-out infinite;
}

.slider-room02 > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/washitsu01.webp") center/cover no-repeat;
}

.slider-room02 > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/washitsu02.webp") center/cover no-repeat;
}

.slider-room02 > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/washitsu03.webp") center/cover no-repeat;
}

.slider-room02 > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/washitsu04.webp") center/cover no-repeat;
}

.slider-room03 > div {
  animation: fadeInOut 30s ease-in-out infinite;
}

.slider-room03 > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/twin01.webp") center/cover no-repeat;
}

.slider-room03 > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/twin02.webp") center/cover no-repeat;
}

.slider-room03 > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/twin03.webp") center/cover no-repeat;
}

.slider-room03 > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/twin04.webp") center/cover no-repeat;
}

.slider-room03 > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/twin05.webp") center/cover no-repeat;
}

.slider-room03 > div:nth-child(6) {
  animation-delay: 25s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/twin06.webp") center/cover no-repeat;
}

.slider-room04 > div {
  animation: fadeInOut 35s ease-in-out infinite;
}

.slider-room04 > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/modan01.webp") center/cover no-repeat;
}

.slider-room04 > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/modan02.webp") center/cover no-repeat;
}

.slider-room04 > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/modan03.webp") center/cover no-repeat;
}

.slider-room04 > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/modan04.webp") center/cover no-repeat;
}

.slider-room04 > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/modan05.webp") center/cover no-repeat;
}

.slider-room04 > div:nth-child(6) {
  animation-delay: 25s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/modan06.webp") center/cover no-repeat;
}

.slider-room04 > div:nth-child(7) {
  animation-delay: 30s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/modan07.webp") center/cover no-repeat;
}

.slider-room05 > div {
  animation: fadeInOut 30s ease-in-out infinite;
}

.slider-room05 > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/youshitsu01.webp") center/cover no-repeat;
}

.slider-room05 > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/youshitsu02.webp") center/cover no-repeat;
}

.slider-room05 > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/youshitsu03.webp") center/cover no-repeat;
}

.slider-room05 > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/youshitsu04.webp") center/cover no-repeat;
}

.slider-room05 > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/youshitsu05.webp") center/cover no-repeat;
}

.slider-room05 > div:nth-child(6) {
  animation-delay: 25s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/room/youshitsu06.webp") center/cover no-repeat;
}

.slider-kiyose {
  aspect-ratio: 3/2;
}

.slider-kiyose > div {
  animation: fadeInOut 15s ease-in-out infinite;
}

.slider-kiyose > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/facilities/kiyose01.webp") center/cover no-repeat;
}

.slider-kiyose > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/facilities/kiyose02.webp") center/cover no-repeat;
}

.slider-kiyose > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/facilities/kiyose03.webp") center/cover no-repeat;
}

.slider-onsen > div {
  animation: fadeInOut 35s ease-in-out infinite;
}

.slider-onsen > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/onsen01.webp") center/cover no-repeat;
}

.slider-onsen > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/onsen02.webp") center/cover no-repeat;
}

.slider-onsen > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/onsen03.webp") center/cover no-repeat;
}

.slider-onsen > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/onsen04.webp") center/cover no-repeat;
}

.slider-onsen > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/onsen05.webp") center/cover no-repeat;
}

.slider-onsen > div:nth-child(6) {
  animation-delay: 25s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/onsen06.webp") center/cover no-repeat;
}

.slider-onsen > div:nth-child(7) {
  animation-delay: 30s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/onsen07.webp") center/cover no-repeat;
}

.slider-cuisine > div {
  animation: fadeInOut 35s ease-in-out infinite;
}

.slider-cuisine > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/cuisine01.webp") center/cover no-repeat;
}

.slider-cuisine > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/cuisine02.webp") center/cover no-repeat;
}

.slider-cuisine > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/cuisine03.webp") center/cover no-repeat;
}

.slider-cuisine > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/cuisine04.webp") center/cover no-repeat;
}

.slider-cuisine > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/cuisine05.webp") center/cover no-repeat;
}

.slider-cuisine > div:nth-child(6) {
  animation-delay: 25s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/cuisine06.webp") center/cover no-repeat;
}

.slider-cuisine > div:nth-child(7) {
  animation-delay: 30s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/cuisine07.webp") center/cover no-repeat;
}

.slider-room > div {
  animation: fadeInOut 30s ease-in-out infinite;
}

.slider-room > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/room02.webp") center/cover no-repeat;
}

.slider-room > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/room03.webp") center/cover no-repeat;
}

.slider-room > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/room04.webp") center/cover no-repeat;
}

.slider-room > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/room05.webp") center/cover no-repeat;
}

.slider-room > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/room06.webp") center/cover no-repeat;
}

.slider-room > div:nth-child(6) {
  animation-delay: 25s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/room07.webp") center/cover no-repeat;
}

.slider-facilities > div {
  animation: fadeInOut 35s ease-in-out infinite;
}

.slider-facilities > div:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/facility01.webp") center/cover no-repeat;
}

.slider-facilities > div:nth-child(2) {
  animation-delay: 5s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/facility02.webp") center/cover no-repeat;
}

.slider-facilities > div:nth-child(3) {
  animation-delay: 10s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/facility03.webp") center/cover no-repeat;
}

.slider-facilities > div:nth-child(4) {
  animation-delay: 15s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/facility04.webp") center/cover no-repeat;
}

.slider-facilities > div:nth-child(5) {
  animation-delay: 20s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/facility05.webp") center/cover no-repeat;
}

.slider-facilities > div:nth-child(6) {
  animation-delay: 25s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/facility06.webp") center/cover no-repeat;
}

.slider-facilities > div:nth-child(7) {
  animation-delay: 30s;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/facility07.webp") center/cover no-repeat;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 1;
  }

  98% {
    opacity: 1;
  }

  100% {
    z-index: 0;
    opacity: 0;
  }
}

.producer-slide {
  display: flex;
  gap: 0 10px;
  overflow: hidden;
  position: relative;
}

.producer-slide:hover ul {
  animation-play-state: paused;
}

.producer-slide ul {
  display: flex;
  gap: 0 10px;
  animation: loop-slide 30s infinite linear 1s both;
}

.slideshow-wrap {
  margin-top: 80px;
  display: flex;
  height: 315px;
  overflow: hidden;
  position: relative;
}

.slideshow-wrap:hover ul {
  animation-play-state: paused;
}

.slideshow-wrap ul {
  display: flex;
  animation: loop-slide 40s infinite linear 1s both;
}

.slideshow-wrap ul li {
  width: 315px;
  height: 315px;
}

.slideshow-wrap ul li:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/02/instagram01.jpg.webp") center/cover no-repeat;
}

.slideshow-wrap ul li:nth-child(2) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/04/ig_img03.jpg.webp") center/cover no-repeat;
}

.slideshow-wrap ul li:nth-child(3) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/02/instagram03.jpg.webp") center/cover no-repeat;
}

.slideshow-wrap ul li:nth-child(4) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/02/instagram04.jpg.webp") center/cover no-repeat;
}

.slideshow-wrap ul li:nth-child(5) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/02/instagram05.jpg.webp") center/cover no-repeat;
}

.slideshow-wrap ul li:nth-child(6) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/02/instagram06.jpg.webp") center/cover no-repeat;
}

.cuisine-slide {
  margin-top: 80px;
  display: flex;
  gap: 0 10px;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.cuisine-slide:hover ul {
  animation-play-state: paused;
}

.cuisine-slide ul {
  display: flex;
  gap: 0 10px;
  animation: loop-slide 40s infinite linear 1s both;
}

.cuisine-slide ul li {
  width: 315px;
  height: 240px;
}

.cuisine-slide ul li:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/nomikurabe.jpg") center/cover no-repeat;
}

.cuisine-slide ul li:nth-child(2) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/05_kisetsu.jpg") center/cover no-repeat;
}

.cuisine-slide ul li:nth-child(3) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/230323_021.jpg") center/cover no-repeat;
}

.cuisine-slide ul li:nth-child(4) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/01_houseki.jpg") center/cover no-repeat;
}

.cuisine-slide ul li:nth-child(5) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/03_sachi01.jpg") center/cover no-repeat;
}

.cuisine-slide ul li:nth-child(6) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/04_otegaru.jpg") center/cover no-repeat;
}

.cuisine-slide2 {
  margin-top: 80px;
  display: flex;
  gap: 0 10px;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.cuisine-slide2:hover ul {
  animation-play-state: paused;
}

.cuisine-slide2 ul {
  display: flex;
  gap: 0 10px;
  animation: loop-slide 40s infinite linear 1s both;
}

.cuisine-slide2 ul li {
  width: 315px;
  height: 240px;
}

.cuisine-slide2 ul li:nth-child(1) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/230802_194.jpg") center/cover no-repeat;
}

.cuisine-slide2 ul li:nth-child(2) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/2024-10_field_pork.jpg") center/cover no-repeat;
}

.cuisine-slide2 ul li:nth-child(3) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/satoyama.jpg") center/cover no-repeat;
}

.cuisine-slide2 ul li:nth-child(4) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/230802_292.jpg") center/cover no-repeat;
}

.cuisine-slide2 ul li:nth-child(5) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/230802_173.jpg") center/cover no-repeat;
}

.cuisine-slide2 ul li:nth-child(6) {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/uploads/2024/03/230802_164-1.jpg") center/cover no-repeat;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.torikumi-imgWrap.--01 {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/card01.webp") center/contain no-repeat;
}

.torikumi-imgWrap.--02 {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/card02.webp") center/contain no-repeat;
}

.torikumi-imgWrap.--03 {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/card03.webp") center/contain no-repeat;
}

.torikumi-imgWrap.--04 {
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/card04.webp") center/contain no-repeat;
}

.onsen-kv {
  position: relative;
  height: 960px;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/kv.webp") center/cover no-repeat;
}

.onsen16 {
  height: 100%;
  background: url("https://www.yu-toriaettyu.co.jp/wp-content/themes/yu-toriaettyu_theme/assets/media/images/spa/sayaka.webp") center/cover no-repeat;
}

@media only screen and (max-width: 1023px) {
  .onsen16 {
    aspect-ratio: 3/2;
  }
}

input {
  display: none;
}

.tab-cont {
  margin-top: 60px;
  width: 100%;
  display: none;
}

#tab01:checked ~ #tab01_cont,
#tab02:checked ~ #tab02_cont,
#tab03:checked ~ #tab03_cont,
#tab04:checked ~ #tab04_cont,
#tab05:checked ~ #tab05_cont {
  display: block;
}

::-webkit-full-page-media,
:future,
:root .kv-txt {
  letter-spacing: 0.1em;
  /* ここで指定したい文字間隔を設定 */
}

::-webkit-full-page-media,
:future,
:root rt {
  letter-spacing: -1.3em;
}

.placeholder\:block::-moz-placeholder{
  display: block;
}

.placeholder\:block::placeholder{
  display: block;
}

.placeholder\:inline::-moz-placeholder{
  display: inline;
}

.placeholder\:inline::placeholder{
  display: inline;
}

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

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

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

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

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

.before\:h-1::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:h-180::before{
  content: var(--tw-content);
  height: 180px;
}

.before\:h-30::before{
  content: var(--tw-content);
  height: 30px;
}

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

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

.before\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-sp\.webp\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-sp.webp');
}

.before\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-stalk-sp\.webp\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk-sp.webp');
}

.before\:bg-\[size\:100\%_auto\]::before{
  content: var(--tw-content);
  background-size: 100% auto;
}

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

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

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

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

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

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

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:right-auto::after{
  content: var(--tw-content);
  right: auto;
}

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

.after\:h-30::after{
  content: var(--tw-content);
  height: 30px;
}

.after\:h-4::after{
  content: var(--tw-content);
  height: 4px;
}

.after\:h-84p::after{
  content: var(--tw-content);
  height: 84%;
}

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

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

.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  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));
}

.after\:transform::after{
  content: var(--tw-content);
  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));
}

.after\:bg-green::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(24 148 59 / var(--tw-bg-opacity));
}

.after\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-stalk-sp\.webp\'\)\]::after{
  content: var(--tw-content);
  background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk-sp.webp');
}

.after\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/home\/bg-effort\.webp\'\)\]::after{
  content: var(--tw-content);
  background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/home/bg-effort.webp');
}

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

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

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

.first\:border-t:first-child{
  border-top-width: 1px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.group:hover .group-hover\:fill-lightGreen{
  fill: #90D736;
}

.group:hover .group-hover\:text-lightGreen{
  --tw-text-opacity: 1;
  color: rgb(144 215 54 / var(--tw-text-opacity));
}

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

@media (min-width: 480px){
  .sp\:mr-0{
    margin-right: 0px;
  }

  .sp\:pr-0{
    padding-right: 0px;
  }
}

@media (min-width: 768px){
  .md\:bottom-15{
    bottom: 15px;
  }

  .md\:bottom-78{
    bottom: 78px;
  }

  .md\:bottom-80{
    bottom: 80px;
  }

  .md\:left-80{
    left: 80px;
  }

  .md\:right-15{
    right: 15px;
  }

  .md\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:mx-40{
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:-ml-50{
    margin-left: -50px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-10{
    margin-top: 10px;
  }

  .md\:mt-100{
    margin-top: 100px;
  }

  .md\:mt-108{
    margin-top: 108px;
  }

  .md\:mt-110{
    margin-top: 110px;
  }

  .md\:mt-12{
    margin-top: 12px;
  }

  .md\:mt-120{
    margin-top: 120px;
  }

  .md\:mt-138{
    margin-top: 138px;
  }

  .md\:mt-14{
    margin-top: 14px;
  }

  .md\:mt-142{
    margin-top: 142px;
  }

  .md\:mt-18{
    margin-top: 18px;
  }

  .md\:mt-20{
    margin-top: 20px;
  }

  .md\:mt-22{
    margin-top: 22px;
  }

  .md\:mt-24{
    margin-top: 24px;
  }

  .md\:mt-25{
    margin-top: 25px;
  }

  .md\:mt-26{
    margin-top: 26px;
  }

  .md\:mt-30{
    margin-top: 30px;
  }

  .md\:mt-32{
    margin-top: 32px;
  }

  .md\:mt-36{
    margin-top: 36px;
  }

  .md\:mt-40{
    margin-top: 40px;
  }

  .md\:mt-42{
    margin-top: 42px;
  }

  .md\:mt-44{
    margin-top: 44px;
  }

  .md\:mt-46{
    margin-top: 46px;
  }

  .md\:mt-50{
    margin-top: 50px;
  }

  .md\:mt-52{
    margin-top: 52px;
  }

  .md\:mt-56{
    margin-top: 56px;
  }

  .md\:mt-60{
    margin-top: 60px;
  }

  .md\:mt-66{
    margin-top: 66px;
  }

  .md\:mt-68{
    margin-top: 68px;
  }

  .md\:mt-72{
    margin-top: 72px;
  }

  .md\:mt-8{
    margin-top: 8px;
  }

  .md\:mt-80{
    margin-top: 80px;
  }

  .md\:mt-88{
    margin-top: 88px;
  }

  .md\:mt-9{
    margin-top: 9px;
  }

  .md\:mt-90{
    margin-top: 90px;
  }

  .md\:mt-94{
    margin-top: 94px;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-420\/266{
    aspect-ratio: 420 / 266;
  }

  .md\:aspect-640\/428{
    aspect-ratio: 640 / 428;
  }

  .md\:aspect-auto{
    aspect-ratio: auto;
  }

  .md\:h-28{
    height: 28px;
  }

  .md\:h-380{
    height: 380px;
  }

  .md\:h-540{
    height: 540px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:min-h-700{
    min-height: 700px;
  }

  .md\:w-160{
    width: 160px;
  }

  .md\:w-200{
    width: 200px;
  }

  .md\:w-280{
    width: 280px;
  }

  .md\:w-320{
    width: 320px;
  }

  .md\:w-39p{
    width: 39%;
  }

  .md\:w-40p{
    width: 40%;
  }

  .md\:w-48p{
    width: 48%;
  }

  .md\:w-50p{
    width: 50%;
  }

  .md\:w-54p{
    width: 54%;
  }

  .md\:w-55p{
    width: 55%;
  }

  .md\:w-560{
    width: 560px;
  }

  .md\:w-650{
    width: 650px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-calc-200{
    width: calc(100% - 200px);
  }

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

  .md\:max-w-880{
    max-width: 880px;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:gap-20{
    gap: 20px;
  }

  .md\:gap-x-10{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-x-40{
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:gap-y-102{
    row-gap: 102px;
  }

  .md\:gap-y-52{
    row-gap: 52px;
  }

  .md\:gap-y-54{
    row-gap: 54px;
  }

  .md\:gap-y-60{
    row-gap: 60px;
  }

  .md\:gap-y-76{
    row-gap: 76px;
  }

  .md\:gap-y-80{
    row-gap: 80px;
  }

  .md\:rounded-none{
    border-radius: 0px;
  }

  .md\:border-2{
    border-width: 2px;
  }

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

  .md\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-pc\.webp\'\)\]{
    background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-pc.webp');
  }

  .md\:fill-green{
    fill: #18943B;
  }

  .md\:p-20{
    padding: 20px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-18{
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:px-22{
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-40{
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-23{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .md\:py-24{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-10{
    padding-bottom: 10px;
  }

  .md\:pb-104{
    padding-bottom: 104px;
  }

  .md\:pb-120{
    padding-bottom: 120px;
  }

  .md\:pb-140{
    padding-bottom: 140px;
  }

  .md\:pb-20{
    padding-bottom: 20px;
  }

  .md\:pb-26{
    padding-bottom: 26px;
  }

  .md\:pb-27{
    padding-bottom: 27px;
  }

  .md\:pb-48{
    padding-bottom: 48px;
  }

  .md\:pb-54{
    padding-bottom: 54px;
  }

  .md\:pb-68{
    padding-bottom: 68px;
  }

  .md\:pb-72{
    padding-bottom: 72px;
  }

  .md\:pb-80{
    padding-bottom: 80px;
  }

  .md\:pl-20{
    padding-left: 20px;
  }

  .md\:pr-20{
    padding-right: 20px;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-100{
    padding-top: 100px;
  }

  .md\:pt-104{
    padding-top: 104px;
  }

  .md\:pt-106{
    padding-top: 106px;
  }

  .md\:pt-115{
    padding-top: 115px;
  }

  .md\:pt-120{
    padding-top: 120px;
  }

  .md\:pt-68{
    padding-top: 68px;
  }

  .md\:pt-80{
    padding-top: 80px;
  }

  .md\:pt-88{
    padding-top: 88px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-15{
    font-size: 15px;
  }

  .md\:text-16{
    font-size: 16px;
  }

  .md\:text-17{
    font-size: 17px;
  }

  .md\:text-22{
    font-size: 22px;
  }

  .md\:text-24{
    font-size: 24px;
  }

  .md\:text-34{
    font-size: 34px;
  }

  .md\:text-48{
    font-size: 48px;
  }

  .md\:text-54{
    font-size: 54px;
  }

  .md\:text-64{
    font-size: 64px;
  }

  .md\:leading-25{
    line-height: 25px;
  }

  .md\:leading-27{
    line-height: 27px;
  }

  .md\:leading-32{
    line-height: 32px;
  }

  .md\:leading-34{
    line-height: 34px;
  }

  .md\:leading-44{
    line-height: 44px;
  }

  .md\:leading-64{
    line-height: 64px;
  }

  .md\:leading-88{
    line-height: 88px;
  }

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

  .md\:-tracking-130{
    letter-spacing: -1.2999999999999998em;
  }

  .md\:-tracking-200{
    letter-spacing: -2em;
  }

  .md\:text-green{
    --tw-text-opacity: 1;
    color: rgb(24 148 59 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px){
  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:-right-60{
    right: -60px;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:right-50{
    right: 50px;
  }

  .lg\:top-14{
    top: 14px;
  }

  .lg\:top-15{
    top: 15px;
  }

  .lg\:top-22{
    top: 22px;
  }

  .lg\:top-5{
    top: 5px;
  }

  .lg\:top-50p{
    top: 50%;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-20{
    margin-left: 20px;
  }

  .lg\:ml-30{
    margin-left: 30px;
  }

  .lg\:ml-40{
    margin-left: 40px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-106{
    margin-top: 106px;
  }

  .lg\:mt-110{
    margin-top: 110px;
  }

  .lg\:mt-114{
    margin-top: 114px;
  }

  .lg\:mt-12{
    margin-top: 12px;
  }

  .lg\:mt-120{
    margin-top: 120px;
  }

  .lg\:mt-160{
    margin-top: 160px;
  }

  .lg\:mt-22{
    margin-top: 22px;
  }

  .lg\:mt-24{
    margin-top: 24px;
  }

  .lg\:mt-25{
    margin-top: 25px;
  }

  .lg\:mt-26{
    margin-top: 26px;
  }

  .lg\:mt-30{
    margin-top: 30px;
  }

  .lg\:mt-32{
    margin-top: 32px;
  }

  .lg\:mt-36{
    margin-top: 36px;
  }

  .lg\:mt-4{
    margin-top: 4px;
  }

  .lg\:mt-40{
    margin-top: 40px;
  }

  .lg\:mt-50{
    margin-top: 50px;
  }

  .lg\:mt-56{
    margin-top: 56px;
  }

  .lg\:mt-70{
    margin-top: 70px;
  }

  .lg\:mt-8{
    margin-top: 8px;
  }

  .lg\:mt-80{
    margin-top: 80px;
  }

  .lg\:mt-82{
    margin-top: 82px;
  }

  .lg\:block{
    display: block;
  }

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

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-auto{
    aspect-ratio: auto;
  }

  .lg\:h-13{
    height: 13px;
  }

  .lg\:h-24{
    height: 24px;
  }

  .lg\:h-314{
    height: 314px;
  }

  .lg\:h-480{
    height: 480px;
  }

  .lg\:h-64{
    height: 64px;
  }

  .lg\:h-666{
    height: 666px;
  }

  .lg\:h-70{
    height: 70px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:min-h-900{
    min-height: 900px;
  }

  .lg\:w-11{
    width: 11px;
  }

  .lg\:w-122{
    width: 122px;
  }

  .lg\:w-14{
    width: 14px;
  }

  .lg\:w-158{
    width: 158px;
  }

  .lg\:w-190{
    width: 190px;
  }

  .lg\:w-240{
    width: 240px;
  }

  .lg\:w-26p{
    width: 26%;
  }

  .lg\:w-280{
    width: 280px;
  }

  .lg\:w-32{
    width: 32px;
  }

  .lg\:w-38p{
    width: 38%;
  }

  .lg\:w-44{
    width: 44px;
  }

  .lg\:w-47p{
    width: 47%;
  }

  .lg\:w-48p{
    width: 48%;
  }

  .lg\:w-58vw{
    width: 58vw;
  }

  .lg\:w-620{
    width: 620px;
  }

  .lg\:w-62p{
    width: 62%;
  }

  .lg\:w-68p{
    width: 68%;
  }

  .lg\:w-70{
    width: 70px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-calc-360{
    width: calc(100% - 360px);
  }

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

  .lg\:max-w-calc-260{
    max-width: calc(100% - 260px);
  }

  .lg\:max-w-calc-310{
    max-width: calc(100% - 310px);
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:-translate-y-50p{
    --tw-translate-y: -50%;
    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));
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }

  .lg\:rotate-90{
    --tw-rotate: 90deg;
    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));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-10{
    gap: 10px;
  }

  .lg\:gap-40{
    gap: 40px;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-x-30{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-tl-60{
    border-top-left-radius: 60px;
  }

  .lg\:rounded-tr-60{
    border-top-right-radius: 60px;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-white-opacity-90{
    background-color: rgba(255, 255, 255, 0.90);
  }

  .lg\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/footer\.webp\'\)\]{
    background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/footer.webp');
  }

  .lg\:p-20{
    padding: 20px;
  }

  .lg\:p-40{
    padding: 40px;
  }

  .lg\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-22{
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-23{
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .lg\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-104{
    padding-bottom: 104px;
  }

  .lg\:pb-112{
    padding-bottom: 112px;
  }

  .lg\:pb-120{
    padding-bottom: 120px;
  }

  .lg\:pb-122{
    padding-bottom: 122px;
  }

  .lg\:pb-140{
    padding-bottom: 140px;
  }

  .lg\:pb-160{
    padding-bottom: 160px;
  }

  .lg\:pb-20{
    padding-bottom: 20px;
  }

  .lg\:pb-80{
    padding-bottom: 80px;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pl-40{
    padding-left: 40px;
  }

  .lg\:pl-50{
    padding-left: 50px;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-140{
    padding-right: 140px;
  }

  .lg\:pr-50{
    padding-right: 50px;
  }

  .lg\:pr-60{
    padding-right: 60px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-104{
    padding-top: 104px;
  }

  .lg\:pt-105{
    padding-top: 105px;
  }

  .lg\:pt-114{
    padding-top: 114px;
  }

  .lg\:pt-120{
    padding-top: 120px;
  }

  .lg\:pt-124{
    padding-top: 124px;
  }

  .lg\:pt-64{
    padding-top: 64px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-15{
    font-size: 15px;
  }

  .lg\:text-17{
    font-size: 17px;
  }

  .lg\:text-24{
    font-size: 24px;
  }

  .lg\:text-34{
    font-size: 34px;
  }

  .lg\:text-54{
    font-size: 54px;
  }

  .lg\:text-64{
    font-size: 64px;
  }

  .lg\:text-70{
    font-size: 70px;
  }

  .lg\:leading-19{
    line-height: 19px;
  }

  .lg\:leading-32{
    line-height: 32px;
  }

  .lg\:leading-44{
    line-height: 44px;
  }

  .lg\:leading-64{
    line-height: 64px;
  }

  .lg\:leading-74{
    line-height: 74px;
  }

  .lg\:leading-85{
    line-height: 85px;
  }

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

  .lg\:before\:h-full::before{
    content: var(--tw-content);
    height: 100%;
  }

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

  .lg\:before\:w-30::before{
    content: var(--tw-content);
    width: 30px;
  }

  .before\:lg\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-pc\.webp\'\)\]::before{
    content: var(--tw-content);
    background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-pc.webp');
  }

  .lg\:before\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-spMenu\.webp\'\)\]::before{
    content: var(--tw-content);
    background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-spMenu.webp');
  }

  .lg\:before\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-stalk\.webp\'\)\]::before{
    content: var(--tw-content);
    background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk.webp');
  }

  .lg\:after\:bottom-auto::after{
    content: var(--tw-content);
    bottom: auto;
  }

  .lg\:after\:left-auto::after{
    content: var(--tw-content);
    left: auto;
  }

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

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

  .lg\:after\:h-full::after{
    content: var(--tw-content);
    height: 100%;
  }

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

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

  .lg\:after\:bg-\[url\(\'\/wp-content\/themes\/yu-toriaettyu_theme\/assets\/media\/images\/common\/bg-stalk\.webp\'\)\]::after{
    content: var(--tw-content);
    background-image: url('/wp-content/themes/yu-toriaettyu_theme/assets/media/images/common/bg-stalk.webp');
  }

  .lg\:hover\:cursor-pointer:hover{
    cursor: pointer;
  }

  .lg\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgb(24 148 59 / var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightGreen:hover{
    --tw-border-opacity: 1;
    border-color: rgb(144 215 54 / var(--tw-border-opacity));
  }

  .lg\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(24 148 59 / var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightGreen:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(144 215 54 / var(--tw-bg-opacity));
  }

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

  .group:hover .lg\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }

  .group:hover .lg\:group-hover\:fill-lightGreen{
    fill: #90D736;
  }

  .group:hover .lg\:group-hover\:fill-white{
    fill: #fff;
  }

  .group:hover .lg\:group-hover\:text-lightGreen{
    --tw-text-opacity: 1;
    color: rgb(144 215 54 / var(--tw-text-opacity));
  }

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

@media (min-width: 1280px){
  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:w-240{
    width: 240px;
  }

  .xl\:w-280{
    width: 280px;
  }

  .xl\:w-780{
    width: 780px;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:gap-20{
    gap: 20px;
  }

  .xl\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-28{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xl\:text-17{
    font-size: 17px;
  }

  .xl\:leading-22{
    line-height: 22px;
  }
}

@media (min-width: 1536px){
  .\32xl\:-right-42{
    right: -42px;
  }

  .\32xl\:before\:w-100::before{
    content: var(--tw-content);
    width: 100px;
  }

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