@charset "UTF-8";
/* --------------------------------------------------------------
	共通クラス・部品
-------------------------------------------------------------- */
.hl_shops_a {
  color: #fff;
  font-weight: bold;
  min-height: 70px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding: 19px 24px 19px;
  margin: 0 0 19px;
  display: flex;
  align-items: center;
  background: #003670 url(./../images/hl_bk_shops_sp.png) repeat left center;
  background-size: 77px 1px;
}
.hl_shops_a span {
  vertical-align: bottom;
}
.hl_shops_a.hl_sp {
  display: flex;
}
.hl_shops_a.hl_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .hl_shops_a {
    min-height: 80px;
    font-size: 3.8rem;
    line-height: 5.1rem;
    padding: 18px 29px 17px;
    margin: 0 0 19px;
    background: #003670 url(./../images/hl_bk_shops_pc.png) repeat left center;
    background-size: 88px 1px;
  }
  .hl_shops_a.hl_pc {
    display: flex;
  }
  .hl_shops_a.hl_sp {
    display: none;
  }
}
.hl_shops_b {
  min-height: 70px;
  line-height: 40px;
  padding: 24px 15px 22px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff;
  background: url(./../images/hl_bk_local-special1_sp.png) repeat-x left center;
  background-size: 267px 70px;
}
.hl_shops_b span {
  vertical-align: bottom;
}
.hl_shops_b.hl_sp {
  display: flex;
}
.hl_shops_b.hl_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .hl_shops_b {
    font-size: 2.4rem;
    line-height: 3.2rem;
    min-height: 100px;
    padding: 20px 31px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    background: url(./../images/hl_bk_local-special1_pc.png) repeat-x left
      center;
    background-size: 380px 100px;
  }
  .hl_shops_b.hl_pc {
    display: flex;
  }
  .hl_shops_b.hl_sp {
    display: none;
  }
}
.btn_certificate {
  display: block;
  width: 100%;
  max-width: 250px;
  min-height: 42px;
  padding: 11px 20px 10px;
  text-align: center;
  margin: 0 auto;
  background: #003670;
  color: #fff;
  border-radius: 9999px;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: bold;
}
.btn_certificate:hover,
.btn_certificate:focus,
.btn_certificate:active,
.btn_certificate:visited {
  color: #fff;
  text-decoration: none;
}
.btn_certificate span {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn_certificate {
    width: 100%;
    max-width: 382px;
    min-height: 50px;
    padding: 12px 30px 11px;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
/* --------------------------------------------------------------
	マップ
-------------------------------------------------------------- */
#map {
  z-index: 10;
}
/* --------------------------------------------------------------
	ページ別　記事一覧 
-------------------------------------------------------------- */
section.sec_shops_map {
  padding: 0 0 30px;
}
section.sec_shops_map .shops_map_text p {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 30px 0 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  section.sec_shops_map {
    padding: 0 0 60px;
  }
  section.sec_shops_map .shops_map_text p {
    padding: 60px 0 40px;
  }
}
section.shops_head_tool .hl_shops_b {
  margin: 0 auto 20px;
}
/* --------------------------------------------------------------
	ページャー
-------------------------------------------------------------- */
.sec_shops_list .paging_sp .pager {
  margin: 10px 0 0 0;
}
.cat_nav_sp.shops .cat_wrap .cat_list > li > a span.current_cat,
.cat_nav_sp.shops .cat_wrap .cat_list > li > div span.current_cat {
  margin: 0 -1px 0 0;
  background: #d67643;
}
.cat_nav_sp.shops .cat_inner {
  border-top: 1px solid #d8d8d8;
}
@media print, screen and (min-width: 768px) {
  .cat_nav_pc.shops .cat_wrap {
    border-bottom: none;
  }
  .cat_nav_pc.shops .cat_inner {
    padding: 5px 0;
    background: #d67643;
    max-width: 100%;
  }
  .cat_nav_pc.shops + .shops .cat_inner {
    padding: 5px 0;
    border-top: 1px solid #d8d8d8;
  }
}
/* --------------------------------------------------------------
	記事一覧　override
-------------------------------------------------------------- */
section.news_list
  ul.news_list
  > li.item_sp
  .post_body
  .excerpt_area
  .row_catdate {
  margin-right: -10px;
}
/* --------------------------------------------------------------
	ページ別　記事詳細 override
-------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .article_head .subinfo_row ul.cat_list.shops_cat_list {
    order: 0;
    padding: 0 0 5px;
    width: 100%;
    flex: 0 0 auto;
  }
}
.shop_info.shops {
  padding-top: 0;
}
.shop_info .sns_panel_wrap .sns_panel .shop_sns_link.x_twitter {
  background-image: url(./../images/icon_shop_x_twitter.png);
  background-size: 32px;
}
@media print, screen and (min-width: 768px) {
  .shop_info .sns_panel_wrap .sns_panel .shop_sns_link.x_twitter:after {
    content: "X(Twitter)";
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
a[href=""] {
  pointer-events: none;
}
