.heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
    width: 100%;
}
@media (min-width: 740px){
  .heroimgWrap.typeImg.heroimgWrap-titleImg .mainHeading{
        width: calc(786 / 1920 * 100vw);
        top: calc(50% - 85px);
    }
}
@media (max-width: 739px){
  .heroimgWrap.typeImg.heroimgWrap-titleImg .mainHeading{
    top: calc(50% - 53px);
  }
}
.stayRoomPanel ul{
  width: 600px;
  height: 400px;
  margin: 40px auto 0;
  position: relative;
}
.stayRoomPanel ul li{
  position: absolute;
  top: 0;
  left: 0;
}
.stayTabList ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stayTabList ul li{
  width: calc(50% - 5px);
  position: relative;
}
.stayTabList ul li::before{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.stayTabList ul li button{
  display: block;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #dfdfdf;
  text-align: left;
  cursor: pointer;
  transition: all .3s ease-in-out;
  font-weight: 600;
  font-size: 1.6rem;
}
.stayTabList ul li button:hover{
  background-color: rgba(104,67,0,0.3);
}
.stayTabList ul li:nth-child(n+3){
  margin-top: 10px;
}
.stayTabList ul li.withPoint button{
  padding-right: 85px;
}
.stayTabList ul li button span{
  display: block;
}
.stayTabList ul li button .pointJALPAK{
  position: absolute;
  background-color: #c18d00;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  padding: 5px;
}
.stayTabList ul li button.is-active{
  background-color: #684300;
  color: #ffffff;
}
@media (max-width: 739px){
  .stayTabList ul{
    flex-direction: column;
  }
  .stayTabList ul li{
    width: 100%;
  }
  .stayTabList ul li:nth-child(n+2){
    margin-top: 10px;
  }
  .stayTabList ul li button span{
  display: inline-block;
}
}
.stayBox [class*="ttlLv"] {
  position: relative;
  text-align-last: left;
}
.stayBox .ttlLv2 .heading{
  font-size: 2.4rem;
}
.stayBox [class*="ttlLv"] .onePoint{
  font-size: 1.6rem;
  position: absolute;
  padding: 5px 10px;
  bottom: 10px;
  right: 10px;
  background-color: #d7b77a;
}
.stayBox .floorImg{
  margin-top: 30px;
}
.stayBox .slick-box{
  width: 750px;
  margin: 0 auto;
}
.stayBox .colWrap{
  justify-content: center;
  margin-top: 30px;
}
.stayBox .colWrap .col{
    min-width: 260px;
}
.stayBox .colWrap .col:not(:first-child){
  margin-left: 15px;
}
@media (max-width: 739px){
  .stayBox [class*="ttlLv"] .onePoint{
    position: static;
    display: inline-block;
    margin-bottom: 5px;
  }
  .stayBox .floorImg{
  margin-top: 30px;
}
  .stayBox .slick-box{
    width: 100%;
  }
}
[class*="ttlModal"] {
  padding: 10px 13px;
}
[class*="ttlModal"][class*="_DP"] {
  border: 3px solid #cc0000;
  color: #cc0000;
}
[class*="ttlModal"][class*="_PACK"] {
  border: 3px solid #48c1e8;
  color: #48c1e8;
}
[class*="List"] li strong.point{
  color: #f5b236;
}

/*0914追加*/
[class^="tourGadget"] {
    position: relative;
}
/* sp_scroll_on */
/** 1clm **/
@media (max-width: 739px){
.tourGadget01{overflow: auto;white-space: nowrap;}
.tourGadget01 .recommendWrap{width: 100%;flex-wrap: nowrap;display: block;}
.tourGadget01 .recommendWrap .recommendItem{display: inline-block;vertical-align: top;margin-top: 0;width: calc(100% - 20px);}
.tourGadget01 .recommendWrap .recommendItem *{white-space: normal;}
.tourGadget01 .recommendWrap .recommendItem:nth-child(3n+1){
    margin-top: 0;
    margin-left: 10px;
}
.tourGadget01 .recommendWrap .recommendItem:first-child{
    margin-left: 0;
}
} 
/** 2clm 3clm **/
@media (max-width: 739px){
.tourGadget02 .column,
.tourGadget03 .column{overflow: auto;white-space: nowrap;}
.tourGadget02 .column .colWrap,
.tourGadget03 .column .colWrap{width: 100%;flex-wrap: nowrap;display: block;}
.tourGadget02 .column .colWrap .col,
.tourGadget03 .column .colWrap .col{display: inline-block;vertical-align: top;margin-top: 0;width: calc(100% - 20px);}
.tourGadget02 .column .colWrap .col *,
.tourGadget03 .column .colWrap .col *{white-space: normal;}
.tourGadget02 .column .colWrap .col:nth-child(3n+1),
.tourGadget03 .column .colWrap .col:nth-child(3n+1){
    margin-top: 0;
    margin-left: 10px;
}
.tourGadget02 .column .colWrap .col:first-child,
.tourGadget03 .column .colWrap .col:first-child {
    margin-left: 0;
}
}
.tourGadget03 .clm_1_3col .col {
    padding: 10px;
    border: 1px solid #cccccc;
}
@media (min-width: 740px){
.tourGadget03 .column .ttlLv3{padding-top:20px;}
}
.label_grade{display: inline-block;width:30%;}
.btn_colorS{display: inline-block; color: #fff; font-size: 1.2rem; padding: 2px 6px; background-color:#caaa49;}
.btn_colorL{display: inline-block; color: #fff; font-size: 1.2rem; padding: 2px 6px; background-color:#327bf3;}
.btn_colorA{display: inline-block; color: #fff; font-size: 1.2rem; padding: 2px 6px; background-color:#f79155;}
.btn_colorB{display: inline-block; color: #fff; font-size: 1.2rem; padding: 2px 6px; background-color:#efcf02;}
.btn_colorC{display: inline-block; color: #fff; font-size: 1.2rem; padding: 2px 6px; background-color:#9b9baa;}
.country_label{display: inline-block;}
.stayBox {border: 1px solid #ccc;}
.ttl_classY {text-align: center;background: #40BD91;color: #fff;font-weight: bold;font-size: 16px;}
.mgl8{margin-left: 8px;}

/*ラベル文字*/
[class^="btn_color"],.ttl_classY {color: #000 !important;font-weight: bold !important;}

.mv_area{position: relative;}
@media (min-width: 740px){
.mv_area_title{position: absolute;right: 0;left: 0;bottom: 50%;transform: translateY(50%);margin:auto;}
.mv_area_cal{margin-top: 20px}
.mv_area_title .colWrap{justify-content: center;}
.mv_area_title .clm_1_2col.colWrap .col,.mv_area_title .clm_2_2col.colWrap .col{margin-left:0;}
}
@media (max-width: 739px){
    .mv_title_txt{position: absolute;top: 13%;}
}