.heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
    width: 100%;
}

    .bgGr{
        background: #333;
    }
.psR { position: relative;}
.end-txt {
	background-color: #666;
    padding: 2%;
}

.opa05{
    opacity: 0.5;
}


@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;
}