@charset "UTF-8";
/* CSS Document */

.locitems{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1.0em 2%;}
.locitems img{ display: block;}
.locitems figcaption{ margin: 0; font-size: 86%;}
@media screen and ( max-width: 480px ) {
  .locitems{ grid-template-columns: repeat(2,1fr); }
}

.imgline{ display: grid; grid-template-columns: repeat(4,1fr); gap: 0;}
.imgline li{ margin: 0; padding: 0;}
.imgline img{ display: block;}

.loctable{ width: 100%;}
.loctable *{ margin-top: 0;}
.loctable tr{}
.loctable td{ margin-left: auto; text-align: left;}
.loctable th{ display: flex;}
.loctable th::after{ content: ''; display: block; margin: 0 1.0em; flex-grow: 1; height: 0.9em; border-bottom: dotted 2px #a8a8a8;}
.loctable th[colspan="2"]::after{ display: none;}