/*
primary-text color: #260049;
primary-grey color: #f6f6f8;
primary-grey border color: #e6e6e8;
*/

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;padding: 0;border: 0;outline: 0;
  font-size: 100%;vertical-align: baseline;
  background: transparent;
}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

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

html, body {
  padding: 0;
  margin: 0 auto;
  height: 100%;
  height: 100vh;
  font-size: 16px;
  line-height: 26px;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif!important;
  line-height: 1;
}

img {
  border: none;
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
  border: 0;
  outline: none;
}

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

/* Structure */
.header {
  width: 100%;
  height: 60px;
  background: black;
  position: fixed;
  top: 0;
  z-index: 300;
}

.content {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  z-index: 200;
}

/* Repeatable details */
.hotel_name {
  font-size: 16px;
  letter-spacing: .05em;
  color: #000;
  word-break: break-all;
}

.hotel_place {
  font-size: 13px;
  color: #555;
  display: inline-block;
  margin: 5px 0;
}

.hotel_eng_name {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: .1em;
  color: #707070;
  display: block;
  padding: 10px 0 0;
  position: relative;
  margin-bottom: 35px;
  font-family: 'gilroy-medium', sans-serif;
}

.hotel_eng_name::after {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #e6e6e8;
  bottom: -20px;
  left: 0;
}

.hotel_price {
  font-size: 18px;
  letter-spacing: .05em;
  color: #260049;
  font-family: 'gilroy-medium', sans-serif;
  margin-top: -25px;
}

.hotel_price span {
  font-size: 13px;
  letter-spacing: .1em;
}

.offer_remaining {
  font-size: 12px;
  color: #000;
  display: inline-block;
}

.icons_wrap {
  font-size: 12px;
  letter-spacing: .1em;
  color: #707070;
  text-align: left;
  padding: 0 !important;
  margin-right: auto;
}

.benefit_head {
  padding-bottom: 8px;
  line-height: 1;
}

.benefit_head {
  display: none;
}

.benefit_icons img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px 5px 0;
  vertical-align: bottom;
}

.off_pct {
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #260049;
  font-size: 12px;
  line-height: 1;
  padding: 20px 0 0;
}

.off_pct span:nth-child(1),
.off_pct span:nth-child(2) {
  display: inline-block;
  text-align: left;
}

.off_pct span:nth-child(1) {
  font-size: 26px;
  line-height: 0;
  font-family: serif;
  font-family: Palatino,'Palatino Linotype','Book Antiqua3',serif;
  margin-right: 2px;
}


@media (min-width: 768px) {
  .hotel_name {
    font-size: 20px;
    line-height: 28px;
  }

  .hotel_price {
    font-size: 22px;
  }

  .hotel_price span {
    font-size: 13px;
    letter-spacing: .1em;
  }

  .icons_wrap {
    font-size: 12px;
  }

  .off_pct {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 20px;
    left: 20px;
    padding: 27px 0 0;
  }
  .offer_remaining {
    font-size: 12px;
    color: #000;
    padding-bottom: 10px;
    background: none;
    display: inline-block;
  }
}

.gilt_button_small {
    width: 115px !important;
    height: 40px;
    padding: 0 !important;
    color: #fff;
    background-color: #260049;
    border: none !important;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 40px !important;
    text-align: center;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary,
.gilt_button_small:hover {
    color: #fff !important;
    background-color: #4c2d67 !important;
    border: none !important;
}

.btn_inactive {
  background: #cccccc;
  border: none;
}

/* Header */
.gs-logo-travel a {
  padding: 0 !important;
  vertical-align: middle;
}

.gilt_travel_logo {
    width: 273px;
    display: inline-block;
}

@media (max-width: 374px) {
  .gilt_travel_logo {
    width: 85%;
  }
}

@media (min-width: 768px) {
  .gilt_travel_logo {
    width: 440px;
  }
  .gs-header .gs-header-body {
    height: 30px;
  }
  .gs-header .gs-store-logo a {
    margin-top:-12px !important;
  }
}


.checkout .gilt_travel_logo{
  width:320px;
  margin: 7px 10px;
}

/* Footer */
ul.gs-footer-links.gs-footer-banners img {
    width: 135px;
}
.gs-footer-section {
    text-align: left;
}

.gs-btn-group>.gs-btn.active,
.gs-btn-group>.gs-btn:active,
.gs-btn-group>.gs-btn:focus,
.gs-btn-group>.gs-btn:hover {
    z-index: 2;
    border-color: #260049 !important;
}

.gs-btn-group>.gs-btn.selected.active,
.gs-btn-group>.gs-btn.selected:active,
.gs-btn-group>.gs-btn.selected:focus,
.gs-btn-group>.gs-btn.selected:hover {
    z-index: 2;
    border-color: #777 !important;
}

.gs-btn-group>.gs-btn a {
    color: #777;
}

.gs-btn-group>.gs-btn a:hover {
    text-decoration: none !important;
    color: #260049 !important;
}

/* パンくず */
.gs-breadcrumb {
    height: 52px;
}

.reservation-detail-form .gs-breadcrumb .gs-breadcrumb-element {
    display: none;
}

.gs-breadcrumb .gs-breadcrumb-element, .gs-breadcrumb a {
  display: inline-block !important;
}

.gs-breadcrumb .gs-breadcrumb-parent {
  padding-left: 0;
}

@media (min-width: 768px) {
  .reservation-detail-form .gs-breadcrumb .gs-breadcrumb-element {
    display: inline-block;
  }
  .gs-breadcrumb {
    height: auto;
  }
}

/* アイコンフォント  */
@font-face {
  font-family: 'travel';
  src:  url('fonts/travel.eot?81xjjw');
  src:  url('fonts/travel.eot?81xjjw#iefix') format('embedded-opentype'),
    url('fonts/travel.ttf?81xjjw') format('truetype'),
    url('fonts/travel.woff?81xjjw') format('woff'),
    url('fonts/travel.svg?81xjjw#travel') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'travel' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-breakfast:before {
  content: "\e900";
}

.icon-meal:before {
  content: "\e902";
}
.icon-car:before {
  content: "\e906";
}
.icon-upgrade:before {
  content: "\e905";
}
.icon-lounge:before {
  content: "\e907";
}
.icon-spa:before {
  content: "\e903";
}
.icon-checkin:before {
  content: "\e908";
}
.icon-checkout:before {
  content: "\e909";
}
.icon-cocktail:before {
  content: "\e901";
}
.icon-wifi:before {
  content: "\e904";
}
.icon-photo:before {
  content: "\e90a";
}
.icon-movie:before {
  content: "\e90b";
}
.icon-meal:before {
  content: "\e902";
}
.icon-car:before {
  content: "\e906";
}
.icon-upgrade:before {
  content: "\e905";
}
.icon-lounge:before {
  content: "\e907";
}
 .icon-spa:before {
   content: "\e903";
 }
.icon-checkin:before {
  content: "\e908";
}
.icon-checkout:before {
  content: "\e909";
}
.icon-cocktail:before {
  content: "\e901";
}
 .icon-wifi:before {
   content: "\e904";
 }
.icon-photo:before {
  content: "\e90a";
}
.icon-movie:before {
  content: "\e90b";
 }

.travelicon {
  font-size: 24px;
}

/* アイコン一覧 */
.iconlist {
    margin: 0;
}
.iconlist-item {
    background: #f6f6f8;
    width: 100%;
    padding: 15px;
    font-size: 14px !important;
    margin: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.iconlist-item.travelicon:before {
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.iconlist-item.travelicon {
    margin: 0;
}
.modal-title {
  text-align: center;
}

@media (min-width: 768px) {
  .iconlist-item {
      float: left;
      width: 50%;
  }
}
div.gicon {
  position: relative;
  float: left;
}

div.gicon span {
  display: none;
}

/* div.gicon .travelicon:hover + span {
position: absolute;
  top: 32px;
  left: 0px;
  display: block;
  padding: 0;
  width: 200px;
  letter-spacing: 0;
} */

.travelicon {
  font-size: 22px;
  color: #505050 !important;
  margin: 5px 7px 5px 0;
}

div.gicon .travelicon:hover {
  color: #c7c7c7 !important;
}

.travelicon.off {
  color: #ddd;
}

.benefit_icons a:focus {
  outline: 0;
}

.benefit_icons .glyphicon-refresh,
.benefit_icons .glyphicon-spin {
  display: none !important;
}
