@charset "UTF-8";
/* LP用基本クラス */
body.matsusaka-marathon,
body.post-type-archive-shops,
body.single-shops {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic",
    "游ゴシック", YuGothic, "游ゴシック体", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
body.matsusaka-marathon .visible-xs,
body.post-type-archive-shops .visible-xs,
body.single-shops .visible-xs {
  display: block !important;
}
body.matsusaka-marathon .hidden-xs,
body.post-type-archive-shops .hidden-xs,
body.single-shops .hidden-xs {
  display: none !important;
}
body.matsusaka-marathon a,
body.post-type-archive-shops a,
body.single-shops a {
  text-decoration: none;
}
body.matsusaka-marathon img,
body.post-type-archive-shops img,
body.single-shops img {
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  body.matsusaka-marathon,
  body.post-type-archive-shops,
  body.single-shops {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  body.matsusaka-marathon .visible-xs,
  body.post-type-archive-shops .visible-xs,
  body.single-shops .visible-xs {
    display: none !important;
  }
  body.matsusaka-marathon .hidden-xs,
  body.post-type-archive-shops .hidden-xs,
  body.single-shops .hidden-xs {
    display: block !important;
  }
}
/* ボタン */
.btn_wrap_matsuM .btn {
  border: none;
  border-radius: 999px;
  background: #003670;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  min-height: 42px;
  max-width: 382px;
  padding: 5px 8px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 768px) {
  .btn_wrap_matsuM .btn {
    font-size: 2rem;
    line-height: 2.2rem;
    min-height: 50px;
    max-width: 382px;
  }
}
/* body */
body.matsusaka-marathon .wrap.hd0,
body.post-type-archive-shops .wrap.hd0,
body.single-shops .wrap.hd0 {
  margin: 0;
}
body.matsusaka-marathon .wrap_shops,
body.post-type-archive-shops .wrap_shops,
body.single-shops .wrap_shops {
  word-wrap: break-word;
  width: 100%;
  z-index: 1;
  margin: 0 0 0;
  padding: 0;
}
body.matsusaka-marathon .wrap_np_marathon,
body.post-type-archive-shops .wrap_np_marathon,
body.single-shops .wrap_np_marathon {
  word-wrap: break-word;
  width: 100%;
  z-index: 1;
  margin: 0 0 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  body.matsusaka-marathon,
  body.post-type-archive-shops,
  body.single-shops {
    min-width: 1280px;
  }
}
/* ヘッダー */
header.matsuM {
  position: relative;
}
header.matsuM .h_container {
  height: auto;
}
header.matsuM .h_container .h_inner {
  display: block;
  padding: 10px 10px 25px;
}
header.matsuM .h_container .h_inner .h_title {
  background: url(./../images/header_bg_sp.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 5px;
}
header.matsuM .h_container .h_inner .h_title > img {
  width: 100%;
  max-width: 355px;
  margin: 0 auto;
}
header.matsuM .h_container .h_inner .h_img_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding-bottom: 10px;
}
header.matsuM .h_container .h_inner .h_img_wrap > img {
  width: calc((100% - 10px) / 3);
  max-width: 230px;
}
header.matsuM .h_container .h_inner .guide_wrap > ul {
  display: flex;
  flex-wrap: wrap;
}
header.matsuM .h_container .h_inner .guide_wrap > ul > li {
  width: 50%;
  height: 68px;
  border-bottom: 3px solid #003670;
  box-sizing: content-box !important;
}
header.matsuM .h_container .h_inner .guide_wrap > ul > li:first-of-type {
  width: 100%;
  border-top: 3px solid #003670;
  padding: 0px 5px;
}
header.matsuM .h_container .h_inner .guide_wrap > ul > li:last-of-type {
  width: 100%;
}
header.matsuM .h_container .h_inner .guide_wrap > ul > li:nth-of-type(2n) {
  position: relative;
}
header.matsuM
  .h_container
  .h_inner
  .guide_wrap
  > ul
  > li:nth-of-type(2n):after {
  position: absolute;
  display: block;
  content: "";
  background: url(./../images/guide_sepa.png) no-repeat center center;
  background-size: contain;
  width: 23px;
  height: 68px;
  top: 0;
  right: -11.5px;
}
header.matsuM .h_container .h_inner .guide_wrap > ul > li:last-of-type:after {
  display: none;
}
header.matsuM .h_container .h_inner .guide_wrap > ul > li:nth-of-type(2n) > a {
  padding: 0 11.5px 0 5px;
}
header.matsuM
  .h_container
  .h_inner
  .guide_wrap
  > ul
  > li:nth-of-type(2n-1)
  > a {
  padding: 0 5px 0 11.5px;
}
header.matsuM .h_container .h_inner .guide_wrap > ul > li > a {
  display: grid;
  place-items: center;
  text-align: center;
  height: 100%;
  color: #003670;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  header.matsuM .h_container {
    padding: 14px 0 0;
    width: 1250px;
    margin: 0 auto;
  }
  header.matsuM .h_container .h_inner {
    width: 1250px;
    padding: 0 0 40px;
  }
  header.matsuM .h_container .h_inner .h_title {
    background: url(./../images/header_bg_pc.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
  }
  header.matsuM .h_container .h_inner .h_title > img {
    max-width: 100%;
  }
  header.matsuM .h_container .h_inner .h_img_wrap {
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 15px;
  }
  header.matsuM .h_container .h_inner .h_img_wrap > img {
    width: 100%;
    max-width: initial;
  }
  header.matsuM .h_container .h_inner .guide_wrap > ul {
    flex-wrap: nowrap;
    border-top: 3px solid #003670;
    border-bottom: 3px solid #003670;
  }
  header.matsuM .h_container .h_inner .guide_wrap > ul > li {
    width: 100%;
    height: 92px;
    border: none;
    padding: 0;
  }
  header.matsuM .h_container .h_inner .guide_wrap > ul > li:first-of-type {
    border: none;
    padding: 0;
  }
  header.matsuM
    .h_container
    .h_inner
    .guide_wrap
    > ul
    > li:nth-of-type(2n):after {
    top: 50%;
    transform: translate(0, -50%);
  }
  header.matsuM
    .h_container
    .h_inner
    .guide_wrap
    > ul
    > li:nth-of-type(2n)
    > a {
    padding: 0;
  }
  header.matsuM .h_container .h_inner .guide_wrap > ul > li:nth-of-type(2n-1) {
    position: relative;
  }
  header.matsuM
    .h_container
    .h_inner
    .guide_wrap
    > ul
    > li:nth-of-type(2n-1):after {
    position: absolute;
    display: block;
    content: "";
    background: url(./../images/guide_sepa.png) no-repeat center center;
    background-size: contain;
    width: 23px;
    height: 68px;
    top: 50%;
    transform: translate(0, -50%);
    right: -11.5px;
  }
  header.matsuM
    .h_container
    .h_inner
    .guide_wrap
    > ul
    > li:nth-of-type(2n-1)
    > a {
    padding: 0;
  }
  header.matsuM .h_container .h_inner .guide_wrap > ul > li:last-of-type:after {
    content: none;
  }
  header.matsuM .h_container .h_inner .guide_wrap > ul > li > a {
    font-size: 2rem;
  }
}
/* フッター */
footer.matsuM {
  background: url(./../images/footer_bg_sp.png) no-repeat center center;
  background-size: cover;
  z-index: 20;
  padding: 0 20px;
  height: 70px;
  border: none;
}
footer.matsuM:before {
  content: none;
}
footer.matsuM .f_inner {
  height: 100%;
}
footer.matsuM .f_inner > p {
  height: 100%;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
footer.matsuM .f_inner #scrolltop a {
  background: url(./../images/f_page_top.png) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  footer.matsuM {
    padding: 0 25px;
    background: url(./../images/footer_bg_pc.png) no-repeat center center;
    background-size: cover;
  }
  footer.matsuM .f_inner > p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
#fix_btn_certificate {
  position: fixed;
  bottom: 80px;
  right: 70px;
}
#fix_btn_certificate a {
  display: block;
  width: 180px;
  height: 50px;
  padding: 7px 20px 5px;
  text-align: center;
  margin: 0 auto;
  background: #003670;
  color: #fff;
  border-radius: 9999px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: bold;
}
#fix_btn_certificate a:hover,
#fix_btn_certificate a:focus,
#fix_btn_certificate a:active,
#fix_btn_certificate a:visited {
  color: #fff;
  text-decoration: none;
}
#fix_btn_certificate a span {
  display: inline-block;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #fix_btn_certificate a {
    width: 100%;
    max-width: 382px;
    padding: 11px 30px 11px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
/* トグル */
#toggle.matsuM,
#toggle_shops {
  position: fixed;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: #fff;
  border-bottom-left-radius: 10px;
  z-index: 1000;
}
#toggle.matsuM .trigger,
#toggle_shops .trigger {
  width: 58px;
  height: 58px;
}
#toggle.matsuM .trigger span,
#toggle_shops .trigger span {
  background: #003670;
  height: 4px;
  width: 28px;
  border-radius: 3px;
  left: 16px;
}
#toggle.matsuM .trigger span:nth-of-type(2),
#toggle_shops .trigger span:nth-of-type(2) {
  background: #003670;
  height: 4px;
  width: 28px;
  border-radius: 3px;
  top: 28px;
  left: 16px;
}
#toggle.matsuM .trigger span:nth-of-type(2):after,
#toggle_shops .trigger span:nth-of-type(2):after {
  background: #003670;
  height: 4px;
  width: 28px;
  border-radius: 3px;
}
#toggle.matsuM .trigger span:nth-of-type(3),
#toggle_shops .trigger span:nth-of-type(3) {
  background: #003670;
  height: 4px;
  width: 28px;
  border-radius: 3px;
  top: 38px;
  left: 16px;
}
#toggle.matsuM.toggle_dnp,
#toggle_shops.toggle_dnp {
  top: 28px;
  right: 0;
}
#toggle.matsuM.toggle_dnp .trigger.active,
#toggle_shops.toggle_dnp .trigger.active {
  top: 0;
  right: 0;
}
body.bg_fixed #toggle.matsuM.toggle_dnp,
body.bg_fixed #toggle_shops.toggle_dnp {
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #toggle.matsuM.toggle_dnp,
  #toggle_shops.toggle_dnp {
    top: 28px;
    right: 0;
  }
  body.bg_fixed #toggle.matsuM.toggle_dnp,
  body.bg_fixed #toggle_shops.toggle_dnp {
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #toggle.matsuM.toggle_dnp,
  #toggle_shops.toggle_dnp {
    top: 0;
    right: 0;
  }
  #toggle.matsuM.toggle_dnp .trigger.active,
  #toggle_shops.toggle_dnp .trigger.active {
    top: 0;
    right: 0;
  }
  body.bg_fixed #toggle.matsuM.toggle_dnp,
  body.bg_fixed #toggle_shops.toggle_dnp {
    top: 0;
    right: 0;
  }
}
/* SPメニュー */
#sp_menu.matsuM {
  background: transparent;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
#sp_menu.matsuM .sp_menu_inner {
  padding: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: stretch;
}
#sp_menu.matsuM .sp_menu_inner .matsuM_menu_closer {
  flex: 0 1 auto;
  width: 100%;
  position: relative;
  display: block;
  background: transparent;
}
#sp_menu.matsuM .sp_menu_inner .matsuM_menu_inner {
  flex: 0 0 auto;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-width: 375px;
  overflow-y: auto;
  margin: 0 0 0 auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translateX(50px);
  position: relative;
  padding: 70px 0;
}
#sp_menu.matsuM .sp_menu_inner .matsuM_menu_inner.active {
  transform: translateX(0);
}
@media print, screen and (min-width: 768px) {
  #toggle_shops + #sp_menu.matsuM {
    display: block;
  }
}
/* コンテンツエリア（サイドバー有り） */
.lp-container.matsuM {
  padding: 0 10px 90px;
}
.lp-container.matsuM .main_area .page_contents {
  padding: 0;
}
/* 公式ページ・協賛リンク（SP限定） */
.side_bar .sec_official .sec_inner > h3,
.side_bar .sec_bnr .sec_inner > h3,
.side_bar .sec_ads .sec_inner > h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  min-height: 40px;
  background-color: #003670;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 9px 10px;
}
.side_bar .sec_official .sec_inner > h3.hl_sp,
.side_bar .sec_bnr .sec_inner > h3.hl_sp,
.side_bar .sec_ads .sec_inner > h3.hl_sp {
  display: flex;
  margin: 18px 0;
}
.side_bar .sec_official .sec_inner > h3.hl_pc,
.side_bar .sec_bnr .sec_inner > h3.hl_pc,
.side_bar .sec_ads .sec_inner > h3.hl_pc {
  display: none;
}
.side_bar .sec_official .sec_inner .official_wrap,
.side_bar .sec_official .sec_inner .bnr_wrap,
.side_bar .sec_official .sec_inner .ads_wrap,
.side_bar .sec_bnr .sec_inner .official_wrap,
.side_bar .sec_bnr .sec_inner .bnr_wrap,
.side_bar .sec_bnr .sec_inner .ads_wrap,
.side_bar .sec_ads .sec_inner .official_wrap,
.side_bar .sec_ads .sec_inner .bnr_wrap,
.side_bar .sec_ads .sec_inner .ads_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side_bar .sec_official .sec_inner .official_wrap > div,
.side_bar .sec_official .sec_inner .bnr_wrap > div,
.side_bar .sec_official .sec_inner .ads_wrap > div,
.side_bar .sec_bnr .sec_inner .official_wrap > div,
.side_bar .sec_bnr .sec_inner .bnr_wrap > div,
.side_bar .sec_bnr .sec_inner .ads_wrap > div,
.side_bar .sec_ads .sec_inner .official_wrap > div,
.side_bar .sec_ads .sec_inner .bnr_wrap > div,
.side_bar .sec_ads .sec_inner .ads_wrap > div {
  margin: 0 auto;
  max-width: 300px;
}
.side_bar .sec_official .sec_inner .official_wrap > div > a,
.side_bar .sec_official .sec_inner .bnr_wrap > div > a,
.side_bar .sec_official .sec_inner .ads_wrap > div > a,
.side_bar .sec_bnr .sec_inner .official_wrap > div > a,
.side_bar .sec_bnr .sec_inner .bnr_wrap > div > a,
.side_bar .sec_bnr .sec_inner .ads_wrap > div > a,
.side_bar .sec_ads .sec_inner .official_wrap > div > a,
.side_bar .sec_ads .sec_inner .bnr_wrap > div > a,
.side_bar .sec_ads .sec_inner .ads_wrap > div > a {
  display: block;
  height: 100%;
}
.side_bar .sec_official .sec_inner .official_wrap,
.side_bar .sec_bnr .sec_inner .official_wrap,
.side_bar .sec_ads .sec_inner .official_wrap {
  padding-bottom: 20px;
}
.side_bar .sec_official .sec_inner .official_wrap > div,
.side_bar .sec_bnr .sec_inner .official_wrap > div,
.side_bar .sec_ads .sec_inner .official_wrap > div {
  max-width: 298px;
}
.side_bar .sec_official .sec_inner .bnr_wrap,
.side_bar .sec_bnr .sec_inner .bnr_wrap,
.side_bar .sec_ads .sec_inner .bnr_wrap {
  padding-bottom: 0;
}
.side_bar .sec_official .sec_inner .ads_wrap,
.side_bar .sec_bnr .sec_inner .ads_wrap,
.side_bar .sec_ads .sec_inner .ads_wrap {
  gap: 15px;
}
.side_bar .sec_bnr {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .lp-container.matsuM {
    display: flex;
    gap: 39px;
    padding: 0 20px 60px 25px;
    width: 1280px;
    margin: 0 auto;
  }
  .lp-container.matsuM .main_area {
    width: 896px;
  }
  .lp-container.matsuM .main_area .page_contents {
    padding: 0;
  }
  .lp-container.matsuM .side_bar {
    width: 300px;
  }
  .lp-container.matsuM .side_bar .sec_official .sec_inner > h3,
  .lp-container.matsuM .side_bar .sec_bnr .sec_inner > h3,
  .lp-container.matsuM .side_bar .sec_ads .sec_inner > h3 {
    margin-bottom: 18px;
    justify-content: flex-start;
  }
  .lp-container.matsuM .side_bar .sec_official .sec_inner > h3.hl_sp,
  .lp-container.matsuM .side_bar .sec_bnr .sec_inner > h3.hl_sp,
  .lp-container.matsuM .side_bar .sec_ads .sec_inner > h3.hl_sp {
    display: none;
  }
  .lp-container.matsuM .side_bar .sec_official .sec_inner > h3.hl_pc,
  .lp-container.matsuM .side_bar .sec_bnr .sec_inner > h3.hl_pc,
  .lp-container.matsuM .side_bar .sec_ads .sec_inner > h3.hl_pc {
    display: flex;
  }
  .lp-container.matsuM .side_bar .sec_official .sec_inner > div,
  .lp-container.matsuM .side_bar .sec_bnr .sec_inner > div,
  .lp-container.matsuM .side_bar .sec_ads .sec_inner > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lp-container.matsuM .side_bar .sec_official .sec_inner > div > div > a,
  .lp-container.matsuM .side_bar .sec_bnr .sec_inner > div > div > a,
  .lp-container.matsuM .side_bar .sec_ads .sec_inner > div > div > a {
    display: block;
    height: 100%;
  }
  .lp-container.matsuM .side_bar .sec_official .sec_inner {
    padding-bottom: 40px;
  }
  .lp-container.matsuM .side_bar .sec_official .sec_inner .official_wrap {
    width: 298px;
    margin: 0 auto;
  }
  .lp-container.matsuM .side_bar .sec_bnr .sec_inner {
    padding-bottom: 40px;
  }
  .lp-container.matsuM .side_bar .sec_ads .sec_inner .ads_wrap {
    gap: 15px;
  }
}
/* コンテンツエリア（サイドバー無し） */
.lp-container-full {
  padding: 0;
}
.lp-container-full .main_area .page_contents {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .lp-container-full {
    padding: 0;
    width: 1280px;
    margin: 0 auto;
  }
  .lp-container-full .main_area {
    width: 920px;
    margin: 0 auto;
  }
  .lp-container-full .main_area .page_contents {
    padding: 0;
  }
}
.lp-container-single {
  padding: 0;
}
.lp-container-single .page_contents {
  padding: 0;
}

a[href=""] {
  pointer-events: none;
}
