/****************************************   common   */

html{
  font-size: 62.5%;
}

body{
  font-size:1.4rem;
  /* 14px*/
  line-height: 2 !important;
  color: #3b3b3b;
  overflow: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

.wrap{
  max-width: 950px;
  margin: 0 auto;
}

.clearfix:after {
  display:block;
  content:'';
  clear:both;
}

/****************************************   .searches  */

.search-pulldown::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 0.65rem;
  transform: translateY(-50%);
  font-size: 1.4em;
  color: #333;
}

.searches-input-label::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  font-size: 1.4em;
  color: #878787;
}

.searches-datepicks-label::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f073";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  font-size: 1.4em;
  color: #878787;
}

#hotel-search{
  background: url(../images/search-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 1rem 0;
  color: #fff;
}

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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] {
  display: none;
}

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

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-top-4{
  top: -1rem;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-1{
  right: 0.25rem;
}

.top-\[13\.5\%\]{
  top: 13.5%;
}

.top-full{
  top: 100%;
}

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

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

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.clear-both{
  clear: both;
}

.m-0{
  margin: 0px;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

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

.mb-\[0\.55rem\]{
  margin-bottom: 0.55rem;
}

.mb-\[0\.85rem\]{
  margin-bottom: 0.85rem;
}

.mb-\[2\.85rem\]{
  margin-bottom: 2.85rem;
}

.ml-5{
  margin-left: 1.25rem;
}

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

.ml-9{
  margin-left: 2.25rem;
}

.ml-\[\.85rem\]{
  margin-left: .85rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-\[0\.95rem\]{
  margin-right: 0.95rem;
}

.mr-\[4\%\]{
  margin-right: 4%;
}

.mt-4{
  margin-top: 1rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[\.85rem\]{
  margin-top: .85rem;
}

.mt-\[1\.85rem\]{
  margin-top: 1.85rem;
}

.box-border{
  box-sizing: border-box;
}

.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-\[2\.85rem\]{
  height: 2.85rem;
}

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

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

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

.max-h-\[202\.7px\]{
  max-height: 202.7px;
}

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

.w-\[1\.4em\]{
  width: 1.4em;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

.rounded{
  border-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

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

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

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

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

.border-\[\#000099\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 153 / var(--tw-border-opacity));
}

.border-\[\#cccccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

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

.bg-\[\#3984b3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(57 132 179 / var(--tw-bg-opacity));
}

.bg-\[\#6f0318\]{
  --tw-bg-opacity: 1;
  background-color: rgb(111 3 24 / var(--tw-bg-opacity));
}

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

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

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

.bg-opacity-\[0\.6\]{
  --tw-bg-opacity: 0.6;
}

.bg-\[url\(\'\.\.\/images\/main_img_bg\.jpg\'\)\]{
  background-image: url('../images/main_img_bg.jpg');
}

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

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

.p-4{
  padding: 1rem;
}

.\!px-\[0\.45rem\]{
  padding-left: 0.45rem !important;
  padding-right: 0.45rem !important;
}

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-\[\.65rem\]{
  padding-left: .65rem;
  padding-right: .65rem;
}

.px-\[0\.45rem\]{
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}

.px-\[1\.15rem\]{
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

.px-\[2\.85rem\]{
  padding-left: 2.85rem;
  padding-right: 2.85rem;
}

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

.py-\[\.3rem\]{
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.py-\[\.75rem\]{
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-\[\.85rem\]{
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.py-\[0\.85rem\]{
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

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

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

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

.pl-2{
  padding-left: 0.5rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

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

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

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

.pt-\[0\.35rem\]{
  padding-top: 0.35rem;
}

.pt-\[2\.6rem\]{
  padding-top: 2.6rem;
}

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

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

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

.font-gothic{
  font-family: Montserrat, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
}

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

.text-\[1\.15rem\]{
  font-size: 1.15rem;
}

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

.text-\[1\.4rem\]{
  font-size: 1.4rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[1\.65rem\]{
  font-size: 1.65rem;
}

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

.text-\[16px\]{
  font-size: 16px;
}

.text-\[28px\]{
  font-size: 28px;
}

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

.text-\[30px\]{
  font-size: 30px;
}

.text-\[32px\]{
  font-size: 32px;
}

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

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

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

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

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

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

.text-\[\#1a0dab\]{
  --tw-text-opacity: 1;
  color: rgb(26 13 171 / var(--tw-text-opacity));
}

.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#3984b3\]{
  --tw-text-opacity: 1;
  color: rgb(57 132 179 / var(--tw-text-opacity));
}

.text-\[\#3b3b3b\]{
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

.text-\[\#444444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-\[\#6486db\]{
  --tw-text-opacity: 1;
  color: rgb(100 134 219 / var(--tw-text-opacity));
}

.text-\[\#878787\]{
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity));
}

.text-\[\#C40303\]{
  --tw-text-opacity: 1;
  color: rgb(196 3 3 / var(--tw-text-opacity));
}

.text-\[\#e98400\]{
  --tw-text-opacity: 1;
  color: rgb(233 132 0 / var(--tw-text-opacity));
}

.text-\[\#ff9900\]{
  --tw-text-opacity: 1;
  color: rgb(255 153 0 / var(--tw-text-opacity));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

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

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

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

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

.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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.name-wrap{
  width: 100%;
  padding: 0px;
}

@media (min-width: 768px){
  .name-wrap{
    width: 50%;
    padding-right: 2%;
  }
}

.check-wrap{
  width: 45%;
  padding-right: 2%;
}

@media (min-width: 768px){
  .check-wrap{
    width: 22%;
  }
}

.noframe-wrap{
  width: 10%;
  border-style: none;
  background-image: none;
  font-size: 1.45rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .noframe-wrap{
    width: 6%;
  }
}

.count-wrap{
  width: 32%;
}

@media (min-width: 768px){
  .count-wrap{
    width: 12%;
  }
}

.count-wrap:first-child{
  padding-right: 4%;
}

@media (min-width: 768px){
  .count-wrap:first-child{
    padding-right: 0px;
  }
}

input[name="suggest"], .searches-input{
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  padding-right: 0.45rem;
  padding-left: 3rem;
  vertical-align: middle;
  font-size: 16px;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

/****************************************   エラー  */

.error-mess{
  position: absolute;
  left: 0px;
  bottom: 115%;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(176 3 24 / var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/****************************************   .suggest  */

.sample-suggest-area{
  width: 100%;
}

@media (min-width: 768px){
  .sample-suggest-area{
    width: 200%;
  }
}

.sample-suggest-area > p{
  line-height: 2rem;
}

.sample-suggest-area ul{
  margin-bottom: 0.75rem;
  width: 100%;
}

.sample-suggest-area ul li{
  white-space: normal;
  line-height: 2rem;
}

@media (min-width: 768px){
  .sample-suggest-area ul li{
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

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

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

.before\:top-\[-3px\]::before{
  content: var(--tw-content);
  top: -3px;
}

.before\:ml-\[-10px\]::before{
  content: var(--tw-content);
  margin-left: -10px;
}

.before\:inline-block::before{
  content: var(--tw-content);
  display: inline-block;
}

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

.before\:w-\[6px\]::before{
  content: var(--tw-content);
  width: 6px;
}

.before\:rounded-\[50\%\]::before{
  content: var(--tw-content);
  border-radius: 50%;
}

.before\:bg-\[\#aaaaaa\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
}

.campaign-banner-spacing{
  margin-bottom: 10px;
}

@media (min-width: 768px){
  .campaign-banner-spacing{
    margin-bottom: 20px;
  }
  
  .md\:relative{
    position: relative;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

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

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

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

  .md\:mb-\[0\.95rem\]{
    margin-bottom: 0.95rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

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

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

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

  .md\:mt-\[3\.85rem\]{
    margin-top: 3.85rem;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[3\.85rem\]{
    height: 3.85rem;
  }

  .md\:w-1\/2{
    width: 50%;
  }

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

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

  .md\:w-auto{
    width: auto;
  }

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

  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

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

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

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

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

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

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

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

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

  .md\:border-\[\#cccccc\]{
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
  }

  .md\:px-\[1\.25rem\]{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

  .md\:pr-\[0\.95rem\]{
    padding-right: 0.95rem;
  }

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

  .md\:pt-\[2\.6rem\]{
    padding-top: 2.6rem;
  }

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

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

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

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

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

  .md\:hover\:bg-\[\#dddddd\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  }
}

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

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

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

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:box-border{
    box-sizing: border-box;
  }

  .lg\:block{
    display: block;
  }

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

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

  .lg\:w-auto{
    width: auto;
  }

  .lg\:grid-cols-\[1fr_3fr\]{
    grid-template-columns: 1fr 3fr;
  }

  .lg\:grid-cols-\[1fr_9fr\]{
    grid-template-columns: 1fr 9fr;
  }

  .lg\:gap-0{
    gap: 0px;
  }

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

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

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

  .lg\:border-\[\#cccccc\]{
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
  }

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

  .lg\:bg-theme{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 64 / var(--tw-bg-opacity));
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-\[url\(\'\.\.\/images\/hoterea\.jpg\'\)\]{
    background-image: url('../images/hoterea.jpg');
  }

  .lg\:bg-\[url\(\'\.\.\/images\/innsearch\.jpg\'\)\]{
    background-image: url('../images/innsearch.jpg');
  }

  .lg\:bg-\[url\(\'\.\.\/images\/traverea\.jpg\'\)\]{
    background-image: url('../images/traverea.jpg');
  }

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

  .lg\:p-2{
    padding: 0.5rem;
  }

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

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

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

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

  .lg\:pt-0{
    padding-top: 0px;
  }

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

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

  .lg\:text-\[32px\]{
    font-size: 32px;
  }

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

  .lg\:text-\[\#333333\]{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }

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