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

.container {
  font-size: 16px;
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  text-align: center;
  margin: 54px auto 0;
  -webkit-font-smoothing: antialiased;
}

.container .page-header{
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: 0px solid #eee;
}

/* bread */
#block-bread-top .field{
  margin-top: 55px;
  margin-bottom: -55px;
}

.gs-breadcrumb {
  padding: 0;
}

.gs-breadcrumb .gs-breadcrumb-element {
  display: none !important;
}

.gs-breadcrumb a {
  padding: 15px 6px;
  z-index: 201;
}

.gs-breadcrumb .gs-breadcrumb-element:before,
.gs-breadcrumb a:before {
  left: -6px;
}
@media (min-width: 768px) {
  #block-bread-top .field{
    margin-top: 70px;
    margin-bottom: -75px;
  }
  .gs-breadcrumb {
    padding: 0 20px;
  }
  .gs-breadcrumb .gs-breadcrumb-element {
    display: inline-block !important;
  }
  .gs-breadcrumb a,
  .gs-breadcrumb .gs-breadcrumb-element {
    padding: 10px 6px;
  }
}

.topfilter {
    border: solid 1px #e6e6e8;
    padding: 15px 15px 20px;
    margin: 0 15px;
}

@media (min-width: 768px) {
  .topfilter {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .topfilter {
    width: calc(100% - 140px);
  }
}

/* ----------------
hero and wide
---------------- */

.hotel_eng_name {
  margin-bottom: 25px;
}

.hotel_eng_name::after {
  bottom: -15px;
}

.hero_image img,
.wide_img img {
	animation: travelFadeIn 0.4s cubic-bezier(0.9, 0, 1.0, 1.0) 0s 1 normal;
	-webkit-animation: travelFadeIn 0.4s cubic-bezier(0.9, 0, 1.0, 1.0) 0s 1 normal;
}

@keyframes travelFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes travelFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.hero-offer,
.wide_img {
  overflow: hidden;
}
@media (min-width: 768px){
  .hero-offer a:focus img,
  .hero-offer a:hover img,
  .wide-offer a:focus img,
  .wide-offer a:hover img {
      transition: all .3s ease-out;
      -webkit-transform: scale(1.02);
      transform: scale(1.02);
  }
}

/* ----------------
hero
---------------- */

.hero {
  display: block;
}

.hero #block-top-filter {
    width: 100%;
    height: auto;
    background-color: #f6f6f8;
    padding: 20px;
}

.hero #block-top-filter .area h3 {
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 991px) {
  .hero #block-top-filter .area h3 {
    text-align:center;
  }
}

.hero #block-top-filter .filter_by {
  letter-spacing: .1em;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}

.hero #block-top-filter .filter_by h3 {
  font-size: 15px;
  line-height: 1;
  padding: 10px 0;
}

.hero #block-top-filter .filter_by ul li {
  display :none ;
}

.hero #block-views-block-sale-list-block-1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.hero #block-views-block-sale-list-block-1 .hero-offer a:hover,
.hero #block-views-block-sale-list-block-1 .hero-offer a:focus,
.hero #block-views-block-sale-list-block-1 .hero-offer a:active {
  text-decoration: none;
  color: inherit;
}

.hero #block-views-block-sale-list-block-1 .hero_info {
  padding: 20px;
  background: #fff;
  text-align: left;
  margin: -50px auto 0;
  position: relative;
  width: calc(100% - 40px);
}

.hero #block-views-block-sale-list-block-1 .hero_info .hero_other_info {
  width: 100%;
  align-self: flex-end;
}

.hero #block-views-block-sale-list-block-1 .hero_info .hero_other_info .hero_details_wrap {
  text-align: right;
}

.hero #block-views-block-sale-list-block-1 .hero_info .hero_other_info .hero_cta {
  display: none;
}

.benefit_icons{
  height: 40px;
}

.hero #block-views-block-sale-list-block-1 .hero_info .hero_other_info .benefit_icons img {
  margin: 5px 5px 5px 0;
}

@media (min-width: 768px) {
  .hero .hotel_price span {
      font-size: 16px;
      letter-spacing: 0em;
  }

  .hero .hotel_price {
      font-size: 26px;
      letter-spacing: 0em;
  }

  .hero .hotel_price .price_prefix {
      font-size: 14px;
      margin-right: 16px;
      text-align: right;
      letter-spacing: .2em;
  }
}


/* ----------------
promo
---------------- */
.content .promo {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .content .promo {
    padding: 25px 0;
  }
}

@media (max-width: 767px){
  .banner_promo_pc,
  .banner_promo_pc1,
  .banner_promo_pc2 {
    display: none;
  }
  .banner_promo_sp {
    margin-bottom: 20px;
  }
  .container_promo {
    padding: 10px 20px;
  }
}

@media (min-width: 768px){
  .container_promo {
    overflow: hidden;
  }
  .banner_promo_sp {
    display: none;
  }
  .banner_promo_pc1 {
    width: 50%;
    padding: 10px 10px 10px 0;
    float: left;
  }
  .banner_promo_pc2 {
    width: 50%;
    padding: 10px 0 10px 10px;
    float: left;
  }
}


/* ----------------
wide
---------------- */
.wide_offer_number {
    font-size: 12px;
    text-align: right;
    padding: 0 10px;
    margin: -8px 0 0;
}

@media (min-width: 768px) {
  .wide_offer_number {
    padding: 5px;
    margin: 0 0 -30px;
  }
}

.wide .wide_wrap .wide-offer {
  display: block;
}

.wide .wide_wrap .wide-offer a:hover,
.wide .wide_wrap .wide-offer a:focus,
.wide .wide_wrap .wide-offer a:active {
  text-decoration: none;
  color: inherit;
}

.wide .wide_wrap .wide-offer .wide_img {
  z-index: 300;
  position: relative;
}

.wide .wide_wrap .wide-offer .wide_img .noimage{
  width: 480px;
}

.wide .wide_wrap .wide-offer .wide_info {
  padding: 20px;
  background: #fff;
  text-align: left;
  margin: -50px auto 20px;
  z-index: 500;
  position: relative;
  width: calc(100% - 40px);
}

.wide .wide_wrap .wide-offer .wide_info .wide_other_info {
  width: 100%;
}

.wide .wide_wrap .wide-offer .wide_info .wide_other_info .wide_details_wrap {
  text-align: right;
}

.wide .wide_wrap .wide-offer .wide_info .wide_other_info .wide_details_wrap .wide_cta {
  display: none;
}


/* ----------------
upcoming
---------------- */

.upcoming {
  border-top: 1px solid #e0e0e0;
}

.upcoming h3 {
  font-size: 18px;
  line-height: 1;
  padding: 35px 0 18px;
}
.upcoming .upcoming_date {
  font-size: 14px;
  color: #707070;
  padding: 0 0 35px;
  display: inline-block;
}

.upcoming .upcoming-wrap {
  display: block;
}

.upcoming .upcoming-wrap .upcoming-offer {
  margin: 0 auto;
  padding: 0 20px 30px;
  height: auto;
  width: 100%;
  text-align: left;
}
.upcoming .upcoming-wrap .upcoming-offer .upcoming-title {
  padding: 10px 20px 0;
  font-size: 15px;
}
.upcoming .upcoming-wrap .upcoming-offer .upcoming-place {
  padding: 0 20px;
  font-size: 13px;
  line-height: 1;
  color: #707070;
  display: inline-block;
}


@media (min-width: 768px) {

  .container {
    margin: 0 auto 0;
  }

  .hotel_name {
    font-size: 18px;
  }

  .icons_wrap {
    padding: 0 0 15px !important;
  }

  /* ----------------
  hero
  ----------------*/

  .hero .region-hero {
    display: block;
    margin: 69px 0 0;
  }

  .hero_image {
      width: 70%;
      min-width: calc(100% - 350px);
      position: relative;
  }

  .hero #block-top-filter {
    width: calc(100% - 60px);
    height: auto;
    background-color: #f6f6f8;
    padding: 20px;
    margin: 35px auto;
    text-align: left;
    display: block;
  }

  .hero #block-top-filter .filter_by {
    margin: 0 auto 35px;
    letter-spacing: .1em;
    width: 100%;
    text-align: left;
  }
  .hero #block-top-filter .filter_by h3 {
    font-size: 15px;
    line-height: 1;
    padding: 0 0 10px;
    margin-top: 0px;
  }
  .hero #block-top-filter .filter_by ul li {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #606060;
    padding: 0 0;
  }

  .hero #block-views-block-sale-list-block-1 {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .hero #block-views-block-sale-list-block-1 .hero_info {
    text-align: left;
    position: absolute;
    top: 0;
    width: 30%;
    max-width: 350px;
    right: 0;
    height: 100%;
    background: #f6f6f8;
    padding: 5% 35px 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .hero #block-views-block-sale-list-block-1 .hero_info .hero_hotel_info .hotel_eng_name,
  .wide_hotel_info .hotel_eng_name {
    position: relative;
  }

  .hero #block-views-block-sale-list-block-1 .hero_info .hero_other_info .hero_details_wrap {
    display: block;
    text-align: right;
  }

  .hero #block-views-block-sale-list-block-1 .hero_info .hero_details_wrap .offer_remaining {
    position: relative;
    padding: 0;
    margin: 0 auto 15px;
    background: transparent;
  }

  .hero #block-views-block-sale-list-block-1 .hero_info .hero_details_wrap .offer_remaining:after {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 4px;
    background: #fff;
    bottom: -6px;
    right: 0;
  }

  .hero #block-views-block-sale-list-block-1 .hero_info .hero_other_info .hero_cta {
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }

  .hero #block-views-block-sale-list-block-1 .hero_info .hero_other_info .hero_cta .gilt_button {
    width: 100%;
  }

  .hero #block-views-block-sale-list-block-1 .off_pct {
    top: 20px;
    left: 20px;
  }
  .hero_image .off_pct {
    font-size: 14px;
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    top: 10px;
    left: -25px;
    padding: 34px 0 0;
    z-index: 1;
  }
  .hero_image .off_pct span:nth-child(1) {
    font-size: 36px;
    line-height: 0;
    font-family: Palatino,'Palatino Linotype','Book Antiqua3',serif;
    margin-right: 2px;
  }


  /* ----------------
  promo
  ---------------- */

  .promo {
    width: calc(100% - 70px);
  }



  /* ----------------
  wide
  ---------------- */

  .wide .wide_wrap  {
    width: calc(100% - 70px);
    margin: 0 auto;
  }

  .wide .wide_wrap .wide-offer_link {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 28px 0;
    position: relative;
    padding: 0;
    background: #f6f6f8;
  }

  .wide .wide_wrap .wide-offer .wide_img {
    max-width: 480px;
    min-width: 260px;
    height: auto;
    margin: 0;
  }
  .wide .wide_wrap .wide-offer .wide_img .noimage{
    max-width: 480px;
    height: auto;
    margin: 0;
  }

  .wide .wide_wrap .wide-offer .wide_info {
    width: calc(100% - 400px);
    margin: 0;
    padding: 25px 30px 0 30px;
    text-align: left;
    min-width: 380px;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
  }

  .wide .wide_wrap .wide-offer .wide_info .wide_hotel_info {
    width: 100%;
  }

  .wide .wide_wrap .wide-offer .wide_info .wide_other_info .wide_details_wrap .hotel_price {
    text-align: right;
    width: 100%;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .wide .wide_wrap .wide-offer .wide_info .wide_other_info .wide_details_wrap .hotel_price span {
    font-size: 16px;
  }

  .wide .wide_wrap .wide-offer .wide_info .wide_other_info .wide_details_wrap .wide_cta {
    display: inline-block;
    margin: 10px auto 0;
  }

  .wide .wide_wrap .wide-offer .wide_info .wide_details_wrap .offer_remaining {
    text-align: right;
    margin: 0 auto 30px;
    position: relative;
  }

  .wide .wide_wrap .wide-offer .wide_info .wide_details_wrap .offer_remaining:before {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background: #fff;
    bottom: -14px;
    right: 0;
  }


  /* ----------------
  upcoming
  ---------------- */

  .upcoming {
    font-size: 22px;
    margin: 35px auto;
    padding: 35px 0 0;
  }

  .upcoming h3 {
    font-size: 22px;
  }

  .upcoming .upcoming-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .upcoming .upcoming-wrap .upcoming-offer {
    margin: 0 2%;
    padding: 0 0 4%;
    height: auto;
    width: 28.9%;
  }

  .upcoming .upcoming-wrap .upcoming-offer .upcoming-title {
    padding: 20px 20px 0;
  }

}

@media (max-width: 991px) {
  .hero #block-top-filter {
    padding: 20px 0 !important;
  }
}

@media (min-width: 992px) {

  .hotel_name {
    font-size: 20px;
  }

  /* ----------------
  hero
  ---------------- */

  .hero #block-views-block-sale-list-block-1 {
    width: calc(100% - 140px);
    order: 2;
  }

  .hero #block-top-filter {
    width: 208px;
    height: auto;
    margin: 35px 0 35px 35px;
    text-align: left;
    order: 1;
    display: block;
  }

  .hero #block-views-block-sale-list-block-1 .hero_info {
    padding: 4% 35px 30px;
  }

  /* ----------------
  wide
  ---------------- */

  .wide .wide_wrap  {
    width: calc(100% - 140px);
    margin: 0 auto;
  }
  .wide .wide_wrap .wide-offer .wide_info {
    padding: 25px 30px 10px 30px;
    min-width: 420px;
  }
}

  /* ----------------
  promo
  ---------------- */


@media (max-width: 767px) {
  .about_evasion_pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .about_evasion_sp {
    display: none;
  }
}
