@charset "UTF-8";
/*リセットcss====================================================*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}
/*リセットcss end===================================================*/

body {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  color: #363333;
  overflow-x: hidden;
}
img {
  width: 100%;
}
/*red*/
/*#cf0f31*/
h2 {
  font-size: 3.5vw;
  font-weight: bold;
  width: fit-content;
  margin: 6vw auto;
  position: relative;
}
h2::before {
  content:"";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 18vw;
  transform: translateX(-50%);
  border-bottom: 0.6vw solid #cf0f31;
  border-radius: 5px;
}

h3 {
  font-size: 6em;
  font-weight: bold;
  width: fit-content;
  color: #cf0f31;
  display: flex;
  align-items: center;
  margin: 2rem;
}
h3 span {
  font-size: 0.6em;
  margin-left: -6%;
}
p {
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.8em;
  text-align: center;
}
/*=====開催店舗=====*/
.title {
  width: 45%;
  display: block;
  margin: 4vw auto;
}
.prefectures {
  width: 50%;
  margin: 0 0 0 3%;
}
.shopnamebox {
  width: 20%;
}
.btn {
  display: block;
  width: 10vw;
  max-width: 60px;
}
.shop-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 4% 0 4% 3%;
}
shop-container div {
  width: 50%;
}
.div1,.div2 {
  display: flex;
  align-items: center;
  gap: 5vw
}
.div1 {
  width: 45%;
}
.div2 {
  width: 55%;
}
.shopname {
width: 15vw;
max-width: 110px;
margin: 0 1vw 0 0;
}
.btn-group {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 10% 0 0;
}
.raraport {
  display: flex;
  align-items: center;
  margin: 4% 0 4% 3%;
} 
.rara-btn-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  /*margin: 0 10% 0 0;*/
}
.rara-img {
width: 28vw;
max-width: 200px;
margin: 0 3% 0 0;
}
.rarabtn {
  width: 10vw;
  max-width: 60px;
}
.blank {
  width: 10%;
  height: 2vw;
}
.numazu-container {
  display: flex;
  align-items: center;
  gap: 0rem;
  margin: 4% 0 4% 3%;
}
.numazu-container div {
  width: 30%;
}
.div2 div {
  position: relative;
}
.numazu {
  width: 20vw;
  max-width: 140px;
  margin: 0 1vw 0 0;
  position: absolute;
}
.numazu_opa {
  opacity: 0;
}
sanji {
  margin: 0 5.5% 0 0;
}
/*=====開催店舗end=====*/

@media screen and (min-width:750px) {
  h2 {
    font-size: 26px;
    margin: 45px auto;
  }
  h2::before {
  content:"";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
  border-bottom: 4px solid #cf0f31;
  border-radius: 5px;
  }
  p {
    font-size: 21px;
  }
  .shops-wrapper {
    padding: 0 0 0 0;
  }
  .title {
    margin: 45px auto;
  }
  .div1,.div2 {
    gap: 40px;
    width: 50%;
  }
  .blank {
    height: 30px;
  }
  sanji {
    margin: 0 20px 0 0;
  }
  .numazu {
    width: 140px;
    margin: 0 1vw 0 2px;
  }
}
@media screen and (max-width:500px) {
  .shopname {
    width: 14vw;
    max-width: 110px;
    margin: 0 1vw 0 0;
    }
    .numazu {
      width: 18vw;
      margin: 0 1vw 0 0;
      position: absolute;
    }
}