@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

/*************
/* マップ
*************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*----------------------------------------------------
	.ショップリスト
----------------------------------------------------*/
#shop {
	font-size:12px;
    width: 100%; 
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    }
section table	{ width: 100%; }
section th, section td	{ padding: 10px; border: 1px solid #fff; }
section th	{ background: #fff; }
.list th,td { width: auto; text-align: left; }

p.caption20 {
   text-align: left; /* 3.左寄せ */
   font-size: 20px;  /* 5.文字サイズ */
   font-weight: bold; /* 文字太さ*/
   color :#000; /* 6.文字色 */
   margin: 20px 0;
}

p.caption21 {
   font-size: 110%;  /* 5.文字サイズ */
   text-align: center; /* 3.中央寄せ */
   color :#000; /* 6.文字色 */
}

p.caption22 {
   font-size: 120%;  /* 5.文字サイズ */
   text-align: center; /* 3.中央寄せ */
}

table {
  width: 900px;
  margin: 20px 0px;
  table-layout: fixed;
  word-wrap: break-word;
}

table{
  border-collapse:collapse;
  margin:0 auto;
}

td,th{
  border-top:1px solid #666;
  padding:10px;
}
tr:last-child td,
tr:last-child th{
  border-bottom:1px solid #666;
}

p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

.tbl-r05 td {
　border: solid 1px #ccc;
  padding: 10px;
}

.tbl-r05 th {
  background: #000000;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.shop{
	width: 25%
}

.tel{
	width: 15%
}

.brand{
	width: 18%
}

.square_btn{
    position: relative;
    display: inline-block;
    padding: 0.5em 1.5em;
	margin: 5px 0 ;
    text-decoration: none;
    color: #ffffff;
    background: #767676;
    transition: .4s;
  }

.square_btn:hover {
    background: #000000;
    color: white;
}



@media screen and (max-width: 900px) {
  .tbl-r05 {
    width: 80%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: center;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #7A7A7A;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}
