@charset "UTF-8";
@import "../fonts/FontAwesome/v470/font-awesome.css";
/* Filetype Web Font **********************************************************/
@font-face {
  font-family: TeXGyreAdventorRegular;
  src: url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TeXGyreAdventorItalic;
  src: url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TeXGyreAdventorBold;
  src: url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TeXGyreAdventorBolditalic;
  src: url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBolditalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* shoplistformat ********************************************************/
html, body {
  height: 100%;
}

#wrapper {
  height: 100%;
}

/*トップセクション*/
.shoplist #section01 {
  padding-bottom: 40px;
}

/*検索タイトル*/
.input span,
.ShopArea span {
  font-weight: bold;
}

/*ショップエリアボタン*/
.ShopArea ul {
  margin-bottom: 30px;
  text-align: left;
}
.ShopArea li {
  display: inline-block;
  margin: 8px 10px 0 0;
  padding: 10px;
  background-color: #fff;
  list-style: none;
  font-weight: bold;
}
.ShopArea li:first-child {
  margin-left: 0;
}
.ShopArea li a {
  text-decoration: none;
  color: #000;
}
.ShopArea li:hover {
  cursor: pointer;
  color: #000;
  background-color: #FFFF00;
}

/*テーブルキャプション*/
h4.table-caption {
  float: left;
  font-size: 112%;
}
@media only screen and (max-width: 600px) {
  h4.table-caption {
    float: none;
  }
}

/*ショップのカウント表示*/
#counter {
  float: right;
  margin-top: -7px; /*調整用*/
}
@media only screen and (max-width: 600px) {
  #counter {
    float: none;
    /*margin-top:0;*/
  }
}
#counter span {
  margin-right: 0.2em;
  font-size: 131%;
  font-family: "TeXGyreAdventorRegular";
  color: red;
}
#counter .for-PC {
  display: none;
}

/*ショップ名非表示用*/
.yomi {
  display: none;
}

/*県の境目に入れる区切り線*/
.footable tbody tr.sakaime td {
  border-bottom: 2px solid #2B8AB7;
}

#contents h1 {
  margin: 0 0 20px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  #contents h1 {
    font-size: 27px;
    line-height: 1.3;
  }
}
#contents h1 .hgroup {
  margin: 0 !important;
}

@media only screen and (max-width: 600px) {
  .input small {
    display: block;
    margin-top: 5px;
  }
}

.input {
  margin: 20px auto 20px;
}

.for-MB {
  display: none;
}
/*# sourceMappingURL=shoplist.css.map */