/* CSS Document */
/* ::::::::::::::::::::::::::::::::: FOR STAY_INDEX PAGE ::::::::::::::::::::::::::::::::: */
.stay_index .mainVisualWrap .checkinBlock {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 35px;
}

.stay_index .mainVisualWrap .checkinBlock p {
  background: rgba(36, 39, 42, 0.8);
  color: #fff;
}

@media screen and (max-width: 989px) {
  .stay_index .mainVisualWrap .checkinBlock {
    right: 0;
    left: 0;
    bottom: 10px;
  }
  .stay_index .mainVisualWrap .checkinBlock p {
    box-sizing: border-box;
    margin: 0 auto;
  }
}

/* New Parts CSS */
.stay_index .stayIndexBlock01 {
  background: #fff;
  padding: 50px 90px;
}

.stay_index .stayIndexBlock01 .list {
  margin-bottom: 40px;
}

.stay_index .stayIndexBlock01 .list::after {
  content: "";
  display: block;
  clear: both;
}

.stay_index .stayIndexBlock01 .list li {
  float: left;
  width: 33.3333%;
  text-align: center;
}

.stay_index .stayIndexBlock01 .list li .img {
  width: 68px;
  margin: 0 auto 15px;
}

.stay_index .stayIndexBlock01 .list li .img img {
  width: 100%;
  height: auto;
}

.stay_index .stayIndexBlock01 .list .text {
  font-size: 1.5rem;
  line-height: 1.667;
  font-weight: bold;
}

.stay_index .stayIndexBlock01 .btnS {
  margin: 0 auto;
}

.stay_index .stayIndexBlock02 {
  border: #bbb solid 1px;
  padding: 34px 55px 38px 39px;
}

.stay_index .stayIndexBlock02::after {
  content: "";
  display: block;
  clear: both;
}

.stay_index .stayIndexBlock02 .img {
  float: left;
  width: 150px;
  padding-top: 5px;
}

.stay_index .stayIndexBlock02 .inner {
  margin-left: 187px;
  text-align: left;
}

.stay_index .stayIndexBlock02 .text {
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 1.6666;
}

#TA_certificateOfExcellence639 img {
  display: none;
}

#CDSWIDCOE {
  margin: 0 !important;
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  .stay_index .stayIndexBlock01 {
    padding: 38px 0 40px;
  }
  .stay_index .stayIndexBlock01 .list {
    margin-bottom: 42px;
  }
  .stay_index .stayIndexBlock01 .list li {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 32px;
  }
  .stay_index .stayIndexBlock01 .list li .img {
    width: 68px;
    margin: 0 auto 15px;
  }
  .stay_index .stayIndexBlock01 .list li .img img {
    width: 100%;
    height: auto;
  }
  .stay_index .stayIndexBlock01 .list li .text {
    font-size: 1.5rem;
    line-height: 1.6666;
  }
  .stay_index .stayIndexBlock01 .btnS {
    margin: 0 auto;
  }
  .stay_index .stayIndexBlock02 {
    padding: 25px 5%;
    font-size: 1.4rem;
  }
  .stay_index .stayIndexBlock02 .img {
    float: none;
    margin: 0 auto 13px;
  }
  .stay_index .stayIndexBlock02 .inner {
    margin-left: 0;
    text-align: left;
  }
  .stay_index .stayIndexBlock02 .text {
    margin-bottom: 13px;
  }
  .stay_index .stayIndexBlock02 .btnS {
    margin: 0 auto;
  }
}
