@charset "utf-8";
/*　インデックスに戻るボタン　*/
.htToIndex a {
    display: block;
    width: min(70vw, 30em);
    padding: .5em 1.5em;
    margin: 0 auto min(5vw, 40px);
    background-color: #FFF;
    border: 2px solid #57c7ff;
    border-radius: 8px;
    text-align: center;
    color: #57c7ff;
    font-weight: bold;
    text-decoration: none;
    transition: none;
}

/*　テーブルタグ・レスポンシブ化　*/
@media screen and (max-width: 574px) {
    div#hotel div#hotel_list table {width: 100%}
    div#hotel div#hotel_list table th,div#hotel div#hotel_list table td {
    display: block;
    width: 100%;
  }
}

