.intro {
  font-size: 1.07em;
  margin: 1em 0 4em;
}
.outline {
  margin:4em 0 10em;
}
.outline div:last-of-type {
  font-size: 0.95em;
  color: #555;
}

.main1 {
  padding-bottom: 4rem;
}

.m-menu {
  padding: 5px;
  margin: 70px auto;
  text-align: center;
  color: #006699;
}
.menu-li {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 70px;
}
.m-menu a {
  display: block;
  text-decoration: none;
  color: #006699;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: solid 1px #006699;
}
.m-menu a:hover {
  background-color: #006699;
  border-color: #006699;
  color: #fff;
}

.ttl-box {
  margin-bottom: 1.2rem;
  padding-top: 1.2rem;
}
.ttl-box h2 {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
  padding: .5rem 1.2rem;
  color: #006699;
  background-color: #e8e8e8;
  text-align: center;
}
.ttl-box h2 span {
  font-size: 16px;
  top: 0;
  background-color: unset;
  padding: 0;
}

.shop-list .img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2px;
}
.shop-list p {
  margin: 0;
}
.shop-list p:first-of-type,
.shop-list p:last-of-type {
  margin-bottom: 10px;
}
.shop-box {
  margin: 65px 0;
  padding-bottom: .9rem;
}

.images {
    width: calc((100% - 2px) / 2);
}
.shop-list .img-box img {
  width: 100%;
  display: block;
}
.shopname {
  padding-bottom: .2rem;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 1px #bbb;
}

.sat { color:#2980b9; }
.sun { color:#e74c3c; }

.shop-list .shop-info {
  font-size: 14.5px;
  margin: 15px 0 10px;
  line-height: 2;
}
.shop-list .shop-info div {
  margin-bottom: 10px;
  line-height: 1.6;
}

.note {
  margin: 8em 0 3em;
  font-size: 14px;
}

 @media screen and (max-width: 768px) {
    .ttl-box {
      margin-bottom: 1.2rem;
    }
    .images {
        width: 100%;
    }
    .shop-list .img-box {
        flex-direction: column;
    }
    .menu-li {
        gap: 15px;
 }