@charset "utf-8";
html {
  /* body end */

}
html body {
  /* #wrapper end */

}
html body #wrapper {
  /* #home end */

}
html body #wrapper #shops {
  /* #main end */

}
html body #wrapper #shops #main {
  width: 655px;
}
html body #wrapper #shops #main h2 {
  font-size: 16px;
/*  margin-bottom: 8px;*/
	 margin: 16px; /* 修正 */
  color: #0d723b;
	 float: left;
}
html body #wrapper #shops #main table {
  border-collapse: collapse;
  border: 2px solid #88b927;
  width: 655px;
}
html body #wrapper #shops #main .caption-shops {
	 color: red;
  font-weight: bold;
  margin: 16px;
  float: right;
}



html body #wrapper #shops #main .attention-shops {
	 color: white;
	 background-color: red;
	 font-weight: bold;
	 margin: 0 0 10px 0;
	 padding: 10px;
	 float: left;
}




html body #wrapper #shops #main table .col5 {
  display: none;
}
html body #wrapper #shops #main table tr {
  font-size: 11px;
  line-height: 18px;
}
html body #wrapper #shops #main table tr th,
html body #wrapper #shops #main table tr td {
  padding: 5px 3px;
}
html body #wrapper #shops #main table tr th {
  background: #88b927;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}
html body #wrapper #shops #main table tr th + th {
  border-left: 2px solid #fff;
}
html body #wrapper #shops #main table tr td {
  border-left: 2px solid #88b927;
  border-right: 2px solid #88b927;
  vertical-align: top;
}
html body #wrapper #shops #main table tr .area {
  width: 54px;
}
html body #wrapper #shops #main table tr .title {
  width: 20%;
}
html body #wrapper #shops #main table tr td.area {
  font-size: 13px;
}
html body #wrapper #shops #main table tr td.title {
  font-size: 13px;
}
html body #wrapper #shops #main table tr td.title a {
  text-decoration: underline;
  color: #0d6a37;
}
html body #wrapper #shops #main table tr .open-hour {
  width: 20%;
}
html body #wrapper #shops #main table tr .address {
  width: 40%;
}
html body #wrapper #shops #main table tr .tenant span {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  column-gap: 3px;
}
html body #wrapper #shops #main table tr .tenant span img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper #shops #main table tr + tr {
  border-top: 1px solid #88b927;
}
html body #wrapper #shops #main .shop-all {
  margin-top: 30px;
}
/* html end */
@media screen and (max-width: 640px) {
  html {
    /* body end */

  }
  html body {
    /* #wrapper end */

  }
  html body #wrapper {
    /* #home end */

  }
  html body #wrapper #shops {
    /* #main end */

  }
  html body #wrapper #shops #main {
    width: auto;
    margin: 0 10px;
    float: none;
  }
  html body #wrapper #shops #main .caption-shops {
    margin: 0 16px 8px 16px;
	 }
  html body #wrapper #shops #main table {
/*    width: auto;*/
    width: 100%;
  }
  html body #wrapper #shops #main table .col5 {
    display: table-row;
    border-bottom: 1px solid #fff;
  }
  /* html end */
}
