@charset "UTF-8";
@import url("reset.css");
@import url("common.css");
@import url("module.css");
@import url("import.css");
@import url("fix.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
/* リンク周り
----------------------------------------------------------- */
#container a {
  color: #1111cc; }
  #container a:visited {
    color: #1111cc; }

/* パンくず
------------------------------- */
#breadcrumb li a {
  color: #1111cc; }

/* 見出し帯
------------------------------- */
.h1{
  position: relative;
  font-family: 'Noto Serif JP', serif;
  /* margin-bottom: 20px; */
  margin-left: 24px !important;
  padding: 0 !important;
  font-size: 24px;
  color: #4e1f1b;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
}
.h1:before{
  content: url(/common/img/point_ttl_h1.png);
  display: block;
  margin: 0 7px 0 0;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}

.h2{
  display: block;
  background-image: url(/common/img/bg_ttl_h2.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 900px;
  height: 39px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: #3f2f28;
  font-weight: normal;
  line-height: 39px;
  text-align: left;
  box-sizing: border-box;
}

.specialTalk .fs528 p, .specialTalk .fs528 h3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }

/* top-page
------------------------------- */
#topArea #infoDl a:visited {
  color: #575757; }

#btnInfo, #btnBuy, #btnlist {
  z-index: 1000; }

/* icon付きリンク
------------------------------- */
.icon_link {
  color: #8a8a8a !important; }
  .icon_link:visited {
    color: #8a8a8a !important; }

.list_wrap .inner .detail .icon_link {
  color: #333 !important; }
  .list_wrap .inner .detail .icon_link:visited {
    color: #333 !important; }

/* slide
----------------------------------------------------------- */
#slideShow {
  margin-bottom: 130px;
  overflow: hidden; }
  #slideShow .inner {
    top: 170px !important; }

.slider .slide01 {
  background: url("../../img/visual01_bg.jpg") no-repeat top center;
  background-size: cover; }
.slider .slide02 {
  background: url("../../img/visual02_bg.jpg") no-repeat top center;
  background-size: cover; }
.slider .slide03 {
  background: url("../../img/visual03_bg.jpg") no-repeat top center;
  background-size: cover; }
.slider .slick-slide img {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 960px; }

.slick-dots {
  position: absolute;
  bottom: 35px;
  right: 12%;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button::before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 20px;
        background: #989898;
        content: '';
        text-align: center;
        opacity: 0.5;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .slick-dots .slick-active button:before {
    opacity: 1;
    color: #595959; }

/* social
----------------------------------------------------------- */
#infoDl dd {
  padding: 8px 0 8px 8.5em !important; }

/* news
----------------------------------------------------------- */
#social {
  width: 164px; }

/* product
----------------------------------------------------------- */
.specialTalk h3, .specialTalk p, .specialTalk li, .specialTalk .caption, .product_main h3, .product_main p, .product_main li, .product_main .caption {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }

.cnts_product .kv_table {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: auto; }
  .cnts_product .kv_table .table-cell {
    display: table-cell;
    text-align: left;
    padding: 10px; }
    .cnts_product .kv_table .table-cell img {
      margin-bottom: 20px; }
    .cnts_product .kv_table .table-cell p {
      line-height: 1.7;
      margin-bottom: 20px; }
    .cnts_product .kv_table .table-cell small {
      line-height: 1.7;
      font-size: 11px;
      color: #7a7a7a; }

/* shoplist
----------------------------------------------------------- */
#shopList_wrap h2 {
  text-align: left; }
#shopList_wrap .list_wrap h2 {
  width:960px;
  height:39px;
  font-family: 'Noto Serif JP', serif;
  margin:0 auto;
  padding: 0 20px;
  background:url(../../shop/img/bg_title.gif) no-repeat;
  font-size: 18px;
}
#shopList_wrap .table {
  display: table;
  width: 100%; }
  #shopList_wrap .table .table-cell {
    display: table-cell; }
  #shopList_wrap .table .model_list {
    font-size: 14px;
    vertical-align: bottom; }
    #shopList_wrap .table .model_list table {
      margin: 0 0 10px;
      border-collapse: collapse;
      width: 100%; }
      #shopList_wrap .table .model_list table tr th, #shopList_wrap .table .model_list table tr td {
        padding: 10px;
        border: 1px solid #bcb293;
        border-collapse: collapse;
        background: #fff; }
      #shopList_wrap .table .model_list table tr th {
        background: #bcb293;
        color: #fff;
        border: 1px solid #fff; }
#shopList_wrap .shopList table .shop {
  width: 30%; }
#shopList_wrap .shopList table .address {
  width: 40%; }
#shopList_wrap .shopList table .tel {
  width: 18%; }
#shopList_wrap .shopList table .model {
  width: 12%;
  text-align: left !important; }

/* policy
----------------------------------------------------------- */
.copyright_box {
  display: table;
  width: 100%;
  max-width: 600px; }
  .copyright_box li {
    display: table-cell;
    vertical-align: top; }
    .copyright_box li img {
      display: inline-block; }
    .copyright_box li p {
      display: inline-block;
      margin-top: 0 !important; }

/* footer
----------------------------------------------------------- */
#fLogo {
  width: auto !important; }
  #fLogo img:first-child {
    margin-right: 10px; }
