/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "M PLUS 1p", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --radius-sm: 0.25rem;
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-\[-6\%\] {
    top: -6%;
  }
  .top-\[-7\%\] {
    top: -7%;
  }
  .top-\[-10\%\] {
    top: -10%;
  }
  .top-\[-19\%\] {
    top: -19%;
  }
  .top-\[-35\%\] {
    top: -35%;
  }
  .top-\[1px\] {
    top: 1px;
  }
  .top-\[2\%\] {
    top: 2%;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[3px\] {
    top: 3px;
  }
  .top-\[13\.4\%\] {
    top: 13.4%;
  }
  .top-\[23\.5\%\] {
    top: 23.5%;
  }
  .top-\[30\.5\%\] {
    top: 30.5%;
  }
  .top-\[42\%\] {
    top: 42%;
  }
  .top-\[47\%\] {
    top: 47%;
  }
  .top-\[49\%\] {
    top: 49%;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[53\%\] {
    top: 53%;
  }
  .top-\[55px\] {
    top: 55px;
  }
  .top-\[56\%\] {
    top: 56%;
  }
  .top-\[152px\] {
    top: 152px;
  }
  .top-\[332px\] {
    top: 332px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[3\.6\%\] {
    right: 3.6%;
  }
  .right-\[15\%\] {
    right: 15%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[-5px\] {
    bottom: -5px;
  }
  .bottom-\[0\] {
    bottom: 0;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-\[-1\%\] {
    left: -1%;
  }
  .left-\[-4\%\] {
    left: -4%;
  }
  .left-\[-5\%\] {
    left: -5%;
  }
  .left-\[-25px\] {
    left: -25px;
  }
  .left-\[1\%\] {
    left: 1%;
  }
  .left-\[2\.3\%\] {
    left: 2.3%;
  }
  .left-\[2\.5\%\] {
    left: 2.5%;
  }
  .left-\[2px\] {
    left: 2px;
  }
  .left-\[5\.6\%\] {
    left: 5.6%;
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[38\%\] {
    left: 38%;
  }
  .left-\[41\.5\%\] {
    left: 41.5%;
  }
  .left-\[42\.8\%\] {
    left: 42.8%;
  }
  .left-\[49\%\] {
    left: 49%;
  }
  .left-\[52\%\] {
    left: 52%;
  }
  .left-\[56\%\] {
    left: 56%;
  }
  .left-\[60\%\] {
    left: 60%;
  }
  .left-\[70\%\] {
    left: 70%;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-19 {
    z-index: 19;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-90 {
    z-index: 90;
  }
  .z-100 {
    z-index: 100;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-\[2px\] {
    margin-inline-start: 2px;
  }
  .ms-\[10px\] {
    margin-inline-start: 10px;
  }
  .ms-\[23\.8\%\] {
    margin-inline-start: 23.8%;
  }
  .ms-\[24\.6\%\] {
    margin-inline-start: 24.6%;
  }
  .me-\[2px\] {
    margin-inline-end: 2px;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[1px\] {
    margin-bottom: 1px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .no-scrollbar {
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-1\/1 {
    aspect-ratio: 1/1;
  }
  .aspect-8\/5 {
    aspect-ratio: 8/5;
  }
  .aspect-52\/43 {
    aspect-ratio: 52/43;
  }
  .aspect-80\/68 {
    aspect-ratio: 80/68;
  }
  .aspect-137\/50 {
    aspect-ratio: 137/50;
  }
  .aspect-154\/45 {
    aspect-ratio: 154/45;
  }
  .aspect-176\/37 {
    aspect-ratio: 176/37;
  }
  .aspect-286\/68 {
    aspect-ratio: 286/68;
  }
  .aspect-310\/255 {
    aspect-ratio: 310/255;
  }
  .aspect-390\/900 {
    aspect-ratio: 390/900;
  }
  .aspect-448\/34 {
    aspect-ratio: 448/34;
  }
  .aspect-786\/520 {
    aspect-ratio: 786/520;
  }
  .aspect-805\/580 {
    aspect-ratio: 805/580;
  }
  .aspect-1647\/301 {
    aspect-ratio: 1647/301;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[0\.5px\] {
    height: 0.5px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[19\.3px\] {
    height: 19.3px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-full {
    height: 100%;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[6\%\] {
    width: 6%;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[18\%\] {
    width: 18%;
  }
  .w-\[22\.1\%\] {
    width: 22.1%;
  }
  .w-\[25\.5\%\] {
    width: 25.5%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[31\.1\%\] {
    width: 31.1%;
  }
  .w-\[33\.8\%\] {
    width: 33.8%;
  }
  .w-\[34\%\] {
    width: 34%;
  }
  .w-\[34\.1\%\] {
    width: 34.1%;
  }
  .w-\[34\.3\%\] {
    width: 34.3%;
  }
  .w-\[36\.9\%\] {
    width: 36.9%;
  }
  .w-\[43\%\] {
    width: 43%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[54\.9\%\] {
    width: 54.9%;
  }
  .w-\[65\.3\%\] {
    width: 65.3%;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[99px\] {
    width: 99px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .flex-none {
    flex: none;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-pan-x {
    --tw-pan-x: pan-x;
    touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  }
  .touch-pan-y {
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .place-content-center {
    place-content: center;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[28px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(28px * var(--tw-space-y-reverse));
      margin-block-end: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-\[6px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(6px * var(--tw-space-x-reverse));
      margin-inline-end: calc(6px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .overscroll-none {
    overscroll-behavior: none;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-s-2 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 2px;
  }
  .border-s-\[2px\] {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-16 {
    border-top-style: var(--tw-border-style);
    border-top-width: 16px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#d3d3d3\] {
    border-color: #d3d3d3;
  }
  .border-\[\#e5e5e5\] {
    border-color: #e5e5e5;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-s-\[\#b9b9b9\] {
    border-inline-start-color: #b9b9b9;
  }
  .border-t-\[\#cecece\] {
    border-top-color: #cecece;
  }
  .bg-\[\#acd4ff\] {
    background-color: #acd4ff;
  }
  .bg-\[\#b9f8cf\] {
    background-color: #b9f8cf;
  }
  .bg-\[\#d9f9f6\] {
    background-color: #d9f9f6;
  }
  .bg-\[\#f6f6f6\] {
    background-color: #f6f6f6;
  }
  .bg-\[\#fff25f\] {
    background-color: #fff25f;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-green-200\/50 {
    background-color: color-mix(in srgb, oklch(92.5% 0.084 155.995) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green-200) 50%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-yellow-200\/70 {
    background-color: color-mix(in srgb, oklch(94.5% 0.129 101.54) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-yellow-200) 70%, transparent);
    }
  }
  .bg-\[url\(\.\.\/imgs\/bg_city_sp\.webp\)\] {
    background-image: url(../imgs/bg_city_sp.webp);
  }
  .bg-\[url\(\.\.\/imgs\/bg_main\.webp\)\] {
    background-image: url(../imgs/bg_main.webp);
  }
  .bg-\[url\(\.\.\/imgs\/footer_bg\.png\)\] {
    background-image: url(../imgs/footer_bg.png);
  }
  .bg-\[url\(\.\.\/imgs\/footer_counter_numbers\.png\)\] {
    background-image: url(../imgs/footer_counter_numbers.png);
  }
  .bg-\[url\(\.\.\/imgs\/im_balloon_triangle\.png\)\] {
    background-image: url(../imgs/im_balloon_triangle.png);
  }
  .bg-\[url\(\.\.\/imgs\/im_disk_kun_room\.webp\)\] {
    background-image: url(../imgs/im_disk_kun_room.webp);
  }
  .bg-\[url\(\.\.\/imgs\/im_mail_kun_room\.webp\)\] {
    background-image: url(../imgs/im_mail_kun_room.webp);
  }
  .bg-\[url\(\.\.\/imgs\/im_movie_kun_room\.webp\)\] {
    background-image: url(../imgs/im_movie_kun_room.webp);
  }
  .bg-\[url\(\.\.\/imgs\/im_nagai_syuwa_room\.webp\)\] {
    background-image: url(../imgs/im_nagai_syuwa_room.webp);
  }
  .bg-\[url\(\.\.\/imgs\/im_news_kun_room\.webp\)\] {
    background-image: url(../imgs/im_news_kun_room.webp);
  }
  .bg-\[url\(\.\.\/imgs\/im_shop_kun_room\.webp\)\] {
    background-image: url(../imgs/im_shop_kun_room.webp);
  }
  .bg-\[url\(\.\.\/imgs\/im_slider\.png\)\] {
    background-image: url(../imgs/im_slider.png);
  }
  .bg-\[url\(\.\.\/imgs\/im_sun\.webp\)\] {
    background-image: url(../imgs/im_sun.webp);
  }
  .bg-\[url\(\.\.\/imgs\/title_disk\.png\)\] {
    background-image: url(../imgs/title_disk.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_disk_kun_room\.png\)\] {
    background-image: url(../imgs/title_disk_kun_room.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_mail\.png\)\] {
    background-image: url(../imgs/title_mail.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_mail_kun_room\.png\)\] {
    background-image: url(../imgs/title_mail_kun_room.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_movie\.png\)\] {
    background-image: url(../imgs/title_movie.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_movie_kun_room\.png\)\] {
    background-image: url(../imgs/title_movie_kun_room.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_nagai_syuwa\.png\)\] {
    background-image: url(../imgs/title_nagai_syuwa.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_nagai_syuwa_room\.png\)\] {
    background-image: url(../imgs/title_nagai_syuwa_room.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_news\.png\)\] {
    background-image: url(../imgs/title_news.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_news_kun_room\.png\)\] {
    background-image: url(../imgs/title_news_kun_room.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_shop\.png\)\] {
    background-image: url(../imgs/title_shop.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_shop_kun_room\.png\)\] {
    background-image: url(../imgs/title_shop_kun_room.png);
  }
  .bg-\[url\(\.\.\/imgs\/title_top\.png\)\] {
    background-image: url(../imgs/title_top.png);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[95\%\] {
    background-size: 95%;
  }
  .bg-size-\[132\%\] {
    background-size: 132%;
  }
  .bg-center {
    background-position: center;
  }
  .bg-position-\[-15px_0\] {
    background-position: -15px 0;
  }
  .bg-position-\[-30px_0\] {
    background-position: -30px 0;
  }
  .bg-position-\[-45px_0\] {
    background-position: -45px 0;
  }
  .bg-position-\[-60px_0\] {
    background-position: -60px 0;
  }
  .bg-position-\[-75px_0\] {
    background-position: -75px 0;
  }
  .bg-position-\[-90px_0\] {
    background-position: -90px 0;
  }
  .bg-position-\[-105px_0\] {
    background-position: -105px 0;
  }
  .bg-position-\[-120px_0\] {
    background-position: -120px 0;
  }
  .bg-position-\[-135px_0\] {
    background-position: -135px 0;
  }
  .bg-position-\[0\%_0\%\] {
    background-position: 0% 0%;
  }
  .bg-position-\[0_0\] {
    background-position: 0 0;
  }
  .bg-position-\[53\%_-184\%\] {
    background-position: 53% -184%;
  }
  .bg-right {
    background-position: right;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }
  .ps-\[10px\] {
    padding-inline-start: 10px;
  }
  .ps-\[23\.8\%\] {
    padding-inline-start: 23.8%;
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-6 {
    padding-inline-end: calc(var(--spacing) * 6);
  }
  .pe-\[3\%\] {
    padding-inline-end: 3%;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-\[17px\] {
    padding-left: 17px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\/7 {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 7);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .wrap-anywhere {
    overflow-wrap: anywhere;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .drag-none {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-select: none;
  }
  .group-hover\:translate-x-\[2px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 2px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-y-\[-8\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: -8%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-y-\[2px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: 2px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-md\:right-4 {
    @media (width < 48rem) {
      right: calc(var(--spacing) * 4);
    }
  }
  .max-md\:bottom-12 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * 12);
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:h-\[187px\] {
    @media (width < 48rem) {
      height: 187px;
    }
  }
  .max-md\:h-full {
    @media (width < 48rem) {
      height: 100%;
    }
  }
  .max-md\:overflow-x-hidden {
    @media (width < 48rem) {
      overflow-x: hidden;
    }
  }
  .max-md\:bg-contain {
    @media (width < 48rem) {
      background-size: contain;
    }
  }
  .md\:top-\[-50px\] {
    @media (width >= 48rem) {
      top: -50px;
    }
  }
  .md\:top-\[8\.5\%\] {
    @media (width >= 48rem) {
      top: 8.5%;
    }
  }
  .md\:top-\[41\.6\%\] {
    @media (width >= 48rem) {
      top: 41.6%;
    }
  }
  .md\:left-\[-35px\] {
    @media (width >= 48rem) {
      left: -35px;
    }
  }
  .md\:left-\[20\%\] {
    @media (width >= 48rem) {
      left: 20%;
    }
  }
  .md\:left-\[38\.4\%\] {
    @media (width >= 48rem) {
      left: 38.4%;
    }
  }
  .md\:left-\[58\.7\%\] {
    @media (width >= 48rem) {
      left: 58.7%;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-80\/31 {
    @media (width >= 48rem) {
      aspect-ratio: 80/31;
    }
  }
  .md\:aspect-505\/533 {
    @media (width >= 48rem) {
      aspect-ratio: 505/533;
    }
  }
  .md\:aspect-1440\/960 {
    @media (width >= 48rem) {
      aspect-ratio: 1440/960;
    }
  }
  .md\:w-\[21\.5\%\] {
    @media (width >= 48rem) {
      width: 21.5%;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[34\.1\%\] {
    @media (width >= 48rem) {
      width: 34.1%;
    }
  }
  .md\:w-\[273px\] {
    @media (width >= 48rem) {
      width: 273px;
    }
  }
  .md\:max-w-\[22\%\] {
    @media (width >= 48rem) {
      max-width: 22%;
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:bg-\[\#acd4ff\] {
    @media (width >= 48rem) {
      background-color: #acd4ff;
    }
  }
  .md\:bg-\[url\(\.\.\/imgs\/bg_city_min\.webp\)\] {
    @media (width >= 48rem) {
      background-image: url(../imgs/bg_city_min.webp);
    }
  }
  .md\:bg-size-\[110\%\] {
    @media (width >= 48rem) {
      background-size: 110%;
    }
  }
  .md\:bg-position-\[50\%_105\%\] {
    @media (width >= 48rem) {
      background-position: 50% 105%;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:tracking-widest {
    @media (width >= 48rem) {
      --tw-tracking: var(--tracking-widest);
      letter-spacing: var(--tracking-widest);
    }
  }
  .md\:opacity-70 {
    @media (width >= 48rem) {
      opacity: 70%;
    }
  }
  .lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .lg\:max-w-\[1200px\] {
    @media (width >= 64rem) {
      max-width: 1200px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
}
@layer base {
  a {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
}
.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
