/* hkd_summerSale2023.css */

#calendar table#cal_2023_12,#calendar table#cal_2024_1,#calendar table#cal_2024_2,#calendar table#cal_2024_3{
  display: table;
}
.winterSale .campaignToursItem li{
  margin: 1%;
  width: 31.3333%;
}

.winterSale .campaignToursItem .item .txtbox .explanation {
    font-size: 12px;
    margin-top: 0;
}

@media (max-width: 599px){
.winterSale .campaignToursItem li{
  width: 100%;
}
}

.bnrInfo .ttl02 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 40px auto;
    border: 1px solid #333;
    padding: 10px;
    width: 30%;
}

.bnrInfo img {
  margin: 0 auto 20px; 
}

@media (max-width: 599px) {
  .bnrInfo .ttl02 {
    font-size: 22px;
    width: 80%;
  }
  .bnrInfo img {
    width: 90%;
  }
}

/* hkd_winterSale2023.css */
.jalMv {
    position: relative;
}

.jalMvContent {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1340px;
    z-index: 1;
}

[data-element-id] .jalMvContent {
    position: static;
    transform: inherit;
}

.jalMvContent .head {
    font-size: 20px;
    z-index: 10;
    background-color: #eaaa00;
    color: #ff0000;
    padding: 20px;
    font-weight: bold;
    width: 140px;
    margin: auto;
    line-height: 1.2;
    position: relative;
}

.jalMvContent .catch-copy {
    padding: 36px 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: 700;
    margin-top: -20px;
    position: relative;
    z-index: 9;
}

.jalMvContent .catch-copy .above {
    font-size: 28px;
    display: block;
    text-decoration: underline;
    margin-bottom: 30px;
}

.jalMvContent .catch-copy .bottom {
    display: block;
    font-size: 40px;
    color: #ff0000;
    line-height: 1.2;
}

.jalMvContent .airplaneImg {
    width: 500px;
    max-width: 100%;
    margin: auto;
    margin-top: -50px;
    padding-left: 80px;
}

@media (max-width: 599px) {
    .jalMvContent {
      width: 100%;
    }
    
    .jalMvContent .head {
        width: 130px;
        font-size: 18px;
    }

    .jalMvContent .catch-copy {
        padding: 21px 0 36px;
    }

    .jalMvContent .catch-copy .above {
        font-size: 20px;
    }

    .jalMvContent .catch-copy .bottom {
        font-size: 30px;
    }

    .jalMvContent .jalLogo {
        width: 100%;
        margin-top: -30px;
    }

    .jalMvContent .airplaneImg {
        width: 340px;
        margin-top: -35px;
        padding-left: 40px;
    }

    .sliderWrap {
        height: 500px;
    }
}

.sliderWrap {
    overflow: hidden;
}

.slider {
    /* background: url(/import/tenant_1/www.wbf.co.jp/special/skymark/img/bg_top.webp) repeat-x; */
    height: 800px;
    width: 3840px;
    -webkit-animation: slide 60s 0s linear infinite;
    animation: slide 60s 0s linear infinite;
}

[data-element-id] .slider {
    height: auto;
    border: 5px solid green;
    animation: none;
    max-width: 95%;
    margin: 40px auto 0;
}

[data-element-id] .slider:before {
    display: block;
    content: "MVスライダー";
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: green;
    margin-bottom: 10px;
    text-align: center;
}

@-webkit-keyframes slide {
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes slide {
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 599px) {
    .slider {
      width: 1500px;
      height: 500px;
    }
}

.more01 {
  text-align: center;
    margin: 30px 0;
}

.more01 a {
    font-size: 20px;
    color: #fff;
    background: #000080;
    border-radius: 6px;
    font-weight: bold;
    padding: 10px 60px;
}

.more01 a:before{
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}

.hkd_bargen .spe__li--nop {
  position: absolute;
  display: block;
  background: url(/upload/tenant_1/hkd_bargen_title.webp) no-repeat bottom right #0070b4;
  background-size: 50% auto;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  width: 100%;
  text-shadow: 0 0 2px #000;
  bottom: 0;
}

.hkd_bargen .areaTitle {
      background: #02c3d5;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
}

.hkd_bargen .enjoyPlanList {
    margin-bottom: 20px;
}

.hkd_bargen .enjoyPlanList li {
  margin-bottom: 20px;
}

.hkd_bargen .enjoyPlanList li:last-child {
    margin-bottom: 0;
}

.relaxEnjoySection * {
    line-height: 1.2;
}

.relaxEnjoySection .enjoyPlanList #singlestay,
.relaxEnjoySection .enjoyPlanList #round,
.relaxEnjoySection .enjoyPlanList #model {
    margin: 0 0 70px;
}

.relaxEnjoySection .container .enjoyPlanList li .hotelBox {
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 25px 10px;
}

.relaxEnjoySection .enjoyPlanList li .photo {
    float: left;
    width: 600px;
    width: 50%;
    position: relative;
    top: 0;
    right: 0;
}

.hotel-rivilege {
    display: block;
}

.relaxEnjoySection .hotel-rivilege .hotel-mainimage {
    position: relative;
}

.relaxEnjoySection .enjoyPlanList li .photo img {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    display: block;
}

.relaxEnjoySection .hotel-rivilege .sub-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 90%;
    box-sizing: border-box;
}

.relaxEnjoySection .hotel-rivilege .hotel-sub ul {
    position: relative;
    padding-left: 0;
}

.relaxEnjoySection .hotel-rivilege .hotel-sub ul li {
    float: left;
    margin: 2px 0 0 0;
    width: 49.8%;
    position: relative;
}

.relaxEnjoySection .enjoyPlanList li .main {
    background: none;
    float: right;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.relaxEnjoySection .enjoyPlanList li .main .name {
    min-height: auto;
    padding: 0;
    margin: 0;
    background: none;
}

.relaxEnjoySection .enjoyPlanList li .main .name .planCatch {
    font-size: 16px;
    line-height: unset;
    margin: 0 0 10px;
    display: inline-block;
    padding: 5px 10px;
    background: #fff000;
}

.relaxEnjoySection .enjoyPlanList li .main .name h3 {
    font-size: 26px;
    font-weight: bold;
}

.relaxEnjoySection .enjoyPlanList li .body {
    font-size: 17px;
    margin-top: 20px;
}

.relaxEnjoySection .enjoyPlanList .hotel_info {
    margin-top: 20px;
    width: 100%;
}

.relaxEnjoySection .enjoyPlanList .hotel_info tr td {
    font-size: 15px;
}
    
.relaxEnjoySection .enjoyPlanList .hotel_info tr td {
    border-left: 1px solid #cecece;
    padding: 5px;
    line-height: 1.3;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #cecece;
}
    
.relaxEnjoySection .enjoyPlanList .plan {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}

.relaxEnjoySection .enjoyPlanList .plan-catch {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bolder;
}

.relaxEnjoySection .enjoyPlanList .tour-list > li {
    width: 100% !important;
    padding: 15px;
    text-align: left;
    margin: 0 auto 20px;
    border: solid 2px #13448f;
    display: block;
    box-sizing: border-box;
}

.relaxEnjoySection .enjoyPlanList .tour-list li dl {
    overflow: hidden;
}

.relaxEnjoySection .enjoyPlanList .tour-list li dt {
    width: 43%;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}
    
.tour-list li dl dt > p {
    float: left;
    width: 7.5em;
    width: 100%;
}

.relaxEnjoySection .enjoyPlanList .tour-list li dd {
        width: 56%;
        vertical-align: middle;
        display: inline-block;
}
    
.relaxEnjoySection .enjoyPlanList .tour-list li dl li {
    float: left;
    width: 33%;
    border: none;
    margin: 0;
    padding: 0;
}

.relaxEnjoySection .enjoyPlanList .tour-list dl li a {
    padding: 20px 17px 20px 17px !important;
    display: block;
    color: #333;
    margin: -15px 0 -15px 0;
    border-left: 1px solid #cecece;
    background: none;
    text-align: left;
}

.relaxEnjoySection .enjoyPlanList .tour-list li dl li strong, 
.relaxEnjoySection .enjoyPlanList .tour-list li dl li span {
    color: #e40000;
    pointer-events: none;
    background: none;
    padding: 0;
    border: none;
    width: auto;
    display: block;
    font-size: 18px;
    cursor: pointer;
    margin: 7px 0 0;
    font-weight: bold;
}

.relaxEnjoySection .enjoyPlanList .tour-list li dl li span::after {
    content: "円～";
}

@media (max-width: 599px){
  .relaxEnjoySection .container .enjoyPlanList li .hotelBox {
    width: 100%;
  }
  .hkd_bargen .areaTitle {
    font-size: 24px;
  }
  .relaxEnjoySection .enjoyPlanList li .photo,
  .relaxEnjoySection .enjoyPlanList li .main {
    width: 100%;
  }
  .relaxEnjoySection .enjoyPlanList li .main .name .planCatch {
    font-size: 12px;
  }
  .relaxEnjoySection .enjoyPlanList li .main .name h3 {
    font-size: 20px;
  }
  .relaxEnjoySection .enjoyPlanList li .body {
    font-size: 14px;
    line-height: 1.5em;
  }
  .relaxEnjoySection .enjoyPlanList .hotel_info tr td {
    font-size: 13px;
  }
  .relaxEnjoySection .enjoyPlanList .plan-catch {
    font-size: 18px;
  }
  .relaxEnjoySection .enjoyPlanList .tour-list > li {
    padding: 5px;
  }
  .relaxEnjoySection .enjoyPlanList .tour-list li dt {
    width: 100%;
    text-align: center;
  }
  .relaxEnjoySection .enjoyPlanList .tour-list li dd {
    width: 100%;
  }
  .relaxEnjoySection .enjoyPlanList .tour-list dl li a {
    margin: 0;
  }
  .relaxEnjoySection .enjoyPlanList .tour-list dl li a:first-child {
    border-left: none;
  }
  .relaxEnjoySection .enjoyPlanList .tour-list li dl li strong,
  .relaxEnjoySection .enjoyPlanList .tour-list li dl li span {
    font-size: 16px;
  }
  .tour-list li dl dt > p {
    border-bottom: 1px solid #333;
  }
}

/* search */

.searchWrap,
.search02{
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px;
}
.mainWrap .search_area{
  background-color: #d2f0e2;
}
.search_area .search02 h3 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 20px 50px 20px;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #42a275;
  width: auto;
}

.search_area .search02 h3:before,
.search_area .search02 h3:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #42a275;
}

.search_area .search02 h3:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.search_area .search02 h3:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.search_area .search02 h3 span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#search2,#sw__dom{
  width: 50%;
}
.search_area{
  background-color: aliceblue;
}
#search2.search{
  background: none;
  padding: 0 10px; 
}
.searchWrap{
  border: none;
  padding: 30px;
}
#sw__dom{
  padding: 0 10px;
  margin: 0;
  display: block;
}
.searchWrap{
  border-radius: 15px;
}
#tomamu_renew h3 span:before,#tomamu_renew h3 span:after{
  display: none;
}
.formArea dl{
  margin: 0 0 15px 0;
  max-width: 100%;
}
.formArea dl dd,.formArea dl.specialty dd{
  max-width: calc(100% - 7em);
}
.formArea dl.freeWord dd{
  max-width: calc(100% - 7em);
}

.def__dpp .sbw__btn{
  background-color: #ffd600;
  color: #5594ca;
  font-size: 18px;
}
@media (max-width: 1024px){
 .search_area .inner1200{
   width: 100%;
 } 
}


@media (max-width: 768px) {
  .search_area .up-col-1{
    flex-direction: column;
  }
  #search2.search{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .searchWrap{
    padding: 15px;
  }
  .search_area .search02 h3{
    margin: 20px 35px;
    margin-top: 10px;
    padding: 0;
  }
  #sw__dom{
    width: 100%;
    padding: 0;
  }
  .search02{
    padding: 15px;
  }
  .search_area .search02 h3 span {
    font-size: 13px;
    position: relative;
    z-index: 20;
  }
  #dppBtn{
    margin-top: 20px;
  }
  .searchWrap{
    border-radius: 0;
  }
  .searchWrap .searchWrap{
    border-radius: 15px;
  }
  .searchWrap #dppBtn,.searchWrap #returnBtn{
    position: relative;
    left: 0;
  }

  .searchWrap #dppBtn:before{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.formArea {
  margin: 0;
}
.search form button {
      background: #ffd600;
    color: #5594ca;
}

[data-element-id].search {
  margin: 0;
}

.info {
  background: #fff;
}

.spe__mdm .title {
  color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

@media (max-width: 768px){
  .spe__mdm .title {
    font-size: 1.8em;
  }
}
