@charset "utf-8";
/* CSS Document */

/*背景*/
#award {
  background: url(/content/dam/jretravel/site/page/hokkaido/images/bg_award_01.png) 0 0 / 1500px auto repeat-x;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
/*ロゴ*/
#award .logo {
  height: 200px;
}
#award .logo img {
  width: 276px;
}
/*タイトル*/
#award h2 {
  color: #fff;
  font-size: 2.8rem;
  text-shadow: 2px 2px 4px #00000088;
}
#award h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #9a5d00;
  background: none;
  width: 100%;
  padding: 0;
  text-shadow: 0px 0px 8px #fff;
}
/*リード文*/
#award .cmp-text {
  text-shadow: 0px 0px 16px #fff;
}
/*ナビ*/
.award_nav {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.award_nav li {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  width: 480px;
  filter: drop-shadow(2px 2px 4px #00000044);
  position: relative;
}
.award_nav li:hover {
  background: #fff8bb;
  transition: .2s;
}
.award_nav li::after {
  content: "";
  border-top: 2px solid #9a5d00;
  border-right: 2px solid #9a5d00;
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 7px);
  right: 6%;
  -webkit-transform: rotate(45deg) translate(-35%, -40%);
  transform: rotate(135deg) translate(-35%, -40%);
}
.award_nav li a {
  display: inline-block;
  color: #9a5d00;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.award_nav li a:hover {
  text-decoration: none;
}
/*商品*/
#award_city, #award_onsen {
  margin-top: -90px;
  padding-top: 90px;
}
#award .hotel li {
  position: relative;
  border: 1px solid #ccc;
}
#award .hotel li .outside_txt {
  position: absolute;
  top: 255px;
  left: 20px;
  color: #fff;
}
#award .base_prod .hotel li>a .img_box {
  margin-bottom: 0;
}
#award .img_box {
  position: relative;
}
#award .img_box::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 40px;
  background: linear-gradient(transparent, #00000099 50%);
  bottom: 0;
  left: 0;
}
#award .details_box, .icon_award .details_box {
  position: relative;
  padding: 67px 0 0;
}
#award .details_box::before, .icon_award .details_box::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 65px;
  background: url(/content/dam/jretravel/site/page/hokkaido/images/logo_award_01.png) 0 0 / 90px 65px no-repeat;
  top: 0;
  left: 0;
}
#award .base_prod .hotel li>a .details_box>.area, .icon_award .details_box>.area {
  position: absolute;
  top: 25px;
  left: 100px;
}
/*SP*/
@media screen and (max-width: 767px) {
  /*背景*/
  #award {
    background: url(/content/dam/jretravel/site/page/hokkaido/images/bg_award_01.png) -20px 0 / 500px auto repeat-x;
    padding: 10px 0 0;
  }
  /*ロゴ*/
  #award .logo {
    height: 100px;
  }
  #award .logo img {
    width: 138px;
    margin: 0 auto;
  }
  /*タイトル*/
  #award h2 {
    font-size: 2.4rem;
    margin: 5px auto;
  }
  #award h3 {
    margin: 0 auto 10px;
  }
  /*ナビ*/
  .award_nav {
    margin: 15px 4%;
  }
  .award_nav li {
    font-size: 1.5rem;
    width: 48%;
    background: #a5790d;
  }
  .award_nav li:hover {
    background: #a5790d;
  }
  .award_nav li::after {
    border-color: #fff;
    width: 0.8rem;
    height: 0.8rem;
    top: calc(50% - 6px);
    right: 8%;
  }
  .award_nav li a {
    height: 36px;
    padding: 6px 15px 6px 0;
    color: #fff;
  }
  /*商品*/
  #award_city, #award_onsen {
    padding: 90px 10px 0;
  }
  #award .hotel li {
    padding: 10px;
  }
  #award .img_box, #award .details_box {
    width: 100%;
  }
  #award .details_box {
    padding: 80px 0 0;
  }
  #award .img_box::after {
    height: 60px;
  }
  #award .hotel li .outside_txt {
    top: 190px;
  }
  #award .details_box::before {
    top: 10px;
  }
  #award .base_prod .hotel li>a .details_box>.area {
    top: 35px;
  }
}
