@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  color: #2f2c2c;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url("../img/common/bg.jpg") center/contain repeat;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

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

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 20px 24px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: none;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #e2e2e2;
}

input::-moz-placeholder {
  color: #e2e2e2;
}

input::-ms-input-placeholder {
  color: #e2e2e2;
}

input:-ms-input-placeholder {
  color: #e2e2e2;
}

input::placeholder {
  color: #e2e2e2;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

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

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e2e2;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.2em;
  width: 26px;
  height: 15.6px;
  border-bottom: 4px solid #ccc;
  border-left: 4px solid #ccc;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.4em 2.4em 0.4em 0.8em;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ZenAntiqueSoft";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenAntiqueSoft-Regular.ttf") format("truetype");
}
.p-editorContents {
  margin-top: 100px;
}
.p-editorContents h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.p-editorContents * + * {
  margin-top: 16px;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
}
.p-editorContents ul,
.p-editorContents ol {
  padding-left: 32px;
}
.p-editorContents * + ul,
.p-editorContents * + ol {
  margin-top: 32px;
}
.p-editorContents ul {
  list-style: disc;
}
.p-editorContents ol {
  list-style: trad-chinese-informal;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-table {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}
.p-editorContents .wp-block-table table th {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
}
.p-editorContents .wp-block-table table td {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
}

.attachment-post-thumbnail {
  width: 100%;
  aspect-ratio: 58/27;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  border-radius: 16px;
  margin-top: 32px;
}

.c-pagePostTitle {
  font-size: 2rem;
  font-weight: 700;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-gallery {
  width: 100% !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1/1;
  width: 100% !important;
}

.l-inner--1180 {
  width: 1180px;
  max-width: 100%;
}

.l-inner--1010 {
  width: 1010px;
  max-width: 100%;
}

.l-inner--1000 {
  width: 1000px;
  max-width: 100%;
}

.l-inner--900 {
  width: 900px;
  max-width: 100%;
}

.l-inner--920 {
  width: 920px;
  max-width: 100%;
}

.l-inner--870 {
  width: 870px;
  max-width: 100%;
}

.l-inner--670 {
  width: 670px;
  max-width: 100%;
}

.l-inner {
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .l-inner {
    width: 95%;
  }
}

.c-outer {
  overflow: hidden;
}

header {
  background: #f8010a;
  padding: 1.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.75rem 0.625rem;
  }
}

#fixed-header {
  display: none;
  position: fixed;
  top: -190px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s; /* アニメーションタイミング */
  z-index: 9998;
}
@media screen and (max-width: 768px) {
  #fixed-header {
    display: block;
  }
}
#fixed-header.is-show {
  top: 0;
}

@media (hover: hover) {
  .c-headerLogo a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .c-headerLogo {
    width: 9.375rem;
  }
}
@media screen and (max-width: 600px) {
  .c-headerLogo {
    width: 6.25rem;
  }
}

.l-headerBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-headerBtns {
    display: none;
  }
}

.l-inner--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-headerBtn__link {
  min-width: 13.75rem;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 1.4375rem 0.9375rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-headerBtn__link:where(:-webkit-any-link, :enabled, summary):hover {
    background: #fff;
    color: #2f2c2c;
  }
}

.l-footer {
  margin-top: 6.25rem;
  padding: 5rem 0 1.875rem;
}

.p-footer {
  background: url("../img/common/bg-footer.jpg") center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .p-footer > .l-inner {
    width: 90%;
  }
}

.c-footerLogo {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footerNavWrap {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-footerNavWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footerNav__storeName {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-footerNav__storeName {
    font-size: 1.125rem;
  }
}

.p-footerNav__address {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-footerNav__address {
    margin-top: 0.625rem;
  }
}

.p-footerNav__addressItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
.p-footerNav__addressItem img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .p-footerNav__addressItem a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}

.p-footerNav__addressTitle {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-footerNav__addressTitle {
    font-size: 1rem;
  }
}

.p-footerNav__addressDescription {
  font-size: 0.875rem;
  font-weight: 700;
}
.p-footerNav__addressDescription span {
  font-size: 0.75rem;
  display: block;
}

.p-footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.p-footerNav__link {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (hover: hover) {
  .p-footerNav__link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .p-footerNav__link {
    font-size: 1.125rem;
  }
}

.c-copyright {
  text-align: center;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  margin-top: 7.6875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-copyright {
    margin-top: 5rem;
  }
}

.c-title1 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-title1 {
    font-size: 1.75rem;
  }
}
.c-title1--lg {
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-title1--lg {
    font-size: 1.75rem;
  }
}

.c-btn1 {
  display: block;
  border: 4px solid #888868;
  text-align: center;
  color: #888868;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: 1px solid #888868;
  outline-offset: -6px;
  padding: 1.25rem 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 14.6875rem;
}
@media (hover: hover) {
  .c-btn1:where(:-webkit-any-link, :enabled, summary):hover {
    background: #888868;
    color: #fff;
    outline: 1px solid #fff;
  }
}

.c-btn1--lg {
  min-width: 25rem;
}

.c-btn1--lg {
  min-width: 17.5rem;
}

.c-btn1--sm {
  min-width: 11.5rem;
}

.c-btn2 {
  display: block;
  border: 4px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  outline: 1px solid #fff;
  outline-offset: -6px;
  padding: 1.25rem 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 16.75rem;
}
@media (hover: hover) {
  .c-btn2:where(:-webkit-any-link, :enabled, summary):hover {
    background: #fff;
    color: #888868;
    outline: 1px solid #888868;
  }
}

.c-gnavWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.375rem;
  background: #f8010a;
}
@media screen and (max-width: 768px) {
  .c-gnavWrap {
    display: none;
  }
}

.c-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.c-gnav__link {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (hover: hover) {
  .c-gnav__link:not(.is-active):where(:-webkit-any-link, :enabled, summary):hover {
    color: #fff;
  }
}
.c-gnav__link.is-active {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  pointer-events: none;
}
.c-gnav__link.is-active::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/icon/icon-subtract.svg") center/cover no-repeat;
  width: 1.5625rem;
  height: 1.5625rem;
}

.c-fixedMenu {
  position: fixed;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 9000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}

.c-fixedMenu__reservation {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #f5ce59;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .c-fixedMenu__reservation {
    font-size: 0.875rem;
  }
}
.c-fixedMenu__reservation a {
  padding: 2.5rem 0.9375rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .c-fixedMenu__reservation a {
    padding: 1.25rem 0.5rem;
  }
}
@media (hover: hover) {
  .c-fixedMenu__reservation a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}

.c-fixedMenu__tel {
  background: #f5ce59;
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
}
.c-fixedMenu__tel img {
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .c-fixedMenu__tel img {
    width: 0.75rem;
  }
}
.c-fixedMenu__tel a {
  padding: 0.625rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .c-fixedMenu__tel a {
    padding: 0.5rem;
  }
}
@media (hover: hover) {
  .c-fixedMenu__tel a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}

.p-drawer__logo img {
  margin: 0 auto;
}

.c-hamburger-btn {
  display: none;
  width: 20px;
  height: 20px;
  top: 1.875rem;
  right: 1.25rem;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .c-hamburger-btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .c-hamburger-btn {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.c-hamburger-btn.active span {
  background: #000;
}
.c-hamburger-btn.active span:nth-child(3) {
  display: none;
}
.c-hamburger-btn span {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  height: 2px;
  background-color: #fff;
}
.c-hamburger-btn span:nth-child(1) {
  top: 0;
  right: 0;
  width: 33px;
}
.c-hamburger-btn span:nth-child(2) {
  top: 10px;
  right: 0;
  left: unset;
  width: 33px;
}
.c-hamburger-btn span:nth-child(3) {
  top: 20px;
  right: 0;
  left: unset;
  width: 33px;
}
.c-hamburger-btn.active {
  top: 22px;
}
.c-hamburger-btn.active span:nth-child(1) {
  top: 21px;
  right: 0;
  -webkit-transform: translateY(6px) rotate(-30deg);
          transform: translateY(6px) rotate(-30deg);
  width: 2.0625rem;
}
.c-hamburger-btn.active span:nth-child(2) {
  top: 21px;
  right: 0;
  -webkit-transform: translateY(6px) rotate(30deg);
          transform: translateY(6px) rotate(30deg);
  width: 2.0625rem;
}
.c-hamburger-btn.active span:nth-child(3) {
  display: none;
}

.c-hamburger-content {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  z-index: 9998;
  background: url("../img/common/bg.jpg") center/cover no-repeat;
  padding-top: 1.25rem;
}
.c-hamburger-content .p-header__logo {
  padding: 21px 10px;
}
.c-hamburger-content.active {
  display: block;
}

.c-hamburger-menu {
  width: 76%;
  margin: 2.25rem auto 0;
}

.c-hamburger-menu__item {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.c-hamburger-menu__item:not(:first-of-type) {
  margin-top: 2rem;
}

.c-hamburger-menu__link {
  padding: 22px;
  display: block;
}
.c-hamburger-menu__link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.c-hamburger-menu__item--en {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Montserrat";
}

.c-hamburger-menu__item--ja {
  color: #333;
  font-size: 0.875rem;
}

.l-cta__contact--humburger.l-cta__contact--humburger.l-cta__contact--humburger {
  margin-top: 60px;
}

.c-btn__humburger .c-btn__link {
  margin: 15px auto 0;
}

body.is-fixed {
  overflow: hidden;
}

.p-cvBtns {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-cvBtn {
  width: 50%;
}

.p-cvBtn__link {
  display: block;
  text-align: center;
  padding: 13px 0;
  color: #fff;
}
.p-cvBtn__link--contact {
  background: #455369;
}
.p-cvBtn__link--pamphlet {
  background: #9d9d9d;
}

.p-hamburgerBottomLinks {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-hamburgerBottomLinks__link {
  font-size: 0.75rem;
}

.p-hamburgerPipe {
  height: 15px;
  width: 1px;
  background: #707070;
  display: block;
  margin: 0 31px;
}

.p-hamburgerSnsLinks {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-hamburgerSnsLinks__icon {
  width: 22px;
  height: 22px;
  margin: 0 22px;
  display: block;
}

.c-hamburger-menu__parent {
  position: relative;
}
.c-hamburger-menu__parent::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -0.625rem;
  width: 0.875rem;
  height: 0.4375rem;
  background: url("../img/icon/icon-arrowDownGold.svg") center/cover no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-menu__parent.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-hamburger-menu__child {
  display: none;
  padding-left: 3rem;
  padding-bottom: 2.25rem;
  margin-top: 1.25rem;
}

.c-hamburger-menu__parent {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: unset;
  border: unset;
  position: relative;
}

.c-hamburger-menu__childLink {
  padding: 0.5rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-hamburger-menu__childItem:not(:first-of-type) {
  margin-top: 2.25rem;
}
.c-hamburger-menu__childItem .c-hamburger-menu__childLink {
  font-size: 1rem;
}

.c-hamburger-menu__childLinkJa {
  font-size: 1.125rem;
  font-weight: 700;
}

.c-hamburger-menu__childLinkEN {
  font-size: 0.75rem;
  color: #7e7e7e;
  font-family: "Roboto";
}

.c-hamburgerBottomMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.25rem auto 0;
  width: 76%;
  padding-bottom: 2.75rem;
}

.c-hamburgerSnsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}

.p-mv {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8010a), color-stop(50%, #f8010a), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(180deg, #f8010a 0%, #f8010a 50%, transparent 50%, transparent 100%);
}

.p-mv__image {
  width: 100%;
}

.p-mv__copyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2.375rem;
  position: absolute;
  top: 1.0625rem;
  right: 9.2%;
}
@media screen and (max-width: 991px) {
  .p-mv__copyWrap {
    top: 1.25rem;
    left: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-mv__copyWrap {
    left: 0.625rem;
  }
}

.p-mv__copy {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  background: #c4222d;
  font-size: 3.125rem;
  padding: 0.375rem 0.1875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .p-mv__copy {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .p-mv__copy {
    font-size: 1.25rem;
  }
}

.l-news {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .l-news {
    margin-top: 3.75rem;
  }
}

.p-news__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-news__list {
    margin-top: 1.5625rem;
  }
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (hover: hover) {
  .p-news__link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .p-news__link:where(:-webkit-any-link, :enabled, summary):hover .p-newsArrow {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.p-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p-news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-news__date {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

.p-news__category {
  margin-left: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-news__title {
  margin-left: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-news__title {
    margin-left: 0;
  }
}

.p-news__item:not(:first-of-type) {
  margin-top: 1.5625rem;
}

.p-newsArrow {
  margin-left: 2.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-reservation {
  background: #e2e1cd;
  padding: 5rem 0;
  margin-top: 7.25rem;
}
@media screen and (max-width: 768px) {
  .l-reservation {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-reservation {
    margin-top: 3.75rem;
  }
}

.p-reservation__description {
  text-align: center;
  margin-top: 0.9375rem;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reservation__description {
    font-size: 1rem;
  }
}

.p-reservation__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-reservation__banners {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-reservation__banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-reservation__banner {
  width: 29.375rem;
  height: 15rem;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-reservation__banner {
    height: 12.5rem;
  }
}

.p-reservation__banner--sumiyoshi {
  background: url("../img/home/home01.png") center/cover no-repeat;
}

.p-reservation__banner--hakata {
  background: url("../img/home/home02.png") center/cover no-repeat;
}

.p-reservation__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-reservation__name img {
  margin-left: 1.875rem;
}
@media screen and (max-width: 600px) {
  .p-reservation__name {
    font-size: 1.125rem;
  }
}

.p-reservation__link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-reservation__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-reservation__link:where(:-webkit-any-link, :enabled, summary):hover::before {
    background: rgba(0, 0, 0, 0);
  }
}

.l-map {
  padding-top: 6.25rem;
}
@media screen and (max-width: 600px) {
  .l-map {
    padding-top: 3.125rem;
  }
}

.p-map {
  background: url("../img/home/map.svg") right/contain no-repeat;
}

.p-map__title {
  font-size: 4.375rem;
  color: #c4222d;
}
@media screen and (max-width: 991px) {
  .p-map__title {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-map__title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .p-map__title {
    font-size: 1.75rem;
  }
}

.p-map__listTitle {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-map__listTitle {
    font-size: 1.125rem;
  }
}
.p-map__listTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background: #2f2c2c;
  border-radius: 50%;
}

.p-map__itemWrap {
  margin-top: 0.3125rem;
}

.p-map__item {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.1em;
}

.p-map__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .p-map__list {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-map__list {
    margin: 1.5625rem 0 0 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
  }
}

.l-commitment {
  margin-top: 6.25rem;
}
@media screen and (max-width: 600px) {
  .l-commitment {
    margin-top: 3.125rem;
  }
}

.p-commitment__title {
  font-size: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-commitment__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-commitment__title {
    font-size: 1.75rem;
  }
}
.p-commitment__title span {
  color: #c4222d;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p-commitment__title span {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .p-commitment__title span {
    font-size: 2.375rem;
  }
}

.p-commitment__item {
  padding-top: 6.5rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 600px) {
  .p-commitment__item {
    padding-top: 1.625rem;
  }
}
.p-commitment__item:nth-child(n+2) {
  padding-top: 10rem;
}
@media screen and (max-width: 600px) {
  .p-commitment__item:nth-child(n+2) {
    padding-top: 5rem;
  }
}
.p-commitment__item:nth-child(even) .p-commitment__contents {
  margin-left: auto;
  width: 54.8125rem;
  max-width: 100%;
}

.p-commitment__item01 {
  background: url("../img/home/bg-nabe.svg") right top -20px/41.6% no-repeat;
}

.p-commitment__item02 {
  background: url("../img/home/bg-saba.svg") left top 30px/41.6% no-repeat;
}

.p-commitment__item03 {
  background: url("../img/home/bg-uma.svg") right top 30px/41.6% no-repeat;
}

.p-commitment__item04 {
  background: url("../img/home/bg-ika.svg") left top 30px/41.6% no-repeat;
}

.p-commitment__item05 {
  background: url("../img/home/bg-raku.svg") right top 30px/41.6% no-repeat;
}

.p-commitment__lead {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-commitment__lead {
    font-size: 1.25rem;
  }
}

.p-commitment__contentsTitle {
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff;
  background: #c4222d;
  padding: 0.625rem 0.9375rem;
  margin-top: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-commitment__contentsTitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-commitment__contentsTitle {
    font-size: 1.75rem;
  }
}

.p-commitment__description {
  font-weight: 700;
  margin-top: 1.875rem;
}

.p-commitment__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.0625rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 600px) {
  .p-commitment__image {
    margin: 1.5rem calc(50% - 50vw) 0;
  }
}
.p-commitment__image img {
  width: 33.333333%;
}

.l-greeting {
  margin-top: 6.25rem;
}
@media screen and (max-width: 600px) {
  .l-greeting {
    margin-top: 3.125rem;
  }
}

.p-greeting {
  position: relative;
}

.p-greeting__title {
  font-size: 4.375rem;
  width: 15.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .p-greeting__title {
    font-size: 3.75rem;
  }
}

.p-greeting__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-greeting__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-greeting__content {
  margin-left: 15.8%;
}
@media screen and (max-width: 768px) {
  .p-greeting__content {
    margin-left: 0;
  }
}

.p-greeting__contentMessage {
  font-weight: 700;
  line-height: 1.6;
}

.p-greeting__contentName {
  font-family: "ZenAntiqueSoft", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-greeting__contentNameWrap {
  margin: 1.25rem 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-greeting__contentPosition {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.p-greeting__contentName {
  font-weight: 400;
  font-size: 2.5625rem;
}

.c-annotationMvBottom {
  font-weight: 700;
  font-size: 0.75rem;
}
@media screen and (max-width: 600px) {
  .c-annotationMvBottom {
    font-size: 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-drink-topSection {
  background: url("../img/drink/bg-drink01.png") right/contain no-repeat;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-drink-headlineLabel {
  color: #fff;
  background: #c4222d;
  padding: 0.625rem 0.9375rem 0;
  font-size: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-drink-headlineLabel {
    font-size: 1.875rem;
  }
}

.p-drink-headlineTitle {
  font-size: 6.25rem;
  color: #c4222d;
}
@media screen and (max-width: 768px) {
  .p-drink-headlineTitle {
    font-size: 3.125rem;
  }
}

.p-drink-headlineDescription {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-drink-headlineDescription {
    font-size: 1.25rem;
  }
}

.p-drink-beginning {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .p-drink-beginning {
    margin-top: 2.5rem;
  }
}

.p-drink-headlineAnnotation {
  margin-top: 0.8125rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-drink-priceList {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  overflow-x: scroll;
}
@media screen and (max-width: 600px) {
  .p-drink-priceList {
    gap: 0.625rem;
  }
}

.p-drink-priceItem {
  border: 3px solid #e2e1cd;
  background: #fff;
  width: 17.5rem;
}
@media screen and (max-width: 600px) {
  .p-drink-priceItem {
    width: 12.5rem;
  }
}
.p-drink-priceItem:nth-child(3) {
  min-height: 21.875rem;
}

.p-drink-priceItemHead {
  font-size: 1.5rem;
  text-align: center;
  background: #e2e1cd;
}

.p-drink-priceItemBody__price {
  color: #c4222d;
  font-size: 4.375rem;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .p-drink-priceItemBody__price {
    font-size: 2.5rem;
    text-align: center;
  }
}
.p-drink-priceItemBody__price span {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .p-drink-priceItemBody__price span {
    font-size: 1.5rem;
  }
}

.p-drink-priceItemBody {
  padding: 1.25rem;
}

.p-drink-priceItemBody__description {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.65;
}
.p-drink-priceItemBody__description span {
  color: #c4222d;
}

.p-drink-priceItemBody__annotation {
  font-size: 0.75rem;
  margin-top: 0.625rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.p-drink-middleSection {
  margin-top: 4.5rem;
}

.p-allYouCanDrink {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 1.25rem;
}
@media screen and (max-width: 991px) {
  .p-allYouCanDrink {
    gap: 1.25rem 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-allYouCanDrink {
    grid-template-columns: 1fr;
  }
}

.p-allYouCanDrink__item {
  background: #e2e1cd;
  padding: 1.875rem 1.875rem 2.5rem;
}
@media screen and (max-width: 600px) {
  .p-allYouCanDrink__item {
    padding: 1.25rem;
  }
}

.p-allYouCanDrink__title {
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #c4222d;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-allYouCanDrink__title {
    font-size: 2rem;
  }
}

.p-allYouCanDrink__menuGroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 1.5625rem auto 0;
}

.p-allYouCanDrink__menuGroupItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
.p-allYouCanDrink__menuGroupItem:not(:first-of-type) {
  margin-top: 1.875rem;
}

.p-allYouCanDrink__subTitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0.9375rem;
  background: #888868;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .p-allYouCanDrink__subTitle {
    font-size: 1rem;
  }
}

.p-allYouCanDrink__text {
  width: 25rem;
  max-width: 100%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.65;
}
@media screen and (max-width: 991px) {
  .p-allYouCanDrink__text {
    width: auto;
  }
}

.p-allYouCanDrink__annotation {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.p-drink-middleSection__annotaion {
  font-size: 0.75rem;
  margin: 0.9375rem 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0;
}

.p-drink-bottomSection {
  margin-top: 1.875rem;
}

.p-drink-bottomSection__title {
  text-align: center;
  color: #c4222d;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-drink-bottomSection__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-drink-bottomSection__title {
    font-size: 1.75rem;
    width: 95%;
  }
}

.p-drink-bottomSection__lead {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .p-drink-bottomSection__lead {
    font-size: 1rem;
    width: 95%;
    margin: 0 auto;
  }
}

.p-drink-bottomSection__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem auto 0;
}

.p-drink-bottomSection__images {
  margin-top: 3.125rem;
}

.p-drink-bottomSection__imageTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-drink-bottomSection__imageBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-drink-bottomSection__image01 {
  width: 33.3%;
}

.p-drink-bottomSection__image02 {
  width: 66.7%;
}

.p-drink-bottomSection__image03 {
  width: 50%;
}

.p-drink-bottomSection__image04 {
  width: 50%;
}

.p-aboutLead {
  text-align: center;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 600px) {
  .p-aboutLead {
    font-size: 0.875rem;
  }
}

.p-about-voice {
  margin-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .p-about-voice {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-voice {
    margin-top: 3.75rem;
  }
}

.p-about-voiceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .p-about-voiceWrap {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-voiceWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-voice__item {
  width: 30rem;
  max-width: 100%;
  padding: 1.875rem 2.5rem 1.5625rem;
  border: 2px solid #e2e2d2;
  background: #fff;
}
.p-about-voice__item:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 600px) {
  .p-about-voice__item:not(:first-of-type) {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-about-voice__item {
    width: auto;
  }
}

.p-about-voice__text {
  font-weight: 700;
  letter-spacing: 0;
}

.p-about-voice__name {
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0.625rem;
}

.p-about-bottom {
  margin-top: 3.125rem;
}

.p-about-bottom__annotation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-about-bottom__annotation {
    width: 90%;
  }
}

.p-about-bottom__annotationText {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.p-about-bottom__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 600px) {
  .p-about-bottom__btns {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1rem auto 0;
  }
}

.p-canal-innerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
.p-canal-innerLinks .c-btn1 {
  width: 14.6875rem;
  min-width: unset;
}
@media screen and (max-width: 600px) {
  .p-canal-innerLinks .c-btn1 {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-canal-innerLinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.875rem;
  }
}

.p-canal-guidance {
  background: #e2e1cd;
  padding: 3.75rem 0;
  margin: 3.125rem calc(50% - 50vw) 0;
  width: 100vw;
}

.p-canal-guidance__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-canal-guidance__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-canal-guidance__text {
  margin-top: 0.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-canal-guidance__text {
    font-size: 0.875rem;
  }
}

.p-canal-detail {
  padding: 3.75rem 0 4.375rem;
}

.p-canal-detail__lists {
  margin-top: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-canal-detail__lists {
    margin-top: 1.5625rem;
  }
}

.p-canal-detail__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-canal-detail__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-canal-detail__listItem:not(:first-of-type) .p-canal-detail__head {
  border-top: 1px solid #fff;
}
.p-canal-detail__listItem:not(:first-of-type) .p-canal-detail__data {
  border-top: 1px solid #d9d9d9;
}

.p-canal-detail__head {
  background: #e2e1cd;
  padding: 0.875rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  width: 15rem;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-canal-detail__head {
    width: 12.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-canal-detail__head {
    width: 100%;
    font-size: 1.125rem;
    padding: 0.875rem;
  }
}

.p-canal-detail__data {
  background: #fff;
  padding: 0.875rem 2.5rem;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .p-canal-detail__data {
    padding: 0.875rem;
  }
}

.p-canal-detail__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 3rem;
}
@media screen and (max-width: 600px) {
  .p-canal-detail__access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 1.5rem;
  }
}

.p-canal-detail__accessDetail {
  border: 2px solid #e2e1cd;
  background: #fff;
  padding: 2.5rem;
  width: 23.875rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-canal-detail__accessDetail {
    padding: 1.25rem;
    width: 100%;
  }
}

.p-canal-detail__accessDetailItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.p-canal-detail__accessDetailItem:not(:first-of-type) {
  margin-top: 0.625rem;
}

.p-canal-detail__accessDetailIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-canal-detail__accessDetailTitle {
  color: #888868;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-canal-detail__accessDetailDescription {
  margin-top: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
}
.p-canal-detail__accessDetailDescription span {
  font-size: 0.75rem;
}

.p-canal-detail__map {
  margin-top: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-canal-detail__map {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-canal-detail__map iframe {
    height: 12.5rem;
  }
}

.p-canal-detail__reservation {
  margin: 0 calc(50% - 50vw) 0;
  width: 100vw;
  background: url("../img/common/bg-reservation-section.jpg") center/cover no-repeat;
  position: relative;
  padding: 3.25rem 0;
}
.p-canal-detail__reservation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(135, 135, 104);
  z-index: 1000;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 600px) {
  .p-canal-detail__reservation {
    padding: 1.625rem 0;
  }
}

.p-canal-detail__reservationTitle {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  position: relative;
  z-index: 2000;
}
.p-canal-detail__reservationTitle span {
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .p-canal-detail__reservationTitle {
    font-size: 2rem;
  }
}

.p-canal-detail__reservationBtn {
  position: relative;
  z-index: 2000;
  margin: 1.875rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-menu-innerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .p-menu-innerLinks .c-btn1 {
    min-width: unset;
  }
}

.p-menu-course {
  margin-top: 7.5rem;
}
@media screen and (max-width: 600px) {
  .p-menu-course {
    margin-top: 3.75rem;
  }
}

.p-menu-course__image {
  width: 34.7vw;
  margin-left: calc(50% - 50vw);
}
.p-menu-course__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-menu-course__image img {
    height: 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-menu-course__image {
    width: 100%;
    margin: 0;
  }
}

.p-menu-course__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-menu-course__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-menu-course__contents {
  width: 48.125rem;
  max-width: 100%;
}

.p-menu-course__title {
  color: #fff;
  background: #c4222d;
  font-size: 3.125rem;
  letter-spacing: 0;
  padding: 0.625rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-menu-course__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-course__title {
    font-size: 1.75rem;
  }
}

.p-menu-course__subTitle {
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-menu-course__subTitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-course__subTitle {
    margin-top: 1.25rem;
  }
}

.p-menu-course__memo {
  font-weight: 700;
  margin-top: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
}
.p-menu-course__memo--right {
  margin-left: auto;
}

.p-menu-course__mainBox {
  margin-top: 1.875rem;
  background: #e2e1cd;
  padding: 1.875rem 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
.p-menu-course__mainBox span {
  font-size: 0.75rem;
  line-height: 1.5;
}

.p-menu-course__description {
  font-weight: 700;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0;
}

.p-menu-course__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  gap: 1.25rem;
}
@media screen and (max-width: 600px) {
  .p-menu-course__btns {
    gap: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-course__btns .c-btn1 {
    width: auto;
    min-width: unset;
    letter-spacing: 0;
  }
}

.p-menu-motsu {
  margin-top: 10rem;
}

.p-menu-motsu__headline {
  position: relative;
}
.p-menu-motsu__headline::after {
  content: "博多名物 もつ鍋";
  position: absolute;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.9375rem;
  color: #fff;
  background: #c4222d;
  padding: 0.625rem 0.9375rem;
  font-family: "ZenAntiqueSoft";
  letter-spacing: 0;
  width: 24.375rem;
}
@media screen and (max-width: 768px) {
  .p-menu-motsu__headline::after {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-motsu__headline::after {
    width: 16.25rem;
    font-size: 1.75rem;
  }
}

.p-menu-motsu__annotaion {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: right;
  margin-top: 0.25rem;
  letter-spacing: 0;
}

.p-menu-motsu__commit {
  margin-top: 3.625rem;
}

.p-menu-motsu__commitTitle {
  font-size: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-menu-motsu__commitTitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-motsu__commitTitle {
    font-size: 1.75rem;
  }
}
.p-menu-motsu__commitTitle span {
  color: #c4222d;
}

.p-menu-motsu__commitList {
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 600px) {
  .p-menu-motsu__commitList {
    grid-template-columns: 1fr;
    margin-top: 1.375rem;
  }
}

@media screen and (max-width: 600px) {
  .p-menu-motsu__commitThumbnail img {
    width: 100%;
  }
}

.p-menu-motsu__commitItemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #c4222d;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-menu-motsu__commitItemTitle {
    font-size: 1.25rem;
  }
}
.p-menu-motsu__commitItemTitle span {
  font-size: 4rem;
  font-weight: 300;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-menu-motsu__commitItemTitle span {
    font-size: 2.5rem;
  }
}

.p-menu-motsu__commitDescription {
  margin-top: -0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-menu-motsu__commitDescription {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.p-menu-motsu__commitBox {
  margin-top: 2.5rem;
  background: #e2e1cd;
  padding: 2.5rem 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-menu-motsu__commitBox {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-motsu__commitBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 1.25rem;
  }
}

.p-menu-motsu__commitBoxItem {
  letter-spacing: 0;
}
.p-menu-motsu__commitBoxItem:not(:first-of-type) {
  margin-top: 0.625rem;
}

.p-menu-motsu__commitBoxTitle {
  padding: 0.125rem 1.25rem;
  color: #fff;
  background: #2f2c2c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-menu-motsu__commitBoxText {
  margin-top: 0.625rem;
  font-weight: 700;
}

.p-menu-motsu__commitBoxMemo {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-menu-motsu__commitBoxImageItem:not(:first-of-type) {
  margin-top: 2.5rem;
}

.p-menu-motsu__commitBoxImageText {
  margin-top: 0.625rem;
  text-align: center;
  font-weight: 700;
}

.p-menu-uma {
  margin-top: 7.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .p-menu-uma {
    margin-top: 3.75rem;
  }
}

.p-menu-uma__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-menu-uma__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-menu-uma__contents {
  width: 35rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-menu-uma__contents {
    width: 100%;
  }
}

.p-menu-uma__imageWrap {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
.p-menu-uma__imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-menu-uma__imageWrap img {
    height: 25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-uma__imageWrap img {
    height: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-menu-uma__imageWrap {
    width: 100%;
    margin: 0;
  }
}

.p-menu-uma__box {
  background: #e2e1cd;
  margin-top: 1.875rem;
  padding: 2.5rem;
}

.p-menu-uma__boxTitle {
  padding: 0.125rem 1.25rem;
  color: #fff;
  background: #2f2c2c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-menu-uma__boxTextList {
  margin-top: 0.625rem;
}

.p-menu-uma__boxTextListItem {
  font-weight: 700;
}
.p-menu-uma__boxTextListItem:not(:first-of-type) {
  margin-top: 0.625rem;
}
.p-menu-uma__boxTextListItem span {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.1875rem;
}

.p-menu-uma__annotaion {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-menu-sabaIka {
  margin-top: 7.5rem;
}
@media screen and (max-width: 600px) {
  .p-menu-sabaIka {
    margin-top: 3.75rem;
  }
}

.p-menu-sabaIka__description {
  margin-top: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-menu-sabaIka__description {
    margin-top: 0.9375rem;
  }
}

.p-menu-sabaIka__image {
  margin-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .p-menu-sabaIka__image {
    margin-top: 1.25rem;
  }
}

.p-menu-sabaIka__imageWrap {
  width: 34.7vw;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
.p-menu-sabaIka__imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-menu-sabaIka__imageWrap img {
    height: 25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-sabaIka__imageWrap img {
    height: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-menu-sabaIka__imageWrap {
    width: 100%;
    margin: 0;
  }
}

.p-menu-sabaIka__contents {
  width: 47.25rem;
  max-width: 100%;
}

.p-menu-sabaIka__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.375rem;
}
@media screen and (max-width: 768px) {
  .p-menu-sabaIka__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .p-menu-sabaIka__body {
    gap: 1.25rem;
  }
}

.p-menu-bottom {
  margin-top: 7.5rem;
}
@media screen and (max-width: 600px) {
  .p-menu-bottom {
    margin-top: 3.75rem;
  }
}

.p-menu-bottom__annotationText {
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .p-menu-bottom__annotationText {
    width: 95%;
    margin: 0 auto;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-grid {
  display: grid;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-textCenter {
  text-align: center;
}

.u-kazurakiFonts {
  font-family: ZenAntiqueSoft, serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

.is-mdUnderOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-mdUnderOnly {
    display: block;
  }
}

.is-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-spOnly {
    display: block;
  }
}

.is-fixed {
  overflow: hidden !important;
}