.goriyou-table {
  width: 100%;
  border-collapse: collapse; /* ← 一重線にする最重要ポイント */
}

.goriyou-table th,
.goriyou-table td {
  border: 1px solid #000;
  padding: 4px; /* cellpadding の代わり */
}

.goriyou-table tr:first-child td{
    text-align: center;
}

.block-spot-detail .original-contents ul{
    list-style: none;
}

.block-spot-detail .original-contents table p:not(.s-title){
    padding-left: 1em;
}

/* .block-spot-detail .original-contents .under_line_w{
    padding: 20px;
} */