@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 190%;
  font-feature-settings: "palt";
  background: #000 url(../images/sec1_bg.png) no-repeat center 40vw/100%;
}
@media screen and (max-width: 768px) {
  body {
    background: #000 url(../images/sec1_bg.png) no-repeat center 140vw/100%;
  }
}

a {
  color: #0041c3;
}

a:hover {
  color: #0041c3;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* =================================================================

    共通

================================================================= */
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* =================================================================

    トップページ

================================================================= */
header {
  background: url(../images/head_bg.png) repeat center top/100%;
}
header h1 {
  width: 436px;
  margin: auto;
  padding: 16px 0;
}

#sec1 .infinite-slider {
  overflow: hidden;
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #sec1 .infinite-slider {
    padding: 30px 0;
  }
}
#sec1 .infinite-slider .scroll-container {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
#sec1 .infinite-slider .scroll-content {
  display: flex;
  align-items: flex-start;
  animation: scroll 40s linear infinite;
}
#sec1 .infinite-slider .scroll-content .item {
  width: 300px;
  margin: 0 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #sec1 .infinite-slider .scroll-content .item {
    width: 240px;
  }
}
#sec1 .infinite-slider .scroll-content .item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
#sec1 .infinite-slider .scroll-content .item:nth-child(even) {
  align-self: flex-end;
  margin-top: 60px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#sec1 .infinite-slider:hover .scroll-content {
  animation-play-state: paused;
}

#sec2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #sec2 {
    margin-bottom: 32px;
  }
  #sec2 .inner {
    padding: 0;
    width: 100%;
  }
}

#sec3 .base {
  background: #B40001 url(../images/sec3_2.png) no-repeat center top/100%;
  border-radius: 40px;
  padding: 0 50px 1px;
}
#sec3 .base h2 {
  width: 500px;
  margin: auto;
  padding: 64px 0 45px;
}
#sec3 .base .in {
  background: #fff;
  border-radius: 18px;
  padding: 42px 30px 30px;
  margin-bottom: 48px;
}
#sec3 .base .in .ttl {
  display: flex;
  background: url(../images/sec3_3.png) no-repeat 0 0/contain;
  color: #B40001;
  padding-top: 54px;
}
#sec3 .base .in .ttl .icon {
  width: 116px;
}
#sec3 .base .in .ttl h3 {
  font-size: 40px;
  font-weight: 800;
  padding-left: 16px;
}
#sec3 .base .in .ttl p {
  font-weight: 18px;
  font-weight: bold;
  padding-left: 16px;
}
#sec3 .base .in.v1 .body {
  padding-top: 40px;
}
#sec3 .base .in.v2 .body {
  padding-top: 16px;
}
#sec3 .base .in.v2 .body p {
  margin-bottom: 16px;
}
#sec3 .base .in.v3 {
  padding-bottom: 0;
}
#sec3 .base .in.v3 .body {
  margin-top: -50px;
}
#sec3 .base .in.v4 .body {
  padding-top: 30px;
}
#sec3 .base .in.v5 {
  padding-bottom: 0;
}
#sec3 .base .in.v5 .body {
  padding-top: 30px;
}
#sec3 .base .in .ttl2 {
  text-align: center;
  color: #B40001;
  background: url(../images/sec3_3.png) no-repeat 0 0/contain;
  color: #B40001;
  padding-top: 54px;
}
#sec3 .base .in .ttl2 h3 {
  font-size: 40px;
  font-weight: 800;
  padding-left: 16px;
}
#sec3 .base .in .menu-container {
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 20px 40px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  overflow: hidden;
}
#sec3 .base .in .menu-container .menu-title {
  background-color: #a60000;
  color: #fff;
  text-align: center;
  padding: 2px;
  border-radius: 50px;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
#sec3 .base .in .menu-container .menu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #sec3 .base .in .menu-container .menu-grid {
    flex-direction: column;
    gap: 20px;
  }
}
#sec3 .base .in .menu-container .menu-category {
  display: flex;
  gap: 15px;
}
#sec3 .base .in .menu-container .menu-category.category-alcohol {
  width: calc(50% - 20px);
  order: 1;
}
#sec3 .base .in .menu-container .menu-category.category-non-alcohol {
  width: calc(50% - 20px);
  order: 2;
}
#sec3 .base .in .menu-container .menu-category.category-soft-drink {
  width: calc(50% - 20px);
  order: 3;
}
@media screen and (max-width: 768px) {
  #sec3 .base .in .menu-container .menu-category {
    width: 100% !important;
  }
  #sec3 .base .in .menu-container .menu-category.category-alcohol {
    order: 1;
  }
  #sec3 .base .in .menu-container .menu-category.category-non-alcohol {
    order: 2;
  }
  #sec3 .base .in .menu-container .menu-category.category-soft-drink {
    order: 3;
  }
}
#sec3 .base .in .menu-container .category-label {
  background-color: #f9e4e4;
  color: #a60000;
  width: 120px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  flex-shrink: 0;
}
#sec3 .base .in .menu-container .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
#sec3 .base .in .menu-container .item-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  color: #a60000;
  font-weight: bold;
  white-space: nowrap;
}
#sec3 .base .in .menu-container .item-list li::after {
  content: "";
  flex-grow: 1;
  border-bottom: 2px dotted #a60000;
  margin: 0 10px;
  order: 2;
}
#sec3 .base .in .menu-container .item-list li .name {
  order: 1;
}
#sec3 .base .in .menu-container .item-list li .price {
  order: 3;
}
#sec3 .base .in .menu-container .tax-note {
  color: #a60000;
  font-size: 0.85rem;
  margin-top: 20px;
}
#sec3 .base .in .menu-container .panda-character {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #sec3 .base .in .menu-container .panda-character {
    width: 120px;
    right: 0;
  }
}
#sec3 .base .in .menu-container .panda-character img {
  width: 100%;
  height: auto;
}

.store-container {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .store-container {
    padding: 30px 15px;
  }
}

.store-wrapper {
  margin: 0 auto;
  background-color: #2c2c2c;
  border-radius: 40px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .store-wrapper {
    padding: 25px;
    border-radius: 10px;
  }
}

.store-header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .store-header {
    margin-bottom: 30px;
  }
}
.store-header .store-title {
  width: 395px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .store-header .store-title {
    font-size: 1.4rem;
    gap: 10px;
    width: 80%;
  }
}
.store-header .store-divider {
  width: 60px;
  height: 4px;
  background-color: #C9B556;
  margin: 0 auto;
  position: relative;
}
.store-header .store-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: #C9B556;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .store-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.store-card {
  background-color: #C9B556;
  border-radius: 15px;
  padding: 30px;
  color: #111;
  position: relative;
}
@media screen and (max-width: 768px) {
  .store-card {
    padding: 20px;
    border-radius: 8px;
  }
}
.store-card.store-main {
  grid-column: 1/-1;
}
.store-card .store-name {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .store-card .store-name {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}
.store-card .store-name .name-icon {
  width: 36px;
  height: auto;
}

.store-main .card-content {
  display: flex;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .store-main .card-content {
    flex-direction: column;
    gap: 15px;
  }
}
.store-main .card-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2fr;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .store-main .card-content::after {
    display: none;
  }
}
.store-main .card-content .store-photo {
  flex: 0 0 35%;
}
@media screen and (max-width: 768px) {
  .store-main .card-content .store-photo {
    flex: 0 0 auto;
    width: 100%;
  }
}
.store-main .card-content .store-info {
  flex: 1;
}
.store-main .card-content .store-info dl {
  margin: 0;
  font-size: 0.95rem;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .store-main .card-content .store-info dl {
    font-size: 0.85rem;
  }
}
.store-main .card-content .store-info dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.store-main .card-content .store-info dl dt::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.store-main .card-content .store-info dl dd {
  margin: 0 0 15px 20px;
}
.store-main .card-content .store-info dl dd:last-child {
  margin-bottom: 0;
}
.store-main .card-content .store-map {
  flex: 0 0 35%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .store-main .card-content .store-map {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 10px;
  }
}
.store-main .card-content .store-map .map-label {
  background-color: #111111;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .store-main .card-content .store-map .map-label {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
}

.is-comingsoon .card-placeholder {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .is-comingsoon .card-placeholder {
    height: 80px;
  }
}
.is-comingsoon .card-placeholder span {
  font-size: 15px;
  color: #726527;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .is-comingsoon .card-placeholder span {
    font-size: 1rem;
  }
}

#concept {
  background: #000;
  color: #fff;
  padding-top: 140px;
  margin: auto;
}
#concept .inner {
  position: relative;
  padding: 107px 0 114px;
  z-index: 1;
}
#concept .inner h2 {
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  text-align: center;
}
#concept .inner h2 img {
  width: 420px;
  margin: auto;
}
#concept .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: url(../images/concept_line_before.svg) no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#concept .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: url(../images/concept_line_after.svg) no-repeat center bottom/100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#concept .inner .logo {
  text-align: center;
  position: relative;
  max-width: 930px;
  width: 90%;
  margin: 0 auto 102px;
}
#concept .inner .logo img {
  width: 379px;
  margin: auto;
}
#concept .inner .logo::before {
  content: "";
  display: block;
  width: 209px;
  height: 90px;
  background: url(../images/concept_kazari1.png) no-repeat center/contain;
  position: absolute;
  top: 45px;
  left: -30px;
}
#concept .inner .logo::after {
  content: "";
  display: block;
  width: 243px;
  height: 90px;
  background: url(../images/concept_kazari2.png) no-repeat center/contain;
  position: absolute;
  top: 45px;
  right: -33px;
}
#concept .inner .list {
  max-width: 930px;
  width: 85%;
  margin: 0 auto;
}
#concept .inner .list .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#concept .inner .list .block .txt {
  width: 42%;
}
#concept .inner .list .block .txt h3 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 700;
}
#concept .inner .list .block .txt .desc {
  font-weight: bold;
  line-height: 1.875;
}
#concept .inner .list .block .img {
  width: 51.6%;
}
#concept .inner .list .block:not(:last-child) {
  margin-bottom: 80px;
}
#concept .inner .list .block:nth-child(2n) .txt {
  order: 2;
}
#concept .inner .list .block:nth-child(2n) .img {
  order: 1;
}

#shop {
  padding: 140px 0 170px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #shop {
    padding: 0 0 80px;
  }
}
#shop .inner h2 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
}
#shop .inner .btns {
  display: flex;
  justify-content: space-between;
  gap: 20px 2.1%;
  flex-wrap: wrap;
}
#shop .inner .btns li {
  width: 48.95%;
}
#shop .inner .btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  height: 80px;
  color: #000;
}
#shop .inner .sns {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  gap: 35px;
}
#shop .inner .sns li img {
  width: 26px;
}

footer {
  font-family: "Noto Sans JP", sans-serif;
}
footer .inner {
  border-top: 1px solid #3e3a39;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 25px 0;
}
footer .inner .logo_nav {
  display: flex;
  align-items: center;
  gap: 77px;
}
footer .inner .logo_nav .logo img {
  width: 143px;
}
footer .inner .logo_nav nav ul {
  display: flex;
  gap: 2em;
}
footer .inner .logo_nav nav ul li a {
  color: #9fa0a0;
  font-size: 14px;
  font-weight: bold;
}
footer .inner .copy {
  font-size: 14px;
  font-weight: bold;
  color: #595757;
}

@media (max-width: 1000px) {
  #concept .inner {
    padding: 70px 0 60px;
  }
  #concept .inner h2 img {
    width: 340px;
  }
  #concept .inner .logo {
    margin-bottom: 40px;
  }
  #concept .inner .logo img {
    width: 250px;
  }
  #concept .inner .logo::before {
    width: 120px;
    height: 52px;
    left: 20px;
  }
  #concept .inner .logo::after {
    width: 140px;
    height: 52px;
    right: 20px;
  }
  #concept .inner .list .block {
    flex-direction: column;
    gap: 20px;
  }
  #concept .inner .list .block .txt {
    width: 100%;
  }
  #concept .inner .list .block .txt h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  #concept .inner .list .block .img {
    width: 350px;
    max-width: 100%;
  }
  #concept .inner .list .block:not(:last-child) {
    margin-bottom: 40px;
  }
  #concept .inner .list .block:nth-child(2n) .img {
    order: 2;
  }
  #concept .inner .list .block:nth-child(2n) .txt {
    order: 1;
  }
  footer .inner {
    flex-direction: column;
    align-items: center;
  }
  footer .inner .logo_nav {
    width: 100%;
    justify-content: center;
  }
  footer .inner .copy {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  header {
    background: url(../images/head_bg.png) repeat-y center top/100%;
  }
  header h1 {
    width: 50%;
    margin: auto;
    padding: 16px 0;
  }
  #concept {
    padding-top: 40px;
  }
  #concept .inner {
    padding: 30px 0;
  }
  #concept .inner h2 {
    top: -29px;
  }
  #concept .inner h2 img {
    width: 220px;
  }
  #concept .inner .logo {
    margin-bottom: 15px;
  }
  #concept .inner .logo img {
    width: 170px;
  }
  #concept .inner .logo::before {
    width: 60px;
    height: 26px;
    left: 0;
    top: 35px;
  }
  #concept .inner .logo::after {
    width: 70px;
    height: 26px;
    right: 0;
    top: 10px;
  }
  #concept .inner .list .block {
    gap: 10px;
  }
  #concept .inner .list .block .txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #concept .inner .list .block .txt .desc {
    font-size: 14px;
  }
  #sec3 .base {
    background: #B40001 url(../images/sec3_2.png) no-repeat center top/100%;
    border-radius: 20px;
    padding: 0 16px 1px;
  }
  #sec3 .base h2 {
    width: 80%;
    margin: auto;
    padding: 64px 0 45px;
  }
  #sec3 .base .in {
    background: #fff;
    border-radius: 9px;
    padding: 32px 16px 30px;
    margin-bottom: 24px;
  }
  #sec3 .base .in .ttl {
    display: block;
    background: url(../images/sec3_3.png) no-repeat 0 0/200%;
    color: #B40001;
    padding-top: 24px;
  }
  #sec3 .base .in .ttl .icon {
    width: 80px;
  }
  #sec3 .base .in .ttl h3 {
    font-size: 26px;
    font-weight: 800;
    padding: 10px 0;
  }
  #sec3 .base .in .ttl p {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
    line-height: 140%;
  }
  #sec3 .base .in.v1 .body {
    padding-top: 20px;
  }
  #sec3 .base .in.v2 .body {
    padding-top: 16px;
  }
  #sec3 .base .in.v2 .body p {
    margin-bottom: 16px;
  }
  #sec3 .base .in.v3 {
    padding: 30px 0 0 16px;
  }
  #sec3 .base .in.v3 .ttl {
    margin-right: 16px;
  }
  #sec3 .base .in.v3 .body {
    margin-top: 16px;
  }
  #sec3 .base .in.v4 .body {
    padding-top: 30px;
  }
  #sec3 .base .in.v5 {
    padding-bottom: 0;
  }
  #sec3 .base .in.v5 .body {
    padding-top: 30px;
  }
  #sec3 .base .in .ttl2 {
    text-align: center;
    color: #B40001;
    background: url(../images/sec3_3.png) no-repeat 0 0/contain;
    color: #B40001;
    padding-top: 24px;
  }
  #sec3 .base .in .ttl2 h3 {
    font-size: 28px;
    font-weight: 800;
    padding-left: 16px;
  }
  #sec3 .base .in .menu-container {
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 0 0 40px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    position: relative;
    overflow: hidden;
  }
  #sec3 .base .in .menu-container .menu-title {
    background-color: #a60000;
    color: #fff;
    text-align: center;
    padding: 2px;
    border-radius: 50px;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  #sec3 .base .in .menu-container .menu-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sec3 .base .in .menu-container .menu-grid {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  #sec3 .base .in .menu-container .menu-category {
    display: flex;
    gap: 8px;
  }
  #sec3 .base .in .menu-container .menu-category.category-alcohol {
    width: calc(50% - 20px);
    order: 1;
  }
  #sec3 .base .in .menu-container .menu-category.category-non-alcohol {
    width: calc(50% - 20px);
    order: 2;
  }
  #sec3 .base .in .menu-container .menu-category.category-soft-drink {
    width: calc(50% - 20px);
    order: 3;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sec3 .base .in .menu-container .menu-category {
    width: 100% !important;
  }
  #sec3 .base .in .menu-container .menu-category.category-alcohol {
    order: 1;
  }
  #sec3 .base .in .menu-container .menu-category.category-non-alcohol {
    order: 2;
  }
  #sec3 .base .in .menu-container .menu-category.category-soft-drink {
    order: 3;
  }
}
@media (max-width: 768px) {
  #sec3 .base .in .menu-container .category-label {
    background-color: #f9e4e4;
    color: #a60000;
    width: 30%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    flex-shrink: 0;
  }
  #sec3 .base .in .menu-container .item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    font-size: 13px;
  }
  #sec3 .base .in .menu-container .item-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
    color: #a60000;
    font-weight: bold;
    white-space: nowrap;
  }
  #sec3 .base .in .menu-container .item-list li::after {
    content: "";
    flex-grow: 1;
    border-bottom: 2px dotted #a60000;
    margin: 0 10px;
    order: 2;
  }
  #sec3 .base .in .menu-container .item-list li .name {
    order: 1;
  }
  #sec3 .base .in .menu-container .item-list li .price {
    order: 3;
  }
  #sec3 .base .in .menu-container .tax-note {
    color: #a60000;
    font-size: 11px;
    margin-top: 20px;
  }
  #sec3 .base .in .menu-container .panda-character {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sec3 .base .in .menu-container .panda-character {
    width: 120px;
    right: 0;
  }
}
@media (max-width: 768px) {
  #sec3 .base .in .menu-container .panda-character img {
    width: 100%;
    height: auto;
  }
  footer .inner .logo_nav {
    gap: 10px;
    flex-direction: column;
  }
  footer .inner .logo_nav nav ul li a {
    font-size: 12px;
  }
  footer .inner .copy {
    margin-top: 30px;
    font-size: 12px;
  }
}
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */