@charset "shift_jis";
html {font-size: 10px;}
header {
  height: 24px;
  padding-top: 4px;
}
h1 {
  display:block;
  position: unset !important;
  transform: unset !important;
  font-weight: normal;
}
@media screen and (max-width: 999px){h1{width: 100%;}}

@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;
  align-items: flex-end;
}
@media screen and (max-width: 999px){.btn-list {padding: 0 1%;}}
.btn-list li:first-of-type {width: 58.9%;}
.btn-list li:last-of-type {width: 41.1%;margin-bottom: 4%;}
.btn-list li a {
  display: block;
}
/* .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;}
.bnrs li {max-width: 468px;}
.bnrs img {width:100% !important;}
.group-link {margin-top: 10vh;}