@charset "utf-8";
/* CSS Document */

/*タイトル*/
.hkd10th .ttl_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  position: relative;
}
.hkd10th .ttl_container>.logo_box {
  width: 320px;
  margin-right: 15px;
}
.hkd10th .ttl_container>.text_box {
  text-align: center;
}
.hkd10th .ttl_container>.text_box h2 {
  font-size: 2.4rem;
  padding-bottom: 18px;
  margin-bottom: 15px;
  position: relative;
}
.hkd10th .ttl_container>.text_box h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 380px;
  height: 3px;
  background: linear-gradient(to right, #de0d85 0%, #de0d85 50%, #00987b 50%, #00987b 100%);
  bottom: 0;
  left: calc(50% - 190px);
}
.hkd10th .ttl_container>.text_box h2 .text_green {
  font-family: 'Anton', sans-serif!important;
  font-weight: 900;
  color: #00987b;
}
.hkd10th .ttl_container>.text_box h2 .text_green .number {
  display: inline-block;
  font-size: 4.4rem;
  letter-spacing: -0.4rem;
  padding-right: 3px;
}
.hkd10th .ttl_container::before, .hkd10th .ttl_container::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 234px;
  height: 202px;
  top: -20px;
}
.hkd10th .ttl_container::before {
  background: url(/content/dam/jretravel/site/page/hokkaido/images/hokkaido_train10th/img_hkd10th_01.png) no-repeat 0 0 / 234px 202px;
  left: -190px;
}
.hkd10th .ttl_container::after {
  background: url(/content/dam/jretravel/site/page/hokkaido/images/hokkaido_train10th/img_hkd10th_02.png) no-repeat 0 0 / 234px 202px;
  right: -190px;
}
/*h3*/
.hkd10th .top .section h3 {
  font-size: 2.2rem;
  color: #222;
  font-weight: bold;
  background: none;
  padding: 0 0 15px;
  margin: 15px auto 30px;
  position: relative;
}
.hkd10th .top .section h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #de0d85 0%, #de0d85 50%, #00987b 50%, #00987b 100%);
  bottom: 0;
  left: calc(50% - 25px);
}
/*商品*/
.hkd10th .base_prod.bdr li {
  border: 1px solid #ccc;
}
.hkd10th .base_prod .hotel li>a .details_box>.area {
  position: absolute;
  top: 10px;
  background: #00987b;
}
.hkd10th .base_prod .hotel li>a .details_box>.txt {
  background: #e9f5f3;
  border-radius: 6px;
  padding: 5px 10px;
}
.hkd10th .productcontainer2.base_prod.bdr.clm4 {
  margin-bottom: 40px;
}
.hkd10th .higaeri .box_content {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  margin: 0 auto;
  height: 100%;
}
.hkd10th .wrap_slide,.hkd10th .wrap_slide .swiper .swiper-wrapper {
  margin: auto;
}
.hkd10th .higaeri .base_prod .hotel li>a .details_box>.area {
  top: 0;
  left: 0;
}
.hkd10th .outside_txt .notes>li {
  font-size: 1.1rem;
  padding: 0;
}
/*ボタン*/
.hkd10th_btn01>a {
  display: block;
  background: #00987b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 40%;
  padding: 8px;
  margin: 10px auto;
  border-radius: 22px;
  position: relative;
}
.hkd10th_btn01>a:hover {
  text-decoration: none;
  border: 2px solid #de0d85;
  padding: 6px;
  background: #fff;
  color: #de0d85;
}
.hkd10th_btn01>a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  top: calc(50% - 0.5rem);
  transform: rotate(45deg);
}
.hkd10th_btn01>a:hover::before {
  border-color: #de0d85;
  right: 18px;
}
/*カルーセル*/
.hkd10th .wrap_slide .swiper {
  overflow: hidden;
  position: relative;
  padding: 0 0 30px;
}
.hkd10th .wrap_slide .swiper-button-prev, .hkd10th .wrap_slide .swiper-button-next {
  display: none !important;
}
/*背景*/
.hkd10th_bg {
  background: #f2f9f8;
  margin: 0 auto 40px;
}
/*---PC---*/
@media screen and (min-width: 768px) {
  .hkd10th .wrap_slide .swiper .swiper-wrapper .swiper-slide {
    display: block;
    padding: 0;
  }
  .hkd10th .wrap_slide .swiper .swiper-wrapper .swiper-slide:last-of-type {
    margin-right: 0 !important;
  }
  .hkd10th .higaeri .box_content .hotel .swiper-slide>a {
    display: flex;
  }
  .hkd10th .higaeri .box_content .hotel .swiper-slide>a .img_box {
    width: 44%;
    height: 100%;
    margin: 0 2% 0 0;
  }
  .hkd10th .higaeri .box_content .hotel .swiper-slide>a .details_box {
    width: 54%;
  }
  .hkd10th .higaeri .box_content .hotel .swiper-slide>a .details_box .ttl {
    margin: 0 auto;
  }
  .hkd10th .outside_txt .notes {
    width: 56%;
    margin: 0 0 0 46%;
  }
  .hkd10th .wrap_slide .swiper .swiper-pagination {
    display: none;
  }
}
/*---SP---*/
@media screen and (max-width: 767px) {
  .hkd10th .ttl_container {
    flex-direction: column;
    margin: 10px auto 0;
  }
  .hkd10th .ttl_container::before, .hkd10th .ttl_container::after {
    width: 86px;
    height: 74px;
    top: 28%;
  }
  .hkd10th .ttl_container::before {
    background: url(/content/dam/jretravel/site/page/hokkaido/images/hokkaido_train10th/img_hkd10th_01.png) no-repeat 0 0 / 86px 74px;
    left: 5px;
  }
  .hkd10th .ttl_container::after {
    background: url(/content/dam/jretravel/site/page/hokkaido/images/hokkaido_train10th/img_hkd10th_02.png) no-repeat 0 0 / 86px 74px;
    right: 5px;
  }
  .hkd10th .ttl_container>.logo_box {
    width: 220px;
    margin: 0 auto 20px;
  }
  .hkd10th .ttl_container>.text_box h2::before {
    width: 250px;
    left: calc(50% - 125px);
  }
  .hkd10th .ttl_container>.text_box>p {
    text-align: left;
    padding: 0 10px;
  }
  .hkd10th .top .section h3 {
    margin: 15px auto 20px;
  }
  .hkd10th .productcontainer2.base_prod.bdr.clm4 {
    padding: 0 3%;
  }
  .hkd10th .base_prod.bdr li {
    width: 90% !important;
    padding: 5px !important;
  }
  .hkd10th .higaeri .box_content {
    padding: 5px;
  }
  .hkd10th .wrap_slide.higaeri {
    margin: 0 3%;
  }
  .hkd10th .wrap_slide .swiper {
    padding: 0 0 25px;
  }
  .hkd10th .base_prod .hotel li>a .details_box>.area {
   top: 5px;
  }
  .hkd10th_btn01>a {
    width: 94%;
  }
  .hkd10th .wrap_slide .swiper .swiper-pagination {
    bottom: 0;
  }
}