@charset "UTF-8";

.op {
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.op table {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px 0;
}
.op th {
  font-weight: normal;
  text-align: left;
  color: #283f82;
  padding: 13px 0 13px 10px;
  border-bottom: 1px dotted #ddd;
}
.op td {
  text-align: right;
  padding: 13px 10px 13px 0;
  border-bottom: 1px dotted #ddd;
}
.boxtxt {
  font-size: 11px;
  line-height: 16px;
  padding: 0 10px;
}
.op .boxtxt:last-child {
  margin-top: 10px;
}
.red{
  color:#f00;
}
.caution {
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 6px;
}
.caution p {
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 10px 0;
  padding: 0 10px;
}
.caution p:first-of-type{
  margin-top:10px;
}
.caution ul {
  margin: 0 0 10px 0;
}
.caution li {
  font-size: 11px;
  line-height: 16px;
  padding: 8px 10px;
  color: #705c31;
  border-bottom: 1px dotted #ddd;
}

.hotellist div.row h6 {
  background-color: #0a122a;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
  padding: 5px;
  color: #fff;
}
.hotellist div.row {
  margin-bottom: 10px;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-bottom: none;
  text-align: center;
}
.hotellist div.row p {
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
  padding: 5px;
}
.hotellist div.row p.tel {
  color: #f00;
}
#hotel div.row p.place a {
  color: #f00;
}

