@charset "UTF-8";
/* CSS Document */
/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.kaisei-opti-regular {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
}
・メインカラー：コーラルピンク（例：#ffa6b4）
・サブカラー：ピンク（例：#ffe6ea）
・アクセントカラー：黄色（例：#fffb9c）

*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
main.hkdl_lp {
  overflow: hidden;
}
.hkdl_lp section {
  border: none;
  background: none;
}
.hkdl_lp a:hover {
  color: inherit;
}
.hkdl_lp i[class*="fa-"] {
  margin-right: 0;
}
.hkdl_lp a:focus {
  color: inherit;
}
.hkdl_lp select {
  outline: none;
  appearance: none;
}
@media screen and (max-width:768px) {
  html {
    scroll-behavior: smooth;
  }
  main.hkdl_lp {
    overflow-x: hidden;
  }
}
/*=======================================
	共通
=======================================*/
.hkdl_lp * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
}
.hkdl_lp p, .hkdl_lp li, .hkdl_lp dt, .hkdl_lp dd, .hkdl_lp th, .hkdl_lp td, .hkdl_lp h1, .hkdl_lp h2, .hkdl_lp h3, .hkdl_lp h4, .hkdl_lp h5 {
  font-family: "Noto Sans JP", sans-serif;
}
.hkdl_lp span {
  font-size: inherit;
  font-weight: inherit;
}
.hkdl_lp i {
  font-size: inherit;
  font-weight: bold;
}
.hkdl_lp a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.hkdl_lp a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.hkdl_lp .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.hkdl_lp h1, .hkdl_lp h2, .hkdl_lp h3 {}
.hkdl_lp h1 {
  font-weight: 500;
  text-align: center;
  font-size: 45px;
  margin: 0 0 30px 0;
}
.hkdl_lp h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 50px 0;
}
.hkdl_lp h3 {
  text-align: center;
  font-weight: 500;
  margin: 0 0 50px 0;
  font-size: 24px;
}
.hkdl_lp img {
  width: 100%;
  height: auto;
}
.hkdl_lp .txt p + p {
  margin: 15px 0 0 0;
}
.hkdl_lp .tour_btn {
  text-align: center;
  width: 100%;
  margin: 15px 0 0 0;
}
.hkdl_lp .tour_btn a {
  display: block;
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  background: #eb6ea0;
  color: #FFF;
  position: relative;
}
.hkdl_lp .tour_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  position: absolute;
  right: 10px;
}
.hkdl_lp .pc_none {
  display: none;
}
/*slick*/
.hkdl_lp .slick-slide {
  height: auto;
}
.hkdl_lp .slick-prev, .hkdl_lp .slick-next {
  width: 12.5px;
}
.hkdl_lp .slick-prev:before, .hkdl_lp .slick-next:before {
  color: #c4972f;
}
.hkdl_lp .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: bold;
}
.hkdl_lp .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
}
.hkdl_lp .slick-dots li {
  width: 18px;
  height: 18px;
}
.hkdl_lp .slick-dots li button:before {
  content: "★";
  font-size: 14px;
  color: #c4972f;
}
.hkdl_lp .slide-one .slick-dots {
  display: none;
}
@media screen and (max-width:768px) {
.hkdl_lp .slick-active {
  cursor: grab;
}
.hkdl_lp .slick-active:active {
  cursor: grabbing;
}
  .hkdl_lp a:hover {
    opacity: 1;
  }
  .hkdl_lp .sp_none {
    display: none;
  }
  .hkdl_lp .pc_none {
    display: inherit;
  }
  .hkdl_lp .inner {
    width: 95%;
    padding: 40px 0 30px 0;
  }
  .hkdl_lp h1 {
    font-size: 30px;
    margin: 0 0 50px 0;
  }
  .hkdl_lp h2 {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
}
/*=======================================
	メインビジュアル（mainvisual）
=======================================*/
.hkdl_lp .mainvisual {
  padding: 0;
  background: linear-gradient(#ffe6ea, #ffa6b4, #ffe6ea);
}
.hkdl_lp .mainvisual .inner {
  padding: 50px 0 0 0;
  max-width: none;
  background-image: url(../img/bg-left.png), url(../img/bg-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top 10px, right top 10px;
}
.hkdl_lp .mainvisual .inner .img_box {
  text-align: center;
}
.hkdl_lp .mainvisual .inner .img_box img {
  border: 2px solid #FFF;
  max-width: 800px;
}
.hkdl_lp .mainvisual .inner .txt {
  padding: 40px 0 70px 0;
  background: url(../img/line.png) repeat-x bottom center;
  position: relative;
}
.hkdl_lp .mainvisual .inner .txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.9));
  position: absolute;
  bottom: 0;
  left: 0;
}
.hkdl_lp .mainvisual .inner .txt p {
  max-width: 640px;
  margin: 0 auto;
  letter-spacing: 1px;
  color: #000;
  text-shadow: 0 0 10px #FFF;
  position: relative;
  z-index: 1;
}
.hkdl_lp .mainvisual .inner .txt p + p {
  margin: 10px auto 0 auto;
}
@media screen and (max-width:768px) {
  .hkdl_lp .mainvisual .inner {
    background-image: url(../img/bg-left-sp.png), url(../img/bg-right-sp.png);
    width: 100%;
    background-position: left top 10px, right top 30px;
    background-size: 40%;
    padding: 0;
    padding: 50px 0 0 0;
  }
  .hkdl_lp .mainvisual .inner .img_box {
    width: 95%;
    margin: 0 auto;
  }
  .hkdl_lp .mainvisual .inner .txt {
    padding: 50px 20px 20px 20px;
    position: relative;
  }
  .hkdl_lp .mainvisual .inner .txt p {
    font-size: 14px;
  }
}
/*=======================================
	コンテンツナビ（content_nav）
=======================================*/
/*スクロールでFix*/
.hkdl_lp .content_nav {
  background: #FFF;
  padding: 10px;
  border-top: 2px solid #c4972f;
  border-bottom: 2px solid #c4972f;
  z-index: 10;
}
.hkdl_lp .content_nav ul {
  max-width: 1100px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.hkdl_lp .content_nav ul::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: -3px;
}
.hkdl_lp .content_nav ul::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: -3px;
}
.hkdl_lp .content_nav li {
  width: calc(100% / 4);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.hkdl_lp .content_nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
}
.hkdl_lp .content_nav li a:hover {
  color: #eb6ea0;
  transition: 0.3s;
}
.hkdl_lp .content_nav li::after {
  content: "★";
  display: block;
  color: #c4972f;
  position: absolute;
  top: 10px;
  right: -8px;
}
.hkdl_lp .content_nav li:last-child::after {
  content: none;
}
.hkdl_lp .content_nav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
}
.hkdl_lp .content_nav.fixed ul {
  top: inherit;
}
@media screen and (max-width:768px) {
  .hkdl_lp .content_nav li {
    display: none;
  }
  .hkdl_lp .content_nav li:last-child {
    width: 100%;
    display: block;
    font-size: 18px;
  }
  .hkdl_lp .content_nav li a {
    height: 30px;
    line-height: 30px;
  }
  .hkdl_lp .content_nav li a:hover {
    color: inherit;
  }
}
/*=======================================
	20周年のおすすめポイント（point）
=======================================*/
.hkdl_lp .point {
  background: linear-gradient(#eb6ea0 60%, #5629ac);
  position: relative;
    margin: 0 0 100px 0;
}
.hkdl_lp .point::before {
  content: "";
  display: block;
  width: 1000px;
  height: 300px;
  border-top: 300px solid rgba(255, 255, 255, 0);
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-left: 1000px solid rgba(255, 255, 255, 0.2);
  border-right: 0 solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hkdl_lp .point::after {
  content: "";
  display: block;
  width: 1000px;
  height: 500px;
  border-top: 500px solid rgba(255, 255, 255, 0);
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-right: 1000px solid rgba(255, 255, 255, 0.2);
  border-left: 0 solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  right: 0;
}
.hkdl_lp .point .inner {
  padding: 60px 0;
}
.hkdl_lp .point h2 {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  background: linear-gradient(#5629ac 1%, #7630be 10%, #7630be 90%, #5629ac 99%);
  color: #FFF;
  padding: 0 40px;
  width: fit-content;
  margin: 0 auto 20px auto;
  text-shadow: 0 0 10px #5629ac;
  position: relative;
  height: 40px;
  line-height: 40px;
  z-index: 2;
}
.hkdl_lp .point h2::before {
  content: "";
  display: block;
  width: 10px;
  height: 40px;
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #eb6ea0;
  border-right: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.hkdl_lp .point h2::after {
  content: "";
  display: block;
  width: 10px;
  height: 40px;
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #eb6ea0;
  border-left: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}
.hkdl_lp .point h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
  color: #FFF;
  position: relative;
  z-index: 2;
}
.hkdl_lp .point h3::before {
  content: "special information";
  font-family: "Kaisei Opti", serif;
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #5629ac;
  margin: 0 0 20px 0;
}
.hkdl_lp .point .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.hkdl_lp .point .flex_wrap::before {
  content: "";
  display: block;
  width: 400px;
  height: 300px;
  background: url("../img/hanabi-1.png") no-repeat top left / contain;
  position: absolute;
  top: -200px;
  left: -150px;
}
.hkdl_lp .point .flex_wrap::after {
  content: "";
  display: block;
  width: 500px;
  height: 400px;
  background: url("../img/hanabi-2.png") no-repeat top right / contain;
  position: absolute;
  top: -300px;
  right: -200px;
}
.hkdl_lp .point .slider_point {
  width: 55%;
  min-width: 500px;
  margin: 0 0 40px 0;
}
.hkdl_lp .point .txt {
  width: 45%;
  padding: 0 0 0 20px;
}
.hkdl_lp .point .txt ul {
    background: #ffe6ea;
    padding: 10px 20px;
    margin: 20px 0 0 0;
}
.hkdl_lp .point .txt ul li:last-child {
    font-size: 14px;
    color: #BE1F1F;
    margin: 10px 0 0 0;
}
.hkdl_lp .point .slick-prev, .hkdl_lp .point .slick-next {
  top: inherit;
  bottom: -38px;
  z-index: 9;
}
.hkdl_lp .point .slick-prev {
  left: 10px;
}
.hkdl_lp .point .slick-next {
  right: 10px;
}
.hkdl_lp .point .slider_point img {
  border: 2px solid #FFF;
}
@media screen and (max-width:768px) {
  .hkdl_lp .point h2 {
    font-size: 20px;
  }
  .hkdl_lp .point h3 {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  .hkdl_lp .point h3::before {
    font-size: 14px;
  }
  .hkdl_lp .point .flex_wrap {
    flex-direction: column;
  }
  .hkdl_lp .point .slider_point {
    width: 100%;
    min-width: inherit;
  }
  .hkdl_lp .point .txt {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .hkdl_lp .point .txt p {
    font-size: 14px;
  }
  .hkdl_lp .point .flex_wrap::before {
    background: url("../img/hanabi-1.png") no-repeat top 140px left / 60%;
  }
  .hkdl_lp .point .flex_wrap::after {
    background: url("../img/hanabi-2.png") no-repeat top center / 70%;
  }
   
.hkdl_lp .point .txt ul {
    padding: 10px;
} 
.hkdl_lp .point .txt ul li {
    font-size: 15px;
}
}
/*=======================================
	パーク紹介（about）
=======================================*/
.hkdl_lp .about {
  position: relative;
  background: linear-gradient(#FFF, #FFF, #fffb9c);
  margin: -100px 0 0 0;
  padding: 0 0 0 0;
}
.hkdl_lp .about::before {
  content: "";
  display: block;
  width: 1000px;
  height: 300px;
  border-top: 300px solid rgba(255, 255, 255, 0);
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-left: 1000px solid rgba(255, 251, 156, 0.8);
  border-right: 0 solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hkdl_lp .about::after {
  content: "";
  display: block;
  width: 1000px;
  height: 500px;
  border-top: 500px solid rgba(255, 255, 255, 0);
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-right: 1000px solid rgba(255, 251, 156, 0.8);
  border-left: 0 solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  right: 0;
}
.hkdl_lp .about .inner {
  padding: 0 0 80px 0;
  max-width: none;
}
/*パーク紹介（.park-info）*/
.hkdl_lp .about .park_info {
  padding: 0 0 60px 0;
}
.hkdl_lp .about .park_info h2 {
  height: 260px;
  line-height: 200px;
  padding: 80px 0 0 0;
  background: #fffb9c url("../img/giza-line.png") repeat-x bottom;
}
.hkdl_lp .about .park_info .img_box {
  max-width: 1000px;
  margin: 30px auto;
}
.hkdl_lp .about .park_info .txt {
  max-width: 700px;
  margin: 0 auto;
}
/*エリア紹介（.area-info）*/
.hkdl_lp .about .area_info {
  max-width: 1000px;
  margin: 0 auto;
  background: #fffb9c;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.hkdl_lp .about .area_info h2 {
  margin: 0 0 40px 0;
}
.hkdl_lp .about .area_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hkdl_lp .about .area_wrap .box {
  width: calc(50% - 20px);
  padding: 0 40px;
  margin: 0 0 40px 0;
}
.hkdl_lp .about .area_wrap .box h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  border-radius: 18px;
  padding: 3px 0 5px 0;
  border: 2px solid #FFF;
  color: #FFF;
}
.hkdl_lp .about .area_wrap .box.area1 h3 {
  background: #d93627;
}
.hkdl_lp .about .area_wrap .box.area2 h3 {
  background: #2477ad;
}
.hkdl_lp .about .area_wrap .box.area3 h3 {
  background: #de8bb7;
}
.hkdl_lp .about .area_wrap .box.area4 h3 {
  background: #f7ac39;
}
.hkdl_lp .about .area_wrap .box.area5 h3 {
  background: #ad8911;
}
.hkdl_lp .about .area_wrap .box.area6 h3 {
  background: #3aac70;
}
.hkdl_lp .about .area_wrap .box.area7 h3 {
  background: #6e4c99;
}
.hkdl_lp .about .area_wrap .box.area8 h3 {
  background: #7ec7f4;
}
.hkdl_lp .about .area_wrap .slider {
  margin: 0 0 30px 0;
}
.hkdl_lp .about .area_wrap .slider img {
  border: 2px solid #FFF;
}
.hkdl_lp .about .area_wrap .slick-dots {
  bottom: -20px;
}
.hkdl_lp .about .area_wrap .box .txt {
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .hkdl_lp .about {
    background: #FFF;
  }
  .hkdl_lp .about .inner {
    padding: 40px 0 0 0;
  }
  .hkdl_lp .about::before, .hkdl_lp .about::after {
    content: none;
  }
  .hkdl_lp section.about .inner {
    width: 100%;
    padding: 0;
  }
  .hkdl_lp .about .park_info h2 {
    height: 80px;
    line-height: 80px;
      padding: 0;
    margin: 0;
  }
  .hkdl_lp .about .park_info .txt {
    padding: 0 20px;
  }
  .hkdl_lp .about .park_info .txt p {
    font-size: 15px;
  }
  .hkdl_lp .about .park_info {
    padding: 0 0 50px 0;
  }
  .hkdl_lp .about .area_info {
    padding: 20px 20px 50px 20px;
    border-radius: 0;
    box-shadow: none;
  }
  .hkdl_lp .about .area_wrap .box {
    width: calc(50% - 8px);
    padding: 0 10px;
    margin: 0 0 16px 0;
  }
  .hkdl_lp .about .area_wrap .box h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .hkdl_lp .about .area_wrap .box .txt {
    font-size: 15px;
    line-height: 140%;
  }
  .hkdl_lp .about .slick-next {
    right: -20px;
  }
  .hkdl_lp .about .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width:480px) {
  .hkdl_lp .about .area_wrap {
    flex-direction: column;
  }
  .hkdl_lp .about .area_wrap .box {
    width: 100%;
    margin: 0;
  }
  .hkdl_lp .about .area_wrap .box + .box {
    margin: 25px 0 0 0;
    border-top: 1px dotted #c4972f;
    padding: 25px 10px 0 10px;
  }
}
/*=======================================
	直営ホテル紹介（hotel）
=======================================*/
.hkdl_lp .hotel {
  margin: -50px 0 80px 0;
  padding: 100px 0 0 0;
}
.hkdl_lp .hotel .inner {
}
.hkdl_lp .hotel .hotel_wrap {
  display: flex;
  justify-content: flex-start;
    flex-wrap: wrap;
}
.hkdl_lp .hotel .hotel_wrap .box {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px 15px;
  padding: 15px 15px 80px 15px;
  position: relative;
  background: #ffe6ea;
  border-radius: 10px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
}
.hkdl_lp .hotel .hotel_wrap .box h3 {
  height: 80px;
  font-size: 18px;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #eb6ea0;
  border-bottom: 2px solid #eb6ea0;
  background: #FFF;
  color: #eb6ea0;
}
.hkdl_lp .hotel .hotel_wrap .slider {
  margin: 0 0 34px 0;
}
.hkdl_lp .hotel .hotel_wrap .slider img {
  border: 2px solid #FFF;
}
.hkdl_lp .hotel .hotel_wrap .txt {
  font-size: 14px;
}
.hkdl_lp .hotel .hotel_wrap .info_box {
    background: #FFF;
    padding: 10px;
    margin: 10px 0 0 0;
}
.hkdl_lp .hotel .hotel_wrap .info_box p{
  font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 0 10px 0;
  color: #eb6ea0;
}
.hkdl_lp .hotel .hotel_wrap .info_box li {
  font-size: 14px;
}
.hkdl_lp .hotel .hotel_wrap .info_box li span {
  color: #eb6ea0;
}
.hkdl_lp .hotel .hotel_wrap .tour_btn {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
}
.hkdl_lp .hotel .slick-prev, .hkdl_lp .hotel .slick-next {
  top: inherit;
  bottom: -36px;
  z-index: 9;
}
.hkdl_lp .hotel .slick-dots {
  bottom: -25px;
}
.hkdl_lp .hotel .slick-prev {
  left: 10px;
}
.hkdl_lp .hotel .slick-next {
  right: 10px;
}
@media screen and (max-width:768px) {
  .hkdl_lp .hotel .hotel_wrap {
    flex-direction: column;
  }
  .hkdl_lp .hotel .hotel_wrap .box {
    width: 100%;
    margin: 0;
  }
  .hkdl_lp .hotel .hotel_wrap .box + .box {
    margin: 30px 0 0 0;
  }
  .hkdl_lp .hotel .hotel_wrap .box h3 {
    height: auto;
    padding: 10px 0;
  }
}
/*=======================================
	ツアーを探す（tour）
=======================================*/
.hkdl_lp .tour {
  background: #ffe6ea;
  margin: -100px 0 0 0;
  padding: 100px 0 0 0;
}
.hkdl_lp .tour::before {
  content: "";
  display: block;
  width: 1000px;
  height: 300px;
  border-top: 300px solid rgba(255, 255, 255, 0);
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-left: 1000px solid rgba(239, 136, 157, 0.3);
  border-right: 0 solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hkdl_lp .tour::after {
  content: "";
  display: block;
  width: 1000px;
  height: 500px;
  border-top: 500px solid rgba(255, 255, 255, 0);
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-right: 1000px solid rgba(239, 136, 157, 0.3);
  border-left: 0 solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  right: 0;
}
.hkdl_lp .tour .menu_wrap {
  display: flex;
  justify-content: center;
}
.hkdl_lp .tour .menu_wrap .ttl {
  height: 40px;
  line-height: 38px;
  background: #eb6ea0;
  color: #FFF;
  padding: 0 20px;
}
.hkdl_lp .tour .menu_wrap .dep_select_wrap {
  position: relative;
  background: #FFF;
}
.hkdl_lp .tour .menu_wrap .dep_select_wrap::before {
  content: "▼";
  display: block;
  font-size: 8px;
  color: #eb6ea0;
  position: absolute;
  right: 10px;
  top: 8px;
}
.hkdl_lp .tour .menu_wrap .dep_select_wrap select {
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
}
.hkdl_lp .tour .menu_wrap .dep_select_wrap select:hover {
  color: #eb6ea0;
  transition: 0.3s;
}
.hkdl_lp .tour .update {
  font-size: 14px;
  text-align: right;
  margin: 0 20px 0 0;
}
.hkdl_lp .tour .dep_change {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1;
}
/*ツアーの中身*/
.hkdl_lp .tour .dep_change .tour_box {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px 15px;
  padding: 15px 15px 310px 15px;
  background: #FFF;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
}
.hkdl_lp .tour .dep_change.btn1 .tour_box {
    /*ツアーボタンが１つの場合*/
  padding: 15px 15px 160px 15px;
}
.hkdl_lp .tour .tour_box .img-box {
  margin: 0 0 10px 0;
}
.hkdl_lp .tour .tour_box h3 {
  text-align: left;
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 10px 0;
}
.hkdl_lp .tour .tour_box .info {
  margin: 0 0 10px 0;
}
.hkdl_lp .tour .tour_box .info li {
  font-size: 14px;
}
.hkdl_lp .tour .tour_box .price-box-wrap {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
}
.hkdl_lp .tour .tour_box .price-box {
  margin: 20px 0 0 0;
}
.hkdl_lp .tour .tour_box .price-box .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hkdl_lp .tour .tour_box .price-box .day {
  width: 80px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px 0 0;
  color: #eb6ea0;
  border: 1px solid #eb6ea0;
}
.hkdl_lp .tour .tour_box .price-box .price {
  font-size: 20px;
  color: #d70035;
  font-weight: 500;
  text-align: right;
}
.hkdl_lp .tour .tour_box .price-box .price span {
  display: block;
  font-size: 12px;
  color: #333;
  font-weight: 400;
}
.hkdl_lp .tour .tour_box .tour_btn {
  margin: 5px 0 0 0;
}
.hkdl_lp .tour .tour_box .tour_btn a {
  height: 40px;
  line-height: 38px;
  background: #BE1F1F;
}
@media screen and (max-width:768px) {
  .hkdl_lp .tour .update {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 12px;
  }
  .hkdl_lp .tour .dep_change {
    flex-direction: column;
  }
  .hkdl_lp .tour .dep_change .tour_box {
    width: 100%;
    margin: 0;
  }
  .hkdl_lp .tour .dep_change .tour_box + .tour_box {
    margin: 30px 0 0 0;
  }
    .hkdl_lp .tour .dep_change .tour_box {
  padding: 15px;
    }
.hkdl_lp .tour .tour_box .price-box-wrap {
  width: 100%;
  position: static;
}
	.hkdl_lp .tour .dep_change.btn1 .tour_box {
    /*ツアーボタンが１つの場合*/
  padding: 15px 15px 15px 15px;
}
}
/*=======================================
	よくある質問（faq）
=======================================*/
.hkdl_lp .faq {
  margin: -50px 0 80px 0;
  padding: 100px 0 0 0;
}
.hkdl_lp .faq .box_wrap {
  max-width: 700px;
  margin: 0 auto;
}
.hkdl_lp .faq .box + .box {
  margin: 20px 0 0 0;
  border-top: 1px dotted #c4972f;
  padding: 20px 0 0 0;
}
.hkdl_lp .faq h3 {
  text-align: left;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0 50px 0 26px;
  color: #c4972f;
  position: relative;
  cursor: pointer;
}
.hkdl_lp .faq h3::before {
  content: "Q";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  background: #c4972f;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: -10px;
}
.hkdl_lp .faq h3::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.hkdl_lp .faq h3.active::after {
  content: "\f106";
}
@media screen and (max-width:768px) {
  .hkdl_lp .faq .box_wrap {
    width: 100%;
    padding: 20px;
  }
}
/*=======================================
	他の海外ディズニー特集を見る（other-dl）
=======================================*/
.hkdl_lp .other-dl {
  background: #ffe6ea;
}
.hkdl_lp .other-dl ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hkdl_lp .other-dl ul li {
  width: calc(100% / 3 - 30px);
  text-align: center;
  margin: 0 15px 30px 15px;
  font-family: "Kaisei Opti", serif;
  font-size: 22px;
}
.hkdl_lp .other-dl ul li a {
  display: block;
  background: linear-gradient(-30deg, #caac71, #eedcb3);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  height: 100px;
  padding: 22px 0 0 0;
  border-radius: 10px;
}
.hkdl_lp .other-dl ul li a span {
  font-size: 14px;
  display: block;
  padding: 5px 0 0 0;
  color: #6f5436;
}
.hkdl_lp .other-dl .copyright {
  text-align: right;
  font-size: 12px;
  margin: 0 20px 0 0;
}
@media screen and (max-width:768px) {
  .hkdl_lp .other-dl ul li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 10px 10px;
  }
  .hkdl_lp .other-dl .copyright {
    margin: 0 10px 0 0;
  }
}
/*=======================================
	おすすめ特集・情報（information）
=======================================*/
.hkdl_lp .information {
  padding: 0 0 100px 0;
  background: #ffe6ea;
  position: relative;
}
.hkdl_lp .information::before {
  content: "";
  display: block;
  width: 1000px;
  height: 200px;
  border-top: 200px solid rgba(255, 255, 255, 0);
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-left: 1000px solid rgba(239, 136, 157, 0.1);
  border-right: 0 solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hkdl_lp .information::after {
  content: "";
  display: block;
  width: 1000px;
  height: 300px;
  border-top: 300px solid rgba(255, 255, 255, 0);
  border-bottom: 0 solid rgba(255, 255, 255, 0);
  border-right: 1000px solid rgba(239, 136, 157, 0.1);
  border-left: 0 solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  right: 0;
}
.hkdl_lp .information ul {
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hkdl_lp .information li {
  padding: 20px;
}
.hkdl_lp .information li a {
  display: block;
}
.hkdl_lp .information .slick-prev:before, .hkdl_lp .information .slick-next:before {
  color: #eb6ea0;
}
@media screen and (max-width:768px) {
  .hkdl_lp .information ul {
    width: 80%;
    margin: 0 auto;
  }
  .hkdl_lp .information li {
    padding: 10px;
  }
}
/*=======================================
	トップに戻るボタン
=======================================*/
.page_top a {
  box-sizing: border-box;
  display: block;
  text-align: center;
  background: #eb6ea0;
  color: #FFF;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.page_top a:hover {
  opacity: 0.8;
  transition: .3s;
  color: #FFF;
}
@media screen and (max-width:768px) {
  .page_top {
    display: none;
  }
}