@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* text */
input::-ms-clear {
  visibility: hidden; }

/* password */
input::-ms-reveal {
  visibility: hidden; }

/* テキストエリアのりサイズ縦のみ可 */
textarea {
  resize: vertical; }

html {
  min-width: 1px; }

.scrollFade {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .scrollFade .slick-dots {
    visibility: hidden;
    opacity: 0; }

.scrollFade_blk {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 0; }

.scrollFade_blk:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 800px 0 0 300px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: -300px;
  top: 0; }

.scrollFade_blk:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 800px 300px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  left: -300px;
  top: 0; }

.txtLink {
  padding: 0 3px 0 16px;
  background: url(/common/images/ico_ar_r_p.svg) no-repeat 6px center;
  -webkit-background-size: 5px auto;
          background-size: 5px auto; }

.txtLink:hover {
  text-decoration: underline; }

.txtLink-pdf {
  padding-right: 20px;
  background: url(/common/images/ico_ar_r_p.svg) no-repeat 6px center, url(/common/images/ico_pdf_p.svg) no-repeat 99% center;
  -webkit-background-size: 5px auto, 10px auto;
          background-size: 5px auto, 10px auto; }

.txtLink-blank {
  padding-right: 22px;
  background: url(/common/images/ico_ar_r_p.svg) no-repeat 6px center, url(/common/images/ico_blank_p.svg) no-repeat 97% 55%;
  -webkit-background-size: 5px auto, 14px auto;
          background-size: 5px auto, 14px auto; }

.txtLink-noar {
  padding: 0 3px 0 0;
  background: none; }

.hover {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.hover:hover {
  opacity: .7 !important; }

.bold {
  font-weight: bold; }

.txtCenter {
  text-align: center; }

.txtLeft {
  text-align: left; }

.txtRight {
  text-align: right; }

.inImg {
  font-size: 1px;
  line-height: .1;
  vertical-align: top; }
  .inImg img {
    width: 100%;
    height: auto; }

.telCall a {
  color: inherit; }

.disable-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none; }

.dispPc {
  display: block; }

.dispPcTab {
  display: block; }

.dispTab {
  display: none; }

.dispTabSp {
  display: none; }

.dispSp {
  display: none; }

.dispSpS {
  display: none; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    min-width: 2px; }
  .txtLink:hover {
    text-decoration: none; }
  .hover:hover {
    opacity: 1; }
  .dispPc {
    display: none; }
  .dispPcTab {
    display: block; }
  .dispTab {
    display: block; }
  .dispTabSp {
    display: block; }
  .dispSp {
    display: none; }
  .dispSpS {
    display: none; } }

@media screen and (min-width: 0px) and (max-width: 767px) {
  html {
    min-width: 3px; }
  .hover:hover {
    opacity: 1; }
  .dispPc {
    display: none; }
  .dispPcTab {
    display: none; }
  .dispTab {
    display: none; }
  .dispTabSp {
    display: block; }
  .dispSp {
    display: block; }
  .dispSpS {
    display: none; } }

@media screen and (min-width: 0px) and (max-width: 374px) {
  .dispSpS {
    display: block; } }

/*共通設定-----------------------------------------------------------------------------------------------------------------*/
/* --------------------
WEBフォント読み込み
-------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-style: bold;
  src: url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap; }

@font-face {
  font-family: 'Noto Serif Japanese';
  font-weight: 400;
  font-style: bold;
  src: url("fonts/notoserifcjkjp_medium.woff") format("woff"), url("fonts/notoserifcjkjp_medium.eot") format("eot");
  font-display: swap; }

/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none; }

strong {
  font-weight: bolder; }

html {
  overflow-y: scroll; }

html, body {
  width: 100%;
  height: 100%; }

:focus, :active {
  outline: 0; }

ol, ul {
  list-style: none; }

img {
  border: none;
  vertical-align: top; }

header, nav, article, aside, footer, hgroup, figure, section {
  display: block; }

* {
  -webkit-tap-highlight-color: transparent; }

/* リンクテキストの設定 */
a {
  text-decoration: none;
  cursor: pointer;
  color: #ce305b; }

a:hover,
a:active {
  text-decoration: none; }

input[type="text"], [type="tel"], textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #cccccc;
  background: #ffffff;
  border-radius: 3px;
  padding: 16px;
  font-size: 1.13rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%; }

input[type="checkbox"], [type="radio"] {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

label {
  cursor: pointer; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 120%;
  height: 100%;
  line-height: 1.2;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none; }
  select option {
    color: #000000;
    background: #ffffff; }

.selectOuter {
  overflow: hidden;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  position: relative;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  text-align: center;
  font-size: 1rem; }

.flatpickr-calendar {
  font-size: 0.75rem !important; }

.flatpickr-current-month input.cur-year {
  pointer-events: none; }

/* ieのみ拡大縮小時にPX指定だと可変しないため%で指定する */
/*
body.msie {
  font-size: 100%;
  letter-spacing: normal;
}
*/
@media screen and (max-width: 767px) {
  body.menuSp {
    position: fixed; }
  input[type="text"], [type="tel"], textarea {
    padding: 12px;
    font-size: 1rem; } }

.wrap {
  width: 100%;
  height: 100%;
  position: relative; }

.loader {
  width: 120%;
  height: 120%;
  background: #000000;
  position: fixed;
  left: -10%;
  top: -10%;
  z-index: 11;
  -webkit-transition: background .3s;
  transition: background .3s; }

.loader.hide {
  display: none; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loader:before {
  content: '';
  -webkit-animation: rotate .8s linear infinite;
          animation: rotate .8s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px; }

.toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px; }

.toTop.stop {
  position: absolute;
  right: 0;
  bottom: 0; }

.fixed {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10; }

.fixed_btn {
  position: fixed;
  right: 0;
  top: 0;
  width: 200px;
  height: 80px;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  z-index: 2; }
  .fixed_btn li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top; }

.fixed_btnResv {
  cursor: pointer;
  background: #ce305b;
  width: 120px;
  height: 80px;
  border-radius: 0 0 0 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  -webkit-transition: background .2s;
  transition: background .2s; }

.fixed_btnResv:hover {
  background: #dd446d; }

.fixed_btnResvIco {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/common/images/ico_bed_w.svg) no-repeat center center #b32a4f;
  -webkit-background-size: 22px auto;
          background-size: 22px auto;
  border-radius: 20px;
  margin: 0 auto; }

.fixed_btnResvIcoActive {
  display: none;
  width: 40px;
  height: 40px;
  background: url(/common/images/ico_close.svg) no-repeat center center #b32a4f;
  -webkit-background-size: 18px auto;
          background-size: 18px auto;
  border-radius: 20px;
  margin: 0 auto; }

.fixed_btnResvTxt {
  font-size: 0.88rem;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 4px; }

.fixed_btnResv.active .fixed_btnResvIco {
  display: none; }

.fixed_btnResv.active .fixed_btnResvIcoActive {
  display: block; }

.fixed_btnMenu {
  cursor: pointer;
  background: #000000;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  -webkit-transition: background .2s;
  transition: background .2s; }

.fixed_btnMenu:hover {
  background: #2f2f2f; }

.fixed_btnMenuIco {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative; }
  .fixed_btnMenuIco .bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 10px;
    -webkit-transition: opacity ease-out .2s,  -webkit-transform ease-out .2s;
    transition: opacity ease-out .2s,  -webkit-transform ease-out .2s;
    transition: transform ease-out .2s,  opacity ease-out .2s;
    transition: transform ease-out .2s,  opacity ease-out .2s,  -webkit-transform ease-out .2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fixed_btnMenuIco .bar:nth-of-type(1) {
    top: 11px; }
  .fixed_btnMenuIco .bar:nth-of-type(2) {
    top: 19px; }
  .fixed_btnMenuIco .bar:nth-of-type(3) {
    top: 27px; }

.fixed_btnMenuTxt {
  font-size: 0.88rem;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 4px; }

.fixed_btnMenu.active .fixed_btnMenuIco .bar {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 26px;
  left: 6px; }

.fixed_btnMenu.active .fixed_btnMenuIco .bar:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg); }

.fixed_btnMenu.active .fixed_btnMenuIco .bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px); }

.fixed_btnMenu.active .fixed_btnMenuIco .bar:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg); }

.fixed_resv {
  width: 386px;
  background: #000000;
  border-radius: 3px;
  position: fixed;
  right: 10px;
  top: 90px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 15px 10px;
  visibility: hidden;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -9999);
          transform: matrix(1, 0, 0, 1, 0, -9999); }

.fixed_resv:before {
  content: '';
  position: absolute;
  top: 0;
  right: 123px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #000000 transparent;
  -webkit-transition: top ease-out .3s;
  transition: top ease-out .3s; }

.fixed_resv.active:before {
  top: -10px; }

.fixed_resvHotel {
  height: 40px; }

.fixed_resvHotelSelect {
  height: 100%;
  color: #ffffff;
  background: #000000;
  font-size: 1rem;
  letter-spacing: 0;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 82% center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
  padding-left: 4px; }

body.hotels .fixed_resvHotel {
  display: none; }

.fixed_resvCol {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin-top: 10px;
  text-align: left; }

.fixed_resvRc,
.fixed_resvMc {
  display: inline-block;
  vertical-align: top;
  width: 178px;
  height: 40px; }

.fixed_resvMc {
  margin-left: 10px; }

.fixed_resvRcSelect,
.fixed_resvMcSelect {
  height: 100%;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 80% center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
  padding-left: 4px; }

.fixed_resvCheckIn,
.fixed_resvCheckOut {
  display: inline-block;
  vertical-align: top;
  width: 178px; }

.fixed_resvCheckOut {
  margin-left: 10px; }

.fixed_resvCheckInTxt,
.fixed_resvCheckOutTxt {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  color: #ffffff; }

.fixed_resvCheckInCol,
.fixed_resvCheckOutCol {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 40px;
  position: relative;
  border-bottom: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fixed_resvCheckInDisp,
.fixed_resvCheckOutDisp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  background: url(/common/images/ico_cal_w.svg) no-repeat 96% 55%;
  -webkit-background-size: 16px auto;
          background-size: 16px auto;
  cursor: pointer; }
  .fixed_resvCheckInDisp .numS,
  .fixed_resvCheckOutDisp .numS {
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    padding-left: 4px; }
  .fixed_resvCheckInDisp .numL,
  .fixed_resvCheckOutDisp .numL {
    font-size: 1.38rem;
    letter-spacing: 0.05em;
    padding-left: 4px; }
  .fixed_resvCheckInDisp .txt,
  .fixed_resvCheckOutDisp .txt {
    font-size: 0.88rem;
    letter-spacing: 0.05em; }

.fixed_resvCheckInHidden,
.fixed_resvCheckOutHidden {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size: 1rem; }

.fixed_resvBtn {
  display: block;
  cursor: default;
  color: #6e6e6e;
  background: #323232;
  width: 100%;
  height: auto;
  padding: 12px 0;
  border-radius: 3px;
  font-size: 1.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 15px; }

.fixed_resvBtn.active {
  cursor: pointer;
  color: #ffffff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 96% center #ce305b;
  -webkit-background-size: 8px auto;
          background-size: 8px auto; }

.fixed_resvLinks {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin-top: 5px; }
  .fixed_resvLinks li {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 20px; }
    .fixed_resvLinks li a {
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      color: #ffffff;
      padding-left: 9px;
      background: url(/common/images/ico_ar_r_w.svg) no-repeat left center;
      -webkit-background-size: 5px auto;
              background-size: 5px auto; }
  .fixed_resvLinks li:first-child {
    margin-left: 0; }

.fixed_menu {
  width: 540px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0 0 40px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: matrix(1, 0, 0, 1, 9999, 0);
          transform: matrix(1, 0, 0, 1, 9999, 0); }

.fixed_menuMain li a {
  color: #ffffff; }

.fixed_menuMain li.parents {
  margin-top: 25px; }
  .fixed_menuMain li.parents > a {
    color: #ffffff;
    padding-left: 14px;
    background: url(/common/images/ico_ar_r_w.svg) no-repeat left center;
    -webkit-background-size: 6px 10px;
            background-size: 6px 10px;
    font-size: 1.13rem;
    letter-spacing: 0.05em; }

.fixed_menuMain li.parents:first-child {
  margin-top: 0; }

.fixed_menuMain li.parents.facility .pcTab {
  display: inline; }

.fixed_menuMain li.parents.facility .sp {
  display: none; }

.fixed_menuMain li.outer .ico {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px;
  height: 11px;
  background: url(/common/images/ico_blank_w.svg) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain; }

.fixed_menuMainChild {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin: 15px 0 0 14px; }
  .fixed_menuMainChild li.children {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px; }
    .fixed_menuMainChild li.children > a {
      padding-left: 10px;
      background: url(/common/images/ico_child_w.svg) no-repeat left center;
      -webkit-background-size: 5px 7px;
              background-size: 5px 7px;
      font-size: 0.88rem;
      letter-spacing: 0.05em; }
  .fixed_menuMainChild li.children:first-child {
    display: none; }
  .fixed_menuMainChild li.children:last-child {
    margin-right: 0; }

.fixed_menuSub01 {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin-top: 40px; }
  .fixed_menuSub01 li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px; }
    .fixed_menuSub01 li a {
      display: inline-block;
      font-size: 0.88rem;
      letter-spacing: 0.05em;
      color: #ffffff;
      padding-left: 35px;
      line-height: 25px;
      min-height: 25px; }
  .fixed_menuSub01 .fixed_menuSub01Faq a {
    background: url(/common/images/ico_faq.svg) no-repeat left center;
    -webkit-background-size: 25px 25px;
            background-size: 25px; }
  .fixed_menuSub01 .fixed_menuSub01Mail a {
    background: url(/common/images/ico_mail.svg) no-repeat left center;
    -webkit-background-size: 25px 25px;
            background-size: 25px; }

.fixed_menuSub02 {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin-top: 20px; }
  .fixed_menuSub02 li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px; }
    .fixed_menuSub02 li a {
      display: inline-block;
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      color: #ffffff;
      padding-left: 10px;
      background: url(/common/images/ico_ar_r_w.svg) no-repeat left center;
      -webkit-background-size: 5px 8px;
              background-size: 5px 8px; }

.fixed_menuLogo {
  width: 188px;
  margin-top: 20px; }
  .fixed_menuLogo a {
    display: block; }

.hdr {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 0 25px;
  text-align: left;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }

.hdr_vi01 {
  display: inline-block;
  vertical-align: bottom;
  width: 276px; }

.hdr_vi02 {
  display: block;
  width: 200px;
  position: absolute;
  right: 220px;
  top: 30px; }

.hdr_lang {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  width: 100px;
  height: 26px;
  position: relative; }

.hdr_langTxt {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ffffff;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 96% center;
  -webkit-background-size: 8px auto;
          background-size: 8px auto;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.hdr_langSelect {
  font-size: 1rem;
  letter-spacing: 0.05em;
  opacity: 0; }

.hdr_hotel {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  width: 120px;
  height: 26px;
  position: relative; }

.hdr_hotelTxt {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ffffff;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat 96% center;
  -webkit-background-size: 8px auto;
          background-size: 8px auto;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.hdr_hotelSelect {
  font-size: 1rem;
  letter-spacing: 0.05em;
  opacity: 0; }

.bnr {
  background: #f5f5f5;
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 1; }

.bnr_in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.bnr_list {
  width: 1020px;
  text-align: center;
  padding: 0;
  position: relative; }

.bnr_listIn {
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  font-size: 0; }
  .bnr_listIn a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .bnr_listIn a img {
      vertical-align: bottom; }

.slick-slide {
  font-size: 0; }

.prev-arrow-bnr {
  position: absolute;
  top: calc(50% - 10px);
  left: -24px;
  cursor: pointer;
  width: 16px;
  height: 20px; }

.next-arrow-bnr {
  position: absolute;
  top: calc(50% - 10px);
  right: -4px;
  cursor: pointer;
  width: 16px;
  height: 20px; }

.col {
  width: 100%;
  padding: 100px 0 0;
  overflow: hidden; }

.col_txt {
  color: #666666;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2; }

.plan {
  width: 100%;
  background: #f3f3f3;
  padding-bottom: 100px;
  position: relative;
  z-index: 1; }

.plan_head {
  width: 332px;
  margin: 0 auto 40px; }

.plan_list {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0; }
  .plan_list .card {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 320px;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .plan_list .card a {
      display: block;
      background: #ffffff; }
  .plan_list .card:first-child,
  .plan_list .card:nth-child(4n) {
    margin-left: 0; }

.card_col {
  position: relative;
  text-align: left; }

.card_colTtl {
  padding: 15px 20px 0 20px;
  font-size: 1.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000000;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: -42px; }

.card_colTtl:before {
  content: '';
  width: 50px;
  height: 3px;
  background: #ce305b;
  position: absolute;
  left: 0;
  top: -3px; }

.card_colTxt {
  font-size: 0.88rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666;
  padding: 20px; }

.card_colBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #ffdce6;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  padding: 10px 0 10px 20px; }

.card_colBtn:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  left: calc(50% - 16%);
  top: calc(50% - 7px); }

.plan_all {
  display: block;
  width: 100%;
  max-width: 1000px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 40px auto 0;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.05em;
  padding: 12px 0 12px 25px;
  position: relative;
  border-radius: 3px; }

.plan_all:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: calc(50% - 6.6%);
  top: calc(50% - 7px); }

.news {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #ffffff;
  padding-bottom: 100px; }

.news_head {
  width: 327px;
  margin: 0 auto 40px; }

.news_in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  zoom: 1; }
  .news_in:before, .news_in:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .news_in:after {
    clear: both; }

.news_list {
  border-top: 1px solid #e5e5e5;
  text-align: left; }

.news_listCol {
  border-bottom: 1px solid  #e5e5e5; }
  .news_listCol a {
    display: block;
    padding: 15px 15px;
    color: #000000;
    letter-spacing: -1em;
    word-spacing: 0.1em;
    font-size: 0;
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
  .news_listCol a:hover {
    background: #f6f6f6; }

.news_listColDate {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: 0.05em;
  width: 11%; }

.news_listColTxt {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-left: 1%;
  position: relative;
  width: 87%; }

.news_listColTxt:before {
  content: '';
  width: 5px;
  height: 9px;
  background: url(/common/images/ico_ar_r_b.svg) no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: -6px;
  top: calc(50% - 5px); }

.news_all {
  margin-top: 15px;
  float: right;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-left: 18px;
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left center;
  -webkit-background-size: 14px 14px;
          background-size: 14px; }

.ft {
  position: relative;
  z-index: 1; }

.ft_group01 {
  background: #f3f3f3;
  text-align: left; }

.ft_brHead {
  background: #27292b;
  padding: 10px 0; }

.ft_brHeadIn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }

.ft_brHeadTtl {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ft_brHeadTtlTxt {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  letter-spacing: normal;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-left: 70px; }

.ft_brHeadTtlTxt:before {
  content: '';
  width: 70px;
  height: 70px;
  background: url(/common/images/footer_br_ico.png) no-repeat left top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 35px); }

.ft_brHeadTtlSub {
  display: inline-block;
  vertical-align: middle;
  background: #3d3f41;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding: 6px 12px;
  margin-left: 40px; }

.ft_brHeadBody {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  width: 60%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ft_brNotes {
  padding: 15px 0; }

.ft_brNotesIn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .ft_brNotesIn .toggle_cts {
    display: block; }

.ft_brNotesTxt {
  font-size: 0.88rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666; }

.ft_brNotesSub li {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666;
  text-indent: -1em;
  padding-left: 1em; }

.ft_baby {
  background: #ebebeb;
  padding: 15px 0;
  margin-bottom: 2px; }

.ft_babyIn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }

.ft_babyHead {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28%;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 60px;
  position: relative;
  color: #393e40; }

.ft_babyHead:before {
  content: '';
  width: 50px;
  height: 40px;
  background: url(/common/images/footer_baby_b.svg) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 20px); }

.ft_babyBody {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 72%;
  padding-left: 20px; }

.ft_babyBodyTxt {
  font-size: 0.88rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  color: #666666; }

.ft_babyBodyShop {
  margin-top: 5px; }

.ft_babyBodyShopHead {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.88rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #666666; }

.ft_babyBodyShopLists {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .ft_babyBodyShopLists li {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    color: #666666; }
    .ft_babyBodyShopLists li a {
      color: #666666;
      text-decoration: underline; }
    .ft_babyBodyShopLists li a:hover {
      text-decoration: none; }
  .ft_babyBodyShopLists li:before {
    content: '/';
    padding: 0 5px; }
  .ft_babyBodyShopLists li:first-child:before {
    content: '';
    padding: 0; }

.ft_nos {
  background: #ebebeb;
  padding: 15px 0; }

.ft_nosIn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0; }

.ft_nosHead {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28%;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 60px;
  position: relative;
  color: #393e40; }

.ft_nosHead:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(/common/images/footer_nos_b.svg) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 5px;
  top: calc(50% - 20px); }

.ft_nosBody {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 72%;
  padding-left: 20px; }

.ft_nosBodyTxt {
  font-size: 0.88rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  color: #666666; }

.ft_resv {
  padding: 40px 0; }

.ft_resv.dark {
  background: #ebebeb; }
  .ft_resv.dark .ft_resvColHead {
    background: #f3f3f3; }

.ft_resvCol {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  zoom: 1; }
  .ft_resvCol:before, .ft_resvCol:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .ft_resvCol:after {
    clear: both; }

.ft_resvColMain {
  display: inline-block;
  vertical-align: middle;
  width: 58%; }

.ft_resvColHanedaariake {
  margin-top: 10px;
  display: inline-block; }

.ft_resvColHanedaariake:nth-child(odd) {
  margin-left: 20px; }

.ft_resvColHead {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d8d8d8;
  background: #ebebeb;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2e3133;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 20px;
  min-width: 200px; }

.ft_resvColHead.hanedaariake {
  font-size: 0.63rem;
  padding: 4px 10px;
  min-width: 100px; }

.ft_resvColTel {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #2e3133;
  line-height: 1.2; }
  .ft_resvColTel a {
    color: #2e3133; }

.ft_resvColTel.hanedaariake {
  font-size: 1rem; }
  .ft_resvColTel.hanedaariake .ft_resvColTelNum {
    padding-left: 22px;
    background: url(/common/images/footer_resv_tel_g.svg) no-repeat 6px center;
    -webkit-background-size: 12px 12px;
            background-size: 12px; }

.ft_resvColTelNum {
  display: inline-block;
  vertical-align: middle;
  padding-left: 52px;
  background: url(/common/images/footer_resv_tel_g.svg) no-repeat 20px center;
  -webkit-background-size: 25px 25px;
          background-size: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ft_resvColSub {
  display: inline-block;
  vertical-align: middle;
  width: 42%; }

.ft_resvColSubTxt {
  font-size: 0.88rem;
  letter-spacing: 0.05em; }

.ft_resvColSubNotes > li {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em; }

.ft_resvBtn {
  display: block;
  float: right;
  margin-top: 15px;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 15px center #ce305b;
  -webkit-background-size: 5px 8px;
          background-size: 5px 8px;
  color: #ffffff;
  padding: 8px 20px 8px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px; }

.ft_group02 {
  background: #27292b; }

.ft_bnr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding: 20px 0; }
  .ft_bnr li {
    display: inline-block;
    vertical-align: top;
    width: 238px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 16px;
    text-align: left; }
    .ft_bnr li a {
      display: block;
      border: 1px solid #555658;
      border-radius: 2px;
      overflow: hidden; }
  .ft_bnr li:first-child {
    margin-left: 0; }

.ft_bnrListsImg {
  display: inline-block;
  vertical-align: middle;
  width: 80px; }

.ft_bnrListsTxt {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.82rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px; }

.ft_info {
  padding: 40px 0;
  background: #2d3033;
  text-align: left;
  position: relative; }

.ft_infoIn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding: 20px 0; }

.ft_infoSns {
  display: inline-block;
  vertical-align: middle;
  width: 220px; }
  .ft_infoSns li {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px; }
    .ft_infoSns li a {
      display: block;
      width: 100%;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .ft_infoSns li a img {
        width: 100%;
        height: auto;
        font-size: 1; }
    .ft_infoSns li a:hover {
      opacity: .7; }
  .ft_infoSns li.ft_infoSnsInsta {
    margin-right: 0; }
  .ft_infoSns li.ft_infoSnsTa {
    display: none; }

.hotels .ft_infoSns {
  width: 330px; }
  .hotels .ft_infoSns li.ft_infoSnsInsta {
    margin-right: 60px; }
  .hotels .ft_infoSns li.ft_infoSnsTa {
    display: inline-block;
    margin-right: 0; }

.ft_infoLinks {
  display: inline-block;
  vertical-align: middle;
  width: 670px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #555658;
  padding-left: 60px; }

.ft_infoLinksMain li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px; }
  .ft_infoLinksMain li a {
    display: inline-block;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #ffffff;
    padding-left: 35px;
    line-height: 25px;
    min-height: 25px; }

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

.ft_infoLinksMain .ft_infoLinksMainFaq a {
  background: url(/common/images/ico_faq.svg) no-repeat left center;
  -webkit-background-size: 25px 25px;
          background-size: 25px; }

.ft_infoLinksMain .ft_infoLinksMainSafe a {
  background: url(/common/images/ico_safe.svg) no-repeat left center;
  -webkit-background-size: 25px 25px;
          background-size: 25px; }

.ft_infoLinksMain .ft_infoLinksMainEnv a {
  background: url(/common/images/ico_env.svg) no-repeat left center;
  -webkit-background-size: 25px 25px;
          background-size: 25px; }

.ft_infoLinksOther {
  /*
  li:last-child{
    margin-left: 0;
  }
*/ }
  .ft_infoLinksOther li {
    margin: 20px 20px 0 0;
    display: inline-block;
    vertical-align: top; }
    .ft_infoLinksOther li a {
      color: #ffffff;
      font-size: 0.82rem;
      letter-spacing: 0.05em;
      padding-left: 12px;
      background: url(/common/images/ico_ar_r_w.svg) no-repeat 2px center;
      -webkit-background-size: 5px 8px;
              background-size: 5px 8px; }
  .ft_infoLinksOther li.blank a {
    padding-right: 16px;
    background: url(/common/images/ico_ar_r_w.svg) no-repeat 2px center, url(/common/images/ico_blank_w.svg) no-repeat right center;
    -webkit-background-size: 5px 8px, 12px 8px;
            background-size: 5px 8px, 12px 8px; }

.ft_corp {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding: 30px 0;
  text-align: left; }

.ft_corpCopy {
  zoom: 1; }
  .ft_corpCopy:before, .ft_corpCopy:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .ft_corpCopy:after {
    clear: both; }

.ft_corpCopyLogo {
  width: 188px;
  float: left; }

.ft_corpCopyTxt {
  float: right;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  color: #ffffff; }

.ft_corpLinks {
  margin-top: 30px; }

.ft_corpLinksHead {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #999999;
  padding-right: 16px;
  background: url(/common/images/ico_blank_w.svg) no-repeat right center;
  -webkit-background-size: 12px 8px;
          background-size: 12px 8px;
  display: inline-block; }

.ft_corpLinksList {
  width: 100%; }
  .ft_corpLinksList li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 0;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: #999999; }
    .ft_corpLinksList li a {
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      color: #999999; }
    .ft_corpLinksList li a:hover {
      text-decoration: underline; }
  .ft_corpLinksList li:after {
    content: '｜';
    padding: 0 5px; }
  .ft_corpLinksList li:last-child:after {
    content: '';
    padding: 0; }

#highTop .ft_group01 {
  background: #2a2c2e; }

#highTop .ft_brHead {
  background: #000000; }

#highTop .ft_brHeadTtlSub {
  background: #1a1a1a; }

#highTop .ft_brNotesTxt {
  color: #ffffff; }

#highTop .ft_brNotesSub li {
  color: #ffffff; }

#highTop .ft_baby {
  background: #1a1a1a; }

#highTop .ft_babyHead {
  color: #ffffff; }

#highTop .ft_babyHead:before {
  background: url(/common/images/footer_baby_w.svg) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain; }

#highTop .ft_babyBodyTxt {
  color: #ffffff; }

#highTop .ft_babyBodyShopHead {
  color: #ffffff; }

#highTop .ft_babyBodyShopLists li {
  color: #ffffff; }
  #highTop .ft_babyBodyShopLists li a {
    color: #ffffff; }

#highTop .ft_nos {
  background: #1a1a1a; }

#highTop .ft_nosHead {
  color: #ffffff; }

#highTop .ft_nosHead:before {
  background: url(/common/images/footer_nos_w.svg) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain; }

#highTop .ft_nosBodyTxt {
  color: #ffffff; }

#highTop .ft_resv.dark {
  background: #1a1a1a; }
  #highTop .ft_resv.dark .ft_resvColHead {
    background: #2a2c2e; }

#highTop .ft_resvColHead {
  border: 1px solid #656668;
  background: none;
  color: #ffffff; }

#highTop .ft_resvColTel {
  color: #ffffff; }
  #highTop .ft_resvColTel a {
    color: #ffffff; }

#highTop .ft_resvColTel.hanedaariake {
  font-size: 1rem; }
  #highTop .ft_resvColTel.hanedaariake .ft_resvColTelNum {
    padding-left: 22px;
    background: url(/common/images/footer_resv_tel_w.svg) no-repeat 6px center;
    -webkit-background-size: 12px 12px;
            background-size: 12px; }

#highTop .ft_resvColTelNum {
  background: url(/common/images/footer_resv_tel_w.svg) no-repeat 20px center;
  -webkit-background-size: 25px 25px;
          background-size: 25px; }

#highTop .ft_resvColSubTxt,
#highTop .ft_resvColSubNotes {
  color: #ffffff; }

#highTop .ft_group02 {
  background: #000000; }

#highTop .ft_info {
  background: #0f0f0f; }

@media screen and (max-width: 1068px) {
  .bnr {
    padding: 20px 0; }
  .bnr_in {
    width: 96%;
    margin: 0 auto; }
  .bnr_list {
    width: 100%;
    padding-left: .8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .bnr_listIn {
    padding-right: 3%; }
  .prev-arrow-bnr {
    position: absolute;
    top: calc(50% - 12px);
    left: -12px; }
  .next-arrow-bnr {
    position: absolute;
    top: calc(50% - 12px);
    right: -12px; } }

@media screen and (max-width: 1024px) {
  .fixed_btnResv:hover {
    background: #ce305b; }
  .fixed_btnMenu:hover {
    background: #000000; }
  .fixed_menuMain li.parents.facility .pcTab {
    display: inline; }
  .fixed_menuMain li.parents.facility .sp {
    display: none; }
  .fixed_menuMainChild li.children:first-child {
    display: none; }
  .hdr {
    width: 100%;
    padding: 15px 0 0 25px;
    text-align: left; }
  .hdr_vi01 {
    display: block;
    width: 276px;
    margin-top: 0; }
  .hdr_vi02 {
    display: block;
    width: 180px;
    position: relative;
    right: auto;
    top: auto;
    margin-left: 47px; }
  .hdr_lang {
    margin: 10px 0 0 0; }
  .hdr_hotel {
    display: none; }
  .col {
    padding: 80px 0 0; }
  .plan {
    padding-bottom: 80px; }
  .plan_list {
    max-width: 660px;
    margin: 30px auto 0; }
    .plan_list .card:nth-child(4n) {
      margin-left: 20px; }
    .plan_list .card:first-child,
    .plan_list .card:nth-child(odd) {
      margin-left: 0; }
  .plan_all {
    max-width: 660px;
    margin: 30px auto 0; }
  .plan_all:before {
    left: calc(50% - 10%); }
  .news {
    padding-bottom: 80px; }
  .news_in {
    max-width: 660px; }
  .news_listCol a {
    padding: 15px 40px 15px 0;
    background: url(/common/images/ico_ar_r_g.svg) no-repeat 98% center;
    -webkit-background-size: 10px auto;
            background-size: 10px auto; }
  .news_listCol a:hover {
    background: url(/common/images/ico_ar_r_g.svg) no-repeat 98% center;
    -webkit-background-size: 10px auto;
            background-size: 10px auto; }
  .news_listColDate {
    display: block;
    width: 100%; }
  .news_listColTxt {
    display: block;
    width: 100%;
    padding: 5px 0 0 0; }
  .news_listColTxt:before {
    content: '';
    background: none; }
  .ft_brHeadIn {
    max-width: 660px;
    margin: 0 auto; }
  .ft_brHeadTtl {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .ft_brHeadTtlTxt {
    padding-left: 50px; }
  .ft_brHeadTtlTxt:before {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px); }
  .ft_brHeadBody {
    display: block;
    width: 100%;
    padding: 10px 0 0 0; }
  .ft_brNotesIn {
    max-width: 660px;
    margin: 0 auto; }
    .ft_brNotesIn .toggle_cts {
      display: block; }
  .ft_babyIn {
    max-width: 660px;
    margin: 0 auto; }
  .ft_babyHead {
    display: block;
    width: 100%;
    min-height: 50px;
    line-height: 50px; }
  .ft_babyBody {
    display: block;
    width: 100%;
    padding: 0; }
  .ft_babyBodyShop {
    margin-top: 10px; }
  .ft_babyBodyShopHead {
    display: block;
    width: 100%; }
  .ft_babyBodyShopLists {
    display: block;
    width: 100%; }
  .ft_nosIn {
    max-width: 660px;
    margin: 0 auto; }
  .ft_nosHead {
    display: block;
    width: 100%;
    min-height: 50px;
    line-height: 50px; }
  .ft_nosBody {
    display: block;
    width: 100%;
    padding: 0; }
  .ft_resvCol {
    max-width: 660px;
    text-align: center; }
  .ft_resvColMain {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .ft_resvColHanedaariake:nth-child(odd) {
    margin-left: 5px; }
  .ft_resvColHanedaariake {
    margin: 10px 5px 0; }
  .ft_resvColHead {
    display: block;
    margin: 0 auto;
    width: 40%; }
  .ft_resvColHead.hanedaariake {
    width: 100%; }
  .ft_resvColTel {
    display: block;
    width: 100%; }
  .ft_resvColTelNum {
    display: inline-block;
    padding-left: 32px;
    background: url(/common/images/footer_resv_tel_g.svg) no-repeat left center;
    -webkit-background-size: 25px 25px;
            background-size: 25px; }
  #highTop .ft_resvColTelNum {
    background: url(/common/images/footer_resv_tel_w.svg) no-repeat left center;
    -webkit-background-size: 25px 25px;
            background-size: 25px; }
  .ft_resvColSub {
    display: block;
    width: 100%; }
  .ft_resvBtn {
    display: inline-block;
    margin: 15px auto 0;
    float: none; }
  .ft_bnr {
    max-width: 660px;
    padding: 10px 0 20px; }
    .ft_bnr li {
      width: 48%;
      margin: 10px 2% 0 0; }
    .ft_bnr li:first-child,
    .ft_bnr li:nth-child(odd) {
      margin-left: 0; }
  .ft_infoIn {
    max-width: 660px; }
  .ft_infoSns {
    display: block;
    width: 100%;
    text-align: center; }
  .hotels .ft_infoSns {
    display: block;
    width: 100%;
    text-align: center; }
  .ft_infoLinks {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0 0 0;
    border: none;
    border-top: 1px solid #555658; }
  .ft_corp {
    width: 96%; } }

@media screen and (max-width: 767px) {
  .resvActive .flatpickr-calendar {
    position: fixed !important; }
  .loader {
    -webkit-background-size: 25px 25px;
            background-size: 25px; }
  .loader:before {
    border: 2px solid #888;
    border-bottom-color: #fff;
    height: 26px;
    left: 50%;
    margin: -13px 0 0 -13px;
    width: 26px; }
  .toTop {
    width: 50px;
    height: 50px;
    padding: 15px; }
  .fixed_btn {
    width: 160px;
    height: 64px; }
  .fixed_btnResv {
    width: 96px;
    height: 64px;
    padding: 6px 0; }
  .fixed_btnResvIco {
    width: 32px;
    height: 32px;
    -webkit-background-size: 18px auto;
            background-size: 18px auto;
    border-radius: 16px; }
  .fixed_btnResvIcoActive {
    width: 32px;
    height: 32px;
    -webkit-background-size: 18px auto;
            background-size: 18px auto;
    border-radius: 16px;
    margin: 0 auto; }
  .fixed_btnResvTxt {
    font-size: 0.69rem; }
  .fixed_btnMenu {
    width: 64px;
    height: 64px;
    padding: 6px 0; }
  .fixed_btnMenuIco {
    width: 32px;
    height: 32px; }
    .fixed_btnMenuIco .bar {
      width: 16px;
      left: 8px; }
    .fixed_btnMenuIco .bar:nth-of-type(1) {
      top: 8px; }
    .fixed_btnMenuIco .bar:nth-of-type(2) {
      top: 15px; }
    .fixed_btnMenuIco .bar:nth-of-type(3) {
      top: 22px; }
  .fixed_btnMenuTxt {
    font-size: 0.69rem; }
  .fixed_btnMenu.active .fixed_btnMenuIco .bar {
    width: 24px;
    left: 4px; }
  .fixed_btnMenu.active .fixed_btnMenuIco .bar:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg); }
  .fixed_btnMenu.active .fixed_btnMenuIco .bar:nth-of-type(2) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-transform: translateX(50px); }
  .fixed_btnMenu.active .fixed_btnMenuIco .bar:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg); }
  .fixed_resv {
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    right: auto;
    left: 0;
    top: 0;
    padding: 80px 2% 15px;
    background: rgba(0, 0, 0, 0.9); }
  .fixed_resv:before {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0; }
  .fixed_resvRc,
  .fixed_resvMc {
    width: 49%; }
  .fixed_resvMc {
    margin-left: 2%; }
  .fixed_resvCheckIn,
  .fixed_resvCheckOut {
    width: 49%; }
  .fixed_resvCheckOut {
    margin-left: 2%; }
  .fixed_menu {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
    z-index: 1;
    padding: 80px 2% 0 2%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .fixed_menuMain {
    border-top: 1px solid #ffffff; }
    .fixed_menuMain li a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      display: block; }
    .fixed_menuMain li.parents {
      margin-top: 0; }
      .fixed_menuMain li.parents > a {
        background: url(/common/images/ico_ar_r_w.svg) no-repeat 98% center;
        -webkit-background-size: 6px 10px;
                background-size: 6px 10px;
        padding: 15px 20px 15px 10px; }
    .fixed_menuMain li.parents:first-child {
      margin-top: 0; }
    .fixed_menuMain li.outer .ico {
      display: none; }
    .fixed_menuMain li.outer > a {
      background: url(/common/images/ico_blank_w.svg) no-repeat 99% center;
      -webkit-background-size: 14px 8px;
              background-size: 14px 8px; }
    .fixed_menuMain li.parents.facility .pcTab {
      display: none; }
    .fixed_menuMain li.parents.facility .sp {
      display: block;
      font-size: 1.13rem;
      letter-spacing: 0.05em;
      color: #ffffff;
      padding: 15px 0 15px 10px;
      border-bottom: 1px solid #ffffff;
      position: relative; }
    .fixed_menuMain li.parents.facility .sp:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      right: 2%;
      top: calc(50% - 5px);
      background: url(/common/images/ico_toggle_w.svg) no-repeat right top;
      -webkit-background-size: 10px 20px;
      background-size: 10px 20px; }
    .fixed_menuMain li.parents.facility .sp.open:before {
      background-position: right bottom; }
  .fixed_menuMainChild {
    margin: 0;
    display: none; }
    .fixed_menuMainChild li.children {
      display: block;
      margin-right: 0; }
      .fixed_menuMainChild li.children > a {
        display: block;
        font-size: 1rem;
        padding: 10px 20px 10px 20px;
        background: url(/common/images/ico_ar_r_w.svg) no-repeat 98% center, url(/common/images/ico_child_w.svg) no-repeat 10px center;
        -webkit-background-size: 6px 10px, 5px 7px;
                background-size: 6px 10px, 5px 7px;
        letter-spacing: 0.05em; }
    .fixed_menuMainChild li.children:first-child {
      display: block; }
  .fixed_menuSub01 {
    margin-top: 10px; }
    .fixed_menuSub01 li {
      margin-right: 0;
      width: 49%; }
      .fixed_menuSub01 li a {
        display: block;
        background: #1a1a1a;
        color: #ffffff;
        padding: 10px 0 10px 45px;
        line-height: 25px;
        min-height: 25px;
        border-radius: 3px; }
    .fixed_menuSub01 li:nth-child(odd) {
      margin-right: 2%; }
    .fixed_menuSub01 .fixed_menuSub01Faq a {
      background: url(/common/images/ico_faq.svg) no-repeat 10px center #232323;
      -webkit-background-size: 25px 25px;
              background-size: 25px; }
    .fixed_menuSub01 .fixed_menuSub01Mail a {
      background: url(/common/images/ico_mail.svg) no-repeat 10px center #232323;
      -webkit-background-size: 25px 25px;
              background-size: 25px; }
  .fixed_menuSub02 {
    margin-top: 6px; }
    .fixed_menuSub02 li {
      margin-right: 0;
      width: 49%; }
      .fixed_menuSub02 li a {
        display: block;
        background: #1a1a1a;
        color: #ffffff;
        padding: 6px 0 6px 20px;
        line-height: 25px;
        min-height: 25px;
        border-radius: 3px;
        background: url(/common/images/ico_ar_r_w.svg) no-repeat 10px center #232323;
        -webkit-background-size: 5px 8px;
                background-size: 5px 8px; }
    .fixed_menuSub02 li:nth-child(odd) {
      margin-right: 2%; }
  .fixed_menuLogo {
    max-width: 188px;
    width: 96%;
    margin: 20px auto 40px; }
    .fixed_menuLogo a {
      display: block; }
  .hdr {
    padding: 15px 0 0 10px; }
  .hdr_vi01 {
    display: block;
    width: 180px; }
  .hdr_vi02 {
    width: 120px;
    margin-left: 30px; }
  .bnr_in {
    width: 100%; }
  .bnr_list {
    padding: 0; }
  .bnr_listIn {
    padding: 0 5px; }
  .col {
    padding: 60px 0 0; }
  .col_txt {
    font-size: 0.88rem;
    text-align: left;
    width: 92%;
    margin: 0 auto; }
  .plan {
    padding-bottom: 60px; }
  .plan_head {
    width: 249px;
    margin: 0 auto 20px; }
  .plan_list {
    max-width: 100%; }
    .plan_list .card {
      margin-top: 0;
      padding: 0 5px;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .plan_all {
    width: 92%;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    margin: 20px auto 0; }
  .plan_all:before {
    left: calc(50% - 66px); }
  .prev-arrow-plan {
    position: absolute;
    top: calc(50% - 20px);
    left: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: .3;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  .prev-arrow-plan:hover {
    opacity: .3; }
  .next-arrow-plan {
    position: absolute;
    top: calc(50% - 20px);
    right: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: .3; }
  .next-arrow-plan:hover {
    opacity: .3; }
  .card_colTxt {
    min-height: 40px; }
  .card_colBtn:before {
    left: calc(50% - 52px); }
  .news {
    padding-bottom: 60px; }
  .news_head {
    width: 245px;
    margin: 0 auto 25px; }
  .news_listCol a {
    padding: 15px 30px 15px 10px; }
  .news_listColDate {
    font-size: 0.88rem; }
  .news_listColTxt {
    font-size: 0.88rem; }
  .news_all {
    margin: 15px 10px 0 0; }
  .ft_brHeadTtlTxt {
    font-size: 1rem; }
  .ft_brHeadTtlSub {
    font-size: 0.88rem;
    margin-left: 10px; }
  .ft_brHeadBody {
    width: 96%;
    margin: 0 auto; }
  .ft_brNotesIn .toggle_cts {
    display: none; }
  .ft_brNotesBtn {
    color: #666666;
    font-size: 1rem;
    text-align: center;
    padding: 4px 0;
    position: relative; }
  .ft_brNotesBtn:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 2%;
    top: calc(50% - 5px);
    background: url(/common/images/ico_toggle_b.svg) no-repeat right top;
    -webkit-background-size: 10px 30px;
            background-size: 10px 30px; }
  .ft_brNotesBtn.open:before {
    background-position: right bottom; }
  .ft_brNotesTxt {
    font-size: 0.75rem;
    width: 96%;
    margin: 0 auto; }
  .ft_brNotesSub {
    width: 96%;
    margin: 0 auto; }
  .ft_babyHead {
    line-height: 1.4;
    width: 96%;
    margin: 0 auto; }
  .ft_babyBody {
    width: 96%;
    margin: 0 auto; }
  .ft_babyBodyTxt {
    margin-top: 5px; }
  .ft_babyBodyShopLists li {
    font-size: 0.75rem; }
  .ft_nos {
    padding: 10px 0 15px; }
  .ft_nosHead {
    width: 96%;
    margin: 0 auto; }
  .ft_nosBody {
    width: 96%;
    margin: 0 auto; }
  .ft_resvColHead {
    width: 60%;
    padding: 4px 0; }
  .ft_resvColSubNotes > li {
    letter-spacing: 0; }
  .ft_resvBtn {
    max-width: 96%; }
  .ft_bnr {
    width: 96%; }
    .ft_bnr li {
      margin: 10px 0 0 0;
      width: 100%; }
  .ft_infoIn {
    padding: 0; }
  .ft_infoSns li {
    margin-right: 20px; }
  .hotels .ft_infoSns li.ft_infoSnsInsta {
    margin-right: 20px; }
  .hotels .ft_infoSns li.ft_infoSnsTa {
    margin-right: 0; }
  .ft_infoLinks {
    width: 96%;
    margin: 20px auto 0;
    padding-top: 10px; }
  .ft_infoLinksMain li {
    width: 48%;
    margin: 10px 0 0 2%; }
  .ft_infoLinksMain li:nth-child(odd) {
    margin-left: 0; }
  .ft_infoLinksMain .ft_infoLinksMainSafe a {
    line-height: 1.4;
    background: url(/common/images/ico_safe.svg) no-repeat left center;
    -webkit-background-size: 25px 25px;
            background-size: 25px; }
  .ft_infoLinksOther {
    margin-top: 15px; }
    .ft_infoLinksOther li {
      width: 48%;
      margin: 8px 0 0 2%; }
      .ft_infoLinksOther li a {
        font-size: 0.75rem;
        line-height: 1.4; }
    .ft_infoLinksOther li:nth-child(odd) {
      margin-left: 0; }
  .ft_corp {
    text-align: center; }
  .ft_corpCopyLogo {
    float: none;
    margin: 0 auto 10px; }
  .ft_corpCopyTxt {
    float: none; }
  .ft_corpLinks {
    margin-top: 20px; }
  #highTop .ft_brNotesBtn {
    color: #ffffff; }
  #highTop .ft_brNotesBtn:before {
    background: url(/common/images/ico_toggle_w.svg) no-repeat right top;
    -webkit-background-size: 10px 30px;
            background-size: 10px 30px; }
  #highTop .ft_brNotesBtn.open:before {
    background-position: right bottom; } }

@media screen and (max-width: 374px) {
  .fixed_btn {
    width: 140px; }
  .fixed_btnResv {
    padding: 4px 0;
    width: 86px;
    height: 60px; }
  .fixed_btnMenu {
    padding: 4px 0;
    width: 54px;
    height: 60px; }
  .fixed_resvCheckInDisp .numS,
  .fixed_resvCheckOutDisp .numS {
    letter-spacing: normal;
    padding-left: 1px; }
  .fixed_resvCheckInDisp .numL,
  .fixed_resvCheckOutDisp .numL {
    letter-spacing: normal;
    padding-left: 1px; }
  .fixed_resvCheckInDisp .txt,
  .fixed_resvCheckOutDisp .txt {
    letter-spacing: normal; }
  .hdr {
    padding: 12px 0 0 10px; }
  .hdr_vi01 {
    width: 140px; }
  .hdr_vi02 {
    width: 110px;
    margin-left: 23px; }
  .card_colTxt {
    padding: 10px;
    font-size: 0.75rem; }
  .ft_resvBtn {
    line-height: 1.2; }
  .ft_infoLinksMain li a {
    font-size: 0.75rem;
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px; }
  .ft_infoLinksMain .ft_infoLinksMainFaq a,
  .ft_infoLinksMain .ft_infoLinksMainSafe a,
  .ft_infoLinksMain .ft_infoLinksMainEnv a {
    -webkit-background-size: 20px 20px;
            background-size: 20px; }
  .ft_infoLinksOther {
    margin-top: 10px; }
    .ft_infoLinksOther li a {
      font-size: 0.63rem; } }
