#loading {
    background: rgba(198, 198, 198, 0.7);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
  }
  
  #loading > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 150px;
  }  
.global-header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    height: 50px;
    z-index: 30;
    color: #fff;
  }
  
  .global-header a {
    color: #fff;
  }
  
  .global-header .hide {
    display: none !important;
  }
  
  .global-header .header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
  }
  
  .global-header .fukidashi {
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .global-header .fukidashi:hover {
    opacity: 0.8;
  }
  
  .global-header .logo-image {
    padding-top: 16px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
  }
  
  .global-header .logo-image img {
    height: 20px;
  }
  
  .global-header .logo-image img.fukidashi {
    height: 24px;
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .global-header .logo-image img.fukidashi:hover {
    opacity: 0.8;
  }
  
  .global-header .sub {
    position: absolute;
    top: 12px;
    right: 0;
  }
  
  .global-header .sub .menu {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
  }
  
  .global-header .sub .menu a {
    display: block;
    font-size: 11px !important;
    color: #fff;
    float: left;
  }
  
  .global-header .sub .menu a img {
    width: 40px;
  }
  
  .global-header .menu-account,
  .global-header .menu-service {
    float: left;
    cursor: pointer;
  }
  
  .global-header .menu-account a,
  .global-header .menu-service a {
    color: #333;
  }
  
  .global-header .menu-service .menu-btn {
    margin-right: 20px;
  }
  
  .global-header .menu-account .menu-btn img,
  .global-header .menu-service .menu-btn img {
    width: 26px;
    height: 26px;
  }
  
  .global-header .menu-btn {
    text-align: center;
    position: relative;
  }
  
  .global-header .menu-btn.notice::before {
    top: 4px;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  
  @media (max-width: 767px) {
    .global-header .menu-btn.notice::before {
      top: 2px;
    }
  }
  
  .global-header .menu-btn span {
    font-size: 1rem;
    margin: 3px 0 0 !important;
    line-height: 1 !important;
    display: none;
  }
  
  .global-header .menubox {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    width: 220px;
    clear: both;
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 2;
  }
  
  .global-header .menubox ul {
    padding: 10px 0;
  }
  
  .global-header .menubox .border {
    border-bottom: 1px solid #e9e9e9;
  }
  
  .global-header .menubox .no-padding {
    padding: 0;
  }
  
  .global-header .menubox .no-padding a:link {
    padding: 10px 15px;
  }
  
  .global-header .menubox ul li a:link {
    display: block;
    padding: 6px 15px;
    background: url("/stcontents/img/common/icon-navigate-right.svg") no-repeat 96% 50%;
    background-size: 16px 16px;
    line-height: 1.5;
    font-size: 1.2rem;
    text-decoration: none;
  }
  
  .global-header .menubox ul li a:hover {
    background-color: #ffefb4;
    color: #000;
  }
  
  .global-header .menubox-service {
    display: none;
  }
  
  .global-header .menubox .name {
    font-size: 1.6rem;
  }
  
  .global-header .menubox .id {
    font-size: 1rem;
    display: block;
  }
  
  .global-header .menubox .name span {
    font-size: 1.3rem;
  }
  
  .global-header .menubox .memberStatusLabel {
    margin-top: 8px;
  }
  
  .global-header .menubox .link {
    font-size: 1rem;
    color: #666;
  }
  
  .global-header .menu-account .number-badge {
    font-size: 1.3rem;
    color: #fff;
    background: red;
    line-height: 16px !important;
    text-align: center;
    padding: 1px 3px;
    border-radius: 20%;
    -webkit-font-smoothing: auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4) !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  }
  
  .global-header .menu-account .menu-btn .number-badge {
    position: absolute;
    top: -6px;
    right: 18px;
  }
  
  .global-header .menu-account .menu-btn .number-badge:lang(zh-Hant) {
    position: absolute;
    top: -6px;
    right: 5px;
  }
  
  .global-header .menubox-account li {
    position: relative;
  }
  
  .global-header .menubox-account li .number-badge {
    position: absolute;
    right: 25px;
    top: 7px;
  }
  
  .global-header .menubox-account {
    display: none;
  }
  
  .global-header .menubox-account img.fukidashi,
  .global-header .menubox-service img.fukidashi {
    width: 12px;
    position: absolute;
    top: -9px;
  }
  
  .global-header .menubox-service img.fukidashi {
    right: 56px;
  }
  
  .global-header .menubox-account img.fukidashi {
    right: 9px;
  }
  
  @media screen and (min-width: 767px) {
    .global-header .gray-mark {
      display: none;
    }
  }
  
  @media screen and (max-width: 767px) {
    .global-header .gray-mark {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: fixed;
      background-color: rgba(198, 198, 198, 0.7);
      display: none;
    }
    .global-header .gray-mark.active {
      display: block;
    }
  }
  
  .global-header .menu-member {
    margin-top: -13px;
  }
  
  .global-header .menu-member .icon-head-member {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  
  .global-header .menu-member .menubox.menubox-member {
    width: 320px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  }
  
  @media screen and (min-width: 768px) {
    .global-header .menu-member .menubox.menubox-member {
      overflow: hidden;
      border-radius: 8px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .global-header .menu-member .menubox.menubox-member {
      height: 100vh;
      height: 100dvh;
      padding-bottom: 40px;
      position: fixed;
      right: 0;
      top: 0;
      border: none;
      overflow: auto;
    }
  }
  
  .global-header .menu-member .menubox.menubox-member img.close {
    width: 40px;
    height: 40px;
    top: 4px;
    right: 8px;
    position: absolute;
    position: fixed;
    z-index: 2;
  }
  
  .global-header .menu-member .menubox.menubox-member ul {
    border-bottom: none;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li {
    background: none;
    padding: 0;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 2px solid #f5f5f5;
    min-height: 60px;
    position: relative;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li a {
    padding: 16px 24px;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li a:hover {
    color: #333;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li.member-info {
    padding: 16px 24px;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li.member-info:hover {
    color: #333;
    background-color: #fff;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li:first-of-type {
    pointer-events: none;
  }
  
  @media screen and (min-width: 768px) {
    .global-header .menu-member .menubox.menubox-member ul li.member-info,
    .global-header .menu-member .menubox.menubox-member ul li a {
      padding: 16px 24px;
    }
    .global-header .menu-member .menubox.menubox-member ul li.member-info {
      padding-top: 24px;
      border-top: none;
    }
  }
  
  .global-header .menu-member .menubox.menubox-member ul li:last-of-type {
    padding-bottom: 8px;
    border-bottom: none;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li:first-of-type {
    padding-top: 56px;
    height: auto;
    pointer-events: auto;
  }
  
  @media screen and (min-width: 768px) {
    .global-header .menu-member .menubox.menubox-member ul li:first-of-type {
      display: none;
    }
  }
  
  .global-header .menu-member .menubox.menubox-member ul li a:link {
    background: none;
    font-size: 1.6rem;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li:hover {
    background-color: #F5F5F5;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li .title {
    margin-bottom: 24px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    line-height: 1.5;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li .title .memberStatusLabel {
    margin-top: 0;
    margin-right: 8px;
    height: 2.4rem;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li .contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li .contents .content1 {
    margin-right: 8px;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li .contents .content1, .global-header .menu-member .menubox.menubox-member ul li .contents .content2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li .contents .content1 p, .global-header .menu-member .menubox.menubox-member ul li .contents .content2 p {
    position: relative;
    margin: 0;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li .contents .content1 p:first-child, .global-header .menu-member .menubox.menubox-member ul li .contents .content2 p:first-child {
    border-right: 1px solid #c6c6c6;
    padding-right: 4px;
  }
  
  .global-header .menu-member .menubox.menubox-member ul li .contents .content1 p:nth-of-type(2), .global-header .menu-member .menubox.menubox-member ul li .contents .content2 p:nth-of-type(2) {
    color: #757575;
    font-size: 1.2rem;
    font-weight: 900;
    padding-left: 4px;
  }
  
  @media screen and (max-width: 768px) {
    .global-header .menu-member .menubox.menubox-member ul li .contents .content1 p:nth-of-type(2), .global-header .menu-member .menubox.menubox-member ul li .contents .content2 p:nth-of-type(2) {
      font-size: 1.2rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    .global-header .menu-member .menubox.menubox-member ul li .contents .content1 p, .global-header .menu-member .menubox.menubox-member ul li .contents .content2 p {
      line-height: 1.8rem;
    }
  }
  
  .global-header .menu-member .menubox.menubox-member ul .banner-pontapass {
    border-top: 4px solid #f5f5f5;
  }
  
  .global-header .menu-member .menubox.menubox-member ul .banner-pontapass img {
    width: 100%;
  }
  
  .global-header .menu-member .menubox.menubox-member ul .mypage,
  .global-header .menu-member .menubox.menubox-member ul .setting {
    border-top: 4px solid #f5f5f5;
  }
  
  .global-header .sub a:link {
    text-decoration: none;
  }
  
  .global-header.static .sub a:link {
    text-shadow: none;
  }
  
  .global-header .before-menu {
    display: block;
    overflow: hidden;
    padding: 4px 0;
    padding-top: 3px;
  }
  
  .global-header .before-menu > li {
    display: inline;
    float: left;
    margin-left: 24px;
    line-height: 24px;
    font-size: 1.2rem;
  }
  
  .global-header .before-menu > li:first-child {
    margin-left: 0;
  }
  
  .global-header .before-menu .concept,
  .global-header .before-menu .service {
    display: none;
  }
  
  .global-header .before-menu > li a:link {
    text-shadow: 1px 1px 1px #000;
  }
  
  .global-header .before-menu > li a:hover {
    text-shadow: none;
    color: #554B98;
  }
  
  .global-header .menu-member .menubox .title {
    color: #333;
  }
  
  .global-header .menu-member .menubox ul li a {
    text-shadow: none;
    color: #333;
  }
  
  .global-header.static .before-menu > li a {
    text-shadow: none;
  }
  
  .global-header.static .before-menu > li a:hover {
    color: #554B98;
  }
  
  @media screen and (max-width: 767px) {
    .global-header.menu-open {
      z-index: 41;
    }
    .global-header .logo-image img {
      height: 16px;
    }
    .global-header .menu-member {
      margin-top: -2px;
    }
    .global-header .menu-member .menubox.menubox-member ul .coupon {
      border-top: 2px solid #f5f5f5;
    }
    .global-header .menu-member .icon-head-member {
      width: 28px;
      height: 28px;
    }
    .global-header .logo {
      display: inline-block;
    }
    .global-header .btn-menu img {
      width: 28px;
      position: absolute;
      top: 10px;
      right: 16px;
      z-index: 1;
    }
    .global-header .before-menu {
      margin-right: 68px;
      padding: 0;
    }
    .global-header .sub-menu {
      background: #fff;
      width: 320px;
      height: 100%;
      position: fixed;
      top: 0;
      right: -100%;
      left: auto;
      z-index: 2;
    }
    .global-header .sub-menu.on {
      right: 0;
    }
    .global-header .sub-menu.on .before-menu {
      margin-right: 0;
    }
    .global-header .sub-menu .btn-menu-close {
      position: absolute;
      top: 4px;
      right: 8px;
    }
    .global-header .sub-menu .btn-menu-close img {
      width: 40px;
      height: 40px;
      top: 0;
      right: 0;
      position: absolute;
    }
    .global-header .sub-menu .before-menu {
      padding-top: 56px;
    }
    .global-header .sub-menu .before-menu > li {
      display: block;
      float: none;
      margin-left: 0;
      border-bottom: 2px solid #f5f5f5;
      line-height: normal;
      font-size: 1.6rem;
    }
    .global-header .sub-menu .before-menu > li:first-child {
      border-top: 2px solid #f5f5f5;
    }
    .global-header .sub-menu .before-menu > li a {
      display: block;
      padding: 20px 56px 20px 24px;
      text-shadow: none !important;
      color: #333;
    }
    .login-header .before-menu {
      margin-right: 16px;
    }
  }
  
  @media screen and (max-width: 360px) {
    .global-header .before-menu > li {
      margin-left: 16px;
      font-size: 1.1rem;
    }
  }
  
  .global-header.static {
    background: none;
    position: relative;
    border-bottom: 2px solid #F5F5F5;
    color: #000;
  }
  
  .global-header.static a {
    color: #000;
  }
  
  .global-header.static .before-menu li a:hover {
    border-color: #333;
  }
  
  @media (min-width: 768px) {
    .global-header {
      height: 60px;
    }
    .global-header .header-inner {
      margin: 0 auto;
    }
    .global-header .logo-image img {
      height: 26px;
    }
    .global-header .menu a img {
      display: none;
    }
    .global-header h1 {
      padding-top: 17px;
      margin-left: 0;
    }
    .global-header h1 img.logo,
    .global-header img.logo {
      height: 27px;
    }
    .global-header .logo-image {
      padding-top: 16px;
    }
    .global-header .before-menu {
      padding: 10px 0 11px;
      margin-top: 14px;
    }
    .global-header .before-menu > li {
      font-size: 1.4rem;
      line-height: 14px;
      margin-left: 32px;
      vertical-align: middle;
    }
    .global-header .before-menu .concept,
    .global-header .before-menu .service {
      display: inline;
    }
    .global-header .sub {
      position: absolute;
      top: 0;
      right: 16px;
    }
    .global-header .menubox {
      position: absolute;
      top: 69px;
    }
    .global-header .menu-btn span {
      display: block;
    }
    .global-header .menubox-service img.fukidashi {
      right: 103px;
    }
    .global-header .menubox-account img.fukidashi {
      right: 23px;
    }
    .global-header .menu-account,
    .global-header .menu-service {
      display: block;
      margin-top: -9px;
      margin-right: 20px;
    }
    .global-header .menu-service {
      width: 60px;
    }
    .global-header .menu-account {
      width: 34px;
    }
    .global-header .menu-account .menu-btn img,
    .global-header .menu-service .menu-btn img {
      width: 34px;
      height: 34px;
    }
  }
  
  @media screen and (min-width: 1280px) {
    .global-header .menubox {
      right: 0;
    }
    .global-header .menu-account,
    .global-header .menu-service {
      margin-right: 0;
    }
    .global-header .header-inner {
      padding: 0;
    }
    .global-header .sub {
      right: 0;
    }
  }
  .global-header.modal-on,
  main.modal-on,
  .logo-image.modal-on {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  @media (min-width: 768px) {
    .global-header .before-menu {
      margin-top: 8px;
    }
  }
      
.global-footer {
    background-color: #303233;
    color: #fff;
    clear: both;
  }
  
  .google-code {
    background-color: #303233;
  }
  
  .global-footer .footer-inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  
  .global-footer .title {
    padding: 16px 16px;
    border-bottom: 1px solid #000;
  }
  
  .global-footer .nav {
    display: none;
  }
  
  /* .global-footer .nav li a {
    background: url(/stcontents/img/common/icon-footer-arrow-right.svg) no-repeat right 15px top 50% #F5F5F5;
    background-size: 6px;
    text-decoration: none;
    color: #333;
    padding: 16px 24px;
    display: block;
    border-bottom: 1px solid #333;
  } */
  
  .global-footer .info {
    text-align: center;
    padding: 30px 10px;
  }
  
  .global-footer .info a.logo img {
    width: 124px;
    height: 40px;
  }
  
  .global-footer .info a.logo img.logo-kddi {
    width: 82px;
  }
  
  .global-footer .info a.logo img.logo-loco-partners {
    width: 160px;
  }
  
  .global-footer .info .nav-info {
    margin: 20px 0 15px;
  }
  
  .global-footer .info .logo-info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .global-footer .info .logo-info li {
    display: inline-flex;
  }
  
  .global-footer .info .logo-info li:first-child {
    margin-right: 40px;
  }
  
  .global-footer .info .logo-info li:last-child {
    align-items: center;
    margin-left: 40px;
  }
  
  .global-footer .info .nav-info li {
    display: inline-block;
    margin: 0 5px;
  }
  
  .global-footer .info .nav-info li a {
    color: #ccc;
    font-size: 1rem;
    text-decoration: none;
  }
  
  .global-footer .info .nav-social {
    margin: 10px 0 20px;
  }
  
  .global-footer .info .nav-social li {
    display: inline;
    margin: 0 5px;
  }
  
  .global-footer .info .nav-social li a {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
  }
  
  .global-footer .info .nav-social li img {
    height: 24px;
    vertical-align: middle;
  }
  
  .global-footer small {
    font-size: 1.1rem;
    color: #ccc;
  }
  
  @media (min-width: 768px) {
    .global-footer .footer-inner {
      padding: 40px 20px 0;
    }
    .global-footer .col-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid #393c3e;
      width: 100%;
      padding: 0 60px 30px;
      margin: 0 auto 10px;
    }
    .global-footer .col {
      display: table-cell;
      width: 26%;
      vertical-align: top;
    }
    .global-footer .inbound {
      display: block;
      width: auto;
    }
    .global-footer .inbound li {
      display: block;
      width: auto;
      text-align: left;
      margin-bottom: 20px;
      text-align: center;
      cursor: pointer;
    }
    .global-footer .title {
      padding: 0;
      margin-bottom: 15px;
      border-bottom: none;
      background: none;
      background-size: auto;
      text-align: left;
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .global-footer .nav {
      display: block;
    }
    .global-footer .nav li {
      margin-bottom: 10px;
      white-space: nowrap;
    }
    .global-footer .nav li a {
      font-size: 1.4rem;
      margin-bottom: 12px;
      background: none;
      background-size: auto;
    }
    .global-footer .inbound li a,
    .global-footer .nav li a {
      text-decoration: none;
      color: #ccc;
      background-color: inherit;
      padding: 0;
      border-bottom: none;
    }
    .global-footer .nav li a:hover,
    .global-footer .nav-info li a:hover {
      text-decoration: underline !important;
    }
    .global-footer .inbound li a {
      padding: 12px 10px;
      width: 160px;
      background-color: #494e50;
      border-bottom: 1px solid #222;
      border-right: 1px solid #222;
      border-radius: 1px;
    }
    .global-footer .inbound .displayCurrency a {
      padding: 12px 10px;
      width: 160px;
      background-color: #494e50;
      border-bottom: 1px solid #222;
      border-right: 1px solid #222;
      border-radius: 1px;
      letter-spacing: 2px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 800px) {
    .global-footer .col {
      width: 29%;
    }
  }
  
  @media (max-width: 767px) {
    .global-footer .info .logo-info-sp li {
      margin-top: 16px;
    }
    /* .global-footer .title {
      background: url("/stcontents/img/common/icon-footer-menu.svg") no-repeat right 15px top 50%;
    }
    .global-footer .title.active {
      background: #555 url("/stcontents/img/common/icon-footer-menu-top.svg") no-repeat right 15px top 50%;
    } */
  }
  .reservation .global-footer {
    background: none;
    padding-bottom: 0 !important;
  }
  
  .footer-on .global-footer {
    background: #303233;
  }
  .campaigns .global-footer {
    display: none !important;
  }
  .btn-pagetop {
    background: url("/hotelgds/selections/img/common/icon-pagetop.png") no-repeat 0 0;
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 14px;
    bottom: calc(env(safe-area-inset-bottom) + 44px);
    right: 20px;
    text-indent: -200px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
  }
  
  .btn-pagetop.static {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: -56px;
    margin-right: 20px;
    margin-bottom: 0 !important;
    float: right;
  }
  @media (min-width: 768px) {
    .btn-default {
      height: 56px;
      padding: 0 16px;
      font-size: 1.6rem;
    }
    .btn-relux {
      height: 56px;
      padding: 0 16px;
      font-size: 1.6rem;
    }
    .btn-small {
      height: 48px;
    }
    .btn-x-small {
      height: 40px;
      font-size: 1.4rem;
    }
    .btn-xx-small {
      height: 32px;
      font-size: 1.4rem;
    }
    .btn-wide {
      width: auto;
      min-width: 300px;
    }
    .btn-to-top {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto;
      min-width: 300px;
      height: 48px;
      padding: 0 10px;
      background-color: #0f0a64;
      border: 1px solid #0f0a64;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
      font-size: 1.6rem;
      color: #fff;
      cursor: pointer;
    }
    .btn-to-top:hover {
      text-decoration: none;
      background-color: #554B98;
      border-color: #554B98;
      color: #fff;
    }
    .btn-pagetop {
      width: 58px;
      height: 58px;
      bottom: 40px;
      right: 60px;
    }
    .btn-pagetop:hover {
      background: url("/hotelgds/selections/img/common/icon-pagetop-hover.png") no-repeat 0 0;
      background-size: contain;
    }
    .btn-pagetop.static {
      margin-top: -90px;
      margin-right: 60px;
    }
    .btn-close {
      width: 40px;
      height: 40px;
    }
    .btn-anker {
      height: 40px;
    }
    .btn-anker:hover {
      background: #554B98;
      border-color: #554B98;
      text-decoration: none;
      color: #fff;
    }
    .btn-diamond {
      height: 56px;
    }
    .btn-diamond:after {
      -webkit-transform: scale(0.35);
              transform: scale(0.35);
    }
    .btn-col-2 a {
      margin: 0 8px;
    }
  }
  .reservation-confirm-page .btn-pagetop {
    display: none !important;
  }  
  @media screen and (max-width: 767px) {
    .mini-app section {
      padding: 24px 0;
    }
    .mini-app .kv {
      height: 600px;
    }
    .mini-app .kv-logo img {
      max-width: 285px;
      margin-bottom: 24px;
    }
    .mini-app .kv .text {
      top: 130px;
      bottom: auto;
      width: 100%;
      padding: 0 4px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .mini-app .kv .text ul {
      max-width: 356px;
      height: 102px;
      font-size: 14px;
    }
    .mini-app .kv .text ul li {
      background-size: 13px;
      padding-left: 22px;
    }
    .mini-app .feature .wrap {
      padding: 0;
    }
    .mini-app .col1-box h2 {
      font-size: 24px !important;
    }
    .mini-app .col1-box h2:before,
    .mini-app .col2-box h2:before {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    .mini-app .white-box h2 {
      font-size: 18px !important;
    }
    .mini-app .feature .col2-box .white-box:last-of-type .icon {
      padding: 0;
    }
    .mini-app .bottom-box {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0 16px;
      font-size: 14px;
      text-align: center;
    }
    .mini-app .bottom-box > div {
      width: 100%;
    }
    .mini-app .bottom-box .btn {
      max-width: 420px;
      width: 100%;
      margin: 0 auto !important;
      padding: 10px 0;
      font-size: 12px;
      white-space: nowrap;
    }
    .mini-app .float-box .bottom-box .btn {
      width: 100%;
    }
    .mini-app .bottom-box.bottom-col-2 {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .mini-app .bottom-box.bottom-col-2 > div {
      width: calc(50% - 4px);
      margin: 0;
    }
    .mini-app .float-box-title {
      margin-bottom: 8px !important;
      font-size: 14px;
    }
    .mini-app .benefits {
      padding: 40px 0;
    }
    .mini-app .benefits .figure img {
      width: 150px;
      margin: 0 auto;
    }
    .mini-app .benefits .noteText {
      padding-left: 0;
    }
    .mini-app .howto-use .bnr-box {
      padding: 24px 16px;
    }
    .mini-app .howto-use .text h3 {
      font-size: 14px;
    }
    .mini-app .howto-use .text p {
      font-size: 12px;
    }
    .mini-app .btn-pagetop {
      right: 30px;
      bottom: 130px;
    }
    .mini-app .btn-pagetop.static {
      bottom: auto;
      right: auto;
      margin-right: 30px;
    }
    .mini-app .btn-pagetop img {
      width: 40px;
    }
    .mini-app .bottom-box .btn {
      letter-spacing: 0;
      font-size: 10px;
    }
  }
            