@charset "utf-8";
#search_489ban {
  display: flex;
  align-items: center;
}

form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
  gap: 0.1rem;
  margin: 1rem auto 0 auto;
  background: #fff;
  font-size: 1rem;
  color: #464646;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #880000;
}

.date_489ban {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#search_489ban dt,
#search_489ban dd {
  display: flex;
  align-items: center;
  padding: 0;
}

#search_489ban dd span,
#search_489ban label,
#search_489ban input,
#search_489ban select {
  padding: 10px 5px;
}

#search_489ban select {
  margin-left: 0.5rem;
  color: #880000;
  border: #464646 1px solid;
  text-align: center;
  border-radius: 5px;
}

.digits section option {
  border-radius: 5px;
  text-align: center;
}

.date_489ban dt label {
  margin-right: 4px;
  padding: 0;
  font-family: serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #880000;
}

#search_489ban select:nth-child(1) {
  margin-left: 0;
  text-align: center;
}

#search_489ban select:nth-child(2) {
  margin-right: 10px;
}

#search_489ban li {
  margin-bottom: 3px;
  list-style: none;
}

#search_489ban button {
  display: block;
  cursor: pointer;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #880000;
  border-radius: 5px;
  color: #fff;
  border: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#search_489ban button:hover {
  opacity: 0.8;
}

#search_489ban .inbox_489ban {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#search_489ban .inbox_489ban:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#search_489ban .stay_489ban,
#search_489ban .room_489ban,
#search_489ban .person_489ban {
  display: flex;
  align-items: center;
}

#search_489ban .stay_489ban dl,
#search_489ban .room_489ban dl,
#search_489ban .person_489ban dl {
  width: 50px;
}

#search_489ban .stay_489ban dt,
#search_489ban .room_489ban dt {
  /* width: 80px; */
  text-align: center;
}

/* 768pxから960pxまでのスタイル */
@media screen and (min-width: 768px) and (max-width: 959px) {

  #search_489ban {
    display: grid;
    place-items: center;
  }

  form {
    max-width: 700px;
    width: 100%;
  }

  #search_489ban .inbox_489ban {
    flex-direction: column;
    gap: 5px;
  }
}

@media screen and (max-width: 750px) {
  #search_489ban {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  form {
    max-width: 400px;
    width: 100%;
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr;
  }

  #search_489ban select {
    font-size: 17px;
  }

  #search_489ban .date_489ban {
    display: flex;
    flex-direction: column;
  }

  #search_489ban .person_489ban {
    display: none;
  }

  #search_489ban .inbox_489ban {
    flex-direction: row;
    justify-content: center;
  }

  #search_489ban .inbox_489ban button {
    font-size: 16px;
  }
}

/* 検索バー end */

/* おすすめプラン start */

#recommend_489ban {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 12px;
  padding: 10px 10px;
}

#recommend_489ban .PlanView {
  /* margin: 10px 0 25px; padding: 0 1%; */
  width: calc(92% / 2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#recommend_489ban .PlanView .picture {
  text-align: center;
}

#recommend_489ban .PlanView .plan {
  margin: 0 0 10px;
  font-size: 16px;
}

#recommend_489ban .PlanView p.plan {
  text-align: left;
}

#recommend_489ban .PlanView .plan a{
  display: block;
  color: #464646;
  text-align: left;  
}

#recommend_489ban .PlanView .plan a:hover {
  opacity: .7;
}

#recommend_489ban .PlanView .comment {
  font-size: 16px;
  line-height: 1.6;
}

#recommend_489ban .PlanView .roomlist,
#recommend_489ban .PlanView .planlist,
#recommend_489ban .PlanView .pblist {
  margin: 10px 0;
}

#recommend_489ban .PlanView .room_list_header,
#recommend_489ban .PlanView .planlist_header,
#recommend_489ban .PlanView .pblist_header {
  margin: 15px 0;
  font-weight: bold;
}

/* linktype 0 */
#recommend_489ban .PlanView .roomlist a {
  display: block;
  margin: 10px 0;
  padding: 5px 3px;
  color: #991a1a;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  background: #ededed;
  border-radius: 5px;
}

#recommend_489ban .PlanView .roomlist a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: #991a1a;
}

#recommend_489ban .PlanView .roomlist a span {
  display: block;
}

/* linktype 1 & 2 */
#recommend_489ban .PlanView .planlist a,
#recommend_489ban .PlanView .pblist a {
  display: block;
  margin: 15px 0 0;
  padding: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #991a1a;
}

@media screen and (min-width: 468px) {
  #recommend_489ban {
    display: flex;
    gap: 10px;
    padding: 15px 10px;
    margin: 0 auto;
  }

  #recommend_489ban .PlanView {
    width: calc(90% / 3);
  }
}

/* おすすめプラン end */