/*
! tailwindcss v3.0.24 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%; /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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: 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;
  }
}
.container {
  max-width: 100%;
}
@media (min-width: 768px) {

  .container {
    max-width: 1033px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-top-1 {
  top: -0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.-bottom-80 {
  bottom: -20rem;
}
.right-2 {
  right: 0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.top-3 {
  top: 0.75rem;
}
.left-3 {
  left: 0.75rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.top-0 {
  top: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.right-3 {
  right: 0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.z-10 {
  z-index: 10;
}
.-m-\[30px\] {
  margin: -30px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.-mt-\[47px\] {
  margin-top: -47px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[200px\] {
  height: 200px;
}
.min-h-\[270px\] {
  min-height: 270px;
}
.w-full {
  width: 100%;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[38px\] {
  width: 38px;
}
.w-40 {
  width: 10rem;
}
.w-\[310px\] {
  width: 310px;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[211px\] {
  width: 211px;
}
.w-\[270px\] {
  width: 270px;
}
.w-1\/3 {
  width: 33.333333%;
}
.max-w-\[128px\] {
  max-width: 128px;
}
.max-w-\[63px\] {
  max-width: 63px;
}
.max-w-\[67px\] {
  max-width: 67px;
}
.max-w-\[47px\] {
  max-width: 47px;
}
.max-w-\[43px\] {
  max-width: 43px;
}
.max-w-\[38px\] {
  max-width: 38px;
}
.max-w-\[102px\] {
  max-width: 102px;
}
.max-w-\[108px\] {
  max-width: 108px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[228px\] {
  max-width: 228px;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.flex-1 {
  flex: 1 1 0%;
}
.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-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-wt-lightblue {
  --tw-border-opacity: 1;
  border-color: rgb(17 117 133 / var(--tw-border-opacity));
}
.border-wt-lightgray {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-wt-lightblack {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-wt-black {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-wt-gray {
  --tw-border-opacity: 1;
  border-color: rgb(61 60 51 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-wt-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 117 133 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-wt-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(61 60 51 / var(--tw-bg-opacity));
}
.bg-wt-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(144 195 0 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-line {
  --tw-bg-opacity: 1;
  background-color: rgb(34 183 52 / var(--tw-bg-opacity));
}
.bg-wt-lightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-column-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-wt-lightblack {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-icon-arrow-instractor {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-arrow-instractor.svg');
}
.bg-icon-arrow-retreat-01 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-arrow-retreat-01.svg');
}
.bg-icon-arrow-retreat-02 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-arrow-retreat-02.svg');
}
.bg-icon-map-46 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-46.svg');
}
.bg-icon-map-08 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-08.svg');
}
.bg-icon-map-24 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-24.svg');
}
.bg-retreat-sp {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/bg-retreat-sp.jpg');
}
.bg-icon-arrow-column-01 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-arrow-column-01.svg');
}
.bg-icon-line {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-line.svg');
}
.bg-icon-mail {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-mail.svg');
}
.bg-tours-sp {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/bg-tours-sp.jpg');
}
.bg-icon-map-01 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-01.svg');
}
.bg-icon-map-37 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-37.svg');
}
.bg-icon-map-15 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-15.svg');
}
.bg-icon-map-22 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-22.svg');
}
.bg-icon-map-14 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-14.svg');
}
.bg-icon-map-45 {
  background-image: url('/wp-content/themes/wellnesstrip/assets/img/icon-map-45.svg');
}
.bg-cover {
  background-size: cover;
}
.bg-\[length\:7px\] {
  background-size: 7px;
}
.bg-right-4 {
  background-position: center right 1rem;
}
.bg-\[center_right_15px\] {
  background-position: center right 15px;
}
.bg-\[center_right_20px\] {
  background-position: center right 20px;
}
.bg-left {
  background-position: left;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-8 {
  padding: 2rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.font-Ryumin {
  font-family: リュウミン R-KL JIS2004 AP, sans-serif;
}
.font-Poppins {
  font-family: Poppins, sans-serif;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-extralight {
  font-weight: 200;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-extrabold {
  font-weight: 800;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-none {
  line-height: 1;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-wt-black {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-wt-lightblue {
  --tw-text-opacity: 1;
  color: rgb(17 117 133 / var(--tw-text-opacity));
}
.text-wt-hardblue {
  --tw-text-opacity: 1;
  color: rgb(111 94 156 / var(--tw-text-opacity));
}
.text-wt-green {
  --tw-text-opacity: 1;
  color: rgb(36 160 58 / var(--tw-text-opacity));
}
.text-wt-yellow {
  --tw-text-opacity: 1;
  color: rgb(234 185 34 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-600 {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

html, body {
  font-size: 14px;
  line-height: 1.8;
  color: #222222;
}

body {
  visibility: visible !important;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb ul {
    background-color: #d6d6d6;
    width: 100%;
    display: flex;
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }

.breadcrumb li {
    display: inline-block;
    margin-left: 5px;
  }

.breadcrumb li:first-child {
      margin-left: 0;
    }

.breadcrumb li::after {
      content: '';
      display: inline-block;
      margin-left: 10px;
      height: 12px;
      width: 10px;
      background: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-arrow-retreat-02.svg) no-repeat center;
      background-size: cover;
    }

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

.pager {
  margin-top: 3rem;
  text-align: center;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}

.pager .page-numbers li {
      margin: 0 0.5rem;
      display: inline-block;
    }

.pager .page-numbers a {
      display: inline-block;
      width: 40px;
    }

.pager .page-numbers .current {
      display: inline-block;
      width: 40px;
      border: 1px solid #222222;
      border-radius: 20px;
    }

.pager .page-numbers .prev {
      display: inline-block;
      width: 50px;
      background: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-pager-prev.svg) no-repeat center;
    }

.pager .page-numbers .next {
      display: inline-block;
      width: 50px;
      background: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-pager-next.svg) no-repeat center;
    }

#site-title {
  transition: all .35s;
}

#site-title h1 {
    display: flex;
    justify-content: center;
    padding: 1.4rem 0;
  }

#site-title a {
  color: #fff;
}

#site-title a svg {
    fill: currentColor;
  }

.news #site-title a,
.page #site-title a,
.single-column #site-title a,
.error404 #site-title a {
  color: #000;
}

.modal-open {
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
}

.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

.modal-container.active {
    opacity: 1;
    visibility: visible;
  }

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 90%;
}

#projectmember .modal-body {
  max-width: 400px;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  cursor: pointer;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}

.modal-content .slick-slider-tour {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 2rem;
  }

.modal-content .slick-list {
    padding-bottom: 1rem!important;
  }

#menu {
  position: absolute;
  top: 1.4rem;
  right: 1rem;
}

#menu .menu-trigger {
    position: relative;
    width: 20px;
    height: 14px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 100;
  }

#menu .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }

#menu .menu-trigger span:nth-of-type(1) {
        top: 0;
      }

#menu .menu-trigger span:nth-of-type(2) {
        top: 6px;
      }

#menu .menu-trigger span:nth-of-type(3) {
        bottom: 0;
      }

#menu .menu-list {
    position: fixed;
    top: 0;
    right: -85%;
    padding: 4rem 1.5rem;
    width: 85%;
    max-width: 400px;
    background: #fff;
    transition: all .35s;
  }

#menu .menu-list .logo {
      margin-bottom: 1rem;
    }

#menu .menu-list li {
      padding: 1rem;
      font-size: 1.07143rem;
      font-weight: 600;
      border-top: 1px solid #ccc;
    }

#menu.active .menu-trigger span {
        background-color: #000;
      }

#menu.active .menu-trigger span:nth-of-type(1) {
          transform: translateY(6px) rotate(-315deg);
        }

#menu.active .menu-trigger span:nth-of-type(2) {
          opacity: 0;
        }

#menu.active .menu-trigger span:nth-of-type(3) {
          transform: translateY(-6px) rotate(315deg);
        }

#menu.active .menu-list {
      right: 0;
    }

.news #menu .menu-trigger span,
.page #menu .menu-trigger span,
.single-column #menu .menu-trigger span,
.error404 #menu .menu-trigger span {
  background-color: #000;
}

.news #content,
.page #content,
.error404 #content {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.news #content a, .page #content a, .error404 #content a {
    color: #0000FF;
    text-decoration: underline;
  }

.page table.sign {
    margin-bottom: 1rem;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

.page table.sign th,.page table.sign td {
      padding: 0.75rem;
      text-align: left;
      border-top: 1px solid #ddd;
    }

.page table.sign th {
      font-weight: 700;
      background-color: #F3F3F3;
    }

.page .retreat-search {
    margin-bottom: 1rem;
  }

@media screen and (max-width: 767px){

.page .retreat-search {
      display: flex
  }
    }

.page .retreat-search button {
      padding: 0.8rem 3rem;
      text-align: center;
      color: #fff;
      background: #117585;
      border-radius: 5px;
    }

.page .retreat-search .custom-select-wrapper {
      position: relative;
      display: inline-block;
      margin: 5px 10px 5px 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }

@media screen and (max-width: 767px){

.page .retreat-search .custom-select-wrapper {
        margin-right: 2%;
        width: 32%
    }
      }

.page .retreat-search .custom-select-wrapper:last-child {
        margin-right: 0;
      }

.page .retreat-search .custom-select-wrapper select {
        display: none;
      }

.page .retreat-search .custom-select {
      position: relative;
      width: 100%;
    }

.page .retreat-search .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }

.page .retreat-search .custom-select.opened .custom-options {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateY(0);
      }

.page .retreat-search .custom-select-trigger {
      position: relative;
      display: block;
      padding: 0.75rem 3rem;
      border: 1px solid #117585;
      border-radius: 5px;
      cursor: pointer;
    }

@media screen and (max-width: 767px){

.page .retreat-search .custom-select-trigger {
        padding-right: 0;
        font-size: 12px
    }
      }

.page .retreat-search .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 20px;
        margin-top: -3px;
        border-bottom: 1px solid #117585;
        border-right: 1px solid #117585;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }

@media screen and (max-width: 767px) {

.page .retreat-search .custom-select-trigger:after {
          width: 7px;
          height: 7px;
          right: 10px;
          margin-top: -1px
      }
        }

.page .retreat-search #when + .custom-select .custom-select-trigger {
      padding-left: 3.25rem;
      background: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-retreat-search-when.svg) no-repeat left 20px center;
      background-size: 20px;
    }

@media screen and (max-width: 767px) {

.page .retreat-search #when + .custom-select .custom-select-trigger {
        padding-left: 1.5rem;
        background-position-x: 7px;
        background-size: 10px
    }
      }

.page .retreat-search #where +.custom-select .custom-select-trigger {
      padding-left: 2.75rem;
      background: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-retreat-search-where.svg) no-repeat left 20px center;
      background-size: 15px;
    }

@media screen and (max-width: 767px) {

.page .retreat-search #where +.custom-select .custom-select-trigger {
        padding-left: 1.5rem;
        background-position-x: 7px;
        background-size: 10px
    }
      }

.page .retreat-search #what +.custom-select .custom-select-trigger {
      padding-left: 3.25rem;
      background: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-retreat-search-what.svg) no-repeat left 20px center;
      background-size: 20px;
    }

@media screen and (max-width: 767px) {

.page .retreat-search #what +.custom-select .custom-select-trigger {
        padding-left: 1.5rem;
        background-position-x: 7px;
        background-size: 10px
    }
      }

.page .retreat-search .custom-options {
      position: absolute;
      display: block;
      top: 100%;
      left: 0;
      right: 0;
      min-width: 100%;
      margin: 10px 0;
      border: 1px solid #b5b5b5;
      border-radius: 4px;
      box-sizing: border-box;
      box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
      background: #9F9F9F;
      transition: all .4s ease-in-out;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(-15px);
      z-index: 1;
    }

.page .retreat-search .custom-options:before {
        position: absolute;
        display: block;
        content: '';
        bottom: 100%;
        right: 25px;
        width: 7px;
        height: 7px;
        margin-bottom: -4px;
        border-top: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5;
        background: #9F9F9F;
        transform: rotate(45deg);
        transition: all .4s ease-in-out;
      }

.page .retreat-search .custom-option {
      position: relative;
      display: block;
      padding: 0 10px;
      border-bottom: 1px solid #b5b5b5;
      color: #fff;
      line-height: 46px;
      background-color: #9F9F9F;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }

@media screen and (max-width: 767px){

.page .retreat-search .custom-option {
        font-size: 12px
    }
      }

.single-column main a:hover {
      text-decoration: underline;
    }

.single-column header.px-8 {
      padding-left: 0;
      padding-right: 0;
    }

.single-column header .entry-title {
      margin-bottom: 40px;
      font-weight: bold;
    }

.single-column .entry-content.px-8 {
      padding-left: 0;
      padding-right: 0;
    }

.single-column .entry-content h2 {
      margin: 50px 0 20px;
      font-size: 26px;
      font-weight: bold;
    }

.single-column .entry-content h3 {
      padding-bottom: 5px;
      margin-top: 20px;
      border-bottom: 1px solid #ccc;
      font-size: 20px;
      font-weight: bold;
    }

.single-column .entry-content p {
      padding: 20px 0;
    }

.single-column .entry-content .wp-block-image {
      padding: 20px 0;
    }

.single-column .line {
    padding-right: 20px;
    padding-left: 25px;
    background-image: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-column-line.svg), url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-column-arrow.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
  }

.single-column .line.no-line {
      background-image: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-column-arrow.svg);
      background-repeat: no-repeat;
      background-position: right center;
    }

.slick-slider-top .slick-dots {
    bottom: 20px;
  }

.slick-slider-top .slick-dots li {
      margin: 0 2px;
    }

.slick-slider-top .slick-dots li button:before {
      color: #fff;
      opacity: 1;
    }

.slick-slider-top .slick-dots li.slick-active button:before {
      color: #117585;
      opacity: 1;
    }

#instractor {
  z-index: 99;
  transition: all .35s;
}

#instractor .close-instractor {
    cursor: pointer;
  }

#tour .slick-list {
    padding-bottom: 1rem!important;
  }

#hotel .hotel-list .content {
    transition: all .35s;
  }

#faq .faq-list dt {
      padding: 1rem 1rem 1rem 4rem;
      margin-bottom: 1rem;
      background: url("../../../../wp-content/themes/wellnesstrip/assets/img/faq-q.svg") no-repeat left 25px center, url("../../../../wp-content/themes/wellnesstrip/assets/img/faq-plus.svg") no-repeat right 15px center;
      background-color: #f2f2f2;
      cursor: pointer;
    }

#faq .faq-list dt.active {
        background: url("../../../../wp-content/themes/wellnesstrip/assets/img/faq-q.svg") no-repeat left 25px center, url("../../../../wp-content/themes/wellnesstrip/assets/img/faq-minus.svg") no-repeat right 15px center;
        background-color: #f2f2f2;
      }

#faq .faq-list dd {
      display: none;
      padding-left: 3rem;
      background: url("../../../../wp-content/themes/wellnesstrip/assets/img/faq-a.svg") no-repeat left 25px top 5px;
    }

#faq .faq-list li {
      padding: 0 1rem;
      margin-bottom: 1.4rem;
    }

#retreat .movie,
  #retreat .access {
    padding: 1.5rem 0;
  }

#retreat .movie iframe, #retreat .access iframe {
      margin: 1.5rem auto;
      max-width: 600px;
      width: 85vmin;
      height: 45vmin;
      max-height: 100%;
    }

@media screen and (min-width: 1191px) {

#retreat .movie iframe, #retreat .access iframe {
        height: 100%
    }
      }

@media screen and (max-width: 1190px) and (min-width: 1000px) {

#retreat .movie iframe, #retreat .access iframe {
        height: 17vh
    }
      }

@media screen and (max-width: 999px) and (min-width: 769px) {

#retreat .movie iframe, #retreat .access iframe {
        height: 33.1vh
    }
      }

@media screen and (max-width: 768px) and (min-width: 500px) {

#retreat .movie iframe, #retreat .access iframe {
        height: 23.7vmin
    }
      }

#retreat .hotel-gallery {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(116px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1rem;
  }

@media screen and (min-width: 768px){

#retreat .hotel-gallery {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: repeat(6, minmax(116px, 1fr))
  }
    }

#retreat .hotel-gallery li {
      height: 0;
      padding-bottom: 100%;
      position: relative;
    }

#retreat .hotel-gallery li img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }

#retreat .tab-content {
    overflow: hidden;
    margin: 0 auto;
    max-height: 0;
    transition: max-height .35s;
  }

#retreat .tab {
    overflow: hidden;
  }

#retreat .tab .tab-content {
      max-width: 390px;
    }

#retreat .tab input:checked~.tab-content {
      max-height: 1000vh;
    }

#retreat .tab .tab-title {
      float: left;
    }

#retreat .tab label {
      display: block;
      margin: 0 auto;
      max-width: 100px;
      font-size: 1.125rem;
      overflow: hidden;
      cursor: pointer;
    }

#retreat .tab label::after {
      float: right;
      display: block;
      font-size: 1.25rem;
      transition: all .35s;
    }

#retreat .tab input[type=checkbox]+label::after {
      margin-top: 4px;
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      background: url(../../../../wp-content/themes/wellnesstrip/assets/img/icon-plus.svg) no-repeat center;
    }

#retreat .tab input[type=checkbox]:checked+label::after {
      transform: rotate(315deg);
    }

#retreat .tab-tour {
    overflow: hidden;
    margin: 0 auto 2.5rem;
    max-width: 600px;
  }

#retreat .tab-tour input:checked~.tab-content {
      max-height: 1000vh;
    }

#retreat .tab-tour label {
      display: block;
      padding: 0.8rem 0;
      margin-top: 1rem;
      font-size: 1.125rem;
      text-align: center;
      color: #fff;
      background: #117585;
      overflow: hidden;
      cursor: pointer;
    }

#retreat .tab-tour label::after {
      position: relative;
      right: 10px;
      float: right;
      display: block;
      font-size: 2rem;
      transition: all .35s;
    }

#retreat .tab-tour input[type=checkbox]+label::after {
      margin-top: 4px;
      content: "+";
      display: flex;
      justify-content: center;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1rem;
      font-weight: bold;
    }

#retreat .tab-tour input[type=checkbox]:checked+label::after {
      transform: rotate(315deg);
    }

#reservation .wpcf7 {
    margin: 0 auto;
    max-width: 600px;
  }

#reservation .wpcf7-list-item {
    margin-left: 0;
  }

#reservation h4 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }

#reservation h4.required::after {
      position: relative;
      top: -2px;
      content: "必須";
      background: #e53935;
      color: #ffffff;
      padding: 0.25rem 0.35rem;
      border-radius: 0.35rem;
      font-size: .65rem;
      margin-left: 0.5rem;
      vertical-align: baseline;
      white-space: nowrap;
    }

#reservation h4.optional::after {
      position: relative;
      top: -2px;
      content: "任意";
      background: #f5f5f5;
      color: #9e9e9e;
      padding: 0.25rem 0.35rem;
      border-radius: 0.35rem;
      font-size: .65rem;
      margin-left: 0.5rem;
      vertical-align: baseline;
      white-space: nowrap;
    }

#reservation ul {
    margin-right: -5px;
    margin-left: -5px;
  }

#reservation li {
    margin: 0 0.5rem;
  }

#reservation input[type="text"],
  #reservation input[type="date"],
  #reservation input[type="number"],
  #reservation input[type="email"],
  #reservation textarea,
  #reservation select {
    padding: 5px;
    width: 100%;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
  }

@media screen and (min-width: 768px){

#reservation input[type="text"],
  #reservation input[type="date"],
  #reservation input[type="number"],
  #reservation input[type="email"],
  #reservation textarea,
  #reservation select {
      width: inherit
  }
    }

#reservation textarea {
    width: 100%;
    height: 100px;
  }

#reservation .agree-privacy input,
  #reservation .agree-terms input,
  #reservation .agree-travelconditions input,
  #reservation .agree-others input {
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
  }

#reservation .btn-policy,
  #reservation .btn-terms,
  #reservation .btn-travelconditions,
  #reservation .btn-others {
    padding: 0.25rem 0.5rem;
    margin: 0.5rem 0;
    font-size: 0.875rem;
    color: #9e9e9e;
    border-color: #9e9e9e;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.3rem;
  }

#reservation .btn-policy:hover, #reservation .btn-terms:hover, #reservation .btn-travelconditions:hover, #reservation .btn-others:hover {
      color: #fff;
      background-color: #9e9e9e;
    }

#reservation .caution {
    font-size: 0.8rem;
    color: #ff0000;
  }

#reservation #privacypolicy,
  #reservation #terms,
  #reservation #travelconditions,
  #reservation #others {
    padding: 1rem;
    border-color: rgba(0, 0, 0, 0.125);
    border-width: 1px;
    border-style: solid;
    border-radius: 0.3rem;
  }

#reservation input[type="submit"] {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 390px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    --tw-bg-opacity: 1;
    background-color: rgb(144 195 0 / var(--tw-bg-opacity));
    border-radius: 9999px;
    cursor: pointer;
  }

#reservation .sented {
    display: none;
  }

#reservation .sented h1 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      margin: 0 auto 2rem;
      max-width: 390px;
      color: #fff;
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.75rem;
      text-align: center;
      background-color: #C34300;
      border-radius: 9999px;
    }

#reservation .sented .message {
      padding: 2rem;
      margin: 0 auto 2rem;
      max-width: 390px;
      background-color: #FFFBDE;
      border: 2px solid #C34300;
      border-radius: 1rem;
    }

#reservation .sented .message h2 {
        margin-bottom: 1rem;
        color: #C34300;
        font-size: 1.25rem;
        line-height: 1.75rem;
        text-align: center;
        font-weight: 700;
      }

#reservation .sented .message p {
        margin-bottom: 1rem;
      }

#reservation form[data-status="sent"] .sented {
    display: block;
  }

@media (min-width: 768px) {

  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:container {
    max-width: 100%;
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 1033px;
    }
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-1 {
    order: 1;
  }

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

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:max-h-\[400px\] {
    max-height: 400px;
  }

  .md\:min-h-\[330px\] {
    min-height: 330px;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

  .md\:w-\[35vw\] {
    width: 35vw;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

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

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

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

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

  .md\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

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

  .md\:max-w-2xl {
    max-width: 42rem;
  }

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

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

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

  .md\:max-w-full {
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:bg-retreat {
    background-image: url('/wp-content/themes/wellnesstrip/assets/img/bg-retreat.jpg');
  }

  .md\:bg-tours {
    background-image: url('/wp-content/themes/wellnesstrip/assets/img/bg-tours.jpg');
  }

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

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .md\:leading-10 {
    line-height: 2.5rem;
  }

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