*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | 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 */
  font-family: "Noto Sans JP";
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  font-size: 10px;
}

body {
  color: #081729;
  font-size: 1.6rem;
}

h2 {
  font-weight: 700;
  line-height: 1.7;
}

p {
  color: var(--main-body);
  font-weight: 700;
  line-height: 1.7;
}

.container {
  width: 100%;
}

@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: 1280px) {
  .container {
    max-width: 1280px;
  }
}

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

/* Intro text with before/after decorations */

.intro_text {
  position: relative;
}

.plan_content {
  position: relative;
}

.services {
  position: relative;
}

.intro_text::before,
  .plan_content::before,
  .facility::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 27px;
  width: 100%;
  background-image: url("../img/svg/decor.svg");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

.intro_text::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 27px;
  width: 100%;
  background-image: url("../img/svg/decor.svg");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

.map_title::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 30px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/svg/title_top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.access ul:first-child {
  border-right: 1px solid #eb6061;
}

.access ul > li {
  font-size: 2rem;
  line-height: 1.7;
  position: relative;
}

.access ul > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #eb6061;
  bottom: -16px;
}

.access ul:first-child > li:last-child::after {
  content: none;
}

.access ul:last-child > li::after {
  margin-left: -22px;
  width: calc(100% + 22px);
}

.access ul > li a {
  position: relative;
  display: block;
  padding-left: 44px;
}

.access ul > li a::after {
  position: absolute;
  right: 1.25rem;
  height: 24px;
  width: 24px;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/svg/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.access ul > li a::before,
  .title_pop::before {
  content: "";
  position: absolute;
  left: 0;
  color: #fff;
  background-color: #eb6061;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

#mod01::before {
  content: "1";
}

#mod02::before {
  content: "2";
}

#mod03::before {
  content: "3";
}

#mod04::before {
  content: "4";
}

#mod05::before {
  content: "5";
}

#mod06::before {
  content: "6";
}

#mod07::before {
  content: "7";
}

#mod08::before {
  content: "8";
}

#mod09::before {
  content: "9";
}

#mod10::before {
  content: "10";
}

#mod11::before {
  content: "11";
}

#mod12::before {
  content: "12";
}

#mod13::before {
  content: "13";
}

#mod14::before {
  content: "14";
}

#mod15::before {
  content: "15";
}

#mod16::before {
  content: "16";
}

#mod17::before {
  content: "17";
}

#mod18::before {
  content: "18";
}

#mod19::before {
  content: "19";
}

#mod20::before {
  content: "20";
}

#mod21::before {
  content: "21";
}

#mod22::before {
  content: "22";
}

#mod23::before {
  content: "23";
}

#mod24::before {
  content: "24";
}

#mod25::before {
  content: "25";
}

#mod26::before {
  content: "26";
}

#mod27::before {
  content: "27";
}

#mod28::before {
  content: "28";
}

#mod29::before {
  content: "29";
}

#mod30::before {
  content: "30";
}

.access_way > p {
  position: relative;
  padding-left: 28px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: #322c12;
}

.access_way > p::before {
  position: absolute;
  left: 0px;
  height: 24px;
  width: 24px;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.train::before {
  background-image: url(../img/svg/train.svg);
}

.bus::before {
  background-image: url(../img/svg/bus.svg);
}

.walk::before {
  background-image: url(../img/svg/walk.svg);
}

.common_plan .title,
  .facility .facility_title {
  position: relative;
}

.common_plan .title::after,
  .facility .facility_title::after {
  position: absolute;
  bottom: -8px;
  height: 1px;
  width: 100%;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/svg/line-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn a::after {
  position: absolute;
  right: 15px;
  height: 24px;
  width: 24px;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/svg/arrow_right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-pagination {
  bottom: 35px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff5f8 !important;
  opacity: 1;
  width: 16px;
  height: 16px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb6061 !important;
}

.nearby li {
  border-radius: 8px;
  padding: 16px 0 16px 56px;
  background-color: #fff;
}

.nearby li p:first-child::before {
  position: absolute;
  left: -32px;
  height: 23px;
  width: 24px;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/svg/sakura.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nearby li span {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
}

.services::after {
  position: absolute;
  right: -1rem;
  bottom: 0.5rem;
  height: 23px;
  width: 24px;
  content: "";
  display: block;
  background-image: url(../img/svg/sakura-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media (max-width: 991px) {
  .access ul:first-child {
    border-right: none;
  }

  .access ul:first-child > li:last-child::after {
    content: "";
  }

  .access ul:last-child > li::after {
    width: 100%;
    margin-left: 0;
  }

  .access ul:last-child > li:last-child::after {
    content: none;
  }

  .access ul > li a {
    font-size: 1.6rem;
    padding-left: 29px;
  }

  .access ul > li a::before {
    font-size: 1.5rem;
    width: 21px;
    height: 21px;
  }

  .access ul > li a::after {
    right: -0.25rem;
  }

  .access_way > p {
    padding-left: 0;
  }

  .access_way .train,
    .access_way .bus,
    .access_way .walk {
    padding-left: 24px;
  }

  .access_way img.arrow {
    transform: rotate(90deg);
    padding: 0;
  }

  .map_title::before {
    height: 16px;
  }

  .nearby li {
    padding: 16px;
  }

  .nearby li span {
    font-weight: 500;
  }

  .nearby li p:first-child::before {
    left: 0;
  }
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-\[8\%\] {
  top: -8%;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0px;
}

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

.top-\[-25px\] {
  top: -25px;
}

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

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

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

.m-auto {
  margin: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.ml-\[22px\] {
  margin-left: 22px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-\[1\.6rem\] {
  margin-top: 1.6rem;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[2\.4rem\] {
  margin-top: 2.4rem;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[3\.2rem\] {
  margin-top: 3.2rem;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-\[50px\] {
  height: 50px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-\[4rem\] {
  height: 4rem;
}

.h-\[5\.5rem\] {
  height: 5.5rem;
}

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

.min-h-\[4rem\] {
  min-height: 4rem;
}

.w-20 {
  width: 5rem;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

.-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-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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.resize {
  resize: both;
}

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[0\.8rem\] {
  gap: 0.8rem;
}

.gap-\[1\.6rem\] {
  gap: 1.6rem;
}

.gap-\[2\.4rem\] {
  gap: 2.4rem;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-3 {
  gap: 0.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[1\.6rem\] {
  border-radius: 1.6rem;
}

.rounded-\[10rem\] {
  border-radius: 10rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

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

.bg-\[\#322C12\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 44 18 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EB6061\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 96 97 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF5F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 248 / var(--tw-bg-opacity, 1));
}

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-\[24px\] {
  padding: 24px;
}

.p-\[40px\] {
  padding: 40px;
}

.p-\[8px\] {
  padding: 8px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-\[107px\] {
  padding-top: 107px;
  padding-bottom: 107px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[18px\] {
  padding-bottom: 18px;
}

.pb-\[2\.4rem\] {
  padding-bottom: 2.4rem;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pb-\[8rem\] {
  padding-bottom: 8rem;
}

.pl-\[3\.5rem\] {
  padding-left: 3.5rem;
}

.pl-\[6rem\] {
  padding-left: 6rem;
}

.pr-\[6rem\] {
  padding-right: 6rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[132px\] {
  padding-top: 132px;
}

.pt-\[18px\] {
  padding-top: 18px;
}

.pt-\[2\.4rem\] {
  padding-top: 2.4rem;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[3\.2rem\] {
  padding-top: 3.2rem;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.pt-\[8rem\] {
  padding-top: 8rem;
}

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

.font-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[3\.2rem\] {
  font-size: 3.2rem;
}

.text-\[3rem\] {
  font-size: 3rem;
}

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

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

.leading-\[1\.7\] {
  line-height: 1.7;
}

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

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

.tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}

.text-\[\#322C12\] {
  --tw-text-opacity: 1;
  color: rgb(50 44 18 / var(--tw-text-opacity, 1));
}

.text-\[\#EB6061\] {
  --tw-text-opacity: 1;
  color: rgb(235 96 97 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.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);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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);
}

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

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

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

.\[font-family\:var\(--font-montserrat\)\] {
  font-family: var(--font-montserrat);
}

:root {
  --font-montserrat: "Montserrat", sans-serif;
  --main-body: #322c12;
}

/* Custom Base Styles */

/* Custom Components */

/* Custom Utilities */

.hover\:rotate-\[270deg\]:hover {
  --tw-rotate: 270deg;
  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));
}

.hover\:bg-main-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(142 130 72 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:drop-shadow-\[0px_8px_5px_rgba\(61\2c 38\2c 4\2c 0\.53\)\]:hover {
  --tw-drop-shadow: drop-shadow(0px 8px 5px rgba(61,38,4,0.53));
  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);
}

@media (max-width: 991px) {
  .max-\[991px\]\:-top-\[3\%\] {
    top: -3%;
  }

  .max-\[991px\]\:-top-\[5\%\] {
    top: -5%;
  }

  .max-\[991px\]\:right-\[35px\] {
    right: 35px;
  }

  .max-\[991px\]\:top-\[-15px\] {
    top: -15px;
  }

  .max-\[991px\]\:m-auto {
    margin: auto;
  }

  .max-\[991px\]\:mx-\[24px\] {
    margin-left: 24px;
    margin-right: 24px;
  }

  .max-\[991px\]\:ml-0 {
    margin-left: 0px;
  }

  .max-\[991px\]\:hidden {
    display: none;
  }

  .max-\[991px\]\:h-1 {
    height: 0.25rem;
  }

  .max-\[991px\]\:w-full {
    width: 100%;
  }

  .max-\[991px\]\:min-w-80 {
    min-width: 20rem;
  }

  .max-\[991px\]\:min-w-\[220px\] {
    min-width: 220px;
  }

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

  .max-\[991px\]\:flex-row {
    flex-direction: row;
  }

  .max-\[991px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[991px\]\:items-center {
    align-items: center;
  }

  .max-\[991px\]\:gap-\[32px\] {
    gap: 32px;
  }

  .max-\[991px\]\:gap-3 {
    gap: 0.75rem;
  }

  .max-\[991px\]\:gap-16 {
    gap: 4rem;
  }

  .max-\[991px\]\:border-b {
    border-bottom-width: 1px;
  }

  .max-\[991px\]\:border-l-0 {
    border-left-width: 0px;
  }

  .max-\[991px\]\:border-r-0 {
    border-right-width: 0px;
  }

  .max-\[991px\]\:border-t {
    border-top-width: 1px;
  }

  .max-\[991px\]\:p-\[16px\] {
    padding: 16px;
  }

  .max-\[991px\]\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-\[991px\]\:px-\[43px\] {
    padding-left: 43px;
    padding-right: 43px;
  }

  .max-\[991px\]\:py-\[1\.6rem\] {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .max-\[991px\]\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .max-\[991px\]\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .max-\[991px\]\:pb-\[4rem\] {
    padding-bottom: 4rem;
  }

  .max-\[991px\]\:pl-\[16px\] {
    padding-left: 16px;
  }

  .max-\[991px\]\:pl-\[40px\] {
    padding-left: 40px;
  }

  .max-\[991px\]\:pt-0 {
    padding-top: 0px;
  }

  .max-\[991px\]\:pt-\[24px\] {
    padding-top: 24px;
  }

  .max-\[991px\]\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .max-\[991px\]\:text-left {
    text-align: left;
  }

  .max-\[991px\]\:text-center {
    text-align: center;
  }

  .max-\[991px\]\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .max-\[991px\]\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .max-\[991px\]\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }

  .max-\[991px\]\:font-medium {
    font-weight: 500;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:inline {
    display: inline;
  }

  .max-md\:px-\[9px\] {
    padding-left: 9px;
    padding-right: 9px;
  }

  .max-md\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mx-\[24px\] {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media (min-width: 991px) {
  .min-\[991px\]\:hidden {
    display: none;
  }

  .min-\[991px\]\:p-\[40px\] {
    padding: 40px;
  }
}
