@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- base
- h1_wrap
- cp_banner
- sec_nav
- shop_list
---------------------- */
/*=======================================
　base
=======================================*/
html {
  scroll-behavior: smooth;
}

#headerLow {
  margin-bottom: 0;
}

main * {
  font-family: inherit;
}

main {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
}
main .anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
@media screen and (max-width: 768px) {
  main .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }
}
main #anc_nav {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  main #anc_nav {
    padding-top: 20px;
    margin-top: -20px;
  }
}
main .inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
main a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  main a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  main a:hover {
    opacity: 0.6;
  }
}

/*=======================================
　h1_wrap
=======================================*/
.h1_wrap h1 {
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.h1_wrap h1 span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .h1_wrap h1 span {
    font-size: 10px;
    margin-top: 5px;
  }
}

/*=======================================
　cp_banner
=======================================*/
.cp_banner.inner {
  display: block;
  margin-top: 56px;
  margin-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .cp_banner.inner {
    width: 89.5833333333%;
    margin-top: 30px;
    margin-bottom: 61px;
  }
}

/*=======================================
　sec_lead
=======================================*/
.sec_lead {
  margin: 0 auto 2rem;
  max-width: 90%;
}
.sec_lead p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec_lead p {
    text-align: left;
    font-size: 80%;
  }
}

/*=======================================
　sec_nav
=======================================*/
.sec_nav {
  margin: 100px 0 105px;
}
@media screen and (max-width: 768px) {
  .sec_nav {
    margin: 17.5px 0 50px;
  }
}
.sec_nav .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 20px 2.04%;
}
@media screen and (max-width: 768px) {
  .sec_nav .inner ul {
    gap: 4px;
  }
}
.sec_nav .inner ul li {
  width: 18.36%;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .sec_nav .inner ul li {
    width: 32.36%;
    height: 30px;
  }
}
.sec_nav .inner ul li a {
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec_nav .inner ul li a {
    font-size: 10px;
  }
}

/*=======================================
　shop_list
=======================================*/
.shop_list {
  margin-bottom: 65px;
}
.shop_list .inner h2 {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .shop_list .inner h2 {
    font-size: 18px;
    padding-bottom: 7.5px;
    margin-bottom: 5px;
  }
}
.shop_list .inner ul li {
  border-bottom: 1px solid #b3b3b3;
}
.shop_list .inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  padding: 0.8em 0;
  position: relative;
  padding-right: calc(40.1357px + 1em);
}
@media screen and (max-width: 768px) {
  .shop_list .inner ul li a {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 5px 1em;
    padding-right: calc(12.06785px + 1em);
  }
}
.shop_list .inner ul li a.no-link {
  pointer-events: none;
}
.shop_list .inner ul li a.no-link::after {
  display: none;
}
.shop_list .inner ul li a::after {
  content: "";
  width: 8.1357px;
  height: 9.3945px;
  display: inline-block;
  background: #000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
}
@media screen and (max-width: 768px) {
  .shop_list .inner ul li a::after {
    width: 4.06785px;
    height: 4.69725px;
    right: 8px;
  }
}
.shop_list .inner ul li a .prefectures {
  width: 80px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shop_list .inner ul li a .prefectures {
    width: 52.5px;
    font-size: 12px;
  }
}
.shop_list .inner ul li a .store_name {
  width: 270px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shop_list .inner ul li a .store_name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
  }
}
.shop_list .inner ul li a .address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shop_list .inner ul li a .address {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(100% - 52.5px - 1.7em);
    padding-left: calc(52.5px + 1.7em);
    font-size: 10px;
  }
}
.shop_list:not(:last-of-type) {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .shop_list:not(:last-of-type) {
    margin-bottom: 27.5px;
  }
}
.shop_list:last-of-type {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .shop_list:last-of-type {
    margin-bottom: 27.5px;
  }
}/*# sourceMappingURL=style.css.map */