@charset "utf-8";
#btn {
  margin: 2% auto 3%;
  width: 96%;
}

#btn li a {
  border: 1px solid #fff;
  box-sizing: border-box;
  float: left;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  width: calc(100% / 2);
  background: #ddd;
  color: #999;
}

#btn li a:hover {
  background: #ccc none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #000;
}

#btn li.current a {
  background: #000 none repeat scroll 0 0;
  font-weight: bold;
  color: #fff;
}

#hotelNav {
  width: 98%;
  margin: auto;
}

#hotelNav p {
  font-size: 1.3rem;
  margin: 10px auto;
  text-align: center;
}

#hotelNav table {
  /*background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
  font-size: 1.4rem;
  margin: 0 auto;
  width: 100%;
}

#hotelNav table td {
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  width: 14%;
}
#hotelNav table td:hover {
  background: #fd35c0;
}
#hotelNav table td:hover a {
  color: #fff;
}
#hotelNav table td.none {
  border: medium none;
}

#hotelNav table td a {
  display: block;
  padding: 8px 0;
}

#hotelNav table td a:hover {
  /*background: #8c6700 none repeat scroll 0 0;
    color: #fff;*/
}

#hotelNav ul {
  /*background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
  font-size: 1.4rem;
  margin: 0 auto;
  width: 100%;

  display: flex;
  justify-content: space-evenly;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

#hotelNav ul li {
  flex: 1;
  border-left: 1px solid #ccc;
  font-weight: bold;
}
#hotelNav ul li:first-child {
  border-left: none;
}

#hotelNav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

#hotelNav ul li a:hover {
  background: #8c6700 none repeat scroll 0 0;
  color: #fff;
}

#hotelList .line {
  width: 100%;
}

#hotelList {
  width: 98%;
  margin: auto;
  text-align: left;
}

#hotelList h3,
#hotelNav h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
  background: #000;
  color: #fff;
  padding: 0.5% 1%;
  text-align: center;
}

#hotelList table {
  /*background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
  /*font-family: -apple-system,BlinkMacSystemFont,"Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;*/
  font-size: 1.4rem;
  margin: 0 auto;
  width: 100%;
}

#hotelList table tr,
#hotelList table th,
#hotelList table td {
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 8px 5px;
  text-align: left;
}

#hotelList table th {
  width: 40%;
}

#hotelList table td.address {
  text-align: left;
  width: 45%;
}

#hotelList table td.phone {
  text-align: center;
  width: 15%;
}
#hotelList table td.phone a,
#hotelList table td a {
  color: #fd35c0;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #hotelList table th {
    width: 35%;
  }

  #hotelList table td.address {
    width: 35%;
  }

  #hotelList table td.phone {
    width: 30%;
  }
}
