.plan_title {
  background-color: #efd5ab;
}

.plan_box {
  background-color: #f8f5f1;
}

.day_tit {
  border-bottom: #efd5ab 3px solid;
}
.day_tit span {
  background: #efd5ab;
}

sup {
  vertical-align: super;
  font-size: 20px;
}

@media screen and (min-width: 1001px) {
  .stay_list_room1 .movie iframe {
    width: 940px;
    height: 574px;
  }
  p.info-close {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #a22041;
  }
}
@media screen and (max-width: 1000px) {
  sup {
    font-size: 4vw;
  }
  .stay_list_room1 .movie iframe {
    width: 100%;
    height: 320px;
  }
  p.info-close {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #a22041;
  }
}

.groumet_list_icon {
  width: auto !important;
  max-width: 45px !important;
  margin-right: 10px !important;
}
@media screen and (max-width: 600px) {
    .groumet_list_icon {
    max-width: 33px !important;
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 600px) and (max-width: 450px) {
  .groumet_list_icon {
    max-width: 25px !important;
  }
}