@charset "UTF-8";
/* CSS Document */
html {
width: 100%;
}
body {
width: 100%;
color: #231816;
}
img {
	width: 100%;
}
.wrapper {
width: 100%;
max-width: 1000px;
min-width: 310px;
margin: 0 auto;
padding: 40px 8px;
}
h1 {
	font-size: 24px;
font-weight: bold;
	text-align: center;
	margin: 0 auto 20px auto;
}
nav {
	text-align: center;
}
nav a{
text-decoration: underline;
color:#779d02;
font-weight: 600;
font-size: 14px;
}
nav a:hover{
	opacity: 0.7;
}
h2 {padding: 0 10px;
	font-size: 18px;
font-weight: bold;
color: #86b200;
}
main {
padding: 40px 0;
}
section {
width: 100%;
max-width: 1000px;
min-width: 310px;
margin: 0 auto;
}
table {
  border-collapse: collapse;
  width: 98%;
	margin: 16px auto 40px auto;
font-size: 13px;
}
.store__table th,
.store__table td {
  text-align:center;
  box-sizing:border-box;
}
.store__table th {
  padding: 8px;
  background: #86b200;
  color: #fff;
	text-align: center;
  border: solid 1px #86b200;
}
.store__table td {
  padding: 8px;
	text-align: left;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
	line-height: 1.5em;
}
.store_name {
	width: 22%;
}
.store_category {
	width: 16%;

}
.store_area {
	width: 18%;

}
.store_address {
	width: 26%;
}
.store_tel {
	width: 14%;
}
.service {
	margin: 0 auto 70px auto;
}
.flyer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.flyer a {
	margin: auto;
	background: #779d02;
	color: #FFF;
	padding: 12px 30px;;
	border-radius: 8px;
	font-weight: 600;
	font-size: 18px;
}
.flyer a:hover{
	opacity: 0.7;
}


footer{
text-align: center;
font-weight: bold;
font-size: 18px;
line-height: 1.6em;
}

@media screen and (max-width: 640px) {

h1 {
	font-size: 18px;
	text-align: center;
}
table {
font-size: 16px;
	
}
  .store__table .head{
    display:none;
  }
  .store__table {
    width: 100%;
  }
  table.store__table td {
	display: block;
	width: 100%;
	border-bottom: solid 1px #fff;
	padding: 8px 10px 0px;
	line-height: 1.8rem;
  }
  table.store__table td:first-child {
    background: #86B200;
    color:#fff;
    font-weight:bold;
	padding: 6px 10px;
  border: solid 1px #86B200;
  }
  .store__table tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  .store__table td:before {
    content: attr(data-label);
    float: left;
    margin-right: 24px;
		color: #797979;
		font-size: 14px;
  }
.store_remarks {
padding:0 0 8px 30px;
	padding: 10px 10px 8px;
}
}
