html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  font-size: 1.11111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #DF2140;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}
a {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  transition: all 0.7s;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header {
  background-color: #DF2140;
  padding: 1.38888889vw 2.08333333vw;
}
.header .nav {
  display: flex;
  justify-content: flex-end;
}
.header .nav-list {
  display: flex;
  align-items: center;
}
.header .nav-item {
  width: 3.47222222vw;
  margin-right: 1.38888889vw;
}
.header .nav-item img {
  display: block;
}
.header .btn-contact {
  border-radius: 14px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.08333333vw;
  font-weight: 700;
}
.kv {
  background-color: #DF2140;
  padding-bottom: 2.43055556vw;
}
.container {
  padding: 5.20833333vw 3.81944444vw 2.08333333vw;
  max-width: 80vw;
  margin: 0 auto;
}
.container section {
  margin-bottom: 5.55555556vw;
}
.container section h2 {
  font-size: 1.72777778vw;
  font-weight: 900;
  margin-bottom: 1.38888889vw;
  position: relative;
  padding-left: 73px;
}
.container section h2::after {
  content: "";
  display: inline-block;
  background: url(../img/h2_after.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 64px;
  height: 63px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container section h2.m_t {
  margin-bottom: 2.38888889vw;
}
@media screen and (max-width: 600px) {
  .container section h2 {
    padding-left: 53px;
  }
  .container section h2::after {
    width: 53px;
    height: 52px;
  }
  .container section h2.m_t {
    margin-bottom: 8.38888889vw;
  }
}
.container section h2 .ja {
  display: block;
  font-size: 1.17222222vw;
  letter-spacing: 0.25em;
  padding-left: 0.15em;
  margin-top: 0.05em;
}
.shopInfo-item {
  background-color: #fff;
  border-radius: 24px;
  border: 6px solid #DF2140;
  padding: 2.08333333vw 1.73611111vw;
  box-shadow: 1.04166667vw 1.04166667vw #DF2140;
}
.shopInfo-item h3 {
  font-size: 2.62222222vw;
  font-weight: 900;
  color: #000;
  line-height: 1.25;
  margin-bottom: 17px;
}
.shopInfo-item dl {
  font-size: 1.38888889vw;
  font-weight: 600;
  line-height: 1.35;
  display: flex;
  margin-bottom: 3px;
}
.shopInfo-item dl dt {
  width: 26%;
}
.shopInfo-item dl dd {
  width: 74%;
}
.shopInfo .flexWrap {
  display: flex;
}
.shopInfo .flexWrap__image {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  margin-right: 2.08333333vw;
}
.shopInfo .flexWrap__content {
  flex: 1;
  color: #000;
}
.sns-list {
  display: flex;
  justify-content: space-between;
}
.sns-item {
  width: calc(50% - 24px);
}
.sns-item a {
  color: #000;
  font-size: 1.11111111vw;
  background-color: #fff;
  padding: 2.08333333vw 2.77777778vw;
  border-radius: 24px;
  display: block;
  position: relative;
  border: 5px solid #DF2140;
  box-shadow: 1.04166667vw 1.04166667vw #DF2140;
}
.sns-item a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon-arrow.svg) no-repeat center / contain;
  width: 1.73611111vw;
  height: 100%;
  position: absolute;
  right: 2.08333333vw;
  top: 50%;
  transform: translateY(-50%);
}
.sns-item a img {
  display: block;
  width: 3.47222222vw;
  margin-bottom: 0.69444444vw;
}
.footer {
  color: #fff;
  background-color: #DF2140;
  font-weight: 700;
}
.footer-wrap {
  text-align: right;
  padding: 1.38888889vw 1.38888889vw 0.69444444vw;
}
.footer-link {
  font-size: 1.38888889vw;
  display: block;
  margin-bottom: 0.69444444vw;
}
.footer .copyright {
  font-size: 0.83333333vw;
}
@media screen and (max-width: 600px) {
  .header {
    padding: 5.33333333vw;
  }
  .header .nav {
    display: flex;
    justify-content: flex-end;
  }
  .header .nav-list {
    display: flex;
    align-items: center;
  }
  .header .nav-item {
    width: 8vw;
    margin-right: 4vw;
  }
  .header .nav-item img {
    display: block;
  }
  .header .btn-contact {
    border-radius: 14px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8vw;
    font-size: 3.73333333vw;
    font-weight: 700;
  }
  .kv {
    padding-bottom: 10.66666667vw;
  }
  .wrapper {
    background-repeat: repeat-y;
    background-size: cover;
  }
  .container {
    max-width: 100%;
    padding-top: 10.66666667vw;
  }
  .container section {
    margin-bottom: 16vw;
  }
  .container section h2 {
    font-size: 5.33333333vw;
    margin-bottom: 5.33333333vw;
  }
  .container section h2 .deco::before {
    content: "";
    display: inline-block;
    width: 1.33333333vw;
    height: 4.26666667vw;
    margin-right: 0.25em;
  }
  .container section h2 .ja {
    display: block;
    font-size: 4.26666667vw;
    letter-spacing: 0.25em;
    padding-left: 0.75em;
    margin-top: 0.5em;
  }
  .shopInfo-list {
    padding-right: 2.66666667vw;
  }
  .shopInfo-item {
    padding: 5.33333333vw 5.33333333vw 6.66666667vw;
    box-shadow: 2.66666667vw 2.66666667vw #DF2140;
  }
  .shopInfo-item h3 {
    font-size: 4.8vw;
    margin: 5.33333333vw 0;
  }
  .shopInfo-item dl {
    font-size: 3.03333333vw;
    line-height: 1.3;
  }
  .shopInfo .flexWrap {
    flex-direction: column;
  }
  .shopInfo .flexWrap__image {
    margin-right: 0;
  }
  .shopInfo .flexWrap__content {
    flex-direction: column;
  }
  .sns-list {
    flex-direction: column;
  }
  .sns-item {
    width: 100%;
  }
  .sns-item:not(:last-of-type) {
    margin-bottom: 5.33333333vw;
  }
  .sns-item a {
    font-size: 3.73333333vw;
    padding: 5.33333333vw;
  }
  .sns-item a img {
    display: block;
    width: 13.33333333vw;
    margin-bottom: 2.66666667vw;
  }
  .sns-item a::after {
    width: 6.66666667vw;
    right: 5.33333333vw;
  }
  .footer-wrap {
    padding: 8vw 5.33333333vw 4vw;
  }
  .footer-link {
    font-size: 5.33333333vw;
    display: block;
    margin-bottom: 5.33333333vw;
  }
  .footer .copyright {
    font-size: 2.93333333vw;
  }
}
/*# sourceMappingURL=style.css.map */
.shopInfo-item h3 span {
  letter-spacing: 0.35rem;
}
.sps_l_2 {
  letter-spacing: 3.3rem;
}
.sps_l_e3 {
  letter-spacing: 1.7rem;
}
.sps_l_3 {
  letter-spacing: 0.85rem;
}
.hn_sp_l_start {
  letter-spacing: 0.2rem;
}
.ml_tk_l {
  letter-spacing: 0.2rem;
}
.flexWrap__content dl dt img {
  width: 61.5%;
}
.flexWrap__content dl dd img {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .sps_l_2 {
    letter-spacing: 1.8rem;
  }
  .sps_l_e3 {
    letter-spacing: 0.95rem;
  }
  .sps_l_3 {
    letter-spacing: 0.45rem;
  }
  .hn_sp_l_start {
    letter-spacing: 0.2rem;
  }
  .ml_tk_l {
    letter-spacing: 0.05rem;
  }
  .flexWrap__content dl dt img {
    width: 64%;
  }
  .flexWrap__content dl dd img {
    width: 100%;
  }
}
