@charset "shift_jis";

/* CSS‰Šú‰»‚ÌƒXƒ^ƒCƒ‹‚ð‹LÚ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", ƒƒCƒŠƒI, sans-serif;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

/*link*/
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a:active {
  color: #666666;
  text-decoration: none;
}

/*Clearfix*/
.clr {
  /zoom: 1;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.c-naviStore {
  padding-top: 60px;
  padding-bottom: 100px;
}

.c-naviStore_inner {
  max-width: 1000px;
}


.c-contents+.c-naviStore {
  margin-top: 30px;
}

.c-naviStore+.l-footerColumns {
  margin-top: -60px;
}

.c-naviStore_ttl {
  text-align: center;
  margin-bottom: 35px;
}

.c-naviStore_ttl .line {
  display: inline-block;
  position: relative;
}

.c-naviStore_ttl .line:before {

  background: url(../img/icon_cart.png) no-repeat center / contain;
  display: inline-block;
  content: "";
  width: 39px;
  height: 31px;
  margin: 0 8px -1px 0;
  position: relative;
  z-index: 1;
}

.c-naviStore_ttl .txt {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #29266e;
  line-height: 1.3;
  font-size: 2.5rem;
  letter-spacing: -0.04em;
  font-family: "Noto Serif JP", serif;
}

.c-naviStore_ttl .line:after {
  background-color: #FFE023;
  border-radius: 2px;
  content: "";
  display: block;
  height: 12px;
  position: relative;
  z-index: 0;
  margin-top: -10px;
  margin-inline: -24px;
}


.c-naviStore_navi {
  display: flex;
  gap: 30px;
}

.c-naviStore li {
  background: #fff;
}

.c-naviStore_navi a {
  display: block;
  border: 1px solid #ccc;
  padding: 1% 6% 1% 15%;
  position: relative;
  background-color: #fff;
}

.c-naviStore_navi a:after {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 17px solid #bfbfbf;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
}

.c-naviStore_bnr {
  margin-top: 36px;
}

.c-naviStore_bnr a {
  display: block;
}

.c-naviStore_bnr img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}
