@charset "UTF-8";
/*共通設定-----------------------------------------------------------------------------------------------------------------*/
/* --------------------
WEBフォント読み込み
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Open+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&family=Noto+Serif+SC:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Noto+Serif+KR:wght@500&display=swap");
/*! 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;
  position: relative;
  z-index: 1;
}

/**
 * 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;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.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.-w {
  color: #fff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center;
  -webkit-background-size: 5px auto;
          background-size: 5px auto;
}
.txtLink.-inumo {
  color: #bda35d;
  background: url(/common/images/ico_ar_r_inumo.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-pdf.-w {
  color: #fff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center, url(/common/images/ico_pdf_w.svg) no-repeat 99% center;
  -webkit-background-size: 5px auto, 10px auto;
          background-size: 5px auto, 10px auto;
}
.txtLink-pdf.-inumo {
  color: #bda35d;
  background: url(/common/images/ico_ar_r_inumo.svg) no-repeat 6px center, url(/common/images/ico_pdf_inumo.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 98% 55%;
  -webkit-background-size: 5px auto, 14px auto;
          background-size: 5px auto, 14px auto;
}
.txtLink-blank.-w {
  color: #fff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center, url(/common/images/ico_blank_w.svg) no-repeat 98% 55%;
  -webkit-background-size: 5px auto, 14px auto;
          background-size: 5px auto, 14px auto;
}
.txtLink-blank.-inumo {
  color: #bda35d;
  background: url(/common/images/ico_ar_r_inumo.svg) no-repeat 6px center, url(/common/images/ico_blank_inumo.svg) no-repeat 98% 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 0.3s;
  transition: opacity 0.3s;
}

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

.bold {
  font-weight: bold;
}

.txtCenter {
  text-align: center;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

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

.imgNotes {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
  text-align: right;
}
.imgNotes.-b {
  color: #000;
  text-shadow: 0px 0px 2px #fff;
}
.imgNotes.-bg {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  text-shadow: none;
  padding: 5px 10px;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_notes_outer {
  max-width: 1000px;
  width: 92%;
  margin: 80px auto 0;
  text-align: center;
}

.page_notes {
  text-align: left;
  display: inline-block;
}
.page_notes > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.75rem;
  line-height: 1.6;
}
.page_notes > li + li {
  margin-top: 10px;
}

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

.mt40 {
  margin-top: 40px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

@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;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt10 {
    margin-top: 8px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  html {
    min-width: 3px;
  }
  .hover:hover {
    opacity: 1;
  }
  .dispPc {
    display: none;
  }
  /*
    .imgNotes{
      bottom: 25px;
    }
  */
  .page_notes_outer {
    margin: 60px auto 0;
  }
  .page_notes > li {
    font-size: 0.63rem;
  }
  .page_notes > li + li {
    margin-top: 5px;
  }
  .dispPcTab {
    display: none;
  }
  .dispTab {
    display: none;
  }
  .dispTabSp {
    display: block;
  }
  .dispSp {
    display: block;
  }
  .dispSpS {
    display: none;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .dispSpS {
    display: block;
  }
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/NotoSansCJKjp-Regular.woff2") format("woff"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  font-style: bold;
  src: url("fonts/NotoSansCJKjp-Bold.woff2") format("woff"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-weight: 400;
  font-style: bold;
  src: url("fonts/NotoSerifCJKjp-Medium.woff2") format("woff"), url("fonts/NotoSerifCJKjp-Medium.woff") format("woff");
  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;
  width: 100%;
  height: 100%;
}
html.ios {
  height: 100vh;
}

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: rgba(0, 0, 0, 0);
}

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

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

a[href^=tel] {
  color: inherit;
}

.disableTel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: 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;
  position: relative;
}

.selectParts {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat right 3px center, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(92%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: url(/common/images/ico_ar_b_w.svg) no-repeat right 3px center, -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 92%, rgb(0, 0, 0) 100%);
  background: url(/common/images/ico_ar_b_w.svg) no-repeat right 3px center, linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 92%, rgb(0, 0, 0) 100%);
  -webkit-background-size: 14px auto, cover;
          background-size: 14px auto, cover;
}

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;
}
body.eng {
  font-family: "Open Sans", sans-serif;
}
body.eng .serif {
  font-family: "Times New Roman", Times, serif;
}
body.chi .serif {
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.cn {
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body.cn .serif {
  font-family: "Noto Serif SC", "PingFang SC", "Microsoft YaHei", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.ko {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body.ko .serif {
  font-family: "Noto Serif KR", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.serif {
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

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

.modal {
  display: none;
  width: 100%;
}

/* ieのみ拡大縮小時にPX指定だと可変しないため%で指定する */
/*
body.msie {
  font-size: 100%;
  letter-spacing: normal;
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  body.menuSp {
    position: fixed;
  }
  input[type=text], [type=tel], textarea {
    padding: 12px;
    font-size: 1rem;
  }
}
body:not(.hotels) .fixed_resvLinksCancel {
  display: none;
}
body:not(.hotels) .ft_infoLinksOther > .hrefChange_cancel {
  display: none;
}

.onlyInumo {
  display: none !important;
}

.bfLink {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 3px;
  line-height: 1.4;
  padding: 5px 30px 7px 15px;
  margin: 20px auto;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 97% center #ce305b;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
}
.bfLink.-nomt {
  margin-top: 0;
}
.bfLink.-min200 {
  min-width: 200px;
  text-align: center;
}

.modal.info.fancybox-content {
  max-width: 650px;
  text-align: center;
  margin-bottom: 80px;
  padding: 44px 0 0;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  zoom: 1;
}
.modal.info.fancybox-content:before, .modal.info.fancybox-content:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.modal.info.fancybox-content:after {
  clear: both;
}
.modal.info.fancybox-content .fancybox-slide {
  padding: 6px;
}
.modal.info.fancybox-content .fancybox-close-small {
  background: #000;
  opacity: 1;
  border-radius: 3px 3px 0 0;
  right: 0 !important;
  top: 0 !important;
}
.modal.info.fancybox-content .fancybox-close-small svg path {
  fill: #fff;
  stroke-width: 0;
}
.modal.info.fancybox-content .info_img {
  pointer-events: auto;
  width: 100%;
  margin: 0 auto;
}
.modal.info.fancybox-content .info_btn {
  pointer-events: auto;
  display: inline-block;
  float: right;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 4px;
  max-width: 400px;
  padding: 7px 30px 10px;
  letter-spacing: 0.05em;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 96% center #ce305b;
  -webkit-background-size: 7px auto;
          background-size: 7px auto;
  margin: 10px 0 0 0;
}

.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 0.3s;
  transition: background 0.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 0.8s linear infinite;
          animation: rotate 0.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 0.2s;
  transition: background 0.2s;
}
.fixed_btnResv.-off {
  pointer-events: none;
  background: #ccc;
}
.fixed_btnResv.-off .fixed_btnResvIco {
  background-color: #bababa;
}
.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 0.2s;
  transition: background 0.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 0.2s, -webkit-transform ease-out 0.2s;
  transition: opacity ease-out 0.2s, -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s, opacity ease-out 0.2s;
  transition: transform ease-out 0.2s, opacity ease-out 0.2s, -webkit-transform ease-out 0.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);
}

.eng:not(.hotels) .fixed_btn,
.chi:not(.hotels) .fixed_btn,
.cn:not(.hotels) .fixed_btn,
.ko:not(.hotels) .fixed_btn {
  width: 80px;
}
.eng:not(.hotels) .fixed_btnResv,
.chi:not(.hotels) .fixed_btnResv,
.cn:not(.hotels) .fixed_btnResv,
.ko:not(.hotels) .fixed_btnResv {
  display: none;
}
.eng:not(.hotels) .fixed_btnMenu,
.chi:not(.hotels) .fixed_btnMenu,
.cn:not(.hotels) .fixed_btnMenu,
.ko:not(.hotels) .fixed_btnMenu {
  border-radius: 0 0 0 3px;
}
.eng:not(.hotels) .hdr_vi02,
.chi:not(.hotels) .hdr_vi02,
.cn:not(.hotels) .hdr_vi02,
.ko:not(.hotels) .hdr_vi02 {
  right: 100px;
}

.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: 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 0.3s;
  transition: top ease-out 0.3s;
}

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

.hanedaairport-premire .fixed_resv,
.hanedaairport-grand .fixed_resv {
  top: 130px;
}

.fixed_resvHotel {
  height: 40px;
  margin-top: 5px;
}

.fixed_resvHotelSelect {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #000000;
  font-size: 1rem;
  letter-spacing: 0;
  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;
  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 .numM,
.fixed_resvCheckOutDisp .numM {
  font-size: 1.13rem;
  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_resvCheckInDisp .txtL,
.fixed_resvCheckOutDisp .txtL {
  font-size: 1.13rem;
  letter-spacing: 0.05em;
  padding-left: 4px;
}

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

.fixed_resvTtl {
  color: #fff;
  font-size: 1.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

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

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

#top .fixed_resvBtn {
  margin-top: 15px;
}

.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;
  float: none;
}
.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_resvHighlight > a {
  display: block;
  background: url(/common/images/ico_ar_r_p.svg) no-repeat 96% center #fff;
  -webkit-background-size: 8px auto;
          background-size: 8px auto;
  margin-top: 10px;
  border-radius: 3px;
  color: #ce305b !important;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 0;
}

.inumo .fixed_resvHighlight > a {
  display: block;
  background-image: url(/common/images/ico_ar_r_inumo.svg);
  -webkit-background-size: 8px auto;
          background-size: 8px auto;
  color: #b5953c;
}

.eng .fixed_resvLinksLogin,
.chi .fixed_resvLinksLogin,
.cn .fixed_resvLinksLogin,
.ko .fixed_resvLinksLogin {
  display: none;
}
.eng .fixed_resvLinks li,
.chi .fixed_resvLinks li,
.cn .fixed_resvLinks li,
.ko .fixed_resvLinks li {
  margin-left: 0;
}

.hotels.eng .fixed_resvLinksLogin, .hotels.chi .fixed_resvLinksLogin, .hotels.cn .fixed_resvLinksLogin, .hotels.ko .fixed_resvLinksLogin {
  display: inline-block;
}
.hotels.eng .fixed_resvLinks li, .hotels.chi .fixed_resvLinks li, .hotels.cn .fixed_resvLinks li, .hotels.ko .fixed_resvLinks li {
  margin-left: 20px;
}
.hotels.eng .fixed_resvLinks li:first-child, .hotels.chi .fixed_resvLinks li:first-child, .hotels.cn .fixed_resvLinks li:first-child, .hotels.ko .fixed_resvLinks li:first-child {
  margin-left: 0;
}

.fixed_resvNotes {
  display: block;
  margin-top: 10px;
  text-align: left;
}
.fixed_resvNotes li {
  float: none;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.fixed_resvNotes li a {
  display: inline;
  text-decoration: underline;
}
.fixed_resvNotes.-center {
  text-align: center;
}
.fixed_resvNotes.-s li {
  font-size: 0.63rem;
}

.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_menu.-global {
  padding-top: 140px;
}

.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_menuMain li.pdf .ico {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px;
  height: 12px;
  background: url(/common/images/ico_pdf_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;
}
.fixed_menuLogo.-global {
  margin-top: 40px;
}
.fixed_menuLogo.-atami {
  width: 114px;
}

.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;
  pointer-events: none;
}

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

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

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

.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;
  pointer-events: auto;
}

.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.-global {
  background: #fff;
}

.hotels.eng .bnr,
.hotels.chi .bnr,
.hotels.cn .bnr,
.hotels.ko .bnr {
  display: none;
}

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

.bnr_main {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.bnr_cp {
  display: none;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.bnr_cp > a {
  display: block;
  margin: 0 auto;
}
.bnr_cp.-hanedaPremier {
  display: block;
  margin-top: 0;
}
.bnr_cp.-hanedaPremier > a {
  max-width: 1000px;
  width: 96%;
}

.bnr_cp01 {
  max-width: 970px;
  width: 98%;
}

.bnr_cpNotes {
  text-align: left;
  max-width: 970px;
  width: 98%;
  margin: 5px auto 0;
}
.bnr_cpNotes.-black > li {
  color: #000;
}
.bnr_cpNotes > li {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #a6a6a6;
  text-indent: -1em;
  padding-left: 1em;
}

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

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

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

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

.globalCol {
  padding: 110px 0;
}

.globalHead {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 400;
  color: #d6b976;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #eed8a5), to(#ab7a06));
  background: -webkit-linear-gradient(top, #eed8a5 10%, #ab7a06 100%);
  background: linear-gradient(to bottom, #eed8a5 10%, #ab7a06 100%);
}
@media all and (-ms-high-contrast: none) {
  .globalHead {
    background: none;
  }
}
.globalHead {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.globalHead.-st {
  font-size: 2.88rem;
  background: none;
  -webkit-background-clip: border-box;
          background-clip: border-box;
  -webkit-text-fill-color: inherit;
}
.globalHead.-bl {
  color: #000;
}
.globalHead.-bl:before {
  background: #ce305b;
}

.globalHead:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #808080;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}

.globalTxt {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.globalTxt.-bl {
  color: #000;
}

.globalBtn {
  display: block;
  width: 100%;
  max-width: 1000px;
  background: #615027;
  border: 1px solid #8b6c21;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 12px 0;
  position: relative;
  border-radius: 3px;
  margin-top: 40px;
  text-align: center;
}
.globalBtn .txt {
  display: inline-block;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center;
  -webkit-background-size: 14px 14px;
          background-size: 14px;
  padding-left: 20px;
}
.globalBtn.-pdf .txt {
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center, url(/common/images/ico_pdf_w.svg) no-repeat right center;
  -webkit-background-size: 14px, 12px auto;
          background-size: 14px, 12px auto;
  padding: 0 18px 0 20px;
}
.globalBtn.-blank .txt {
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left center, url(/common/images/ico_blank_w.svg) no-repeat right center;
  -webkit-background-size: 14px, 16px auto;
          background-size: 14px, 16px auto;
  padding: 0 22px 0 20px;
}
.globalBtn.-st {
  background: #fff;
  color: #000;
  border: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.globalBtn.-st .txt {
  display: inline-block;
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left center;
  -webkit-background-size: 14px 14px;
          background-size: 14px;
  padding-left: 20px;
}
.globalBtn.-st.-pdf .txt {
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left center, url(/common/images/ico_pdf_b.svg) no-repeat right center;
  -webkit-background-size: 14px, 12px auto;
          background-size: 14px, 12px auto;
  padding: 0 18px 0 20px;
}
.globalBtn.-st.-blank .txt {
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left center, url(/common/images/ico_blank_b.svg) no-repeat right center;
  -webkit-background-size: 14px, 16px auto;
          background-size: 14px, 16px auto;
  padding: 0 22px 0 20px;
}

.global_block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #383a3e;
  position: relative;
  height: 360px;
}
.global_block.-w {
  background: #fff;
}
.global_block.-mt {
  margin-top: 60px;
}
.global_block.-height {
  height: 400px;
}
.global_block.-height .global_blockCol {
  height: 400px;
}

.global_blockCol {
  width: 100%;
  height: 360px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.global_blockCol.-left {
  padding: 0 550px 0 50px;
}
.global_blockCol.-right {
  padding: 0 50px 0 550px;
}

.global_blockL {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #383a3e;
  position: relative;
}
.global_blockL.-mt {
  margin-top: 60px;
}

.global_blockLHead {
  width: 100%;
  height: 160px;
}
.global_blockLHead.-roppongi {
  background: url(/roppongi/images/global_bf_head.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.global_blockLHeadTxt {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  padding-top: 70px;
  text-shadow: 0px 0px 10px black;
}

.global_blockLCol {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  text-align: left;
}

.global_blockLColIn {
  position: relative;
  min-height: 238px;
  display: table;
}
.global_blockLColIn.-mt {
  margin-top: 60px;
}

.global_blockLColInTxt {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global_blockLColInTxt.-l {
  padding: 0 460px 0 0;
}
.global_blockLColInTxt.-r {
  padding: 0 0 0 460px;
}

.global_blockLColInImg {
  width: 380px;
  max-width: 380px;
  position: absolute;
  top: 0;
  border-radius: 3px;
  overflow: hidden;
}
.global_blockLColInImg.-l {
  left: 0;
}
.global_blockLColInImg.-r {
  right: 0;
}

.global_blockHead {
  font-size: 1.88rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #d6b976;
}
.global_blockHead.-s {
  font-size: 1.5rem;
}
.global_blockHead.-center {
  text-align: center;
}
.global_blockHead.-st {
  font-size: 1.75rem;
}
.global_blockHead.-w {
  color: #fff;
}
.global_blockHead.-dark {
  color: #8b6c21;
}
.global_blockHead.-bl {
  color: #000;
}

.global_blockTxt {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.global_blockTxt.-mt {
  margin-top: 10px;
}
.global_blockTxt.-s {
  font-size: 0.88rem;
}
.global_blockTxt.-dark {
  color: #000;
}
.global_blockTxt.-bl {
  color: #000;
}

.global_blockNotes {
  margin-top: 10px;
}
.global_blockNotes > li {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
.global_blockNotes > li:not(:first-child) {
  margin-top: 5px;
}
.global_blockNotes.-bl > li {
  color: #000;
}

.global_blockBtn {
  background: #ffffff;
  display: block;
  padding: 10px 0 10px 10px;
  width: 260px;
  margin-top: 20px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #8b6c21;
}
.global_blockBtn.-st {
  border: none;
}
.global_blockBtn.-st:before {
  background: url(/common/images/ico_circar_r_p.svg) no-repeat left top;
  -webkit-background-size: cover;
          background-size: cover;
  top: calc(50% - 8px);
  left: calc(50% - 100px);
}

.global_blockBtn:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(/common/images/ico_circar_r_g.svg) no-repeat left top;
  -webkit-background-size: cover;
          background-size: cover;
  top: calc(50% - 8px);
  left: calc(50% - 100px);
}

.global_blockImg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.global_blockImg.-left {
  left: 0;
}
.global_blockImg.-right {
  right: 0;
}
.global_blockImg.-serveice01 {
  background: url(/common/images/global_img01.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice02 {
  background: url(/common/images/global_img02.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice03 {
  background: url(/common/images/global_img03.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice04 {
  background: url(/common/images/global_img04.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice05 {
  background: url(/common/images/global_img05.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice06 {
  background: url(/common/images/global_img06.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice07 {
  background: url(/common/images/global_img07.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice08 {
  background: url(/common/images/global_img08.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice09 {
  background: url(/common/images/global_img09.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice10 {
  background: url(/common/images/global_img10.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice11 {
  background: url(/common/images/global_img11.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice12 {
  background: url(/common/images/global_img12.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice13 {
  background: url(/common/images/global_img13.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-serveice14 {
  background: url(/common/images/global_img14.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-shiodome {
  background: url(/shiodome/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-roppongi {
  background: url(/roppongi/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-tamachi {
  background: url(/tamachi/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-hamamatsucho {
  background: url(/hamamatsucho/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-hacchobori {
  background: url(/hacchobori/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-kayabacho {
  background: url(/kayabacho/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-hakozaki {
  background: url(/hakozaki/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-nihonbashi {
  background: url(/nihonbashi/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-kudanshita {
  background: url(/kudanshita/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-jinbocho {
  background: url(/jinbocho/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-otemachi {
  background: url(/otemachi/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-shinjuku {
  background: url(/shinjuku/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-ueno {
  background: url(/ueno/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-shinsaibashi {
  background: url(/shinsaibashi/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-kobe-sannomiya {
  background: url(/kobe-sannomiya/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-room.-osaka-umeda {
  background: url(/osaka-umeda/images/global_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-facilities.-shiodome01 {
  background: url(/shiodome/images/global_facilities01.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-facilities.-shiodome02 {
  background: url(/shiodome/images/global_facilities02.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.global_blockImg.-facilities.-shiodome03 {
  background: url(/shiodome/images/global_facilities03.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

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

.plan_head {
  width: 332px;
  margin: 0 auto 40px;
}
.plan_head.-eng {
  width: auto;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  width: auto;
  padding-bottom: 20px;
  margin: 0 auto 60px;
  position: relative;
}
.plan_head.-eng:after {
  content: "";
  height: 3px;
  width: 80px;
  background: #ce305b;
  position: absolute;
  bottom: 0;
  left: calc(50% - 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 98px;
}

.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: 34%;
  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: 43.4%;
  top: calc(50% - 7px);
}

.plan_bnr {
  display: block;
  width: 92%;
  max-width: 640px;
  margin: 40px auto 0;
  border-radius: 3px;
  overflow: hidden;
}

#planList {
  width: 100%;
  max-width: 974px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 0;
}

.eng #planList, .chi #planList, .cn #planList, .ko #planList {
  margin-top: -20px;
}

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

.news_head {
  width: 327px;
  margin: 0 auto 40px;
}
.news_head.-eng {
  width: auto;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  width: auto;
  padding-bottom: 20px;
  margin: 0 auto 60px;
  position: relative;
}
.news_head.-eng:after {
  content: "";
  height: 3px;
  width: 80px;
  background: #ce305b;
  position: absolute;
  bottom: 0;
  left: calc(50% - 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: " ";
}
.news_in:after {
  clear: both;
}

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

.news_listCol {
  border-bottom: 1px solid #dadada;
}
.news_listCol a {
  display: block;
  padding: 15px 15px;
  color: #000000;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.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_listColDate.-global {
  width: 13%;
}

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

.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.13rem;
  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: " ";
}
.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;
}

.shiba .ft_resvBtn {
  background-color: #bda35d;
}

.ft_group02 {
  background: #27292b;
}

.ft_group03 {
  background: #1d1d1d;
}

.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.-blank a {
  background: url(/common/images/ico_blank_w.svg) no-repeat 96% 50%;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
}
.ft_bnr li:first-child {
  margin-left: 0;
}

.ft_bnr_full {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.ft_bnr_full li {
  width: 100%;
}
.ft_bnr_full li a {
  display: block;
}

.ft_bnr_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.ft_bnr_col2 li {
  max-width: 492px;
  width: 100%;
}
.ft_bnr_col2 li a {
  display: block;
}
.ft_bnr_col2 li:nth-of-type(2) {
  margin-left: 16px;
}

.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_info.-global {
  background: none;
}

.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: 330px;
}
.ft_infoSns.-global {
  width: 220px;
}
.ft_infoSns.-global li {
  margin-right: 60px;
}
.ft_infoSns.-global li.ft_infoSnsInsta {
  margin-right: 0;
}
.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 0.3s;
  transition: opacity 0.3s;
}
.ft_infoSns li a img {
  width: 100%;
  height: auto;
  font-size: 1;
}
.ft_infoSns li a:hover {
  opacity: 0.7;
}
.ft_infoSns li.ft_infoSnsLine {
  margin-right: 0;
}
.ft_infoSns li.ft_infoSnsTa {
  display: none;
}

.hotels .ft_infoSns {
  width: 330px;
}
.hotels .ft_infoSns li {
  margin-right: 30px;
}
.hotels .ft_infoSns li.ft_infoSnsLine {
  margin-right: 30px;
}
.hotels .ft_infoSns li.ft_infoSnsTa {
  display: inline-block;
  margin-right: 0;
  width: 64px;
  height: 64px;
}
.hotels .ft_infoSns li.ft_infoSnsTa img {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.hotels .ft_infoSns.-global {
  width: 220px;
}
.hotels .ft_infoSns.-global li {
  margin-right: 60px;
}
.hotels .ft_infoSns.-global li.ft_infoSnsInsta {
  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_infoLinksMain .ft_infoLinksMainEnv.-sdgs a {
  color: #000;
  border-radius: 3px;
  padding: 0 10px 0 30px;
  background: url(/common/images/ico_env_sdgs.svg) no-repeat 6px center #fff;
  -webkit-background-size: auto 70%;
          background-size: auto 70%;
}

.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_infoLinksOther li.pdf a {
  padding-right: 13px;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 2px center, url(/common/images/ico_pdf_w.svg) no-repeat right center;
  -webkit-background-size: 5px 8px, 9px 12px;
          background-size: 5px 8px, 9px 12px;
}
.ft_infoLinksOther.-global {
  margin-top: -20px;
}
.ft_infoLinksOther.-global li a {
  font-size: 1rem;
}
.ft_infoLinksOther.-global.-chi li:nth-child(4), .ft_infoLinksOther.-global.-cn li:nth-child(4) {
  margin-right: 140px;
}
.ft_infoLinksOther.-global.-ko li:nth-child(4) {
  margin-right: 180px;
}

.ft_infoGloballinks {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}

.ft_infoGloballinksIn {
  display: inline-block;
  vertical-align: top;
}
.ft_infoGloballinksIn.-left {
  width: 24%;
}
.ft_infoGloballinksIn.-center {
  width: 48%;
  margin-left: 2%;
}
.ft_infoGloballinksIn.-right {
  width: 24%;
  margin-left: 2%;
}

.ft_infoGloballinksHead {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.ft_infoGloballinksMain li {
  margin-top: 10px;
}
.ft_infoGloballinksMain li.-float {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.ft_infoGloballinksMain li.-float:nth-child(2) {
  margin-top: 0;
}
.ft_infoGloballinksMain li.-float:nth-child(even) {
  margin-left: 4%;
}
.ft_infoGloballinksMain li a {
  font-size: 0.88rem;
  display: inline-block;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 12px;
  line-height: 1.4;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 2px 6px;
  -webkit-background-size: 5px 8px;
          background-size: 5px 8px;
}
.ft_infoGloballinksMain li:first-child {
  margin-top: 0;
}

.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: " ";
}
.ft_corpCopy:after {
  clear: both;
}

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

.ft_corpCopyLogoAtami {
  display: none;
}

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

.ft_corpGlobal {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  padding: 25px 0 120px;
}

.ft_corpGlobalTxt {
  font-size: 0.88rem;
  color: #fff;
}

#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;
}
#highTop .ft_info.-global {
  background: none;
}

@media screen and (max-width: 1068px) {
  .bnr {
    padding: 20px 0;
  }
  .bnr_in {
    width: 96%;
    margin: 0 auto;
  }
  .bnr_list {
    width: 100%;
    padding-left: 0.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;
  }
  .next-arrow-bnr.-newsinumo {
    right: -12px;
  }
}
@media screen and (max-width: 1024px) {
  .fixed_btnResv:hover {
    background: #ce305b;
  }
  .fixed_btnMenu:hover {
    background: #000000;
  }
  .eng:not(.hotels) .hdr_vi02,
  .chi:not(.hotels) .hdr_vi02,
  .cn:not(.hotels) .hdr_vi02,
  .ko:not(.hotels) .hdr_vi02 {
    right: auto;
  }
  .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;
  }
  .col {
    padding: 80px 0 0;
  }
  .bnr_main {
    display: block;
    width: 92%;
  }
  .globalCol {
    padding: 80px 0;
  }
  .globalHead {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  .globalHead.-st {
    font-size: 2.38rem;
  }
  .globalTxt {
    font-size: 1.13rem;
  }
  .globalBtn {
    margin-top: 30px;
    max-width: 640px;
    width: 96%;
  }
  .global_block {
    max-width: 640px;
    width: 96%;
    height: auto;
  }
  .global_block.-mt {
    margin-top: 40px;
  }
  .global_block.-height {
    height: auto;
  }
  .global_block.-height .global_blockCol {
    height: auto;
  }
  .global_blockCol {
    width: 100%;
    height: auto;
    display: block;
  }
  .global_blockCol.-left {
    padding: 40px;
  }
  .global_blockCol.-right {
    padding: 40px;
  }
  .global_blockImg {
    position: relative;
    top: auto;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
  }
  .global_blockImg.-left {
    left: auto;
  }
  .global_blockImg.-right {
    right: auto;
  }
  .global_blockL {
    max-width: 640px;
    width: 96%;
  }
  .global_blockL.-mt {
    margin-top: 40px;
  }
  .global_blockLHead {
    height: 102px;
  }
  .global_blockLHeadTxt {
    font-size: 2.25rem;
    padding-top: 40px;
  }
  .global_blockLCol {
    padding: 40px;
    text-align: left;
  }
  .global_blockLColIn {
    min-height: 100%;
    display: blocl;
  }
  .global_blockLColIn.-mt {
    margin-top: 40px;
  }
  .global_blockLColInTxt {
    display: block;
  }
  .global_blockLColInTxt.-l {
    padding: 0;
  }
  .global_blockLColInTxt.-r {
    padding: 0;
  }
  .global_blockLColInImg {
    width: 100%;
    position: relative;
    top: auto;
    margin: 20px auto 0;
  }
  .global_blockLColInImg.-l {
    left: auto;
  }
  .global_blockLColInImg.-r {
    right: auto;
  }
  .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: 40%;
  }
  .plan_bnr {
    margin: 30px auto 0;
  }
  #planList {
    max-width: 660px;
    margin: 30px auto 0;
  }
  .eng #planList, .chi #planList, .cn #planList, .ko #planList {
    margin-top: -20px;
  }
  .news {
    padding-bottom: 80px;
  }
  .news_in {
    max-width: 660px;
  }
  .news_head.-eng {
    font-size: 2.5rem;
  }
  .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_listColDate.-global {
    width: 100%;
  }
  .news_listColTxt {
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
  }
  .news_listColTxt.-global {
    width: 100%;
  }
  .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: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 0 2%;
  }
  .ft_bnr li:first-child,
  .ft_bnr li:nth-child(odd) {
    margin-left: 0;
  }
  .ft_bnr_full {
    max-width: 660px;
  }
  .ft_bnr_col2 {
    width: 92%;
  }
  .ft_bnr_col2 li:nth-of-type(2) {
    margin-left: 16px;
  }
  .ft_infoIn {
    max-width: 660px;
  }
  .ft_infoSns {
    display: block;
    width: 100%;
    text-align: center;
  }
  .ft_infoSns.-global {
    width: 100%;
  }
  .hotels .ft_infoSns {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hotels .ft_infoSns.-global {
    width: 100%;
  }
  .ft_infoLinks {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0 0 0;
    border: none;
    border-top: 1px solid #555658;
  }
  .ft_infoGloballinksHead {
    font-size: 0.88rem;
  }
  .ft_infoGloballinksMain li a {
    font-size: 0.75rem;
    padding-left: 10px;
    background-position: 2px 4px;
    -webkit-background-size: 4px auto;
            background-size: 4px auto;
  }
  .ft_corp {
    width: 96%;
  }
  .ft_corpGlobal {
    max-width: 660px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bfLink {
    font-size: 0.88rem;
    margin: 10px auto;
  }
  .modal.info.fancybox-content {
    max-width: 710px;
    width: 80%;
  }
  .modal.info.fancybox-content .info_btn {
    float: none;
    margin: 5px auto 0;
    text-align: center;
  }
  .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);
  }
  .eng:not(.hotels) .fixed_btn,
  .chi:not(.hotels) .fixed_btn,
  .cn:not(.hotels) .fixed_btn,
  .ko:not(.hotels) .fixed_btn {
    width: 64px;
  }
  .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;
  }
  .hanedaairport-premire .fixed_resv,
  .hanedaairport-grand .fixed_resv,
  .ariake-grand .fixed_resv {
    top: 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;
  }
  .hdr_lang {
    margin-top: 6px;
    width: 76px;
  }
  .hdr_langTxt {
    font-size: 0.63rem;
    line-height: 2.2;
  }
  .hdr_hotel {
    margin: 6px 0 0 10px;
    width: 76px;
  }
  .hdr_hotelTxt {
    font-size: 0.63rem;
    line-height: 2.2;
  }
  .hdr_hotelTxt .hdnSp {
    display: none;
  }
  .bnr_in {
    width: 100%;
  }
  .bnr_list {
    padding: 0;
  }
  .bnr_listIn {
    padding: 0 5px;
  }
  .col {
    padding: 60px 0 0;
  }
  .globalCol {
    padding: 60px 0;
  }
  .global_blockL.-mt {
    margin-top: 40px;
  }
  .global_blockLHead {
    height: 0;
    padding-top: 16%;
  }
  .global_blockLHeadTxt {
    font-size: 1.5rem;
    padding-top: 0;
    margin-top: -40px;
  }
  .global_blockLCol {
    padding: 15px;
  }
  .global_blockLColIn {
    min-height: 100%;
    display: blocl;
  }
  .global_blockLColIn.-mt {
    margin-top: 20px;
  }
  .global_blockLColInImg {
    margin: 15px auto 0;
  }
  .globalHead {
    font-size: 1.63rem;
    margin-bottom: 30px;
  }
  .globalHead.-st {
    font-size: 1.5rem;
  }
  .globalHead:before {
    width: 60px;
    left: calc(50% - 30px);
  }
  .globalTxt {
    font-size: 1rem;
  }
  .globalBtn {
    margin-top: 20px;
  }
  .globalBtn .txt.-s {
    font-size: 0.88rem;
    letter-spacing: 0;
  }
  .global_block.-mt {
    margin-top: 20px;
  }
  .global_blockCol.-left {
    padding: 15px;
  }
  .global_blockCol.-right {
    padding: 15px;
  }
  .global_blockHead {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .global_blockHead.-st {
    font-size: 1.13rem;
  }
  .global_blockTxt {
    font-size: 0.88rem;
  }
  .global_blockNotes > li {
    font-size: 0.75rem;
  }
  .global_blockBtn {
    margin: 10px auto 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);
  }
  .plan_bnr {
    margin: 20px auto 0;
  }
  #planList {
    width: 92%;
    margin: 20px auto 0;
  }
  .eng #planList, .chi #planList, .cn #planList, .ko #planList {
    margin-top: -20px;
  }
  .prev-arrow-plan {
    position: absolute;
    top: calc(50% - 20px);
    left: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0.3;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .prev-arrow-plan:hover {
    opacity: 0.3;
  }
  .next-arrow-plan {
    position: absolute;
    top: calc(50% - 20px);
    right: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0.3;
  }
  .next-arrow-plan:hover {
    opacity: 0.3;
  }
  .card_colBtn:before {
    left: calc(50% - 52px);
  }
  .news {
    padding-bottom: 60px;
  }
  .news_head {
    width: 245px;
    margin: 0 auto 25px;
  }
  .news_head.-eng {
    width: auto;
    font-size: 2rem;
    padding-bottom: 15px;
    margin: 0 auto 30px;
  }
  .news_head.-eng:after {
    height: 2px;
  }
  .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;
  }
  .bnr_cp01 {
    max-width: 485px;
    width: 70%;
  }
  .bnr_cpNotes {
    max-width: 485px;
    width: 70%;
  }
  .bnr_cpNotes > li {
    font-size: 0.63rem;
  }
  .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_bnr_full {
    max-width: 96%;
  }
  .ft_bnr_col2 {
    display: block;
    width: 96%;
    max-width: 660px;
  }
  .ft_bnr_col2 li {
    max-width: 100%;
  }
  .ft_bnr_col2 li:nth-of-type(2) {
    margin: 10px 0 0;
  }
  .ft_infoIn {
    padding: 0;
  }
  .ft_infoSns.-global {
    text-align: center;
  }
  .ft_infoSns.-global li {
    margin-right: 20px;
  }
  .ft_infoSns.-global li.ft_infoSnsInsta {
    margin-right: 0;
  }
  .ft_infoSns li {
    margin-right: 20px;
  }
  .hotels .ft_infoSns.-global {
    text-align: center;
  }
  .hotels .ft_infoSns.-global li {
    margin-right: 20px;
  }
  .hotels .ft_infoSns.-global li.ft_infoSnsInsta {
    margin-right: 0;
  }
  .hotels .ft_infoSns li {
    margin-right: 20px;
  }
  .hotels .ft_infoSns li.ft_infoSnsLine {
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 2%;
  }
  .ft_infoLinksOther li {
    width: 48%;
    margin: 8px 0 0 0;
  }
  .ft_infoLinksOther li a {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .ft_infoGloballinksIn {
    display: block;
    text-align: center;
  }
  .ft_infoGloballinksIn.-left {
    width: 92%;
    margin: 0 auto;
  }
  .ft_infoGloballinksIn.-center {
    width: 92%;
    margin: 20px auto 0;
  }
  .ft_infoGloballinksIn.-right {
    width: 92%;
    margin: 20px auto 0;
  }
  .ft_infoGloballinksIn.-right .ft_infoGloballinksMain {
    text-align: center;
  }
  .ft_infoGloballinksIn.-right .ft_infoGloballinksMain li {
    width: auto;
    margin-top: 0;
  }
  .ft_infoGloballinksIn.-right .ft_infoGloballinksMain li:not(:first-child) {
    margin-left: 20px;
  }
  .ft_infoGloballinksHead {
    font-size: 0.88rem;
    display: inline-block;
    margin: 0 auto 10px;
    position: relative;
  }
  .ft_infoGloballinksHead:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -70px;
    top: 50%;
  }
  .ft_infoGloballinksHead:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -70px;
    top: 50%;
  }
  .ft_infoGloballinksMain {
    text-align: left;
  }
  .ft_infoGloballinksMain li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
  }
  .ft_infoGloballinksMain li.-float:nth-child(even) {
    margin-left: 2%;
  }
  .ft_infoGloballinksMain li a {
    font-size: 0.75rem;
    background: url(/common/images/ico_ar_r_w.svg) no-repeat 2px 4px;
    -webkit-background-size: 5px 8px;
            background-size: 5px 8px;
  }
  .ft_infoGloballinksMain li:first-child,
  .ft_infoGloballinksMain li:nth-child(2) {
    margin-top: 0;
  }
  .ft_infoGloballinksMain li:nth-child(even) {
    margin-left: 2%;
  }
  .ft_corp {
    text-align: center;
  }
  .ft_corpCopyLogo {
    float: none;
    margin: 0 auto 10px;
  }
  .ft_corpCopyTxt {
    float: none;
  }
  .ft_corpLinks {
    margin-top: 20px;
  }
  .ft_corpGlobal {
    padding: 20px 0 60px;
  }
  #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,
  .fixed_resvCheckOutDisp {
    background-position: 96% 40%;
  }
  .fixed_resvCheckInDisp .numS,
  .fixed_resvCheckOutDisp .numS {
    letter-spacing: normal;
    padding-left: 1px;
  }
  .fixed_resvCheckInDisp .numL,
  .fixed_resvCheckOutDisp .numL {
    font-size: 1.25rem;
    letter-spacing: normal;
    padding-left: 1px;
  }
  .fixed_resvCheckInDisp .txt,
  .fixed_resvCheckOutDisp .txt {
    letter-spacing: normal;
  }
  .fixed_resvCheckInDisp .txtL,
  .fixed_resvCheckOutDisp .txtL {
    letter-spacing: normal;
    padding-left: 1px;
  }
  .hdr {
    padding: 12px 0 0 10px;
  }
  .hdr_vi01 {
    width: 140px;
  }
  .hdr_vi02 {
    width: 110px;
    margin-left: 23px;
  }
  .card_colTtl {
    font-size: 0.88rem;
    padding: 10px 10px 0 10px;
    top: -30px;
  }
  .card_colTxt {
    padding: 10px;
    font-size: 0.75rem;
    min-height: 68px;
  }
  .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_infoLinksMain .ft_infoLinksMainEnv.-sdgs a {
    padding: 0 5px 0 22px;
    background-position: 4px center;
    -webkit-background-size: auto 70%;
            background-size: auto 70%;
  }
  .ft_infoLinksOther {
    margin-top: 10px;
  }
  .ft_infoLinksOther li a {
    font-size: 0.63rem;
  }
}