@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #00a0ea;
  text-decoration: none;
}
a:hover, a:focus {
  color: #006c9e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999999;
}

.text-primary {
  color: #00a0ea;
}

a.text-primary:hover {
  color: #007db7;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #00a0ea;
}

a.bg-primary:hover {
  background-color: #007db7;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.1666666667%;
}

.col-xs-2 {
  width: 8.3333333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 20.8333333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.1666666667%;
}

.col-xs-8 {
  width: 33.3333333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.6666666667%;
}

.col-xs-11 {
  width: 45.8333333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 4.1666666667%;
}

.col-xs-pull-2 {
  right: 8.3333333333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.6666666667%;
}

.col-xs-pull-5 {
  right: 20.8333333333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.1666666667%;
}

.col-xs-pull-8 {
  right: 33.3333333333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.6666666667%;
}

.col-xs-pull-11 {
  right: 45.8333333333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.1666666667%;
}

.col-xs-pull-14 {
  right: 58.3333333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.6666666667%;
}

.col-xs-pull-17 {
  right: 70.8333333333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.1666666667%;
}

.col-xs-pull-20 {
  right: 83.3333333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.6666666667%;
}

.col-xs-pull-23 {
  right: 95.8333333333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 4.1666666667%;
}

.col-xs-push-2 {
  left: 8.3333333333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.6666666667%;
}

.col-xs-push-5 {
  left: 20.8333333333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.1666666667%;
}

.col-xs-push-8 {
  left: 33.3333333333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.6666666667%;
}

.col-xs-push-11 {
  left: 45.8333333333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.1666666667%;
}

.col-xs-push-14 {
  left: 58.3333333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.6666666667%;
}

.col-xs-push-17 {
  left: 70.8333333333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.1666666667%;
}

.col-xs-push-20 {
  left: 83.3333333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.6666666667%;
}

.col-xs-push-23 {
  left: 95.8333333333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.1666666667%;
}

.col-xs-offset-2 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 20.8333333333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.1666666667%;
}

.col-xs-offset-8 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 45.8333333333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.1666666667%;
}

.col-xs-offset-14 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-17 {
  margin-left: 70.8333333333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.1666666667%;
}

.col-xs-offset-20 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-23 {
  margin-left: 95.8333333333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }

  .col-sm-1 {
    width: 4.1666666667%;
  }

  .col-sm-2 {
    width: 8.3333333333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.6666666667%;
  }

  .col-sm-5 {
    width: 20.8333333333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.1666666667%;
  }

  .col-sm-8 {
    width: 33.3333333333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.6666666667%;
  }

  .col-sm-11 {
    width: 45.8333333333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.1666666667%;
  }

  .col-sm-14 {
    width: 58.3333333333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.6666666667%;
  }

  .col-sm-17 {
    width: 70.8333333333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.1666666667%;
  }

  .col-sm-20 {
    width: 83.3333333333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.6666666667%;
  }

  .col-sm-23 {
    width: 95.8333333333%;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 4.1666666667%;
  }

  .col-sm-pull-2 {
    right: 8.3333333333%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-4 {
    right: 16.6666666667%;
  }

  .col-sm-pull-5 {
    right: 20.8333333333%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-7 {
    right: 29.1666666667%;
  }

  .col-sm-pull-8 {
    right: 33.3333333333%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-10 {
    right: 41.6666666667%;
  }

  .col-sm-pull-11 {
    right: 45.8333333333%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-13 {
    right: 54.1666666667%;
  }

  .col-sm-pull-14 {
    right: 58.3333333333%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-16 {
    right: 66.6666666667%;
  }

  .col-sm-pull-17 {
    right: 70.8333333333%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-19 {
    right: 79.1666666667%;
  }

  .col-sm-pull-20 {
    right: 83.3333333333%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-22 {
    right: 91.6666666667%;
  }

  .col-sm-pull-23 {
    right: 95.8333333333%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 4.1666666667%;
  }

  .col-sm-push-2 {
    left: 8.3333333333%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-4 {
    left: 16.6666666667%;
  }

  .col-sm-push-5 {
    left: 20.8333333333%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-7 {
    left: 29.1666666667%;
  }

  .col-sm-push-8 {
    left: 33.3333333333%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-10 {
    left: 41.6666666667%;
  }

  .col-sm-push-11 {
    left: 45.8333333333%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-13 {
    left: 54.1666666667%;
  }

  .col-sm-push-14 {
    left: 58.3333333333%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-16 {
    left: 66.6666666667%;
  }

  .col-sm-push-17 {
    left: 70.8333333333%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-19 {
    left: 79.1666666667%;
  }

  .col-sm-push-20 {
    left: 83.3333333333%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-22 {
    left: 91.6666666667%;
  }

  .col-sm-push-23 {
    left: 95.8333333333%;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }

  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }

  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }

  .col-md-1 {
    width: 4.1666666667%;
  }

  .col-md-2 {
    width: 8.3333333333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.6666666667%;
  }

  .col-md-5 {
    width: 20.8333333333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.1666666667%;
  }

  .col-md-8 {
    width: 33.3333333333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.6666666667%;
  }

  .col-md-11 {
    width: 45.8333333333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.1666666667%;
  }

  .col-md-14 {
    width: 58.3333333333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.6666666667%;
  }

  .col-md-17 {
    width: 70.8333333333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.1666666667%;
  }

  .col-md-20 {
    width: 83.3333333333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.6666666667%;
  }

  .col-md-23 {
    width: 95.8333333333%;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 4.1666666667%;
  }

  .col-md-pull-2 {
    right: 8.3333333333%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-4 {
    right: 16.6666666667%;
  }

  .col-md-pull-5 {
    right: 20.8333333333%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-7 {
    right: 29.1666666667%;
  }

  .col-md-pull-8 {
    right: 33.3333333333%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-10 {
    right: 41.6666666667%;
  }

  .col-md-pull-11 {
    right: 45.8333333333%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-13 {
    right: 54.1666666667%;
  }

  .col-md-pull-14 {
    right: 58.3333333333%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-16 {
    right: 66.6666666667%;
  }

  .col-md-pull-17 {
    right: 70.8333333333%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-19 {
    right: 79.1666666667%;
  }

  .col-md-pull-20 {
    right: 83.3333333333%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-22 {
    right: 91.6666666667%;
  }

  .col-md-pull-23 {
    right: 95.8333333333%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 4.1666666667%;
  }

  .col-md-push-2 {
    left: 8.3333333333%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-4 {
    left: 16.6666666667%;
  }

  .col-md-push-5 {
    left: 20.8333333333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-7 {
    left: 29.1666666667%;
  }

  .col-md-push-8 {
    left: 33.3333333333%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-10 {
    left: 41.6666666667%;
  }

  .col-md-push-11 {
    left: 45.8333333333%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-13 {
    left: 54.1666666667%;
  }

  .col-md-push-14 {
    left: 58.3333333333%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-16 {
    left: 66.6666666667%;
  }

  .col-md-push-17 {
    left: 70.8333333333%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-19 {
    left: 79.1666666667%;
  }

  .col-md-push-20 {
    left: 83.3333333333%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-22 {
    left: 91.6666666667%;
  }

  .col-md-push-23 {
    left: 95.8333333333%;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }

  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }

  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }

  .col-lg-1 {
    width: 4.1666666667%;
  }

  .col-lg-2 {
    width: 8.3333333333%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-4 {
    width: 16.6666666667%;
  }

  .col-lg-5 {
    width: 20.8333333333%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-7 {
    width: 29.1666666667%;
  }

  .col-lg-8 {
    width: 33.3333333333%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-10 {
    width: 41.6666666667%;
  }

  .col-lg-11 {
    width: 45.8333333333%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-13 {
    width: 54.1666666667%;
  }

  .col-lg-14 {
    width: 58.3333333333%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-16 {
    width: 66.6666666667%;
  }

  .col-lg-17 {
    width: 70.8333333333%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-19 {
    width: 79.1666666667%;
  }

  .col-lg-20 {
    width: 83.3333333333%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-22 {
    width: 91.6666666667%;
  }

  .col-lg-23 {
    width: 95.8333333333%;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 4.1666666667%;
  }

  .col-lg-pull-2 {
    right: 8.3333333333%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-4 {
    right: 16.6666666667%;
  }

  .col-lg-pull-5 {
    right: 20.8333333333%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-7 {
    right: 29.1666666667%;
  }

  .col-lg-pull-8 {
    right: 33.3333333333%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-10 {
    right: 41.6666666667%;
  }

  .col-lg-pull-11 {
    right: 45.8333333333%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-13 {
    right: 54.1666666667%;
  }

  .col-lg-pull-14 {
    right: 58.3333333333%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-16 {
    right: 66.6666666667%;
  }

  .col-lg-pull-17 {
    right: 70.8333333333%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-19 {
    right: 79.1666666667%;
  }

  .col-lg-pull-20 {
    right: 83.3333333333%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-22 {
    right: 91.6666666667%;
  }

  .col-lg-pull-23 {
    right: 95.8333333333%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 4.1666666667%;
  }

  .col-lg-push-2 {
    left: 8.3333333333%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-4 {
    left: 16.6666666667%;
  }

  .col-lg-push-5 {
    left: 20.8333333333%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-7 {
    left: 29.1666666667%;
  }

  .col-lg-push-8 {
    left: 33.3333333333%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-10 {
    left: 41.6666666667%;
  }

  .col-lg-push-11 {
    left: 45.8333333333%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-13 {
    left: 54.1666666667%;
  }

  .col-lg-push-14 {
    left: 58.3333333333%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-16 {
    left: 66.6666666667%;
  }

  .col-lg-push-17 {
    left: 70.8333333333%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-19 {
    left: 79.1666666667%;
  }

  .col-lg-push-20 {
    left: 83.3333333333%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-22 {
    left: 91.6666666667%;
  }

  .col-lg-push-23 {
    left: 95.8333333333%;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }

  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }

  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 11.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * * Shared Parts
 * */
/**
 * * Swiper 4.1.0
 * * Most modern mobile touch slider and framework with hardware accelerated transitions
 * * http://www.idangero.us/swiper/
 * *
 * * Copyright 2014-2018 Vladimir Kharlampidi
 * *
 * * Released under the MIT License
 * *
 * * Released on: January 13, 2018 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  display: none;
  top: 50%;
  z-index: 10;
  width: 57px;
  height: 93px;
  margin-top: -28px;
  cursor: pointer;
  background: no-repeat center;
}
@media (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url(../img/shared/pc/arrow_left.png);
  left: -1px;
}

.swiper-button-next {
  background-image: url(../img/shared/pc/arrow_right.png);
  right: -1px;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 7.5px;
  height: 7.5px;
  display: inline-block;
  border-radius: 100%;
  background: url(../img/shared/carousel_circle_off.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-image: url(../img/shared/carousel_circle_on.png);
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container img, .swiper-zoom-container svg, .swiper-zoom-container canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.gWarning {
  position: relative;
  z-index: 99;
  height: 44px;
  background: #fff297;
}

.gWarningInner {
  position: relative;
  z-index: 100;
  padding: 0;
}

.gWarningTitle {
  position: absolute;
  z-index: 120;
  top: 0;
  left: 0;
  display: block;
  padding-right: 35px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  background: url(../img/hilton/shared/warn/down_arrow_warn.png) #fff297 right center no-repeat;
  background-size: 29px 9px;
  text-decoration: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .gWarningTitle {
    background: url(../img/hilton/shared/warn/sm_down_arrow_warn.png) #fff297 right center no-repeat;
  }
}
.gWarningTitle:before {
  margin: -2px 10px 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/hilton/shared/warn/icon_warn.png) no-repeat;
  background-size: 25px 25px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .gWarningTitle:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/hilton/shared/warn/icon_sm_warn.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
#gWarning.opened .gWarningTitle {
  background-image: url(../img/hilton/shared/warn/up_arrow_warn.png);
}
@media (min-width: 768px) {
  #gWarning.opened .gWarningTitle {
    background-image: url(../img/hilton/shared/warn/sm_up_arrow_warn.png);
  }
}

.gWarningInner .container {
  position: relative;
}

.gWarningMessage {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 0;
  background: #fff297;
  color: #000;
}
.gWarningMessage:before, .gWarningMessage:after {
  content: " ";
  display: table;
}
.gWarningMessage:after {
  clear: both;
}
.gWarningMessage:before {
  display: block;
  content: "";
  float: right;
  margin-bottom: 10px;
  width: 35px;
}
.gWarningMessage .closeBtn {
  display: block;
  margin: 15px auto 0;
  width: 130px;
  line-height: 36px;
  text-align: center;
  background: #051f38;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .gWarningMessage .closeBtn {
    margin-bottom: 20px;
    float: right;
  }
}
.gWarningMessage .closeBtn:before {
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/hilton/shared/warn/close_warn.png) no-repeat;
  background-size: 10px 10px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .gWarningMessage .closeBtn:before {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../img/hilton/shared/warn/sm_close_warn.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
.gWarningMessage .curioCloseBtn {
  background: #51657d;
}

.gWarningMessageInner {
  padding: 10px 10px 0 40px;
}

.gWarningContainer {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .gWarningContainer {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .gWarningContainer {
    max-width: 1160px;
  }
}

.gWarningHotelPageContainerMobile {
  padding: 0;
}
@media (min-width: 768px) {
  .gWarningHotelPageContainerMobile .closeBtn {
    margin-right: 10px;
  }
}

.gWarningHotelPageContainerDesktop {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .gWarningHotelPageContainerDesktop .closeBtn {
    margin-right: 10px;
  }
}

.breadcrumbsWrap:before, .breadcrumbsWrap:after {
  content: " ";
  display: table;
}
.breadcrumbsWrap:after {
  clear: both;
}

.breadcrumbs {
  margin-top: 1px;
  padding: 10px 10px 10px 0;
  background: #eee;
  font-size: 12px;
}
.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs a, .breadcrumbs div {
  float: left;
  padding: 0 0 0 20px;
  background: url(../img/hilton/shared/icon/icon_arrow_right_breadcrumbs_sp.png) 10px 4px no-repeat;
  background-size: 4px 8px;
  color: #4c4a4a;
}
@media (min-width: 768px) {
  .breadcrumbs a, .breadcrumbs div {
    background: url(../img/hilton/shared/icon/icon_arrow_right_breadcrumbs.png) 10px 5px no-repeat;
  }
}
.breadcrumbs a {
  color: #00a0ea;
}
.breadcrumbs a:first-child {
  padding-left: 10px;
  background: none;
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding: 15px 20px;
    font-size: inherit;
  }
}

.gBrandLogosWrap {
  clear: left;
  padding: 5px 0 10px;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 992px) {
  .gBrandLogosWrap {
    padding: 15px 0 0;
    border: 0;
  }
}

.brandLogo {
  position: relative;
}
@media (min-width: 992px) {
  .brandLogo:hover .popMessage {
    left: 45%;
    left: calc(50% - 30px);
    display: block;
  }
}

.gBrandLogos {
  width: 320px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .gBrandLogos {
    width: 895px;
    text-align: left;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.brandLogo {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  width: 150px;
}
@media (min-width: 992px) {
  .brandLogo {
    margin-top: 10px;
    width: auto;
  }
}

.brandLogoLink {
  display: inline-block;
  background: #fff;
}

br.brandLogoEmphasisBreak {
  display: none;
}

/**
 * * Brand Logos
 * */
.brandLogoImage {
  background: url(/static/img/shared/logo/brand_logo_black_2.svg) left top no-repeat;
  background-size: 300px auto;
  width: 150px;
  height: 50px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (min-width: 992px) {
  .brandLogoImage {
    background-size: 895px auto;
    background-image: url(/static/img/shared/logo/brand_logo_black_2_pc.svg);
  }
}
.brandLogoImage:hover {
  background-image: url(/static/img/shared/logo/brand_logo_color_2.svg);
}
@media (min-width: 992px) {
  .brandLogoImage:hover {
    background-image: url(/static/img/shared/logo/brand_logo_color_2_pc.svg);
  }
}

.brandLogoEmphasisWrap {
  width: auto;
}

.brandLogoHiltonLarge {
  width: 190px;
  height: 70px;
  background-position: -55px 0;
}

.brandLogoWaldorfAstoria {
  background-position: 0 -113px;
}

.brandLogoLXR {
  background-position: -150px -113px;
}

.brandLogoConrad {
  background-position: 0px -182px;
}

.brandLogoCanopy {
  background-position: -150px -182px;
}

.brandLogoSignia {
  height: 54px;
  background-position: 0px -254px;
}

.brandLogoHilton {
  height: 54px;
  background-position: -150px -254px;
}

.brandLogoCurio {
  height: 54px;
  background-position: 0px -338px;
}

.brandLogoDoubleTree {
  height: 54px;
  background-position: -150px -338px;
}

.brandLogoTapestry {
  height: 52px;
  background-position: 0px -429px;
}

.brandLogoEmbassySuites {
  height: 52px;
  background-position: -150px -429px;
}

.brandLogoTempo {
  background-position: 0px -518px;
}

.brandLogoMotto {
  background-position: -150px -518px;
}

.brandLogoGardenInn {
  height: 54px;
  background-position: 0px -591px;
}

.brandLogoHampton {
  height: 54px;
  background-position: -150px -591px;
}

.brandLogoTru {
  height: 60px;
  background-position: 0px -671px;
}

.brandLogoHomewoodSuites {
  height: 58px;
  background-position: -150px -671px;
}

.brandLogoHome2 {
  background-position: 0px -766px;
}

.brandLogoGrandVacations {
  background-position: -150px -766px;
}

.brandLogoHhonors {
  width: 300px;
  height: 57px;
  background-position: 0px -859px;
}

@media (min-width: 992px) {
  .brandLogoHiltonLargeWrap {
    position: relative;
    margin: 26px 0;
    border-top: 2px solid #000;
  }

  .brandLogoEmphasisWrap {
    position: absolute;
    display: block;
    margin: 0;
    width: 100%;
    top: -43px;
    text-align: center;
  }

  .brandLogoImage {
    width: 99px;
  }

  .brandLogoHiltonLarge {
    width: 160px;
    height: 54px;
    background-position: -368px 0;
  }

  .brandLogoWaldorfAstoria {
    width: 88px;
    background-position: 0 -71px;
  }

  .brandLogoLXR {
    width: 75px;
    background-position: -93px -71px;
  }

  .brandLogoConrad {
    width: 106px;
    background-position: -177px -71px;
  }

  .brandLogoCanopy {
    width: 106px;
    background-position: -279px -71px;
  }

  .brandLogoSignia {
    width: 106px;
    background-position: -388px -71px;
  }

  .brandLogoHilton {
    width: 106px;
    background-position: -493px -71px;
  }

  .brandLogoCurio {
    background-position: -602px -71px;
  }

  .brandLogoDoubleTree {
    background-position: -718px -71px;
  }

  .brandLogoTapestry {
    width: 78px;
    background-position: -816px -71px;
  }

  .brandLogoEmbassySuites {
    width: 86px;
    background-position: 0px -127px;
  }

  .brandLogoTempo {
    width: 86px;
    background-position: -86px -127px;
  }

  .brandLogoMotto {
    width: 105px;
    background-position: -186px -127px;
  }

  .brandLogoGardenInn {
    width: 110px;
    background-position: -289px -127px;
  }

  .brandLogoHampton {
    width: 100px;
    background-position: -395px -127px;
  }

  .brandLogoTru {
    width: 95px;
    background-position: -492px -127px;
  }

  .brandLogoHomewoodSuites {
    background-position: -595px -127px;
  }

  .brandLogoHome2 {
    width: 103px;
    background-position: -698px -127px;
  }

  .brandLogoGrandVacations {
    width: 78px;
    background-position: -814px -127px;
  }

  .brandLogoHhonors {
    width: 93px;
    height: 54px;
    background-position: -399px -178px;
  }

  .brandLogoEmphasisWrapHhonorsWrap {
    position: relative;
    margin: 26px 0;
    border-top: 2px solid #000;
    text-align: center;
  }
}
.gMemberRegistration {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
  .gMemberRegistration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.gMemberRegistrationInner {
  *zoom: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gMemberRegistrationInner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .gMemberRegistrationInner {
    width: 494px;
  }
}

.gMemberBrandLogoWrap {
  display: table-cell;
  padding: 0;
  height: 45px;
}
@media (min-width: 992px) {
  .gMemberBrandLogoWrap {
    vertical-align: middle;
  }
}

.gMemberBrandLogo {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/img/shared/hhonors_sp.png) center no-repeat;
  background-size: auto 20px;
}
@media (min-width: 992px) {
  .gMemberBrandLogo {
    background: url(/static/img/shared/hhonors_pc.png) left no-repeat;
  }
}

.gMemberRegistrationLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 4px;
  height: 100%;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00a0ea;
}
.gMemberRegistrationLink:hover {
  text-decoration: none;
  color: #fff;
}
.gMemberRegistrationLink .hotelIconReserveRightArrow {
  position: relative;
  top: 8px;
  left: 4px;
}

.breadcrumbsWrap {
  position: relative;
}
@media (min-width: 992px) {
  .breadcrumbsWrap .breadcrumbs {
    padding: 17px 20px;
    margin-right: 494px;
  }
  .breadcrumbsWrap .gMemberRegistration {
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 494px;
    height: 100%;
    border: 0;
  }
  .breadcrumbsWrap .gMemberRegistrationInner {
    display: table;
    height: 100%;
    height: calc(100% - 1px);
    border: 1px solid #CCCCCC;
    border-left: 0;
    border-right: 0;
  }
  .breadcrumbsWrap .gMemberBrandLogoWrap {
    float: none;
    display: table-cell;
    width: 76%;
    vertical-align: middle;
  }
  .breadcrumbsWrap .gMemberBrandLogoWrap .brandLogo {
    display: inline-block;
    float: none;
    width: 100px;
    height: 42px;
    padding: 0 0 0 10px;
    text-align: center;
  }
  .breadcrumbsWrap .gMemberBrandLogoWrap .brandLogo img {
    display: block;
    margin: 3px auto 0;
    height: 42px;
  }
  .breadcrumbsWrap .gMemberRegistrationServicesWrap {
    display: inline-block;
    padding: 0 10px 0 0;
    height: 42px;
    width: 220px;
  }
  .breadcrumbsWrap .gMemberRegistrationServicesWrap strong {
    display: block;
    float: none;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #000;
    text-align: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationServicesWrap strong {
    padding: 0 0 2px 0;
  }
}
@media (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationServicesWrap p {
    float: none;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationServicesWrap .gMemberRegistrationBestRate {
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationServicesWrap .gMemberRegistrationBestRate {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationLink {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .breadcrumbsWrap .gMemberRegistrationLink {
    font-size: 16px;
  }
}

.bestRatesBtn {
  display: inline-block;
  text-decoration: none;
}

.bestRatesBtnWhiteSmImage {
  width: 120px;
}

.adChoicesLogo {
  width: 70px;
}
@media (min-width: 768px) {
  .adChoicesLogo {
    width: 80px;
  }
}

.appOverlay {
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.appField {
  display: inline-block;
  padding: 2px;
  line-height: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #4c4a4a;
  vertical-align: middle;
  cursor: pointer;
}
.appField:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .appField {
    line-height: 28px;
  }
}
.appField:hover {
  color: #4c4a4a;
}

.appBtn {
  display: inline-block;
  padding: 2px;
  line-height: 25px;
  border: 0;
  border-radius: 4px;
  background: #4dbdf0;
  color: #fff;
  cursor: pointer;
  background-image: -owg-linear-gradient(#4dbdf0, #4dbdf0 50%, #00a0ea 50%, #00a0ea);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4dbdf0), color-stop(50%, #4dbdf0), color-stop(50%, #00a0ea), to(#00a0ea));
  background-image: linear-gradient(#4dbdf0, #4dbdf0 50%, #00a0ea 50%, #00a0ea);
}
.appBtn:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.appBtn:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .appBtn {
    line-height: 30px;
  }
}
.appBtn.appBtnGray {
  background: #a8a8a8;
  background-image: -owg-linear-gradient(#a8a8a8, #a8a8a8 50%, #999999 50%, #999999);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), color-stop(50%, #a8a8a8), color-stop(50%, #999999), to(#999999));
  background-image: linear-gradient(#a8a8a8, #a8a8a8 50%, #999999 50%, #999999);
}

.appIconPhoneLarge {
  position: absolute;
  top: 5px;
  left: 10px;
}

.iconMap {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 10px;
  width: 18px;
  height: 19px;
  background: url(../img/shared/icon/icon_map.png) no-repeat;
}

.iconArea {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 10px;
  width: 17.3333333333px;
  height: 16px;
  background: url(../img/shared/icon_areasearch.png) no-repeat;
  background-size: 17.3333333333px 16px;
}

.iconBed {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 20px;
  width: 25px;
  height: 25px;
  background: url(../img/shared/icon/icon_bed.svg) no-repeat;
}

.gHeadSharedInnerMobile .iconBed {
  top: 13px;
  left: 20.5px;
}

.contactPhoneBtn {
  position: relative;
  clear: both;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #00a0ea;
  color: #00a0ea;
}

.iconWifi {
  content: "";
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 5px;
  width: 18px;
  height: 13px;
  background: url(../img/shared/icon/icon_wifi_sp_20170130.png) no-repeat;
  background-size: 18px 13px;
}
@media (min-width: 992px) {
  .iconWifi {
    width: 23px;
    height: 17px;
    background: url(../img/shared/icon/icon_wifi_20170130.png) no-repeat;
  }
}

.iconCloseQuestionnaire {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 18px;
  background: url(../img/shared/icon/icon_close_questionnaire.png) no-repeat;
}

.pageDetailTemplate {
  width: 100%;
}
.pageDetailTemplate img {
  max-width: 100%;
  height: auto;
}
.pageDetailTemplate h1 {
  margin: 20px 10px;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
}
.pageDetailTemplate h2 {
  margin: 20px 10px;
  line-height: 25px;
  font-size: 15px;
  font-weight: bold;
}
.pageDetailTemplate h3 {
  margin: 20px 10px;
  line-height: 25px;
  font-size: 15px;
  font-weight: bold;
}
.pageDetailTemplate p {
  margin: 20px 10px;
  font-size: 12px;
}
.pageDetailTemplate strong {
  margin: 20px 10px;
}
.pageDetailTemplate .detailTemplateMainImage {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pageDetailTemplate h1 {
    margin: 20px 0;
    line-height: 45px;
    font-size: 34px;
  }
  .pageDetailTemplate h2 {
    margin: 20px 0;
    line-height: 35px;
    font-size: 24px;
  }
  .pageDetailTemplate h3 {
    margin: 20px 0;
    line-height: 30px;
    font-size: 22px;
  }
  .pageDetailTemplate p {
    margin: 20px 0;
    font-size: 16px;
  }
  .pageDetailTemplate strong {
    margin: 20px 0;
  }
}
@media (min-width: 1160px) {
  .pageDetailTemplate {
    width: 1160px;
    margin: 0 auto;
  }
  .pageDetailTemplate .detailTemplateSubContent {
    margin-bottom: 20px;
  }
}

/**
 * * perfect-scrollbar
 * */
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container .ps-scrollbar-x-rail {
  background-color: #999;
}
.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
  background-color: #999;
}
.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}
.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
  visibility: visible;
}

/**
 * * Google Maps
 * */
.mapMarkerData {
  display: none;
}

.popMessage {
  display: none;
}
.popMessage .lastParagraph {
  margin: 0;
}
.popMessage a {
  display: inline;
}
@media (min-width: 992px) {
  .popMessage a {
    display: block;
    padding-top: 10px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .popMessage {
    position: absolute;
    padding: 10px 15px;
    width: 200px;
    color: #000;
    text-align: left;
    font-size: 10px;
    background: #c6c6c6;
    z-index: 1000;
  }
}
.popMessage:before {
  display: none;
}
@media (min-width: 992px) {
  .popMessage:before {
    display: block;
    position: absolute;
    top: -9px;
    left: 23px;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c6c6c6 transparent;
    z-index: 1000;
  }
}

/**
 * * Shared Parts
 * */
.appIcon {
  display: inline-block;
  background: no-repeat;
  vertical-align: top;
}
.appIcon.appIconFootArrowRight {
  width: 9px;
  height: 15px;
  background: url(../img/hilton/shared/icon/icon_foot_arrow_right.png) no-repeat;
  background-size: 9px 15px;
}
.appIcon.appIconFootNational {
  width: 85px;
  height: 100px;
  background: url(../img/hilton/shared/icon/icon_foot_national.png) no-repeat;
  background-size: 85px 100px;
}
.appIcon.appIconFootMeeting {
  width: 26px;
  height: 25px;
  background: url(../img/hilton/shared/icon/icon_foot_meeting.png) no-repeat;
  background-size: 26px 25px;
}
.appIcon.appIconFootWedding {
  width: 18px;
  height: 25px;
  background: url(../img/hilton/shared/icon/icon_foot_wedding.png) no-repeat;
  background-size: 18px 25px;
}
.appIcon.appIconPhone {
  width: 13px;
  height: 12px;
  background: url(../img/hilton/shared/icon/icon_phone.png) no-repeat;
  background-size: 13px 12px;
}
.appIcon.appIconPhoneLarge {
  width: 18px;
  height: 18px;
  background: url(../img/hilton/shared/icon/icon_phone_large.png) no-repeat;
  background-size: 18px 18px;
}
.appIcon.appIconSearch {
  width: 25px;
  height: 25px;
  background: url(../img/hilton/shared/icon/icon_search.png) no-repeat;
  background-size: 25px 25px;
}
.appIcon.appIconShareFacebook {
  width: 33px;
  height: 33px;
  background: url(../img/hilton/shared/icon/icon_share_facebook.png) no-repeat;
  background-size: 33px 33px;
}
.appIcon.appIconShareGooglePlus {
  width: 33px;
  height: 33px;
  background: url(../img/hilton/shared/icon/icon_share_google_plus.png) no-repeat;
  background-size: 33px 33px;
}
.appIcon.appIconShareLine {
  width: 33px;
  height: 33px;
  background: url(../img/hilton/shared/icon/icon_share_line.png) no-repeat;
  background-size: 33px 33px;
}
.appIcon.appIconShareTwitter {
  width: 42px;
  height: 33px;
  background: url(../img/hilton/shared/icon/icon_share_twitter.png) no-repeat;
  background-size: 42px 33px;
}

@media (min-width: 768px) {
  .appIcon {
    display: inline-block;
    vertical-align: top;
  }
  .appIcon.appIconSearch {
    width: 25px;
    height: 25px;
    background: url(../img/hilton/shared/icon_sm/icon_sm_search.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconCampaignArrowRight {
    width: 8px;
    height: 16px;
    background: url(../img/hilton/shared/icon_sm/icon_sm_campaign_arrow_right.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconFootArrowRight {
    width: 18px;
    height: 30px;
    background: url(../img/hilton/shared/icon_sm/icon_sm_foot_arrow_right.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconFootNational {
    width: 117px;
    height: 126px;
    background: url(../img/hilton/shared/icon_sm/icon_sm_foot_national.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconFootMeeting {
    width: 52px;
    height: 50px;
    background: url(../img/hilton/shared/icon_sm/icon_sm_foot_meeting.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconFootWedding {
    width: 36px;
    height: 50px;
    background: url(../img/hilton/shared/icon_sm/icon_sm_foot_wedding.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconCampaignClose {
    width: 28px;
    height: 28px;
    background: url(../img/hilton/shared/icon_sm/icon_sm_campaign_close.png) no-repeat;
    background-size: auto;
  }
  .appIcon.appIconMapClose {
    width: 38px;
    height: 38px;
    background: url(../img/hilton/shared/icon_sm/icon_sm_map_close.png) no-repeat;
    background-size: auto;
  }
}
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

.gHeadSearchWindow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gHeadSearchWindow .gHeadHotelSearchBed {
  display: block;
  position: relative;
  margin: 44px 0 0 auto;
  padding: 3.5px 0;
  width: 200px;
  font-size: 15px;
  font-weight: 600;
}
.gHeadSearchWindow .gHeadHotelSearchBed:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/shared/arrow_right_reservation_pc.png") 0 0 no-repeat;
}
.gHeadSearchWindow .gHeadHotelSearchBed.open::after {
  -webkit-transform: translateY(-25%) rotate(90deg);
          transform: translateY(-25%) rotate(90deg);
}
.gHeadSearchWindow .gHeadSearchWindowGroup {
  position: relative;
  margin: 0.5rem 0 0 auto;
  padding: 28px;
  width: 270px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.5s, height 0.5s;
  transition: opacity 0.5s, height 0.5s;
}
.gHeadSearchWindow .gHeadSearchWindowGroup.active {
  height: auto;
  opacity: 1;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input, .gHeadSearchWindow .gHeadSearchWindowGroup select {
  display: block;
  margin-bottom: 18px;
  padding: 11px 10px;
  width: 100%;
  line-height: 1;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input.gHeadHotelsSearchKeywordField, .gHeadSearchWindow .gHeadSearchWindowGroup select.gHeadHotelsSearchKeywordField {
  margin-bottom: 36px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-inner-spin-button, .gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-input-placeholder, .gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  visibility: hidden !important;
  -webkit-appearance: none;
          appearance: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup label {
  display: block;
  font-weight: normal;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchKeywordField,
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchDateField {
  position: relative;
  padding-left: 37px;
  background-position: 10px 11px;
  background-repeat: no-repeat;
  background-image: url("../img/shared/icon/icon_calendar.svg");
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchKeywordField {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.87" height="17.87" viewBox="0 0 17.87 17.87"><path id="Shape9" data-name="Shape9" d="M1246.374,47l-3.932-3.933a7.331,7.331,0,1,0-2.374,2.374L1244,49.376A1.678,1.678,0,0,0,1246.374,47Zm-10.106-2.7a5.034,5.034,0,1,1,5.034-5.034A5.035,5.035,0,0,1,1236.268,44.3Z" transform="translate(-1228.995 -31.998)" fill="%23051f38"/></svg>');
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchSelectField {
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-image: url("../img/shared/icon/icon_arrow_select_bottom.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchSelectField::-ms-expand {
  display: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .appBtn {
  margin-bottom: 20px;
  padding: 4.5px 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadSearchWindowFormPeopleRooms > *:first-child {
  padding-right: 7.5px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadSearchWindowFormPeopleRooms > *:last-child {
  padding-left: 7.5px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .error {
  display: none;
  margin-top: -26px;
  line-height: 16px;
  font-size: 13px;
  color: #FF0000;
}
.gHeadSearchWindow .gHeadSearchWindowPriceMatch {
  display: block;
  margin: 0 auto;
  width: 124px;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult {
  position: absolute;
  top: 70px;
  left: 28px;
  z-index: 1;
  width: 214px;
  padding: 3px 0;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  list-style: none;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult.active {
  visibility: visible;
  opacity: 1;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult a {
  display: block;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4c4a4a;
  background-color: #ffffff;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #01184c;
}
.gHeadSearchWindow .gHeadHotelSearchDateRangeWrap {
  visibility: hidden;
  height: 1px;
  border: none;
}

.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup.active {
  padding: 25px 21px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup select {
  margin-bottom: 20px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .appBtn {
  padding: 12.5px 0;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .searchWindowCloseBtn {
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  color: #DCDCDC;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .searchWindowCloseBtn::before {
  display: inline-block;
  content: "×";
  font-size: 24px;
  line-height: 1;
}
.gHeadSharedInnerMobile .gHeadSearchWindow input, .gHeadSharedInnerMobile .gHeadSearchWindow select {
  padding: 15px 10px;
  background-color: #FFFFFF;
}
.gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-inner-spin-button, .gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-input-placeholder, .gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-calendar-picker-indicator {
  display: initial;
  visibility: initial !important;
  -webkit-appearance: initial;
          appearance: initial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchSelectField {
  background-position: right 10px top 19px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowFormPeopleRooms > *:first-child {
  padding-right: 10.5px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowFormPeopleRooms > *:last-child {
  padding-left: 10.5px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchKeywordField,
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchDateField {
  background-position: 10px 14px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed {
  width: 100%;
  text-align: left;
  margin: 10px 0 25px;
  padding: 17.5px 0 17.5px 59px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed::after {
  -webkit-transform: translateY(-25%) rotate(90deg);
          transform: translateY(-25%) rotate(90deg);
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed.open {
  margin: 10px 0 0;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed.open::after {
  -webkit-transform: translateY(-75%) rotate(-90deg);
          transform: translateY(-75%) rotate(-90deg);
}
.gHeadSharedInnerMobile .gHeadHotelsSearchKeywordResult {
  width: calc(100% - 42px);
  left: 21px;
  top: 72px;
}

.gHeadSharedDesktop {
  width: 100%;
  height: 78px;
}

.gHeadSharedOverlayDesktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 78px;
  background: rgba(255, 255, 255, 0.6);
}

.gHeadSharedInnerDesktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
}

.gHeadSharedLogoWrapDesktop {
  height: 100%;
}

.gHeadSharedSearchWrapDesktop {
  display: table;
  height: 78px;
}

.gHeadSharedHeadingWrapDesktop {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.gHeadSharedHeadingDesktop {
  display: inline;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.gHeadSharedSubHeadingDesktop {
  display: inline;
  margin: 0;
}

.gHeadHotelsSearchDesktop {
  position: relative;
  padding-left: 40px;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
}
.gHeadHotelsSearchDesktop .gHeadHotelsSearchMap {
  display: inline-block;
  margin-right: 16px;
  padding-right: 10px;
  vertical-align: middle;
}
.gHeadHotelsSearchDesktop .gHeadHotelsSearchArea {
  display: inline-block;
  margin-right: 20px;
  padding-right: 10px;
  vertical-align: middle;
}
.gHeadHotelsSearchDesktop .gHeadHotelsSearchForm {
  display: inline-block;
  vertical-align: middle;
}
.gHeadHotelsSearchDesktop .gHeadHotelsSearchTextField {
  float: left;
  display: block;
  margin: 0 6px 0 0;
  padding: 0 16px 0 5px;
  width: 350px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: left;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background: #fff;
}
.gHeadHotelsSearchDesktop .appBtnSearch {
  display: block;
  margin-left: 6px;
  padding: 4px 0;
  width: 38px;
}
.gHeadHotelsSearchDesktop .appIconSearch {
  margin-top: 3px;
}
.gHeadHotelsSearchDesktop .gHeadLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.2rem 0;
  padding-left: 0;
  list-style: none;
}
.gHeadHotelsSearchDesktop .gHeadLinks li:first-child {
  padding-right: 20px;
  border-right: 1px solid #4c4a4a;
}
.gHeadHotelsSearchDesktop .gHeadLinks li:last-child {
  padding-left: 20px;
}
.gHeadHotelsSearchDesktop .gHeadLinks li a {
  color: #4c4a4a;
}

.new-header-2022-ko .gHeadSharedInnerDesktop {
  display: block;
}
.new-header-2022-ko .gHeadHotelsSearchDesktop {
  display: table-cell;
  padding-left: 0;
  text-align: right;
}
.new-header-2022-ko .gHeadHotelsSearchForm {
  float: left;
  margin-left: 15%;
}
.new-header-2022-ko .appBtnSearch {
  padding: 2px 0;
  width: 34px;
}
.new-header-2022-ko .gHeadHotelsSearchTextField {
  height: 34px;
  line-height: 34px;
}

.gHeadSearchWindow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gHeadSearchWindow .gHeadHotelSearchBed {
  display: block;
  position: relative;
  margin: 44px 0 0 auto;
  padding: 3.5px 0;
  width: 200px;
  font-size: 15px;
  font-weight: 600;
}
.gHeadSearchWindow .gHeadHotelSearchBed:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/shared/arrow_right_reservation_pc.png") 0 0 no-repeat;
}
.gHeadSearchWindow .gHeadHotelSearchBed.open::after {
  -webkit-transform: translateY(-25%) rotate(90deg);
          transform: translateY(-25%) rotate(90deg);
}
.gHeadSearchWindow .gHeadSearchWindowGroup {
  position: relative;
  margin: 0.5rem 0 0 auto;
  padding: 28px;
  width: 270px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.5s, height 0.5s;
  transition: opacity 0.5s, height 0.5s;
}
.gHeadSearchWindow .gHeadSearchWindowGroup.active {
  height: auto;
  opacity: 1;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input, .gHeadSearchWindow .gHeadSearchWindowGroup select {
  display: block;
  margin-bottom: 18px;
  padding: 11px 10px;
  width: 100%;
  line-height: 1;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input.gHeadHotelsSearchKeywordField, .gHeadSearchWindow .gHeadSearchWindowGroup select.gHeadHotelsSearchKeywordField {
  margin-bottom: 36px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-inner-spin-button, .gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-input-placeholder, .gHeadSearchWindow .gHeadSearchWindowGroup input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  visibility: hidden !important;
  -webkit-appearance: none;
          appearance: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup label {
  display: block;
  font-weight: normal;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchKeywordField,
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchDateField {
  position: relative;
  padding-left: 37px;
  background-position: 10px 11px;
  background-repeat: no-repeat;
  background-image: url("../img/shared/icon/icon_calendar.svg");
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchKeywordField {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.87" height="17.87" viewBox="0 0 17.87 17.87"><path id="Shape9" data-name="Shape9" d="M1246.374,47l-3.932-3.933a7.331,7.331,0,1,0-2.374,2.374L1244,49.376A1.678,1.678,0,0,0,1246.374,47Zm-10.106-2.7a5.034,5.034,0,1,1,5.034-5.034A5.035,5.035,0,0,1,1236.268,44.3Z" transform="translate(-1228.995 -31.998)" fill="%23051f38"/></svg>');
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchSelectField {
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-image: url("../img/shared/icon/icon_arrow_select_bottom.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadHotelsSearchSelectField::-ms-expand {
  display: none;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .appBtn {
  margin-bottom: 20px;
  padding: 4.5px 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadSearchWindowFormPeopleRooms > *:first-child {
  padding-right: 7.5px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .gHeadSearchWindowFormPeopleRooms > *:last-child {
  padding-left: 7.5px;
}
.gHeadSearchWindow .gHeadSearchWindowGroup .error {
  display: none;
  margin-top: -26px;
  line-height: 16px;
  font-size: 13px;
  color: #FF0000;
}
.gHeadSearchWindow .gHeadSearchWindowPriceMatch {
  display: block;
  margin: 0 auto;
  width: 124px;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult {
  position: absolute;
  top: 70px;
  left: 28px;
  z-index: 1;
  width: 214px;
  padding: 3px 0;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  list-style: none;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult.active {
  visibility: visible;
  opacity: 1;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult a {
  display: block;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4c4a4a;
  background-color: #ffffff;
}
.gHeadSearchWindow .gHeadHotelsSearchKeywordResult a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #01184c;
}
.gHeadSearchWindow .gHeadHotelSearchDateRangeWrap {
  visibility: hidden;
  height: 1px;
  border: none;
}

.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup.active {
  padding: 25px 21px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup select {
  margin-bottom: 20px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .appBtn {
  padding: 12.5px 0;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .searchWindowCloseBtn {
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  color: #DCDCDC;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowGroup .searchWindowCloseBtn::before {
  display: inline-block;
  content: "×";
  font-size: 24px;
  line-height: 1;
}
.gHeadSharedInnerMobile .gHeadSearchWindow input, .gHeadSharedInnerMobile .gHeadSearchWindow select {
  padding: 15px 10px;
  background-color: #FFFFFF;
}
.gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-inner-spin-button, .gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-input-placeholder, .gHeadSharedInnerMobile .gHeadSearchWindow input[type=date]::-webkit-calendar-picker-indicator {
  display: initial;
  visibility: initial !important;
  -webkit-appearance: initial;
          appearance: initial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchSelectField {
  background-position: right 10px top 19px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowFormPeopleRooms > *:first-child {
  padding-right: 10.5px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadSearchWindowFormPeopleRooms > *:last-child {
  padding-left: 10.5px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchKeywordField,
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelsSearchDateField {
  background-position: 10px 14px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed {
  width: 100%;
  text-align: left;
  margin: 10px 0 25px;
  padding: 17.5px 0 17.5px 59px;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed::after {
  -webkit-transform: translateY(-25%) rotate(90deg);
          transform: translateY(-25%) rotate(90deg);
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed.open {
  margin: 10px 0 0;
}
.gHeadSharedInnerMobile .gHeadSearchWindow .gHeadHotelSearchBed.open::after {
  -webkit-transform: translateY(-75%) rotate(-90deg);
          transform: translateY(-75%) rotate(-90deg);
}
.gHeadSharedInnerMobile .gHeadHotelsSearchKeywordResult {
  width: calc(100% - 42px);
  left: 21px;
  top: 72px;
}

.gHeadSharedMobile {
  width: 100%;
}
.gHeadSharedMobile::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 105;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.gHeadSharedMobile.active::before {
  visibility: visible;
  opacity: 1;
}
.gHeadSharedMobile .gHeadHotelsSearchForm {
  padding-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.gHeadSharedMobile .gHeadHotelsSearchForm.disable {
  height: 0;
  overflow: hidden;
}
.gHeadSharedMobile .gHeadHotelsSearchForm .gHeadHotelsSearchTextField {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14.5px 15px;
  font-size: 15px;
  line-height: 1;
  border: 0;
}
.gHeadSharedMobile .gHeadHotelsSearchForm .appBtnSearch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  border-radius: 0;
}
.gHeadSharedMobile .gHeadHotelsSearchForm .appIcon.appIconSearch {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.gHeadSharedMobile .gHeadHotelsSearchForm div.poplink.sphs {
  top: 111px;
}
.gHeadSharedMobile .gHeadLinks {
  padding: 0;
  list-style: none;
}
.gHeadSharedMobile .gHeadLinks li {
  border-top: 1px solid #DCDCDC;
}
.gHeadSharedMobile .gHeadLinks li:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.gHeadSharedMobile .gHeadLinks li a, .gHeadSharedMobile .gHeadLinks li span {
  display: block;
  padding: 15.5px 21.5px;
  color: #4c4a4a;
}

.gHeadSharedOverlayMobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 68px;
  border-bottom: #DCDCDC;
  background: #FFFFFF;
}
.gHeadSharedOverlayMobile.fixed {
  position: fixed;
  top: 0;
}

.gHeadSharedOverlayMobileTransparent {
  background: rgba(255, 255, 255, 0.6);
}

.gHeadSharedInnerMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  border-bottom: 1px solid #DCDCDC;
}

.gHeadSharedLogoWrapMobile {
  height: 100%;
}

.gHeadSharedLinksWrapMobile {
  padding: 0;
}

.gHeadSharedLinkWrapMobile {
  padding: 0 0 0 1px;
  height: 68px;
}

.gHeadSharedLinkGroupMobile {
  width: 225px;
  margin-left: auto;
}

.gHeadSharedLinkInnerMobile {
  width: 100%;
  height: 100%;
}
.gHeadSharedLinkInnerMobile > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 44px;
  text-align: center;
  font-size: 9px;
  color: #fff;
}
.gHeadSharedLinkInnerMobile.active > * {
  color: #dfd7cf;
}

.gHeadSharedLinkInnerTelMobile {
  background: url(../img/shared/sp/nav_icon_tel_off.png) #051f38 no-repeat center 15px;
  background-size: 20px 20px;
}

.gHeadSharedLinkInnerMemberMobile {
  background: url(../img/shared/sp/nav_icon_member_off.png) #051f38 no-repeat center 15px;
  background-size: 15.5px 20px;
}
.gHeadSharedLinkInnerMemberMobile.active {
  background-image: url("../img/hilton/sp/nav_icon_member_on.png");
}

.gHeadSharedLinkInnerGpsMobile {
  background: url(../img/shared/sp/nav_icon_gps_off.png) #051f38 no-repeat center 15px;
  background-size: 14px 20px;
}
.gHeadSharedLinkInnerGpsMobile.active {
  background-image: url("../img/hilton/sp/nav_icon_gps_on.png");
}

.gHeadSharedLinkInnerHotelsearchMobile {
  background: url(../img/shared/sp/nav_icon_hotelsearch_off.png) #051f38 no-repeat center 15px;
  background-size: 20px 20px;
}
.gHeadSharedLinkInnerHotelsearchMobile.active {
  background-image: url("../img/hilton/sp/nav_icon_hotelsearch_on.png");
}

.gHeadMobileNavBtn {
  display: block;
  width: 27px;
  margin: 23.9px 18.7px 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
}
.gHeadMobileNavBtn .bugerMenuLine {
  content: "";
  display: block;
  padding-bottom: 7px;
  border-top: 2px solid #3E3E3E;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.gHeadMobileNavBtn .bugerMenuLine:nth-child(3) {
  padding-bottom: 0;
}
.gHeadMobileNavBtn.open .bugerMenuLine:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-3px, 10px);
          transform: rotate(-45deg) translate(-3px, 10px);
}
.gHeadMobileNavBtn.open .bugerMenuLine:nth-child(2) {
  opacity: 0;
}
.gHeadMobileNavBtn.open .bugerMenuLine:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-3px, -7.5px);
          transform: rotate(45deg) translate(-3px, -7.5px);
}
.gHeadMobileNavBtn.open + .gHeadMobileNav {
  height: auto;
  visibility: visible;
}

.gHeadMobileNav {
  position: absolute;
  right: 10px;
  top: 68px;
  width: 100vw;
  height: 0;
  padding: 0 10px 44.5px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}

.gHeadSearchModal {
  position: fixed;
  width: calc(100% - 40px);
  background: #fff;
  left: 50%;
  top: 50%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gHeadSearchModal.open {
  opacity: 1;
  height: auto;
}

.gHeadSharedMobile.new-header-2022-ko {
  height: 68px;
}

.gHeadLogoWrap {
  padding: 0;
}

.gHeadLogo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  height: 100%;
  background: #051f38 url(../img/hilton/shared/top_logo.png) center center no-repeat;
  background-size: contain;
}

.gHeadHhonorsRegistration {
  display: block;
  position: fixed;
  z-index: 999;
  right: -300px;
  top: 200px;
  width: 344px;
  height: 302px;
  cursor: pointer;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.gHeadHhonorsRegistration:before, .gHeadHhonorsRegistration:after {
  content: " ";
  display: table;
}
.gHeadHhonorsRegistration:after {
  clear: both;
}
.gHeadHhonorsRegistration a {
  text-decoration: none;
}
.gHeadHhonorsRegistration:hover {
  right: 0;
}

.gHeadHhonorsRegistrationTab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 44px;
  height: 100%;
  border: 2px solid #46b7eb;
  background: #00a0ea url(/static/img/shared/pc/right_follow_honors_off.png) no-repeat center;
}

.gHeadHhonorsRegistrationInner {
  display: block;
  float: right;
  width: 300px;
  height: 100%;
  background: #fff url("../img/shared/pc/right_follow_honors_on.png") no-repeat center 28px;
}

.gHeadHhonorsRegistrationBtn {
  display: block;
  margin: 245px auto 0;
  width: 164px;
  text-align: center;
}

.gHeadHhonorsRegistrationImage {
  height: 220px;
}

.gBodyFoot {
  width: 100%;
}
@media (min-width: 768px) {
  .gBodyFoot {
    background: #eee;
    padding: 60px 0;
  }
}

.gBodyFootInner ul {
  margin: 0;
  padding: 0;
}
.gBodyFootInner li {
  list-style: none;
}

.gBodyFootTop {
  font-weight: bold;
  background: #ffffff;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  .gBodyFootTop {
    border-top: none;
  }
}
.gBodyFootTop .gBodyFootLink {
  display: block;
  padding-left: 15px;
  height: 60px;
  border-right: 1px solid #e6e6e6;
  line-height: 60px;
  vertical-align: middle;
  color: #051f38;
  text-decoration: none;
  font-size: 12px;
}
.gBodyFootTop .gBodyFootLink:before, .gBodyFootTop .gBodyFootLink:after {
  content: " ";
  display: table;
}
.gBodyFootTop .gBodyFootLink:after {
  clear: both;
}
.gBodyFootTop .appIconFootArrowRight {
  margin-top: 20px;
}
.gBodyFootTop .appIconFootWedding {
  margin-top: 17px;
}
.gBodyFootTop .appIconFootMeeting {
  margin-top: 19px;
}
.gBodyFootTop .appIconFootArrowRight {
  float: right;
}
@media (min-width: 768px) {
  .gBodyFootTop .gBodyFootLink {
    padding-left: 30px;
    height: 88px;
    line-height: 88px;
    font-size: 24px;
  }
  .gBodyFootTop .appIconFootArrowRight {
    margin-top: 30px;
  }
  .gBodyFootTop .appIconFootWedding {
    margin-top: 23px;
  }
  .gBodyFootTop .appIconFootMeeting {
    margin-top: 22px;
  }
}

.gBodyFootLinksWrap ul {
  margin: 0;
  padding: 0;
}
.gBodyFootLinksWrap li {
  padding: 3px 0;
  list-style: none;
}
.gBodyFootLinksWrap a {
  font-size: 9px;
}
@media (min-width: 768px) {
  .gBodyFootLinksWrap li {
    padding: 5px 0;
  }
  .gBodyFootLinksWrap a {
    font-size: 13px;
  }
}

.gBodyFootNational {
  padding: 30px 0;
  color: #FFF;
  background: #01184c;
  font-size: 13px;
}
.gBodyFootNational a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .gBodyFootNational {
    padding: 0;
    height: auto;
  }
}

.gBodyFootNationalHeading {
  position: relative;
}
.gBodyFootNationalHeading h2 {
  margin: 135px 0 0 90px;
  font-size: 20px;
  font-weight: bold;
  color: #d6d2c4;
}
.gBodyFootNationalHeading .appIcon {
  position: absolute;
  top: 70px;
  left: 20px;
}
@media (min-width: 768px) {
  .gBodyFootNationalHeading h2 {
    margin: 100px 0 0 110px;
    font-size: 26px;
  }
  .gBodyFootNationalHeading .appIcon {
    top: 10px;
    left: 20px;
  }
}

.gBodyFootNationalBody {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gBodyFootNationalBody {
    padding: 0;
    margin: 0;
  }
}
.gBodyFootNationalBody .gBodyFootNationalPartListItem {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .gBodyFootNationalBody .gBodyFootNationalPartListItem {
    padding: 5px 0;
  }
}
.gBodyFootNationalBody .gBodyFootNationalPartListItemLink {
  font-size: 11px;
}
@media (min-width: 768px) {
  .gBodyFootNationalBody .gBodyFootNationalPartListItemLink {
    font-size: 14px;
  }
}

.gBodyFootNationalPartWrap {
  float: left;
  padding: 0 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartWrap {
    padding: 0 30px 30px 0;
  }
}

@media (min-width: 768px) {
  .gBodyFootNationalPart {
    padding: 30px 0 0 30px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .gBodyFootNationalPartFirst {
    float: left;
    clear: both;
  }
}

@media (min-width: 768px) {
  .gBodyFootNationalPartSecond {
    float: none;
    display: inline-block;
  }
}

.gBodyFootNationalPartTitle {
  padding: 8px 0;
  font-size: 15px;
  font-weight: bold;
  color: #d6d2c4;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartTitle {
    font-size: 24px;
    padding: 0;
    margin: 0 0 18px;
  }
}

.gBodyFootNationalPartThirdWrap {
  padding: 0 10px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartThirdWrap {
    float: left;
    padding: 0 30px 30px 0;
    width: 50%;
  }
}
.gBodyFootNationalPartThirdWrap .gBodyFootNationalPartTitle {
  padding: 0 0 0 10px;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartThirdWrap .gBodyFootNationalPartTitle {
    padding: 0;
  }
}
.gBodyFootNationalPartThirdWrap .gBodyFootNationalPartList {
  float: left;
  padding: 0 0 0 10px;
  width: 50%;
}
.gBodyFootNationalPartThirdWrap .gBodyFootNationalPart {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gBodyFootNationalPartThirdWrap .gBodyFootNationalPart {
    float: left;
    padding: 30px 0 0 30px;
  }
}

.gBodyFootAbroad {
  background: #d6d2c4;
}
.gBodyFootAbroad h2 {
  margin: 0 0 10px;
  color: #01184c;
  font-weight: bold;
  font-size: 12px;
}
.gBodyFootAbroad a {
  color: #01184c;
}
.gBodyFootAbroad .gBodyFootAbroadFirstHalf {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gBodyFootAbroad h2 {
    margin: 0 0 10px;
    font-size: 24px;
  }
  .gBodyFootAbroad li {
    padding-bottom: 5px;
  }
  .gBodyFootAbroad .gBodyFootAbroadFirstHalf {
    margin: 0;
  }
}

.gBodyFootAbroadInner {
  padding: 30px 10px;
}
.gBodyFootAbroadInner:before, .gBodyFootAbroadInner:after {
  content: " ";
  display: table;
}
.gBodyFootAbroadInner:after {
  clear: both;
}
@media (min-width: 768px) {
  .gBodyFootAbroadInner {
    padding: 30px 30px;
  }
}

.gBodyFootSearchButtonInner {
  text-align: right;
}
.gBodyFootSearchButtonInner .gBodyFootSearchButton {
  margin-top: 10px;
}
.gBodyFootSearchButtonInner .gBodyFootSearchButton .gBodyFootSearchButtonLink {
  color: white;
}

@media (min-width: 992px) {
  .gFoot {
    padding-top: 15px;
  }
}

.gFootNav {
  margin: 0;
  padding: 20px 0;
}

.gFootNavInner {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 9px;
}
.gFootNavInner li {
  padding: 5px 0.3em;
}
.gFootNavInner a {
  color: #4c4a4a;
}
@media (min-width: 768px) {
  .gFootNavInner {
    font-size: 13px;
  }
}

.gCommunications {
  padding: 0;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}
.gCommunications .certificationBtn {
  display: none;
  float: left;
  margin: 0;
  width: 130px;
}
.gCommunications .certificationBtn img {
  width: 100%;
}
@media (min-width: 992px) {
  .gCommunications {
    position: relative;
    margin: 0 auto;
    padding: 30px 0 0;
    border-top: 0;
  }
  .gCommunications:before, .gCommunications:after {
    content: " ";
    display: table;
  }
  .gCommunications:after {
    clear: both;
  }
  .gCommunications .gCommunicationsInner {
    width: 320px;
  }
  .gCommunications .gCommunicationsInner:before, .gCommunications .gCommunicationsInner:after {
    content: " ";
    display: table;
  }
  .gCommunications .gCommunicationsInner:after {
    clear: both;
  }
  .gCommunications .certificationBtn {
    display: block;
  }
  .gCommunications .hidden-xs.hidden-sm {
    display: block;
    text-align: left;
  }
  .gCommunications .gShareBtns {
    padding-top: 8px;
    height: 45px;
    text-align: left;
  }
  .gCommunications .brandLogo {
    margin: 0 3px;
  }
}

.gCommunicationPhone {
  float: left;
  display: none;
}

@media (min-width: 992px) {
  .gCommunicationsInner {
    width: 320px;
  }
  .gCommunicationsInner:before, .gCommunicationsInner:after {
    content: " ";
    display: table;
  }
  .gCommunicationsInner:after {
    clear: both;
  }

  .gCommunicationPhone {
    display: block;
  }
}
.gCommunicationPriceMatch {
  border-top: 1px solid #CCCCCC;
  padding: 15px 0;
  text-align: center;
}

.gCommunicationPriceMatchLink {
  display: inline-block;
}

.gCommunicationPriceMatchImage {
  width: 100px;
}

@media (min-width: 992px) {
  .gCommunicationPriceMatch {
    position: absolute;
    top: 36px;
    right: 0;
    padding: 0;
    width: 180px;
    border: 0;
    text-align: right;
  }

  .gCommunicationPriceMatchLink {
    display: block;
    width: 100%;
  }

  .gCommunicationPriceMatchImage {
    width: 100%;
  }
}
.gShareBtns {
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .gShareBtns {
    padding: 0 0 2px;
  }
}
.gShareBtns .shareBtn {
  display: inline-block;
  margin: 0 7.5px;
  height: 33px;
}
.gShareBtns .shareBtn img {
  height: 33px;
}
@media (min-width: 992px) {
  .gShareBtns .shareBtn {
    margin: 0 0 0 10px;
    height: 25px;
  }
  .gShareBtns .shareBtn img {
    height: 25px;
  }
}
@media (min-width: 992px) {
  .gShareBtns .shareBtnLine {
    display: none;
  }
}

.gCopyright {
  display: block;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  font-size: 9px;
}
@media (min-width: 992px) {
  .gCopyright {
    font-size: 11px;
  }
}

.gBody:before, .gBody:after {
  content: " ";
  display: table;
}
.gBody:after {
  clear: both;
}

.gScrollBtn {
  padding: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 70px;
  width: 70px;
  z-index: 150;
  background: no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media (min-width: 768px) {
  .gScrollBtn {
    right: 40px;
    bottom: 40px;
    height: 110px;
    width: 110px;
  }
}

.gScrollPlanBtn {
  background-image: url(../img/hilton/icon_plan.png);
  bottom: 80px;
}
@media (min-width: 768px) {
  .gScrollPlanBtn {
    bottom: 150px;
  }
}

.gScrollTopBtn {
  background-image: url(../img/hilton/top_back.png);
}

.fadeIn {
  opacity: 1;
  pointer-events: auto;
}

.pageCampaign #gHeadHeader h1 {
  margin: 20px 0;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  color: #00a0ea;
}
.pageCampaign #gBodyFoot:before, .pageCampaign #gBodyFoot:after {
  content: " ";
  display: table;
}
.pageCampaign #gBodyFoot:after {
  clear: both;
}
.pageCampaign .gBodyFootTop {
  border-top: 1px solid #e6e6e6;
}

.modalCampaignSelect {
  -webkit-appearance: none;
  background: url(../img/hilton/shared/field/arrow_select.png) right center no-repeat;
  background-size: 20px 7px;
}
@media (min-width: 992px) {
  .modalCampaignSelect {
    background: url(../img/hilton/shared/field/sm_arrow_select.png) right center no-repeat;
  }
}
.browsermsie .modalCampaignSelect, .browsergecko .modalCampaignSelect {
  background: none;
}

#pageHomeIndex .modalDialog, .modalCampaign .modalDialog {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
@media (min-width: 992px) {
  #pageHomeIndex .modalDialog, .modalCampaign .modalDialog {
    width: 960px;
  }
}
#pageHomeIndex .modalDialogInner, .modalCampaign .modalDialogInner {
  position: relative;
  padding: 0;
}
#pageHomeIndex .modalCampaignImgWrap, .modalCampaign .modalCampaignImgWrap {
  padding: 0;
}
#pageHomeIndex .modalCampaignImgWrap img, .modalCampaign .modalCampaignImgWrap img {
  width: 100%;
}
#pageHomeIndex .modalClose, .modalCampaign .modalClose {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
}
#pageHomeIndex .modalCampaignHeadingWrap, .modalCampaign .modalCampaignHeadingWrap {
  padding: 40px 30px 10px;
}
#pageHomeIndex .modalCampaignHeading, .modalCampaign .modalCampaignHeading {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  color: #00a0ea;
}
#pageHomeIndex .modalCampaignDescriptionWrap, .modalCampaign .modalCampaignDescriptionWrap {
  padding: 0 30px 30px;
  font-size: 11px;
  line-height: 1.6;
  overflow: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}
#pageHomeIndex .modalCampaignBtnsWrap, .modalCampaign .modalCampaignBtnsWrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  #pageHomeIndex .modalCampaignHeadingWrap, .modalCampaign .modalCampaignHeadingWrap {
    padding: 40px 30px 25px;
  }
  #pageHomeIndex .modalCampaignBtnsWrap, .modalCampaign .modalCampaignBtnsWrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #pageHomeIndex .modalCampaignBtns, .modalCampaign .modalCampaignBtns {
    position: relative;
    width: 100%;
  }
}
#pageHomeIndex .modalCampaignSelect, .modalCampaign .modalCampaignSelect {
  display: block;
  width: 150px;
  left: 20px;
  bottom: 20px;
  margin: 0 auto;
  padding: 1px 10px;
  line-height: 26px;
}
@media (min-width: 992px) {
  #pageHomeIndex .modalCampaignSelect, .modalCampaign .modalCampaignSelect {
    position: absolute;
  }
}
.browsermsie #pageHomeIndex .modalCampaignSelect, .browsergecko #pageHomeIndex .modalCampaignSelect, .browsermsie .modalCampaign .modalCampaignSelect, .browsergecko .modalCampaign .modalCampaignSelect {
  padding: 0;
  height: 30px;
}
#pageHomeIndex .modalCampaignReserveBtn, .modalCampaign .modalCampaignReserveBtn {
  display: block;
  width: 150px;
  right: 20px;
  bottom: 20px;
  margin: 5px auto;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 992px) {
  #pageHomeIndex .modalCampaignReserveBtn, .modalCampaign .modalCampaignReserveBtn {
    position: absolute;
    margin: 0 auto;
  }
}
#pageHomeIndex .modalCampaignReserveBtn .campaignViewReserveRightArrow, #pageHomeIndex .modalCampaignReserveBtn .hotelIconReserveRightArrow, .modalCampaign .modalCampaignReserveBtn .campaignViewReserveRightArrow, .modalCampaign .modalCampaignReserveBtn .hotelIconReserveRightArrow {
  float: right;
  margin: 7px 3px 0 0;
}

@media (min-width: 768px) {
  #pageCampaignView .campaignViewDetail {
    *zoom: 1;
  }
  #pageCampaignView .campaignViewDetail:after {
    content: "";
    display: table;
    clear: both;
  }
  #pageCampaignView .campaignViewDescriptionWrap {
    padding-top: 10px;
    float: none;
    width: 100%;
  }
  .browsermsie #pageCampaignView .campaignViewDescriptionWrap {
    padding-right: 30px;
  }
  #pageCampaignView .campaignViewDetailInner {
    padding-right: 15px;
  }
  #pageCampaignView .campaignViewImgWrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left;
  }
  #pageCampaignView .campaignViewImg {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
  }
  #pageCampaignView .campaignViewBtnsWrap {
    float: none;
    width: 100%;
  }
  .browsermsie #pageCampaignView .campaignViewBtnsWrap {
    padding-right: 30px;
  }
  #pageCampaignView #campaignViewDetailsWrap {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  #pageCampaignView #campaignViewDetailsWrap .ps-scrollbar-y-rail {
    right: 1px !important;
  }
  .browsermsie #pageCampaignView #campaignViewDetailsWrap .ps-scrollbar-y-rail {
    right: 20px !important;
  }
}

/**
 * * Campaign as a Page
 * */
.campaignDetail .modalCampaignHeadingWrap {
  padding-top: 20px;
}
.campaignDetail .modalCampaignHeading {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  color: #00a0ea;
}
.campaignDetail .modalCampaignImgWrap {
  padding: 0;
}
.campaignDetail .modalCampaignImgWrap img {
  width: 100%;
}
.campaignDetail .modalCampaignDescriptionWrap {
  padding: 20px 10px;
  line-height: 1.6;
}
.campaignDetail .campaignViewBtnsWrap {
  padding: 20px 10px 40px;
}
.campaignDetail .campaignViewBtnsWrap:before, .campaignDetail .campaignViewBtnsWrap:after {
  content: " ";
  display: table;
}
.campaignDetail .campaignViewBtnsWrap:after {
  clear: both;
}
.campaignDetail .modalCampaignSelect {
  float: left;
  width: 48%;
  line-height: 30px;
  padding: 1px 10px;
  border: 1px solid #CCCCCC;
}
.campaignDetail .modalCampaignReserveBtn {
  float: right;
  margin-bottom: 20px;
  width: 48%;
  line-height: 30px;
  text-align: center;
}
.campaignDetail .modalCampaignReserveBtn .campaignViewReserveRightArrow, .campaignDetail .modalCampaignReserveBtn .hotelIconReserveRightArrow {
  float: right;
  margin: 9px 3px 0 0;
}

.hotelCampaignDetailContactBtn {
  float: left;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  width: 48%;
  line-height: 30px;
}

#gCampaignCountdownWrap {
  position: absolute;
  z-index: 2100;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  #gCampaignCountdownWrap {
    position: fixed;
  }
}

#gCampaignCountdownInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 2101;
  padding: 45px 0 25px;
  width: 100%;
  background: #000;
}
#gCampaignCountdownInner:before, #gCampaignCountdownInner:after {
  content: " ";
  display: table;
}
#gCampaignCountdownInner:after {
  clear: both;
}
.gCampaignCountdownWrapAsBanner #gCampaignCountdownInner {
  padding: 0;
}
@media (min-width: 992px) {
  #gCampaignCountdownInner {
    margin: 0 auto;
    width: 840px;
    min-height: 512px;
    padding: 80px 90px;
  }
  .gCampaignCountdownWrapAsBanner #gCampaignCountdownInner {
    padding: 80px 90px;
  }
}

#gCampaignCountdownImg {
  position: absolute;
  z-index: 2100;
  top: 50%;
  left: 50%;
}
.gCampaignCountdownWrapAsBanner #gCampaignCountdownImg {
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .gCampaignCountdownWrapAsBanner #gCampaignCountdownImg {
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

#gCampaignCountdownText {
  position: relative;
  z-index: 2101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
  width: 100%;
}
#gCampaignCountdownText h2 {
  margin: 0 0 30px;
  font-size: 17px;
  color: #051f38;
}
#gCampaignCountdownText h3 {
  margin: 0 0 10px;
  font-size: 9px;
  color: #051f38;
}
#gCampaignCountdownText p {
  margin: 0;
  font-size: 9px;
  color: #343434;
}
@media (min-width: 992px) {
  #gCampaignCountdownText {
    width: 664px;
    padding: 40px;
  }
  #gCampaignCountdownText h2 {
    margin: 0 0 30px;
    font-size: 30px;
  }
  #gCampaignCountdownText h3 {
    margin: 0 0 15px;
    font-size: 14px;
  }
  #gCampaignCountdownText p {
    font-size: 14px;
  }
}

#gCampaignCountdownCorner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2101;
  margin: 20px auto 0;
  padding: 10px 0 0 10px;
  width: 264px;
  height: 87.5px;
  background: url(../img/shared/bg_countdown_sp.png) no-repeat;
  background-size: 264px 87.5px;
}
#gCampaignCountdownCorner p {
  margin: 0 0 7px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 992px) {
  #gCampaignCountdownCorner {
    margin: 30px 0 0;
    padding: 15px 0 0 20px;
    width: 458px;
    height: 147px;
    background: url(../img/shared/bg_countdown_pc.png) no-repeat;
  }
  #gCampaignCountdownCorner p {
    font-size: 16px;
  }
}

#gCampaignCountdown .cntDigit {
  background: center no-repeat;
  background-size: 28.5px 2100px;
}
#gCampaignCountdown .cntSeparator {
  width: 6px;
}
@media (min-width: 992px) {
  #gCampaignCountdown .cntDigit {
    background-size: auto;
  }
  #gCampaignCountdown .cntSeparator {
    width: 10px;
  }
}

#gCampaignCountdownBtn {
  position: relative;
  z-index: 2101;
  display: block;
  width: 110px;
  height: 30px;
  margin: 20px auto 0;
  line-height: 26px;
  font-size: 13.5px;
  text-align: center;
}
#gCampaignCountdownBtn .hotelIconReserveRightArrow {
  float: right;
  margin: 7px 5px 0 0;
}
@media (min-width: 992px) {
  #gCampaignCountdownBtn {
    position: absolute;
    right: 90px;
    bottom: 100px;
    margin: 0;
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 22px;
  }
  #gCampaignCountdownBtn .hotelIconReserveRightArrow {
    margin-top: 30px;
  }
}

#gCampaignCountdownOverlay {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#gCampaignCountdownCloseBtn {
  position: absolute;
  z-index: 2101;
  top: 0;
  right: 0;
  display: block;
  width: 39.5px;
  height: 39.5px;
  background: url(../img/shared/close_countdown_sp.png) no-repeat;
  background-size: 39.5px 39.5px;
}
@media (min-width: 992px) {
  #gCampaignCountdownCloseBtn {
    width: 60px;
    height: 60px;
    background: url(../img/shared/close_countdown_pc.png) no-repeat;
  }
}

/**
 * * City Structures
 * */
/**
 * * City Parts
 * */
.cityHotelsHeadingWrap {
  margin: 20px 10px;
}
@media (min-width: 768px) {
  .cityHotelsHeadingWrap {
    margin: 30px 30px 0 30px;
  }
}

.cityHotelsHeading {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cityHotelsHeading {
    font-size: 25px;
    font-weight: bold;
  }
}

.cityHotelsHeadingDesktop {
  font-size: 20px;
  font-weight: bold;
}

.cityHotelsSubHeading {
  margin: 10px 0 0;
}

.cityHotelsSubHeadingDesktop {
  margin: 5px 0 0;
}

.cityHotelAbstracts .cityHeadFindGoogleMap {
  display: block;
  margin: 16px auto 40px;
  width: 225px;
  height: 40px;
  line-height: 36px;
  text-align: center;
}
.cityHotelAbstracts .cityHeadFindGoogleMap:before {
  margin: -2px 5px 0 0;
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url(../img/hilton/city/city_map.png) no-repeat;
  background-size: 14px 20px;
  content: "";
  vertical-align: middle;
}
.cityHotelAbstracts .cityHotelAbstractReserve:before, .cityHotelAbstracts .cityHotelAbstractReserve:after {
  content: " ";
  display: table;
}
.cityHotelAbstracts .cityHotelAbstractReserve:after {
  clear: both;
}
.cityHotelAbstracts .cityHotelAbstractReserveBtn {
  float: right;
  width: 48%;
}
.cityHotelAbstracts .cityHotelCitiesRelatedHeading {
  margin: 0;
  padding: 5px 0;
  height: 50px;
  line-height: 20px;
  background: #eaeaea;
  font-size: 11px;
  text-align: center;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCitiesRelatedHeading {
    margin: 90px 0 0;
    line-height: normal;
  }
}
.cityHotelAbstracts .cityHotelCityRelatedCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cityHotelAbstracts .cityHotelCityRelatedCardWrap:before, .cityHotelAbstracts .cityHotelCityRelatedCardWrap:after {
  content: " ";
  display: table;
}
.cityHotelAbstracts .cityHotelCityRelatedCardWrap:after {
  clear: both;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedCardWrap {
    padding: 0 15px;
  }
}
.cityHotelAbstracts .cityHotelCityRelatedLinkWrap {
  margin: 20px 0;
  padding: 0 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedLinkWrap {
    margin: 40px 0 60px 0;
    padding: 0 15px;
    width: 25%;
  }
}
.cityHotelAbstracts .cityHotelCityRelatedLink {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 100px;
  text-decoration: none;
  border-top: 1px solid #eaeaea;
}
.cityHotelAbstracts .cityHotelCityRelatedLink:before, .cityHotelAbstracts .cityHotelCityRelatedLink:after {
  content: " ";
  display: table;
}
.cityHotelAbstracts .cityHotelCityRelatedLink:after {
  clear: both;
}
.cityHotelAbstracts .cityHotelCityRelatedLink:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cityHotelAbstracts .cityHotelCityRelatedLink:first-child {
  border: none;
}
.cityHotelAbstracts .cityHotelCityRelatedLink h2 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 15px;
}
.cityHotelAbstracts .cityHotelCityRelatedLink p {
  line-height: 1.5;
  font-size: 15px;
  color: #91a500;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedLink p {
    font-weight: normal;
  }
}
.cityHotelAbstracts .cityHotelCityRelatedImgWrap {
  width: 100%;
  vertical-align: middle;
}
.cityHotelAbstracts .cityHotelCityRelatedText {
  position: relative;
  width: 100%;
  padding: 10px 10px 0 10px;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedText {
    padding: 14px 0 0 0;
  }
  .cityHotelAbstracts .cityHotelCityRelatedText h2 {
    width: 100%;
    font-size: 20px;
  }
  .cityHotelAbstracts .cityHotelCityRelatedText p {
    padding-top: 5px;
    margin-left: 0;
    font-size: 20px;
  }
}
.cityHotelAbstracts .cityHotelCitiesRelatedNoHistory {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 1.2em;
  color: #8f8f8f;
}
.cityHotelAbstracts .cityHotelAbstractInner {
  position: relative;
}
.cityHotelAbstracts .cityHotelAbstractSale {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 5px;
  width: 225px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(155, 12, 22, 0.8);
}
.cityHotelAbstracts .cityHotelAbstractSaleButton {
  display: inline-block;
  padding: 5px 5px 5px 25px;
  line-height: 25px;
  border-radius: 5px;
  color: #fff;
  background: #051f38;
}
.cityHotelAbstracts .cityHotelAbstractSaleButton .cityHotelAbstractReserveBtnArrow {
  margin: 5px 5px 5px 15px;
}
.cityHotelAbstracts .cityHotelAbstractSaleInner {
  display: none;
  padding: 8px 5px 5px;
  text-align: center;
}
.cityHotelAbstracts .cityHotelAbstractSaleInner p {
  text-align: center;
  color: #fff;
  font-size: 11px;
}
.cityHotelAbstracts .cityHotelAbstractSaleHeading {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
}
.cityHotelAbstracts .cityHotelAbstractSaleHeading.opened .cityHotelAbstractSaleArrowBottom {
  width: 11px;
  height: 6px;
  background: url(../img/shared/icon/icon_arrow_top_sp.png) no-repeat;
  background-size: 11px 6px;
}
.cityHotelAbstracts .cityHotelAbstractSaleArrowBottom {
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 11px;
  height: 6px;
  background: url(../img/shared/icon/icon_arrow_bottom_sp.png) no-repeat;
  background-size: 11px 6px;
}
.cityHotelAbstracts .cityHotelAbstractLookClosely {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px 0 8px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #051f38;
}
.cityHotelAbstracts .cityHotelAbstractLookClosely .cityHotelAbstractGlass {
  display: block;
  float: right;
  margin-top: 6px;
  width: 26px;
  height: 20px;
}
.cityHotelAbstracts .cityHotelDescription {
  padding: 15px 10px 0;
}
.cityHotelAbstracts .cityHotelDescription p {
  margin: 0;
}
.cityHotelAbstracts .cityHotelCityRelatedImg {
  width: 100%;
}
.cityHotelAbstracts .cityHotelAbstractReserve {
  padding: 15px 10px 0;
}
.cityHotelAbstracts .cityHotelCityRelatedDetailBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.cityHotelAbstracts .cityHotelCityRelatedDetailBtn::before {
  content: " ";
  display: block;
  float: right;
  margin: 12px 5px 0 0;
  width: 8px;
  height: 16px;
  background: url(../img/hilton/city/city_arrow_right_xs.png) no-repeat;
}
.cityHotelAbstracts .cityHotelAbstractLookCloselyTag {
  display: none;
}
.cityHotelAbstracts .cityHotelAbstractSimpleVersionTag {
  display: block;
}
.cityHotelAbstracts .cityHotelAbstractImgWrap {
  position: relative;
}
.cityHotelAbstracts .cityHotelCitiesRecommendatedHeading {
  padding: 15px 0;
  margin-bottom: 4px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCitiesRecommendatedHeading {
    padding: 20px 0;
  }
}
.cityHotelAbstracts .cityHotelAbstractRecommendated {
  background: #fff !important;
}
@media (min-width: 768px) {
  .cityHotelAbstracts {
    margin: 0;
    padding: 0;
  }
  .cityHotelAbstracts .cityHotelAbstractSale {
    left: auto;
    right: 10px;
    padding: 10px 5px;
    width: 105px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleInner {
    padding-bottom: 0;
    word-wrap: break-word;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleHeading {
    padding: 0 0 0 15px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton {
    margin-top: 12px;
    padding: 5px 0 5px 5px;
    font-size: 12px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton .cityHotelAbstractReserveBtnArrow {
    margin: 5px;
  }
  .cityHotelAbstracts .cityHotelAbstractLookCloselyTag {
    display: block;
  }
  .cityHotelAbstracts .cityHotelAbstractSimpleVersionTag {
    display: none;
  }
  .cityHotelAbstracts .cityHotelCityRelatedText {
    vertical-align: middle;
  }
  .cityHotelAbstracts .cityHotelAbstractReserve {
    padding: 10px;
  }
  .cityHotelAbstracts .cityHotelAbstract {
    overflow: hidden;
    margin-top: 10px;
    padding-left: 0;
    border-bottom: 0;
  }
  .cityHotelAbstracts .cityHotelAbstract:nth-child(even) {
    background: none;
  }
  .cityHotelAbstracts .cityHotelAbstractToCityHotelLink {
    padding: 10px 10px 0;
    background: #fff;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTags {
    padding-right: 0;
    background: #fff;
  }
  .cityHotelAbstracts .cityHotelAbstractImgWrap {
    width: 100%;
    height: 100%;
  }
  .cityHotelAbstracts .cityHotelAbstractImg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
  }
  .cityHotelAbstracts .cityHotelAbstractExplanation {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .cityHotelAbstracts .cityHotelAbstractExplanation h2 {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }
  .cityHotelAbstracts .cityHotelAbstractLookClosely {
    left: 0;
    width: 110px;
  }
  .cityHotelAbstracts .cityHotelDescription {
    display: none;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTags {
    height: 48px;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTag {
    margin-top: 12px;
    padding-right: 0;
    text-align: left;
    font-size: 14px;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTag strong {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .cityHotelAbstracts .cityHotelAbstractPriceTag {
    margin-top: 10px;
    font-size: 18px;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTag strong {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .cityHotelAbstracts .cityHotelAbstractPriceTag {
    margin-top: 5px;
  }
  .cityHotelAbstracts .cityHotelAbstractPriceTag strong {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelAbstractReserve {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelAbstractReserveBtn {
    padding-top: 9px;
    width: 100px;
    height: 30px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelAbstractReserveBtnArrow {
    display: block;
    margin: -1px 5px 0 0;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCitiesRelated {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    background: #fff;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCitiesRelatedHeading {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedLink {
    min-height: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityMapExplanation {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-right: 10px;
    width: 100%;
    height: 100%;
  }
  .cityHotelAbstracts .cityMapExplanation h2 {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 100%;
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
  }
  .cityHotelAbstracts .cityMapExplanation:hover .cityMapExplanationOverlay {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityMapExplanationImg {
    display: block;
    margin: 10px auto 0;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelAbstractRecommendated {
    background: none !important;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelCityRelatedDetailBtn {
    position: static;
    float: right;
    margin-top: 10px;
    height: 26px;
    line-height: 24px;
    width: 55px;
  }
  .cityHotelAbstracts .cityHotelCityRelatedDetailBtn::before {
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .cityHotelAbstracts .cityHotelCityRelatedDetailBtn {
    margin-top: 0;
    width: 65px;
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityMapExplanationOverlay {
    width: 100.1%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 768px) {
  .cityHotelAbstracts .googleMap {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .cityHotelAbstracts .cityHotelAbstractSale {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  .cityHotelAbstracts .cityHotelAbstractSale {
    width: 250px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleInner {
    padding: 12px 5px 0;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleInner p {
    font-size: 14px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleArrowBottom {
    left: auto;
    right: 5px;
    top: 14px;
    width: 18px;
    height: 10px;
    background: url(../img/shared/icon/icon_arrow_bottom_pc.png) no-repeat;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleHeading {
    padding: 0 10px 0 0;
    font-size: 16px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleHeading.opened .cityHotelAbstractSaleArrowBottom {
    width: 18px;
    height: 10px;
    background: url(../img/shared/icon/icon_arrow_top_pc.png) no-repeat;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton {
    padding: 0 10px 0 35px;
    line-height: 30px;
    font-size: 14px;
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton:hover:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .cityHotelAbstracts .cityHotelAbstractSaleButton .cityHotelAbstractReserveBtnArrow {
    margin: 7px 5px 3px 20px;
  }
}
@media (min-width: 1350px) {
  .cityHotelAbstracts .cityHotelAbstractSale {
    width: 300px;
  }
}

.cityHotelAbstracts .cityHotelsMapWrap {
  position: relative;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelsMapWrap {
    margin: 60px 0 0 0;
  }
}
.cityHotelAbstracts .cityHotelsMapWrap .cityMap {
  height: 380px;
}
@media (min-width: 768px) {
  .cityHotelAbstracts .cityHotelsMapWrap .cityMap {
    height: 580px;
  }
  .cityHotelAbstracts .cityHotelsMapWrap .cityMap .mapHotel a.visible-xs {
    display: none !important;
  }
}

.cityHotelsMapHeading {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  background: #eaeaea;
}
.cityHotelsMapHeading .cityHotelsMapImg {
  margin-right: 10px;
}

.cityHotelAbstract {
  padding-bottom: 30px;
}
.cityHotelAbstract h2 {
  margin: 0;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #312e2e;
  line-height: 28px;
}
.cityHotelAbstract p {
  font-size: 9px;
  color: #312e2e;
}
.cityHotelAbstract .cityHotelAbstractImgWrap {
  padding: 0;
}
.cityHotelAbstract .cityHotelAbstractImg {
  width: 100%;
}
.cityHotelAbstract .cityHotelAbstractReserveWrap {
  color: #fff;
}
.cityHotelAbstract .cityHotelAbstractReserveWrap a {
  font-size: 14px;
}
@media (min-width: 768px) {
  .cityHotelAbstract {
    padding-bottom: 0;
  }
  .cityHotelAbstract h2 {
    font-size: 12px;
  }
  .cityHotelAbstract p {
    margin-bottom: 0;
  }
}

.cityHotelAbstractExplanation {
  padding: 0;
}

a.cityHotelAbstractToCityHotelLink {
  display: block;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cityHotelDescription p {
    height: 76px;
  }
}

.cityHotelAbstractPriceTags {
  padding: 0;
}

.cityHotelAbstractPriceTag {
  margin-top: 15px;
  font-size: 12px;
  color: #91a500;
}
.cityHotelAbstractPriceTag strong {
  font-size: 18px;
}

.cityHotelAbstractReserveBtn {
  width: 100%;
  height: 40px;
  line-height: 36px;
  text-align: center;
}

.cityHotelAbstractReserveBtnArrow {
  float: right;
  margin: 10px 10px 0 0;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/hilton/city/city_arrow_right.png) no-repeat;
  background-size: 10px 15px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cityHotelAbstractReserveBtnArrow {
    display: inline-block;
    width: 8px;
    height: 16px;
    background: url(../img/hilton/city/city_arrow_right_xs.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}

.cityHotelsSlidesWrap {
  position: relative;
  overflow: hidden;
  display: none;
  width: 100%;
  height: 153px;
  background: #f3f3f3;
}
.cityHotelsSlidesWrap:before, .cityHotelsSlidesWrap:after {
  content: " ";
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.cityHotelsSlidesWrap:before {
  top: -1px;
}
.cityHotelsSlidesWrap:after {
  bottom: -1px;
}
.cityHotelsSlidesWrap .cityHotelSlides {
  overflow: hidden;
  margin: 0 40px;
  height: 153px;
}
@media (min-width: 768px) {
  .cityHotelsSlidesWrap {
    display: block;
  }
}
.cityHotelsSlidesWrap .swiperSlide {
  width: 397px;
  height: 153px;
}
.cityHotelsSlidesWrap .cityHotelAbstract {
  padding: 0;
}
.cityHotelsSlidesWrap .cityHotelAbstract h2, .cityHotelsSlidesWrap .cityHotelAbstract p {
  font-size: 11px;
}
.cityHotelsSlidesWrap .cityHotelAbstract.active {
  background: #e3e3e3;
}
.cityHotelsSlidesWrap .swiperContainer {
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}
.cityHotelsSlidesWrap .swiperSlideVisible {
  border-right: 1px solid lightgrey;
}
.cityHotelsSlidesWrap .cityHotelAbstract:hover {
  background: #e3e3e3;
}
.cityHotelsSlidesWrap .cityHotelAbstractExplanation {
  padding: 0 0 0 20px;
}
.cityHotelsSlidesWrap .cityHotelAbstractPriceTag {
  margin-top: 40px;
  padding: 0;
  font-size: 11px;
  text-align: left;
}
.cityHotelsSlidesWrap .cityHotelAbstractPriceTag strong {
  font-size: 17px;
}
.cityHotelsSlidesWrap .cityHotelAbstractReserve {
  padding: 10px 0 0;
}
.cityHotelsSlidesWrap .cityHotelAbstractReserveBtn {
  padding-left: 15px;
  width: 75px;
  height: 28px;
  line-height: 24px;
}
.cityHotelsSlidesWrap .cityHotelAbstractReserveBtnArrow {
  margin: 5px 5px 0 0;
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url(../img/hilton/city/city_arrow_right_xs.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelsSlidesWrap .swiperLeft, .cityHotelsSlidesWrap .swiperRight {
  top: 0;
  margin: 0;
  height: 100%;
  background: url(../img/hilton/city/city_sm_slide_arrow_left.png) center no-repeat;
}
.cityHotelsSlidesWrap .swiperLeft:hover, .cityHotelsSlidesWrap .swiperRight:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cityHotelsSlidesWrap .swiperLeft:before, .cityHotelsSlidesWrap .swiperRight:before {
  display: none;
}
.cityHotelsSlidesWrap .swiperRight {
  background-image: url(../img/hilton/city/city_sm_slide_arrow_right.png);
}

.cityHotelDetail {
  display: block;
}
.cityHotelDetail .cityHotelDetailBody {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .cityHotelDetail .cityHotelDetailBody {
    padding-top: 0;
  }
  .cityHotelDetail .cityHotelDetailBody .cityHotelDetailPriceTag {
    float: left;
    margin: 0 20px 20px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
  .cityHotelDetail .cityHotelDetailBody .cityHotelDetailPriceTag strong {
    margin-right: 10px;
    font-size: 34px;
  }
}
.cityHotelDetail .cityHotelDetailBody .cityHotelDetailBtn .appBtn {
  width: 80px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
}
.cityHotelDetail .cityHotelDetailBody .cityHotelDetailBtn .appBtn::before {
  content: " ";
  display: block;
  float: right;
  margin: 9px 5px 0 0;
  width: 11px;
  height: 21px;
  background: url(../img/hilton/city/city_arrow_right_md.png) no-repeat;
}
@media (min-width: 992px) {
  .cityHotelDetail .cityHotelDetailBody .cityHotelDetailBtn .appBtn {
    width: 100%;
  }
}
.cityHotelDetail .cityHotelDetailAvailabilities {
  margin-top: 50px;
  padding: 0 0 0 25px;
}
.cityHotelDetail .cityHotelDetailAvailabilities ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cityHotelDetail .cityHotelDetailAvailabilities li {
  display: table;
  margin: 9px 0;
  padding: 0;
  height: 30px;
  font-size: 9px;
}
@media (min-width: 1200px) {
  .cityHotelDetail .cityHotelDetailAvailabilities li {
    font-size: 12px;
  }
}
.cityHotelDetail .cityHotelDetailAvailabilities li:last-child {
  float: none;
}
.cityHotelDetail .cityHotelDetailAvailabilities img {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .cityHotelDetail .cityHotelDetailAvailabilities img {
    margin-right: 10px;
  }
}
.cityHotelDetail .hotelDetailsAvailabilitiesList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cityHotelDetail .hotelDetailsAvailabilitiesListItem {
  display: table;
  padding: 0;
  height: 50px;
  font-size: 9px;
}
@media (min-width: 1200px) {
  .cityHotelDetail .hotelDetailsAvailabilitiesListItem {
    font-size: 12px;
  }
}
.cityHotelDetail .hotelDetailsAvailabilityIcon {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .cityHotelDetail .hotelDetailsAvailabilityIcon {
    margin-right: 10px;
  }
}
.cityHotelDetail .hotelDetailsAvailabilityIconWrap {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
}
.cityHotelDetail .hotelDetailsAvailabilityDetail {
  display: table-cell;
  vertical-align: middle;
}

.cityHotelDetailHead {
  position: relative;
  display: table;
  width: 100%;
  padding: 0 25px;
  height: 134px;
}
.cityHotelDetailHead .cityHotelDetailBrandImgWrap {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  table-layout: fixed;
  width: 70px;
}
.cityHotelDetailHead h2 {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
  font-weight: bold;
}
.cityHotelDetailHead h2 a {
  color: #000;
}
.cityHotelDetailHead .cityHeadFindGoogleMap {
  float: right;
  margin-top: 50px;
  padding: 3px 10px;
  width: 290px;
}
.cityHotelDetailHead .cityHeadFindGoogleMap:before {
  margin: -2px 5px 0 0;
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url(../img/hilton/city/city_map_sm.png) no-repeat;
  content: "";
  vertical-align: middle;
}

.cityHotelDetailSlidesWrap {
  padding: 0;
}

.cityHotelDetailSlidesPaginationWrap {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.cityHotelDetailSlidesPaginationWrap .swiper-button-prev, .cityHotelDetailSlidesPaginationWrap .swiper-button-next {
  position: static;
  margin: 0;
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../img/hilton/city/city_slide_arrow_left.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelDetailSlidesPaginationWrap .swiper-button-prev:before, .cityHotelDetailSlidesPaginationWrap .swiper-button-next:before {
  display: none;
}
.cityHotelDetailSlidesPaginationWrap .swiper-button-prev:after, .cityHotelDetailSlidesPaginationWrap .swiper-button-next:after {
  display: none;
}
.cityHotelDetailSlidesPaginationWrap .swiper-button-next {
  background-image: url(../img/hilton/city/city_slide_arrow_right.png);
}
@media (min-width: 768px) {
  .cityHotelDetailSlidesPaginationWrap {
    margin: 15px 0;
  }
}

.cityHotelDetailSlidesPagination {
  position: static;
  display: inline-block;
}
.cityHotelDetailSlidesPagination .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/hilton/city/city_slide_inactive.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelDetailSlidesPagination .swiper-pagination-bullet-active {
  background-image: url(../img/hilton/city/city_slide_active.png);
}

.cityHotelDetailDetailImg {
  width: 100%;
}

.cityHotelDetailTextWrap h3 {
  margin: 0 0 30px;
  line-height: 1.4;
  color: #00a0ea;
  font-weight: bold;
}

.cityHotelDetailDescription {
  line-height: 1.6;
}

.cityHotelDetailFoot {
  padding-bottom: 20px;
}

.cityHotelGrayArrow {
  float: right;
  margin-right: 4%;
  width: 48%;
  height: 40px;
  line-height: 36px;
  text-align: center;
}
.cityHotelGrayArrow:after {
  float: right;
  margin: 10px 10px 0 0;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/hilton/city/city_arrow_right.png) no-repeat;
  background-size: 10px 15px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cityHotelGrayArrow {
    display: none;
  }
  .cityHotelGrayArrow:after {
    margin: 6px 5px 0 0;
    display: inline-block;
    width: 8px;
    height: 16px;
    background: url(../img/hilton/city/city_arrow_right_xs.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .cityHotelGrayArrow {
    display: block;
    margin: 0 10px 0 0;
    width: 104px;
    height: 30px;
    line-height: 28px;
  }
}

.cityMapHeading {
  display: table;
  padding: 0 10px;
  height: 55px;
}
.cityMapHeading .goBackLink {
  display: table-cell;
  width: 59px;
  vertical-align: middle;
  font-size: 12px;
  color: #051f38;
}
.cityMapHeading .goBackLink:before {
  margin-right: 5px;
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/hilton/city/city_back.png) no-repeat;
  background-size: 6px 11px;
  content: "";
  vertical-align: middle;
}
.cityMapHeading h1 {
  display: table-cell;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cityMapHeading {
    height: 88px;
  }
  .cityMapHeading .goBackLink {
    display: none;
  }
  .cityMapHeading h1 {
    font-size: 24px;
  }
}

.cityHotelDetailBrandImg {
  margin-right: 5px;
  height: 28px;
  float: left;
}
@media (min-width: 768px) {
  .cityHotelDetailBrandImg {
    display: none;
  }
}

.cityMapSection {
  padding: 0 0 30px;
}

.cityMap {
  height: 380px;
}
@media (min-width: 768px) {
  .cityMap {
    height: 580px;
  }
  .cityMap .mapHotel a.visible-xs {
    display: none !important;
  }
}

.modalCityMap .modalDialog {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.modalCityMap .modalDialogInner {
  position: relative;
  width: 100%;
  padding: 0 25px 20px;
}
.modalCityMap .modalClose {
  position: absolute;
  display: block;
  top: 20px;
  right: 10px;
  width: 38px;
  height: 38px;
}

.modalCityHotel .modalDialog {
  position: absolute;
  left: 50%;
  width: 100%;
  background: #fff;
}
.modalCityHotel .modalClose {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/shared/city/close_modal.png") no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .modalCityHotel .modalClose {
    top: 20px;
    right: 20px;
  }
}
.modalCityHotel .modalClose i {
  display: none;
}
.modalCityHotel .cityHotelDetail {
  overflow: hidden;
}
.modalCityHotel .cityHotelDetail .appBtn {
  width: 48%;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetail .appBtn {
    line-height: 45px;
    height: 45px;
    width: 130px;
  }
}
.modalCityHotel .cityHotelDetail .cityHotelDetailBtn {
  margin-right: 4%;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetail .cityHotelDetailBtn {
    margin-right: 10px;
    font-size: 19px;
  }
}
.modalCityHotel .cityHotelDetailHotelName {
  display: table;
  margin: 15px 0 19px 0;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailHotelName {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
}
.modalCityHotel .cityHotelDetailHotelName a {
  display: table-cell;
  margin-left: 10px;
  vertical-align: middle;
  word-break: break-all;
  color: #051f38;
}
.modalCityHotel .cityHotelDetailHeading {
  display: none;
}
.modalCityHotel .cityHotelDetailTextWrap {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailTextWrap {
    padding: 0 44px;
    margin: 42px 0 0 0;
  }
}
.modalCityHotel .cityHotelDetailDescription {
  font-size: 12px;
}
.modalCityHotel .cityHotelDetailAvailabilities {
  margin: 6px 0 0 0;
  padding: 0 20px;
}
.modalCityHotel .cityHotelDetailBtnsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtnsWrap {
    width: 270px;
  }
}
.modalCityHotel .cityHotelDetailBtns {
  width: 100%;
  text-align: left;
}
.modalCityHotel .cityHotelDetailBtns:before, .modalCityHotel .cityHotelDetailBtns:after {
  content: " ";
  display: table;
}
.modalCityHotel .cityHotelDetailBtns:after {
  clear: both;
}
.modalCityHotel .cityHotelDetailPriceTag {
  margin: 10px 0 19px 0;
  color: #91a500;
  font-size: 15px;
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailPriceTag {
    margin: 4px 10px 5px 0;
  }
}
.modalCityHotel .cityHotelDetailPriceTag strong {
  font-size: 23px;
}
.modalCityHotel .cityHotelDetailBtn, .modalCityHotel .cityHotelDetailReserveBtn {
  float: left;
  position: relative;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
.modalCityHotel .cityHotelDetailBtn::after, .modalCityHotel .cityHotelDetailReserveBtn::after {
  float: right;
  margin: 13px 0 0;
}
.modalCityHotel .cityHotelDetailBtn {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .modalCityHotel {
    float: none;
    margin-right: auto;
    width: auto;
    font-size: auto;
  }
  .modalCityHotel::after {
    float: none;
  }
  .modalCityHotel .cityHotelDetailDescription {
    font-size: 14px;
  }
  .modalCityHotel .modalDialog {
    top: 50%;
    max-width: 1160px;
  }
  .modalCityHotel .modalDialogInner {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .modalCityHotel .modalClose {
    background: none;
  }
  .modalCityHotel .modalClose i {
    display: block;
  }
  .modalCityHotel .cityHotelDetailHotelName {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .modalCityHotel .cityHotelDetailBrandImgWrap {
    display: none;
  }
  .modalCityHotel .cityHotelDetailBrandImg {
    display: block;
    margin-top: -10px;
    height: auto;
  }
  .modalCityHotel .cityHotelDetailDescription {
    overflow: hidden;
  }
  .modalCityHotel .cityHotelDetailBtns {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns {
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .appBtn {
    padding: 0px 10px 3px 15px;
  }
  .modalCityHotel .cityHotelDetailBtns .appBtn:after {
    margin: 13px 0 0 5px;
    display: inline-block;
    width: 11px;
    height: 21px;
    background: url(../img/hilton/city/city_arrow_right_md.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .cityHotelDetailBtn {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .cityHotelDetailBtn {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .cityHotelDetailBtn:after {
    display: inline-block;
    width: 11px;
    height: 21px;
    background: url(../img/hilton/city/city_arrow_right_md.png) no-repeat;
    content: "";
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailBtns .cityHotelDetailReserveBtn {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailAvailabilities {
    margin-top: 10px;
    padding: 0 0 0 20px;
  }
  .modalCityHotel .cityHotelDetailAvailabilities ul {
    margin-left: 20px;
  }
  .modalCityHotel .cityHotelDetailAvailabilities li {
    margin: 0 7px 10px 0;
    width: 148px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 10px;
    color: #CCCCCC;
  }
  .modalCityHotel .cityHotelDetailAvailabilities img {
    margin: 0 5px 0 5px;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .hotelDetailsAvailabilityDetail {
    color: #4c4a4a;
  }
}
@media (min-width: 768px) {
  .modalCityHotel .cityHotelDetailFoot {
    padding: 0 0 10px 0;
  }
}

.cityHotelDetail .appBtn {
  padding: 3px 5px 3px 4px;
  width: 147px;
  height: 52px;
  line-height: 48px;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}
.cityHotelDetail .appBtn:after {
  width: 8.5px;
  height: 14.5px;
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(../img/hilton/city/city_arrow_right_sm.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelDetail .cityHotelDetailBtn {
  margin-right: 20px;
  font-size: 15px;
}
.cityHotelDetail .cityHotelDetailBtn:after {
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(../img/hilton/city/city_arrow_right_sm.png) no-repeat;
  content: "";
  vertical-align: middle;
}
.cityHotelDetail .cityHotelDetailReserveBtn {
  font-size: 18px;
}

.breadcrumbsWrapCityLevel {
  position: relative;
}
.breadcrumbsWrapCityLevel .gMemberRegistration {
  display: none;
}
@media (min-width: 992px) {
  .breadcrumbsWrapCityLevel .gMemberRegistration {
    display: block;
  }
}

.citySearchButtonInnerTop {
  display: none;
  margin-right: 29px;
  text-align: right;
}
@media (min-width: 992px) {
  .citySearchButtonInnerTop {
    display: block;
  }
}

.citySearchButtonInnerBottom {
  display: block;
  text-align: right;
}
@media (min-width: 992px) {
  .citySearchButtonInnerBottom {
    display: none;
  }
}

.citySearchButtonLink {
  color: white;
}

.cta-container {
  width: 100%;
  height: 76px;
  background-color: #1253a1;
  display: none;
  padding: 5px 5%;
  padding-right: 2px;
}

.cta-container-desktop {
  width: 100%;
  height: 76px;
  background-color: #1253a1;
  display: none;
  padding: 5px 3%;
}

.cta-container-desktop.showCTA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta-container-desktop > div {
  margin: 1%;
}

.cta-title {
  width: 80%;
  font-family: "loewbold";
  font-size: 2em;
  line-height: 1em;
  color: #ffffff;
}

.cta-close-container {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
}

.cta-logo > img {
  width: 65px;
  height: 65px;
}

.cta-download > a > img {
  width: 176px;
  height: 44px;
}

.cta-close-container > a > img {
  width: 20px;
  height: 20px;
}

/*for tablet*/
@media screen and (max-width: 768px) {
  .cta-container.showCTA {
    z-index: 10;
    position: fixed;
    bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 768px;
    font-size: 10px;
  }

  .cta-container > div {
    margin: 1%;
  }

  .cta-title {
    width: 80%;
    font-family: "loewbold";
    font-size: 2em;
    line-height: 1em;
    color: #ffffff;
  }

  .cta-close-container {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 10px;
  }

  .cta-logo > img {
    width: 65px;
    height: 65px;
  }

  .cta-download > a > img {
    width: 176px;
    height: 44px;
  }

  .cta-close-container > a > img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 450px) {
  .cta-title {
    width: 80%;
    font-family: "loewbold";
    font-size: 1.5em;
    line-height: 1em;
    color: #ffffff;
  }
}
/*for mobile*/
@media screen and (max-width: 360px) {
  .cta-container.showCTA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 360px;
    padding: 5px 2%;
    padding-right: 1px;
  }

  .cta-title {
    width: 80%;
    font-family: "loewbold";
    font-size: 1.5em;
    line-height: 16px;
    color: #ffffff;
  }

  .cta-close-container {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 10px;
  }

  .cta-logo > img {
    width: 53px;
    height: 53px;
  }

  .cta-download > a > img {
    width: 124px;
    height: 30px;
  }

  .cta-close-container > a > img {
    width: 17px;
    height: 17px;
  }
}
.customIndexKeyvisualImg {
  width: 100%;
}

.customIndexKeyvisualHeadingMessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(5, 31, 56, 0.5);
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.customIndexTargetHotelsSection.hawaiiSection {
  padding-bottom: 0;
  background-color: #2d5173;
}
.customIndexTargetHotelsSection.hawaiiSection img {
  width: 100%;
}

.customIndexTargetHotelsTitle {
  padding: 15px 0;
  text-align: center;
}
.customIndexTargetHotelsTitle h3 {
  margin: 0;
  color: white;
  line-height: 1.6;
  font-size: 22px;
  font-weight: bold;
}

.customIndexTargetHotelWrap {
  *zoom: 1;
  position: relative;
  margin-bottom: 1px;
  padding: 15px;
  background-color: #fff;
}
.customIndexTargetHotelWrap:after {
  content: "";
  display: table;
  clear: both;
}

.customIndexTargetHotelReadMore {
  padding-top: 12px;
  color: #00a0ea;
  font-size: 10px;
}

.customIndexTargetHotelImageWrap {
  float: left;
  width: 38%;
  max-width: 290px;
}

.customIndexTargetHotelDetail {
  float: right;
  width: 56%;
  max-width: 750px;
}
.customIndexTargetHotelDetail p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.customIndexTargetHotelDetailHeading {
  margin: 0;
  padding: 0 0 10px;
  color: #083259;
  font-size: 12px;
  font-weight: bold;
}
.customIndexTargetHotelDetailHeading br {
  display: none;
}

.customIndexTargetHotelSales {
  clear: both;
  padding-top: 15px;
}

.customIndexTargetHotelSale {
  position: relative;
  margin-bottom: 1px;
  padding: 10px;
  border: 1px solid #e9e9e9;
}
.customIndexTargetHotelSale p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.customIndexTargetHotelSale strong {
  display: block;
  padding: 15px 0 10px;
  color: #e22222;
  font-size: 14px;
}
.customIndexTargetHotelSale .appBtn {
  position: absolute;
  bottom: 14px;
  right: 10px;
  padding-right: 10px;
  width: 70px;
  height: 30px;
  line-height: 25px;
  text-align: center;
}
.customIndexTargetHotelSale .appBtn i {
  position: absolute;
  right: 6px;
  top: 10px;
  margin-left: 5px;
}

.customIndexPointWrap {
  background-color: #000033;
}

.customIndexPointInner {
  position: relative;
  padding: 10px;
  color: #fff;
}
.customIndexPointInner h3 {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.customIndexPointInner p {
  margin: 0;
  text-align: right;
  font-size: 11px;
}

.customIndexPointList {
  *zoom: 1;
  padding: 0;
  list-style: none;
}
.customIndexPointList:after {
  content: "";
  display: table;
  clear: both;
}
.customIndexPointList .customIndexPointItem {
  float: left;
  width: 23%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position: center;
}

.customIndexPointBestPrice {
  width: 60px;
  height: 42px;
  background: url(../img/shared/icon/icon_best_rate.png) no-repeat;
  background-size: 60px 42px;
}

.customIndexPointFreeWifi {
  position: relative;
  top: 4px;
  width: 41px;
  height: 42px;
  background: url(../img/shared/icon/icon_free_wifi.png) no-repeat;
  background-size: 41px 42px;
}

.customIndexPointApp {
  width: 42px;
  height: 42px;
  background: url(../img/shared/icon/icon_app.png) no-repeat;
  background-size: 42px 42px;
}

.customIndexPointFreeStay {
  width: 30% !important;
  width: 42px;
  height: 42px;
  background: url(../img/shared/icon/icon_point.png) no-repeat;
  background-size: 42px 42px;
}

.customIndexPointBestPriceKo {
  width: 84px;
  height: 84px;
  background: url(../img/shared/icon_best_rate_ko.png) no-repeat;
}

.customIndexPointFreeWifiKo {
  position: relative;
  width: 84px;
  height: 84px;
  background: url(../img/shared/icon_free_wifi_ko.png) no-repeat;
}

.customIndexPointAppKo {
  width: 84px;
  height: 84px;
  background: url(../img/shared/icon_app_ko.png) no-repeat;
}

.customIndexPointFreeStayKo {
  width: 30% !important;
  width: 84px;
  height: 84px;
  background: url(../img/shared/icon_point_ko.png) no-repeat;
}

@media (min-width: 768px) {
  .customIndexKeyvisualsSection {
    max-height: 335px;
    overflow: hidden;
  }

  .customIndexTargetHotelsSection.hawaiiSection {
    padding-bottom: 0;
  }

  .customIndexTargetHotelsTitle {
    padding: 35px 0;
  }
  .customIndexTargetHotelsTitle h3 {
    font-size: 30px;
  }

  .customIndexKeyvisualHeadingMessage {
    margin: 0 auto 20px;
    width: 440px;
  }

  .customIndexPointInner {
    margin: 0 auto;
    padding: 40px 0;
    width: 700px;
  }
  .customIndexPointInner h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .customIndexPointInner br {
    display: none;
  }
  .customIndexPointInner p {
    margin-top: 20px;
    font-size: 15px;
  }

  .customIndexPointList {
    margin: 0;
  }

  .customIndexPointBestPrice {
    width: 120px;
    height: 84px;
    background: url(../img/shared/icon/icon_best_rate.png) no-repeat;
  }

  .customIndexPointFreeWifi {
    width: 82px;
    height: 84px;
    background: url(../img/shared/icon/icon_free_wifi.png) no-repeat;
  }

  .customIndexPointApp {
    width: 84px;
    height: 84px;
    background: url(../img/shared/icon/icon_app.png) no-repeat;
  }

  .customIndexPointFreeStay {
    width: 84px;
    height: 84px;
    background: url(../img/shared/icon/icon_point.png) no-repeat;
  }

  .customIndexPointBestPriceKo {
    width: 84px;
    height: 84px;
    background: url(../img/shared/icon_best_rate_ko.png) no-repeat;
  }

  .customIndexPointFreeWifiKo {
    width: 84px;
    height: 84px;
    background: url(../img/shared/icon_free_wifi_ko.png) no-repeat;
  }

  .customIndexPointAppKo {
    width: 84px;
    height: 84px;
    background: url(../img/shared/icon_app_ko.png) no-repeat;
  }

  .customIndexPointFreeStayKo {
    width: 84px;
    height: 84px;
    background: url(../img/shared/icon_point_ko.png) no-repeat;
  }
}
@media (min-width: 992px) {
  .customIndexKeyvisualHeadingMessage {
    padding: 20px 15px;
    width: 540px;
    font-size: 30px;
  }

  .customIndexTargetHotelWrap {
    padding: 40px 40px 10px 40px;
  }

  .customIndexTargetHotelReadMore {
    padding-top: 0;
    font-size: 16px;
  }

  .customIndexTargetHotelDetail p {
    font-size: 18px;
  }

  .customIndexTargetHotelDetailHeading {
    padding-bottom: 0px;
    width: 320px;
    font-size: 24px;
  }

  .customIndexTargetHotelSales {
    clear: none;
    float: right;
    width: 58%;
    max-width: 750px;
  }

  .customIndexTargetHotelSale {
    *zoom: 1;
    padding: 15px;
    width: 100%;
  }
  .customIndexTargetHotelSale:after {
    content: "";
    display: table;
    clear: both;
  }
  .customIndexTargetHotelSale p, .customIndexTargetHotelSale strong {
    float: left;
    width: 50%;
  }
  .customIndexTargetHotelSale p {
    font-size: 14px;
  }
  .customIndexTargetHotelSale strong {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
  }
  .customIndexTargetHotelSale .appBtn {
    bottom: 30px;
  }

  .customIndexPointInner p {
    position: absolute;
    bottom: 35px;
    right: -180px;
  }
}
@media (min-width: 1200px) {
  .customIndexTargetHotelDetailHeading {
    width: 580px;
  }

  .customIndexKeyvisualHeadingMessage {
    padding: 30px;
    width: 640px;
  }

  .customIndexTargetHotelsInner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .customIndexTargetHotelDetail, .customIndexTargetHotelSales {
    width: 750px;
  }

  .customIndexTargetHotelSale p {
    width: 55%;
  }
  .customIndexTargetHotelSale strong {
    width: 45%;
    padding: 8px 0 0 30px;
  }
  .customIndexTargetHotelSale .appBtn {
    width: 100px;
    right: 20px;
    bottom: 20px;
  }
}
.customIndexKeyvisualHeadingMessageWrap {
  position: absolute;
  z-index: 2;
  top: 23%;
  display: block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  text-decoration: none;
}
.customIndexKeyvisualHeadingMessageWrap:hover {
  text-decoration: none;
}
@media (max-height: 360px) {
  .customIndexKeyvisualHeadingMessageWrap {
    top: 40%;
  }
}
@media (min-width: 768px) {
  .customIndexKeyvisualHeadingMessageWrap {
    top: 0;
    margin: 73px auto 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .customIndexKeyvisualHeadingMessageWrap {
    margin: 143px auto 0;
  }
}

.pageSale .customIndexKeyvisualHeadingMessageWrap, .pageTenkpoints .customIndexKeyvisualHeadingMessageWrap {
  top: 26%;
}
@media (max-height: 360px) {
  .pageSale .customIndexKeyvisualHeadingMessageWrap, .pageTenkpoints .customIndexKeyvisualHeadingMessageWrap {
    top: 40%;
  }
}
@media (min-width: 768px) {
  .pageSale .customIndexKeyvisualHeadingMessageWrap, .pageTenkpoints .customIndexKeyvisualHeadingMessageWrap {
    top: 0;
    margin: 73px auto 0;
  }
}
@media (min-width: 992px) {
  .pageSale .customIndexKeyvisualHeadingMessageWrap, .pageTenkpoints .customIndexKeyvisualHeadingMessageWrap {
    margin: 143px auto 0;
  }
}

.hawaiiHotelTosWrap {
  margin-top: 10px;
  padding: 0 10px;
}

.hawaiiHotelTos {
  padding: 10px;
  background: #fff;
  word-break: break-all;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.pageHawaii .customIndexKeyvisualsSection {
  position: relative;
}
.pageHawaii .customIndexKeyvisualHeadingMessageWrap {
  top: 50%;
  margin-top: -50px;
}
.pageHawaii .customIndexKeyvisualHeadingMessage {
  margin-bottom: 0;
  font-size: 14px;
}
.pageHawaii .customIndexTargetHotelSale {
  *zoom: 1;
}
.pageHawaii .customIndexTargetHotelSale:after {
  content: "";
  display: table;
  clear: both;
}
.pageHawaii .customIndexTargetHotelSale strong {
  display: block;
  padding: 15px 0 10px;
  color: #e22222;
  font-size: 14px;
}
.pageHawaii .customIndexTargetHotelSale .appBtn {
  position: static;
  width: 150px;
  padding: 2px;
}
.pageHawaii .hawaiiHotelColumn {
  width: 100%;
}
.pageHawaii .hawaiiHotelColumnHalf {
  float: left;
  width: 100%;
}
.pageHawaii .hawaiiHotelColumnRegistration {
  padding-top: 11px;
  text-align: center;
}
@media (min-width: 768px) {
  .pageHawaii .customIndexKeyvisualHeadingMessage {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .hawaiiHotelTosWrap {
    margin: 10px auto 0;
    padding: 0;
  }

  .hawaiiHotelTos {
    padding: 20px 10px;
  }

  .pageHawaii .customIndexKeyvisualHeadingMessageWrap {
    margin-top: -70px;
  }
  .pageHawaii .customIndexKeyvisualHeadingMessage {
    width: 600px;
    font-size: 20px;
  }
  .pageHawaii .customIndexTargetHotelDetailHeading {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .pageHawaii .customIndexTargetHotelDetail {
    margin-bottom: 20px;
  }
  .pageHawaii .customIndexTargetHotelSales {
    padding-top: 0;
  }
  .pageHawaii .customIndexTargetHotelSale {
    display: table;
  }
  .pageHawaii .customIndexTargetHotelSale p {
    width: 95%;
    margin: 0;
  }
  .pageHawaii .customIndexTargetHotelSale strong {
    display: inline;
    margin: 0;
  }
  .pageHawaii .hawaiiHotelColumn {
    display: table-cell;
    width: 74%;
    vertical-align: middle;
  }
  .pageHawaii .hawaiiHotelColumnHalf {
    float: none;
    width: 26%;
  }
  .pageHawaii .hawaiiHotelColumnRegistration {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .pageHawaii .customIndexKeyvisualHeadingMessageWrap {
    margin-top: -95px;
  }
  .pageHawaii .customIndexKeyvisualHeadingMessage {
    width: 800px;
    font-size: 24px;
  }
}
.hawaiiLogo {
  margin: 0 auto;
  width: 180px;
}
@media (min-width: 768px) {
  .hawaiiLogo {
    width: 200px;
  }
}

.hawaiiLogoImage {
  width: 100%;
}

.pageHgvc .hgvcIndexKeyvisualImg {
  width: 100%;
}
.pageHgvc .hgvcIndexKeyvisualHeadingMessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(5, 31, 56, 0.5);
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.pageHgvc .hgvcIndexTargetHotelsSection {
  padding-bottom: 15px;
  border: 3px solid #083259;
  background-color: #2d5173;
}
.pageHgvc .hgvcIndexTargetHotelsSection img {
  width: 100%;
}
.pageHgvc .hgvcIndexTargetHotelsTitle {
  padding: 15px 0;
  text-align: center;
}
.pageHgvc .hgvcIndexTargetHotelsTitle h3 {
  margin: 0;
  color: white;
  line-height: 1.6;
  font-size: 12px;
  font-weight: bold;
}
.pageHgvc .hgvcIndexTargetHotelWrap {
  *zoom: 1;
  position: relative;
  margin-bottom: 1px;
  padding: 15px;
  background-color: #fff;
}
.pageHgvc .hgvcIndexTargetHotelWrap:after {
  content: "";
  display: table;
  clear: both;
}
.pageHgvc .hgvcIndexTargetHotelReadMore {
  padding-top: 12px;
  color: #00a0ea;
  font-size: 10px;
}
.pageHgvc .hgvcIndexTargetHotelImageWrap {
  float: left;
  width: 38%;
  max-width: 290px;
}
.pageHgvc .hgvcIndexTargetHotelImageWrap img {
  margin-bottom: 8px;
}
.pageHgvc .hgvcIndexTargetHotelDetail {
  float: right;
  width: 56%;
  max-width: 750px;
}
.pageHgvc .hgvcIndexTargetHotelDetail p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.pageHgvc .hgvcIndexTargetHotelDetailHeading {
  margin: 0;
  padding: 0 0 10px;
  color: #083259;
  font-size: 12px;
  font-weight: bold;
}
.pageHgvc .hgvcIndexTargetHotelPackages {
  clear: both;
  padding-top: 15px;
}
.pageHgvc .hgvcIndexTargetHotelPackage {
  position: relative;
  margin-bottom: 1px;
  padding: 10px;
  border: 1px solid #e9e9e9;
}
.pageHgvc .hgvcIndexTargetHotelPackage p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.pageHgvc .hgvcIndexTargetHotelPackage .appBtn {
  position: absolute;
  bottom: 3px;
  right: 10px;
  padding-right: 10px;
  width: 90px;
  height: 30px;
  line-height: 25px;
  text-align: center;
}
.pageHgvc .hgvcIndexTargetHotelPackage .appBtn i {
  position: absolute;
  margin-left: 5px;
  right: 6px;
  top: 10px;
}
@media (min-width: 768px) {
  .pageHgvc .hgvcIndexTargetHotelImageWrap img {
    margin-bottom: 12px;
  }
  .pageHgvc .hgvcIndexKeyvisualsSection {
    max-height: 335px;
    overflow: hidden;
  }
  .pageHgvc .hgvcIndexTargetHotelsSection {
    padding-bottom: 40px;
    border: 6px solid #083259;
  }
  .pageHgvc .hgvcIndexTargetHotelsTitle {
    padding: 35px 10px;
  }
  .pageHgvc .hgvcIndexTargetHotelsTitle h3 {
    font-size: 14px;
  }
  .pageHgvc .hgvcIndexKeyvisualHeadingMessage {
    margin: 0 auto 20px;
    width: 440px;
  }
  .pageHgvc .hgvcIndexTargetHotelDetailHeading {
    font-size: 18px;
  }
  .pageHgvc .hgvcIndexTargetHotelDetail p {
    font-size: 16px;
  }
  .pageHgvc .hgvcIndexTargetHotelReadMore {
    padding-right: 10px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .pageHgvc .hgvcIndexTargetHotelsTitle h3 {
    font-size: 20px;
  }
  .pageHgvc .hgvcIndexKeyvisualHeadingMessage {
    padding: 20px 15px;
    width: 540px;
    font-size: 30px;
  }
  .pageHgvc .hgvcIndexTargetHotelWrap {
    padding: 40px;
  }
  .pageHgvc .hgvcIndexTargetHotelReadMore {
    position: absolute;
    padding: 0;
    top: 54px;
    right: 40px;
    font-size: 16px;
  }
  .pageHgvc .hgvcIndexTargetHotelReadMoreEn {
    top: 30px;
  }
  .pageHgvc .hgvcIndexTargetHotelDetail p {
    font-size: 18px;
  }
  .pageHgvc .hgvcIndexTargetHotelDetailHeading {
    padding-bottom: 10px;
    width: 300px;
    font-size: 24px;
  }
  .pageHgvc .hgvcIndexTargetHotelPackages {
    clear: none;
    float: right;
    width: 58%;
    max-width: 750px;
  }
  .pageHgvc .hgvcIndexTargetHotelPackage {
    *zoom: 1;
    padding: 15px;
    width: 100%;
  }
  .pageHgvc .hgvcIndexTargetHotelPackage:after {
    content: "";
    display: table;
    clear: both;
  }
  .pageHgvc .hgvcIndexTargetHotelPackage p {
    float: left;
    width: 50%;
    font-size: 14px;
  }
  .pageHgvc .hgvcIndexTargetHotelPackage .appBtn {
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .pageHgvc .hgvcIndexTargetHotelDetailHeading {
    width: 100%;
  }
  .pageHgvc .hgvcIndexKeyvisualHeadingMessage {
    padding: 30px;
    width: 640px;
  }
  .pageHgvc .hgvcIndexTargetHotelsInner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .pageHgvc .hgvcIndexTargetHotelDetail, .pageHgvc .hgvcIndexTargetHotelPackages {
    width: 750px;
  }
  .pageHgvc .hgvcIndexTargetHotelPackage p {
    width: 55%;
  }
  .pageHgvc .hgvcIndexTargetHotelPackage .appBtn {
    width: 100px;
    right: 20px;
  }
}

.hgvcIndexKeyvisualHeadingMessageWrap {
  position: absolute;
  z-index: 2;
  top: 23%;
  display: block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  text-decoration: none;
}
.hgvcIndexKeyvisualHeadingMessageWrap:hover {
  text-decoration: none;
}
@media (max-height: 360px) {
  .hgvcIndexKeyvisualHeadingMessageWrap {
    top: 40%;
  }
}
@media (min-width: 768px) {
  .hgvcIndexKeyvisualHeadingMessageWrap {
    top: 0;
    margin: 73px auto 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .hgvcIndexKeyvisualHeadingMessageWrap {
    margin: 143px auto 0;
  }
}

.gTopHHonorsLpHeader {
  margin: 5px;
  height: 20px;
}
.gTopHHonorsLpHeader.gMemberRegistration {
  border-bottom: 0;
}
.gTopHHonorsLpHeader .iconHHonorsBrand {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 4px 0 0;
  width: 16.5px;
  height: 16px;
  background: url(../img/shared/header_brands_sp.png) no-repeat;
  background-size: 16.5px 16px;
}
.gTopHHonorsLpHeader .gMemberRegistrationList {
  *zoom: 1;
  padding: 0;
  margin: 0 auto;
  width: 310px;
  list-style: none;
}
.gTopHHonorsLpHeader .gMemberRegistrationList:after {
  content: "";
  display: table;
  clear: both;
}
.gTopHHonorsLpHeader .gMemberRegistrationListItem {
  float: left;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #cdcdcd;
  font-size: 10px;
}
.gTopHHonorsLpHeader .gMemberRegistrationListItem a {
  color: #000;
}
.gTopHHonorsLpHeader .gMemberRegistrationListItem:first-child {
  padding-left: 0;
  border-left: none;
}
@media (min-width: 992px) {
  .gTopHHonorsLpHeader {
    padding: 10px 0;
    height: 30px;
  }
  .gTopHHonorsLpHeader .iconHHonorsBrand {
    top: 6px;
    width: 23px;
    height: 23px;
    background: url(../img/shared/header_brands.png) no-repeat;
  }
  .gTopHHonorsLpHeader .gMemberRegistrationList {
    width: 430px;
  }
  .gTopHHonorsLpHeader .gMemberRegistrationListItem {
    padding: 0 8px;
    font-size: 13px;
  }
}

.hHonorsLpPointBestPriceWrap {
  background: url(../img/hhonors_lp/sp_01.png) center center no-repeat;
  background-size: 320px 225px;
}

.hHonorsLpPointFreeWifi {
  background: url(../img/hhonors_lp/sp_02.png) center center no-repeat;
  background-size: 320px 285px;
}

.hHonorsLpPointApp {
  background: url(../img/hhonors_lp/sp_03.png) center center no-repeat;
  background-size: 320px 250px;
}

.hHonorsLpPointFreeStay {
  background: url(../img/hhonors_lp/sp_04.png) center center no-repeat;
  background-size: 320px 335px;
}

@media (min-width: 992px) {
  .hHonorsLpPointBestPriceWrap {
    background: url(../img/hhonors_lp/japan_bg_02.jpg) center center no-repeat;
  }

  .hHonorsLpPointFreeWifi {
    background: url(../img/hhonors_lp/japan_bg_03.jpg) center center no-repeat;
  }

  .hHonorsLpPointApp {
    background: url(../img/hhonors_lp/japan_bg_04.jpg) center center no-repeat;
  }

  .hHonorsLpPointFreeStay {
    background: url(../img/hhonors_lp/japan_bg_05.jpg) center center no-repeat;
  }
}
.iconArrowBottomHHonors {
  position: absolute;
  bottom: 9px;
  left: 46%;
  width: 6.5px;
  height: 3.5px;
  background: url(../img/hhonors_lp/icon_arrow_bottom_sp.png) no-repeat;
  background-size: 6.5px 3.5px;
}
@media (min-width: 992px) {
  .iconArrowBottomHHonors {
    bottom: 17px;
    width: 13px;
    height: 7px;
    background: url(../img/hhonors_lp/icon_arrow_bottom.png) no-repeat;
  }
}

#hHonorsBestPrice h3 {
  width: 103.5px;
  height: 28px;
  background: url(../img/hhonors_lp/heading_best_price.png) no-repeat;
  background-size: 103.5px 28px;
}
#hHonorsBestPrice p {
  width: 212px;
  height: 31px;
  background: url(../img/hhonors_lp/best_price_detail.png) no-repeat;
  background-size: 212px 31px;
}
#hHonorsBestPrice .hHonorsLpNextPoint {
  width: 294.5px;
  height: 30px;
  background: url(../img/hhonors_lp/next_wifi.png) no-repeat;
  background-size: 294.5px 30px;
}
@media (min-width: 992px) {
  #hHonorsBestPrice {
    padding-top: 110px;
  }
  #hHonorsBestPrice h3, #hHonorsBestPrice .hHonorsLpPointDetail {
    width: 780px;
  }
  #hHonorsBestPrice h3 {
    width: 195px;
    height: 56px;
    background: url(../img/hhonors_lp/heading_best_price_pc.png) no-repeat;
  }
  #hHonorsBestPrice p {
    width: 408px;
    height: 62px;
    background: url(../img/hhonors_lp/best_price_detail_pc.png) no-repeat;
  }
  #hHonorsBestPrice .hHonorsLpNextPoint {
    width: 390px;
    height: 60px;
    background: url(../img/hhonors_lp/next_wifi_pc.png) no-repeat;
  }
}

#hHonorsFreeWifi h3 {
  width: 112.5px;
  height: 26px;
  background: url(../img/hhonors_lp/heading_free_wifi.png) no-repeat;
  background-size: 112.5px 26px;
}
#hHonorsFreeWifi p {
  width: 297.5px;
  height: 139px;
  background: url(../img/hhonors_lp/wifi_detail.png) no-repeat;
  background-size: 297.5px 139px;
}
#hHonorsFreeWifi .hHonorsLpNextPoint {
  width: 294.5px;
  height: 30px;
  background: url(../img/hhonors_lp/next_app.png) no-repeat;
  background-size: 294.5px 30px;
}
@media (min-width: 992px) {
  #hHonorsFreeWifi {
    padding-top: 100px;
  }
  #hHonorsFreeWifi .hHonorsLpHeadingWrap {
    margin-left: auto;
    width: 580px;
  }
  #hHonorsFreeWifi h3, #hHonorsFreeWifi .hHonorsLpPointDetail {
    margin-left: auto;
    width: 580px;
  }
  #hHonorsFreeWifi h3 {
    width: 214px;
    height: 56px;
    background: url(../img/hhonors_lp/heading_free_wifi_pc.png) no-repeat;
  }
  #hHonorsFreeWifi p {
    width: 566px;
    height: 159px;
    background: url(../img/hhonors_lp/wifi_detail_pc.png) no-repeat;
  }
  #hHonorsFreeWifi .hHonorsLpNextPoint {
    width: 390px;
    height: 60px;
    background: url(../img/hhonors_lp/next_app_pc.png) no-repeat;
  }
}

#hHonorsApp h3 {
  width: 189px;
  height: 23.5px;
  background: url(../img/hhonors_lp/heading_app.png) no-repeat;
  background-size: 189px 23.5px;
}
#hHonorsApp p {
  width: 264.5px;
  height: 94px;
  background: url(../img/hhonors_lp/app_detail.png) no-repeat;
  background-size: 264.5px 94px;
}
#hHonorsApp .hHonorsLpNextPoint {
  width: 294.5px;
  height: 30px;
  background: url(../img/hhonors_lp/next_free_stay.png) no-repeat;
  background-size: 294.5px 30px;
}
@media (min-width: 992px) {
  #hHonorsApp {
    padding-top: 180px;
  }
  #hHonorsApp h3, #hHonorsApp .hHonorsLpPointDetail {
    width: 580px;
  }
  #hHonorsApp h3 {
    width: 352px;
    height: 47px;
    background: url(../img/hhonors_lp/heading_app_pc.png) no-repeat;
  }
  #hHonorsApp p {
    width: 555px;
    height: 88px;
    background: url(../img/hhonors_lp/app_detail_pc.png) no-repeat;
  }
  #hHonorsApp .hHonorsLpHeadingWrap {
    width: 580px;
  }
  #hHonorsApp .hHonorsLpNextPoint {
    width: 390px;
    height: 60px;
    background: url(../img/hhonors_lp/next_free_stay_pc.png) no-repeat;
  }
}

#hHonorsFreeStay h3 {
  width: 249.5px;
  height: 22.5px;
  background: url(../img/hhonors_lp/heading_free_stay.png) no-repeat;
  background-size: 249.5px 22.5px;
}
#hHonorsFreeStay p {
  width: 226.5px;
  height: 66.5px;
  background: url(../img/hhonors_lp/free_stay_detail.png) no-repeat;
  background-size: 226.5px 66.5px;
}
@media (min-width: 992px) {
  #hHonorsFreeStay h3 {
    width: 468px;
    height: 45px;
    background: url(../img/hhonors_lp/heading_free_stay_pc.png) no-repeat;
  }
  #hHonorsFreeStay p {
    width: 634px;
    height: 65px;
    background: url(../img/hhonors_lp/free_stay_detail_pc.png) no-repeat;
  }
}

.hHonorsLpNextPointWrap {
  *zoom: 1;
  width: 100%;
}
.hHonorsLpNextPointWrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .hHonorsLpNextPointWrap {
    position: absolute;
    bottom: 0;
  }
}

.hHonorsLpNextPointWrap.lastPoint .hHonorsLpJoinNow {
  width: 295px;
  height: 35px;
  background: url(../img/hhonors_lp/join_now.png) no-repeat;
  background-size: 295px 35px;
}
@media (min-width: 992px) {
  .hHonorsLpNextPointWrap.lastPoint .hHonorsLpJoinNow {
    width: 390px;
    height: 70px;
    background: url(../img/hhonors_lp/join_now_pc.png) no-repeat;
  }
}

.hHonorsLpPointWrap {
  position: relative;
  padding-top: 30px;
  width: 100%;
  background-size: cover;
}
.hHonorsLpPointWrap h3, .hHonorsLpPointWrap p {
  margin: auto;
  padding: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hHonorsLpPointWrap .hHonorsLpPointDetailRegistered {
  width: 189px;
  height: 23.5px;
  background: url(../img/hhonors_lp/heading_app.png) no-repeat;
  background-size: 189px 23.5px;
}
.hHonorsLpPointWrap .hHonorsLpPointInner {
  padding-bottom: 40px;
}
.hHonorsLpPointWrap .iconHHonorsLpTopInsideNavItem {
  display: inline-block;
  top: 4px;
  margin-right: 10px;
}

.hHonorsLpPointDetail {
  margin-top: 20px;
}
.hHonorsLpPointDetail p, .hHonorsLpPointDetail a {
  display: block;
  margin: auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hHonorsLpPointDetail .appBtn {
  padding: 2px 15px;
}
.hHonorsLpPointDetail .hotelIconReserveRightArrow {
  position: relative;
  top: 7px;
  right: -5px;
}

.hHonorsLpPointReadMoreWrap {
  margin-top: 15px;
}
.hHonorsLpPointReadMoreWrap a {
  width: 135px;
  height: 24.5px;
  background: url(../img/hhonors_lp/read_more.png) no-repeat;
  background-size: 135px 24.5px;
}
@media (min-width: 992px) {
  .hHonorsLpPointReadMoreWrap {
    margin-top: 35px;
  }
  .hHonorsLpPointReadMoreWrap a {
    width: 189px;
    height: 36px;
    background: url(../img/hhonors_lp/read_more_pc.png) no-repeat;
  }
}

.hHonorsLpPointReadMoreWrap.lastItem {
  position: relative;
  margin: -5px auto 0;
  width: 275px;
}
.hHonorsLpPointReadMoreWrap.lastItem a {
  position: absolute;
  right: 10px;
  top: -20px;
  margin: 0;
}
@media (min-width: 992px) {
  .hHonorsLpPointReadMoreWrap.lastItem {
    margin-top: 30px;
  }
  .hHonorsLpPointReadMoreWrap.lastItem a {
    position: static;
    margin: 0 auto;
  }
}

.hHonorsLpNextPoint {
  display: block;
  margin: auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hHonorsLpNextPoint:hover, .hHonorsLpNextPoint:focus {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hHonorsLpJoinNow {
  background-color: #c2a353;
}

.hHonorsLpSearchHotels {
  background-color: #00a0ea;
  color: #fff;
}

.hHonorsLpPointProgramsListWrap {
  margin: 0 auto;
}

.hHonorsLpPointProgramsList {
  *zoom: 1;
  margin: 15px auto 0;
  padding: 0;
  width: 275px;
  list-style: none;
}
.hHonorsLpPointProgramsList:after {
  content: "";
  display: table;
  clear: both;
}
.hHonorsLpPointProgramsList span {
  display: block;
  margin: auto;
}
.hHonorsLpPointProgramsList li {
  float: left;
  display: table;
  margin: 4px 0 0 4px;
  width: 32px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hHonorsLpPointProgramsList li.spLeftSide {
  margin-left: 0;
}
.hHonorsLpPointProgramsList .hHonorsLpPointProgram1 {
  width: 82.5px;
  height: 32px;
  background: url(../img/hhonors_lp/point1.png) no-repeat;
  background-size: 82.5px 32px;
}
.hHonorsLpPointProgramsList .hHonorsLpPointProgram2 {
  width: 82.5px;
  height: 32px;
  background: url(../img/hhonors_lp/point2.png) no-repeat;
  background-size: 82.5px 32px;
}
.hHonorsLpPointProgramsList .hHonorsLpPointProgram3 {
  width: 82.5px;
  height: 32px;
  background: url(../img/hhonors_lp/point3.png) no-repeat;
  background-size: 82.5px 32px;
}
.hHonorsLpPointProgramsList .hHonorsLpPointProgram4 {
  width: 82.5px;
  height: 32px;
  background: url(../img/hhonors_lp/point4.png) no-repeat;
  background-size: 82.5px 32px;
}
.hHonorsLpPointProgramsList .hHonorsLpPointProgram5 {
  width: 82.5px;
  height: 32px;
  background: url(../img/hhonors_lp/point5.png) no-repeat;
  background-size: 82.5px 32px;
}
.hHonorsLpPointProgramsList .hHonorsLpPointProgram6 {
  width: 82.5px;
  height: 32px;
  background: url(../img/hhonors_lp/point6.png) no-repeat;
  background-size: 82.5px 32px;
}
.hHonorsLpPointProgramsList .hHonorsLpPointProgram7 {
  width: 82px;
  height: 32px;
  background: url(../img/hhonors_lp/point7.png) no-repeat;
  background-size: 82px 32px;
}
@media (min-width: 992px) {
  .hHonorsLpPointProgramsList .hHonorsLpPointProgram1 {
    width: 155px;
    height: 60px;
    background: url(../img/hhonors_lp/point1_pc.png) no-repeat;
  }
  .hHonorsLpPointProgramsList .hHonorsLpPointProgram2 {
    width: 155px;
    height: 60px;
    background: url(../img/hhonors_lp/point2_pc.png) no-repeat;
  }
  .hHonorsLpPointProgramsList .hHonorsLpPointProgram3 {
    width: 155px;
    height: 60px;
    background: url(../img/hhonors_lp/point3_pc.png) no-repeat;
  }
  .hHonorsLpPointProgramsList .hHonorsLpPointProgram4 {
    width: 155px;
    height: 60px;
    background: url(../img/hhonors_lp/point4_pc.png) no-repeat;
  }
  .hHonorsLpPointProgramsList .hHonorsLpPointProgram5 {
    width: 155px;
    height: 60px;
    background: url(../img/hhonors_lp/point5_pc.png) no-repeat;
  }
  .hHonorsLpPointProgramsList .hHonorsLpPointProgram6 {
    width: 155px;
    height: 60px;
    background: url(../img/hhonors_lp/point6_pc.png) no-repeat;
  }
  .hHonorsLpPointProgramsList .hHonorsLpPointProgram7 {
    width: 155px;
    height: 60px;
    background: url(../img/hhonors_lp/point7_pc.png) no-repeat;
  }
}

.hHonorsLpPointProgram {
  display: table-cell;
  height: 40px;
}

@media (min-width: 500px) {
  .hHonorsLpPointProgramsList li {
    margin: 6px 0 0 6px;
  }
}
@media (min-width: 768px) {
  .hHonorsLpPointProgramsList li {
    margin: 8px 0 0 8px;
  }
}
@media (min-width: 992px) {
  .hHonorsLpHeadingWrap {
    width: 750px;
  }

  .hHonorsLpNextPoint {
    margin: 0 auto;
    width: 390px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }

  .hHonorsLpPointDetail {
    margin-top: 0;
    padding: 30px;
  }
  .hHonorsLpPointDetail p {
    font-size: 24px;
  }
  .hHonorsLpPointDetail .appBtn {
    padding: 2px 20px;
  }
  .hHonorsLpPointDetail .hotelIconReserveRightArrow {
    top: 10px;
    right: -10px;
  }

  .hHonorsLpPointWrap {
    padding-top: 80px;
    width: 100% !important;
    height: 600px;
  }
  .hHonorsLpPointWrap h3 {
    height: 80px;
    line-height: 80px;
    font-size: 34px;
  }
  .hHonorsLpPointWrap .iconHHonorsLpTopInsideNavItem {
    top: 12px;
    margin-right: 15px;
  }

  .hHonorsLpPointProgramsList {
    margin-top: 30px;
    width: 700px;
  }
  .hHonorsLpPointProgramsList li {
    margin: 5px;
    height: 60px;
    width: 23%;
  }

  .hHonorsLpPointProgram {
    font-size: 13px;
  }

  .hHonorsLpPointProgramsPositionBottom {
    padding-left: 80px;
  }
}
.hHonorsLpKeyvisualsWrap {
  display: block;
  padding: 30px 0;
  background: url(../img/hhonors_lp/sp_kv.png) center center no-repeat;
  background-size: 320px 425px;
  width: 100%;
  background-size: cover;
  color: #fff;
}
.hHonorsLpKeyvisualsWrap h2, .hHonorsLpKeyvisualsWrap h3, .hHonorsLpKeyvisualsWrap p {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpHeading {
  margin: 15px auto;
  padding: 0;
  width: 265.5px;
  height: 52px;
  background: url(../img/hhonors_lp/page_heading.png) no-repeat;
  background-size: 265.5px 52px;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpHeadingSub {
  margin: 0 auto 15px;
  padding: 0;
  width: 183px;
  height: 13.5px;
  background: url(../img/hhonors_lp/page_heading_sub.png) no-repeat;
  background-size: 183px 13.5px;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpHeadingDetail {
  margin: 0 auto 15px;
  padding: 0;
  width: 278.5px;
  height: 87.5px;
  background: url(../img/hhonors_lp/page_heading_detail.png) no-repeat;
  background-size: 278.5px 87.5px;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavList {
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
  width: 320px;
  list-style: none;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavList:after {
  content: "";
  display: table;
  clear: both;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItem {
  float: left;
  width: 80px;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItem a {
  display: block;
  margin: auto;
  height: 68.5px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position: bottom;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItemBestPrice {
  width: 38px;
  height: 68.5px;
  background: url(../img/hhonors_lp/best_price.png) no-repeat;
  background-size: 38px 68.5px;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItemFreeWifi {
  width: 44px;
  height: 62px;
  background: url(../img/hhonors_lp/free_wifi.png) no-repeat;
  background-size: 44px 62px;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItemFreeApp {
  width: 57px;
  height: 66.5px;
  background: url(../img/hhonors_lp/app.png) no-repeat;
  background-size: 57px 66.5px;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItemFreeFreeStay {
  width: 80px;
  height: 65px;
  background: url(../img/hhonors_lp/free_stay.png) no-repeat;
  background-size: 80px 65px;
}
.hHonorsLpKeyvisualsWrap .hHonorsLpNotice {
  margin: 15px auto 0;
  padding: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 95.5px;
  height: 8px;
  background: url(../img/hhonors_lp/kv_notice.png) no-repeat;
  background-size: 95.5px 8px;
}
@media (min-width: 992px) {
  .hHonorsLpKeyvisualsWrap {
    background: url(../img/hhonors_lp/japan_bg_01.jpg) center center no-repeat;
    width: 100%;
    background-size: cover;
  }
  .hHonorsLpKeyvisualsWrap h2 {
    padding: 30px 20px 20px;
  }
  .hHonorsLpKeyvisualsWrap h3 {
    padding-bottom: 20px;
  }
  .hHonorsLpKeyvisualsWrap p {
    padding: 0 30px 15px;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpHeading {
    width: 748px;
    height: 57px;
    background: url(../img/hhonors_lp/page_heading_pc.png) no-repeat;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpHeadingSub {
    margin: 25px auto;
    width: 243px;
    height: 18px;
    background: url(../img/hhonors_lp/page_heading_sub_pc.png) no-repeat;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpHeadingDetail {
    width: 675px;
    height: 74px;
    background: url(../img/hhonors_lp/page_heading_detail_pc.png) no-repeat;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItemBestPrice {
    width: 60px;
    height: 129px;
    background: url(../img/hhonors_lp/best_price_pc.png) no-repeat;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItemFreeWifi {
    width: 70px;
    height: 116px;
    background: url(../img/hhonors_lp/free_wifi_pc.png) no-repeat;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItemFreeApp {
    width: 82px;
    height: 119px;
    background: url(../img/hhonors_lp/app_pc.png) no-repeat;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItemFreeFreeStay {
    width: 119px;
    height: 117px;
    background: url(../img/hhonors_lp/free_stay_pc.png) no-repeat;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpNotice {
    width: 780px;
    margin: 0 auto;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpContentInnerWrap {
    margin: 124px auto 30px;
    width: 780px;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpContent {
    width: 1160px;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavList {
    width: 600px;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpNotice {
    width: 780px;
    margin: 0 auto;
    font-size: 15px;
    width: 178px;
    height: 15px;
    background: url(../img/hhonors_lp/kv_notice_pc.png) no-repeat;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItem {
    width: 25%;
  }
  .hHonorsLpKeyvisualsWrap .hHonorsLpTopInsideNavItem a {
    padding: 20px 0 0;
    height: 163px;
    font-size: 15px;
  }
}

/**
 * * Home Structures
 * */
.gHeadHomeDesktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}
.gHeadHomeDesktop .gHeadSearchWrap {
  padding-left: 0;
  height: 44px;
  background: #051f38;
}
.gHeadHomeDesktop .gHeadHotelsSearchWrapOrganizer {
  width: 100%;
  text-align: right;
}
.gHeadHomeDesktop .gHeadSearchWrap {
  margin-top: 15px;
  height: auto;
  background: none;
}
.gHeadHomeDesktop .gHeadLogo {
  width: 150px;
  height: 126px;
}

.gHeadHomeInnerDesktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 100px;
}

.gHeadHomeOverlayDesktop {
  position: relative;
  overflow: visible;
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
}

.gHeadHomeSearchWrapDesktop {
  display: table;
  height: 78px;
}

.gHeadHomeDesktop.new-header-2022-ko .gHeadHotelsSearchDesktop {
  width: 100%;
}
.gHeadHomeDesktop.new-header-2022-ko .gHeadHomeInnerDesktop {
  display: block;
  height: auto;
}
.gHeadHomeDesktop.new-header-2022-ko .gHeadHomeOverlayDesktop {
  height: 80px;
}

/**
 * * Home Parts
 * */
.homeIndexKeyvisualsSection {
  position: relative;
}

.homeIndexKeyvisuals {
  z-index: 1;
}

.homeIndexKeyvisualBannerModeLink {
  display: block;
  width: 100%;
  height: 100%;
}

.homeIndexKeyvisualHeading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 55%;
  display: block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  text-decoration: none;
}
.homeIndexKeyvisualHeading:hover {
  text-decoration: none;
}
.homeIndexKeyvisualHeading .appBtn {
  position: relative;
  float: right;
  padding: 6px 20px 6px 15px;
  margin: 0;
}
.homeIndexKeyvisualHeading .hotelIconReserveRightArrow {
  position: absolute;
  top: 13px;
  right: 5px;
}
@media (min-width: 768px) {
  .homeIndexKeyvisualHeading {
    top: auto;
    left: 60px;
    bottom: 60px;
    padding: 0;
    width: 48%;
  }
  .homeIndexKeyvisualHeading .appBtn {
    padding-right: 50px;
    padding-left: 45px;
  }
  .homeIndexKeyvisualHeading .hotelIconReserveRightArrow {
    top: 15px;
  }
}

.homeIndexKeyvisualImage {
  display: block;
  width: 100%;
}

.homeIndexKeyvisualHeadingMessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: bold;
  background: rgba(5, 31, 56, 0.5);
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.homeIndexKeyvisualHeadingMessage:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.homeIndexKeyvisualHeadingMessage:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .homeIndexKeyvisualHeadingMessage {
    font-size: 28px;
  }
}

.homeIndexKeyvisualsPreviousButton {
  left: 14%;
  left: calc(14% - 1px);
}

.homeIndexKeyvisualsNextButton {
  right: 14%;
  right: calc(14% - 1px);
}

.homeIndexKeyvisualPrice {
  float: right;
  margin: 2px 12px 0 0;
  padding: 2px 12px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: rgba(255, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .homeIndexKeyvisualPrice {
    margin: 0 20px 0 0;
    padding: 3px 20px;
    font-size: 20px;
  }
}

.homeIndexRecommendationsWrap {
  margin: 0;
}

@media (min-width: 768px) {
  .homeIndexSearchFormWrap {
    display: none;
  }
}

.homeIndexSearchFormInner {
  background-image: url(../img/hilton/shared/body_foot.jpg);
  background-size: cover;
}

.homeIndexSearchOverlay {
  display: none;
  padding: 33px 30px 38px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.homeIndexSearchFormTitle {
  padding: 6px 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: white;
}

.homeIndexSearchForm {
  position: relative;
  margin: 9px 44px 9px 0;
  text-align: center;
}
.homeIndexSearchForm .homeIndexSearchFormTextField {
  padding: 10px 15px;
  height: 40px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
}
.homeIndexSearchForm .appBtnSearch {
  position: absolute;
  top: 0;
  right: -42px;
  height: 40px;
  width: 40px;
}

.homeIndexToSearchFromArea {
  font-size: 12px;
  color: white;
}
.homeIndexToSearchFromArea:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.homeIndexToSearchFromArea .iconArea {
  margin: 0;
}
.homeIndexToSearchFromArea:hover {
  color: white;
}
.homeIndexToSearchFromArea .hotelIconReserveRightArrow {
  margin: 6px 0 0 0;
}

.homeIndexRecommendationsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.homeIndexRecommendationItem {
  width: 100%;
  height: 45px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background: #00b4d4;
}
.homeIndexRecommendationItem:nth-child(2n) {
  background: #00a0ea;
}
.homeIndexRecommendationItem:last-child {
  border-right: none;
}

.homeIndexRecommendationLink {
  display: block;
  padding: 12px 0;
  line-height: normal;
  text-align: center;
  color: white;
  text-decoration: none;
}
.homeIndexRecommendationLink:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.homeIndexRecommendationLink:hover {
  color: white;
}

.homeIndexRecommendations {
  background-color: #051f38;
}
.homeIndexRecommendations:before, .homeIndexRecommendations:after {
  content: " ";
  display: table;
}
.homeIndexRecommendations:after {
  clear: both;
}

.homeIndexRecommendationsSights {
  border: 3px solid #313131;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .homeIndexRecommendationsSights {
    border: 0;
  }
}

.homeIndexRecommendationsHotels {
  padding: 0 0 10px 0;
  border: 3px solid #313131;
  border-top: 0;
}
@media (min-width: 768px) {
  .homeIndexRecommendationsHotels {
    padding: 0 0 35px 0;
    border: 0;
  }
}

.homeIndexRecommendationsTitle {
  padding: 20px;
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #051f38;
}
@media (min-width: 768px) {
  .homeIndexRecommendationsTitle {
    padding: 30px;
  }
  .homeIndexRecommendationsTitle h2 {
    margin: 0;
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    font-weight: bold;
  }
  .homeIndexRecommendationsTitle h3 {
    margin: 0;
    font-size: 12px;
    color: #ffffff;
  }
}

.homeIndexRecommendationsSightsTitle {
  font-size: 20px;
  color: #ffffff;
}

.homeIndexRecommendationsHotelsTitle {
  font-size: 20px;
  color: #ffffff;
}

.homeIndexRecommendation {
  padding: 0;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
}
.homeIndexRecommendation:before, .homeIndexRecommendation:after {
  content: " ";
  display: table;
}
.homeIndexRecommendation:after {
  clear: both;
}
.homeIndexRecommendation:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .homeIndexRecommendation {
    margin: 0;
    padding-left: 1px;
  }
}

.homeIndexRecommendationOnly {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .homeIndexRecommendationOnly {
    padding: 0;
  }
}

.homeIndexRecommendationImg {
  width: 100%;
}

.homeIndexRecommendationDescription {
  position: relative;
  bottom: 0;
  padding: 10px 10px 8px;
  min-height: 55px;
  height: auto;
  width: 100%;
  text-decoration: none;
  background-color: #313131;
}
.homeIndexRecommendationDescription:before, .homeIndexRecommendationDescription:after {
  content: " ";
  display: table;
}
.homeIndexRecommendationDescription:after {
  clear: both;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDescription {
    position: absolute;
    padding: 18px 20px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.4)), color-stop(40%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.9));
  }
}
.homeIndexRecommendationDescription h3 {
  margin: 0 0 15px 0;
  word-break: break-all;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDescription h3 {
    margin: 0 0 10px 0;
  }
}
.homeIndexRecommendationDescription strong {
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDescription strong {
    margin: 0 7px 0 0;
  }
}

.homeIndexRecommendationDetailBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 110px;
  padding: 6px 0;
  margin: 0;
  line-height: normal;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDetailBtn {
    display: none;
  }
}
.homeIndexRecommendationDetailBtn .readMoreHotel {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding-right: 8px;
  width: 90px;
  height: 25px;
  line-height: 22px;
  text-align: center;
}
.homeIndexRecommendationDetailBtn .hotelIconReserveRightArrow {
  margin: 0;
  vertical-align: unset;
}
@media (min-width: 768px) {
  .homeIndexRecommendationDetailBtn h3 {
    font-size: 13px;
  }
  .homeIndexRecommendationDetailBtn p {
    font-size: 13px;
  }
  .homeIndexRecommendationDetailBtn .readMoreHotel {
    bottom: 10px;
    right: 10px;
    padding-right: 10px;
    width: 118px;
    font-size: 11px;
  }
  .homeIndexRecommendationDetailBtn .hotelIconReserveRightArrow {
    position: absolute;
    top: 7px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .homeIndexRecommendationDetailBtn {
    padding: 27px 20px 13px;
  }
  .homeIndexRecommendationDetailBtn h3 {
    font-size: 16px;
  }
}

.homeIndexRecommendationText {
  display: inline-block;
  float: left;
  height: 30px;
  margin: 0 134px 0 0;
  padding: 0;
  font-size: 14px;
  color: #91a500;
}
@media (min-width: 768px) {
  .homeIndexRecommendationText {
    height: auto;
    margin: 0;
    color: #91a500;
  }
}
@media (min-width: 992px) {
  .homeIndexRecommendationText {
    font-size: 16px;
  }
}

.homeIndexRecommendationHotelsText {
  display: inline-block;
  float: left;
  height: 30px;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
  color: #91a500;
}
@media (min-width: 768px) {
  .homeIndexRecommendationHotelsText {
    height: auto;
    margin: 0;
  }
}
.homeIndexRecommendationHotelsText strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .homeIndexRecommendationHotelsText {
    color: #91a500;
    font-size: 13px;
  }
  .homeIndexRecommendationHotelsText strong {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .homeIndexRecommendationHotelsText {
    font-size: 14px;
  }
  .homeIndexRecommendationHotelsText strong {
    font-size: 16px;
  }
}

.homeIndexRecommendationHotelWrap {
  *zoom: 1;
}
.homeIndexRecommendationHotelWrap:after {
  content: "";
  display: table;
  clear: both;
}
.homeIndexRecommendationHotelWrap p {
  display: block;
  float: right;
  padding-top: 3px;
  width: 110px;
  height: auto;
  text-align: right;
}

.homeIndexOtherRecommendationsTitle {
  padding: 20px;
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #051f38;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .homeIndexOtherRecommendationsTitle {
    padding: 30px;
    font-size: 20px;
  }
}

.homeIndexRecommendationsInner:before, .homeIndexRecommendationsInner:after {
  content: " ";
  display: table;
}
.homeIndexRecommendationsInner:after {
  clear: both;
}
@media (min-width: 768px) {
  .homeIndexRecommendationsInner {
    margin: 0 0 0 -1px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .homeIndexRecommendationsInner {
    overflow: hidden;
    margin: 0;
    padding: 0 24px 0 23px;
  }
}

.homeIndexOtherRecommendationsInner {
  padding: 0 10px 12px;
  overflow: hidden;
  background-color: #fff;
}
.homeIndexOtherRecommendationsInner:before, .homeIndexOtherRecommendationsInner:after {
  content: " ";
  display: table;
}
.homeIndexOtherRecommendationsInner:after {
  clear: both;
}
@media (min-width: 768px) {
  .homeIndexOtherRecommendationsInner {
    margin: 0 auto 60px;
    padding: 0;
    max-width: 1160px;
  }
}

@media (min-width: 768px) {
  .homeIndexOtherRecommendationsLimit {
    margin: 0 0 0 -30px;
  }
}

.homeIndexOtherRecommendationLink {
  padding: 12px 0 0 0;
}
.homeIndexOtherRecommendationLink:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .homeIndexOtherRecommendationLink {
    padding: 0 0 0 30px;
    margin: 60px 0 0 0;
  }
}

.homeIndexRecommendationBackColor {
  padding: 3px;
  background-color: #313131;
}

.homeIndexRecommendationTextsWrap {
  padding: 12px 0 0 0;
}

.homeIndexOtherRecommendationDescription {
  padding: 14px 10px 18px;
  margin: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  background-color: #eeeeee;
  color: black;
}
.homeIndexOtherRecommendationDescription h3 {
  margin: 0;
  word-break: break-all;
  font-size: 12px;
  color: #8a8a8a;
}
.homeIndexOtherRecommendationDescription p {
  margin: 11px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .homeIndexOtherRecommendationDescription {
    padding: 18px 20px 22px;
  }
}

.homeIndexRecommendationTextsText {
  display: inline-block;
  padding: 9px 0 18px 0;
  font-size: 9px;
  font-weight: bold;
}

.homeIndexRecommendationSecondDetailBtnWrap {
  overflow: hidden;
  padding: 24px 50px;
  text-align: center;
}
.homeIndexRecommendationSecondDetailBtnWrap:before, .homeIndexRecommendationSecondDetailBtnWrap:after {
  content: " ";
  display: table;
}
.homeIndexRecommendationSecondDetailBtnWrap:after {
  clear: both;
}

.homeIndexRecommendationTextsDetailBtn {
  display: block;
  padding: 12px 0;
  margin: 25px auto 32px;
  width: 222px;
  line-height: normal;
  text-align: center;
}
.homeIndexRecommendationTextsDetailBtn:before, .homeIndexRecommendationTextsDetailBtn:after {
  content: " ";
  display: table;
}
.homeIndexRecommendationTextsDetailBtn:after {
  clear: both;
}
@media (min-width: 768px) {
  .homeIndexRecommendationTextsDetailBtn {
    padding: 4px 0;
    margin: 60px auto;
    width: 129px;
    line-height: normal;
    font-size: 18px;
  }
}
.homeIndexRecommendationTextsDetailBtn .hotelIconReserveRightArrow {
  margin: 5px 0 0 5px;
}
@media (min-width: 768px) {
  .homeIndexRecommendationTextsDetailBtn .hotelIconReserveRightArrow {
    float: right;
    margin: 8px 10px 0 0;
  }
}

.homeIndexRecommendationsSwiperWrapper {
  margin: 0 -3px;
}

.homeIndexRecommendationsSwiper {
  width: 100%;
}
.homeIndexRecommendationsSwiper .homeIndexRecommendationWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.homeIndexRecommendationsSwiper .swiper-button-next {
  display: block;
  margin-top: -47px;
  width: 40px;
  background: url(../img/shared/arrow_right_sp.png) center center no-repeat;
  background-size: 16px 28px;
}
.homeIndexRecommendationsSwiper .swiper-button-prev {
  display: block;
  margin-top: -47px;
  width: 40px;
  background: url(../img/shared/arrow_left_sp.png) center center no-repeat;
  background-size: 16px 28px;
}

.new-header-2022-ko .homeIndexSearchOverlay {
  display: block;
}

.gHeadHomeLogoWrap .gHeadLogo, .gHeadSharedLogoWrapMobile .gHeadLogo, .gHeadSharedLogoWrapDesktop .gHeadLogo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(../img/hilton/shared/hilton_logo.png) center center no-repeat;
  background-size: contain;
}

.gHeadSharedLogoWrapMobile {
  padding: 10px;
}

.gHeadSharedLogoWrapDesktop {
  padding: 0 0 0 10px;
}
.gHeadSharedLogoWrapDesktop.gHeadHomeLogoWrap {
  padding: 0;
}

.gHeadSharedInnerDesktop {
  padding: 0;
}

.gHeadHomeDesktop .gHeadLogo, .gHeadSharedDesktop .gHeadLogo {
  width: 140px;
  height: 80px;
}

.gHeadHomeOverlayDesktop {
  background: rgba(255, 255, 255, 0.7);
}

/**
 * * Hotel Structures
 * */
.iconIndoorView {
  display: block;
  margin: 0 auto 10px;
  width: 93px;
  height: 52px;
  background: url(../img/shared/icon/icon_panorama_sp.png) no-repeat;
  background-size: 93px 52px;
}
@media (min-width: 768px) {
  .iconIndoorView {
    width: 117px;
    height: 66px;
    background: url(../img/shared/icon_sm/icon_panorama.png) no-repeat;
  }
}

/**
 * * Shared Parts for Hotels
 * */
.hotelIcon {
  display: inline-block;
  vertical-align: top;
}
.hotelIcon.hotelIconCalendar {
  width: 20px;
  height: 20px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_calendar.png) no-repeat;
  background-size: 20px 20px;
}
.hotelIcon.hotelIconCalendarClose {
  width: 20px;
  height: 20px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_calendar_close.png) no-repeat;
  background-size: 20px 20px;
}
.hotelIcon.hotelIconEmail {
  width: 20px;
  height: 19px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_email.png) no-repeat;
  background-size: 20px 19px;
}
.hotelIcon.hotelIconMap {
  width: 13px;
  height: 19px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_map.png) no-repeat;
  background-size: 13px 19px;
}
.hotelIcon.hotelIconMenu {
  width: 35px;
  height: 35px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_menu.png) no-repeat;
  background-size: 35px 35px;
}
.hotelIcon.hotelIconMenuOn {
  width: 35px;
  height: 35px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_menu_on.png) no-repeat;
  background-size: 35px 35px;
}
.hotelIcon.hotelIconMenuRightArrow {
  width: 9px;
  height: 16px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_menu_right_arrow.png) no-repeat;
  background-size: 9px 16px;
}
.hotelIcon.hotelIconPhone {
  width: 17px;
  height: 19px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_phone.png) no-repeat;
  background-size: 17px 19px;
}
.hotelIcon.hotelIconReserveRightArrow {
  width: 7px;
  height: 11px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_reserve_right_arrow.png) no-repeat;
  background-size: 7px 11px;
}
.hotelIcon.hotelIconCar {
  width: 20px;
  height: 13px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_car.png) no-repeat;
  background-size: 20px 13px;
}
.hotelIcon.hotelIconTrain {
  width: 16px;
  height: 22px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_train.png) no-repeat;
  background-size: 16px 22px;
}
.hotelIcon.hotelIconAirplane {
  width: 21px;
  height: 21px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_airplane.png) no-repeat;
  background-size: 21px 21px;
}
.hotelIcon.hotelIconBus {
  width: 21px;
  height: 12px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_bus.png) no-repeat;
  background-size: 21px 12px;
}
.hotelIcon.hotelIconReserveLeftArrow {
  width: 7px;
  height: 11px;
  background: url(../img/../img/hilton/hotel/hotel_icon/hotel_icon_reserve_left_arrow.png) no-repeat;
  background-size: 7px 11px;
}

@media (min-width: 768px) {
  .hotelIcon {
    display: inline-block;
    vertical-align: top;
  }
  .hotelIcon.hotelIconCalendar {
    width: 30px;
    height: 30px;
    background: url(../img/../img/hilton/hotel/hotel_icon_sm/hotel_icon_sm_calendar.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconEmail {
    width: 20px;
    height: 16px;
    background: url(../img/../img/hilton/hotel/hotel_icon_sm/hotel_icon_sm_email.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconPhoneThin {
    width: 16px;
    height: 16px;
    background: url(../img/../img/hilton/hotel/hotel_icon_sm/hotel_icon_sm_phone_thin.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconCar {
    width: 22px;
    height: 16px;
    background: url(../img/../img/hilton/hotel/hotel_icon_sm/hotel_icon_sm_car.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconTrain {
    width: 16px;
    height: 22px;
    background: url(../img/../img/hilton/hotel/hotel_icon_sm/hotel_icon_sm_train.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconCalendarClose {
    width: 22px;
    height: 22px;
    background: url(../img/../img/hilton/hotel/hotel_icon_sm/hotel_icon_sm_calendar_close.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconReserveRightArrow {
    width: 7px;
    height: 11px;
    background: url(../img/../img/hilton/hotel/hotel_icon_sm/hotel_icon_sm_reserve_right_arrow.png) no-repeat;
    background-size: auto;
  }
  .hotelIcon.hotelIconReserveLeftArrow {
    width: 7px;
    height: 11px;
    background: url(../img/../img/hilton/hotel/hotel_icon_sm/hotel_icon_sm_reserve_left_arrow.png) no-repeat;
    background-size: auto;
  }
}
.hotelDynamicPackage {
  clear: both;
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  .hotelDynamicPackage {
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 205px;
    padding: 0;
  }
}

.hotelDynamicPackageInner {
  position: relative;
}

.hotelDynamicPackageLink {
  display: block;
}

.hotelDynamicPackageImage {
  width: 100%;
}
@media (min-width: 768px) {
  .hotelDynamicPackageImage {
    width: 322px;
  }
}

.hotelDynamicPackageClose {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 18px;
}
@media (min-width: 768px) {
  .hotelDynamicPackageClose {
    display: block;
  }
}

.hotelDynamicPackageCloseIcon {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/img/shared/dynamic_package/icon_close_dynamic_package.png) no-repeat;
}

.gHeadHotelDesktop {
  width: 100%;
}
.gHeadHotelDesktop .gWarningInner {
  margin: 0 0 0 20%;
  width: 80%;
}

.gHeadHotelOverlayDesktop {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 20%;
  background: rgba(255, 255, 255, 0.6);
}
.gHeadHotelOverlayDesktop.locked {
  position: absolute;
}

.gHeadHotelInnerDesktop {
  width: 100%;
}
.gHeadHotelInnerDesktop:before, .gHeadHotelInnerDesktop:after {
  content: " ";
  display: table;
}
.gHeadHotelInnerDesktop:after {
  clear: both;
}

.gHeadHotelLogoWrapDesktop {
  width: 100%;
  height: 94px;
  background: #051f38;
}

.gHeadHotelPriceWrapDesktop {
  padding: 24px;
  background: #dfd7cf;
}

.gHeadHotelPriceDesktop {
  text-align: center;
  color: #91a500;
  font-size: 14px;
  font-weight: bold;
}
.gHeadHotelPriceDesktop strong {
  font-size: 20px;
}

.gHeadHotelReserveButtonDesktop {
  position: relative;
  display: block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.gHeadHotelReserveButtonDesktop .hotelIconReserveRightArrow {
  position: absolute;
  top: 12px;
  margin-left: 5px;
}

.gBodyInnerDesktop .hotelHeadingDesktop {
  height: 94px;
}

.hotelHeadingCommunicationsDesktop {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.hotelHeadingCommunicationsInnerDesktop {
  display: table-cell;
  padding: 0 10px 0 30px;
  height: 100%;
  line-height: 18px;
  font-size: 12px;
  vertical-align: middle;
}
.hotelHeadingCommunicationsInnerDesktop h1 {
  font-size: 25px;
  font-weight: bold;
}
.hotelHeadingCommunicationsInnerDesktop a {
  padding: 12px 0;
  text-decoration: none;
}

.hotelHeadingCommunicationDesktop {
  display: inline-block;
  margin: 0 0 0 10px;
}
.hotelHeadingCommunicationDesktop a {
  color: #4c4a4a;
}
.hotelHeadingCommunicationDesktop .hotelIcon {
  margin-top: -4px;
  vertical-align: middle;
}
.hotelHeadingCommunicationDesktop .hotelIconPhoneThin {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../img/hotel/hotel_icon/hotel_icon_phone_black.png) no-repeat;
}
.hotelHeadingCommunicationDesktop .hotelIconEmail {
  width: 17px;
  height: 14px;
  background: url(../img/hotel/hotel_icon/hotel_icon_email_black.png) no-repeat;
}

.hotelHeadingTitleDesktop {
  margin-left: 0;
  margin-right: 10px;
}
.hotelHeadingTitleDesktop a:hover {
  text-decoration: underline;
}

.gHeadHotelMobile {
  min-height: 70px;
}

.gHeadHotelOverlayMobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: #fff;
}
.gHeadHotelOverlayMobile.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
}

.hasWarning .gHeadHotelOverlayMobile {
  top: 44px;
}
.hasWarning .gHeadHotelOverlayMobile.fixed {
  top: 0;
}

.gHeadHotelLogoWrapMobile {
  height: 70px;
}

.gHeadHotelPriceWrapMobile {
  display: table;
  height: 35px;
}

.gHeadHotelPriceMobile {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #91a500;
}
.gHeadHotelPriceMobile strong {
  font-size: 1.4em;
}

.gHeadHotelLinkWrapMobile {
  display: table;
  padding: 0 1px 0 0;
  height: 35px;
}
.gHeadHotelLinkWrapMobile:last-child {
  padding-right: 0;
}
.gHeadHotelLinkWrapMobile a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #00a8e1;
}
.gHeadHotelLinkWrapMobile a:hover {
  text-decoration: none;
}
.gHeadHotelLinkWrapMobile .hotelIconPhone {
  margin: -1px 0 0;
  width: 13.3333333333px;
  height: 13.3333333333px;
  background: url(../img/shared/sp/nav_icon_tel_off.png) no-repeat;
  background-size: 13.3333333333px 13.3333333333px;
  vertical-align: middle;
}

.hotelHeadingMobile {
  display: table;
  margin: 70px 0 0;
  width: 100%;
  height: 70px;
}
.hotelHeadingMobile h1 {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.hotelHeadingMobile a {
  color: inherit;
}

.hotelHeadingCommunicationsMobile {
  display: table;
  margin: 0;
  width: 100%;
}

.hotelHeadingCommunicationMobile {
  display: table-cell;
  margin: 0;
  width: 33.333%;
  height: 44px;
  vertical-align: middle;
  text-align: center;
  list-style: none;
}

.gBodyHotelInner p {
  line-height: 1.7;
}

.gBodyHotelMarginalDesktop {
  background: #eeeeee;
}

.gBodyHotelInnerDesktop {
  margin-left: 20%;
  width: 80%;
  background: #fff;
}
.gBodyHotelInnerDesktop:before, .gBodyHotelInnerDesktop:after {
  content: " ";
  display: table;
}
.gBodyHotelInnerDesktop:after {
  clear: both;
}

.hotelNavigationDesktop {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #eeeeee;
}

.hotelNavigationItemDesktop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #dedede;
}
.hotelNavigationItemDesktop.active .hotelNavigationLink, .hotelNavigationItemDesktop .hotelNavigationLink:hover {
  color: #051f38;
  background-color: #ffffff;
}
.hotelNavigationItemDesktop .hotelNavigationLink {
  display: block;
  width: 100%;
  height: 100%;
  color: #051f38;
  text-decoration: none;
}
.hotelNavigationItemDesktop .hotelNavigationLinkInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 22px 0 20px 46px;
  width: 160px;
  height: 100%;
  line-height: 18px;
}
.hotelNavigationItemDesktop .hotelNavigationLinkAccess .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_access.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkAccess .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkAccess:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_access.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkCampaign .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_campaign.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkCampaign .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkCampaign:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_campaign.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkDetail .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_detail.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkDetail .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkDetail:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_detail.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkDining .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_dining.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkDining .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkDining:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_dining.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkHome .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_home.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkHome .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkHome:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_home.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkMeeting .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_meeting.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkMeeting .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkMeeting:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_meeting.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkService .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_service.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkService .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkService:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_service.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkStay .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_stay.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkStay .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkStay:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_stay.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkWedding .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_wedding.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkWedding .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkWedding:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_wedding.png);
}
.hotelNavigationItemDesktop .hotelNavigationLinkSightseeing .hotelNavigationLinkInner {
  background: url(../img/hilton/hotel/nav/hotel_nav_sightseeing.png) no-repeat 0 14px;
  background-size: 33px 54px;
}
.hotelNavigationItemDesktop.active .hotelNavigationLinkSightseeing .hotelNavigationLinkInner, .hotelNavigationItemDesktop .hotelNavigationLinkSightseeing:hover .hotelNavigationLinkInner {
  background-image: url(../img/hilton/hotel/nav_active/hotel_nav_active_sightseeing.png);
}

.hotelNavigationMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d3d3d3;
  background: #f6f6f6;
}

.hotelNavigationItemMobile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-top: 1px solid #d3d3d3;
  list-style: none;
}
.hotelNavigationItemMobile .hotelNavigationLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 14px 10px 11px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
}
.hotelNavigationItemMobile .hotelNavigationLink:hover {
  text-decoration: none;
}
.hotelNavigationItemMobile.active .hotelNavigationLink {
  border-bottom: 2px solid #051f38;
}

.hotelNavigationItemBroadMobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/**
 * * _hotel_list_item Structures
 * */
/**
 * * HotelListItem Parts
 * */
.hotelsListItems:before, .hotelsListItems:after {
  content: " ";
  display: table;
}
.hotelsListItems:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 30px;
  }
}

.hotelsListItemWrap {
  padding: 0;
  margin: 0;
}

.hotelsListItem {
  position: relative;
  padding: 0 0 24px;
  background: #fff;
}
.hotelsListItem:before, .hotelsListItem:after {
  content: " ";
  display: table;
}
.hotelsListItem:after {
  clear: both;
}
.hotelsListItem p {
  font-size: 12px;
  color: #312e2e;
}
@media (min-width: 1200px) {
  .hotelsListItem p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .hotelsListItemWrap {
    margin-top: 30px;
    padding-right: 30px;
  }

  .hotelsListItem {
    height: 100%;
    padding: 0 0 74px;
    background: #eee;
  }
}
.hotelsListItemReserve {
  margin: 26px 0 0;
  padding: 0 10px;
}
.hotelsListItemReserve:before, .hotelsListItemReserve:after {
  content: " ";
  display: table;
}
.hotelsListItemReserve:after {
  clear: both;
}

.hotelsListItemReserveBtn {
  float: right;
  width: 49%;
  height: 44px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .hotelsListItemReserveBtn {
    height: 35px;
    line-height: 32px;
  }
}

.hotelsListItemReserveBtnArrow {
  float: right;
  margin: 12px 10px 0 0;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/hilton/city/city_arrow_right.png) no-repeat;
  background-size: 10px 15px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .hotelsListItemReserveBtnArrow {
    margin: 8px 5px 0 0;
  }
}

.hotelsListItemInner {
  position: relative;
}

.hotelsListItemSale {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 5px;
  width: 60%;
  max-width: 225px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(155, 12, 22, 0.8);
  color: white;
  cursor: pointer;
}
.hotelsListItemSale:hover {
  text-decoration: none;
}

.hotelsListItemSaleButton {
  position: relative;
  display: inline-block;
  padding: 7px 25px 7px 25px;
  line-height: 18px;
  border-radius: 5px;
  color: #fff;
  background: #051f38;
}
.hotelsListItemSaleButton:hover {
  color: #fff;
}
.hotelsListItemSaleButton .hotelsListItemReserveBtnArrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -8px 5px 0 0;
}

.hotelsListItemSaleInner {
  display: none;
  padding: 8px 5px 5px;
  text-align: center;
}
.hotelsListItemSaleInner p {
  text-align: center;
  color: #fff;
  font-size: 11px;
}

.hotelsListItemSaleHeading {
  margin: 0;
  padding: 0 0 0 13px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
}
.hotelsListItemSaleHeading.opened .hotelsListItemSaleArrowBottom {
  width: 11px;
  height: 6px;
  background: url(../img/shared/icon/icon_arrow_top_sp.png) no-repeat;
  background-size: 11px 6px;
}

.hotelsListItemSaleArrowBottom {
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 11px;
  height: 6px;
  background: url(../img/shared/icon/icon_arrow_bottom_sp.png) no-repeat;
  background-size: 11px 6px;
}

.hotelsListItemLookClosely {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px 0 8px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #051f38;
}
.hotelsListItemLookClosely:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hotelsListItemLookClosely .hotelsListItemGlass {
  display: block;
  float: right;
  margin-top: 9px;
  width: 26px;
  height: 20px;
}

.hotelsListItemDescription {
  padding: 19px 10px 0;
}
.hotelsListItemDescription p {
  margin: 0;
}

.hotelsListItemLookCloselyTag {
  display: none;
}

.hotelsListItemSimpleVersionTag {
  display: inline-block;
  color: #fff;
}

.hotelsListItemImgWrap {
  position: relative;
  padding: 0;
}

.hotelsListItemImg {
  width: 100%;
}

.hotelsListItemReserveWrap {
  color: #fff;
}
.hotelsListItemReserveWrap a {
  font-size: 14px;
}

.hotelsListItemRecommendated {
  background: #fff !important;
}

.hotelsListItemIcons {
  margin: 9px 0 19px;
  padding: 0 10px;
}
.hotelsListItemIcons:before, .hotelsListItemIcons:after {
  content: " ";
  display: table;
}
.hotelsListItemIcons:after {
  clear: both;
}
.hotelsListItemIcons .hotelDetailsAvailabilitiesListItem {
  padding: 0;
  width: auto;
}
.hotelsListItemIcons .hotelDetailsAvailabilityIconWrap {
  float: left;
  margin: 5px 15px 0 0;
  height: 22px;
  list-style-type: none;
}
.hotelsListItemIcons .hotelDetailsAvailabilityDetail {
  display: none;
}

.hotelsListItemPriceTag {
  margin-top: 15px;
  font-size: 12px;
  color: #91a500;
  font-weight: bold;
  padding: 0 10px;
}
.hotelsListItemPriceTag strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .hotelsListItemPriceTag strong {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .hotelsListItemLookClosely {
    padding: 0 9px 0 18px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
  .hotelsListItemLookClosely .hotelsListItemGlass {
    margin-top: 14px;
  }

  .hotelsListItemDescription {
    padding: 20px 20px 0;
  }

  .hotelsListItemIcons {
    margin: 15px 0 0;
    padding: 0 20px;
  }
  .hotelsListItemIcons .hotelsListItemIcon {
    margin-right: 17px;
    height: 24px;
  }

  .hotelsListItemPriceTags {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    padding: 0 20px;
  }

  .hotelsListItemPriceTag {
    display: table-cell;
    width: 40%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    vertical-align: middle;
  }

  .hotelsListItemReserve {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
}
.hotelsListItemHeading {
  display: table;
  margin: 0;
  width: 100%;
  height: 68px;
  background: #eee;
}

.hotelsListItemHeadingInner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 2px 10px 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #312e2e;
}
@media (min-width: 1200px) {
  .hotelsListItemHeadingInner {
    font-size: 22px;
  }
}

.hotelsListItemExplanation {
  padding: 0;
}

a.hotelsListItemToCityHotelLink {
  display: block;
  text-decoration: none;
}

.hotelsListItemGrayArrow {
  float: right;
  margin-right: 2%;
  width: 49%;
  height: 44px;
  line-height: 40px;
  text-align: center;
}
.hotelsListItemGrayArrow:after {
  float: right;
  margin: 12px 10px 0 0;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/hilton/city/city_arrow_right.png) no-repeat;
  background-size: 10px 15px;
  content: "";
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .hotelsListItemGrayArrow:after {
    margin: 8px 4px 0 0;
  }
}
@media (min-width: 1200px) {
  .hotelsListItemGrayArrow {
    height: 35px;
    line-height: 32px;
  }
}

.hotelsListItemDetailBrandImg {
  margin: -3px 5px 0 0;
  height: 28px;
  vertical-align: middle;
}

.hotelFeaturesList {
  padding: 0;
}
.hotelFeaturesList:before, .hotelFeaturesList:after {
  content: " ";
  display: table;
}
.hotelFeaturesList:after {
  clear: both;
}

.hotelFeaturesListItem {
  padding: 0 0 10px;
}
.hotelFeaturesListItem:before, .hotelFeaturesListItem:after {
  content: " ";
  display: table;
}
.hotelFeaturesListItem:after {
  clear: both;
}

@media (min-width: 768px) {
  .hotelFeaturesList {
    padding: 0 30px 20px 0;
  }

  .hotelFeaturesListItem {
    margin: 20px 0 0;
    padding: 0 0 0 30px;
  }
}
.hotelFeaturesListItemHeading {
  display: block;
}
.hotelFeaturesListItemHeading:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hotelFeaturesListItemTitle {
  position: relative;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #051f38;
}
.hotelFeaturesListItemHeadingWithLink .hotelFeaturesListItemTitle {
  padding-right: 30px;
  background: url(../img/hilton/hotel/shared/glass.png) #051f38 right center no-repeat;
  background-size: 26px 20px;
}

.hotelFeaturesListItemImg {
  width: 100%;
}

.hotelFeaturesListItemDescription {
  position: relative;
}
.hotelFeaturesListItemDescription:before, .hotelFeaturesListItemDescription:after {
  content: " ";
  display: table;
}
.hotelFeaturesListItemDescription:after {
  clear: both;
}
.hotelFeaturesListItemDescription p {
  margin: 15px 0 0;
  padding: 0 10px;
  min-height: 34px;
}
.hotelFeaturesListItemDescription.withAppBtn p {
  margin-right: 100px;
}
.hotelFeaturesListItemDescription.withAppBtn p.hotelFeaturesListItemDescriptionDining {
  margin-right: 120px;
}
.hotelFeaturesListItemDescription .appBtn {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 2px 30px 2px 20px;
  margin-bottom: -15px;
}
.hotelFeaturesListItemDescription .hotelIconReserveRightArrow {
  position: absolute;
  right: 5px;
  top: 8px;
}
@media (min-width: 768px) {
  .hotelFeaturesListItemDescription .hotelIconReserveRightArrow {
    top: 12px;
  }
  .hotelFeaturesListItemDescription .appBtn {
    right: 0;
  }
}

.hotelFeatureOtherPlansWrap {
  position: relative;
  margin: 0 0 30px;
}
.hotelFeatureOtherPlansWrap .iconPlans {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  width: 13px;
  height: 15px;
  background: url(../img/shared/icon/icon_plans_sp.png) no-repeat;
  background-size: 13px 15px;
}
@media (min-width: 768px) {
  .hotelFeatureOtherPlansWrap .iconPlans {
    top: 5px;
    width: 18px;
    height: 22px;
    background: url(../img/shared/icon/icon_plans.png) no-repeat;
  }
  .hotelFeatureOtherPlansWrap .hotelFeaturePopularSwiperIcon {
    margin-top: -22px !important;
    width: 23px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlansWrap {
    margin-bottom: 60px;
  }
}

.hotelFeatureOtherPlans:before, .hotelFeatureOtherPlans:after {
  content: " ";
  display: table;
}
.hotelFeatureOtherPlans:after {
  clear: both;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px 0 0;
  }
}

.hotelFeatureOtherPlansHeading {
  margin: 0;
  padding: 10px;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #051f38;
}

.hotelFeatureOtherPlan {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
.hotelFeatureOtherPlan:before, .hotelFeatureOtherPlan:after {
  content: " ";
  display: table;
}
.hotelFeatureOtherPlan:after {
  clear: both;
}
.hotelFeatureOtherPlan:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hotelFeatureOtherPlan:last-of-type {
  border: 0;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlan {
    display: block;
    margin: 40px 0 0;
    padding: 0 0 0 30px;
    width: 25%;
    border: 0;
  }
}

.hotelFeatureOtherPlanHeading {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #4c4a4a;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlanHeading {
    display: none;
  }
}

.hotelFeatureOtherPlanImageWrap {
  position: relative;
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  width: 20%;
}
.hotelFeatureOtherPlanImageWrap:before {
  content: "";
  display: block;
  padding-top: 61.8%;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlanImageWrap {
    float: none;
    width: 100%;
  }
}

.hotelFeatureOtherPlanImageInner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hotelFeatureOtherPlanImage {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotelFeatureOtherPlanDescription {
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #4c4a4a;
}
@media (min-width: 992px) {
  .hotelFeatureOtherPlanDescription {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
  }
}

.hotelHomeRecommendationsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 60px;
}
.hotelHomeRecommendationsList:before, .hotelHomeRecommendationsList:after {
  content: " ";
  display: table;
}
.hotelHomeRecommendationsList:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelHomeRecommendationsList {
    padding: 0 15px 90px;
  }
}

.hotelHomeRecommendationsDesktop {
  margin: 60px 0 30px;
}

.hotelHomeRecommendationImg {
  width: 100%;
}

.hotelHomeRecommendationsTitle {
  height: 45px;
}
.hotelHomeRecommendationsTitle h2 {
  margin: 0;
  padding: 18px 0;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #00a0ea;
  font-size: 20px;
  font-weight: bold;
}
.hotelHomeRecommendationsTitle h2:before {
  content: "";
  position: relative;
  display: inline-block;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  width: 18.5px;
  height: 16.5px;
  background: url(../img/shared/icon_check.png) no-repeat;
  background-size: 18.5px 16.5px;
}

.hotelHomeRecommendation {
  padding-bottom: 20px;
}
.hotelHomeRecommendation:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .hotelHomeRecommendation {
    padding-bottom: 50px;
  }
}

.hotelHomeRecommendationDescription {
  margin-top: 10px;
}
.hotelHomeRecommendationDescription h3 {
  margin: 0 0 5px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  word-wrap: break-word;
}
.hotelHomeRecommendationDescription .hotelHomeRecommendationHotelPrice {
  color: #91a500;
}

.hotelHomeRecommendationsNoHistory {
  width: 100%;
  padding: 20px 0 30px;
  text-align: center;
  color: #8f8f8f;
}

.hotelHomeRecommendationsListItemWrap {
  padding: 0 10px;
  margin: 21px 0 0;
  width: 50%;
}
@media (min-width: 768px) {
  .hotelHomeRecommendationsListItemWrap {
    margin: 40px 0 0;
    padding: 0 15px;
    width: 25%;
  }
}

.hotelHomeRecommendationsListItem {
  display: block;
}
.hotelHomeRecommendationsListItem:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hotelHomeRecommendationsImg {
  width: 100%;
  height: 100%;
}

.hotelHomeRecommendationsText h2 {
  margin: 8px 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.hotelHomeRecommendationsText p {
  margin: 0;
  font-size: 12px;
  color: #91a500;
}
@media (min-width: 768px) {
  .hotelHomeRecommendationsText h2 {
    margin-top: 10px;
    font-size: 17px;
  }
  .hotelHomeRecommendationsText p {
    margin: 0;
    font-size: 17px;
  }
}

.hotelPhotosCategoryTitle {
  margin-top: 1px;
  height: 30px;
  line-height: 30px;
  background-color: #051f38;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.hotelPhotosCategoryPhotosWrap {
  padding-right: 1px;
}
.hotelPhotosCategoryPhotosWrap:before, .hotelPhotosCategoryPhotosWrap:after {
  content: " ";
  display: table;
}
.hotelPhotosCategoryPhotosWrap:after {
  clear: both;
}
.hotelPhotosCategoryPhotosWrap:last-child {
  margin-bottom: 50px;
}
.hotelPhotosCategoryPhotosWrap .hotelHomeIndoorViewWrap {
  display: none;
}

.hotelPhotosCategoryPhotoWrap {
  float: left;
  position: relative;
  padding: 1px 0 0 1px;
  width: 33.3%;
  height: auto;
  overflow: hidden;
}
.hotelPhotosCategoryPhotoWrap .hotelPhotoSlide {
  display: none;
}

.hotelPhotosCategoryPhoto {
  width: 100%;
}

.hotelPhotosPlayModalStartImage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;
  background: url(../img/hilton/hotel/hotel_icon/hotel_icon_youtube_start_button.png) center center no-repeat;
  background-size: 45.3333333333px 45.3333333333px;
}

#pageHotelPhotos .hotelHomePlayModalStartImage {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 35%;
  left: 40%;
  width: 68px;
  hight: 68px;
  z-index: 10;
  background: url(../img/hilton/hotel/hotel_icon/hotel_icon_youtube_start_button.png) center center no-repeat;
  background-size: 68px 68px;
}
#pageHotelPhotos .on .hotelHomePlayModalStartImage {
  display: block;
}
#pageHotelPhotos .on .hotelPhotosPlayModalStartImage {
  display: none;
}

.hotelPhotoSliderImage {
  width: 100%;
  height: auto;
  min-height: 180px;
}
@media (min-width: 414px) {
  .hotelPhotoSliderImage {
    min-height: 210px;
  }
}

.hotelPhotoSliderTextArea {
  height: 170px;
  padding: 16px 10px;
  background-color: #fff;
}

.hotelPhotoSliderTextAreaInner {
  height: 115px;
  overflow-y: scroll;
}

.hotelPhotoSliderTextCategories {
  padding: 6px;
  font-size: 16px;
  color: #fff;
  background-color: #052039;
}

.hotelPhotoSliderTextHead {
  font-size: 18px;
  margin: 10px 0 0;
}

.hotelPhotoSliderTextDescription {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  height: 40px;
}

.hotelPhotoSliderDialog {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hotelPhotoSliderDialogActive {
  display: block;
}

.hotelPhotoSliderDialogClose {
  display: block;
  width: 38px;
  margin: -40px 0 0 auto;
}

.hotelPhotoSliderDialogInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 92%;
  height: 350px;
  margin: auto;
}
@media (min-width: 768px) {
  .hotelPhotoSliderDialogInner {
    width: 700px;
    height: auto;
  }
}

.hotelPhotoSliderDialogImgWrap {
  display: block;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .hotelPhotoSliderDialogImgWrap {
    margin-top: 60px;
  }
}

.hotelPhotoSliderWrap {
  width: 100%;
  height: auto;
}
.hotelPhotoSliderWrap .swiper-slide {
  display: block;
  width: 100%;
}

.salePageSwiperContainer {
  width: 100%;
}

.hotelPhotoSliderDialogImg {
  display: block;
  width: 100%;
}

.hotelPhotoSliderNavigationWrap {
  text-align: center;
  margin-top: 10px;
}

.swiper-button-prev.hotelPhotoSliderNavigationLeft, .swiper-button-next.hotelPhotoSliderNavigationRight {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -108px;
}

.swiper-button-prev.hotelPhotoSliderNavigationLeft {
  background: url("/static/img/shared/hotel_photo_arrow_left.png") no-repeat center;
  background-size: contain;
  left: -8px;
}

.swiper-button-next.hotelPhotoSliderNavigationRight {
  background: url("/static/img/shared/hotel_photo_arrow_right.png") no-repeat center;
  background-size: contain;
  right: -8px;
}

.hotelPhotoSliderNavigation {
  display: inline-block;
  width: 20px;
  height: 36px;
  margin: 5px;
}

.hotelPhotoSliderNavigationPagination {
  position: absolute;
  display: inline-block;
  height: 8px;
  z-index: 10;
  bottom: 20px;
  color: #808080;
  font-size: 14px;
}
.hotelPhotoSliderNavigationPagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  background: url(/static/img/sale/20190515/carousels.png) no-repeat;
  border: none;
}
.hotelPhotoSliderNavigationPagination .swiper-pagination-bullet-active {
  background-image: url(/static/img/sale/20190515/carousels_on.png);
}

.hotelAbImageSmall {
  cursor: pointer;
}

.mapHotel {
  padding: 10px 0 15px 20px;
  width: 240px;
  font-size: 13px;
}
.mapHotel h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: bold;
}
.mapHotel p {
  margin: 0;
}
.mapHotel .mapHotelAddress {
  margin: 0 0 10px;
}
.mapHotel .mapHotelImg {
  display: block;
  width: 50%;
  margin: 15px 0 0;
}
.mapHotel a.visible-xs {
  display: inline !important;
}
@media (min-width: 768px) {
  .mapHotel {
    padding: 20px 0 25px 20px;
    width: 275px;
  }
  .mapHotel .mapHotelImg {
    width: 122px;
    height: 76px;
    margin-top: 20px;
  }
  .mapHotel a.visible-xs {
    display: none !important;
  }
}

.hotelHomePromotionReservationArrowRightIcon {
  content: "";
  position: absolute;
  display: block;
  top: 18px;
  right: 15px;
  width: 7.5px;
  height: 16px;
  background: url(../img/shared/arrow_right_reservation_sp.png) no-repeat;
  background-size: 7.5px 16px;
}
@media (min-width: 768px) {
  .hotelHomePromotionReservationArrowRightIcon {
    top: 6px;
    right: 8px;
    width: 8px;
    height: 16px;
    background: url(../img/shared/arrow_right_reservation_pc.png) no-repeat;
  }
}

.hotelHomePhotosWrap {
  position: relative;
  overflow: hidden;
}
.hotelHomePhotosWrap .hotelHeadingDesktop {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
}

.hotelHomePhotos {
  position: relative;
  padding: 0;
  width: 100%;
  min-height: 100px;
}

.hotelHomeModalContent .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.hotelHomeModalContent .modal-content {
  background: none;
}
.hotelHomeModalContent .hotelHomeIndoorViewModalContent {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.hotelHomeModalContent .closeBtn {
  display: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hotelHomeModalContent .closeBtn {
    display: inline-block;
    margin-left: 20px;
  }
}
.hotelHomeModalContent .closeBtn img {
  width: 40px;
  height: 40px;
}
.hotelHomeModalContent .hotelHomeIndoorViewModalCloseBtn {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url(../img/shared/icon/icon_indoor_view_close_sp.png) no-repeat;
  background-size: 19px 19px;
}
@media (min-width: 992px) {
  .hotelHomeModalContent .hotelHomeIndoorViewModalCloseBtn {
    width: 24px;
    height: 24px;
    background: url(../img/shared/icon_sm/icon_indoor_view_close.png) no-repeat;
  }
}
.hotelHomeModalContent .hotelHomeModalTitle {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hotelHomeModalContent .hotelHomeModalTitle {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
  }
}

.hotelHomeModalStopButton {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  background: url(../img/hilton/hotel/hotel_icon/hotel_icon_youtube_stop_button_sp.png) center center no-repeat;
  background-size: 68px 68px;
}

.hotelHomeIndoorViewWrap {
  z-index: 10;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -115px 0 0 -110px;
  padding: 10px 15px 15px 15px;
  width: 220px;
  height: 170px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .hotelHomeIndoorViewWrap {
    margin: -160px 0 0 -150px;
    padding: 20px;
    width: 300px;
    height: 240px;
    font-size: 16px;
  }
}

.hotelHomePlayModalStartImage {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  width: 68px;
  height: 68px;
  z-index: 10;
  background: url(../img/hilton/hotel/hotel_icon/hotel_icon_youtube_start_button.png) center center no-repeat;
  background-size: 68px 68px;
}
@media (min-width: 768px) {
  .hotelHomePlayModalStartImage {
    margin: -68px 0 0 -68px;
    width: 136px;
    height: 136px;
    background: url(../img/hilton/hotel/hotel_icon/hotel_icon_youtube_start_button.png) center center no-repeat;
  }
}

.hotelHomeThumbnailImg {
  display: none;
}

.hotelHomePhotoImg {
  display: block;
  width: 100%;
}

.hotelHomePhotosDesktop .hotelHomePhotoImg {
  top: 0;
  left: 0;
  position: absolute;
}

.hotelHomePhotoHeading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .hotelHomePhotoHeading {
    bottom: 48px;
    padding: 4px 20px 0;
    height: 50px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hotelHomePhotoHeading {
    height: 28px;
  }
}

.hotelHomePhotoHeadingBackColor {
  display: none;
}
@media (min-width: 768px) {
  .hotelHomePhotoHeadingBackColor {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    height: 94px;
    background: rgba(0, 0, 0, 0.5);
  }
}

.hotelHomePhotoHeadingSub {
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
  font-size: 9px;
}
@media (min-width: 768px) {
  .hotelHomePhotoHeadingSub {
    display: inline;
    margin: 0 0 0 10px;
    font-size: 13px;
  }
}

.hotelHomePhotos .swiper-container {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.hotelHomePhotos .swiper-container:before, .hotelHomePhotos .swiper-container:after {
  content: " ";
  display: table;
}
.hotelHomePhotos .swiper-container:after {
  clear: both;
}
.hotelHomePhotos .swiper-slide {
  overflow: hidden;
  position: relative;
  display: block;
}
.hotelHomePhotos .swiper-button-prev, .hotelHomePhotos .swiper-button-next {
  display: block;
  margin-top: -21px;
  height: 43px;
  width: 18px;
  background: rgba(0, 0, 0, 0.5) url(/static/img/hotel/hotel_home_arrow_right.png) no-repeat center center;
  background-size: 10px 20px;
}
.hotelHomePhotos .swiper-button-prev {
  left: 0;
  background-image: url(/static/img/hotel/hotel_home_arrow_left.png);
}
.hotelHomePhotos .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .hotelHomePhotos .swiper-button-prev, .hotelHomePhotos .swiper-button-next {
    margin-top: -46px;
    height: 92px;
    width: 38px;
    background: rgba(255, 255, 255, 0.5) url(../img/hilton/hotel/shared/arrow_right.png) no-repeat center center;
  }
  .hotelHomePhotos .swiper-button-prev {
    background-image: url(../img/hilton/hotel/shared/arrow_left.png);
  }
}

.hotelHomeIndoorViewEmphasized {
  margin-top: 10px;
  padding: 6px 0;
  height: 40px;
  border: 3px solid #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hotelHomeIndoorViewEmphasized {
    margin-top: 20px;
    padding: 15px;
    height: auto;
    font-size: 14px;
  }
}

.iconArrowRightIndoorView {
  position: relative;
  display: inline-block;
  top: 3px;
  left: 5px;
  width: 7.5px;
  height: 16px;
  background: url(../img/shared/icon/icon_arrow_right_indoor_view_sp.png) no-repeat;
  background-size: 7.5px 16px;
}
@media (min-width: 768px) {
  .iconArrowRightIndoorView {
    top: 2px;
    left: 10px;
    width: 8px;
    height: 16px;
    background: url(../img/shared/icon_sm/icon_arrow_right_indoor_view.png) no-repeat;
  }
}

.hotelHomePhotosNav {
  display: none;
  z-index: 10;
  float: left;
  margin-right: 1px;
  vertical-align: middle;
  width: 50px;
  background-color: transparent;
}
.hotelHomePhotosNav:before, .hotelHomePhotosNav:after {
  content: " ";
  display: table;
}
.hotelHomePhotosNav:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelHomePhotosNav {
    display: table;
  }
}

.hotelHomePhotosNavLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #4c4a4a;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  vertical-align: middle;
}
.hotelHomePhotosNavLink:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .hotelHomePhotosNavLink {
    margin-right: 1px;
    padding: 0 5px;
    height: 48px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .hotelHomePhotosNavLink {
    font-size: 10px;
  }
}
.hotelHomePhotosNavLink.on {
  color: #fff;
  background: rgba(5, 31, 56, 0.5);
  border: 3px solid #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hotelHomePhotosNavLink.on {
    padding: 0;
  }
}

.hotelHomeThumbnailsWrap {
  float: right;
  position: relative;
}
@media (min-width: 1200px) {
  .hotelHomeThumbnailsWrap {
    width: 80%;
  }
}

.hotelHomeNavWrap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  display: none;
  width: 100%;
  height: 48px;
  padding: 0 40px;
  background-color: #051f38;
}
@media (min-width: 768px) {
  .hotelHomeNavWrap {
    display: block;
  }
}

.hotelHomeThumbnails {
  position: absolute;
  z-index: 10;
  padding: 0;
  height: 48px;
  background: rgba(5, 31, 56, 0.5);
}
@media (min-width: 768px) {
  .hotelHomeThumbnails {
    position: static;
    padding: 0 40px;
    background: none;
  }
  .hotelHomeThumbnails.hidden {
    bottom: -1000px;
  }
}
.hotelHomeThumbnails .hotelHomePhotoDetailItem {
  display: none;
}
.hotelHomeThumbnails .swiper-button-prev, .hotelHomeThumbnails .swiper-button-next {
  display: block !important;
  margin-top: 0 !important;
  top: 0;
  height: 48px;
  width: 40px;
  background: url(../img/hilton/hotel/home/hotel_home_arrow_left_xs.png) center center no-repeat;
}
.hotelHomeThumbnails .swiper-button-prev {
  left: 0;
}
.hotelHomeThumbnails .swiper-button-next {
  right: 0;
  background-image: url("../img/hilton/hotel/home/hotel_home_arrow_right_xs.png");
}
.hotelHomeThumbnails .swiper-container {
  margin: 0;
  height: 48px;
}
.hotelHomeThumbnails .swiper-slide {
  position: relative;
  display: block;
  float: left;
  width: 49px;
  height: 48px;
}
.hotelHomeThumbnails .active:after, .hotelHomeThumbnails .swiper-slide:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
.hotelHomeThumbnails .active:after {
  border: 3px solid #fff;
}
.hotelHomeThumbnails .swiper-slide:hover:after {
  background: rgba(255, 255, 255, 0.5);
}
.hotelHomeThumbnails .hotelHomeThumbnailImg {
  display: block;
  width: 48px;
  height: 48px;
}

.hotelHomePromotionWrap {
  *zoom: 1;
  position: relative;
  display: table;
  width: 100%;
  height: 45px;
  background-color: #051f38;
  color: #fff;
}
.hotelHomePromotionWrap:after {
  content: "";
  display: table;
  clear: both;
}

.hotelHomePromotionClose {
  position: absolute;
  display: block;
  top: 15px;
  width: 20px;
  height: 20px;
  margin: 0 12px;
  background: url(../img/shared/close_bar_sp.png) center center no-repeat;
  background-size: 20px 20px;
  background-size: contain;
}

.hotelHomePromotionHeading {
  display: table-cell;
  padding: 0 10px 0 45px;
  width: 70%;
  height: 50px;
  vertical-align: middle;
  font-size: 13px;
}

.hotelHomePromotionReservation {
  position: relative;
  display: table-cell;
  padding-left: 10px;
  padding-right: 25px;
  width: 30%;
  height: 50px;
  vertical-align: middle;
  background-color: #9c0c16;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .hotelHomePromotionWrap {
    display: block;
    height: 40px;
  }

  .hotelHomePromotionClose {
    margin: 10px;
    top: 0;
    right: 0;
  }

  .hotelHomePromotionHeading {
    display: block;
    float: left;
    padding: 6px 10px 6px 15px;
    width: auto;
    max-width: 65%;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 28px;
  }

  .hotelHomePromotionReservation {
    float: none;
    display: inline-block;
    margin: 7px 0;
    padding: 5px 25px 5px 10px;
    width: auto;
    height: 26px;
  }
  .hotelHomePromotionReservation br {
    display: none;
  }
  .hotelHomePromotionReservation:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 992px) {
  .hotelHomePromotionHeading {
    max-width: 75%;
  }
}
.hotelGalleryBtnWrap {
  clear: both;
  padding: 12px 10px;
}

.hotelGalleryBtn {
  padding: 0;
  position: relative;
  height: 37px;
  width: 100%;
  line-height: 37px;
  text-align: center;
  font-size: 15px;
}

.hotelIconGallery {
  position: absolute;
  left: 20px;
  top: 7px;
  width: 26px;
  height: 22.5px;
  background: url(../img/hilton/hotel/hotel_icon/hotel_icon_gallery.png) no-repeat;
  background-size: 26px 22.5px;
}

.hotelIconGalleryArrowRight {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 9px;
  height: 14.5px;
  background: url(../img/hilton/hotel/hotel_icon/hotel_icon_gallery_arrow_right.png) no-repeat;
  background-size: 9px 14.5px;
}

@media (min-width: 992px) {
  .hotelGalleryBtnWrap {
    display: none;
  }
}
.hotelHomeDetails {
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .hotelHomeDetails {
    padding: 30px;
  }
}

.hotelHomeDetailsInner {
  position: relative;
  overflow: hidden;
}

.hotelHomeDetailsInnerTrigger {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(40%, rgba(255, 255, 255, 0.6)), color-stop(60%, white), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.6) 40%, white 60%, white);
}
@media (min-width: 992px) {
  .hotelHomeDetailsInnerTrigger {
    display: none;
  }
}

.hotelHomeDetailsInnerTriggerText {
  margin: 0;
  padding: 140px 0 20px;
  text-align: center;
  color: #4c4a4a;
  background: url(/static/img/hotel/hotel_home_arrow_bottom.png) no-repeat center bottom;
  background-size: 15px 15px;
}

.hotelHomeDetailsHeading {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  color: #3fa9f5;
}

.hotelHomeDetailsDescription {
  margin: 30px 0 0;
  padding-bottom: 30px;
}
.hotelHomeDetailsDescription p {
  line-height: 1.6;
}
@media (min-width: 992px) {
  .hotelHomeDetailsDescription {
    padding: 0;
  }
}

.hotelHomeDetailsBodyPriceTags:before, .hotelHomeDetailsBodyPriceTags:after {
  content: " ";
  display: table;
}
.hotelHomeDetailsBodyPriceTags:after {
  clear: both;
}
@media (min-width: 992px) {
  .hotelHomeDetailsBodyPriceTags {
    margin-top: 30px;
    text-align: right;
  }
}

.hotelHomeDetailsBodyReserve {
  float: left;
  width: 50%;
  padding: 0;
}
@media (min-width: 992px) {
  .hotelHomeDetailsBodyReserve {
    float: none;
    display: inline-block;
    max-width: 300px;
  }
}

.hotelHomeDetailsBodyPriceTag {
  float: left;
  padding: 10px 0 0;
  width: 50%;
  color: #91a500;
  text-align: left;
  font-size: 14px;
}
.hotelHomeDetailsBodyPriceTag strong {
  font-size: 18px;
}
@media (min-width: 992px) {
  .hotelHomeDetailsBodyPriceTag {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
    vertical-align: middle;
    font-size: 18px;
  }
  .hotelHomeDetailsBodyPriceTag strong {
    font-size: 30px;
  }
}

.hotelHomeDetailsAvailabilitiesWrap {
  margin: 25px 0 0;
  background: #eee;
}
.hotelHomeDetailsAvailabilitiesWrap:before, .hotelHomeDetailsAvailabilitiesWrap:after {
  content: " ";
  display: table;
}
.hotelHomeDetailsAvailabilitiesWrap:after {
  clear: both;
}
@media (min-width: 992px) {
  .hotelHomeDetailsAvailabilitiesWrap {
    margin: 30px 0 0;
    padding: 20px 0;
  }
  .hotelHomeDetailsAvailabilitiesWrap .hotelDetailsAvailabilitiesList {
    padding-left: 30px;
  }
}

#hotelHomePhotosOverlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
}

.gBodyHotelHomeBanner {
  z-index: 100;
  padding-left: 40px;
  width: 150px;
  height: 45px;
  border-right: none;
  color: #fff;
  text-decoration: none;
}
.gBodyHotelHomeBanner:before {
  content: "";
  display: inline-block;
  position: absolute;
  display: block;
  top: 10px;
  left: 8px;
}
.gBodyHotelHomeBanner:visited {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .gBodyHotelHomeBanner:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .pageHotel .gBodyQuestionnaireLink {
    display: none;
  }
}

.hotelHomeRecommendationsRow {
  *zoom: 1;
}
.hotelHomeRecommendationsRow:after {
  content: "";
  display: table;
  clear: both;
}

.hotelHomeChangeLanguagesWrap {
  padding: 0px 10px 50px 10px;
}
@media (min-width: 768px) {
  .hotelHomeChangeLanguagesWrap {
    padding: 0 30px;
  }
}

.hotelHomeChangeLanguagesWrapTitle {
  margin: 0 0 8px;
}

.hotelHomeChangeLanguage {
  display: inline-block;
}
.hotelHomeChangeLanguage:after {
  content: "|";
  margin: 0 4px;
}

.hotelHomeChangeLanguageLink:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-top: -3px;
  margin-left: 8px;
  vertical-align: middle;
  background: url(../img/hilton/hotel/hotel_icon/link_icon_sp.png) center center no-repeat;
  background-size: 8.5px 8px;
}
@media (min-width: 768px) {
  .hotelHomeChangeLanguageLink:after {
    margin-top: -1px;
    background: url("../img/hilton/hotel/hotel_icon/link_icon.png") no-repeat;
  }
}

.hotelHomeSwiperButtonWrapper .swiper-button-none {
  background: none;
}

.hotelAccessDetail {
  height: 100%;
}

.hotelAccessDetailInner {
  padding: 20px 10px 30px;
}
@media (min-width: 768px) {
  .hotelAccessDetailInner {
    padding: 30px;
  }
}

.hotelAccessDescription {
  line-height: 1.6;
}

.hotelAccessMapWrap {
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .hotelAccessMapWrap {
    padding: 20px 30px 10px;
  }
}

.hotelAccessMap {
  width: 100%;
  height: 380px;
}
@media (min-width: 768px) {
  .hotelAccessMap {
    height: 520px;
  }
}

.hotelAccessAddress {
  margin: 0;
  padding: 0 10px;
}

.hotelAccessSection h2 {
  line-height: 2;
  color: #3fa9f5;
  font-size: 14px;
  border-bottom: 1px solid #3fa9f5;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 {
    font-size: 18px;
  }
}
.hotelAccessSection h2 .hotelIconCar {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 .hotelIconCar {
    margin-top: 14px;
  }
}
.hotelAccessSection h2 .hotelIconTrain {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 .hotelIconTrain {
    margin-top: 7px;
  }
}
.hotelAccessSection h2 .hotelIconAirplane {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 .hotelIconAirplane {
    margin-top: 7px;
  }
}
.hotelAccessSection h2 .hotelIconBus {
  margin-top: 10px;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .hotelAccessSection h2 .hotelIconBus {
    margin-top: 14px;
  }
}
.hotelAccessSection h3 {
  width: auto;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
.hotelAccessSection h3:before, .hotelAccessSection h3:after {
  content: " ";
  display: table;
}
.hotelAccessSection h3:after {
  clear: both;
}
.hotelAccessSection h3 .inner {
  display: block;
  float: left;
  padding: 0 5px;
  background: #3fa9f5;
}
.hotelAccessSection h3:after {
  float: left;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 6px;
  border-color: transparent transparent transparent #3fa9f5;
}
.hotelAccessSection .arrowHeading {
  width: auto;
  margin: 20px 0 10px;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
.hotelAccessSection .arrowHeading h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 5px;
  background: #3fa9f5;
}
.hotelAccessSection .arrowHeading h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 6px;
  border-color: transparent transparent transparent #3fa9f5;
}

/**
 * * hotel/campaign Page
 * */
.hotelCampaignsList {
  position: relative;
  padding: 10px;
  background: #fff;
}
.hotelCampaignsList:before, .hotelCampaignsList:after {
  content: " ";
  display: table;
}
.hotelCampaignsList:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelCampaignsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px 30px 0;
  }
}

.hotelCampaign {
  position: relative;
  margin: 10px auto 0;
  padding: 10px 0 0;
  border-top: 1px solid #777575;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hotelCampaign {
    margin: 30px 0 0;
    padding: 0 0 0 30px;
    border: none;
    overflow: hidden;
  }
}
.hotelCampaign.hotelCampaignNew .hotelCampaignDescription::before {
  content: "";
  display: block;
  margin-right: 10px;
  float: left;
  width: 50px;
  height: 100%;
  background: url(../img/hilton/hotel/campaign/campaign_new.png) #3fa9f5 center center no-repeat;
  background-size: 24px 14px;
}

.hotelCampaignInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.hotelCampaignInner:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .hotelCampaignInner {
    display: block;
    width: 100%;
  }
}

.hotelCampaignImageWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .hotelCampaignImageWrap {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}

.hotelCampaignImage {
  display: block;
  width: 100%;
}

.hotelCampaignDescription {
  width: 50%;
  color: #000;
  background: #fff;
}
@media (min-width: 768px) {
  .hotelCampaignDescription {
    padding-top: 10px;
    width: 100%;
  }
}

.hotelCampaignDescriptionHeading {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.hotelCampaignDescriptionText {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
}

.hotelCampaignTag {
  position: absolute;
  top: 0;
  padding: 4px 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.hotelCampaignTag.hotelCampaignTagStay {
  background: rgba(161, 48, 165, 0.8);
}
.hotelCampaignTag.hotelCampaignTagDining {
  background: rgba(166, 89, 0, 0.8);
}
.hotelCampaignTag.hotelCampaignTagEtc {
  background: rgba(166, 156, 0, 0.8);
}
@media (min-width: 768px) {
  .hotelCampaignTag {
    padding: 11px 26px;
  }
}

.hotelCampaignsFilteringWrap {
  padding: 15px 0 0;
  background-color: #fff;
}

.hotelCampaignsFilteringButtonsWrap {
  *zoom: 1;
  display: block;
  margin: 0 auto;
  padding-bottom: 22px;
}
.hotelCampaignsFilteringButtonsWrap:after {
  content: "";
  display: table;
  clear: both;
}
.hotelCampaignsFilteringButtonsWrap p {
  padding: 12px 10px 0;
  color: #000;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hotelCampaignsFilteringButtonsWrap p {
    display: none;
  }
}

.hotelCampaignsFilteringButtonWrap {
  float: left;
  margin-bottom: -1px;
  margin-left: 3px;
  width: calc(25% - ( 15px / 4));
  height: 49px;
}

.hotelCampaignsFilteringButton {
  display: block;
  padding: 12px 0;
  border: none;
  width: 100%;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.hotelCampaignsFilteringButton.active {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 12px 0 16px;
  border-bottom: 1px solid #fff;
}

.hotelCampaignsFilteringAllButton {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.hotelCampaignsFilteringStayButton {
  background: #8b318e;
  border: 1px solid #8b318e;
}
.hotelCampaignsFilteringStayButton.active {
  color: #8b318e;
  background: #fff;
}

.hotelCampaignsFilteringDiningButton {
  background: #8f510a;
  border: 1px solid #8f510a;
}
.hotelCampaignsFilteringDiningButton.active {
  color: #8f510a;
  background: #fff;
}

.hotelCampaignsFilteringEtcButton {
  background: #8f870a;
  border: 1px solid #8f870a;
}
.hotelCampaignsFilteringEtcButton.active {
  color: #8f870a;
  background: #fff;
}

.hotelCampaignsFilteringButtons {
  border-bottom: 1px solid #000;
  *zoom: 1;
}
.hotelCampaignsFilteringButtons:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .hotelCampaignsFilteringButtonWrap {
    width: 90px;
  }

  .tabFirst {
    margin-left: 30px;
  }
}
.hotelCampaignsFilteringForm {
  *zoom: 1;
}
.hotelCampaignsFilteringForm:after {
  content: "";
  display: table;
  clear: both;
}

.hotelCampaignsSortingWrap {
  display: table;
  float: left;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .hotelCampaignsSortingWrap.hotelCampaignsSortingWrap {
    padding-left: 30px;
  }
}
.hotelCampaignsSortingWrap p {
  display: table-cell;
  padding-right: 10px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  color: #000;
}
.hotelCampaignsSortingWrap select {
  display: table-cell;
  padding: 0 0 0 5px;
  width: 110px;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/hilton/hotel/hotel_icon/hotel_icon_arrow_bottom.png) #fff 92% center no-repeat;
  background-size: 10.5px 5.5px;
  border: none;
  font-size: 15px;
}

.hotelCampaignsPageNumber {
  float: right;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .hotelCampaignsPageNumber {
    padding-right: 30px;
  }
}
.hotelCampaignsPageNumber p {
  margin: 0;
  font-size: 16px;
}

.hotelDetailsAvailabilitiesList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.hotelDetailsAvailabilityIcon {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .hotelDetailsAvailabilityIcon {
    margin-right: 10px;
  }
}

.hotelDetailsAvailabilitiesListItem {
  display: table;
  height: 50px;
  font-size: 9px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .hotelDetailsAvailabilitiesListItem {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .hotelDetailsAvailabilitiesListItem {
    font-size: 12px;
  }
}

.hotelDetailsAvailabilityIconWrap {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
}

.hotelDetailsAvailabilityDetail {
  display: table-cell;
  vertical-align: middle;
}

.hotelDetailsBodyReserveBtn {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.hotelDetailsBodyReserveBtn .hotelIconReserveRightArrow {
  margin-top: 14px;
  float: right;
}

/**
 * * hotel feature detail pages
 * */
.hotelFeatureDetail:before, .hotelFeatureDetail:after {
  content: " ";
  display: table;
}
.hotelFeatureDetail:after {
  clear: both;
}

.hotelFeatureDetailPhotos .swiper-slide {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hotelFeatureDetailPhotoImg {
  display: block;
  width: 100%;
}

.hotelFeatureDetailPhotoHeading {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  background: #666;
}

.hotelFeatureDetailThumbnails {
  position: relative;
  z-index: 10;
  padding: 10px 0;
  height: 68px;
  background: #808080;
}
.hotelFeatureDetailThumbnails .hotelFeatureDetailPhotoDetailItem {
  display: none;
}
.hotelFeatureDetailThumbnails .swiper-button-prev, .hotelFeatureDetailThumbnails .swiper-button-next {
  display: block !important;
  margin-top: 0 !important;
  top: 0;
  height: 48px;
  width: 30px;
  background: url(../img/hilton/hotel/home/hotel_home_arrow_left_xs.png) center center no-repeat;
}
.hotelFeatureDetailThumbnails .swiper-button-prev {
  left: 0;
}
.hotelFeatureDetailThumbnails .swiper-button-next {
  right: 0;
  background-image: url("../img/hilton/hotel/home/hotel_home_arrow_right_xs.png");
}
.hotelFeatureDetailThumbnails .swiper-slide {
  position: relative;
  display: block;
  float: left;
  width: 49px;
  height: 48px;
}
.hotelFeatureDetailThumbnails .active:after, .hotelFeatureDetailThumbnails .swiper-slide:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
.hotelFeatureDetailThumbnails .active:after {
  border: 3px solid #fff;
}
.hotelFeatureDetailThumbnails .swiper-slide:hover:after {
  background: rgba(255, 255, 255, 0.5);
}
.hotelFeatureDetailThumbnails .hotelFeatureDetailThumbnailImg {
  display: block;
  width: 48px;
  height: 48px;
}

.hotelFeatureDetailThumbnailsSwiper {
  margin: 0;
  padding: 0 30px;
  height: 48px;
}

.hotelFeatureDetailVisualsWrap {
  padding: 0;
}
@media (min-width: 992px) {
  .hotelFeatureDetailVisualsWrap {
    padding: 30px 30px 0;
  }
}

.hotelFeatureDetailGoBack {
  padding-top: 20px;
  font-size: 17px;
}

.hotelFeatureDetailHeading {
  margin: 0;
  padding: 5px 10px;
  line-height: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #051f38;
}
@media (min-width: 768px) {
  .hotelFeatureDetailHeading {
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 30px;
  }
}
.hotelFeatureDetailHeading a {
  display: block;
  color: #fff;
  background: url(../img/hilton/hotel/shared/glass_off.png) #051f38 right center no-repeat;
  background-size: 26px 20px;
}
.hotelFeatureDetailHeading a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .hotelFeatureDetailHeading a {
    background: url(../img/hilton/hotel/shared/glass_off_sm.png) center right no-repeat;
  }
}

.hotelFeatureDetailSubHeading {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
}

.hotelFeatureDetailDescriptionWrap {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailDescriptionWrap {
    margin-top: 25px;
    padding: 0 30px 0 0;
  }
}

.hotelFeatureDetailDescription {
  word-wrap: break-word;
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .hotelFeatureDetailDescription {
    margin: 20px 0 0;
    padding: 0;
  }
}

.hotelFeatureDetailActions {
  margin: 18px auto 0;
  max-width: 300px;
  text-align: center;
}
.hotelFeatureDetailActions:before, .hotelFeatureDetailActions:after {
  content: " ";
  display: table;
}
.hotelFeatureDetailActions:after {
  clear: both;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions {
    display: table;
    max-width: none;
  }
}
.hotelFeatureDetailActions .appBtn {
  float: right;
  display: block;
  margin-top: 12px;
  width: 145px;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .appBtn {
    margin: 12px 10.5px 0;
  }
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .appBtn {
    line-height: 27px;
  }
}
.hotelFeatureDetailActions .appBtn .hotelIcon {
  float: right;
  margin-right: 5px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .appBtn .hotelIcon {
    margin-top: 8px;
  }
}
.hotelFeatureDetailActions .hotelFeatureDetailActionGoBack {
  float: left;
}
.hotelFeatureDetailActions .hotelFeatureDetailActionGoBack .hotelIcon {
  float: left;
  margin: 12px 0 0 5px;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .hotelFeatureDetailActionGoBack .hotelIcon {
    margin: 7px 0 0 5px;
  }
}
.hotelFeatureDetailActions .hotelFeatureDetailActionGoBackLazy {
  display: block;
}
.hotelFeatureDetailActions .contactPhoneBtn {
  float: left;
  display: block;
  margin: 12px 0 0;
  width: 145px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .hotelFeatureDetailActions .contactPhoneBtn {
    display: none;
  }
}
.hotelFeatureDetailActions .appIconPhoneLarge {
  position: relative;
  left: -5px;
  top: 9px;
}

.hotelFeatureReadMoreBtn {
  display: block;
}

.hotelFeatureDetailOthers {
  padding: 0 0 30px;
}
.hotelFeatureDetailOthers:before, .hotelFeatureDetailOthers:after {
  content: " ";
  display: table;
}
.hotelFeatureDetailOthers:after {
  clear: both;
}
.hotelFeatureDetailOthers .gShareBtnsWrap {
  z-index: 10;
  margin: 30px 0 0;
}
.hotelFeatureDetailOthers .gShareBtnsWrap .iconShare {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 5px;
  width: 14.5px;
  height: 11px;
  background: url(../img/shared/icon/icon_share_sp.png) no-repeat;
  background-size: 14.5px 11px;
}
.hotelFeatureDetailOthers .gShareBtnsHeading {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #000000;
}
.hotelFeatureDetailOthers .gShareBtns {
  padding: 30px 0 0;
}
.hotelFeatureDetailOthers .shareBtn {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailOthers .gShareBtnsWrap {
    margin: 0;
  }
  .hotelFeatureDetailOthers .gShareBtnsHeading {
    display: none;
  }
}

.hotelFeatureDetailStayWrap {
  margin: 20px 0 0;
  padding: 0 10px 0;
}
.hotelFeatureDetailStayWrap:before, .hotelFeatureDetailStayWrap:after {
  content: " ";
  display: table;
}
.hotelFeatureDetailStayWrap:after {
  clear: both;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStayWrap {
    margin-top: 30px;
    padding: 0 30px 0;
  }
}

.hotelFeatureDetailStayTitle {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: bold;
  color: #0c1f36;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStayTitle {
    margin: 41px 0 27px 0;
    font-size: 17px;
  }
}

.hotelFeatureDetailStay {
  margin: 0 0 27px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStay {
    margin: 0 0 48px 0;
  }
}
.hotelFeatureDetailStay tr {
  text-align: left;
}
.hotelFeatureDetailStay tr:nth-child(odd) {
  background: #f6f6f6;
}
.hotelFeatureDetailStay tr th {
  padding: 15px 5px 15px 15px;
  width: 35%;
  font-size: 15px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStay tr th {
    padding: 19px 0px 19px 25px;
    width: 15%;
    font-size: 16px;
  }
}
.hotelFeatureDetailStay tr td {
  padding: 15px 0 15px 10px;
  width: 65%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStay tr td {
    padding: 19px 0 19px 14px;
    width: 85%;
  }
}
.hotelFeatureDetailStay tr td.hotelFeatureDetailStayOnecol {
  padding: 15px;
}
@media (min-width: 992px) {
  .hotelFeatureDetailStay tr td.hotelFeatureDetailStayOnecol {
    padding: 19px;
  }
}

.hotelFeatureDetailTextUnderLine {
  text-decoration: underline;
}

.hotelFeatureDetailStayOthers {
  margin: 0 0 38.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .hotelFeatureDetailStayOthers {
    text-align: left;
  }
}
.hotelFeatureDetailStayOthers .hotelFeatureDetailStayOthersTitle {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hotelFeatureDetailStayOthers .hotelFeatureDetailStayOthersTitle {
    font-size: 16px;
  }
}
.hotelFeatureDetailStayOthers p {
  margin: 0;
  font-size: 14px;
}

.hotelFeatureDetailPopularPlanDetail {
  margin-top: 30px;
  padding: 0;
}
@media (min-width: 992px) {
  .hotelFeatureDetailPopularPlanDetail {
    padding: 0 30px;
  }
}

.hotelFeatureDetailPopularPlanDetailHeading {
  margin-left: 10px;
  padding: 0 10px;
  border-left: 4px solid #4c4a4a;
  font-size: 16px;
  color: #000033;
}

.hotelFeatureDetailPopularPlanDetailContent {
  padding: 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hotelFeatureDetailPopularPlanDetailSubHeading {
  margin: 0 14px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000033;
  list-style: square;
}

.hotelFeatureDetailPopularPlanDetailText {
  padding: 0 14px;
}

.moviePlayer {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
}

.mapModalDialog {
  width: 760px !important;
}

.mapModalContent {
  position: relative;
  border-radius: 0;
}
.mapModalContent .mapModalLastLinkWrap {
  position: absolute;
  bottom: -35px;
  right: 0;
}
.mapModalContent .mapModalLastLinkWrap a {
  color: #fff;
}

.mapModalSwitchMap button {
  position: absolute;
  top: 0;
  padding: 10px 20px;
  background: none;
  border: none;
  color: #051f38;
}
.mapModalSwitchMap button.active {
  color: #fff;
  background: #051f38;
}
.mapModalSwitchMap .mapModalSwitchNationalButton {
  left: 20px;
}
.mapModalSwitchMap .mapModalSwitchOverseaButton {
  left: 100px;
}

.mapModalCloseBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url(../img/shared/map_modal/icon_map_close.png) no-repeat;
}

.mapModalContentInner {
  display: none;
}
.mapModalContentInner a {
  position: absolute;
  padding: 4px 10px 6px;
  text-align: center;
  color: #fff;
}
.mapModalContentInner.active {
  display: block;
}
.mapModalContentInner .mapModalBackToWorld {
  position: absolute;
  padding: 2px;
  background-position: 0 1px;
  font-size: 12px;
  color: #00a0ea;
}

.mapModalBackToWorldEu {
  left: 193px;
  top: 90px;
}

.mapModalNationalWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_japan-20211206.png) no-repeat;
}

.mapModalOverseaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_world-20181107.png) no-repeat;
}

.mapModalOverseaEuWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_eu-20191115.png) no-repeat;
}

.mapModalOverseaAsiaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_asia-20181120.png) no-repeat;
}

.mapModalOverseaOceaniaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_oceania-20181107.png) no-repeat;
}

.mapModalOverseaGuamHawaiiWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_guam-hawaii-20171115.png) no-repeat;
}

.mapModalOverseaNorthAmericaWrap {
  width: 760px;
  height: 550px;
  background: url(../img/shared/map_modal/map_modal_northamerica.png) no-repeat;
}

.mapModalOverseaTitle {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #051f38;
}

.mapModalOverseaTitleEu {
  left: 40px;
  top: 80px;
}

.iconArrowLeftMapModal {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-right: 8px;
  background: url("../img/hilton/shared/icon/icon_arrow_left_map_modal.png") no-repeat;
}

.iconArrowRightMapModalReadMore {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 8px;
  height: 14px;
  margin-left: 8px;
  background: url("../img/shared/map_modal/icon_arrow_right_map_modal_search.png") no-repeat;
}

.mapModalNational {
  left: 66px;
  top: 104px;
}

.mapModalJapanOversea {
  top: 157px;
  left: 115px;
}

.mapModalJapanFukuoka {
  left: 35px;
  top: 483px;
}

.mapModalJapanOsaka {
  left: 160px;
  top: 350px;
}

.mapModalJapanNagoya {
  left: 225px;
  top: 306px;
}

.mapModalJapanChatan {
  left: 403px;
  top: 435px;
  font-size: 13px;
}

.mapModalJapanSesoko {
  left: 647px;
  top: 442px;
  font-size: 13px;
}

.mapModalJapanNaha {
  left: 383px;
  top: 509px;
  font-size: 13px;
}

.mapModalJapanNahaShuri {
  left: 340px;
  top: 473px;
  font-size: 13px;
}

.mapModalJapanOdawara {
  left: 442px;
  top: 306px;
}

.mapModalJapanTheBayForestOdawaraByHiltonClub {
  left: 442px;
  top: 342px;
  width: 244px;
  text-align: left !important;
}

.mapModalJapanOdaiba {
  left: 442px;
  top: 271px;
}

.mapModalJapanNarita {
  left: 442px;
  top: 237px;
}

.mapModalJapanTokyoBay {
  left: 442px;
  top: 201px;
}

.mapModalJapanConradTokyo {
  left: 442px;
  top: 166px;
}

.mapModalJapanDoubletreeByHiltonOkinawaChatanResort {
  left: 291px;
  top: 399px;
}

.mapModalJapanConradOsaka {
  left: 215px;
  top: 442px;
}

.mapModalJapanTokyo {
  left: 442px;
  top: 130px;
}

.mapModalJapanNiseko {
  left: 445px;
  top: 68px;
}

.mapModalJapanKyukaruizawa {
  top: 247px;
  left: 97px;
  width: 250px;
  text-align: left !important;
}

.mapModalJapanNagasaki {
  left: 3px;
  top: 392px;
}

.mapModalJapanKyoto {
  left: 76px;
  top: 303px;
}

.mapModalEurope {
  left: 99px;
  top: 201px;
}

.mapModalAsia {
  left: 287px;
  top: 244px;
}

.mapModalOceania {
  left: 366px;
  top: 370px;
}

.mapModalGuamHawaii {
  left: 383px;
  top: 291px;
}

.mapModalNorthAmerica {
  left: 558px;
  top: 212px;
}

.mapModalKoPlace {
  display: none;
}

.mapModalEuEdinburgh {
  left: 69px;
  top: 152px;
}

.mapModalEuLondon {
  left: 68px;
  top: 192px;
}

.mapModalEuBrussels {
  left: 68px;
  top: 251px;
}

.mapModalEuParis {
  left: 68px;
  top: 290px;
}

.mapModalEuZurich {
  left: 51px;
  top: 327px;
}

.mapModalEuVenice {
  left: 170px;
  top: 327px;
}

.mapModalEuBarcelona {
  left: 170px;
  top: 373px;
}

.mapModalEuMilan {
  left: 294px;
  top: 391px;
}

.mapModalEuFlorence {
  left: 253px;
  top: 430px;
}

.mapModalEuRome {
  left: 293px;
  top: 470px;
}

.mapModalEuMunich {
  left: 451px;
  top: 430px;
}

.mapModalEuMalta {
  left: 431px;
  top: 485px;
}

.mapModalEuIstanbul {
  left: 583px;
  top: 416px;
}

.mapModalEuCroatia {
  left: 505px;
  top: 360px;
}

.mapModalEuStockholm {
  left: 401px;
  top: 48px;
}

.mapModalEuCopenhagen {
  left: 326px;
  top: 88px;
}

.mapModalEuCologne {
  left: 297px;
  top: 128px;
}

.mapModalEuDusseldorf {
  left: 231px;
  top: 170px;
}

.mapModalEuAmsterdam {
  left: 231px;
  top: 209px;
}

.mapModalEuHelsinki {
  left: 542px;
  top: 86px;
}

.mapModalEuBerlin {
  left: 464px;
  top: 192px;
}

.mapModalEuDresden {
  left: 464px;
  top: 234px;
}

.mapModalEuFrankfurt {
  left: 464px;
  top: 274px;
}

.mapModalEuVienna {
  left: 464px;
  top: 315px;
}

.mapModalOverseaTitleAsia {
  left: 39px;
  top: 494px;
}

.mapModalOverseaAsiaWrap .mapModalBackToWorldAsia {
  left: 39px;
  top: 460px;
}

.mapModalAsiaMumbai {
  left: 45px;
  top: 179px;
}

.mapModalAsiaChennai {
  left: 65px;
  top: 251px;
}

.mapModalAsiaBengaluru {
  left: 46px;
  top: 213px;
}

.mapModalAsiaMaldives {
  left: 65px;
  top: 284px;
}

.mapModalAsiaNaypyitaw {
  left: 216px;
  top: 112px;
}

.mapModalAsiaBangkok {
  left: 225px;
  top: 201px;
}

.mapModalAsiaHuahin {
  left: 226px;
  top: 232px;
}

.mapModalAsiaGuangzhou {
  left: 318px;
  top: 52px;
}

.mapModalAsiaChongqing {
  left: 318px;
  top: 82px;
}

.mapModalAsiaMacao {
  left: 322px;
  top: 157px;
}

.mapModalAsiaBeijing {
  left: 463px;
  top: 37px;
}

.mapModalAsiaGyeongju {
  left: 560px;
  top: 58px;
}

.mapModalAsiaSeoul {
  left: 479px;
  top: 102px;
}

.mapModalAsiaShanghai {
  left: 541px;
  top: 127px;
}

.mapModalAsiaTaipei {
  left: 541px;
  top: 154px;
}

.mapModalAsiaBusan {
  left: 559px;
  top: 85px;
}

.mapModalAsiaPattaya {
  left: 236px;
  top: 262px;
}

.mapModalAsiaPhuket {
  left: 212px;
  top: 302px;
}

.mapModalAsiaKohsamui {
  left: 224px;
  top: 333px;
}

.mapModalAsiaPetalingjaya {
  left: 169px;
  top: 365px;
}

.mapModalAsiaKualalumpur {
  left: 169px;
  top: 396px;
}

.mapModalAsiaSingapore {
  left: 196px;
  top: 427px;
}

.mapModalAsiaBandung {
  left: 324px;
  top: 453px;
}

.mapModalAsiaBali {
  left: 403px;
  top: 453px;
}

.mapModalAsiaAdelaide {
  left: 304px;
  top: 437px;
}

.mapModalAsiaMelbourne {
  left: 304px;
  top: 467px;
}

.mapModalAsiaShenzhen {
  left: 492px;
  top: 170px;
}

.mapModalAsiaHongkong {
  left: 492px;
  top: 196px;
}

.mapModalAsiaSanya {
  left: 405px;
  top: 219px;
}

.mapModalAsiaDaNang {
  left: 395px;
  top: 291px;
}

.mapModalAsiaHanoi {
  left: 394px;
  top: 260px;
}

.mapModalAsiaManila {
  left: 520px;
  top: 252px;
}

.mapModalOverseaTitleOceania {
  left: 39px;
  top: 494px;
}

.mapModalOverseaOceaniaWrap .mapModalBackToWorldOceania {
  left: 39px;
  top: 460px;
}

.mapModalOceaniaBorabora {
  left: 625px;
  top: 227px;
}

.mapModalOceaniaCairns {
  left: 242px;
  top: 160px;
}

.mapModalOceaniaBrisbane {
  left: 279px;
  top: 228px;
}

.mapModalOceaniaSurfersparadise {
  left: 198px;
  top: 262px;
}

.mapModalOceaniaSydney {
  left: 200px;
  top: 387px;
}

.mapModalOceaniaAdelaide {
  left: 179px;
  top: 329px;
}

.mapModalOceaniaPerth {
  left: 34px;
  top: 323px;
}

.mapModalOceaniaNewcaledonia {
  left: 531px;
  top: 134px;
}

.mapModalOceaniaFiji {
  left: 570px;
  top: 166px;
}

.mapModalOceaniaPolynesia {
  left: 614px;
  top: 226px;
}

.mapModalOceaniaAuckland {
  left: 572px;
  top: 334px;
}

.mapModalOceaniaQueenstown {
  left: 536px;
  top: 382px;
}

.mapModalOverseaTitleGuamHawaii {
  left: 38px;
  top: 76px;
}

.mapModalOverseaGuamHawaiiWrap .mapModalBackToWorldGuamHawaii {
  left: 238px;
  top: 88px;
  font-size: 12px;
}

.mapModalGuamHawaiiDoubletreeAlanaWaikiki {
  left: 229px;
  top: 121px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonHawaiianVillage {
  left: 43px;
  top: 292px;
  font-size: 12px;
}

.mapModalGuamHawaiiEmbassySuitesWaikiki {
  left: 283px;
  top: 346px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonWaikoloaVillage {
  left: 536px;
  top: 331px;
  font-size: 12px;
}

.mapModalGuamHawaiiKingsLand {
  left: 318px;
  top: 489px;
  font-size: 12px;
}

.mapModalGuamHawaiiGuamResort {
  left: 97px;
  top: 507px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonWaikikiBeach {
  left: 551px;
  top: 218px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonGardenInnKauaiWailuaBay {
  left: 7px;
  top: 120px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandVacationsAtHiltonHawaiianVillage {
  left: 16px;
  top: 200px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandWaikikianByHiltonGrandVacations {
  left: 36px;
  top: 247px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandIslanderByHiltonGrandVacations {
  left: 36px;
  top: 338px;
  font-size: 12px;
}

.mapModalGuamHawaiiHiltonGardenInnWaikikiBeach {
  left: 321px;
  top: 35px;
  font-size: 12px;
}

.mapModalGuamHawaiihHokulaniWaikikiByHiltonGrandVacations {
  left: 525px;
  top: 248px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandWaileaAWaldorfAstoriaResort {
  left: 321px;
  top: 398px;
  font-size: 12px;
}

.mapModalGuamHawaiiKohalaSuitesByHiltonGrandVacations {
  left: 314px;
  top: 443px;
  font-size: 12px;
}

.mapModalGuamHawaiiGrandNaniloaHotelHiloADoubletreeByHilton {
  left: 544px;
  top: 489px;
  font-size: 12px;
}

.mapModalOverseaTitleNorthAmerica {
  left: 38px;
  top: 79px;
}

.mapModalOverseaNorthAmericaWrap .mapModalBackToWorldNorthAmerica {
  left: 116px;
  top: 91px;
}

.mapModalNorthAmericaBeverlyHillsHotels {
  left: 19px;
  top: 312px;
}

.mapModalNorthAmericaSantaMonicaHotels {
  left: 34px;
  top: 348px;
}

.mapModalNorthAmericaLosAngelesHotels {
  left: 34px;
  top: 381px;
}

.mapModalNorthAmericaAnaheimHotels {
  left: 51px;
  top: 416px;
}

.mapModalNorthAmericaSeattleHotels {
  left: 164px;
  top: 135px;
}

.mapModalNorthAmericaPortlandHotels {
  left: 164px;
  top: 170px;
}

.mapModalNorthAmericaSanFranciscoHotels {
  left: 164px;
  top: 206px;
}

.mapModalNorthAmericaSantaClaraHotels {
  left: 164px;
  top: 241px;
}

.mapModalNorthAmericaSedonaHotels {
  left: 269px;
  top: 308px;
}

.mapModalNorthAmericaLaquintaHotels {
  left: 221px;
  top: 275px;
}

.mapModalNorthAmericaPhoenixHotels {
  left: 269px;
  top: 344px;
}

.mapModalNorthAmericaSanDiegoHotels {
  left: 202px;
  top: 381px;
}

.mapModalNorthAmericaDenverHotels {
  left: 352px;
  top: 256px;
}

.mapModalNorthAmericaAtlantaHotels {
  left: 439px;
  top: 335px;
}

.mapModalNorthAmericaHoustonHotels {
  left: 465px;
  top: 386px;
}

.mapModalNorthAmericaWashingtonDcHotels {
  left: 522px;
  top: 264px;
}

.mapModalNorthAmericaPhiladelphiaHotels {
  left: 526px;
  top: 300px;
}

.mapModalNorthAmericaNewYorkHotels {
  left: 624px;
  top: 334px;
}

.mapModalNorthAmericaOrlandoHotels {
  left: 635px;
  top: 407px;
}

.mapModalNorthAmericaChicagoHotels {
  left: 435px;
  top: 220px;
}

.mapModalNorthAmericaNoviHotels {
  left: 472px;
  top: 186px;
}

.mapModalNorthAmericaTorontoHotels {
  left: 510px;
  top: 150px;
}

.mapModalNorthAmericaBostonHotels {
  left: 631px;
  top: 150px;
}

.customIndexKeyvisualImg {
  width: 100%;
}

.customIndexKeyvisualHeadingMessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(5, 31, 56, 0.5);
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
}

.customIndexTargetHotelsSection {
  padding-bottom: 15px;
  background-color: #2d5173;
}
.customIndexTargetHotelsSection img {
  width: 100%;
}

.customIndexTargetHotelsTitle {
  padding: 15px 0;
  text-align: center;
}
.customIndexTargetHotelsTitle h3 {
  margin: 0;
  color: white;
  line-height: 1.6;
  font-size: 22px;
  font-weight: bold;
}

.customIndexTargetHotelWrap {
  *zoom: 1;
  position: relative;
  margin-bottom: 1px;
  padding: 15px;
  background-color: white;
}
.customIndexTargetHotelWrap:after {
  content: "";
  display: table;
  clear: both;
}

.customIndexTargetHotelReadMore {
  padding-top: 12px;
  color: #00a0ea;
  font-size: 10px;
}

.customIndexTargetHotelImageWrap {
  float: left;
  width: 38%;
  max-width: 290px;
}

.customIndexTargetHotelDetail {
  float: right;
  width: 56%;
  max-width: 750px;
}
.customIndexTargetHotelDetail p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.customIndexTargetHotelDetailHeading {
  margin: 0;
  padding: 0 0 10px;
  color: #083259;
  font-size: 12px;
  font-weight: bold;
}

.customIndexTargetHotelSales {
  clear: both;
  padding-top: 15px;
}

.customIndexTargetHotelSale {
  position: relative;
  margin-bottom: 1px;
  padding: 10px;
  border: 1px solid #e9e9e9;
}
.customIndexTargetHotelSale p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.customIndexTargetHotelSale strong {
  display: block;
  padding: 15px 0 10px;
  color: #e22222;
  font-size: 14px;
}
.customIndexTargetHotelSale .appBtn {
  position: absolute;
  bottom: 14px;
  right: 10px;
  padding-right: 10px;
  width: 70px;
  height: 30px;
  line-height: 25px;
  text-align: center;
}
.customIndexTargetHotelSale .appBtn i {
  position: absolute;
  margin-left: 5px;
  right: 6px;
  top: 10px;
}

@media (min-width: 768px) {
  .customIndexKeyvisualsSection {
    max-height: 335px;
    overflow: hidden;
  }

  .customIndexTargetHotelsSection {
    padding-bottom: 40px;
  }

  .customIndexTargetHotelsTitle {
    padding: 35px 0;
  }
  .customIndexTargetHotelsTitle h3 {
    font-size: 30px;
  }

  .customIndexKeyvisualHeadingMessage {
    margin: 0 auto 20px;
    width: 440px;
  }
}
@media (min-width: 992px) {
  .customIndexKeyvisualHeadingMessage {
    padding: 20px 15px;
    width: 540px;
    font-size: 30px;
  }

  .customIndexTargetHotelWrap {
    padding: 40px 40px 10px 40px;
  }

  .customIndexTargetHotelReadMore {
    width: auto;
    padding-top: 0;
    font-size: 16px;
  }

  .customIndexTargetHotelDetail p {
    font-size: 14px;
  }

  .customIndexTargetHotelDetailHeading {
    font-size: 24px;
    padding-bottom: 0;
  }

  .customIndexTargetHotelSales {
    clear: nones;
    float: right;
    width: 58%;
    max-width: 750px;
  }

  .customIndexTargetHotelSale {
    *zoom: 1;
    padding: 15px;
    width: 100%;
  }
  .customIndexTargetHotelSale:after {
    content: "";
    display: table;
    clear: both;
  }
  .customIndexTargetHotelSale p, .customIndexTargetHotelSale strong {
    float: left;
    width: 50%;
  }
  .customIndexTargetHotelSale p {
    font-size: 14px;
  }
  .customIndexTargetHotelSale strong {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
  }
  .customIndexTargetHotelSale .appBtn {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .customIndexKeyvisualHeadingMessage {
    padding: 30px;
    width: 640px;
  }

  .customIndexTargetHotelsInner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .customIndexTargetHotelDetail, .customIndexTargetHotelSales {
    width: 750px;
  }

  .customIndexTargetHotelSale p {
    width: 55%;
  }
  .customIndexTargetHotelSale strong {
    width: 45%;
    padding: 8px 0 0 30px;
  }
  .customIndexTargetHotelSale .appBtn {
    width: 100px;
    right: 20px;
    bottom: 20px;
  }
}
.customIndexKeyvisualHeadingMessageWrap {
  position: absolute;
  z-index: 2;
  top: 23%;
  display: block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  text-decoration: none;
}
.customIndexKeyvisualHeadingMessageWrap:hover {
  text-decoration: none;
}

@media (max-height: 360px) {
  .customIndexKeyvisualHeadingMessageWrap {
    top: 40%;
  }
}
@media (min-width: 768px) {
  .customIndexKeyvisualHeadingMessageWrap {
    top: 0;
    margin: 73px auto 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .customIndexKeyvisualHeadingMessageWrap {
    margin: 143px auto 0;
  }
}
.saleTargetHotelSliderDialog {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: grey;
  opacity: 0.98;
}

.saleTargetHotelSliderDialogActive {
  display: block;
}

.saleTargetHotelSliderDialogClose {
  float: right;
  width: 50px;
  padding: 15px 0 15px 15px;
  margin-top: -40px;
}

.saleTargetHotelSliderDialogInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 95%;
  height: 300px;
  margin: auto;
}

.saleTargetHotelSliderDialogImgWrap {
  display: block;
  margin-top: -60px;
}

.saleTargetHotelSliderWrap {
  width: 100%;
  height: auto;
}
.saleTargetHotelSliderWrap .swiper-slide {
  display: block;
  width: 100%;
}

.salePageSwiperContainer {
  width: 100%;
}

.saleTargetHotelSliderDialogImg {
  display: block;
  width: 100%;
}

.saleTargetHotelSliderNavigationWrap {
  text-align: center;
  margin-top: 10px;
}

.saleTargetHotelSliderNavigationArrow {
  display: inline-block;
  width: 8px;
  height: 15px;
}

.saleTargetHotelSliderNavigation {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px;
}

.saleTargetHotelSliderNavigationPagination {
  position: static;
  display: inline-block;
  height: 8px;
}
.saleTargetHotelSliderNavigationPagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  background: url(/static/img/sale/20190515/carousels.png) no-repeat;
  border: none;
}
.saleTargetHotelSliderNavigationPagination .swiper-pagination-bullet-active {
  background-image: url(/static/img/sale/20190515/carousels_on.png);
}

.saleTimeSaleDetailWrap {
  margin-top: 20px;
  padding: 15px;
  background-color: #fff;
}
.saleTimeSaleDetailWrap h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  color: #003464;
}
.saleTimeSaleDetailWrap p {
  font-size: 12px;
}
.saleTimeSaleDetailWrap ul {
  padding-left: 22px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .saleTimeSaleDetailWrap ul {
    font-size: 14px;
  }
}

.saleHotelsAbWrap {
  background-image: url("/static/img/100/history/bg_history.png");
}

#saleMemberRegistrationWrap {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#saleMemberRegistrationWrap br {
  display: none;
}

.saleMemberRegistrationLink {
  position: relative;
  display: block;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #c2a354;
}
.saleMemberRegistrationLink .hotelIconReserveRightArrow {
  position: relative;
  left: 5px;
  top: 3px;
}

.saleMemberRegistrationMenu {
  display: block;
  padding: 0 10%;
  width: 100%;
  background: rgba(0, 0, 51, 0.9);
}
.saleMemberRegistrationMenu a {
  color: #fff;
}

.saleMemberRegistrationMenuItem {
  padding: 7px 10px 3px;
  text-align: center;
  vertical-align: middle;
}

.saleMemberRegistrationMenuItemInner {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
}

.saleMemberSharesText {
  display: inline-block;
  margin: 0 10% 0 0;
  color: #fff;
}

.saleMemberShare {
  display: inline-block;
  margin: 0 10% -1px 10%;
  width: 13px;
  height: 11px;
  background: no-repeat;
  background-size: contain;
}

.saleMemberShareTwitter {
  background-image: url(/static/img/sale/sale_share_twitter_sp.png);
}

.saleMemberShareFacebook {
  background-image: url(/static/img/sale/sale_share_facebook_sp.png);
}

.saleMemberShareGoogle {
  margin-right: 0;
  background-image: url(/static/img/sale/sale_share_google_sp.png);
}

.saleKeyvisualSection {
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #03a8e1;
}

.saleKeyvisualInner {
  position: relative;
}

.saleKeyvisualMessageWrap {
  position: absolute;
  top: 55%;
  left: 50%;
  display: table;
  margin: -50px 0 0 -120px;
  width: 240px;
  height: 170px;
}
@media (min-width: 768px) {
  .saleKeyvisualMessageWrap {
    width: 600px;
    padding: 0;
    margin: -30px 0 0 -300px;
  }
}
@media (min-width: 992px) {
  .saleKeyvisualMessageWrap {
    margin-top: -10px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .saleKeyvisualMessageWrap {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .saleKeyvisualMessageWrapAb {
    height: auto;
    display: inline-block;
  }
}

.saleKeyvisualMessageInner {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 2px 10px #202020;
}
@media (min-width: 992px) {
  .saleKeyvisualMessageInner {
    display: block;
  }
}

.saleKeyvisualMessageHeading {
  margin: 9px 0 2px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
}

.saleKeyvisualMessageSuffix {
  margin: 10px 0 0;
  font-size: 9px;
  color: #fff;
}

.saleKeyvisualCountdownPriceOff {
  width: 125px;
}
@media (min-width: 992px) {
  .saleKeyvisualCountdownPriceOff {
    width: 300px;
  }
}

.saleKeyvisualMessage {
  margin: 6px 0 0;
  font-size: 9px;
  font-weight: bold;
}

.saleKeyvisualCountdownHeading {
  margin: 4px 0 1px;
  font-size: 12px;
  font-weight: bold;
}

.saleKeyvisualCountdownSuffix {
  margin: 1px 0 -4px;
  font-size: 8px;
}

.saleKeyvisualCountdown {
  *zoom: 1;
  margin: 0 auto;
  width: 128.5px;
  height: 29.5px;
  background: url(../img/sale/time_left_sp.png) no-repeat;
  background-size: 128.5px 29.5px;
}
@media (min-width: 320px) {
  .saleKeyvisualCountdown {
    width: 192.75px;
    height: 44.25px;
  }
}
@media (min-width: 375px) {
  .saleKeyvisualCountdown {
    width: 218.45px;
    height: 50.15px;
  }
}
@media (min-width: 768px) {
  .saleKeyvisualCountdown {
    width: 257px;
    height: 59px;
  }
}
@media (min-width: 992px) {
  .saleKeyvisualCountdown {
    width: 346.95px;
    height: 79.65px;
  }
}
.saleKeyvisualCountdown:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  .saleKeyvisualCountdown {
    background-size: 192.75px 44.25px;
  }
}
@media (min-width: 375px) {
  .saleKeyvisualCountdown {
    background-size: 218.45px 50.15px;
  }
}
@media (min-width: 768px) {
  .saleKeyvisualCountdown {
    background-size: 257px 59px;
  }
}
@media (min-width: 992px) {
  .saleKeyvisualCountdown {
    background-size: 346.95px 79.65px;
  }
}
.saleKeyvisualCountdown .saleKeyvisualCountdownColumn {
  float: left;
  width: 28%;
  height: 100%;
  text-align: center;
}
.saleKeyvisualCountdown .saleKeyvisualCountdownDay {
  width: 20%;
}
.saleKeyvisualCountdown .saleKeyvisualCountdownHour {
  width: 26%;
}
.saleKeyvisualCountdown .saleKeyvisualCountdownMinute {
  width: 26%;
}
.saleKeyvisualCountdown .saleKeyvisualCountdownNumber {
  margin: 2px 0 0;
  font-size: 23px;
  line-height: 1;
}
@media (min-width: 375px) {
  .saleKeyvisualCountdown .saleKeyvisualCountdownNumber {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .saleKeyvisualCountdown .saleKeyvisualCountdownNumber {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .saleKeyvisualCountdown .saleKeyvisualCountdownNumber {
    font-size: 40px;
  }
}
.saleKeyvisualCountdown .saleKeyvisualCountdownUnit {
  font-size: 8px;
  line-height: 1;
}

.saleKeyvisualMessageExplanation {
  margin: 8px auto 0;
  font-size: 9px;
  text-align: center;
}

.saleHotelsDetailExplanation {
  padding-left: 14.73px;
  padding-right: 15.27px;
}

.saleHotelsDetailExplanationTitle {
  text-align: center;
  padding-top: 40px;
  margin: 0px;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 992px) {
  .saleHotelsDetailExplanationTitle {
    font-size: 30px;
    font-weight: bold;
    color: #707070;
  }
}

.saleHotelsBenefitsExplanation {
  max-width: 800px;
  text-align: center;
  padding: 0 10px 12px 10px;
  margin: 40px auto;
  border: 5px solid #84235E;
}

.saleHotelsBenefitsExplanationTitle {
  padding-top: 19px;
  font-size: 18px;
  color: #707070;
}
@media (min-width: 992px) {
  .saleHotelsBenefitsExplanationTitle {
    font-size: 28px;
  }
}

.saleHotelsBenefitsBody {
  padding-top: 10px;
  font-size: 20px;
  color: #84235E;
}
@media (min-width: 992px) {
  .saleHotelsBenefitsBody {
    font-size: 28px;
    font-weight: bold;
  }
}

.saleHotelsBenefitsBodySmall {
  padding-top: 24px;
  font-size: 16px;
  color: #84235E;
}
@media (min-width: 992px) {
  .saleHotelsBenefitsBodySmall {
    font-size: 22px;
    font-weight: bold;
  }
}

.saleHotelsBenefitsAnnotation {
  padding-top: 24px;
  font-size: 14px;
  color: #707070;
}

.saleTargetHotelSales {
  clear: both;
  padding-top: 15px;
}

.saleTargetHotelSalePlanHeading {
  display: none;
}

.saleTargetHotelSalePlanWrap {
  padding: 5px;
  background-color: #003464;
}

.saleTargetHotelSalePlan {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.saleTargetHotelSaleDetail {
  *zoom: 1;
}
.saleTargetHotelSaleDetail:after {
  content: "";
  display: table;
  clear: both;
}

.saleTargetHotelSaleDiscountPriceWrap {
  float: left;
  padding-bottom: 8px;
  width: 50%;
  border: 1px solid #f0f0f0;
  text-align: center;
}
.saleTargetHotelSaleDiscountPriceWrap:first-child {
  border-right: 0;
}
.saleTargetHotelSaleDiscountPriceWrap strong {
  display: block;
  margin: 5px 0 3px;
  text-align: center;
  color: #e22222;
  font-size: 16px;
}
.saleTargetHotelSaleDiscountPriceWrap .appBtn {
  position: relative;
  padding-right: 10px;
  width: 110px;
  height: 30px;
  line-height: 25px;
}
.saleTargetHotelSaleDiscountPriceWrap .appBtnGray {
  cursor: default;
}
.saleTargetHotelSaleDiscountPriceWrap .appBtnGray:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.saleTargetHotelSaleDiscountPriceWrap .hotelIconReserveRightArrow {
  position: absolute;
  margin-left: 5px;
  right: 6px;
  top: 9px;
}

.saleTargetHotelSaleDiscountPriceHeading {
  margin: 0;
  padding: 4px 0;
  text-align: center;
  background-color: #e9e9e9;
  font-size: 13px;
}

@media (min-width: 992px) {
  .saleTimeSaleDetailWrap {
    margin-top: 40px;
    padding: 40px;
  }
  .saleTimeSaleDetailWrap h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .saleTimeSaleDetailWrap p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  #saleMemberRegistrationWrap {
    bottom: 20%;
    right: 0;
    width: 150px;
  }
  #saleMemberRegistrationWrap br {
    display: block;
  }

  .saleMemberRegistrationLink {
    padding: 10px 10px;
    font-size: 14px;
    text-decoration: none;
  }
  .saleMemberRegistrationLink:hover {
    background: rgba(194, 163, 84, 0.7);
  }
  .saleMemberRegistrationLink .hotelIconReserveRightArrow {
    top: 4px;
    left: 8px;
  }

  .saleMemberRegistrationMenu {
    display: block;
    margin-top: 8px;
    padding: 8px 0;
  }
  .saleMemberRegistrationMenu a:hover {
    text-decoration: none;
  }

  .saleMemberRegistrationMenuItem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 8px auto 0;
    padding: 0;
    width: 100%;
  }
  .saleMemberRegistrationMenuItem:first-child {
    margin-top: 0;
  }

  .saleMemberRegistrationMenuItemInner {
    display: block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }

  .saleMemberShare {
    width: 28px;
    height: 28px;
    margin: 0;
    background: no-repeat;
  }

  .saleMemberSharesText {
    display: inline;
    margin: 0;
    vertical-align: top;
  }

  .saleMemberShareTwitter {
    background-image: url(/static/img/sale/sale_share_twitter_pc.png);
  }

  .saleMemberShareFacebook {
    background-image: url(/static/img/sale/sale_share_facebook_pc.png);
  }

  .saleMemberShareGoogle {
    background-image: url(/static/img/sale/sale_share_google_pc.png);
  }

  .saleKeyvisualMessageHeading {
    margin: 0 0 10px;
    font-size: 20px;
  }

  .saleKeyvisualMessageSuffix {
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: bold;
  }

  .saleKeyvisualMessage {
    font-size: 20px;
    margin: 2px 2px 10px;
  }

  .saleKeyvisualCountdownHeading {
    margin: 10px 0 5px;
    font-size: 16px;
  }

  .saleKeyvisualCountdownSuffix {
    margin: 5px 0 -5px;
    font-size: 13px;
  }

  .saleKeyvisualCountdown {
    width: 364px;
    height: 84px;
    background: url(../img/sale/time_left_pc.png) no-repeat;
  }
  .saleKeyvisualCountdown .saleKeyvisualCountdownNumber {
    padding-top: 5px;
    font-size: 50px;
  }
  .saleKeyvisualCountdown .saleKeyvisualCountdownUnit {
    font-size: 16px;
  }

  .saleKeyvisualMessageExplanation {
    margin: 15px 0 0;
  }
}
@media (min-width: 1200px) {
  .saleTargetHotelSales {
    clear: none;
    float: right;
    width: 750px;
  }

  .saleTargetHotelSale {
    *zoom: 1;
  }
  .saleTargetHotelSale:after {
    content: "";
    display: table;
    clear: both;
  }
  .saleTargetHotelSale:first-child .saleTargetHotelSalePlanHeading, .saleTargetHotelSale:first-child .saleTargetHotelSaleDiscountPriceHeading {
    display: block;
  }
  .saleTargetHotelSale .saleTargetHotelSalePlanHeading, .saleTargetHotelSale .saleTargetHotelSaleDiscountPriceHeading {
    display: none;
  }

  .saleTargetHotelSaleDiscountPriceWrap {
    padding-bottom: 9px;
    width: 45%;
  }
  .saleTargetHotelSaleDiscountPriceWrap strong {
    font-size: 18px;
  }
  .saleTargetHotelSaleDiscountPriceWrap .appBtn {
    width: 140px;
  }

  .saleTargetHotelSaleDiscountPriceHhonorsWrap {
    width: 55%;
  }

  .saleTargetHotelSalePlanWrap {
    float: left;
    padding: 0;
    width: 30%;
    min-height: 74px;
    border: 1px solid #f0f0f0;
    border-right: 0;
    background-color: #fff;
  }

  .saleTargetHotelSaleDetail {
    float: left;
    width: 70%;
  }

  .saleTargetHotelSalePlanHeading, .saleTargetHotelSaleDiscountPriceHeading {
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: #003466;
  }

  .saleTargetHotelSaleDiscountPriceHeading {
    padding: 5px !important;
    min-height: auto !important;
  }

  .saleTargetHotelSalePlan {
    min-height: 72px;
    padding: 25px 15px 15px;
    font-size: 15px;
    color: #000;
  }
}
.saleKeyvisualImg {
  width: 100%;
  height: auto;
}

.saleHotelAbImageSmall {
  cursor: pointer;
}

.saleHotelAbPlanAdditional {
  display: block;
  color: #990;
  font-size: 10px;
}

.saleHotelWarning {
  display: block;
  padding-top: 10px;
  color: #000;
  font-size: 9px;
}

.saleHotelAbPlan {
  display: block;
  color: #e22222;
  font-size: 11px;
}

.saleHotelsAb {
  padding-right: 12px;
  padding-left: 12px;
}

.saleHotelsAbA .saleHotelAbImages {
  float: left;
  width: 32%;
  text-align: right;
}
.saleHotelsAbA .saleHotelAbImagesSm {
  display: block;
}
.saleHotelsAbA .saleHotelAbImagesSm .saleHotelAbImageWrapSmall {
  padding-bottom: 5px;
}
.saleHotelsAbA .saleHotelAbImagesSm .saleHotelAbImageWrapSmallLast {
  padding-bottom: 0px;
}
.saleHotelsAbA .saleHotelAbImagesPc {
  display: none;
}
.saleHotelsAbA .saleHotelAbImageWrapLarge {
  width: 100%;
  border-bottom: transparent 1px solid;
}
.saleHotelsAbA .saleHotelAbImageWrapSmall {
  width: 33.3%;
  border-right: transparent 1px solid;
}
.saleHotelsAbA .saleHotelAbImageWrapSmallLast {
  border-right: 0;
}
.saleHotelsAbA .customIndexTargetHotelSale {
  display: table;
  padding: 0;
  border: 0;
}
.saleHotelsAbA .customIndexTargetHotelDetail {
  width: 65%;
  padding-bottom: 10px;
}
.saleHotelsAbA .customIndexTargetHotelDetail p {
  padding-top: 15px;
  font-size: 9px;
}
.saleHotelsAbA .customIndexTargetHotelDetailHeadingLink {
  color: #051f38;
}
.saleHotelsAbA .customIndexTargetHotelReadMore {
  display: inline;
}
.saleHotelsAbA .saleHotelAbActions {
  display: table;
  clear: both;
  float: right;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .saleHotelsAbA .saleHotelAbActions .customIndexTargetHotelReadMoreWrap {
    text-align: center;
  }
}
.saleHotelsAbA .saleHotelAbPlanWrap {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
}
.saleHotelsAbA .customIndexTargetHotelReadMoreWrap {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .saleHotelsAbA .customIndexTargetHotelReadMoreWrap {
    line-height: 50px;
    font-size: 20px;
  }
}
.saleHotelsAbA .customIndexTargetHotelReadMoreWrap .customIndexTargetHotelReadMoreBtn {
  display: inline-block;
  position: relative;
  padding: 0 16px;
  width: 100%;
  max-width: 300px;
  line-height: 25px;
  font-size: 10px;
  border: solid 1px #089ce9;
  border-radius: 4px;
  background-color: #089ce9;
  color: #fff;
}
@media (min-width: 768px) {
  .saleHotelsAbA .customIndexTargetHotelReadMoreWrap .customIndexTargetHotelReadMoreBtn {
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .saleHotelsAbA .customIndexTargetHotelReadMoreWrap .customIndexTargetHotelReadMoreBtn {
    width: 215px;
    height: 52px;
    line-height: 50px;
    font-size: 20px;
  }
}
.saleHotelsAbA .customIndexTargetHotelReadMoreWrap .goToSaleTargetHotelReadMoreBtn {
  display: inline-block;
  position: relative;
  padding: 0 16px;
  width: 100%;
  max-width: 300px;
  line-height: 25px;
  height: 25px;
  font-size: 12px;
  border: solid 1px #089ce9;
  border-radius: 4px;
  background-color: #089ce9;
  color: #fff;
}
@media (min-width: 768px) {
  .saleHotelsAbA .customIndexTargetHotelReadMoreWrap .goToSaleTargetHotelReadMoreBtn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .saleHotelsAbA .customIndexTargetHotelReadMoreWrap .goToSaleTargetHotelReadMoreBtn {
    height: 52px;
    line-height: 52px;
  }
}
.saleHotelsAbA .saleHotelAbReservationWrap {
  display: inline-block;
  text-align: right;
  padding-top: 10px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .saleHotelsAbA .saleHotelAbReservationWrap {
    position: static;
    padding: 25px 0 0 0;
  }
}
.saleHotelsAbA .saleHotelAbReservationWrap .appBtn {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 120px;
  text-align: center;
  font-size: 10px;
  background: #089ce9;
}
.saleHotelsAbA .saleHotelAbReservationWrap .hotelIconReserveRightArrow {
  position: absolute;
  top: 9px;
  right: 10px;
}

.saleHotelGotoActions .gotoCampaignHotelReadMoreWrap {
  display: block;
  line-height: normal;
  height: auto;
  width: auto;
}
@media (min-width: 992px) {
  .saleHotelGotoActions .gotoCampaignHotelReadMoreWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
  }
}
.saleHotelGotoActions .gotoCampaignHotelReadMoreWrap .customIndexTargetHotelReadMoreButtonsWrap {
  display: block;
}
@media (min-width: 992px) {
  .saleHotelGotoActions .gotoCampaignHotelReadMoreWrap .customIndexTargetHotelReadMoreButtonsWrap {
    min-width: 275px;
  }
}
@media (min-width: 992px) {
  .saleHotelGotoActions .gotoCampaignHotelReadMoreWrap .customIndexTargetHotelReadMoreButtonsWrap .customIndexTargetHotelReadMoreBtn {
    padding: 0 20px;
    width: auto;
    min-width: 215px;
  }
}
.saleHotelGotoActions .gotoCampaignHotelReadMoreWrap .customIndexTargetHotelReadMoreBtn {
  margin-top: 10px;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .saleHotelGotoActions .gotoCampaignHotelReadMoreWrap .customIndexTargetHotelGotoCampaignBtn {
    font-size: 16px;
  }
}
.saleHotelGotoActions .gotoCampaignHotelReadMoreWrap .customIndexTargetHotelReadMoreBtnRed {
  border-color: #cd3161;
  color: #cd3161;
  display: none;
}
.saleHotelGotoActions .saleHotelGotoActionsAnnotation {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  color: #cd3161;
}
@media (min-width: 992px) {
  .saleHotelGotoActions .saleHotelGotoActionsAnnotation {
    margin-top: 10px;
  }
}

.saleHotelsExplanation {
  border-top: 1px solid #fff;
  padding: 20px 0;
  text-align: center;
}

.saleHotelsExplanationHeading {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.saleHotelsExplanationBody {
  margin: 20px 0 0;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 992px) {
  .saleHotelsExplanationBody {
    font-size: 22px;
  }
}

.saleHotelsExplanationEtc {
  margin: 20px 0 0;
  font-size: 14px;
  color: #fff;
}

.saleHotelsRegionTableRow {
  width: 100%;
}

.saleHotelsRegionsHeading {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 992px) {
  .saleHotelsRegionsHeading {
    font-size: 28px;
  }
}

.saleHotelsRegionsList {
  margin: 0 0 15px;
  text-align: center;
  border: solid 1px #089ce9;
  background-color: #089ce9;
}
@media (min-width: 992px) {
  .saleHotelsRegionsList {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto 25px auto;
    background-color: transparent;
  }
}

.saleHotelsRegionsListItems {
  padding: 10px 25px;
  background-image: url("/static/img/100/history/bg_history.png");
}
@media (min-width: 992px) {
  .saleHotelsRegionsListItems {
    display: inline-block;
    text-align: center;
    width: calc(100% - 124px);
  }
}
@media (max-width: 332px) {
  .saleHotelsRegionsListItems {
    padding: 10px;
  }
}

.saleHotelsRegion {
  display: block;
}
@media (min-width: 992px) {
  .saleHotelsRegion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #089ce9;
  }
  .saleHotelsRegion .saleHotelsRegionHeading {
    display: inline-block;
    padding: 10px 25px;
    background-color: #089ce9;
    border-bottom: solid 1px #f0efe9;
  }
  .saleHotelsRegion:last-child {
    border: none;
  }
  .saleHotelsRegion:last-child .saleHotelsRegionHeading {
    border: none;
  }
}

.saleHotelsRegionsSectionTitleWrap {
  text-align: center;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .saleHotelsRegionsSectionTitleWrap {
    margin: 25px 0 15px;
  }
}
.saleHotelsRegionsSectionTitleWrap .saleHotelsRegionsSectionTitle {
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #051f38;
}
@media (min-width: 992px) {
  .saleHotelsRegionsSectionTitleWrap .saleHotelsRegionsSectionTitle {
    font-size: 28px;
    font-weight: normal;
  }
}

.saleHotelsRegionHeading {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
}
@media (min-width: 992px) {
  .saleHotelsRegionHeading {
    text-align: center;
    width: 120px;
    margin: 0;
    font-size: 28px;
    font-weight: normal;
    text-transform: none;
  }
}

.saleHotelsRegionsListItem {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #fff;
}
@media (min-width: 992px) {
  .saleHotelsRegionsListItem {
    margin-right: 16px;
  }
}

.saleHotelsRegionsListItemLinkArrow {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 8px;
  margin-left: -5px;
  background-image: url("/static/img/sale/20190515/arr_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .saleHotelsRegionsListItemLinkArrow {
    background-image: url("/static/img/sale/20190515/arr_pc.png");
  }
}

.saleHotelsRegionsListItemKyushu::before {
  display: block;
  content: "";
  width: 20px;
  height: 8px;
  margin-left: -5px;
  margin-top: 2px;
  background-image: url("/static/img/sale/20190515/arr_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.saleHotelsRegionsListItemLink {
  font-size: 16px;
  vertical-align: middle;
  color: #089ce9;
}
.saleHotelsRegionsListItemLink:hover {
  color: #089ce9;
}

.saleHotelsRegionAnchor {
  margin-top: -68px;
  padding-top: 68px;
}

.saleTimeSaleDetailBannerWrapAb {
  margin: 12px 12px 0;
  padding: 0;
}

.saleTimeSaleDetailBannerLink {
  display: block;
}

.saleTimeSaleDetailBanner {
  display: block;
}

.saleTimeSaleDetailWrapAb {
  margin: 12px 12px 0;
  padding: 16px 12px 6px;
}

@media (min-width: 768px) {
  .saleAbKeyvisualSection {
    background-position-y: 20%;
  }

  .saleHotelsRegionsListItemKyushu:before {
    display: inline-block;
    margin: 0 5px;
    content: " | ";
    vertical-align: middle;
  }

  .saleHotelsAbA .customIndexTargetHotelDetailHeading {
    width: auto;
    font-size: 16px;
  }
  .saleHotelsAbA .customIndexTargetHotelDetail p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .saleHotelsAbA .customIndexTargetHotelDetail p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .saleHotelsAbA .customIndexTargetHotelDetail .customIndexTargetHotelReadMore {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .saleHotelsAbA .saleHotelAbReservationWrap .hotelIconReserveRightArrow {
    top: 12px;
    right: 12px;
  }
}
@media (min-width: 768px) {
  .saleHotelsAb.saleHotelsAbA.container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .saleTimeSaleDetailWrap.saleTimeSaleDetailWrapAb {
    margin: 12px auto 0;
  }
}
@media (min-width: 992px) {
  .saleAbKeyvisualSection {
    background-position-y: 30%;
  }
  .saleAbKeyvisualSection .saleKeyvisualMessageWrap {
    height: auto;
  }

  .saleHotelAbPlanAdditional {
    font-size: 18px;
  }

  .saleHotelWarning {
    font-size: 12px;
  }

  .saleHotelAbPlan {
    font-size: 12px;
  }

  .saleHotelsAbA .saleHotelAbImages {
    width: 36%;
  }
  .saleHotelsAbA .saleHotelAbImagesSm {
    display: none;
  }
  .saleHotelsAbA .saleHotelAbImagesPc {
    display: block;
  }
  .saleHotelsAbA .saleHotelAbImageWrapLarge {
    width: 75.36%;
    border: 0;
  }
  .saleHotelsAbA .saleHotelAbImageWrapSmall {
    width: 24.64%;
    border: 0;
    border-left: transparent 2px solid;
    border-bottom: transparent 2px solid;
    vertical-align: middle;
  }
  .saleHotelsAbA .saleHotelAbImageWrapSmallLast {
    border-bottom: 0;
  }
  .saleHotelsAbA .customIndexTargetHotelDetailHeading {
    width: auto;
    font-size: 24px;
    padding-bottom: 10px;
  }
  .saleHotelsAbA .customIndexTargetHotelDetail {
    width: 61%;
  }
  .saleHotelsAbA .customIndexTargetHotelDetail p {
    font-size: 14px;
  }
  .saleHotelsAbA .customIndexTargetHotelDetail .customIndexTargetHotelReadMore {
    font-size: 16px;
    display: block;
    text-align: right;
  }
  .saleHotelsAbA .saleHotelAbActions {
    clear: none;
    float: right;
  }
  .saleHotelsAbA .saleHotelAbReservationWrap {
    width: 30%;
  }
  .saleHotelsAbA .saleHotelAbReservationWrap .appBtn {
    padding-right: 15px;
    width: 215px;
    height: 52px;
    line-height: 50px;
    font-size: 20px;
  }
  .saleHotelsAbA .saleHotelAbReservationWrap .hotelIconReserveRightArrow {
    top: 20px;
    right: 10px;
  }

  .saleHotelsRegionAnchor {
    margin-top: -78px;
    padding-top: 78px;
  }

  .saleHotelsRegionsListItemLink {
    font-size: 28px;
  }

  .saleTimeSaleDetailWrapAb {
    margin: 12px auto 0;
    padding: 30px 30px 10px;
  }

  .customIndexTargetHotelsInner.saleHotelsAb .customIndexTargetHotelWrap {
    padding: 30px 30px 5px;
  }
}
.pageSale .customIndexTargetHotelSale {
  min-height: 60px;
}
.pageSale .customIndexTargetHotelSale p {
  margin: 0 110px 0 0;
}
.pageSale .localeEn .saleTargetHotelSaleDiscountPriceWrap:first-child .saleTargetHotelSaleDiscountPriceHeading {
  padding-top: 12px;
}
.pageSale .localeEn .saleTargetHotelSaleDiscountPriceHeading {
  min-height: 44px;
}
@media (min-width: 992px) {
  .pageSale .customIndexTargetHotelSale {
    display: table;
  }
  .pageSale .customIndexTargetHotelSale p {
    margin: 0;
    padding: 0;
  }
  .pageSale .customIndexTargetHotelSale strong {
    padding: 0 0 0 20px;
    font-size: 16px;
  }
  .pageSale .customIndexTargetHotelSale .appBtn {
    position: relative;
    bottom: auto;
    float: right;
  }
  .pageSale .customIndexTargetHotelSaleRow {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .pageSale .customIndexTargetHotelSale strong {
    font-size: 20px;
  }
}

.staycationAboutWrap {
  margin: 30px auto;
}
@media (min-width: 992px) {
  .staycationAboutWrap {
    margin: 50px auto;
    max-width: 1000px;
  }
}
.staycationAboutWrap .staycationAboutBorder {
  display: block;
  margin: 10px 0;
  border-top: 1px solid #707070;
}
.staycationAboutWrap .staycationAboutSubtitle {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #083259;
}
.staycationAboutWrap .staycationPlanAbout {
  margin-bottom: 30px;
}
.staycationAboutWrap .staycationHygieneAbout {
  margin-bottom: 30px;
}

.staycationPlanAboutSubtitle, .staycationSafetyAboutSubtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .staycationPlanAboutSubtitle, .staycationSafetyAboutSubtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.staycationPlanAboutDetailWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.staycationPlanAboutDetail {
  text-align: center;
  width: 50%;
}
@media (min-width: 992px) {
  .staycationPlanAboutDetail {
    text-align: center;
    width: 25%;
  }
}

.staycationPlanAboutDetailIcon {
  width: 100%;
}

.staycationPlanAboutDetailText {
  font-weight: bold;
}
.staycationPlanAboutDetailText .staycationPlanAboutDetailTextStrong {
  font-size: 22px;
}

.staycationPlanAboutDetailAnnotation {
  font-size: 12px;
}

.staycationTosTableWrap {
  margin-top: 10px;
  margin-bottom: 30px;
}

.staycationTosTableTr {
  height: 30px;
}

.staycationTosTableArea {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  .staycationTosTableArea {
    font-size: 14px;
  }
}

.staycationTosTablePlan {
  padding: 0 5px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .staycationTosTablePlan {
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
  }
}

.staycationTosTableRecord {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 992px) {
  .staycationTosTableRecord {
    font-size: 14px;
  }
}

.dreamawayAboutText {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #114D97;
}
@media (min-width: 992px) {
  .dreamawayAboutText {
    font-size: 18px;
  }
}

.dreamawayAboutWrap {
  margin: 30px auto;
}
.dreamawayAboutWrap .dreamawayAboutTextStrong {
  color: red;
}
@media (min-width: 992px) {
  .dreamawayAboutWrap {
    margin: 50px auto;
    max-width: 1000px;
  }
}
.dreamawayAboutWrap .dreamawayAboutTextAnnotation {
  margin-bottom: 30px;
  font-size: 12px;
  color: #000000;
}
@media (min-width: 992px) {
  .dreamawayAboutWrap .dreamawayAboutTextAnnotation {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .dreamawayAboutWrap .dreamawayCleanStayWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dreamawayAboutWrap .dreamawayCleanStayWrap .dreamawayCleanStayBanner {
  display: none;
}
@media (min-width: 992px) {
  .dreamawayAboutWrap .dreamawayCleanStayWrap .dreamawayCleanStayBanner {
    display: inline-block;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .dreamawayAboutWrap .dreamawayCleanStayWrap .dreamawayCleanStayMain {
    padding-left: 20px;
  }
}
.dreamawayAboutWrap .dreamawayCleanStayWrap .dreamawayCleanStayMain .dreamawayCleanStayDescription {
  font-size: 14px;
  color: #000000;
}
.dreamawayAboutWrap .dreamawayTopInformationWrap {
  border: 1px solid #000000;
  margin-bottom: 30px;
}
.dreamawayAboutWrap .dreamawayTopInformationInner {
  padding: 15px 20px;
}
.dreamawayAboutWrap .dreamawayTopInformationTitle {
  margin: 0;
  font-weight: bold;
}
.dreamawayAboutWrap .dreamawayTopInformationText {
  margin: 0;
  padding-top: 10px;
  font-size: 14px;
  color: #000000;
}
.dreamawayAboutWrap .dreamawayTopInformationLinkStrong {
  font-weight: bold;
  font-size: 14px;
}

.dreamawayTosTableWrap {
  margin-top: 10px;
  margin-bottom: 30px;
}

.dreamawayTosTableTr {
  height: 30px;
}

.dreamawayTosTableArea {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  .dreamawayTosTableArea {
    font-size: 14px;
  }
}

.dreamawayTosTablePlan {
  padding: 0 5px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .dreamawayTosTablePlan {
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
  }
}

.dreamawayTosTableRecord {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 992px) {
  .dreamawayTosTableRecord {
    font-size: 14px;
  }
}

.dreamawayTosStrongWrap {
  color: #089ce9;
  font-weight: bold;
}

@media (min-width: 992px) {
  .goToCleanStayWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
.goToCleanStayWrap .goToCleanStayBanner {
  display: none;
}
@media (min-width: 992px) {
  .goToCleanStayWrap .goToCleanStayBanner {
    display: inline-block;
    margin-left: 20px;
    width: 200px;
  }
}
.goToCleanStayWrap .goToCleanStayMain .goToCleanStayDescription {
  font-size: 14px;
  color: #114D97;
}
.goToCleanStayWrap .goToCleanStayMain .goToCleanStayStrong {
  color: #114D97;
}

.goToCampaignEmphasisWrap {
  margin-bottom: 30px;
  display: none;
}

.goToCampaignEmphasisImageWrap {
  display: block;
  margin-bottom: 10px;
  width: 210px;
}
@media (min-width: 992px) {
  .goToCampaignEmphasisImageWrap {
    margin: 0 20px 0 0;
  }
}

.goToCampaignEmphasisImage {
  display: inline-block;
  width: 210px;
  height: auto;
}

.goToCampaignEmphasisTitle {
  font-weight: bold;
  color: red;
}

.goToCampaignEmphasisMain {
  display: block;
}
@media (min-width: 992px) {
  .goToCampaignEmphasisMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.goToCampaignEmphasisText {
  margin: 0;
  color: #114D97;
}
@media (min-width: 992px) {
  .goToCampaignEmphasisText {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) {
  .saleHotelGotoActionsSm {
    display: none;
  }
}

.saleHotelGotoActionsMd {
  display: none;
}
@media (min-width: 480px) {
  .saleHotelGotoActionsMd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.goToSaleTargetHotelInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.goToSaleHotelImages {
  width: 32%;
}

.goToSaleTargetHotelDetail {
  position: relative;
  width: 65%;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .goToSaleTargetHotelDetail {
    width: 60%;
  }
}
.goToSaleTargetHotelDetail p {
  padding-top: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .goToSaleTargetHotelDetail p {
    font-size: 14px;
  }
}

.clean-stay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .clean-stay {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.clean-stay__text {
  width: 100%;
  padding: 24px 20px 32px;
  background-color: #d9f1ff;
}
@media (min-width: 992px) {
  .clean-stay__text {
    width: 55%;
    padding: 28px 38px;
  }
}
.clean-stay__title {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
  font-size: 18px;
}
@media (min-width: 992px) {
  .clean-stay__title {
    font-size: 20px;
  }
}
.clean-stay__description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .clean-stay__description {
    margin-bottom: 2em;
  }
}
.clean-stay__link {
  text-decoration: underline;
  font-size: 12px;
}
@media (min-width: 768px) {
  .clean-stay__link {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .clean-stay__link {
    font-size: 14px;
  }
}
.clean-stay__image {
  width: 100%;
}
@media (min-width: 992px) {
  .clean-stay__image {
    width: 45%;
  }
}

.saleKeyvisualSectionDiscover {
  height: 300px;
  background: url(/static/img/discover/hotel-list-kv.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .saleKeyvisualSectionDiscover {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .saleKeyvisualSectionDiscover {
    height: 520px;
  }
}

.saleHotelsRegionsListDiscover {
  padding: 30px 0;
  border: 0;
}

.saleHotelsRegionsHeadingDiscover {
  font-size: 16px;
}
@media (min-width: 992px) {
  .saleHotelsRegionsHeadingDiscover {
    font-size: 30px;
  }
}

.saleHotelsRegionsListItemDiscover:before {
  font-size: 12px;
}
@media (min-width: 992px) {
  .saleHotelsRegionsListItemDiscover:before {
    font-size: 24px;
  }
}

.saleHotelsRegionsListItemLinkDiscover {
  font-size: 14px;
}
@media (min-width: 992px) {
  .saleHotelsRegionsListItemLinkDiscover {
    font-size: 32px;
  }
}

.saleTimeSaleDetailBannerWrapDiscover {
  margin: 15px 0 0;
}
@media (min-width: 992px) {
  .saleTimeSaleDetailBannerWrapDiscover {
    margin: 40px 0 0;
  }
}

.saleTimeSaleDetailBannerLinkDiscover {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.saleTimeSaleDetailBannerLinkDiscover .saleTimeSaleDetailBannerDiscover {
  display: block;
  width: 100%;
}

.saleTimeSaleDetailHeadingLinkDiscover {
  color: #083259;
}
.saleTimeSaleDetailHeadingLinkDiscover:hover {
  color: #083259;
}

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

select::-ms-expand {
  display: none;
}

.expectBetterKeyVisual {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .expectBetterKeyVisual {
    height: 600px;
    text-align: left;
  }
}

h1.expectBetterKeyVisualTitle {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 200px;
  color: #051f38;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  h1.expectBetterKeyVisualTitle {
    top: 5%;
    width: 750px;
    position: static;
    margin-bottom: 20px;
    font-size: 50px;
  }
}

.expectBetterKeyVisualDescription {
  padding: 160px 15px 0 15px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #051f38;
  line-height: 1.6em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #fff), to(transparent)) no-repeat center 70%;
  background: linear-gradient(to top, #fff 80%, transparent) no-repeat center 70%;
  background-size: 100% 50%;
}
@media (min-width: 360px) {
  .expectBetterKeyVisualDescription {
    padding: 180px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 60%, transparent) no-repeat center 70%;
    background-size: 100% 35%;
  }
}
@media (min-width: 411px) {
  .expectBetterKeyVisualDescription {
    padding: 180px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 30%, transparent) no-repeat center 70%;
    background-size: 100% 35%;
  }
}
@media (min-width: 438px) {
  .expectBetterKeyVisualDescription {
    padding: 200px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 25%, transparent) no-repeat center 70%;
    background-size: 100% 35%;
  }
}
@media (min-width: 480px) {
  .expectBetterKeyVisualDescription {
    padding: 230px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 30%, transparent) no-repeat center 70%;
    background-size: 100% 22%;
  }
}
@media (min-width: 507px) {
  .expectBetterKeyVisualDescription {
    padding: 260px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 30%, transparent) no-repeat center 70%;
    background-size: 100% 30%;
  }
}
@media (min-width: 568px) {
  .expectBetterKeyVisualDescription {
    padding: 280px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 15%, transparent) no-repeat center 70%;
    background-size: 100% 35%;
  }
}
@media (min-width: 600px) {
  .expectBetterKeyVisualDescription {
    padding: 300px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 15%, transparent) no-repeat center 70%;
    background-size: 100% 35%;
  }
}
@media (min-width: 639px) {
  .expectBetterKeyVisualDescription {
    padding: 330px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 15%, transparent) no-repeat center 70%;
    background-size: 100% 35%;
  }
}
@media (min-width: 678px) {
  .expectBetterKeyVisualDescription {
    padding: 340px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 15%, transparent) no-repeat center 70%;
    background-size: 100% 35%;
  }
}
@media (min-width: 694px) {
  .expectBetterKeyVisualDescription {
    padding: 360px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 15%, transparent) no-repeat center 70%;
    background-size: 100% 38%;
  }
}
@media (min-width: 736px) {
  .expectBetterKeyVisualDescription {
    padding: 390px 15px 0 15px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(13%, #fff), to(transparent)) no-repeat center 70%;
    background: linear-gradient(to top, #fff 13%, transparent) no-repeat center 70%;
    background-size: 100% 40%;
  }
}
@media (min-width: 768px) {
  .expectBetterKeyVisualDescription {
    background: initial;
    background-size: 100% 0;
    padding: 0;
    margin-bottom: 30px;
    color: #051f38;
    font-size: 16px;
    line-height: 2em;
  }
}

@media (min-width: 768px) {
  .expectBetterKeyVisualTextWrap {
    max-width: 1180px;
    padding: 50px 20px 0;
    margin: 0 auto;
  }
}

.expectBetterKeyVisual {
  background-image: url("/static/img/expectbetter/kv-sp.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: -20px;
}
@media (min-width: 768px) {
  .expectBetterKeyVisual {
    background-image: url("/static/img/expectbetter/kv-pc.jpg");
    background-size: cover;
    -ms-background-position-y: center;
    background-position-y: center;
    background-position-x: center;
    -ms-background-position-x: center;
  }
}

.expectBetterKeyVisualSectionBtn {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin: 10px auto 20px auto;
  color: #ffffff;
  font-size: 16px;
  background-color: #00a0ea;
}
@media (min-width: 768px) {
  .expectBetterKeyVisualSectionBtn {
    position: absolute;
    bottom: 0;
    margin: 30px 0 50px;
  }
}

.expectBetterKeyVisualSectionBtnArrow {
  height: 14px;
  width: auto;
  margin-left: 10px;
  margin-top: -2px;
}

.expectBetterSearchSection {
  padding: 0 15px;
  background-color: #0e509e;
}
@media (min-width: 768px) {
  .expectBetterSearchSection {
    text-align: center;
  }
}

.expectBetterSearchSectionsTitle {
  padding: 20px;
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 768px) {
  .expectBetterSearchSectionsTitle {
    padding: 30px;
  }
}

.expectBetterSearch {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .expectBetterSearch {
    display: inline-block;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .expectBetterSearchPcLeft {
    width: calc(50% / 2);
    margin-left: -12px;
  }
}
@media (min-width: 992px) {
  .expectBetterSearchPcLeft {
    margin-left: -25px;
  }
}

@media (min-width: 768px) {
  .expectBetterSearchPcRight {
    width: calc(99% / 3);
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .expectBetterSearchPcSubmitBtn {
    width: calc(44% / 2);
  }
}

.expectBetterSearchSubmitButton {
  width: 100%;
  padding: 9.5px 0;
  margin-bottom: 20px;
  color: white;
  border: solid 1px #00a0ea;
  background-color: #00a0ea;
}
@media (min-width: 768px) {
  .expectBetterSearchSubmitButton {
    width: auto;
    padding: 9.5px 50px;
    margin-left: 40px;
    margin-bottom: 0;
    color: white;
    border: solid 1px #00a0ea;
    background-color: #00a0ea;
  }
}
@media (min-width: 768px) {
  .expectBetterSearchSubmitButton {
    padding: 9.5px 70px;
  }
}

.expectBetterSearchSubtitle {
  display: inline-block;
  width: 60px;
}
.expectBetterSearchSubtitle h3 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}

.expectBetterSearchSelectForm {
  position: relative;
  display: inline-block;
  width: calc(100% - 65px);
}
.expectBetterSearchSelectForm select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background-color: white;
  border: none;
  border-radius: 0;
}

.expectBetterSearchArrow {
  position: absolute;
  top: 12px;
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 12px;
}

.expectBetterVideoSection {
  background-color: #00a0ea;
  padding: 20px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .expectBetterVideoSection {
    padding: 30px 100px;
  }
}

.expectBetterVideoSection {
  padding: 20px 15px;
  background-color: #00a0ea;
}
@media (min-width: 768px) {
  .expectBetterVideoSection {
    padding: 40px 15px;
    max-height: 485px;
  }
}

.expectBetterVideoWrap {
  position: relative;
  overflow: hidden;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
}
@media (min-width: 768px) {
  .expectBetterVideoWrap {
    max-height: 405px;
    max-width: 720px;
    margin: auto;
  }
}

.expectBetterVideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .expectBetterVideo {
    max-height: 405px;
    max-width: 720px;
  }
}

.expectBetterServiceDetailsSection {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  background-image: url("/static/img/expectbetter/family_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 15%;
  background-color: #0A246A;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailsSection {
    background-image: url("/static/img/expectbetter/family_bg-pc.jpg");
    background-size: cover;
  }
}

.expectBetterServiceDetailsSectionTitle {
  margin: 0;
  padding: 30px 0 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailsSectionTitle {
    padding: 100px 0 10px;
  }
}

.expectBetterServiceDetailsSectionMessage {
  margin: 0 25px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailsSectionMessage {
    font-size: 13px;
  }
}

.expectBetterServiceDetail {
  padding: 30px 25px 0;
}
@media (min-width: 768px) {
  .expectBetterServiceDetail {
    display: inline-block;
    vertical-align: top;
    width: calc((1150px - 50px)/4);
  }
}

.expectBetterServiceDetailPopWrap {
  position: relative;
  padding: 0 20px;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailPopWrap {
    min-width: 320px;
  }
}

.expectBetterServiceDetailPop {
  display: none;
  position: absolute;
  z-index: 800;
  width: 100%;
  height: auto;
  left: 0;
  background-color: #004b9c;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 4px;
          box-shadow: 2px 2px 4px;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailPop {
    width: 280px;
    left: -28px;
    bottom: -20px;
  }
  .expectBetterServiceDetailPop:after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 25px solid #004b9c;
  }
}

.expectBetterServiceDetailPopActive {
  display: block;
}

.expectBetterServiceDetailDescriptionArea {
  padding-top: 15px;
  text-align: center;
  line-height: 2.4rem;
  color: #fff;
}

.expectBetterServiceDetailDescriptionText {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailDescriptionText {
    margin-top: 20px;
  }
}

.expectBetterServiceDetailIconWrap {
  display: inline-block;
  position: relative;
  height: 232px;
  width: 232px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailIconWrap {
    width: 230px;
  }
}

.expectBetterServiceDetailIcon {
  width: 100%;
  height: auto;
}

.expectBetterServiceDetailPopCloseBtn {
  content: "×";
  position: absolute;
  z-index: 999;
  top: -7px;
  right: -7px;
  height: 35px;
  width: 35px;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
  color: #004b9c;
  border: 4px solid #004b9c;
  border-radius: 50%;
  background-color: #ffff;
}

.expectBetterServiceDetailPopArea {
  padding: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailPopArea {
    padding: 15px;
  }
}

.expectBetterServiceDetailPopTitle {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailPopTitle {
    font-size: 18px;
  }
}

.expectBetterServiceDetailPopText {
  font-size: 14px;
  text-align: left;
}
.expectBetterServiceDetailPopText a {
  color: #fff;
  text-decoration: underline;
}

.expectBetterServiceDetailsWrap {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .expectBetterServiceDetailsWrap {
    min-width: 740px;
  }
}
@media (min-width: 992px) {
  .expectBetterServiceDetailsWrap {
    min-width: 960px;
  }
}

.searchIndexSearchWrapFullWidth {
  width: 100%;
}

.searchIndexTitle {
  margin: 0;
  padding: 12px 0;
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.searchIndexSearchWrap {
  display: table;
  min-height: 50px;
  width: 100%;
}

.searchIndexSearchWrapDoubleLength {
  width: 100%;
}

.searchIndexSearchLink {
  width: 100%;
  height: 35px;
}

.searchIndexSearchLastLink {
  width: 100%;
  height: 40px;
  color: #fff;
  background: url(../img/hilton/shared/search/search_arrow_right_last.png) #051f38 center right no-repeat;
  background-size: 19px 10px;
}

.searchIndexSearchLinks {
  padding: 0;
}
.searchIndexSearchLinks span {
  background: url("../img/hilton/shared/icon/icon_sitemap_arrow_right_sp.png") center right no-repeat;
  background-size: 15px 10px;
}
.searchIndexSearchLinks a {
  color: #404040;
}
.searchIndexSearchLinks .searchIndexSearchLastLink {
  width: 100%;
  height: 40px;
  color: #fff;
  border: 0 solid #00a0ea;
  background: url(../img/hilton/shared/search/search_arrow_right_last.png) #00a0ea center right no-repeat;
  background-size: 19px 10px;
}

.searchIndexSearchFormWrap {
  padding: 0 10px 30px 10px;
  background: #051f38;
}
.searchIndexSearchFormWrap .searchIndexSearchForm {
  text-align: center;
}
.searchIndexSearchFormWrap .searchIndexSearchForm .searchIndexSearchFormTextField {
  padding: 10px 15px;
  margin-right: 5px;
  height: 40px;
  width: 245px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
}
.searchIndexSearchFormWrap .searchIndexSearchForm .appBtnSearch {
  height: 40px;
  width: 40px;
  vertical-align: top;
}

.searchIndexSearchLinks {
  overflow: hidden;
  z-index: 2500;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff url("../img/hilton/shared/search/search_border_thin.png") center 0 repeat-y;
}
.searchIndexSearchLinks ul {
  margin: 0;
  padding: 0;
  display: none;
}
.searchIndexSearchLinks li {
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.searchIndexSearchLinks li.last {
  width: 50%;
}
.searchIndexSearchLinks h2, .searchIndexSearchLinks h3 {
  position: relative;
  margin: 0;
  font-weight: bold;
  line-height: 35px;
}
.searchIndexSearchLinks h2, .searchIndexSearchLinks h3, .searchIndexSearchLinks span, .searchIndexSearchLinks .searchIndexSearchLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  height: 35px;
  font-size: 15px;
  vertical-align: middle;
  background: url(../img/hilton/shared/search/search_arrow_right.png) center right no-repeat;
  background-size: 17px 10px;
  border: 0 solid #999;
}
.searchIndexSearchLinks span, .searchIndexSearchLinks .searchIndexSearchLink {
  display: table-cell;
  padding: 10px 30px 10px 10px;
  line-height: 15px;
  width: 50%;
  text-decoration: none;
  border-bottom-width: 1px;
}
.searchIndexSearchLinks .last span {
  border-bottom: 0;
}
.searchIndexSearchLinks .searchIndexSearchHeadingTopLevel {
  padding: 20px 0 13px 10px;
  height: 56px;
  color: #fff;
  background: #051f38;
}
.searchIndexSearchLinks .searchIndexSearchHeadingMiddleLevel {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #4c4c4c;
  border-bottom: 1px solid #051f38;
  cursor: pointer;
}
.searchIndexSearchLinks .searchIndexSearchHeadingMiddleLevel:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  height: 15px;
  width: 15px;
  background: url(../img/shared/icon/icon_arrow_bottom_sp.png) center right no-repeat;
  background-size: 11px 6px;
}
.searchIndexSearchLinks .searchIndexSearchHeadingMiddleLevel.opened:after {
  background-image: url("../img/shared/icon/icon_arrow_up_sp.png");
}
.searchIndexSearchLinks .searchIndexHistoryWrap .searchIndexSearchHeadingTopLevel {
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background-color: #00a0ea;
}
.searchIndexSearchLinks .searchIndexHistoryWrap .searchIndexSearchHeadingTopLevel .appIconCheck {
  height: 45px;
  width: 45px;
  background: url("../img/shared/icon_check_sm.png") center center no-repeat;
}
.searchIndexSearchLinks .searchIndexHistoryWrap ul {
  display: block;
}

.searchResultImg {
  width: 100%;
}
.searchResultCity {
  position: relative;
  margin: 0 -10px;
  padding: 24px 10px;
  background: #eee;
}
.searchResultCityResultTitle {
  font-size: 18px;
  margin-bottom: 42px;
}
.searchResultCityImgWrap img {
  width: 180px;
  padding-right: 16px;
}
.searchResultCityTitle {
  position: absolute;
  top: 55px;
  left: 10px;
  font-size: 12px;
}
.searchResultCityTitle strong {
  font-size: 18px;
}
.searchResultCityDescription {
  font-size: 12px;
}
.searchResultInfoTitle {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.searchResultInfoAddress {
  display: none;
  font-size: 14px;
}
.searchResultInfoReserve {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  text-decoration: underline;
}
.searchResultInfoReserve:hover {
  text-decoration: none;
}
.searchResultInfoDescription {
  margin-top: 18px;
  font-size: 16px;
}
.searchResultInfoLinks {
  padding: 0;
}
.searchResultInfoLinks li {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px;
  line-height: 2em;
}
.searchResultInfoLinks li a:before {
  content: "〉";
  display: block;
  float: left;
  font-size: 10px;
}
.searchResultInfoFeatures {
  padding: 0;
}
.searchResultInfoFeatures li {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px;
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 6px 11px;
  color: #717171;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.searchResultBoxCity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchResultError {
  margin-top: 50px;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 768px) {
  .searchResultWrap {
    padding: 0 32px;
  }
}

.searchResultTitle {
  margin: 0;
  padding: 32px 0 22px;
  font-size: 18px;
  font-weight: bold;
}

.searchResultBox {
  position: relative;
  margin-top: 32px;
  padding-top: 66px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.searchResultBox:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .searchResultBox {
    padding-top: 0;
  }
}
.searchResultBox .searchResultBoxTitle {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
}
.searchResultBox .searchResultFormTitle {
  margin: 0;
  padding-left: 8px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  background: #dfdfdf;
}
.searchResultBox .searchResultCheckBoxes {
  margin: 0 0 3px 0;
  padding: 12px;
  background: #eeeeee;
}
.searchResultBox .searchResultCheckBoxes label {
  margin: 0 14px 0 0;
  font-size: 11px;
  font-weight: normal;
}
.searchResultBox .searchResultPbox {
  display: none;
}
@media (min-width: 768px) {
  .searchResultBox .searchResultBoxTitle {
    font-size: 18px;
  }
  .searchResultBox .searchResultForm:before, .searchResultBox .searchResultForm:after {
    content: " ";
    display: table;
  }
  .searchResultBox .searchResultForm:after {
    clear: both;
  }
  .searchResultBox .searchResultFormTitle {
    height: 46px;
    width: 10%;
    float: left;
    font-size: 14px;
    line-height: 46px;
  }
  .searchResultBox .searchResultCheckBoxes {
    margin-left: 3px;
    padding: 0 0 0 12px;
    height: 46px;
    width: 88%;
    float: left;
    line-height: 46px;
  }
  .searchResultBox .searchResultCheckBoxes label {
    margin: 0 14px 0 0;
    font-size: 14px;
  }
}

.searchResultPaginationBottomWrap {
  padding-left: 10px;
  margin: 17px 0 44px 0;
}
@media (min-width: 768px) {
  .searchResultPaginationBottomWrap {
    padding-left: 30px;
    margin: 30px 0 90px 0;
  }
}

@media (min-width: 768px) {
  .searchResultInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    width: auto;
  }
  .searchResultInner ul {
    list-style: none;
  }
  .searchResultBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchResultImg {
    width: 100%;
  }
  .searchResultImgWrap {
    width: 28.5%;
    min-width: 200px;
    max-width: 320px;
    margin-right: 28px;
    margin-bottom: 22px;
  }
  .searchResultInfo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .searchResultInfoTitle {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .searchResultInfoAddress {
    display: block;
    margin-bottom: 40px;
    padding-right: 200px;
  }
  .searchResultInfoReserve {
    position: absolute;
    top: 23px;
    right: 0;
  }
  .searchResultInfoLinks {
    margin-bottom: 25px;
  }
  .searchResultInfoFeatures {
    margin-bottom: 22px;
  }
  .searchResultCity {
    margin: 0 0 40px;
    padding: 28px;
    background-color: #EEEEEE;
  }
  .searchResultCityImgWrap {
    width: 22.5%;
    min-width: 200px;
    max-width: 240px;
    margin-right: 28px;
  }
  .searchResultCityImgWrap img {
    width: 100%;
    padding-right: 0;
  }
  .searchResultCityResultTitle {
    margin-bottom: 20px;
  }
  .searchResultCityTitle {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .searchResultCityTitle strong {
    font-size: 20px;
  }
}
.searchResultPagination,
._pbox-pagenav {
  font-size: 14px;
}
.searchResultPagination ._navs,
._pbox-pagenav ._navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 42px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  list-style: none;
}
@media (min-width: 768px) {
  .searchResultPagination ._navs,
._pbox-pagenav ._navs {
    margin: 32px auto 40px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.searchResultPagination ._navs li,
._pbox-pagenav ._navs li {
  margin-right: 20px;
}
.searchResultPagination ._navs li._first, .searchResultPagination ._navs li._prev, .searchResultPagination ._navs li._next, .searchResultPagination ._navs li._last,
._pbox-pagenav ._navs li._first,
._pbox-pagenav ._navs li._prev,
._pbox-pagenav ._navs li._next,
._pbox-pagenav ._navs li._last {
  font-size: 16px;
  padding-top: 1px;
}
.searchResultPagination ._navs li:last-child,
._pbox-pagenav ._navs li:last-child {
  margin-right: 0;
}
.searchResultPagination.searchResultBottomPagination,
._pbox-pagenav.searchResultBottomPagination {
  margin: 16px 0 44px 0;
  padding-left: 10px;
}

.searchResultResponse {
  margin: 40px 0 0;
  font-size: 18px;
}

.searchFilter {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 -10px;
  padding: 24px 10px;
  background-color: #ffffff;
  z-index: 1050;
  overflow-y: scroll;
}
.searchFilterClose {
  display: blok;
  float: right;
  margin-right: 10px;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.searchFilterClose:before, .searchFilterClose:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  border-top: 1px solid #000;
}
.searchFilterClose:before {
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}
.searchFilterClose:after {
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}
.searchFilterTitle {
  margin: 3px 0 20px;
  font-size: 18px;
  font-weight: bolder;
  float: left;
}
.searchFilterCategory {
  margin: 0 0 10px;
  padding: 16px;
  font-size: 15px;
  line-height: 1;
  background: #EEEEEE;
  clear: both;
}
.searchFilterToggle {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  float: right;
  cursor: pointer;
}
.searchFilterToggle.under {
  margin-top: 4px;
}
.searchFilterToggle.open:after {
  display: block;
  content: "";
  background-color: #00A0EA;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}
.searchFilterToggle.closed:before, .searchFilterToggle.closed:after {
  display: block;
  content: "";
  background-color: #00A0EA;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}
.searchFilterToggle.closed:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.searchFilterList {
  padding: 0;
  list-style: none;
  display: none;
}
.searchFilterList li {
  padding: 10px 0;
  font-size: 12px;
}
.searchFilterList li input[type=checkbox] {
  display: inline-block;
  margin-right: 8px;
}
.searchFilterList li label {
  margin: 0;
}
.searchFilterList li .labelTitle {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.searchFilterList.--top {
  padding: 4px 16px;
}
.searchFilterList.--second {
  margin: 16px 0 0;
}
.searchFilterList.--second > li {
  padding-left: 16px;
  padding-top: 0;
}
.searchFilterList.--second > li > label {
  padding: 10px 0;
}
.searchFilterList.--third {
  background-color: #EEEEEE;
  margin-left: -16px;
}
.searchFilterList.--third > li {
  padding-left: 32px;
}
.searchFilterList.--area > li {
  padding: 17px 0;
  border-bottom: 1px solid #EEEEEE;
}
.searchFilterList.--area > li:last-child {
  border-bottom: 0;
}
.searchFilterButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -6px;
}
.searchFilterClear {
  width: 38%;
  margin: 0 6px;
  padding: 16px 0;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  border-radius: 4px;
  outline: none;
}
.searchFilterClear:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.searchFilterSubmit {
  width: 62%;
  margin: 0 6px;
  padding: 16px 0;
  color: #ffffff;
  background-color: #00A0EA;
  border-color: #00A0EA;
  border-radius: 4px;
  outline: none;
}
.searchFilterSubmit:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  .searchFilter {
    display: block;
    position: relative;
    max-width: 404px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 404px;
            flex: 1 0 404px;
    margin: 0;
    padding-right: 32px;
    z-index: 0;
    overflow-y: auto;
    border-right: 1px solid #EEEEEE;
  }
  .searchFilterTitle {
    font-size: 20px;
  }
  .searchFilterClose {
    display: none;
  }
  .searchFilterList li {
    padding: 7px 0;
  }
  .searchFilterList.--area > li {
    padding: 13px 0;
  }
}

.searchFilterBtn {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 80px;
  height: 85px;
  width: 85px;
  z-index: 150;
  border: none;
  background: transparent url("../img/shared/icon/icon_search_filter.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.searchOtherHotels {
  display: block;
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 0;
}
.searchOtherHotels:before {
  content: "〉";
  display: block;
  float: left;
}

div.poplink.pc011 {
  top: 80px;
  margin-left: -50px;
}
div.poplink.pc011 .poplink_search .header {
  margin-bottom: 10px;
}
div.poplink.pc011 .poplink_search .item a .item_left .image_box {
  height: 80px !important;
  vertical-align: top !important;
}
div.poplink.sphs .poplink_search .item a .image_box {
  overflow: hidden;
  height: 75px !important;
}
div.poplink.sphs .poplink_search .item a .title {
  margin-bottom: 5px;
  font-weight: bold;
}

.container div.poplink.pc011 {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .container div.poplink.pc011 {
    margin-left: -40px;
  }
}
@media (max-width: 991px) {
  .container div.poplink.pc011 {
    margin-left: -80px;
  }
}

.new-header-2022-ko div.poplink.pc011 {
  top: 80px;
}

.sitemapTitle {
  margin: 0;
  padding-left: 10px;
  height: 52px;
  font-size: 15px;
  font-weight: bold;
  line-height: 52px;
}

.sitemapSearchWrap {
  display: table;
  min-height: 50px;
  width: 100%;
}

.sitemapSearchLinks span {
  background: url("../img/hilton/shared/icon/icon_sitemap_arrow_right_sp.png") center right no-repeat;
  background-size: 15px 10px;
}
.sitemapSearchLinks a {
  color: #404040;
}

.sitemapSearchLinks {
  padding: 10px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background: #fff url("../img/hilton/shared/search/search_border_thin.png") center 0 repeat-y;
}
.sitemapSearchLinks ul {
  margin: 0;
  padding: 0;
  display: none;
}
.sitemapSearchLinks li {
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemapSearchLinks li.last {
  width: 50%;
}
.sitemapSearchLinks h2, .sitemapSearchLinks h3 {
  position: relative;
  margin: 0;
  font-weight: bold;
  line-height: 35px;
}
.sitemapSearchLinks h2, .sitemapSearchLinks h3, .sitemapSearchLinks span, .sitemapSearchLinks .sitemapSearchLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  height: 35px;
  font-size: 15px;
  vertical-align: middle;
  background: url(../img/hilton/shared/search/search_arrow_right.png) center right no-repeat;
  background-size: 17px 10px;
  border: 0 solid #999;
}
.sitemapSearchLinks span, .sitemapSearchLinks .sitemapSearchLink {
  display: table-cell;
  padding: 10px 30px 10px 10px;
  line-height: 15px;
  width: 50%;
  text-decoration: none;
  border-bottom-width: 1px;
}
.sitemapSearchLinks .last span {
  border-bottom: 0;
}
.sitemapSearchLinks .sitemapSearchLastLink {
  display: block;
  padding: 3px 30px 3px 10px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: url(../img/hilton/shared/search/search_arrow_right_last.png) center right no-repeat;
  background-size: 19px 10px;
}
.sitemapSearchLinks .sitemapSearchHeadingTopLevel {
  padding: 10px;
  height: 56px;
  color: #fff;
  background: #051f38;
}
.sitemapSearchLinks .sitemapSearchHeadingMiddleLevel {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #4c4c4c;
  border-bottom: 1px solid #051f38;
  cursor: pointer;
}
.sitemapSearchLinks .sitemapSearchHeadingMiddleLevel:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  height: 15px;
  width: 15px;
  background: url(../img/shared/icon/icon_arrow_bottom_sp.png) center right no-repeat;
  background-size: 11px 6px;
}
.sitemapSearchLinks .sitemapSearchHeadingMiddleLevel.opened:after {
  background-image: url("../img/shared/icon/icon_arrow_up_sp.png");
}

.sitemapSearchLastLinkWrap {
  text-align: right;
}

.sitemapNationalCountriesWrap ul {
  display: block;
}
.sitemapNationalCountriesWrap .gHeadHotelsSearchMap {
  display: none;
}

.sitemapOverseasCountriesWrap {
  position: relative;
}
.sitemapOverseasCountriesWrap .sitemapHotelsSearchButton {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.gHeadHotelsSearchMap {
  padding-right: 10px;
}

.sitemapSearchOverseasCountry {
  width: 100%;
  float: none;
}

.sitemapSearchButton {
  text-align: right;
}

@media (min-width: 768px) {
  .sitemapTitle {
    margin: 0 auto;
    padding: 40px 0 24px;
    height: auto;
    font-size: 28px;
    line-height: normal;
  }

  .sitemapSearchLinks {
    margin: 0 0 100px;
    background: none;
  }
  .sitemapSearchLinks ul {
    display: block;
  }
  .sitemapSearchLinks .sitemapSearchLink {
    padding: 8px 30px 4px 20px;
    height: auto;
    font-size: 13px;
    vertical-align: middle;
    background: url("../img/hilton/shared/icon/icon_sitemap_arrow_right_pc.png") 0 8px no-repeat;
    border: 0 solid #999;
    color: #4dbdf0;
  }
  .sitemapSearchLinks .sitemapSearchLink:hover {
    text-decoration: underline;
  }
  .sitemapSearchLinks h2 {
    padding: 10px 0;
    height: auto;
    line-height: 15px;
  }
  .sitemapSearchLinks .sitemapSearchWrap {
    display: block;
    float: none;
    width: 100%;
    border: 0;
  }
  .sitemapSearchLinks .sitemapSearchWrap.last {
    width: 100%;
  }
  .sitemapSearchLinks .sitemapNationalCountriesWrap a {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .sitemapSearchLinks .sitemapNationalCountriesWrap .gHeadHotelsSearchMap {
    display: inline-block;
    margin: 10px 0;
  }
  .sitemapSearchLinks .sitemapOverseasCountriesWrap li {
    float: none;
    width: auto;
  }
  .sitemapSearchLinks .sitemapSearchLastLinkWrap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 270px;
  }
  .sitemapSearchLinks .sitemapSearchLastLink {
    padding: 0 30px 0 20px;
    background: url("../img/hilton/shared/search/search_arrow_right_last.png") left center no-repeat;
    background-size: 19px 10px;
  }
  .sitemapSearchLinks .sitemapTitle {
    margin: 0;
    padding: 40px 0px 60px 25px;
    font-size: 28px;
  }
  .sitemapSearchLinks .sitemapNationalCountriesWrap {
    float: left;
    width: 25%;
  }
  .sitemapSearchLinks .sitemapNationalCountriesWrap .sitemapSearchLink {
    font-size: 15px;
    font-weight: bold;
  }
  .sitemapSearchLinks .sitemapOverseasCountriesWrap {
    position: relative;
    float: left;
    width: 75%;
  }
  .sitemapSearchLinks .sitemapOverseasCountriesWrap .sitemapHotelsSearchButton {
    position: initial;
    margin: 10px 0;
  }
  .sitemapSearchLinks .sitemapSearchLink {
    display: block;
    width: 100%;
  }
  .sitemapSearchLinks .sitemapSearchHeadingTopLevel {
    padding: 10px 0;
    height: auto;
    color: #4c4a4a;
    background: none;
  }
  .sitemapSearchLinks .sitemapSearchHeadingMiddleLevel {
    padding: 10px 0;
    height: auto;
    line-height: 15px;
    font-size: 13px;
    color: #999999;
    background: none;
    border: none;
    cursor: default;
  }
  .sitemapSearchLinks .sitemapSearchOverseasCountryRow {
    width: 33%;
    float: left;
  }
}
#pageSiteError .gShareBtns {
  display: none !important;
}

.notFoundSection {
  display: table;
  padding: 20px 10px 50px 10px;
}
@media (min-width: 768px) {
  .notFoundSection {
    padding: 50px 50px 100px 50px;
  }
}
.notFoundSection .notFoundMainTitleWrap {
  margin-bottom: 20px;
}
.notFoundSection .notFoundIcon {
  display: table-cell;
  width: 67px;
  height: 52px;
  background: url(../img/hilton/shared/warn/icon_not_found_warn_sp.png) left center no-repeat;
  background-size: 52px 52px;
}
@media (min-width: 768px) {
  .notFoundSection .notFoundIcon {
    width: 90px;
    height: 70px;
    background: url(../img/hilton/shared/warn/icon_not_found_warn_pc.png) left center no-repeat;
    background-size: 70px 70px;
  }
}
.notFoundSection h2 {
  display: table-cell;
  vertical-align: middle;
  line-height: 25px;
  font-size: 17px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .notFoundSection h2 {
    line-height: 38px;
    font-size: 28px;
  }
}
.notFoundSection p {
  margin: 30px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .notFoundSection p {
    margin: 40px 0;
    font-size: 15px;
  }
}
.notFoundSection a {
  display: block;
  width: 100px;
}
.notFoundSection .notFoundRightArrow {
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/hilton/shared/warn/icon_not_found_right_arrow_sp.png) left bottom no-repeat;
  background-size: 7px 11px;
}
@media (min-width: 768px) {
  .notFoundSection .notFoundRightArrow {
    width: 9px;
    height: 15px;
    background: url(../img/hilton/shared/warn/icon_not_found_right_arrow_pc.png) left bottom no-repeat;
    background-size: auto;
  }
}

.pageTenkpoints .saleTimeSaleDetailWrap {
  margin-top: 20px;
  padding: 15px;
  background-color: #fff;
}
.pageTenkpoints .saleTimeSaleDetailWrap h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  color: #003464;
}
.pageTenkpoints .saleTimeSaleDetailWrap p {
  font-size: 12px;
}
.pageTenkpoints #saleMemberRegistrationWrap {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.pageTenkpoints #saleMemberRegistrationWrap br {
  display: none;
}
.pageTenkpoints .saleMemberRegistrationLink {
  position: relative;
  display: block;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #c2a354;
}
.pageTenkpoints .saleMemberRegistrationLink .hotelIconReserveRightArrow {
  position: relative;
  left: 5px;
  top: 3px;
}
.pageTenkpoints .saleMemberRegistrationMenu {
  display: block;
  padding: 0 10%;
  width: 100%;
  background: rgba(0, 0, 51, 0.9);
}
.pageTenkpoints .saleMemberRegistrationMenu a {
  color: #fff;
}
.pageTenkpoints .saleMemberRegistrationMenuItem {
  padding: 7px 10px 3px;
  text-align: center;
  vertical-align: middle;
}
.pageTenkpoints .saleMemberRegistrationMenuItemInner {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
}
.pageTenkpoints .saleMemberSharesText {
  display: inline-block;
  margin: 0 10% 0 0;
  color: #fff;
}
.pageTenkpoints .saleMemberShare {
  display: inline-block;
  margin: 0 10% -1px 10%;
  width: 13px;
  height: 11px;
  background: no-repeat;
  background-size: contain;
}
.pageTenkpoints .saleMemberShareTwitter {
  background-image: url(/static/img/sale/sale_share_twitter_sp.png);
}
.pageTenkpoints .saleMemberShareFacebook {
  background-image: url(/static/img/sale/sale_share_facebook_sp.png);
}
.pageTenkpoints .saleMemberShareGoogle {
  margin-right: 0;
  background-image: url(/static/img/sale/sale_share_google_sp.png);
}
.pageTenkpoints .saleKeyvisualSection {
  position: relative;
  overflow: hidden;
  max-height: 190px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .pageTenkpoints .saleKeyvisualSection {
    max-height: 498px;
  }
}
.pageTenkpoints .saleKeyvisualMessageWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: table;
  margin: -85px 0 0 -120px;
  width: 240px;
  height: 170px;
  background: rgba(3, 28, 52, 0.8);
}
@media (min-width: 992px) {
  .pageTenkpoints .saleKeyvisualMessageWrap {
    top: 0;
    left: 50%;
    margin: 0;
    padding: 0 25px 0 50px;
    width: 50%;
    height: 498px;
  }
}
.pageTenkpoints .saleKeyvisualMessageInner {
  display: table-cell;
  vertical-align: middle;
}
.pageTenkpoints .saleKeyvisualMessageHeading {
  margin: 9px 0 20px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.pageTenkpoints .saleKeyvisualMessageSuffix {
  margin: 2px 0 3px;
  font-size: 13px;
  color: #fff;
}
.pageTenkpoints .saleKeyvisualCountdownPriceOff {
  width: 170px;
}
.pageTenkpoints .saleKeyvisualMessage {
  margin: 6px 0 0;
  line-height: 1.4;
  font-size: 11px;
  font-weight: bold;
}
.pageTenkpoints .saleKeyvisualCountdownHeading {
  margin: 4px 0 1px;
  font-size: 8px;
}
.pageTenkpoints .saleKeyvisualCountdownSuffix {
  margin: 1px 0 -4px;
  font-size: 8px;
}
.pageTenkpoints .saleKeyvisualCountdown {
  *zoom: 1;
  margin: 0 auto;
  width: 128.5px;
  height: 29.5px;
  background: url(../img/sale/time_left_sp.png) no-repeat;
  background-size: 128.5px 29.5px;
}
.pageTenkpoints .saleKeyvisualCountdown:after {
  content: "";
  display: table;
  clear: both;
}
.pageTenkpoints .saleKeyvisualCountdown .saleKeyvisualCountdownColumn {
  float: left;
  width: 28%;
  height: 100%;
  text-align: center;
}
.pageTenkpoints .saleKeyvisualCountdown .saleKeyvisualCountdownDay {
  width: 20%;
}
.pageTenkpoints .saleKeyvisualCountdown .saleKeyvisualCountdownHour {
  width: 26%;
}
.pageTenkpoints .saleKeyvisualCountdown .saleKeyvisualCountdownMinute {
  width: 26%;
}
.pageTenkpoints .saleKeyvisualCountdown .saleKeyvisualCountdownNumber {
  margin: 2px 0 0;
  font-size: 18px;
  line-height: 1;
}
.pageTenkpoints .saleKeyvisualCountdown .saleKeyvisualCountdownUnit {
  font-size: 8px;
  line-height: 1;
}
.pageTenkpoints .saleKeyvisualMessageExplanation {
  margin: 8px auto 0;
  width: 141.5px;
  height: 20px;
  background: url(../img/sale/kv_explanation_sp.png) no-repeat;
  background-size: 141.5px 20px;
  background-image: url(../img/sale/kv_explanation_sp.png?v=2);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.pageTenkpoints .localeEn .saleKeyvisualMessageExplanation {
  margin-top: 5px;
  background-image: url(../img/sale/kv_explanation_sp_en.png?v=2);
}
.pageTenkpoints .localeKo .saleKeyvisualMessageExplanation {
  background-image: url(../img/sale/kv_explanation_sp_ko.png?v=2);
}
.pageTenkpoints .localeZhCN .saleKeyvisualMessageExplanation {
  background-image: url(../img/sale/kv_explanation_sp_zh-CN.png?v=2);
}
.pageTenkpoints .localeZhTW .saleKeyvisualMessageExplanation {
  background-image: url(../img/sale/kv_explanation_sp_zh-TW.png?v=2);
}
.pageTenkpoints .saleTargetHotelSales {
  clear: both;
  padding-top: 15px;
}
.pageTenkpoints .saleTargetHotelSalePlanWrap {
  padding: 5px;
  font-size: 12px;
  background-color: #003464;
}
.pageTenkpoints .saleTargetHotelSalePlanWrap .appBtn {
  position: relative;
  padding-right: 10px;
  width: 110px;
  height: 30px;
  line-height: 25px;
}
.pageTenkpoints .saleTargetHotelSalePlanWrap .appBtnGray {
  cursor: default;
}
.pageTenkpoints .saleTargetHotelSalePlanWrap .appBtnGray:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pageTenkpoints .saleTargetHotelSalePlanWrap .hotelIconReserveRightArrow {
  position: absolute;
  margin-left: 5px;
  right: 6px;
  top: 9px;
}
.pageTenkpoints .saleTargetHotelSalePlanHeading {
  margin: 0;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #003466;
}
.pageTenkpoints .saleTargetHotelSalePlan {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.pageTenkpoints .saleTargetHotelSalePlanList {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.pageTenkpoints .saleTargetHotelSalePlanListItem {
  float: none !important;
  padding: 5px 10px;
  vertical-align: middle;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.pageTenkpoints .saleTargetHotelSalePlanListItem:last-child {
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.pageTenkpoints .saleTargetHotelSaleDetail {
  *zoom: 1;
}
.pageTenkpoints .saleTargetHotelSaleDetail:after {
  content: "";
  display: table;
  clear: both;
}
.pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap {
  float: left;
  padding-bottom: 8px;
  width: 50%;
  border: 1px solid #f0f0f0;
  text-align: center;
}
.pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap:first-child {
  border-right: 0;
}
.pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap strong {
  display: block;
  margin: 5px 0 3px;
  text-align: center;
  color: #e22222;
  font-size: 16px;
}
.pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap .appBtn {
  position: relative;
  padding-right: 10px;
  width: 110px;
  height: 30px;
  line-height: 25px;
}
.pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap .appBtnGray {
  cursor: default;
}
.pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap .appBtnGray:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap .hotelIconReserveRightArrow {
  position: absolute;
  margin-left: 5px;
  right: 6px;
  top: 9px;
}
.pageTenkpoints .saleTargetHotelSaleDiscountPriceHeading {
  margin: 0;
  padding: 4px 0;
  text-align: center;
  background-color: #e9e9e9;
  font-size: 13px;
}
.pageTenkpoints .localeEn .saleTargetHotelSaleDiscountPriceWrap:first-child .saleTargetHotelSaleDiscountPriceHeading {
  padding-top: 12px;
}
.pageTenkpoints .localeEn .saleTargetHotelSaleDiscountPriceHeading {
  min-height: 44px;
}
@media (min-width: 992px) {
  .pageTenkpoints .saleTimeSaleDetailWrap {
    margin-top: 40px;
    padding: 40px;
  }
  .pageTenkpoints .saleTimeSaleDetailWrap h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .pageTenkpoints .saleTimeSaleDetailWrap p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .pageTenkpoints #saleMemberRegistrationWrap {
    bottom: 20%;
    right: 0;
    width: 150px;
  }
  .pageTenkpoints #saleMemberRegistrationWrap br {
    display: block;
  }
  .pageTenkpoints .saleMemberRegistrationLink {
    padding: 10px 10px;
    font-size: 14px;
    text-decoration: none;
  }
  .pageTenkpoints .saleMemberRegistrationLink:hover {
    background: rgba(194, 163, 84, 0.7);
  }
  .pageTenkpoints .saleMemberRegistrationLink .hotelIconReserveRightArrow {
    top: 4px;
    left: 8px;
  }
  .pageTenkpoints .saleMemberRegistrationMenu {
    display: block;
    margin-top: 8px;
    padding: 8px 0;
  }
  .pageTenkpoints .saleMemberRegistrationMenu a:hover {
    text-decoration: none;
  }
  .pageTenkpoints .saleMemberRegistrationMenuItem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 8px auto 0;
    padding: 0;
    width: 100%;
  }
  .pageTenkpoints .saleMemberRegistrationMenuItem:first-child {
    margin-top: 0;
  }
  .pageTenkpoints .saleMemberRegistrationMenuItemInner {
    display: block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .pageTenkpoints .saleMemberShare {
    width: 28px;
    height: 28px;
    margin: 0;
    background: no-repeat;
  }
  .pageTenkpoints .saleMemberSharesText {
    display: inline;
    margin: 0;
    vertical-align: top;
  }
  .pageTenkpoints .saleMemberShareTwitter {
    background-image: url(/static/img/sale/sale_share_twitter_pc.png);
  }
  .pageTenkpoints .saleMemberShareFacebook {
    background-image: url(/static/img/sale/sale_share_facebook_pc.png);
  }
  .pageTenkpoints .saleMemberShareGoogle {
    background-image: url(/static/img/sale/sale_share_google_pc.png);
  }
  .pageTenkpoints .saleKeyvisualMessageHeading {
    margin: 0 0 40px;
    font-size: 48px;
  }
  .pageTenkpoints .saleKeyvisualMessageSuffix {
    margin: 5px 0;
    font-size: 24px;
  }
  .pageTenkpoints .saleKeyvisualCountdownPriceOff {
    width: auto;
  }
  .pageTenkpoints .saleKeyvisualMessage {
    font-size: 24px;
  }
  .pageTenkpoints .saleKeyvisualCountdownHeading {
    margin: 10px 0 5px;
    font-size: 13px;
  }
  .pageTenkpoints .saleKeyvisualCountdownSuffix {
    margin: 5px 0 -5px;
    font-size: 13px;
  }
  .pageTenkpoints .saleKeyvisualCountdown {
    width: 364px;
    height: 84px;
    background: url(../img/sale/time_left_pc.png) no-repeat;
  }
  .pageTenkpoints .saleKeyvisualCountdown .saleKeyvisualCountdownNumber {
    padding-top: 5px;
    font-size: 50px;
  }
  .pageTenkpoints .saleKeyvisualCountdown .saleKeyvisualCountdownUnit {
    font-size: 16px;
  }
  .pageTenkpoints .saleKeyvisualMessageExplanation {
    margin: 15px 0 0;
    width: auto;
    height: auto;
    font-size: 9px;
    text-indent: 0;
    text-align: center;
    background: none !important;
  }
  .pageTenkpoints .localeEn .saleKeyvisualMessageExplanation {
    margin-top: 20px;
  }
  .pageTenkpoints .saleTargetHotelSalePlanWrap {
    float: left;
    padding: 0;
    width: 100%;
    min-height: 74px;
    font-size: 14px;
    background-color: #fff;
  }
  .pageTenkpoints .saleTargetHotelSalePlanHeading {
    font-size: 17px;
  }
  .pageTenkpoints .saleTargetHotelSalePlanList {
    display: table;
    width: 100%;
  }
  .pageTenkpoints .saleTargetHotelSalePlanListItem {
    padding: 10px 15px;
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .pageTenkpoints .saleTargetHotelSale {
    *zoom: 1;
  }
  .pageTenkpoints .saleTargetHotelSale:after {
    content: "";
    display: table;
    clear: both;
  }
  .pageTenkpoints .saleTargetHotelSale:first-child .saleTargetHotelSalePlanHeading, .pageTenkpoints .saleTargetHotelSale:first-child .saleTargetHotelSaleDiscountPriceHeading {
    display: block;
  }
  .pageTenkpoints .saleTargetHotelSale .saleTargetHotelSalePlanHeading, .pageTenkpoints .saleTargetHotelSale .saleTargetHotelSaleDiscountPriceHeading {
    display: none;
  }
  .pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap {
    padding-bottom: 9px;
    width: 45%;
  }
  .pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap strong {
    font-size: 18px;
  }
  .pageTenkpoints .saleTargetHotelSaleDiscountPriceWrap .appBtn {
    width: 140px;
  }
  .pageTenkpoints .saleTargetHotelSaleDiscountPriceHhonorsWrap {
    width: 55%;
  }
  .pageTenkpoints .saleTargetHotelSaleDetail {
    float: left;
    width: 70%;
  }
  .pageTenkpoints .saleTargetHotelSalePlan {
    min-height: 72px;
    padding: 25px 15px 15px;
    font-size: 15px;
    color: #000;
  }
}

.familyHead {
  height: 60px;
}
@media (min-width: 768px) {
  .familyHead {
    height: 80px;
  }
}
.familyHead .gHeadSharedLogoWrapMobile .gHeadLogo {
  background-position-x: left;
}

.familyHeadLogoWrap {
  display: block;
  width: 100px;
  height: 30px;
}
@media (min-width: 768px) {
  .familyHeadLogoWrap {
    width: 130px;
    height: 60px;
    margin-top: 5px;
  }
}
.familyHeadLogoWrap img {
  width: 100%;
}

.familyHeadOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: white;
}
@media (min-width: 768px) {
  .familyHeadOverlay {
    height: 80px;
  }
}

.familyHeadInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0 10px;
}

.familyHeadMainItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.familyHeadMenuWrap {
  display: none;
}
@media (min-width: 768px) {
  .familyHeadMenuWrap {
    display: block;
    margin-top: -5px;
  }
}

.familyHeadMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 10px 0;
  padding: 0 20px;
  line-height: 25px;
  height: 50px;
}

.familyHeadMenuItem {
  position: relative;
  font-size: 10px;
  border-left: solid 1px #EEEEEE;
  font-weight: bold;
}
@media (min-width: 900px) {
  .familyHeadMenuItem {
    font-size: 14px;
  }
}
@media (min-width: 1100px) {
  .familyHeadMenuItem {
    font-size: 16px;
  }
}
.familyHeadMenuItem:last-of-type {
  border-right: solid 1px #EEEEEE;
}
.familyHeadMenuItem:hover {
  background-color: #00A8E1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.familyHeadMenuItem:hover .familyHeadMenuItemLink {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.familyHeadMenuItemLink {
  display: block;
  width: 100%;
  padding: 10px 8px;
}
@media (min-width: 1100px) {
  .familyHeadMenuItemLink {
    padding: 10px 20px;
  }
}

.familyHeadMenuList li:hover > ul > li {
  overflow: visible;
  height: 220px;
}

.familyHeadMenuInnerList {
  position: absolute;
  top: 53px;
  left: -40px;
  list-style-type: none;
  line-height: 25px;
}

.familyHeadMenuInnerItem {
  overflow: hidden;
  height: 0;
}

.familyHeadMenuInnerItemArea {
  padding: 20px;
  width: 300px;
  height: 220px;
  background: #fff;
  line-height: 2.2em;
  -webkit-box-shadow: 0 3px 6px #666;
          box-shadow: 0 3px 6px #666;
}

.familyHeadMenuInnerItemAreaLink {
  display: block;
  position: relative;
  font-size: 14px;
  color: #0C1F36;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: normal;
  padding-left: 2.2em;
}
.familyHeadMenuInnerItemAreaLink:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.familyHeadMenuInnerItemAreaLink.familyHeadMenuAdventure:before {
  background-image: url("/static/img/discover/201909/menu_icon02.png");
  background-size: 17px;
}
.familyHeadMenuInnerItemAreaLink.familyHeadMenuCulture:before {
  background-image: url("/static/img/discover/201909/menu_icon03.png");
  background-size: 18px;
}
.familyHeadMenuInnerItemAreaLink.familyHeadMenuFoodAndDrink:before {
  background-image: url("/static/img/discover/201909/menu_icon04.png");
  background-size: 17px;
}
.familyHeadMenuInnerItemAreaLink.familyHeadMenuWellness:before {
  background-image: url("/static/img/discover/201909/menu_icon05.png");
  background-size: 16px;
}

.familyHeadMenuInnerItemAreaLinkTop {
  font-weight: bold;
}
.familyHeadMenuInnerItemAreaLinkTop:before {
  background-image: url("/static/img/discover/201909/menu_icon01.png");
  background-size: 17px;
}

.familyHeadSpMenuButtonWrap {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .familyHeadSpMenuButtonWrap {
    display: none;
  }
}

.familyHeadSpMenuButton {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  background-color: #1AA7E1;
  vertical-align: middle;
}
.familyHeadSpMenuButton:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10.5px);
  left: calc(50% - 12px);
  background: url("/static/img/discover/201909/sp_menu_open.png") no-repeat center;
  width: 24px;
  height: 21px;
  background-size: 24px 21px;
  cursor: pointer;
}

.familyHeadSpMenuButton.familyHeadSpMenuButtonClose:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background: url("/static/img/discover/201909/sp_menu_close.png") no-repeat center;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  cursor: pointer;
}

.familyHeadSpMenuContents {
  display: block;
  overflow: auto;
  position: fixed;
  top: -1000px;
  z-index: 200;
  width: 100%;
  max-width: 767px;
  height: 390px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.familyHeadSpMenuContents.familyHeadSpMenuContentsOpen {
  top: 60px;
}
@media (min-width: 768px) {
  .familyHeadSpMenuContents {
    display: none;
  }
}
.familyHeadSpMenuContents ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.familyHeadSpMenuContents .familyHeadSpMenuTopList {
  font-size: 16px;
  background: #00A8E1;
}
.familyHeadSpMenuContents .familyHeadSpMenuTopItem .familyHeadSpMenuTopItemText {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin: 0 !important;
  padding: 0 16px;
}
.familyHeadSpMenuContents .familyHeadSpMenuTopItem .familyHeadSpMenuTopItemLink {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 16px;
  border-bottom: solid 1px #CECECE;
}
.familyHeadSpMenuContents .familyHeadSpMenuTopItem .familyHeadSpMenuTopItemLink:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: 0.7em;
  width: 30px;
  height: 21px;
}
.familyHeadSpMenuContents .familyHeadSpMenuTopItem .familyHeadSpMenuTopItemLink.familyHeadMenuSpFamilyAndKidsLink:after {
  background-image: url("/static/img/discover/201909/sp_menu_arrow_white.png");
  background-size: 13px;
  top: calc(50% - 10px);
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerList {
  background: #fff;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem {
  height: 54px;
  line-height: 54px;
  border-bottom: solid 1px #CECECE;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem .familyHeadSpMenuInnerItemLink {
  display: block;
  position: relative;
  font-size: 14px;
  color: #0C1F36;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: normal;
  padding-left: 3.5em;
  cursor: pointer;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem .familyHeadSpMenuInnerItemLink:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 13px);
  left: 0.75em;
  width: 25px;
  height: 26px;
  color: red;
  background-repeat: no-repeat;
  background-position: center;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem .familyHeadSpMenuInnerItemLink.familyHeadMenuSpAdventure:before {
  background-image: url("/static/img/discover/201909/menu_icon02.png");
  background-size: 21px 22.5px;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem .familyHeadSpMenuInnerItemLink.familyHeadMenuSpCulture:before {
  background-image: url("/static/img/discover/201909/menu_icon03.png");
  background-size: 23.5px 17px;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem .familyHeadSpMenuInnerItemLink.familyHeadMenuSpFoodAndDrink:before {
  background-image: url("/static/img/discover/201909/menu_icon04.png");
  background-size: 20.5px 19.5px;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem .familyHeadSpMenuInnerItemLink.familyHeadMenuSpWellness:before {
  background-image: url("/static/img/discover/201909/menu_icon05.png");
  background-size: 20.1px 26px;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem .familyHeadSpMenuInnerItemLinkTop {
  font-weight: bold;
}
.familyHeadSpMenuContents .familyHeadSpMenuInnerItem .familyHeadSpMenuInnerItemLinkTop:before {
  background-image: url("/static/img/discover/201909/menu_icon01.png");
  background-size: 16px 22px;
}

.familyHeadLinkPriceMatch {
  display: none;
}
@media (min-width: 768px) {
  .familyHeadLinkPriceMatch {
    display: inline-block;
    width: 180px;
    height: 100%;
    margin-top: 5px;
  }
}
.familyHeadLinkPriceMatch img {
  width: 100%;
}

.familyAndKidsMombassadorLogoTextPc {
  position: absolute;
  top: 0;
  left: 90px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.customIndexKeyvisualsSection.familyKidsKeyvisualsSection {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .customIndexKeyvisualsSection.familyKidsKeyvisualsSection {
    max-height: initial;
    margin-top: 0;
  }
}

.customIndexKeyvisualHeadingMessageWrap.familyKidsKeyvisualHeadingMessageWrap {
  padding: 0 20px;
  top: 10%;
}
@media (min-width: 414px) {
  .customIndexKeyvisualHeadingMessageWrap.familyKidsKeyvisualHeadingMessageWrap {
    top: 16%;
  }
}
@media (min-width: 768px) {
  .customIndexKeyvisualHeadingMessageWrap.familyKidsKeyvisualHeadingMessageWrap {
    top: 0;
    left: 10%;
  }
}
@media (min-width: 992px) {
  .customIndexKeyvisualHeadingMessageWrap.familyKidsKeyvisualHeadingMessageWrap {
    margin: 0;
    top: 30%;
  }
}

.customIndexKeyvisualHeadingMessage.familyKidsKeyvisualHeadingMessage {
  display: block;
  margin: 0 auto;
  background: initial;
  filter: alpha(opacity=100);
  background: rgba(255, 255, 255, 0);
  padding: 10px 20px 0;
}
@media (min-width: 375px) {
  .customIndexKeyvisualHeadingMessage.familyKidsKeyvisualHeadingMessage {
    width: 320px;
  }
}
@media (min-width: 414px) {
  .customIndexKeyvisualHeadingMessage.familyKidsKeyvisualHeadingMessage {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .customIndexKeyvisualHeadingMessage.familyKidsKeyvisualHeadingMessage {
    width: 360px;
  }
}
@media (min-width: 900px) {
  .customIndexKeyvisualHeadingMessage.familyKidsKeyvisualHeadingMessage {
    width: 400px;
  }
}
@media (min-width: 1100px) {
  .customIndexKeyvisualHeadingMessage.familyKidsKeyvisualHeadingMessage {
    width: 450px;
  }
}
.customIndexKeyvisualHeadingMessage.familyKidsKeyvisualHeadingMessage img {
  width: 100%;
}

.familyKidsPlanLinkList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .familyKidsPlanLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
  }
}

.familyKidsPlanLinkItem {
  position: relative;
  height: 60px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2rem;
  border-bottom: solid 1px #eaeaea;
}
@media (min-width: 768px) {
  .familyKidsPlanLinkItem {
    height: initial;
    padding: 0 20px;
    border-bottom: none;
  }
}
.familyKidsPlanLinkItem:before {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
@media (min-width: 768px) {
  .familyKidsPlanLinkItem:before {
    display: none;
  }
}
.familyKidsPlanLinkItem:not(:last-of-type)::after {
  display: none;
}
@media (min-width: 768px) {
  .familyKidsPlanLinkItem:not(:last-of-type)::after {
    display: block;
    content: "";
    position: absolute;
    top: 28px;
    right: -20px;
    width: 25px;
    height: 2px;
    border-top: 2px solid #eaeaea;
    -webkit-transform: translateX(-50%) rotate(120deg);
            transform: translateX(-50%) rotate(120deg);
  }
}
.familyKidsPlanLinkItem a {
  display: block;
  color: #000;
  vertical-align: middle;
}
.familyKidsPlanLinkItem a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.familyKidsPlanLinkItem a div p {
  font-size: 13px;
  font-weight: bold;
}
.familyKidsPlanLinkItem a div span {
  color: #666;
  font-size: 10px;
  font-weight: initial;
}

.familyKidsPlanLinkItemIcon {
  width: 27px;
  height: 30px;
  margin: 5px 15px 10px 0;
}
@media (min-width: 768px) {
  .familyKidsPlanLinkItemIcon {
    display: none;
  }
}

.familyKidsContentsWrap {
  display: none;
  background: #E9F0F7;
  padding: 0;
}

.familyKidsContentsWrapShown {
  display: block;
}
.familyKidsContentsWrapShown:nth-child(even) {
  background: #fff;
}

.familyKidsContents {
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 0 50px;
}

.familyKidsAreaSearchPc {
  display: none;
}
@media (min-width: 768px) {
  .familyKidsAreaSearchPc {
    display: block;
    height: 60px;
    margin: 0 auto;
    padding: 10px;
    max-width: 900px;
    background: #fff;
  }
}

.familyKidsAreaSearchPcList {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
  list-style-type: none;
}
.familyKidsAreaSearchPcList li {
  display: inline-block;
  font-size: 16px;
}
.familyKidsAreaSearchPcList li:after {
  content: "|";
  margin-left: 15px;
}
.familyKidsAreaSearchPcList li:first-of-type a {
  font-weight: bold;
}
.familyKidsAreaSearchPcList li a {
  color: #000;
  width: 100%;
  padding: 10px 15px;
}
.familyKidsAreaSearchPcList li a.familyKidsAreaSearchActive {
  background-color: #ededed;
}

.familyKidsAreaSearchSp {
  height: 75px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  line-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .familyKidsAreaSearchSp {
    display: none;
  }
}
.familyKidsAreaSearchSp label {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .familyKidsAreaSearchWrap {
    padding: 60px 0 0;
    background: #E9F0F7;
  }
}

.familyKidsAreaSearchInput {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 10px;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 3rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.familyKidsPlanIntroduction {
  padding: 80px 15px 50px;
  margin: -80px auto 0;
}

.familyKidsPlanIntroductionTitleWrap {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.familyKidsPlanIntroductionTitle {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.familyKidsPlanIntroductionTitle:before {
  display: block;
  content: "";
  margin: 0 auto 15px;
}
.familyKidsPlanIntroductionTitle.familyKidsPlanIntroductionTitleIconRoomPackage:before {
  background: url("/static/img/discover/family_and_kids/room-package.svg") no-repeat;
  background-size: contain;
  width: 31px;
  height: 27px;
}
@media (min-width: 768px) {
  .familyKidsPlanIntroductionTitle.familyKidsPlanIntroductionTitleIconRoomPackage:before {
    width: 40px;
    height: 35px;
  }
}
.familyKidsPlanIntroductionTitle.familyKidsPlanIntroductionTitleIconFamilyRoom:before {
  background: url("/static/img/discover/family_and_kids/family-room.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 28px;
}
@media (min-width: 768px) {
  .familyKidsPlanIntroductionTitle.familyKidsPlanIntroductionTitleIconFamilyRoom:before {
    width: 40px;
    height: 38px;
  }
}
.familyKidsPlanIntroductionTitle.familyKidsPlanIntroductionTitleIconActivityProgram:before {
  background: url("/static/img/discover/family_and_kids/activity-program.svg") no-repeat;
  background-size: contain;
  width: 33px;
  height: 31px;
}
@media (min-width: 768px) {
  .familyKidsPlanIntroductionTitle.familyKidsPlanIntroductionTitleIconActivityProgram:before {
    width: 46px;
    height: 46px;
  }
}

.familyKidsPlanIntroductionTitleCaption {
  font-size: 12px;
  color: #666666;
}

.familyKidsPlanIntroductionItemWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.familyKidsPlanIntroductionItem {
  width: 48%;
  margin-bottom: 30px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .familyKidsPlanIntroductionItem {
    padding: 0 10px;
    width: 33%;
  }
}

.familyKidsPlanIntroductionImageWrap {
  width: auto;
  height: 120px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .familyKidsPlanIntroductionImageWrap {
    height: 200px;
  }
}
.familyKidsPlanIntroductionImageWrap img {
  height: 120px;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .familyKidsPlanIntroductionImageWrap img {
    height: 200px;
  }
}

.familyKidsPlanIntroductionTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .familyKidsPlanIntroductionTextWrap {
    min-height: 250px;
  }
}

@media (min-width: 768px) {
  #family-room .familyKidsPlanIntroductionTextWrap {
    min-height: 190px;
  }
}

.familyKidsPlanIntroductionSubTitle {
  line-height: 2.2rem;
}
.familyKidsPlanIntroductionSubTitle p {
  font-size: 14px;
  font-weight: bold;
}
.familyKidsPlanIntroductionSubTitle span {
  font-size: 12px;
  color: #666;
}

.familyKidsPlanIntroductionText {
  border-top: solid 1px #ddd;
  padding: 10px 0 0;
  line-height: 2rem;
}

.familyKidsAppBtn {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #00A8E1;
  border-radius: 5px;
}

.familyKidsPlanIntroductionItemMore {
  display: none;
}

.familyKidsPlanIntroductionMoreWrap {
  position: relative;
  margin: 10px auto 40px;
  text-align: center;
}

.familyKidsPlanIntroductionMoreButton {
  padding: 20px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #00A8E1;
}
.familyKidsPlanIntroductionMoreButton:active {
  text-decoration: none;
}
.familyKidsPlanIntroductionMoreButton:after {
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #00A8E1;
  border-right: 1px solid #00A8E1;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.familyKidsPlanIntroductionMoreButton .familyKidsPlanIntroductionMoreNotOpenedText {
  display: inline;
}
.familyKidsPlanIntroductionMoreButton .familyKidsPlanIntroductionMoreOpenedText {
  display: none;
}

.familyKidsPlanIntroductionMoreButtonOpened:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.familyKidsPlanIntroductionMoreButtonOpened .familyKidsPlanIntroductionMoreNotOpenedText {
  display: none;
}
.familyKidsPlanIntroductionMoreButtonOpened .familyKidsPlanIntroductionMoreOpenedText {
  display: inline;
}

.familyKidsServiceList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.familyKidsServiceList .pc {
  display: block;
}
.familyKidsServiceList .sp {
  display: none;
}
.familyKidsServiceList .cf:before,
.familyKidsServiceList .cf:after {
  content: " ";
  display: table;
}
.familyKidsServiceList .cf:after {
  clear: both;
}
.familyKidsServiceList .wrap {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.familyKidsServiceList .familyKidsServiceListWrap {
  padding-top: 80px;
}
.familyKidsServiceList h2 {
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 1.6;
  font-weight: bold;
}
.familyKidsServiceList h3 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 600;
  margin-top: 10px;
}
.familyKidsServiceList p {
  font-size: 14px;
}
.familyKidsServiceList a {
  text-decoration: none;
  color: #4c4a4a;
}
.familyKidsServiceList .en {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 70px;
}
.familyKidsServiceList .button {
  padding: 20px 80px 20px 65px;
  float: right;
  color: white;
  background-color: #104c97;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.familyKidsServiceList .button:after {
  content: "➔";
  position: absolute;
  right: 45px;
}
.familyKidsServiceList header {
  background-color: #fff;
}
.familyKidsServiceList header .wrap {
  height: 60px;
}
.familyKidsServiceList header .wrap .logo {
  float: left;
  width: 130px;
  margin-top: 0px;
}
.familyKidsServiceList header .wrap nav {
  max-width: 1175px;
  margin: 0 auto;
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
}
.familyKidsServiceList .key img {
  width: 100%;
  vertical-align: middle;
}
.familyKidsServiceList .nav {
  width: 100%;
  background: #104c97;
  font-size: 24px;
}
.familyKidsServiceList .nav li:nth-child(1) a {
  border-left: solid 1px #fff;
}
.familyKidsServiceList .nav a {
  color: #fff;
  float: left;
  width: 33%;
  position: relative;
  padding: 20px 30px;
  border-bottom: 2px solid #104c97;
  border-right: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
.familyKidsServiceList .nav a span {
  font-size: 14px;
}
.familyKidsServiceList section {
  margin: 0 auto;
  position: relative;
}
.familyKidsServiceList section * {
  z-index: 2;
}
.familyKidsServiceList section.banner {
  width: 94%;
  padding: 3%;
}
.familyKidsServiceList section.banner img {
  width: 100%;
}
.familyKidsServiceList section.hot, .familyKidsServiceList section.search {
  width: 100%;
  margin-bottom: 200px;
}
.familyKidsServiceList section.hot .title, .familyKidsServiceList section.search .title {
  background-color: #00a8e1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
}
.familyKidsServiceList section.hot ul li, .familyKidsServiceList section.search ul li {
  border-bottom: solid 1px #878c92;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.familyKidsServiceList section.hot ul li p, .familyKidsServiceList section.search ul li p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.familyKidsServiceList section.hot ul li .hotel, .familyKidsServiceList section.search ul li .hotel {
  margin-bottom: 10px;
  font-weight: 600;
}
.familyKidsServiceList section.hot {
  margin-bottom: 250px;
}
.familyKidsServiceList section.hot .hot_ditail {
  width: 100%;
}
.familyKidsServiceList section.hot .hot_ditail li {
  position: relative;
}
.familyKidsServiceList section.hot .hot_ditail li img {
  float: left;
  width: 40%;
  margin-right: 6%;
}
.familyKidsServiceList section.hot .hot_ditail li a {
  float: right;
}
.familyKidsServiceList section.hot .hot_ditail li:nth-child(even) {
  overflow: hidden;
}
.familyKidsServiceList section.hot .hot_ditail li:nth-child(even) img {
  float: right;
  width: 40%;
  margin-left: 6%;
  margin-right: 0%;
}
.familyKidsServiceList section.hot .hot_ditail li:nth-child(even) .img_box:before {
  right: 0;
  left: auto;
}
.familyKidsServiceList section.hot .hot_ditail .membership {
  position: relative;
  display: table;
  padding-top: 4px;
}
.familyKidsServiceList section.hot .hot_ditail .membership span {
  position: absolute;
  right: -100%;
  top: 0px;
  font-weight: 100;
  border: 1px solid #888;
  border-radius: 6px;
  padding: 5px 15px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.3pt;
}
.familyKidsServiceList section.search {
  display: none !important;
}
.familyKidsServiceList section.search .title {
  margin-bottom: 0;
}
.familyKidsServiceList section.search .title h2,
.familyKidsServiceList section.search .title .en {
  text-align: right;
}
.familyKidsServiceList section.search .title .en {
  padding-bottom: 150px;
}
.familyKidsServiceList section.search .search_box {
  background-color: #104c97;
  height: 214px;
  overflow: hidden;
  padding: 45px 3% 50px 8%;
  color: white;
  margin-top: -150px;
  margin-bottom: 65px;
}
.familyKidsServiceList section.search .search_box > div {
  border-right: 1px solid #fff;
  float: left;
  text-align: left;
}
.familyKidsServiceList section.search .search_box > div p {
  margin: 0 auto 12px;
}
.familyKidsServiceList section.search .search_box > div p.category {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.familyKidsServiceList section.search .search_box > div:last-of-type {
  border: none;
}
.familyKidsServiceList section.search .search_box .one {
  width: 31%;
}
.familyKidsServiceList section.search .search_box .one .date input {
  margin-bottom: 30px;
}
.familyKidsServiceList section.search .search_box .one .time input {
  margin-right: 12px;
}
.familyKidsServiceList section.search .search_box .two {
  width: 21%;
}
.familyKidsServiceList section.search .search_box .two .category, .familyKidsServiceList section.search .search_box .two p {
  width: 58%;
}
.familyKidsServiceList section.search .search_box .three {
  width: 21%;
}
.familyKidsServiceList section.search .search_box .three .category {
  width: 48%;
}
.familyKidsServiceList section.search .search_box .three p {
  width: 48%;
}
.familyKidsServiceList section.search .search_box .four {
  width: 24%;
}
.familyKidsServiceList section.search .search_box .four .category, .familyKidsServiceList section.search .search_box .four p {
  width: 65%;
}
.familyKidsServiceList section.search .search_ditail li {
  overflow: hidden;
}
.familyKidsServiceList section.search .search_ditail li img {
  width: 28%;
  margin-right: 4%;
  float: left;
}
.familyKidsServiceList section.search .search_ditail li .spot_ditail {
  width: 68%;
  float: left;
  text-align: left;
}
.familyKidsServiceList section.search .search_ditail li .spot_ditail h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.familyKidsServiceList section.search .search_ditail li .spot_ditail p {
  width: 63%;
}
.familyKidsServiceList section.guide {
  width: 100%;
  overflow: hidden;
  background-color: #00a8e1;
  padding-bottom: 75px;
  color: #fff;
}
.familyKidsServiceList section.guide .guide_table {
  max-width: 1175px;
  margin: 0 auto;
}
.familyKidsServiceList section.guide .guide_table h1 {
  margin-left: 40px;
}
.familyKidsServiceList section.guide .guide_table .ja {
  margin-bottom: 70px;
  margin-left: 40px;
}
.familyKidsServiceList section.guide .guide_table ul {
  overflow: hidden;
  margin-bottom: 40px;
}
.familyKidsServiceList section.guide .guide_table ul li.guide_table_button {
  float: left;
  max-width: 300px;
  width: 31.3%;
  background-color: #828282;
  color: white;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 20px 0px;
  margin-right: 3%;
}
.familyKidsServiceList section.guide .guide_table ul li.guide_table_button.on {
  color: #104c97;
  background-color: white;
}
.familyKidsServiceList section.guide .guide_table ul li.guide_table_button:last-child {
  margin-right: 0;
}
.familyKidsServiceList section.guide .guide_table table {
  width: 100%;
  color: white;
  display: none;
}
.familyKidsServiceList section.guide .guide_table table tr th {
  width: 7.3%;
  padding: 20px 0px;
  border: 1px solid white;
  border-right: none;
  border-left: none;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
.familyKidsServiceList section.guide .guide_table table tr th:first-of-type {
  width: 25%;
  border-right: 1px solid white;
}
.familyKidsServiceList section.guide .guide_table table tr td {
  text-align: center;
  border: 1px solid white;
  border-right: none;
  border-left: none;
}
.familyKidsServiceList section.guide .guide_table table tr td a {
  color: #fff;
}
.familyKidsServiceList section.guide .guide_table table tr td .caption {
  display: block;
  font-size: 12px;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type {
  border-right: 1px solid white;
  width: 28%;
  text-align: left;
  padding: 23px 20px 20px 20px;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type span {
  float: right;
  position: relative;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type span:hover > .info {
  display: block;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type span img {
  width: 18px;
  height: 18px;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type span .info {
  display: none;
  position: absolute;
  left: 0;
  top: -34px;
  width: 600px;
  padding-left: 30px;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type span .info p {
  padding: 30px;
  background-color: #fff;
  color: #000;
  line-height: 2.1;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type span .info p a {
  color: #00a8e1;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type span .info p:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  top: 39px;
  left: 25px;
  width: 0px;
  height: 0px;
  margin-left: -10px;
  content: "";
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1000;
}
.familyKidsServiceList section.guide .guide_table table tr td:first-of-type span .info:hover {
  display: block;
}
.familyKidsServiceList section.guide .guide_table table .table-css {
  border-collapse: collapse;
}
.familyKidsServiceList section.guide .guide_table table.on {
  display: block;
}
.familyKidsServiceList section.guide .guide_table .note {
  margin-top: 20px;
  margin-bottom: 20px;
}
.familyKidsServiceList footer {
  padding-top: 30px;
  width: 100%;
  margin-top: 30px;
}
.familyKidsServiceList footer #gFoot .brandLogoImage .pc {
  background: url(/static/img/discover/family_and_kids/brand_logo_black_pc.png) center top no-repeat;
}
.familyKidsServiceList footer #gFoot .brandLogoImage .pc:hover {
  background-image: url(/static/img/discover/family_and_kids/brand_logo_color_pc.png);
}
.familyKidsServiceList footer p {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
  font-size: 11px;
}
@media (min-width: 1140px) {
  .familyKidsServiceList #gAttributes .gBrandLogosWrap .brandLogo {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .familyKidsServiceList .pc {
    display: none !important;
  }
  .familyKidsServiceList .sp {
    display: block;
  }
  .familyKidsServiceList .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .familyKidsServiceList header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .familyKidsServiceList header .wrap {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    height: 40px;
  }
  .familyKidsServiceList header .wrap .logo {
    float: left;
    width: auto;
    height: 100%;
    margin-top: 0px;
  }
  .familyKidsServiceList header nav {
    margin: 0 auto;
    height: 40px;
    padding: 10px 5%;
    position: fixed;
    z-index: 1000;
  }
  .familyKidsServiceList header nav #menu_btn #menu_icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .familyKidsServiceList #menu {
    font-size: 30px;
  }
  .familyKidsServiceList #menu a {
    opacity: 1 !important;
  }
  .familyKidsServiceList #menu.open {
    height: calc(100% - 60px);
    position: fixed;
  }
  .familyKidsServiceList .key {
    margin-top: 100px;
  }
  .familyKidsServiceList .nav .wrap {
    width: 100%;
  }
  .familyKidsServiceList .nav li {
    padding: 0 5%;
    border-bottom: solid 1px #fff;
  }
  .familyKidsServiceList .nav li a {
    float: none;
    display: block;
    font-size: 22px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
  }
  .familyKidsServiceList .nav li a span {
    font-size: 12px;
  }
  .familyKidsServiceList .nav li:last-child {
    border-bottom: none;
  }
  .familyKidsServiceList section {
    margin-bottom: 40px !important;
  }
  .familyKidsServiceList section h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .familyKidsServiceList section .en {
    margin-bottom: 40px;
  }
  .familyKidsServiceList section .button {
    margin: 0 auto;
    float: none !important;
    display: block;
    max-width: 125px;
  }
  .familyKidsServiceList section.banner {
    width: 100%;
    padding: 0;
    margin-bottom: 0 !important;
  }
  .familyKidsServiceList section.banner img {
    width: 100%;
  }
  .familyKidsServiceList section.hot .hot_ditail li .right,
.familyKidsServiceList section.hot .hot_ditail li .spot_ditail,
.familyKidsServiceList section.hot .hot_ditail li img, .familyKidsServiceList section.search .search_ditail li .right,
.familyKidsServiceList section.search .search_ditail li .spot_ditail,
.familyKidsServiceList section.search .search_ditail li img {
    width: 100% !important;
  }
  .familyKidsServiceList section.hot .hot_ditail li .hotel, .familyKidsServiceList section.search .search_ditail li .hotel {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .familyKidsServiceList section.hot .hot_ditail li h3, .familyKidsServiceList section.search .search_ditail li h3 {
    font-size: 20px !important;
  }
  .familyKidsServiceList section.hot .hot_ditail li p, .familyKidsServiceList section.search .search_ditail li p {
    float: none;
    width: 100% !important;
    font-size: 14px;
    font-weight: normal;
  }
  .familyKidsServiceList section.hot .hot_ditail li p.membership, .familyKidsServiceList section.search .search_ditail li p.membership {
    padding-top: 10px;
  }
  .familyKidsServiceList section.hot .hot_ditail li p.membership span, .familyKidsServiceList section.search .search_ditail li p.membership span {
    top: 5px;
    right: 0;
  }
  .familyKidsServiceList section.guide {
    padding-bottom: 0px;
  }
  .familyKidsServiceList section.guide .guide_table > h2, .familyKidsServiceList section.guide .guide_table > p {
    margin-left: 5%;
  }
  .familyKidsServiceList section.guide .hotel_list {
    width: 90%;
    margin: 0 auto;
    color: #fff;
  }
  .familyKidsServiceList section.guide .hotel_list .hotel {
    background-color: #00a8e1;
    width: 100%;
    padding: 0;
    margin: 5px 0;
    position: relative;
  }
  .familyKidsServiceList section.guide .hotel_list .hotel p {
    padding: 15px 40px 15px 0;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
  }
  .familyKidsServiceList section.guide .hotel_list .hotel:after {
    content: "";
    background-image: url(/static/img/discover/family_and_kids/arrow.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 10%;
    top: 30px;
    margin: -12px;
    height: 8px;
    width: 15px;
    -webkit-transition: all 200ms 0s ease;
    transition: all 200ms 0s ease;
  }
  .familyKidsServiceList section.guide .hotel_list .hotel.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .familyKidsServiceList section.guide .hotel_list .hotel.open .item_list {
    height: auto;
    padding-top: 30px;
  }
  .familyKidsServiceList section.guide .hotel_list .item_list {
    height: 0px;
    margin-bottom: 0;
    -webkit-transition: all 100ms 0s ease;
    transition: all 100ms 0s ease;
  }
  .familyKidsServiceList section.guide .hotel_list .item_list li {
    width: 94%;
    font-size: 13px;
    line-height: 1.4;
    margin: 10px 0;
    list-style: disc;
    margin-left: 16px;
  }
  .familyKidsServiceList footer {
    padding-top: 0;
  }
}

.gScrollBtnDiscover {
  bottom: 80px;
}
@media (min-width: 768px) {
  .gScrollBtnDiscover {
    bottom: 40px;
  }
}

.customIndexKeyvisualsSection.discoverKeyvisualsSection {
  position: relative;
}
@media (min-width: 768px) {
  .customIndexKeyvisualsSection.discoverKeyvisualsSection {
    max-height: 600px;
  }
}

.customIndexKeyvisualHeadingMessageWrap.discoverKeyvisualHeadingMessageWrap {
  padding: 0 20px;
  top: 30%;
}
@media (min-width: 375px) {
  .customIndexKeyvisualHeadingMessageWrap.discoverKeyvisualHeadingMessageWrap {
    top: 25%;
  }
}
@media (min-width: 768px) {
  .customIndexKeyvisualHeadingMessageWrap.discoverKeyvisualHeadingMessageWrap {
    top: 0;
  }
}

.customIndexKeyvisualHeadingMessage.discoverKeyvisualHeadingMessage {
  display: block;
  margin: 0 auto;
  background: none;
  padding: 10px 5px 0;
}
@media (min-width: 375px) {
  .customIndexKeyvisualHeadingMessage.discoverKeyvisualHeadingMessage {
    width: 300px;
  }
}
@media (min-width: 414px) {
  .customIndexKeyvisualHeadingMessage.discoverKeyvisualHeadingMessage {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .customIndexKeyvisualHeadingMessage.discoverKeyvisualHeadingMessage {
    width: 500px;
  }
}
@media (min-width: 900px) {
  .customIndexKeyvisualHeadingMessage.discoverKeyvisualHeadingMessage {
    width: 600px;
  }
}
@media (min-width: 1100px) {
  .customIndexKeyvisualHeadingMessage.discoverKeyvisualHeadingMessage {
    width: 700px;
  }
}
.customIndexKeyvisualHeadingMessage.discoverKeyvisualHeadingMessage img {
  width: 100%;
}

.customIndexKeyvisualImg.discoverKeyvisualImg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  font-family: "object-fit: cover;object-position: 50% 100%;";
  max-height: 600px;
}

.discoverContentsWrap {
  background: #F6F6F6;
  margin-top: -80px;
  padding-top: 80px;
}
.discoverContentsWrap .discoverContents {
  margin: 0 10px 40px;
  padding: 0 10px;
  background: #fff;
  border: solid 1px #D0D0D0;
  border-top: none;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverContents {
    max-width: 1080px;
    margin: 0 auto 62px;
  }
}
.discoverContentsWrap .discoverHeadingWrap {
  position: relative;
}
.discoverContentsWrap .discoverHeadingScrollLink {
  position: absolute;
  top: -64px;
  left: calc(50% - 27px);
  width: 54px;
  z-index: 10;
}
.discoverContentsWrap .discoverHeadingScrollImage {
  width: 100%;
}
.discoverContentsWrap .discoverHeading {
  padding: 30px 0 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #00A8E1;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverHeading {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.discoverContentsWrap .discoverHeading .discoverHeadingText {
  font-size: 17px;
  line-height: 27px;
}
.discoverContentsWrap .discoverHeading .discoverHeadingTitle {
  font-size: 29px;
  line-height: 39px;
}
.discoverContentsWrap .discoverMenuListWrap {
  padding: 20px 0;
}
.discoverContentsWrap .discoverMenuList {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverMenuList {
    max-width: 880px;
    margin: 0 auto;
  }
}
.discoverContentsWrap .discoverMenuListItem {
  position: relative;
  width: 50%;
  padding: 5px;
}
.discoverContentsWrap .discoverMenuListItem:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.discoverContentsWrap .discoverMenuListItem img {
  width: 100%;
}
.discoverContentsWrap .discoverMenuText {
  position: absolute;
  top: 35%;
  left: 0;
  height: 28px;
}
@media (min-width: 375px) {
  .discoverContentsWrap .discoverMenuText {
    top: 35%;
    height: 35px;
  }
}
@media (min-width: 414px) {
  .discoverContentsWrap .discoverMenuText {
    height: 40px;
  }
}
@media (min-width: 620px) {
  .discoverContentsWrap .discoverMenuText {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverMenuText {
    height: 70px;
  }
}
.discoverContentsWrap .discoverArticleArea {
  padding: 0 5px;
}
.discoverContentsWrap .discoverArticleAreaTitle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleAreaTitle {
    margin: 57px 0 48px;
  }
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleItemWrap {
    max-width: 880px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleItem {
    position: relative;
  }
}
.discoverContentsWrap .discoverArticleLink + .discoverArticleLink {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleLink + .discoverArticleLink {
    margin-top: 30px;
  }
}
.discoverContentsWrap .discoverArticleLink {
  display: block;
  color: #333;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleLink {
    width: auto;
  }
}
.discoverContentsWrap .discoverArticleLink:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: underline;
}
.discoverContentsWrap .discoverArticleItemImage {
  max-width: 760px;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleItemImage {
    padding: 20px 0 50px;
  }
}
.discoverContentsWrap .discoverArticleItemImage img {
  width: 100%;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleItemImage img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}
.discoverContentsWrap .discoverArticleItemTextBlock {
  padding: 18px 0 10px;
}
.discoverContentsWrap .discoverArticleItemTextBlock:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleItemTextBlock {
    background: #E9F0F7;
    padding: 30px;
    max-width: 420px;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleLink:nth-child(odd) .discoverArticleItem .discoverArticleItemTextBlock {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleLink:nth-child(even) .discoverArticleItem .discoverArticleItemTextBlock {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleLink:nth-child(even) .discoverArticleItem .discoverArticleItemImage {
    max-width: 1040px;
    padding-left: 120px;
  }
}
.discoverContentsWrap .discoverArticleItemDate {
  color: #666666;
  font-size: 12px;
}
.discoverContentsWrap .discoverArticleItemTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7em;
  padding-bottom: 15px;
  border-bottom: solid 1px #D0D0D0;
}
.discoverContentsWrap .discoverArticleItemText {
  font-size: 14px;
  line-height: 1.7em;
}
.discoverContentsWrap .discoverArticleItemText:hover {
  text-decoration: none;
}
.discoverContentsWrap .discoverArticleAllShowButton {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleAllShowButton {
    padding: 70px 0;
  }
}
.discoverContentsWrap .discoverArticleAllShowButton a {
  display: block;
  height: 44px;
  color: #fff;
  background: #00A8E1;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
}
.discoverContentsWrap .discoverArticleAllShowButton a:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleAllShowButton a {
    width: 360px;
    margin: 0 auto;
  }
}
.discoverContentsWrap .discoverArticleAreaImageLink {
  max-width: 325px;
  margin: 0 auto 60px;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleAreaImageLink {
    max-width: 880px;
  }
}
.discoverContentsWrap .discoverArticleAreaImageLink.discoverArticleAreaImageLinkSp {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleAreaImageLink.discoverArticleAreaImageLinkSp {
    display: none;
  }
}
.discoverContentsWrap .discoverArticleAreaImageLink.discoverArticleAreaImageLinkPc {
  display: none;
}
@media (min-width: 768px) {
  .discoverContentsWrap .discoverArticleAreaImageLink.discoverArticleAreaImageLinkPc {
    display: block;
  }
}
.discoverContentsWrap .discoverArticleAreaImageLinkImage {
  width: 100%;
}
.discoverContentsWrap .discoverArticleAreaImageLinkImage:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.discoverStoriesWrap {
  background: #F6F6F6;
  margin-top: -80px;
  padding-top: 30px;
}
.discoverStoriesWrap .discoverStories {
  margin: 0 10px 40px;
  padding: 20px 10px;
  background: #fff;
  border: solid 1px #D0D0D0;
}
@media (min-width: 768px) {
  .discoverStoriesWrap .discoverStories {
    max-width: 1080px;
    margin: 0 auto 62px;
  }
}
.discoverStoriesWrap .discoverHeadingWrap {
  position: relative;
}
.discoverStoriesWrap .discoverHeadingScrollLink {
  position: absolute;
  top: -64px;
  left: calc(50% - 27px);
  width: 54px;
  z-index: 10;
}
.discoverStoriesWrap .discoverHeadingScrollImage {
  width: 100%;
}
.discoverStoriesWrap .discoverHeading {
  padding: 30px 0 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #00A8E1;
}
@media (min-width: 768px) {
  .discoverStoriesWrap .discoverHeading {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.discoverStoriesWrap .discoverHeading .discoverHeadingText {
  font-size: 17px;
  line-height: 27px;
}
.discoverStoriesWrap .discoverHeading .discoverHeadingTitle {
  font-size: 29px;
  line-height: 39px;
}
.discoverStoriesWrap .discoverMenuListWrap {
  padding: 20px;
}
.discoverStoriesWrap .discoverMenuList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .discoverStoriesWrap .discoverMenuList {
    max-width: 1080px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.discoverStoriesWrap .discoverMenuListItem {
  position: relative;
  width: 48%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .discoverStoriesWrap .discoverMenuListItem {
    padding: 40px 0;
    width: 23%;
  }
}
.discoverStoriesWrap .discoverMenuListItem:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.discoverStoriesWrap .discoverMenuListItem img {
  max-width: 255px;
  width: 100%;
  margin: 0 auto;
}
.discoverStoriesWrap .discoverMenuText {
  position: absolute;
  top: 35%;
  left: 0;
  height: 28px;
}
@media (min-width: 375px) {
  .discoverStoriesWrap .discoverMenuText {
    top: 35%;
    height: 35px;
  }
}
@media (min-width: 414px) {
  .discoverStoriesWrap .discoverMenuText {
    height: 40px;
  }
}
@media (min-width: 620px) {
  .discoverStoriesWrap .discoverMenuText {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .discoverStoriesWrap .discoverMenuText {
    height: 55px;
  }
}
.discoverStoriesWrap .discoverArticleBlock {
  padding: 0 5px;
}
.discoverStoriesWrap .discoverArticleBlockTitle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
.discoverStoriesWrap .discoverArticleItemWrap {
  width: 100%;
}
@media (min-width: 768px) {
  .discoverStoriesWrap .discoverArticleItemWrap {
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discoverStoriesWrap .discoverArticleItemWrap::after {
    content: "";
    display: block;
    width: 30%;
  }
}
.discoverStoriesWrap .discoverArticleItemsMore {
  display: none;
  width: 100%;
}

.discoverArticleItemTagWrap a + a {
  margin-left: 5px;
}

.discoverArticleItemTagCategory, .discoverArticleItemTagArea {
  color: #00A8E1;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .discoverArticleItemTagCategory, .discoverArticleItemTagArea {
    font-size: 14px;
  }
}

.discoverArticleLink {
  display: block;
  color: #333;
}
@media (min-width: 768px) {
  .discoverArticleLink {
    width: 280px;
  }
}
.discoverArticleLink:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: underline;
}

.discoverArticleItemImage {
  width: 100%;
}
.discoverArticleItemImage img {
  width: 100%;
}
@media (min-width: 768px) {
  .discoverArticleItemImage img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

.discoverArticleItemTextBlock {
  padding: 18px 0 10px;
}
.discoverArticleItemTextBlock:hover {
  opacity: 1;
}

.discoverArticleItemTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
}

.discoverArticleItemText {
  font-size: 14px;
  line-height: 1.6em;
  margin: 5px 0 0;
}
.discoverArticleItemText:hover {
  text-decoration: none;
}

.discoverBannerLinkWrap {
  padding: 0 25px;
  margin-bottom: 60px;
}

.discoverBannerLink {
  max-width: 325px;
  margin: 0 auto 60px;
}
@media (min-width: 768px) {
  .discoverBannerLink {
    max-width: 880px;
  }
}

.discoverBannerLink.discoverBannerLinkSp {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .discoverBannerLink.discoverBannerLinkSp {
    display: none;
  }
}

.discoverBannerLink.discoverBannerLinkPc {
  display: none;
}
@media (min-width: 768px) {
  .discoverBannerLink.discoverBannerLinkPc {
    display: block;
  }
}

.discoverBannerLinkImage {
  width: 100%;
}
.discoverBannerLinkImage:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.discoverArticleMoreWrap {
  position: relative;
  margin: 10px auto 40px;
  text-align: center;
}

.discoverArticleMoreButton {
  padding: 20px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #00A8E1;
}
.discoverArticleMoreButton:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.discoverArticleMoreButton:active {
  text-decoration: none;
}
.discoverArticleMoreButton:after {
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #00A8E1;
  border-right: 1px solid #00A8E1;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.discoverArticleMoreButton .discoverArticleMoreNotOpenedText {
  display: inline;
}
.discoverArticleMoreButton .discoverArticleMoreOpenedText {
  display: none;
}

.discoverArticleMoreButtonOpened:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.discoverArticleMoreButtonOpened .discoverArticleMoreNotOpenedText {
  display: none;
}
.discoverArticleMoreButtonOpened .discoverArticleMoreOpenedText {
  display: inline;
}

.discoverArticleBlockArea {
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .discoverArticleBlockArea {
    max-width: 880px;
    margin: 0 auto 40px;
  }
}

.discoverArticleBlockAreaList {
  list-style-type: none;
  padding: 0;
}

.discoverArticleBlockAreaItem {
  display: inline-block;
  position: relative;
  margin: 8px;
  background-color: #00A8E1;
  font-size: 16px;
}
.discoverArticleBlockAreaItem:after {
  position: absolute;
  content: "";
  top: 0;
  left: -24px;
  border: 16px solid transparent;
  border-right: 8px solid #00A8E1;
  width: 0;
  height: 0;
}

@media (min-width: 768px) {
  .discoverArticleBlockAreaItem + .discoverArticleBlockAreaItem {
    margin-left: 20px;
  }
}

.discoverArticleBlockAreaItemLink {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
}

.discoverFoot {
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .discoverFoot {
    display: none;
  }
}

.discoverFootMenuList {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  background: #04154C;
}

.discoverFootMenuItem {
  width: calc(100% / 4);
  height: 70px;
  font-size: 11px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 14px;
}

.discoverFootMenuItem + .discoverFootMenuItem {
  border-left: solid 1px #fff;
}

.discoverFootMenuItem.discoverFootMenuAdventure {
  background-image: url("/static/img/discover/201909/sp_menu_adventure.svg");
  background-size: 21px;
}

.discoverFootMenuItem.discoverFootMenuCulture {
  background-image: url("/static/img/discover/201909/sp_menu_culture.svg");
  background-size: 24px;
  background-position: center 18px;
}

.discoverFootMenuItem.discoverFootMenuFoodAndDrink {
  background-image: url("/static/img/discover/201909/sp_menu_food.svg");
  background-size: 20.5px;
}

.discoverFootMenuItem.discoverFootMenuWellness {
  background-image: url("/static/img/discover/201909/sp_menu_wellness.svg");
  background-size: 21px;
}

.discoverFootMenuItemLink {
  display: block;
  width: 100%;
  height: 70px;
  padding: 45px 0 0;
  color: #fff;
  font-weight: bold;
}

.discoverDetailContentsWrap {
  background: #F6F6F6;
  margin-top: -80px;
  padding-top: 80px;
}

.discoverDetailContents {
  margin: 0 10px 40px;
  padding: 20px 0;
  background: #fff;
  border: solid 1px #D0D0D0;
}
@media (min-width: 768px) {
  .discoverDetailContents {
    max-width: 1080px;
    margin: 0 auto 62px;
  }
}

.discoverDetailHeaderBlockWrap {
  background: #F6F6F6;
  padding-bottom: 17px;
}
@media (min-width: 768px) {
  .discoverDetailHeaderBlockWrap {
    padding-bottom: 0;
  }
}

.discoverDetailHeaderBlock {
  margin: 80px auto 0;
  height: 73px;
  background-color: #194A97;
  color: #fff;
  padding: 16px 12px;
}
@media (min-width: 768px) {
  .discoverDetailHeaderBlock {
    margin: 20px auto 0;
    height: 90px;
  }
}

.discoverDetailHeaderText, .discoverDetailHeaderSubText {
  max-width: 1080px;
  margin: 0 auto 5px;
}
@media (min-width: 768px) {
  .discoverDetailHeaderText, .discoverDetailHeaderSubText {
    margin: 0 auto 10px;
  }
}

.discoverDetailHeaderText {
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .discoverDetailHeaderText {
    font-size: 18px;
  }
}

.discoverDetailHeaderSubText {
  font-size: 11px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .discoverDetailHeaderSubText {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}

.discoverDetailKeyVisualSection {
  max-height: 335px;
  overflow: hidden;
}

.discoverDetailKeyVisualWrap {
  position: relative;
  max-height: 300px;
}
@media (min-width: 768px) {
  .discoverDetailKeyVisualWrap {
    max-height: 500px;
  }
}

.discoverDetailKeyVisualImageWrap {
  background: #000;
}

.discoverDetailKeyVisualImage {
  width: 100%;
  opacity: 0.65;
}

.discoverDetailTitleBlockWrap {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  padding: 0 10px;
}

.discoverDetailTitleBlock {
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.discoverDetailTitle {
  font-size: 18px;
}
@media (min-width: 768px) {
  .discoverDetailTitle {
    font-size: 24px;
  }
}

.discoverDetailSubtitle {
  font-size: 26px;
}
@media (min-width: 768px) {
  .discoverDetailSubtitle {
    font-size: 40px;
  }
}

.discoverDetailContentsArticleArea h2 {
  font-size: 24px;
  color: #00A8E1;
  margin: 50px 0 25px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .discoverDetailContentsArticleArea h2 {
    margin: 80px 0 40px;
    padding: 0 150px;
  }
}
.discoverDetailContentsArticleArea p {
  font-size: 16px;
  line-height: 2em;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .discoverDetailContentsArticleArea p {
    padding: 0 150px;
  }
}
.discoverDetailContentsArticleArea hr {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #B9B9B9;
  margin: 50px 10px;
}
@media (min-width: 768px) {
  .discoverDetailContentsArticleArea hr {
    margin: 80px 150px;
  }
}
.discoverDetailContentsArticleArea figure {
  position: relative;
  width: 100%;
  margin: 50px 0 40px;
}
@media (min-width: 768px) {
  .discoverDetailContentsArticleArea figure {
    margin: 80px 0 70px;
  }
}
.discoverDetailContentsArticleArea figure img {
  width: 100%;
}
.discoverDetailContentsArticleArea figcaption {
  margin-top: 15px;
  padding: 0 10px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .discoverDetailContentsArticleArea figcaption {
    position: absolute;
    width: 100%;
    background: #fff;
    opacity: 0.9;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 14px;
    margin-top: 0;
    padding: 10px 20px;
  }
}

.discoverDetailVideoSection {
  padding: 20px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .discoverDetailVideoSection {
    padding: 40px 15px;
    max-height: 485px;
  }
}

.discoverDetailVideoWrap {
  position: relative;
  overflow: hidden;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  text-align: center;
}
@media (min-width: 768px) {
  .discoverDetailVideoWrap {
    max-height: 405px;
    max-width: 880px;
    margin: auto;
  }
}

.discoverDetailVideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .discoverDetailVideo {
    max-height: 405px;
    max-width: 880px;
  }
}

.discoverDetailRecommend {
  position: relative;
  margin: 60px 10px;
  padding: 30px 10px;
  border: solid 2px #0C1F36;
}
@media (min-width: 768px) {
  .discoverDetailRecommend {
    padding: 60px 50px;
    margin: 120px 100px;
  }
}
.discoverDetailRecommendTitle {
  display: inline-block;
  position: absolute;
  min-width: 200px;
  padding: 5px 10px;
  margin: 0 auto;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 24px;
  text-align: center;
}
.discoverDetailRecommendHotels + .discoverDetailRecommendHotels {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .discoverDetailRecommendHotels + .discoverDetailRecommendHotels {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .discoverDetailRecommendHotels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.discoverDetailRecommendHotelsImageWrap {
  width: 100%;
}
@media (min-width: 768px) {
  .discoverDetailRecommendHotelsImageWrap {
    max-width: 280px;
    width: 40%;
  }
}
.discoverDetailRecommendHotelsImage {
  width: 100%;
}
@media (min-width: 768px) {
  .discoverDetailRecommendHotelsTextWrap {
    margin-left: 30px;
    max-width: 470px;
    width: 60%;
  }
}
.discoverDetailRecommendHotelsName {
  font-size: 20px;
}
@media (min-width: 768px) {
  .discoverDetailRecommendHotelsName {
    margin-top: 0;
  }
}
.discoverDetailRecommendHotelsDescription {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .discoverDetailRecommendHotelsDescription {
    margin-bottom: 24px;
  }
}
.discoverDetailRecommendHotelsMore {
  display: block;
  width: 190px;
  height: 46px;
  padding: 10px 0;
  margin: 0 0 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #00A8E1;
}

.discoverDetailOtherArticle {
  margin: 60px 10px;
}
@media (min-width: 768px) {
  .discoverDetailOtherArticle {
    margin: 60px 100px;
  }
}
.discoverDetailOtherArticleTitle {
  min-width: 200px;
  padding: 5px 10px;
  margin: 0 auto 40px;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .discoverDetailOtherArticleTitle {
    margin: 0 auto 50px;
  }
}
.discoverDetailOtherArticleItemWrap {
  display: none;
}
@media (min-width: 768px) {
  .discoverDetailOtherArticleItemWrap {
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discoverDetailOtherArticleItemWrap::after {
    content: "";
    display: block;
    width: 30%;
  }
}
.discoverDetailOtherArticleItem {
  max-width: 265px;
}
.discoverDetailOtherArticleItemTagWrap a + a {
  margin-left: 5px;
}
.discoverDetailOtherArticleItemTagCategory, .discoverDetailOtherArticleItemTagArea {
  color: #00A8E1;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .discoverDetailOtherArticleItemTagCategory, .discoverDetailOtherArticleItemTagArea {
    font-size: 14px;
  }
}
.discoverDetailOtherArticleLink {
  display: block;
  color: #333;
}
@media (min-width: 768px) {
  .discoverDetailOtherArticleLink {
    width: 265px;
  }
}
.discoverDetailOtherArticleLink:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: underline;
}
.discoverDetailOtherArticleLinkMore {
  display: block;
  text-align: right;
  margin-top: 20px;
}
.discoverDetailOtherArticleLinkMore:after {
  display: inline-block;
  content: "";
  background: url("/static/img/discover/201909/icon_arrow.svg");
  background-size: contain;
  width: 6px;
  height: 10px;
  margin-left: 10px;
}
.discoverDetailOtherArticleItemImage {
  width: 100%;
}
.discoverDetailOtherArticleItemImage img {
  width: 100%;
}
@media (min-width: 768px) {
  .discoverDetailOtherArticleItemImage img {
    max-width: 265px;
  }
}
.discoverDetailOtherArticleItemTextBlock {
  padding: 18px 0 10px;
}
.discoverDetailOtherArticleItemTextBlock:hover {
  opacity: 1;
}
.discoverDetailOtherArticleItemTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
}
.discoverDetailOtherArticleItemText {
  font-size: 14px;
  line-height: 1.6em;
  min-height: 110px;
  margin: 5px 0 0;
}
.discoverDetailOtherArticleItemText:hover {
  text-decoration: none;
}

.discoverDetailBackButton {
  margin: 60px auto;
  width: 250px;
}
.discoverDetailBackButton a {
  display: block;
  height: 44px;
  color: #fff;
  background: #00A8E1;
  line-height: 44px;
  text-align: center;
}
.discoverDetailBackButton a:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.discoverDetailSwiperWrap {
  position: relative;
  margin: 20px 20px 40px;
}
@media (min-width: 768px) {
  .discoverDetailSwiperWrap {
    display: none;
  }
}

.swiper-slide.discoverDetailSwiperSlide {
  position: relative;
  background: #fff;
}
.swiper-slide.discoverDetailSwiperSlide img {
  max-width: 100%;
  height: auto;
}

.discoverDetailSwiperArticle {
  margin: 60px 10px;
}
.discoverDetailSwiperArticleTitle {
  min-width: 200px;
  padding: 5px 10px;
  margin: 0 auto 40px;
  font-size: 16px;
  text-align: center;
}
.discoverDetailSwiperArticleItem {
  max-width: 265px;
}
.discoverDetailSwiperArticleItemTagWrap a + a {
  margin-left: 5px;
}
.discoverDetailSwiperArticleItemTagCategory, .discoverDetailSwiperArticleItemTagArea {
  color: #00A8E1;
  font-weight: bold;
  font-size: 16px;
}
.discoverDetailSwiperArticleLink {
  display: block;
  color: #333;
}
.discoverDetailSwiperArticleLink:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: underline;
}
.discoverDetailSwiperArticleLinkMore {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}
.discoverDetailSwiperArticleLinkMore:after {
  display: inline-block;
  content: "";
  background: url("/static/img/discover/201909/icon_arrow.svg");
  background-size: contain;
  width: 6px;
  height: 10px;
  margin-left: 10px;
}
.discoverDetailSwiperArticleItemImage {
  width: 100%;
}
.discoverDetailSwiperArticleItemImage img {
  width: 100%;
}
.discoverDetailSwiperArticleItemTextBlock {
  padding: 18px 0 20px;
}
.discoverDetailSwiperArticleItemTextBlock:hover {
  opacity: 1;
}
.discoverDetailSwiperArticleItemTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
}
.discoverDetailSwiperArticleItemText {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
  min-height: 110px;
}
.discoverDetailSwiperArticleItemText:hover {
  text-decoration: none;
}

.swiper-pagination.discoverDetailSwiperPagination {
  position: static;
  background-size: 20px;
}

.swiper-button-prev.discoverDetailSwiperButtonPrev {
  display: block;
  background-image: url("/static/img/discover/201909/swiper_arrow_left.svg");
  background-size: 14px;
  left: -47px;
}
@media (min-width: 768px) {
  .swiper-button-prev.discoverDetailSwiperButtonPrev {
    background-size: 20px;
  }
}

.swiper-button-next.discoverDetailSwiperButtonNext {
  display: block;
  background-image: url("/static/img/discover/201909/swiper_arrow_right.svg");
  background-size: 14px;
  right: -47px;
}
@media (min-width: 768px) {
  .swiper-button-next.discoverDetailSwiperButtonNext {
    background-size: 20px;
  }
}

.swiper-button-prev.discoverDetailSwiperButtonPrev, .swiper-button-next.discoverDetailSwiperButtonNext {
  top: 15%;
}

.discoverDetailSwiperPaginationWrap {
  margin-top: 20px;
}
.discoverDetailSwiperPaginationWrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #CECECE;
  opacity: 1;
  margin: 0 7px;
  text-align: center;
}
.discoverDetailSwiperPaginationWrap .swiper-pagination-bullet-active {
  background: #1AA7E1;
  opacity: 1;
  text-align: center;
}

.storiesPageInner {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* *----------------
  * *Colorbox styles
  * *---------------- */
  /* *----------------
  * *Base styles
  * *---------------- */
  /* *----------------
  * *ユーティリティー
  * *---------------- */
  /* *----------------
  * *レスポンシブ用のユティリティー
  * *---------------- */
  /* *----------------
  * *ヘッダーのスタイル設定
  * *---------------- */
  /* *----------------
  * *フッタースタイル設定
  * *---------------- */
  /* * Brand Logos */
  /* * Shared Parts */
  /* *----------------
  * *メイン
  * *---------------- */
  /* ** {border: 1px solid red;} */
  /* ** {border: 1px solid red;} */
}
.storiesPageInner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.storiesPageInner h1, .storiesPageInner h2, .storiesPageInner h3, .storiesPageInner h4, .storiesPageInner h5, .storiesPageInner h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}
.storiesPageInner article, .storiesPageInner aside, .storiesPageInner details, .storiesPageInner figcaption, .storiesPageInner figure, .storiesPageInner footer, .storiesPageInner header, .storiesPageInner hgroup, .storiesPageInner main, .storiesPageInner menu, .storiesPageInner nav, .storiesPageInner section, .storiesPageInner summary {
  display: block;
}
.storiesPageInner hr {
  border-top: 1px dotted #B9B9B9;
  padding: 20px 0;
  margin: auto 10px;
}
.storiesPageInner img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.storiesPageInner .video {
  position: relative;
  padding-bottom: 56.5%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.storiesPageInner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.storiesPageInner .vimeo-osaka {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 450px;
  padding-top: 56.25%;
  margin-bottom: 5%;
}
.storiesPageInner .vimeo-osaka iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.storiesPageInner ul, .storiesPageInner ol, .storiesPageInner dl, .storiesPageInner dt, .storiesPageInner dd {
  padding: 0;
  margin: 0;
}
.storiesPageInner li, .storiesPageInner ol {
  list-style: none;
}
.storiesPageInner a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
.storiesPageInner p {
  padding: 13px 0;
}
.storiesPageInner input[type=submit], .storiesPageInner input[type=reset], .storiesPageInner input[type=button] {
  background: #00A8E1;
  border: 0;
  color: #FFF;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 10px;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.storiesPageInner button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.storiesPageInner button:focus {
  outline: 0;
}
.storiesPageInner input::-moz-focus-inner, .storiesPageInner button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.storiesPageInner [role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.storiesPageInner #colorbox, .storiesPageInner #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.storiesPageInner #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  max-width: none;
}
.storiesPageInner #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.storiesPageInner #cboxMiddleLeft, .storiesPageInner #cboxBottomLeft {
  clear: left;
}
.storiesPageInner #cboxContent {
  position: relative;
}
.storiesPageInner #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.storiesPageInner #cboxTitle {
  margin: 0;
}
.storiesPageInner #cboxLoadingOverlay, .storiesPageInner #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.storiesPageInner #cboxPrevious, .storiesPageInner #cboxNext, .storiesPageInner #cboxClose, .storiesPageInner #cboxSlideshow {
  cursor: pointer;
}
.storiesPageInner .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.storiesPageInner .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
.storiesPageInner #colorbox, .storiesPageInner #cboxContent, .storiesPageInner #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.storiesPageInner #cboxOverlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.storiesPageInner #colorbox {
  outline: 0;
}
.storiesPageInner #cboxContent {
  /*margin-top:32px; */
  overflow: visible;
  background: #fff;
}
.storiesPageInner .cboxIframe {
  background: #fff;
}
.storiesPageInner #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.storiesPageInner #cboxLoadedContent {
  background: #fff;
  padding: 0;
}
.storiesPageInner #cboxLoadingOverlay {
  background: #fff;
}
.storiesPageInner #cboxTitle {
  width: 100%;
  background: #fff;
  padding: 1.5em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .storiesPageInner #cboxTitle {
    padding: 1em;
  }
}
.storiesPageInner .light-ttl {
  background: none;
  color: #fff;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 14px;
}
@media all and (max-width: 678px) {
  .storiesPageInner .light-ttl {
    font-size: 12px;
  }
}
.storiesPageInner #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
.storiesPageInner #cboxClose {
  background-position: -50px 0px;
  right: 0;
}
.storiesPageInner #cboxClose:hover {
  background-position: -50px -25px;
}
.storiesPageInner .cboxSlideshow_on #cboxPrevious, .storiesPageInner .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.storiesPageInner .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.storiesPageInner .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.storiesPageInner .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.storiesPageInner .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.storiesPageInner #colorbox, .storiesPageInner #cboxWrapper {
  overflow: visible !important;
}
.storiesPageInner #cboxSlideshow {
  display: none;
}
.storiesPageInner #cboxPrevious {
  display: block;
  border-radius: 0;
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -100px;
  top: 50%;
  height: 140px;
  width: 100px;
  margin-top: -70px;
}
.storiesPageInner #cboxPrevious:hover {
  background: rgba(0, 0, 0, 0.2);
}
.storiesPageInner #cboxPrevious:before {
  content: " ";
  display: block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: transparent;
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  left: 32px;
  margin-top: -32px;
}
@media all and (max-width: 678px) {
  .storiesPageInner #cboxPrevious {
    left: -45px;
    width: 40px;
  }
}
@media all and (max-width: 678px) {
  .storiesPageInner #cboxPrevious:before {
    width: 54px;
    height: 54px;
    margin-top: -27px;
  }
}
.storiesPageInner #cboxNext {
  display: block;
  border-radius: 0;
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -100px;
  top: 50%;
  height: 140px;
  width: 100px;
  margin-top: -70px;
}
.storiesPageInner #cboxNext:hover {
  background: rgba(0, 0, 0, 0.2);
}
.storiesPageInner #cboxNext:before {
  content: " ";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  right: 32px;
  margin-top: -32px;
}
@media all and (max-width: 678px) {
  .storiesPageInner #cboxNext {
    right: -45px;
    width: 40px;
  }
}
@media all and (max-width: 678px) {
  .storiesPageInner #cboxNext:before {
    width: 54px;
    height: 54px;
    margin-top: -27px;
  }
}
.storiesPageInner .press-release__cbox .cboxPhoto {
  padding: 50px 0;
}
.storiesPageInner #cboxClose {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: none;
  position: absolute;
  right: 0px;
  top: -50px;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: #fff;
  text-indent: 100%;
}
.storiesPageInner #cboxClose:before {
  content: " ";
  display: block;
  width: 2px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.storiesPageInner #cboxClose:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.storiesPageInner button:focus, .storiesPageInner button:active {
  outline: none !important;
}
.storiesPageInner html {
  font-family: "Noto Sans JP", sans-serif;
  color: #595857;
}
.storiesPageInner .container {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .storiesPageInner .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.storiesPageInner .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 769px) {
  .storiesPageInner .sp-only {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .pc-only {
    display: none !important;
  }
}
.storiesPageInner .stories-swiper-container {
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.storiesPageInner .stories-swiper-container .stories-swiper-slide {
  max-width: 100%;
  height: auto;
}
.storiesPageInner .stories-swiper-button-next {
  background-image: url(/static/img/shared/sp/swiper-next-button.png);
  right: -1px;
}
.storiesPageInner .stories-swiper-button-prev {
  background-image: url(/static/img/shared/sp/swiper-prev-button.png);
  left: -1px;
}
.storiesPageInner .stories-swiper-button-prev, .storiesPageInner .stories-swiper-button-next {
  position: absolute;
  top: 30%;
  z-index: 10;
  width: 13px;
  height: 24px;
  margin-top: -28px;
  cursor: pointer;
  background-size: cover;
}
.storiesPageInner .header {
  background: #0c1f36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.storiesPageInner .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.storiesPageInner .header__logo {
  height: 42px;
  width: 115px;
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .header__logo {
    height: 31px;
    width: 85px;
  }
}
.storiesPageInner .header__txt {
  height: 22px;
  width: 254px;
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .header__txt {
    height: 22px;
    width: 175px;
  }
}
.storiesPageInner .header__mombassador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media all and (min-width: 769px) {
  .storiesPageInner .header__mombassador {
    position: fixed;
    height: 81px;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
  }
}
@media all and (min-width: 768px) {
  .storiesPageInner a br {
    display: none;
  }
}
.storiesPageInner .header__mombassador-left {
  font-size: 0px;
}
.storiesPageInner .header__mombassador-left img {
  width: 250px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .header__mombassador-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .storiesPageInner .header__mombassador-left img {
    width: 100%;
  }
}
.storiesPageInner .header__mombassador-right {
  font-size: 0px;
  color: #fff;
  position: relative;
}
.storiesPageInner .header__mombassador-right span {
  position: absolute;
  top: 50%;
  left: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}
.storiesPageInner .header__mombassador-right img {
  width: 250px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .header__mombassador-right span {
    left: 38%;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .header__mombassador-right img {
    width: 100%;
  }
}
.storiesPageInner .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.storiesPageInner .container:before {
  content: " ";
  display: table;
}
.storiesPageInner .container:after {
  content: " ";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .storiesPageInner .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .storiesPageInner .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .storiesPageInner .container {
    width: 1160px;
  }
}
.storiesPageInner .row {
  margin-left: -10px;
  margin-right: -10px;
}
.storiesPageInner .row:before {
  content: " ";
  display: table;
}
.storiesPageInner .row:after {
  content: " ";
  display: table;
  clear: both;
}
.storiesPageInner .col-xs-12, .storiesPageInner .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.storiesPageInner .col-xs-12 {
  float: left;
  width: 50%;
}
@media (min-width: 992px) {
  .storiesPageInner .col-md-12 {
    float: left;
    width: 50%;
  }
}
@-ms-viewport {
  .storiesPageInner {
    width: device-width;
  }
}
.storiesPageInner .visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .storiesPageInner .visible-md {
    display: block !important;
  }
}
.storiesPageInner .gBrandLogosWrap {
  clear: left;
  padding: 5px 0 10px;
  border-top: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .storiesPageInner .gBrandLogosWrap {
    padding: 15px 0 0;
    border: 0;
  }
}
.storiesPageInner .brandLogo {
  position: relative;
}
.storiesPageInner .gBrandLogos {
  padding: 0;
  text-align: center;
}
.storiesPageInner .gBrandLogos .brandLogo {
  display: inline-block;
}
.storiesPageInner .gBrandLogos .brandLogoLink {
  display: block;
}
@media (min-width: 992px) {
  .storiesPageInner .gBrandLogos {
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .storiesPageInner .gBrandLogos .brandLogo {
    *display: inline;
    *zoom: 1;
    margin: 0 -1px;
  }
}
@media (min-width: 1000px) {
  .storiesPageInner .gBrandLogos .brandLogo {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .storiesPageInner .gBrandLogos .brandLogo {
    margin: 0 2px;
  }
}
.storiesPageInner .brandLogoImage {
  background: url(../img/discover/brand_logo_black.png) center top no-repeat;
  background-size: 240px auto;
  width: 75px;
  height: 45px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position-y: -45px;
}
.storiesPageInner .brandLogoImage:hover {
  background-image: url(../img/discover/brand_logo_color.png);
}
.storiesPageInner .brandLogoHiltonLarge {
  width: 164px;
  height: 48px;
  background-position-y: -45px;
}
.storiesPageInner .brandLogoWaldorfAstoria {
  background-position-y: -111px;
}
.storiesPageInner .brandLogoConrad {
  background-position-y: -162px;
}
.storiesPageInner .brandLogoCanopy {
  background-position-y: -195px;
}
.storiesPageInner .brandLogoHilton {
  background-position-y: -240px;
}
.storiesPageInner .brandLogoCurio {
  background-position-y: -291px;
}
.storiesPageInner .brandLogoDoubleTree {
  background-position-y: -337px;
}
.storiesPageInner .brandLogoTapestry {
  background-position-y: -390px;
}
.storiesPageInner .brandLogoEmbassySuites {
  background-position-y: -446.25px;
}
.storiesPageInner .brandLogoGardenInn {
  background-position-y: -499.5px;
}
.storiesPageInner .brandLogoHampton {
  background-position-y: -547.5px;
}
.storiesPageInner .brandLogoTru {
  background-position-y: -597px;
}
.storiesPageInner .brandLogoHomewoodSuites {
  background-position-y: -648px;
}
.storiesPageInner .brandLogoHome2 {
  background-position-y: -690px;
}
.storiesPageInner .brandLogoGrandVacations {
  background-position-y: -732px;
}
.storiesPageInner .brandLogoHhonors {
  width: 206px;
  background-position-y: -786px;
}
@media (min-width: 992px) {
  .storiesPageInner .brandLogoImage {
    width: 72px;
    height: 60px;
    background: url(../img/discover/brand_logo_black_pc.png) 0 -150px no-repeat;
  }
  .storiesPageInner .brandLogoImage:hover {
    background-image: url(../img/discover/brand_logo_color_pc.png);
  }
  .storiesPageInner .brandLogoHiltonLarge {
    margin-bottom: 10px;
    width: 164px;
    height: 68px;
    background-position: center -58px;
  }
  .storiesPageInner .brandLogoWaldorfAstoria {
    width: 60px;
    background-position-x: -54px;
  }
  .storiesPageInner .brandLogoConrad {
    width: 92px;
    background-position-x: -120px;
  }
  .storiesPageInner .brandLogoCanopy {
    width: 92px;
    background-position-x: -224px;
  }
  .storiesPageInner .brandLogoHilton {
    width: 72px;
    background-position-x: -326px;
  }
  .storiesPageInner .brandLogoCurio {
    width: 82px;
    background-position-x: -413px;
  }
  .storiesPageInner .brandLogoDoubleTree {
    background-position-x: -510px;
  }
  .storiesPageInner .brandLogoTapestry {
    background-position-x: -594px;
  }
  .storiesPageInner .brandLogoEmbassySuites {
    background-position-x: -675px;
  }
  .storiesPageInner .brandLogoGardenInn {
    background-position-x: -768px;
  }
  .storiesPageInner .brandLogoHampton {
    background-position-x: -860px;
  }
  .storiesPageInner .brandLogoTru {
    width: 56px;
    background-position-x: -945px;
  }
  .storiesPageInner .brandLogoHomewoodSuites {
    background-position-x: -1016px;
  }
  .storiesPageInner .brandLogoHome2 {
    background-position-x: -1108px;
  }
  .storiesPageInner .brandLogoGrandVacations {
    width: 92px;
    background-position-x: -1198px;
  }
  .storiesPageInner .brandLogoHhonors {
    width: 110px;
    background-position: center -230px;
  }
}
.storiesPageInner .adChoicesLogo {
  width: 70px;
}
@media (min-width: 768px) {
  .storiesPageInner .adChoicesLogo {
    width: 80px;
  }
}
.storiesPageInner .popMessage {
  display: none;
}
.storiesPageInner .popMessage a {
  display: inline;
}
.storiesPageInner .popMessage:before {
  display: none;
}
@media (min-width: 992px) {
  .storiesPageInner .popMessage a {
    display: block;
    padding-top: 10px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .storiesPageInner .popMessage {
    position: absolute;
    padding: 10px 15px;
    width: 200px;
    color: black;
    text-align: left;
    font-size: 10px;
    background: #c6c6c6;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .storiesPageInner .popMessage:before {
    display: block;
    position: absolute;
    top: -9px;
    left: 23px;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c6c6c6 transparent;
    z-index: 1000;
  }
}
@-ms-viewport {
  .storiesPageInner {
    width: device-width;
  }
}
.storiesPageInner body {
  -ms-overflow-style: scrollbar;
}
.storiesPageInner .gFoot .gBrandLogos {
  text-align: center;
}
.storiesPageInner .gFoot .brandLogoEmphasisWrap {
  display: block;
  text-align: center;
}
.storiesPageInner .gFoot .brandLogoLink {
  display: inline-block;
}
.storiesPageInner .gFoot .brandLogoEmphasisWrapHhonors {
  background: url(../img/discover/brand_logo_hilton_hhonors_sp.png) center center no-repeat;
  background-size: 135px 28px;
}
.storiesPageInner .gFoot .brandLogoHhonors {
  height: 30px;
  background: none;
}
@media (min-width: 992px) {
  .storiesPageInner .gFoot {
    width: 100%;
    max-width: 1200px;
  }
  .storiesPageInner .gFoot .brandLogoEmphasisWrapHhonors {
    margin-top: 10px;
    background: url(../img/discover/brand_logo_black_pc.png) center -227px no-repeat;
  }
  .storiesPageInner .gFoot .brandLogoHhonors {
    height: 40px;
  }
}
.storiesPageInner .gFootNav {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  font-size: 9px;
}
.storiesPageInner .gFootNav li {
  padding: 5px 0;
}
.storiesPageInner .gFootNav a {
  color: #4c4a4a;
}
@media (min-width: 768px) {
  .storiesPageInner .gFootNav {
    font-size: 13px;
  }
}
.storiesPageInner .gCommunications {
  padding: 0;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.storiesPageInner .gCommunications .certificationBtn {
  display: none;
  float: left;
  margin: 0;
  width: 130px;
}
.storiesPageInner .gCommunications .certificationBtn img {
  width: 100%;
}
@media (min-width: 992px) {
  .storiesPageInner .gCommunications {
    position: relative;
    margin: 0 auto;
    padding: 30px 0 0;
    border-top: 0;
  }
  .storiesPageInner .gCommunications:before {
    content: " ";
    display: table;
  }
  .storiesPageInner .gCommunications:after {
    content: " ";
    display: table;
    clear: both;
  }
  .storiesPageInner .gCommunications .gCommunicationsInner {
    width: 320px;
  }
  .storiesPageInner .gCommunications .gCommunicationsInner:before {
    content: " ";
    display: table;
  }
  .storiesPageInner .gCommunications .gCommunicationsInner:after {
    content: " ";
    display: table;
    clear: both;
  }
  .storiesPageInner .gCommunications .certificationBtn {
    display: block;
  }
  .storiesPageInner .gCommunications .gShareBtns {
    float: right;
    padding-top: 8px;
    height: 45px;
  }
}
.storiesPageInner .gCommunicationPhone {
  float: left;
  display: none;
}
@media (min-width: 992px) {
  .storiesPageInner .gCommunicationsInner {
    width: 320px;
  }
  .storiesPageInner .gCommunicationsInner:before {
    content: " ";
    display: table;
  }
  .storiesPageInner .gCommunicationsInner:after {
    content: " ";
    display: table;
    clear: both;
  }
  .storiesPageInner .gCommunicationPhone {
    display: block;
  }
}
.storiesPageInner .gCommunicationUsa {
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  text-align: center;
}
.storiesPageInner .gCommunicationUsaLink {
  display: inline-block;
}
.storiesPageInner .gCommunicationUsaImage {
  width: 100px;
}
@media (min-width: 992px) {
  .storiesPageInner .gCommunicationUsa {
    position: absolute;
    top: 36px;
    right: 0;
    padding: 0;
    width: 180px;
    border: 0;
    text-align: right;
  }
  .storiesPageInner .gCommunicationUsaLink {
    display: block;
    width: 100%;
  }
  .storiesPageInner .gCommunicationUsaImage {
    width: 100%;
  }
}
.storiesPageInner .gShareBtns {
  padding: 15px 0;
  text-align: center;
}
.storiesPageInner .gShareBtns .shareBtn {
  display: inline-block;
  margin: 0 7.5px;
  height: 33px;
}
.storiesPageInner .gShareBtns .shareBtn img {
  height: 33px;
}
@media (min-width: 992px) {
  .storiesPageInner .gShareBtns {
    padding: 0 0 2px;
  }
}
@media (min-width: 992px) {
  .storiesPageInner .gShareBtns .shareBtn {
    margin: 0 0 0 10px;
    height: 25px;
  }
  .storiesPageInner .gShareBtns .shareBtn img {
    height: 25px;
  }
}
@media (min-width: 992px) {
  .storiesPageInner .gShareBtns .shareBtnLine {
    display: none;
  }
}
.storiesPageInner .main {
  padding-bottom: 30px;
  background: #eee;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .main {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
.storiesPageInner .main__inner {
  background: #fff;
  width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 100px 50px;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .main__inner {
    width: 100%;
    padding: 20px 0;
  }
}
.storiesPageInner .return__article__list__button {
  display: inherit;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.storiesPageInner .margin_button {
  margin: 30px auto;
}
.storiesPageInner .article__date {
  font-size: 14px;
  font-weight: bold;
  color: #828282;
  text-align: left;
  padding-left: 75px;
  padding-right: 75px;
}
.storiesPageInner .storyDetailHeaderBanner {
  background: #194A97 0% 0% no-repeat padding-box;
  width: 100%;
  height: 90px;
  display: table;
}
@media only screen and (max-device-width: 769px) {
  .storiesPageInner .storyDetailHeaderBanner {
    height: 73px;
    margin: 60px 0 auto;
  }
}
.storiesPageInner .storyDetailHeaderBannerInner {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
@media only screen and (max-device-width: 769px) {
  .storiesPageInner .storyDetailHeaderBannerInner {
    font-size: 13px;
    text-align: center;
  }
}
@media only screen and (max-device-width: 769px) {
  .storiesPageInner .storyDetailHeaderBannerBlock {
    text-align: left;
    display: inline-block;
  }
}
.storiesPageInner .storyDetailHeaderBannerSubTitle {
  font-size: 18px;
  color: #FFF;
}
@media only screen and (max-device-width: 769px) {
  .storiesPageInner .storyDetailHeaderBannerSubTitle {
    font-size: 11px;
  }
}
@media only screen and (max-device-width: 769px) {
  .storiesPageInner .storyDetailHeaderBannerMarginOnlySmartPhone {
    padding: 5px;
  }
}
.storiesPageInner .storyDetailHeaderTitleWrap {
  width: 100%;
  background: #000;
  display: table;
}
.storiesPageInner .storyDetailHeaderTitleImage {
  max-width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-device-width: 769px) {
  .storiesPageInner .storyDetailHeaderTitleImage {
    height: 300px;
    font-size: 18px;
  }
}
.storiesPageInner .storyDetailHeaderTitleImage ::before {
  background: rgba(0, 0, 0, 0.7);
}
.storiesPageInner .storyDetailHeaderTitleText {
  font-size: 14px;
  width: 100%;
}
.storiesPageInner .stories_ttl_block {
  margin: 120px auto;
}
@media only screen and (max-device-width: 769px) {
  .storiesPageInner .stories_ttl_block {
    margin: 120px 0;
  }
  .storiesPageInner .stories__ttl-main {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    margin: 0 auto 0 15px;
    padding: 0;
  }
  .storiesPageInner .stories__ttl-sub {
    font-size: 11px;
    height: 24px;
    width: 327px;
    color: #FFF;
    margin: 8px auto 0 15px;
  }
}
@media (max-width: 768px) {
  .storiesPageInner .article__date {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.storiesPageInner .article__ttl {
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .article__ttl {
    margin-bottom: 35px;
  }
}
.storiesPageInner .article__ttl-main {
  font-size: 32px;
  font-weight: bold;
  color: #0c1f36;
  text-align: center;
}
@media all and (max-width: 768px) {
  .storiesPageInner .article__ttl-main {
    font-size: 18px;
  }
}
.storiesPageInner .article__ttl-sub {
  height: 24px;
  width: 327px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 370px) {
  .storiesPageInner .article__ttl-sub {
    width: calc(100% - 10px);
  }
  .storiesPageInner .article__subttl {
    font-size: 24px;
    font-weight: bold;
    color: #00a8e1;
    margin-bottom: 25px;
    padding-right: 75px;
    padding-left: 75px;
  }
}
.storiesPageInner .storiesSubTitle {
  font-size: 18px;
  text-align: center;
  color: #FFF;
}
.storiesPageInner .storiesSubTitle .storiesSubTitle {
  font-size: 14px;
  position: absolute;
  color: #FFF;
  top: 197px;
  text-align: center;
  width: 100%;
}
.storiesPageInner .storiesSubTitle {
  font-size: 40px;
  color: #FFF;
}
.storiesPageInner .storiesSubTitle .storiesSubTitle {
  font-size: 21px;
  color: #FFF;
}
.storiesPageInner .storiesFilter {
  width: 100%;
  background: #000;
  display: table;
}
.storiesPageInner .storiesFilteredImage {
  display: table-cell;
  opacity: 0.7;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  color: #FFF;
}
.storiesPageInner .trim {
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  position: relative;
}
@media all and (max-width: 768px) {
  .storiesPageInner .article__subttl {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .storiesPageInner .stories__filtered__img {
    display: block;
    opacity: 0.7;
  }
  .storiesPageInner .stories__subttl {
    font-size: 14px;
    position: absolute;
    color: #FFF;
    top: 197px;
    text-align: center;
    width: 100%;
  }
  .storiesPageInner .stories__subttl__description {
    font-size: 21px;
  }
}
.storiesPageInner .article__txt {
  font-size: 13px;
  line-height: 2.3;
  color: #000;
  margin: 15px 0 15px 0;
  padding-right: 75px;
  padding-left: 75px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .article__txt {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .storiesPageInner .stories__videos {
    width: 100%;
    height: 300px;
  }
}
.storiesPageInner .article__img {
  margin-bottom: 35px;
}
.storiesPageInner .stories__title__img {
  position: relative;
}
@media all and (max-width: 768px) {
  .storiesPageInner .article__img {
    margin-right: -10px;
    margin-bottom: 15px;
    margin-left: -10px;
  }
}
.storiesPageInner .recommend {
  border: 2px solid #828282;
  margin: 90px 80px 80px;
  position: relative;
}
@media all and (max-width: 768px) {
  .storiesPageInner .recommend {
    margin: 35px 10px;
  }
}
.storiesPageInner .recommend__ttl {
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  padding-right: 25px;
  padding-left: 25px;
  color: #1d1d1d;
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 163px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .recommend__ttl {
    font-size: 16px;
  }
}
.storiesPageInner .recommend__inner {
  padding: 50px 38px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 768px) {
  .storiesPageInner .recommend__inner {
    padding: 25px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.storiesPageInner .recommend__img {
  width: 50%;
  padding-right: 14px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .recommend__img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.storiesPageInner .recommend__content {
  width: 50%;
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .storiesPageInner .recommend__content {
    width: 100%;
    padding-left: 0;
  }
}
.storiesPageInner .recommend__subttl {
  font-size: 18px;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .recommend__subttl {
    margin-bottom: 10px;
  }
}
.storiesPageInner .recommend__txt {
  font-size: 14px;
  color: #1d1d1d;
  margin-bottom: 15px;
}
.storiesPageInner .recommend__btn {
  background: #00A8E1;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 48px;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: inline-block;
  margin-top: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.storiesPageInner .recommend__btn:hover {
  opacity: 0.8;
}
.storiesPageInner .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.storiesPageInner .related__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #595857;
  margin-bottom: 25px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .storiesPageInner .related__ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.storiesPageInner .related-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 990px;
}
@media all and (min-width: 769px) {
  .storiesPageInner .related-article {
    margin-right: -15px;
    margin-bottom: -60px;
    margin-left: -15px;
  }
  .storiesPageInner .related-article:not(:last-child) {
    margin-bottom: -30px;
  }
}
@media all and (max-width: 1000px) {
  .storiesPageInner .related-article {
    max-width: 660px;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .related-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    max-height: 320px;
  }
}
.storiesPageInner .related-article__item {
  width: 300px;
  max-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 60px;
  margin-left: 15px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .related-article__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-height: 320px;
  }
  .storiesPageInner .related-article__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.storiesPageInner .related-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-height: 330px;
  border: 1px solid transparent;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
.storiesPageInner .related-article__link:hover {
  border: 1px solid rgba(0, 168, 225, 0.8);
}
.storiesPageInner .related-article__link:hover .related-article__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.storiesPageInner .related-article__img {
  font-size: 0;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.storiesPageInner .related-article__img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media all and (max-width: 768px) {
  .storiesPageInner .related-article__img img {
    width: 100%;
  }
}
.storiesPageInner .related-article__content {
  min-height: 120px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.storiesPageInner .related-article__subttl {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.storiesPageInner .related-article__txt {
  font-size: 14px;
  line-height: 2;
  color: #312e2e;
  margin-top: 15px;
  margin-bottom: 15px;
}
.storiesPageInner .related-article__btn {
  font-size: 14px;
  font-weight: bold;
  color: #00a8e1;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-top: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.storiesPageInner .related-article__btn::after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-right: 1px solid #00a8e1;
  border-bottom: 1px solid #00a8e1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  right: 0;
}
.storiesPageInner .related-article__btn:hover {
  opacity: 0.8;
}
.storiesPageInner .banner__mombassador {
  position: relative;
  background-image: url(/static/img/discover/mombassador/mombassador_logo.jpg);
  background-size: cover;
  height: 600px;
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .banner__mombassador {
    background-image: url(/static/img/discover/mombassador/mombassador_logo@2x.jpg);
    height: auto;
    padding-top: 80%;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__mombassador {
    padding-left: 30px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__mombassador {
    padding-left: 20px;
  }
}
.storiesPageInner .banner__mombassador-logo {
  width: 120px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__mombassador-logo {
    width: 100px;
  }
}
.storiesPageInner .banner__mombassador-txt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__mombassador-txt {
    font-size: 50px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__mombassador-txt {
    font-size: 40px;
  }
}
.storiesPageInner .banner__mombassador-scroll {
  position: absolute;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
.storiesPageInner .banner__okinawa {
  position: relative;
  background-image: url(/static/img/discover/mombassador/mombassador_logo_okinawa.jpg);
  background-size: cover;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .banner__okinawa {
    background-image: url(/static/img/discover/mombassador/mombassador_logo_okinawa@2x.jpg);
    height: auto;
    padding-top: 80%;
  }
}
.storiesPageInner .banner__okinawa-heading {
  display: block;
  margin: 0 auto;
}
.storiesPageInner .banner__okinawa-txt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__okinawa-txt {
    font-size: 50px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__okinawa-txt {
    font-size: 40px;
  }
}
.storiesPageInner .banner__okinawa-scroll {
  position: absolute;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
.storiesPageInner .banner__tokyo {
  position: relative;
  background-image: url(/static/img/discover/mombassador/mombassador_logo_tokyo.jpg);
  background-size: cover;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .banner__tokyo {
    background-image: url(/static/img/discover/mombassador/mombassador_logo_tokyo@2x.jpg);
    height: auto;
    padding-top: 80%;
  }
}
.storiesPageInner .banner__tokyo-heading {
  display: block;
  margin: 0 auto;
}
.storiesPageInner .banner__tokyo-txt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__tokyo-txt {
    font-size: 50px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__tokyo-txt {
    font-size: 40px;
  }
}
.storiesPageInner .banner__tokyo-scroll {
  position: absolute;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
.storiesPageInner .banner__beach {
  position: relative;
  background-image: url(/static/img/discover/mombassador/banner_header_beach.jpg);
  background-size: cover;
  height: 350px;
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .banner__beach {
    background-image: url(/static/img/discover/mombassador/banner_header_beach02.jpg);
    height: auto;
    padding-top: 70%;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__beach {
    padding-left: 30px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__beach {
    padding-left: 20px;
  }
}
.storiesPageInner .banner__beach-logo {
  width: 120px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__beach-logo {
    width: 100px;
  }
}
.storiesPageInner .banner__beach-txt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__beach-txt {
    font-size: 50px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__beach-txt {
    font-size: 40px;
  }
}
.storiesPageInner .banner__beach-scroll {
  position: absolute;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
.storiesPageInner .banner__activity {
  position: relative;
  background-image: url(/static/img/discover/mombassador/banner_header_activity.jpg);
  background-size: cover;
  height: 350px;
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .banner__activity {
    background-image: url(/static/img/discover/mombassador/banner_header_activity02.jpg);
    height: auto;
    padding-top: 70%;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__activity {
    padding-left: 30px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__activity {
    padding-left: 20px;
  }
}
.storiesPageInner .banner__activity-logo {
  width: 120px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__activity-logo {
    width: 100px;
  }
}
.storiesPageInner .banner__activity-txt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__activity-txt {
    font-size: 50px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__activity-txt {
    font-size: 40px;
  }
}
.storiesPageInner .banner__activity-scroll {
  position: absolute;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
.storiesPageInner .banner__food {
  position: relative;
  background-image: url(/static/img/discover/mombassador/banner_header_food.jpg);
  background-size: cover;
  height: 350px;
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .banner__food {
    background-image: url(/static/img/discover/mombassador/banner_header_food02.jpg);
    height: auto;
    padding-top: 70%;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__food {
    padding-left: 30px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__food {
    padding-left: 20px;
  }
}
.storiesPageInner .banner__food-logo {
  width: 120px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__food-logo {
    width: 100px;
  }
}
.storiesPageInner .banner__food-txt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__food-txt {
    font-size: 50px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .banner__food-txt {
    font-size: 40px;
  }
}
.storiesPageInner .banner__food-scroll {
  position: absolute;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
.storiesPageInner .banner__recommend {
  position: relative;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__recommend {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__recommend {
    padding: 0;
  }
}
.storiesPageInner .banner__recommend-btn {
  display: block;
  width: 100%;
}
.storiesPageInner .banner__recommend-btn:hover img {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.storiesPageInner .banner__recommend-btn img {
  display: block;
  width: 100%;
}
.storiesPageInner .banner__recommend-txt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__recommend-txt {
    left: 30px;
    top: 52%;
  }
}
.storiesPageInner .banner__recommend-subttl {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__recommend-subttl {
    display: none;
  }
}
.storiesPageInner .banner__recommend-ttl {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__recommend-ttl {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.storiesPageInner .banner__recommend-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .storiesPageInner .banner__recommend-link {
    display: none;
  }
}
.storiesPageInner .mombassador {
  background: #eee;
  padding-bottom: 5px;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .mombassador {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.storiesPageInner .mombassador__heading {
  background-color: #00A8E1;
  width: 1160px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .mombassador__heading {
    width: 100%;
  }
}
.storiesPageInner .mombassador__heading-txt {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__heading-txt {
    padding: 30px 30px;
    font-size: 16px;
  }
}
.storiesPageInner .mombassador__heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 46px;
  /*background-image: url(/static/img/discover/mombassador/img_slash_left.png); */
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20%;
}
.storiesPageInner .mombassador__heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 45px;
  /*background-image: url(/static/img/discover/mombassador/img_slash_right.png); */
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20%;
}
.storiesPageInner .mombassador__inner {
  background: #fff;
  width: 1160px;
  text-align: center;
  border: 1px solid #D0D0D0;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 100px 30px;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .mombassador__inner {
    width: 100%;
    padding: 15px 0;
  }
}
.storiesPageInner .mombassador__inner-ttl {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0px;
  color: #104C97;
}
@media all and (min-width: 768px) {
  .storiesPageInner h5 br {
    display: none;
  }
}
.storiesPageInner .mombassador__inner-txt {
  font-size: 18px;
  font-weight: 600;
  margin-top: -35px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  color: #104C97;
}
.storiesPageInner .mombassador__video {
  display: inline-block;
  margin-bottom: 90px;
}
.storiesPageInner .mombassador__video img {
  -webkit-box-shadow: 10px 10px 0 #00A8E1;
  box-shadow: 10px 10px 0 #00A8E1;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__video {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__video img {
    width: 90%;
  }
}
.storiesPageInner .mombassador__line {
  display: block;
  width: 85%;
  border-bottom: 1px solid #D0D0D0;
  margin: 30px auto 30px auto;
}
.storiesPageInner .mombassador__card {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__card {
    margin-bottom: 15px;
  }
}
.storiesPageInner .mombassador__card-item {
  display: inline-block;
  width: 30%;
  margin: 0 5px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__card-item {
    width: 90%;
    margin-bottom: 5px;
  }
}
.storiesPageInner .mombassador__card-link {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.storiesPageInner .mombassador__card-link:hover img {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.storiesPageInner .mombassador__card-img {
  width: 100%;
}
.storiesPageInner .mombassador__card-ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}
.storiesPageInner .mombassador__card-txt {
  color: #000;
  text-align: left;
}
.storiesPageInner .mombassador__fblive {
  font-size: 18px;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__fblive {
    font-size: 14px;
  }
}
.storiesPageInner .mombassador__fblive-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__fblive-banner {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.storiesPageInner .mombassador__fblive-img {
  display: block;
  width: 40%;
  margin-right: 30px;
}
.storiesPageInner .mombassador__fblive-img img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__fblive-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.storiesPageInner .mombassador__fblive-detail {
  display: inline-block;
  width: 50%;
  text-align: left;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__fblive-detail {
    display: block;
    width: 100%;
  }
}
.storiesPageInner .mombassador__fblive-txt {
  margin-bottom: 15px;
}
.storiesPageInner .mombassador__fblive-link {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__fblive-link {
    font-size: 12px;
  }
}
.storiesPageInner .mombassador__fblive-info {
  padding: 20px;
  border: 1px solid #EF7622;
  margin: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__fblive-info {
    margin: 20px 10px;
    padding: 10px;
  }
}
.storiesPageInner .mombassador__fblive-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__fblive-ttl {
    font-size: 20px;
  }
}
.storiesPageInner .mombassador__fblive-archive {
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .mombassador__fblive-archive {
    margin: 0 15px 15px 15px;
  }
}
.storiesPageInner .card__article-item {
  border: 1px solid #D0D0D0;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__article-item {
    width: 95%;
    margin: 30px auto;
  }
}
.storiesPageInner .card__article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.storiesPageInner .card__article-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__article-link {
    display: block;
  }
}
.storiesPageInner .card__article-img {
  width: 40%;
  overflow: hidden;
}
.storiesPageInner .card__article-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__article-img {
    width: 100%;
  }
}
.storiesPageInner .card__article-detail {
  width: 60%;
  text-align: left;
  padding: 0 50px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__article-detail {
    width: 100%;
    padding: 20px;
  }
}
.storiesPageInner .card__article-category {
  font-size: 24px;
  color: #00A8E1;
  margin-bottom: 20px;
}
.storiesPageInner .card__article-ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.storiesPageInner .card__article-txt {
  line-height: 1.6;
}
.storiesPageInner .okinawa {
  background: #eee;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .okinawa {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.storiesPageInner .okinawa__heading {
  background-color: #00A8E1;
  width: 1160px;
  text-align: center;
  position: relative;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .okinawa__heading {
    width: 100%;
  }
}
.storiesPageInner .okinawa__heading-ttl {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.storiesPageInner .okinawa__heading-subttl {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.storiesPageInner .okinawa__heading-txt {
  font-size: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__heading-txt {
    padding: 60px 30px;
  }
}
.storiesPageInner .okinawa__heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 46px;
  /*background-image: url(/static/img/discover/mombassador/img_slash_left.png); */
  background-repeat: no-repeat;
  top: 65%;
  left: 25%;
}
.storiesPageInner .okinawa__heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 45px;
  /*background-image: url(/static/img/discover/mombassador/img_slash_right.png); */
  background-repeat: no-repeat;
  top: 65%;
  right: 23%;
}
.storiesPageInner .okinawa__inner {
  background: #fff;
  width: 1160px;
  text-align: center;
  border: 1px solid #D0D0D0;
  margin: 0 auto 30px;
  padding: 40px 100px 50px;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .okinawa__inner {
    width: 100%;
    padding: 20px 0;
  }
}
.storiesPageInner .okinawa__inner-ttl {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px;
  color: #104C97;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__inner-ttl {
    margin: 20px 10px 20px;
  }
}
.storiesPageInner .okinawa__inner-txt {
  font-size: 18px;
  font-weight: 600;
  margin-top: -25px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #104C97;
}
.storiesPageInner .okinawa__inner .mombassador__article {
  margin-bottom: 80px;
}
.storiesPageInner .okinawa__video {
  display: inline-block;
  margin: 60px 0 90px 0;
}
.storiesPageInner .okinawa__video img {
  -webkit-box-shadow: 10px 10px 0 #00A8E1;
  box-shadow: 10px 10px 0 #00A8E1;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__video {
    margin: 30px 0 40px 0;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__video img {
    width: 90%;
  }
}
.storiesPageInner .okinawa__line {
  display: block;
  width: 95%;
  border-bottom: 1px solid #D0D0D0;
  margin: 0 auto 15px auto;
}
.storiesPageInner .okinawa__card {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__card {
    margin-bottom: 10px;
  }
}
.storiesPageInner .okinawa__card-item {
  display: inline-block;
  width: 30%;
  margin: 0 5px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__card-item {
    width: 90%;
    margin-bottom: 5px;
  }
}
.storiesPageInner .okinawa__card-link {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.storiesPageInner .okinawa__card-link:hover img {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.storiesPageInner .okinawa__card-img {
  width: 100%;
}
.storiesPageInner .okinawa__card-ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}
.storiesPageInner .okinawa__card-txt {
  color: #000;
  text-align: left;
}
.storiesPageInner .okinawa__fblive {
  font-size: 14px;
  padding: 40px 0;
}
.storiesPageInner .okinawa__fblive-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__fblive-banner {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.storiesPageInner .okinawa__fblive-img {
  display: block;
  width: 40%;
  margin-right: 30px;
}
.storiesPageInner .okinawa__fblive-img img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__fblive-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.storiesPageInner .okinawa__fblive-detail {
  display: inline-block;
  width: 50%;
  text-align: left;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__fblive-detail {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.storiesPageInner .okinawa__fblive-txt {
  margin-bottom: 15px;
}
.storiesPageInner .okinawa__fblive-link {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__fblive-link {
    font-size: 12px;
  }
}
.storiesPageInner .okinawa__fblive-ttl {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.storiesPageInner .okinawa__fblive-archive {
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .okinawa__fblive-archive {
    margin: 0 15px 10px 15px;
  }
}
.storiesPageInner .okinawa__fblive-notice {
  font-weight: 600;
}
.storiesPageInner .okinawa__recommend {
  margin: 15px auto 30px;
}
.storiesPageInner .card__profile {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__profile {
    margin-bottom: 15px;
  }
}
.storiesPageInner .card__profile-item {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__profile-item {
    width: 90%;
  }
}
.storiesPageInner .card__profile-link {
  display: block;
  border: 1px solid #D0D0D0;
}
.storiesPageInner .card__profile-banner {
  position: relative;
}
.storiesPageInner .card__profile-banner img {
  width: 100%;
}
.storiesPageInner .card__profile-photo {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.storiesPageInner .card__profile-photo p {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.storiesPageInner .card__profile-photo img {
  width: 90px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__profile-photo {
    bottom: -35px;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__profile-photo p {
    font-size: 20px;
    margin: -3px;
  }
}
@media (max-width: 374px) {
  .storiesPageInner .card__profile-photo p {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__profile-photo img {
    width: 70px;
  }
}
.storiesPageInner .card__profile-txt {
  padding: 70px 30px 35px 30px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__profile-txt {
    padding: 55px 30px 35px 30px;
  }
}
.storiesPageInner .card__profile-name {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.storiesPageInner .card__profile-about {
  text-align: left;
  line-height: 2;
}
.storiesPageInner .card__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__recommend {
    display: block;
  }
}
.storiesPageInner .card__recommend-item {
  display: block;
  margin: 0 5px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__recommend-item {
    width: 90%;
    margin: 20px auto;
  }
}
.storiesPageInner .card__recommend-link {
  text-align: left;
}
.storiesPageInner .card__recommend-link:hover img {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.storiesPageInner .card__recommend-img {
  width: 100%;
}
.storiesPageInner .card__recommend-date {
  font-size: 12px;
}
.storiesPageInner .tokyo {
  background: #eee;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .tokyo {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.storiesPageInner .tokyo__heading {
  background-color: #00A8E1;
  width: 1160px;
  text-align: center;
  position: relative;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .tokyo__heading {
    width: 100%;
  }
}
.storiesPageInner .tokyo__heading-ttl {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.storiesPageInner .tokyo__heading-subttl {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.storiesPageInner .tokyo__heading-txt {
  font-size: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .tokyo__heading-txt {
    padding: 60px 30px;
  }
}
.storiesPageInner .tokyo__heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 46px;
  /*background-image: url(/static/img/discover/mombassador/img_slash_left.png); */
  background-repeat: no-repeat;
  top: 35%;
  left: 35%;
}
.storiesPageInner .tokyo__heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 45px;
  /*background-image: url(/static/img/discover/mombassador/img_slash_right.png); */
  background-repeat: no-repeat;
  top: 35%;
  right: 35%;
}
.storiesPageInner .tokyo__inner {
  background: #fff;
  width: 1160px;
  text-align: center;
  border: 1px solid #D0D0D0;
  margin: 0 auto 30px;
  padding: 40px 100px 50px;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .tokyo__inner {
    width: 100%;
    padding: 20px 0;
  }
}
.storiesPageInner .tokyo__inner-ttl {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0 15px;
  color: #104C97;
}
.storiesPageInner .tokyo__inner-txt {
  font-size: 18px;
  font-weight: 600;
  margin-top: -35px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #104C97;
}
.storiesPageInner .tokyo__inner .mombassador__article {
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .tokyo__inner .mombassador__article {
    margin-bottom: 40px;
  }
}
.storiesPageInner .tokyo__video {
  display: inline-block;
  margin: 60px 0 90px 0;
}
.storiesPageInner .tokyo__video img {
  -webkit-box-shadow: 10px 10px 0 #00A8E1;
  box-shadow: 10px 10px 0 #00A8E1;
}
@media all and (max-width: 768px) {
  .storiesPageInner .tokyo__video {
    margin: 30px 0 40px 0;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .tokyo__video img {
    width: 90%;
  }
}
.storiesPageInner .tokyo__line {
  display: block;
  width: 95%;
  border-bottom: 1px solid #D0D0D0;
  margin: 0 auto 50px auto;
}
.storiesPageInner .tokyo__recommend {
  margin: 30px auto;
}
.storiesPageInner .card__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__blog {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__blog {
    display: block;
  }
}
.storiesPageInner .card__blog-item {
  display: block;
  margin: 0 5px;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__blog-item {
    width: 90%;
    margin: 20px auto;
  }
}
.storiesPageInner .card__blog-link {
  display: block;
  position: relative;
  border: 1px solid #D0D0D0;
}
.storiesPageInner .card__blog-banner {
  position: relative;
}
.storiesPageInner .card__blog-banner img {
  width: 100%;
}
.storiesPageInner .card__blog-photo {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.storiesPageInner .card__blog-photo p {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.storiesPageInner .card__blog-photo img {
  width: 90px;
}
.storiesPageInner .card__blog-txt {
  padding: 70px 30px 40px 30px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__blog-txt {
    padding: 60px 30px 40px 30px;
  }
}
.storiesPageInner .card__blog-name {
  font-size: 16px;
  font-weight: bold;
}
.storiesPageInner .card__blog-about {
  text-align: left;
  line-height: 2;
  margin-top: 15px;
}
.storiesPageInner .card__blog-btn {
  display: block;
  background-color: #00A8E1;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  padding: 15px 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__blog-btn {
    display: none;
  }
}
.storiesPageInner .beach {
  background: #eee;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .beach {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.storiesPageInner .beach__heading {
  background-color: #00A8E1;
  width: 1160px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .beach__heading {
    width: 100%;
  }
}
.storiesPageInner .beach__heading-txt {
  font-size: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .beach__heading-txt {
    padding: 0px 20px;
    font-size: 16px;
  }
}
.storiesPageInner .beach__heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 46px;
  /*background-image: url(/static/img/discover/mombassador/img_slash_left.png); */
  background-repeat: no-repeat;
  top: 40%;
  left: 18%;
}
.storiesPageInner .beach__heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 45px;
  /*background-image: url(/static/img/discover/mombassador/img_slash_right.png); */
  background-repeat: no-repeat;
  top: 40%;
  right: 18%;
}
.storiesPageInner .beach__inner {
  background: #fff;
  width: 1160px;
  text-align: center;
  border: 1px solid #D0D0D0;
  margin: 0 auto 30px;
  padding: 40px 100px 50px;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .beach__inner {
    width: 100%;
    padding: 20px 0;
  }
}
.storiesPageInner .beach__inner-ttl {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .beach__inner-ttl {
    margin: 20px 10px 20px;
  }
  .storiesPageInner .beach__inner-ttl h5 br {
    display: none;
  }
}
.storiesPageInner .beach__inner-txt {
  font-size: 18px;
  font-weight: 600;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.storiesPageInner .beach__inner-para {
  text-align: left;
  width: 95%;
  line-height: 2;
  margin: 0 auto 80px auto;
}
@media all and (max-width: 768px) {
  .storiesPageInner .beach__inner-para {
    padding: 10px;
    margin: 0 auto 40px auto;
  }
}
.storiesPageInner .beach__inner .mombassador__article {
  margin-bottom: 50px;
}
.storiesPageInner .beach__line {
  display: block;
  width: 80%;
  border-bottom: 1px solid #D0D0D0;
  margin: 0 auto 30px auto;
}
.storiesPageInner .beach__section {
  margin-bottom: 40px;
}
.storiesPageInner .beach__card {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .beach__card {
    margin-bottom: 10px;
  }
}
.storiesPageInner .beach__card-item {
  display: inline-block;
  width: 47%;
  margin: 0 5px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .beach__card-item {
    width: 90%;
    margin-bottom: 5px;
  }
}
.storiesPageInner .beach__card-link {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.storiesPageInner .beach__card-link:hover img {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.storiesPageInner .beach__card-img {
  width: 100%;
}
.storiesPageInner .beach__card-ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}
.storiesPageInner .beach__card-txt {
  color: #000;
  text-align: left;
}
.storiesPageInner .card__spot {
  margin-bottom: 90px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__spot {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__spot {
    display: block;
  }
}
.storiesPageInner .card__spot-item {
  display: block;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__spot-item {
    width: 100%;
    margin: 20px auto;
  }
}
.storiesPageInner .card__spot-link {
  display: block;
  border: 1px solid #D0D0D0;
}
.storiesPageInner .card__spot-banner {
  position: relative;
}
.storiesPageInner .card__spot-banner img {
  width: 100%;
}
.storiesPageInner .card__spot-photo {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.storiesPageInner .card__spot-photo p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.storiesPageInner .card__spot-photo img {
  width: 90px;
}
.storiesPageInner .card__spot-txt {
  padding: 70px 50px 55px 50px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .card__spot-txt {
    padding: 60px 30px 35px 30px;
  }
}
.storiesPageInner .card__spot-name {
  font-size: 12px;
  margin-bottom: 15px;
}
.storiesPageInner .card__spot-ttl {
  font-size: 24px;
  color: #00A8E1;
  margin-bottom: 20px;
}
.storiesPageInner .card__spot-about {
  text-align: left;
  line-height: 2;
}
.storiesPageInner .mombassador__fblive-area {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #707070;
}
.storiesPageInner .mombassador__fblive-area .mombassador__inner-ttl {
  position: relative;
  color: #fff;
  font-size: 24px;
  background: #d14;
  margin: 30px -10px 30px -10px;
  padding: 4px 24px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.storiesPageInner .mombassador__inner-txt {
  width: 95%;
  margin: 0 auto 20px;
}
.storiesPageInner .mombassador__fblive-area .mombassador__inner-ttl:before, .storiesPageInner .mombassador__fblive-area .mombassador__inner-ttl::after {
  position: absolute;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #000;
  opacity: 0.5;
}
.storiesPageInner .mombassador__fblive-area .mombassador__inner-ttl::before {
  left: 0;
  border-right: 5px solid #000;
}
.storiesPageInner .mombassador__fblive-area .mombassador__inner-ttl::after {
  right: 0;
  border-left: 5px solid #000;
}
.storiesPageInner .mombassador__fblive-info {
  margin-left: 25px;
  margin-right: 25px;
}
.storiesPageInner .mombassador__fblive-info .mombassador__fblive-ttl {
  color: #444;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.storiesPageInner .mombassador__fblive-info .mombassador__fblive-ttl::before, .storiesPageInner .mombassador__fblive-info .mombassador__fblive-ttl::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
}
.storiesPageInner .mombassador__fblive-info .mombassador__fblive-ttl::before {
  margin-right: 0.4em;
  background: -webkit-gradient(linear, right top, left top, from(#888), to(transparent));
  background: linear-gradient(-90deg, #888, transparent);
}
.storiesPageInner .mombassador__fblive-info .mombassador__fblive-ttl::after {
  margin-right: 0.4em;
  background: -webkit-gradient(linear, left top, right top, from(#888), to(transparent));
  background: linear-gradient(90deg, #888, transparent);
  position: relative;
  right: -10px;
}
.storiesPageInner .fblive__inner {
  background: #fff;
  width: 1160px;
  text-align: center;
  border: 10px solid #00A8E1;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 100px 50px;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .fblive__inner {
    width: 100%;
    padding: 20px 0;
  }
}
.storiesPageInner .mombassador__inner-ttl {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0px;
  color: #104C97;
}
.storiesPageInner .mombassador__inner-txt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #104C97;
}
@media all and (min-width: 769px) {
  .storiesPageInner .mombassador-page {
    padding-top: 81px;
  }
}
.storiesPageInner .nav-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .storiesPageInner .nav-anchor {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .nav-anchor__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.storiesPageInner .nav-anchor__item:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .nav-anchor__item:not(:last-child) {
    margin-right: 5px;
  }
}
.storiesPageInner .nav-anchor__link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #00A8E1;
  border-left: 1px solid #eee;
  text-align: center;
  padding: 0.5em 0.75em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.storiesPageInner .nav-anchor__link:hover {
  color: #fff;
  background: #00a8e1;
}
@media all and (max-width: 768px) {
  .storiesPageInner .nav-anchor__link {
    font-size: 12px;
    border-width: 1px;
    width: 100%;
    padding: 0.5em 0.5em;
  }
}
.storiesPageInner .nav-anchor__strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .storiesPageInner .nav-anchor__strong {
    font-size: 14px;
  }
}
.storiesPageInner .go-top {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 110px;
  width: 110px;
  background: url(../img/discover/top_back.png) 50%/contain no-repeat;
  cursor: pointer;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .storiesPageInner .go-top {
    width: 70px;
    height: 70px;
    right: 10px;
    bottom: 10px;
  }
}
.storiesPageInner .bread {
  border-top: 1px solid #fff;
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .bread {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.storiesPageInner .bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eee;
  padding: 10px 20px 10px 0;
  max-width: 1160px;
  margin: 0 auto;
  overflow: auto;
}
@media all and (max-width: 768px) {
  .storiesPageInner .bread__list {
    padding: 10px 10px 10px 0;
  }
}
.storiesPageInner .bread__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.storiesPageInner .bread__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-left: 10px;
  margin-right: 8px;
  background: url(../img/discover/icon_arrow_right_breadcrumbs.png) 50%/contain no-repeat;
}
.storiesPageInner .bread__item:last-child .bread__link {
  color: #4C4A5C;
  pointer-events: none;
}
.storiesPageInner .bread__link {
  font-size: 14px;
  color: #00a0ea;
}
.storiesPageInner .bread__link:hover {
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .storiesPageInner .bread__link {
    font-size: 12px;
  }
}
.storiesPageInner .gallery {
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .gallery {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.storiesPageInner .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.storiesPageInner .gallery__item {
  width: 33.33%;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .storiesPageInner .gallery__item {
    width: 50%;
  }
}
.storiesPageInner .gallery__link {
  display: block;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.storiesPageInner .gallery__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 5px solid transparent;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-position: 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}
.storiesPageInner .gallery__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media all and (max-width: 768px) {
  .storiesPageInner .gallery__link::before {
    top: auto;
    left: auto;
    width: 5vw;
    height: 5vw;
    border: 2px solid #00a0ea;
    background-image: url(../img/discover/mombassador/icon_zoomin.png);
    background-size: 4vw;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media all and (min-width: 769px) {
  .storiesPageInner .gallery__link:hover::before {
    border: 5px solid #00a0ea;
    background-image: url(../img/discover/mombassador/icon_zoomin.png);
  }
  .storiesPageInner .gallery__link:hover::after {
    background: rgba(0, 0, 0, 0.5);
  }
  .storiesPageInner .gallery__link:hover .gallery__img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.storiesPageInner .gallery__img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.storiesPageInner .filter {
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .filter {
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .filter {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
  }
}
.storiesPageInner .filter__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0c1f36;
  margin-bottom: 10px;
  position: relative;
}
.storiesPageInner .filter__ttl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-left: 10px;
  margin-bottom: 2px;
}
@media all and (max-width: 768px) {
  .storiesPageInner .filter__ttl {
    font-size: 16px;
  }
}
.storiesPageInner .filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .storiesPageInner .filter__item {
    margin-left: 10px;
  }
  .storiesPageInner .filter__item:first-child {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}
@media all and (max-width: 768px) {
  .storiesPageInner .filter__item:not(:last-child) {
    margin-right: 10px;
  }
  .storiesPageInner .filter__item:not(:nth-child(-n+3)) {
    margin-top: 10px;
  }
}
.storiesPageInner .filter__btn {
  background: #a8a8a8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 6px;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  min-width: 100px;
}
.storiesPageInner .filter__btn.is-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#4dbdf0), color-stop(50%, #4dbdf0), color-stop(50%, #00a0ea), to(#00a0ea));
  background: linear-gradient(to bottom, #4dbdf0 0%, #4dbdf0 50%, #00a0ea 50%, #00a0ea 100%);
}
@media all and (max-width: 768px) {
  .storiesPageInner .filter__btn {
    font-size: 14px;
    min-width: calc(33.33vw - 30px);
  }
}
.storiesPageInner .articles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.storiesPageInner .gallery-slider {
  position: relative;
}
.storiesPageInner .gallery-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
@media all and (max-width: 979px) {
  .storiesPageInner .gallery-slider__slide {
    width: 100%;
  }
}
.storiesPageInner .gallery-slider__next, .storiesPageInner .gallery-slider__prev {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.storiesPageInner .gallery-slider__next {
  background: url(../img/discover/icon_arrow_right.svg) 50%/21px 41px no-repeat;
  right: calc(50% - 480px);
}
@media all and (max-width: 979px) {
  .storiesPageInner .gallery-slider__next {
    right: -10px;
  }
}
.storiesPageInner .gallery-slider__prev {
  background: url(../img/discover/icon_arrow_left.svg) 50%/21px 41px no-repeat;
  left: calc(50% - 480px);
}
@media all and (max-width: 979px) {
  .storiesPageInner .gallery-slider__prev {
    left: -10px;
  }
}
.storiesPageInner .banner__westjapan {
  position: relative;
  background-image: url(/static/img/discover/mombassador/mombassador_logo_westjapan.jpg);
  background-size: cover;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .storiesPageInner .banner__westjapan {
    background-image: url(/static/img/discover/mombassador/mombassador_logo_westjapan@2x.jpg);
    height: auto;
    padding-top: 80%;
  }
}
@media (min-width: 768px) {
  .storiesPageInner .stories-swiper-button-prev, .storiesPageInner .stories-swiper-button-next {
    display: none;
  }
}

.discoverStoriesSwiperArea {
  background: #F3F6F5;
}
@media (min-width: 768px) {
  .discoverStoriesSwiperArea {
    padding-top: 20px;
  }
}

.discoverStoriesSwiperWrap {
  position: relative;
  margin: 0 0 40px;
}

.swiper-container.discoverStoriesSwiperContainer {
  width: 100%;
}

.swiper-slide.discoverStoriesSwiperSlide {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.swiper-slide.discoverStoriesSwiperSlide img {
  width: 100%;
  min-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .swiper-slide.discoverStoriesSwiperSlide img {
    height: auto;
  }
}

.discoverStoriesSwiperSlideTextWrap {
  position: relative;
}
.discoverStoriesSwiperSlideTextWrap .discoverStoriesSwiperSlideTextArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 17px;
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
}
@media (min-width: 768px) {
  .discoverStoriesSwiperSlideTextWrap .discoverStoriesSwiperSlideTextArea {
    padding: 5px 0.8em 15px;
    font-size: 16px;
  }
}
.discoverStoriesSwiperSlideTextWrap .discoverStoriesSwiperSlideTextAreaSub {
  font-size: 0.875em;
}
.discoverStoriesSwiperSlideTextWrap .discoverStoriesSwiperSlideTagWrap .discoverStoriesSwiperSlideTag + .discoverStoriesSwiperSlideTag {
  margin-left: 1em;
}
.discoverStoriesSwiperSlideTextWrap .discoverStoriesSwiperSlideTagWrap .discoverStoriesSwiperSlideTag {
  font-size: 11px;
  color: #fff;
}
@media (min-width: 768px) {
  .discoverStoriesSwiperSlideTextWrap .discoverStoriesSwiperSlideTagWrap .discoverStoriesSwiperSlideTag {
    font-size: 13px;
  }
}
.discoverStoriesSwiperSlideTextWrap .discoverStoriesSwiperSlideTitle, .discoverStoriesSwiperSlideTextWrap .discoverStoriesSwiperSlideText {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.discoverStoriesSwiperSlideImage {
  background-color: #000;
  display: inline-block;
}
.discoverStoriesSwiperSlideImage img {
  opacity: 0.7;
  display: block;
}

.swiper-button-prev.discoverStoriesSwiperButtonPrev {
  display: inline-block;
  position: static;
  background-image: url("/static/img/discover/201909/swiper_arrow_left.svg");
  background-size: 14px;
}
@media (min-width: 768px) {
  .swiper-button-prev.discoverStoriesSwiperButtonPrev {
    background-size: 16px;
  }
}

.swiper-button-next.discoverStoriesSwiperButtonNext {
  display: inline-block;
  position: static;
  background-image: url("/static/img/discover/201909/swiper_arrow_right.svg");
  background-size: 14px;
}
@media (min-width: 768px) {
  .swiper-button-next.discoverStoriesSwiperButtonNext {
    background-size: 16px;
  }
}

.swiper-button-prev.discoverStoriesSwiperButtonPrev, .swiper-button-next.discoverStoriesSwiperButtonNext {
  margin: auto;
  height: 30px;
}

.discoverStoriesSwiperPaginationWrap {
  display: block;
  margin: 20px auto 0;
  max-width: 500px;
  text-align: center;
}
.discoverStoriesSwiperPaginationWrap .swiper-pagination.discoverStoriesSwiperPagination {
  display: inline-block;
  position: static;
  height: 30px;
  background-size: 20px;
}
.discoverStoriesSwiperPaginationWrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #CECECE;
  opacity: 1;
  margin: 0 7px 10px;
  text-align: center;
}
.discoverStoriesSwiperPaginationWrap .swiper-pagination-bullet-active {
  background: #1AA7E1;
  opacity: 1;
  text-align: center;
}

.customIndexKeyvisualsSection.discoverCategoriesKeyvisualsSection {
  position: relative;
}
@media (min-width: 768px) {
  .customIndexKeyvisualsSection.discoverCategoriesKeyvisualsSection {
    max-height: 300px;
  }
}

.customIndexKeyvisualHeadingMessageWrap.discoverCategoriesKeyvisualHeadingMessageWrap {
  padding: 0 20px;
  margin: 80px auto 0;
  top: 20%;
}
@media (min-width: 375px) {
  .customIndexKeyvisualHeadingMessageWrap.discoverCategoriesKeyvisualHeadingMessageWrap {
    top: 25%;
  }
}
@media (min-width: 768px) {
  .customIndexKeyvisualHeadingMessageWrap.discoverCategoriesKeyvisualHeadingMessageWrap {
    top: 0;
  }
}

.customIndexKeyvisualHeadingMessage.discoverCategoriesKeyvisualHeadingMessage {
  display: block;
  margin: 0 auto;
  background: none;
  padding: 10px 5px 0;
  width: 250px;
}
@media (min-width: 375px) {
  .customIndexKeyvisualHeadingMessage.discoverCategoriesKeyvisualHeadingMessage {
    width: 270px;
  }
}
@media (min-width: 414px) {
  .customIndexKeyvisualHeadingMessage.discoverCategoriesKeyvisualHeadingMessage {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .customIndexKeyvisualHeadingMessage.discoverCategoriesKeyvisualHeadingMessage {
    width: 300px;
  }
}
@media (min-width: 900px) {
  .customIndexKeyvisualHeadingMessage.discoverCategoriesKeyvisualHeadingMessage {
    width: 350px;
  }
}
@media (min-width: 1100px) {
  .customIndexKeyvisualHeadingMessage.discoverCategoriesKeyvisualHeadingMessage {
    width: 380px;
  }
}
.customIndexKeyvisualHeadingMessage.discoverCategoriesKeyvisualHeadingMessage img {
  width: 100%;
}

.customIndexKeyvisualImg.discoverCategoriesKeyvisualImg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  font-family: "object-fit: cover;object-position: 50% 100%;";
  max-height: 300px;
}

.discoverCategoriesSwiperWrap {
  position: relative;
  margin: 20px 20px 40px;
}
@media (min-width: 768px) {
  .discoverCategoriesSwiperWrap {
    margin: 20px 100px 40px;
  }
}

.swiper-slide.discoverCategoriesSwiperSlide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.swiper-slide.discoverCategoriesSwiperSlide img {
  max-width: 100%;
  height: auto;
}

.discoverCategoriesSwiperSlideTextWrap {
  position: relative;
}
.discoverCategoriesSwiperSlideTextWrap .discoverCategoriesSwiperSlideText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0.5em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
  background: #fff;
  opacity: 0.8;
  font-size: 14px;
}
@media (min-width: 768px) {
  .discoverCategoriesSwiperSlideTextWrap .discoverCategoriesSwiperSlideText {
    font-size: 16px;
  }
}
.discoverCategoriesSwiperSlideTextWrap .discoverCategoriesSwiperSlideTextSub {
  font-size: 0.875em;
}

.swiper-pagination.discoverCategoriesSwiperPagination {
  position: static;
  background-size: 20px;
}

.swiper-button-prev.discoverCategoriesSwiperButtonPrev {
  display: block;
  background-image: url("/static/img/discover/201909/swiper_arrow_left.svg");
  background-size: 14px;
  left: -45px;
}
@media (min-width: 768px) {
  .swiper-button-prev.discoverCategoriesSwiperButtonPrev {
    background-size: 20px;
  }
}

.swiper-button-next.discoverCategoriesSwiperButtonNext {
  display: block;
  background-image: url("/static/img/discover/201909/swiper_arrow_right.svg");
  background-size: 14px;
  right: -45px;
}
@media (min-width: 768px) {
  .swiper-button-next.discoverCategoriesSwiperButtonNext {
    background-size: 20px;
  }
}

.swiper-button-prev.discoverCategoriesSwiperButtonPrev, .swiper-button-next.discoverCategoriesSwiperButtonNext {
  top: calc(100% - 120px);
}
@media (min-width: 375px) {
  .swiper-button-prev.discoverCategoriesSwiperButtonPrev, .swiper-button-next.discoverCategoriesSwiperButtonNext {
    top: calc(100% - 130px);
  }
}
@media (min-width: 473px) {
  .swiper-button-prev.discoverCategoriesSwiperButtonPrev, .swiper-button-next.discoverCategoriesSwiperButtonNext {
    top: calc(100% - 150px);
  }
}
@media (min-width: 768px) {
  .swiper-button-prev.discoverCategoriesSwiperButtonPrev, .swiper-button-next.discoverCategoriesSwiperButtonNext {
    top: calc(100% - 130px);
  }
}
@media (min-width: 942px) {
  .swiper-button-prev.discoverCategoriesSwiperButtonPrev, .swiper-button-next.discoverCategoriesSwiperButtonNext {
    top: calc(100% - 170px);
  }
}

.discoverCategoriesSwiperPaginationWrap {
  margin-top: 20px;
}
.discoverCategoriesSwiperPaginationWrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #CECECE;
  opacity: 1;
  margin: 0 7px;
  text-align: center;
}
.discoverCategoriesSwiperPaginationWrap .swiper-pagination-bullet-active {
  background: #1AA7E1;
  opacity: 1;
  text-align: center;
}

.discoverCategoriesContentsWrap {
  background: #F6F6F6;
  margin-top: -80px;
  padding-top: 80px;
}

.discoverCategoriesContents {
  margin: 0 10px 40px;
  padding: 20px 10px;
  background: #fff;
  border: solid 1px #D0D0D0;
}
@media (min-width: 768px) {
  .discoverCategoriesContents {
    max-width: 1080px;
    margin: 0 auto 62px;
  }
}

.discoverArticleBlockArea.discoverCategoriesArea .discoverArticleBlockAreaList {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .discoverArticleBlockArea.discoverCategoriesArea .discoverArticleBlockAreaList {
    display: block;
  }
}
.discoverArticleBlockArea.discoverCategoriesArea .discoverArticleBlockAreaItem {
  margin: 8px;
}
@media (min-width: 768px) {
  .discoverArticleBlockArea.discoverCategoriesArea .discoverArticleBlockAreaItem {
    margin-left: 20px;
  }
}

.discoverCategoriesArticleBlock {
  padding: 0 5px;
}

.discoverCategoriesArticleBlockTitle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}

.discoverCategoriesArticleBlockArea {
  display: none;
}
@media (min-width: 768px) {
  .discoverCategoriesArticleBlockArea {
    display: block;
    max-width: 880px;
    margin: 0 auto 40px;
  }
}

.discoverCategoriesArticleBlockAreaList {
  list-style-type: none;
  padding: 0;
}

.discoverCategoriesArticleBlockAreaItem {
  display: inline-block;
  position: relative;
  background-color: #00A8E1;
  font-size: 16px;
}
.discoverCategoriesArticleBlockAreaItem:after {
  position: absolute;
  content: "";
  top: 0;
  left: -24px;
  border: 16px solid transparent;
  border-right: 8px solid #00A8E1;
  width: 0;
  height: 0;
}

.discoverCategoriesArticleBlockAreaItem + .discoverCategoriesArticleBlockAreaItem {
  margin-left: 20px;
}

.discoverCategoriesArticleBlockAreaItemLink {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
}

.discoverCategoriesArticleItemWrap {
  width: 100%;
}
@media (min-width: 768px) {
  .discoverCategoriesArticleItemWrap {
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discoverCategoriesArticleItemWrap::after {
    content: "";
    display: block;
    width: 30%;
  }
}

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

.discoverCategoriesArticleItemTagWrap a + a {
  margin-left: 5px;
}

.discoverCategoriesItemTagCategory, .discoverCategoriesItemTagArea {
  color: #00A8E1;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .discoverCategoriesItemTagCategory, .discoverCategoriesItemTagArea {
    font-size: 14px;
  }
}

.discoverCategoriesArticleLink {
  display: block;
  color: #333;
}
@media (min-width: 768px) {
  .discoverCategoriesArticleLink {
    width: 280px;
  }
}
.discoverCategoriesArticleLink:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: underline;
}

.discoverCategoriesArticleItemImage {
  width: 100%;
}
.discoverCategoriesArticleItemImage img {
  width: 100%;
}
@media (min-width: 768px) {
  .discoverCategoriesArticleItemImage img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

.discoverCategoriesArticleItemTextBlock {
  padding: 18px 0 10px;
}
.discoverCategoriesArticleItemTextBlock:hover {
  opacity: 1;
}

.discoverCategoriesArticleItemTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
}

.discoverCategoriesArticleItemText {
  font-size: 14px;
  line-height: 1.6em;
  margin: 5px 0 0;
}
.discoverCategoriesArticleItemText:hover {
  text-decoration: none;
}

.discoverBannerLinkWrap {
  padding: 0 25px;
  margin-bottom: 60px;
}

.discoverBannerLink {
  max-width: 325px;
  margin: 0 auto 60px;
}
@media (min-width: 768px) {
  .discoverBannerLink {
    max-width: 880px;
  }
}

.discoverBannerLink.discoverBannerLinkSp {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .discoverBannerLink.discoverBannerLinkSp {
    display: none;
  }
}

.discoverBannerLink.discoverBannerLinkPc {
  display: none;
}
@media (min-width: 768px) {
  .discoverBannerLink.discoverBannerLinkPc {
    display: block;
  }
}

.discoverBannerLinkImage {
  width: 100%;
}
.discoverBannerLinkImage:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.discoverCategoriesArticleMoreWrap {
  position: relative;
  margin: 10px auto 40px;
  text-align: center;
}

.discoverCategoriesArticleMoreButton {
  padding: 20px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #00A8E1;
}
.discoverCategoriesArticleMoreButton:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.discoverCategoriesArticleMoreButton:active {
  text-decoration: none;
}
.discoverCategoriesArticleMoreButton:after {
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #00A8E1;
  border-right: 1px solid #00A8E1;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.discoverCategoriesArticleMoreButton .discoverCategoriesArticleMoreNotOpenedText {
  display: inline;
}
.discoverCategoriesArticleMoreButton .discoverCategoriesArticleMoreOpenedText {
  display: none;
}

.discoverCategoriesArticleMoreButtonOpened:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.discoverCategoriesArticleMoreButtonOpened .discoverCategoriesArticleMoreNotOpenedText {
  display: none;
}
.discoverCategoriesArticleMoreButtonOpened .discoverCategoriesArticleMoreOpenedText {
  display: inline;
}

.pressReleaseWrap {
  margin: 0 15px;
}
.pressReleaseWrap h2 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pressReleaseWrap {
    margin: 0 120px;
    font-size: 28px;
  }
}

.pressReleaseInner {
  padding-bottom: 25px;
  border-bottom: 1px solid #E7E7E7;
}
@media (min-width: 768px) {
  .pressReleaseInner {
    margin: 0 30px;
  }
}

.releaseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .releaseBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.releaseBoxLeft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  min-height: 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .releaseBoxLeft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    min-height: 100px;
  }
}
.releaseBoxLeft img {
  width: 56px;
  margin: 16px 22px 16px 0;
}
@media (min-width: 768px) {
  .releaseBoxLeft img {
    width: 88px;
    margin: 20px 31px 20px 0;
  }
}

.releaseBoxRight p, .releaseBoxRight time {
  color: #8A8A8A;
  font-size: 12px;
  margin: 0;
}
.releaseBoxRight h3 {
  font-size: 18px;
  margin-top: 10px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .releaseBoxRight h3 {
    font-size: 24px;
  }
}
.releaseBoxRight span {
  padding: 2px 10px;
  color: #ffffff;
  font-size: 12px;
}

.releaseDescription {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .releaseDescription {
    margin: 40px 100px 0;
  }
}
.releaseDescription h4 {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .releaseDescription h4 {
    font-size: 24px;
  }
}
.releaseDescription p {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.releaseDescription ul {
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
}
.releaseDescription li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
.releaseDescription li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #333333;
  position: relative;
  top: 1px;
  right: 2px;
}
.releaseDescription span {
  font-weight: normal;
  margin-top: 10px;
}

.backPressReleaseTop {
  width: 200px;
  margin: 0 auto 76px;
  text-align: center;
  font-size: 15px;
}
.backPressReleaseTop .pressReleaseBackLink {
  background: url("../img/shared/pressrelease_arrow_left.png") 0 2px no-repeat;
  background-size: 7px;
  padding-left: 15px;
}

.pressReleaseOuter {
  max-width: 1160px;
  margin: 0 auto;
}
.pressReleaseOuter h2 {
  margin: 23px 0 0;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pressReleaseOuter h2 {
    margin: 60px 0;
    font-size: 28px;
  }
}

.pressReleaseTabWrap {
  margin: 25px 0 20px;
}
@media (min-width: 768px) {
  .pressReleaseTabWrap {
    margin: 40px 0 20px;
    padding: 0 10px;
  }
}

.pressReleaseTabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  border-bottom: 3px solid #051F38;
  list-style: none;
}
.pressReleaseTabMenu .tab-label {
  background: #EEEEEE;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.pressReleaseTabMenu .tab-label a {
  color: #051F38;
  text-decoration: none;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .pressReleaseTabMenu .tab-label a {
    font-size: 22px;
    padding: 24px;
  }
}
.pressReleaseTabMenu .tab-label.active {
  background: #051F38;
}
.pressReleaseTabMenu .tab-label.active a {
  color: #FFFFFF;
}

.pressReleaseTabMenuLink {
  display: block;
}

.tab-content {
  height: auto;
  overflow: auto;
  padding: 25px 10px 0;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media (min-width: 768px) {
  .tab-content {
    padding: 25px 0 0;
  }
}

.tab-switch {
  display: none;
}

/* accordion tab */
.accordion-wrap {
  background-color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  .accordion-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .accordion-wrap .pressReleaseFilterItem {
    width: 33.3%;
  }
}

.acc-tab-label {
  color: #051F38;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0.5em;
  border: 1px solid #051F38;
  cursor: pointer;
  display: block;
  text-align: center;
  background: url(../img/shared/pressrelease_arrow_bottom_bl.png) right 12px center no-repeat;
  background-size: 13px;
}
@media (min-width: 768px) {
  .acc-tab-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.acc-tab-content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 1;
}
.acc-tab-content ul {
  list-style: none;
  display: grid;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.acc-tab-content ul a {
  display: block;
  color: #333333;
  padding: 13px 16px;
  border-bottom: solid 1px #E7E7E7;
  margin-bottom: 0;
  font-weight: normal;
  text-decoration: none;
}
.acc-tab-content ul a:hover {
  background-color: #051F38;
  color: #ffffff;
}

.acc-tab-switch:checked + .acc-tab-label {
  color: #FFFFFF;
  text-align: center;
  background: url(../img/shared/pressrelease_arrow_bottom_wt.png) right 12px center no-repeat #051F38;
  background-size: 13px;
}

.acc-tab-switch:checked + .acc-tab-label + .acc-tab-content {
  height: auto;
  width: 100%;
  overflow: auto;
  margin-top: -10px;
  padding: 0;
  opacity: 1;
  border-right: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.acc-tab-switch {
  display: none;
}

.releaseContentsWrap {
  padding: 0;
  margin: 25px 0 0;
}
.releaseContentsWrap a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .releaseContentsWrap {
    margin: 50px 30px 0;
  }
}
.releaseContentsWrap .releaseBox {
  border: 1px solid #E7E7E7;
  padding: 18px 15px 22px 22px;
  margin-bottom: 10px;
  background: url(../img/shared/pressrelease_arrow_right_bl.png) right 15px bottom 16px no-repeat;
  background-size: 10px;
}
@media (min-width: 768px) {
  .releaseContentsWrap .releaseBox {
    background: url(../img/shared/pressrelease_arrow_right_bl.png) right 25px center no-repeat;
    background-size: 12px;
    padding-left: 31px;
  }
}
.releaseContentsWrap .releaseBox .releaseBoxRight h3 {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333333;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .releaseContentsWrap .releaseBox .releaseBoxRight {
    padding-right: 30px;
  }
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName {
  background-color: #01184c;
  color: #ffffff;
  border: none;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.conrad {
  background-color: #b2874e;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.curio {
  background-color: #51657d;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.doubletree {
  background-color: #09194E;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.hgi {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.lxr {
  background-color: #ffffff;
  color: #415744;
  border: 1px solid #415744;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.tapestry {
  background-color: #ffffff;
  color: #280071;
  border: 1px solid #280071;
}
.releaseContentsWrap .releaseBox .releaseBoxRight .releaseBoxBrandName.waldorfastoria {
  background-color: #000000;
}

.pressReleasePagenation {
  width: 100%;
  margin: 32px 0 75px;
}
@media (min-width: 768px) {
  .pressReleasePagenation {
    margin: 0 0 150px;
  }
}
.pressReleasePagenation .yiiPager {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .pressReleasePagenation .yiiPager {
    font-size: 18px;
  }
}
.pressReleasePagenation .yiiPager li {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
}
.pressReleasePagenation .yiiPager li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #051F38;
  text-decoration: none;
  border: none;
  padding: 0;
  font-weight: normal;
}
.pressReleasePagenation .yiiPager li.selected a {
  color: #FFFFFF;
  background: #051F38;
}
