h1{
    font-size: 2em;
    color:forestgreen;
    text-align: center;
}

   /* リストのフォントサイズを指定するスタイル */
li {
    font-size: 24px;
}

.telephone {
    margin: 16;
    padding: 0;
    text-align: center;
    list-style: none;
}

.telephone li {
    display: inline-block;
    margin-right: 24px;
}

.telephone li:last-child {
    margin-right: 0;
}

.reservation {
    text-align: center;
}
.location {
    margin: 16;
    padding: 0;
    text-align: center;
    list-style: none;
}

.location li {
    display: inline-block;
    margin-right: 24px;
}

.telephone li:last-child {
    margin-right: 0;
}
.navigation ul {
    font-size: 24px;
    margin: 0;
    padding: 4px;
    text-align: center;
}

.navigation ul li {
    list-style-type: none;
    display: inline;
    margin: 0 16px;
}

.navigation ul li a:hover {
    color: #62d5e8;
}

  table {
    border-collapse: collapse;
    width: 100%;
  }
  th, td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
  }
  th:first-child {
    text-align: left;
  }
  th:not(:first-child) {
    background-color: #eee;
  }



.info{
            text-align: center;
            font-size: 2em; /* 文字サイズを2倍にします */
}

 .vaccine {
            text-align: center;
            font-size: 2em;  /* 文字サイズを2倍にします */
        }











.vaccination ul {
    font-size: 24px;
    margin: 0;
    padding: 4px;
    text-align: center;
}

.vaccination ul li {
    list-style-type: none;
    display: inline;
    margin: 0 16px;
}

.vaccination ul li a:hover {
    color: #62d5e8;
}




   /* テキストを左端に配置するスタイル */
        article {
            text-align: left;
        }

        /* マージンを10pxに設定するスタイル */
        article p {
            margin: 20px;
        }







