@charset "UTF-8";
/* CSS Document */

/* ::::::::::::::::::::::::::::::::: FOR STAY_GUIDE PAGE ::::::::::::::::::::::::::::::::: */

/* New Parts CSS */
[class^="stayGuideBlock"]:not(:last-child) {
  margin-bottom: 40px;
  text-align: left;
  font-size: 1.4rem;
}
.stay_guide .list {
  font-size: 1.4rem;
  line-height: 1.79;
  margin-bottom: 35px;
}

@media screen and (min-width: 990px) {
  .stay_guide .table01 th {
    width: 242px;
  }
  .stay_guide .table01 td {
    width: 715px;
  }
}

.stay_guide .stayGuideBlock02 .table01{
  margin-bottom: 33px;
}
.stay_guide .stayGuideBlock02 .text {
  font-size: 1.4rem;
  line-height: 1.79;
}

.stay_guide .stayGuideBlock03 .list {
  margin-bottom: 20px;
}
.stay_guide .stayGuideBlock03 .box {
  width: 382px;
}

.stay_guide .stayGuideBlock04 p {
  text-align: left;
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  [class^="stayGuideBlock"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .stay_guide h3.withBar {
    margin-bottom: 20px;
  }

  .stay_guide .stayGuideBlock02 .list {
    margin-bottom: 10px;
  }
  .stay_guide .stayGuideBlock02 .table01 {
    margin-bottom: 10px;
  }
  .stay_guide .stayGuideBlock03 {
    margin-bottom: 33px;
  }
  .stay_guide .stayGuideBlock03 .list {
    margin-bottom: 14px;
  }
  .stay_guide .stayGuideBlock03 .box {
    width: auto;
  }
}
