@charset "utf-8";

/* ==========================================================
   shoplist.css
   - gpt指示用(1).htm に関わる指定のみ抽出
   - shoplistページ本体用
========================================================== */

.fs-c-heading--page {
    border: none;
}

/* ==================
   minimum reset / base
====================== */
.shoplist_main,
.shoplist,
.shoplist div,
.shoplist p,
.shoplist h2,
.shoplist ul,
.shoplist li,
.shoplist a,
.shoplist img,
.shoplist iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

.shoplist ul,
.shoplist li {
  list-style: none;
}

.shoplist img {
  vertical-align: top;
}

.shoplist iframe {
  vertical-align: top;
}

/* ==================
   font helper
====================== */
.sansSerif {
  font-family: 'Trebuchet MS', sans-serif;
  letter-spacing: 0.5px;
}

.jpnSans {
  font-family: 'Noto Sans JP', sans-serif;
}

/* ==================
   clearfix
====================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ==================
   shoplist main visual/title
====================== */
.shoplist_main {
  *margin-top: 150px;
}

.shp_main-txt {
  color: rgb(154, 148, 133);
  font-family: "Lato" "Cabin Condensed" "ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-size: 1.2em;
}

.shp_main-title {
  color: rgb(154, 148, 133);
  font-size: 2.5em;
  text-align: center;
  letter-spacing: 2px;
}

/* ==================
   shoplist contents
====================== */
.shoplist {
  width: 820px;
  margin: 70px auto 80px;
}

.shoplist h2 {
  margin: 50px auto 10px;
  color: rgb(154, 148, 133);
  font-family: "Lato" "Cabin Condensed" "ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  border-bottom: 1px dotted #C0C0C0;
  padding-bottom: 4px;
}

.shoplist ul {
  width: 730px;
  margin: 0 auto;
  padding: 8px 0 20px;
}

.shoplist ul li {
  width: 730px;
  padding: 5px 0 15px;
}

.shoplist .shp-title {
  font-size: 108%;
  font-weight: bold;
  padding-bottom: 4px;
}

.shoplist .shp-txt a:link {
  color: #006e2c;
  text-decoration: underline;
}

.shop-img {
  float: right;
}
