@charset "shift_jis";
html {font-size: 10px;}
header {
  height: 24px;
  padding-top: 4px;
}
h1 {
  position: unset !important;
  transform: unset !important;
  font-weight: normal;
}
@media screen and (max-width: 999px){
  main {width: 100%;}
  main .inner {width: 100%;}
  .main_visual {
    width: 100%;max-width: 640px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 1000px){
  main {
    width: 1000px;
    margin: 0 auto;
  }
  main .inner {width: 100%;}
  .main_visual {width: 640px;}
  main .inner > div {
    width: calc( 100% - 640px);
    padding: 20px;
  }
}
@media screen and (max-width: 999px){.shop-data {margin-top: 2em;}}
.shop-data h2 {
  font-size: 2.4rem;line-height: 1.3em;font-weight: normal;
}
.shop-data h2 span {
  display: block;
  font-size:80%;
}
.shop-data p {font-size: 1.6rem;}
.shop-data .address {margin-top: 1em;}
/* ENTER LEAVE */
.btn-list {
  max-width: 480px;
  margin: 40px auto;
}
@media screen and (max-width: 999px){.btn-list {padding: 0 1%;}}
.btn-list li {
  width: 48%;
  margin: 1%;
}
.btn-list li a {
  padding: .8em;
  display: block;
  transition: all .6s ease;
  border-radius: 6px;
  font-size: 16px;color: #fff;font-weight: bold;
}
.btn-list li:first-of-type a {background: var(--color-primary);}
.btn-list li:last-of-type a {background: #000;}
/* .under18 */
.under18 {margin-top: 30px;}
@media screen and (max-width: 999px){
  .under18 {text-align: center;}
}
@media screen and (min-width: 1000px){
  .under18 {align-items: center;}
}
.under18 p:first-of-type {
  height: 50px;
  background-image: url(../img/index/under18.svg);background-repeat: no-repeat;background-position: center 50%;background-size: contain;
}
@media screen and (max-width: 999px){
  .under18 p:first-of-type {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1000px){
  .under18 p:first-of-type {
    width: 50px;
    margin-right: 6px;
  }
}

/* pr-area */
@media screen and (max-width: 999px){.bnrs {padding: 0 1%;}}
.bnrs {margin-top: 60px;}
.bnrs ul {
  margin-bottom: 10px;
  gap: 10px 10px;
}
.bnrs ul li > * {margin:0 !important;padding:0 !important;}
