/* =========================================================
reset
========================================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

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;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[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 {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* =========================================================
base
========================================================= */
html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  width: 100%;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #000000;
  box-sizing: border-box;
  color: #333;
  font-family: "Noto Serif JP ", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 100dvh;
  position: relative;
}

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

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

p {
  color: #000000;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

/* =========================================================
header
========================================================= */
.c-header {
  background: url(../images/common/img_header_bg.webp) no-repeat top center;
  background-size: cover;
  background-color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 1.41vw, 14px);
  padding: 5px 75px 0 2vw;
  position: relative;
  height: 70px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .c-header {
    background-size: contain;
    font-size: 14px;
    padding: 25px 1vw 20px;
    height: auto;
  }
}
.c-header--wrap {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 1410px;
  margin: 0 auto;
}
.c-header-logo {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.c-header-logo img {
  max-width: 96px;
  min-width: 70px;
  height: auto;
  width: 15vw;
}
@media screen and (min-width: 992px) {
  .c-header-logo img {
    max-width: 96px;
  }
}
.c-header-logo p {
  color: #fff;
  font-size: clamp(11px, 1.3vw, 12px);
  margin-left: 15px;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .c-header-logo p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header-logo p .sp {
    display: none;
  }
}
.c-header-gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-header-gnav {
    display: block;
  }
}
.c-header-gnav ul {
  display: flex;
  align-items: center;
}
.c-header-gnav ul li a {
  color: #fff;
  display: block;
  font-size: clamp(15px, 1.61vw, 16px);
  font-weight: bold;
  padding: 10px 0;
  margin-left: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-header-gnav ul li a {
    font-size: 16px;
  }
}
.c-header-gnav ul li a:hover {
  color: #af965a;
}
.c-header-gnav ul li a.instagram img {
  display: inline-block;
  width: 30px;
  transition: 0.3s;
}
.c-header-gnav ul li a.instagram img:hover {
  opacity: 0.7;
}
.c-header-drawerbtn {
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .c-header-drawerbtn {
    display: none;
  }
}
.c-header-drawerbtn label {
  background: linear-gradient(135deg, #af965a 0%, #714813 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 100;
}
.c-header-drawerbtn label .icon {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.c-header-drawerbtn label .icon::before {
  content: "";
  background: #ffffff;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
}

#create-toggle:checked ~ .c-header-action_create--list {
  visibility: visible;
  opacity: 1;
  max-height: 999vh;
}
#create-toggle:checked ~ .c-header-action-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

/* =========================================================
drawer
========================================================= */
.c-drawer {
  background: url(../images/common/img-drower-bg.webp) no-repeat center;
  background-size: cover;
  height: 100vh;
  padding: 0 2vw;
  max-width: 0;
  width: 100vw;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: -390px;
  transition: 0.4s;
  z-index: 501;
  scrollbar-color: #929292 #fff;
  scrollbar-width: thin;
}
.c-drawer::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
.c-drawer::-webkit-scrollbar-thumb {
  background: #929292;
  width: 6px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .c-drawer {
    display: none;
  }
}
.c-drawer--wrap {
  margin: 0 auto;
  position: relative;
}
.c-drawer-btn {
  position: absolute;
  top: -20px;
  right: 0;
}
.c-drawer-btn label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.c-drawer-btn .icon {
  background: linear-gradient(135deg, #af965a 0%, #714813 100%);
  cursor: pointer;
  height: 70px;
  width: 70px;
  position: relative;
  transition: 0.4s;
}
.c-drawer-btn .icon::before, .c-drawer-btn .icon::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-drawer-btn .icon::before {
  top: 14px;
  transition: 0.4s;
}
.c-drawer-btn .icon::after {
  bottom: 14px;
  transition: 0.4s;
}
.c-drawer-btn .icon:hover {
  background-color: #000;
}
.c-drawer-btn .icon .border {
  display: none;
  color: #000;
  font-size: 2.1153846154vw;
  font-weight: 500;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  letter-spacing: -0.1rem;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .c-drawer-btn .icon .border {
    font-size: 1.4322916667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-drawer-btn .icon .border {
    font-size: 1.1224489796vw;
  }
}
@media screen and (min-width: 992px) {
  .c-drawer-btn .icon .border {
    font-size: 11px;
  }
}
.c-drawer-logo {
  display: flex;
  margin: 20px auto 0;
  width: 90%;
}
.c-drawer-logo img {
  max-width: 96px;
  min-width: 70px;
  height: auto;
  width: 15vw;
}
@media screen and (min-width: 992px) {
  .c-drawer-logo img {
    max-width: 96px;
  }
}
.c-drawer-logo p {
  color: #000;
  font-size: clamp(11px, 1.3vw, 12px);
  margin-left: 15px;
  letter-spacing: 1px;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .c-drawer-logo p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-drawer-logo p .sp {
    display: none;
  }
}
.c-drawer-gnav {
  margin: 20px auto;
  width: 90%;
}
.c-drawer-gnav ul {
  border: 1px solid #000;
  padding: 10px 30px;
}
@media screen and (min-width: 992px) {
  .c-drawer-gnav ul {
    background: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
.c-drawer-gnav ul li {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-drawer-gnav ul li {
    width: 25%;
    max-width: 200px;
    text-align: left;
  }
}
.c-drawer-gnav ul li a {
  background: url(../images/common/icon_right_b.svg) no-repeat center right 10px;
  background-size: 10px 10px;
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-size: clamp(15px, 1.61vw, 16px);
  padding: 15px;
  max-width: 250px;
  margin: 0 auto;
  transition: 0.3s;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-drawer-gnav ul li a {
    border: none;
    display: inline-block;
    font-size: 15px;
    padding: 5px 25px 5px 10px;
  }
}
.c-drawer-gnav ul li a:hover {
  color: #af965a;
}
.c-drawer-gnav ul li a.instagram {
  background: #434343;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px;
  padding: 10px;
}
.c-drawer-gnav ul li a.instagram img {
  width: 23px;
}
.c-drawer-gnav ul li a.instagram span {
  padding: 0 5px;
}
.c-drawer-pickup {
  text-align: center;
}
.c-drawer-pickup_pirce {
  background: linear-gradient(135deg, #626262 0%, #434343 100%);
  padding: 15px;
  border: 1px solid #4c4c4c;
  box-shadow: 0px 0px 15px -5px #777777;
  display: inline-block;
  max-width: 250px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-drawer-pickup_pirce {
    max-width: 360px;
  }
}
.c-drawer-pickup_pirce:hover {
  opacity: 0.7;
}
.c-drawer-pickup_pirce span {
  background: url(../images/common/icon_right_w.svg) no-repeat center right;
  background-size: 10px 10px;
  color: #ffffff;
  display: block;
  font-family: "EB Garamond", "Noto Serif JP ", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-size: clamp(15px, 1.61vw, 16px);
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-drawer-pickup_pirce span {
    font-size: 20px;
  }
}
.c-drawer-pickup_reservation {
  background: linear-gradient(to right, #af965a 0%, #714813 100%);
  border: 1px solid #4c4c4c;
  box-shadow: 0px 0px 15px -5px #777777;
  display: block;
  transition: 0.3s;
  text-align: center;
  padding: 15px;
  max-width: 250px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-drawer-pickup_reservation {
    background: linear-gradient(135deg, #af965a 0%, #714813 100%);
    padding: 40px 0 0;
    width: 80px;
    height: 280px;
  }
}
.c-drawer-pickup_reservation:hover {
  opacity: 0.7;
}
.c-drawer-pickup_reservation span {
  background: url(../images/common/icon_right_w.svg) no-repeat center right;
  color: #ffffff;
  display: block;
  font-size: clamp(15px, 1.61vw, 16px);
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-drawer-pickup_reservation span {
    background: none;
    font-size: 20px;
    max-width: 1em;
    margin: 0 auto;
    line-height: 1.2;
  }
}
.c-drawer-pickup_reservation span::before {
  content: none;
  background: #fff;
  display: block;
  bottom: -110%;
  left: 50%;
  position: absolute;
  width: 1px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-drawer-pickup_reservation span::before {
    content: "";
  }
}

#drawer:checked + .c-drawer {
  padding: 0 0 25px;
  max-width: 100%;
  right: 0;
}
#drawer:checked + .c-drawer .c-drawer-btn .icon::before {
  top: -2px;
  transform: rotate(45deg);
}
#drawer:checked + .c-drawer .c-drawer-btn .icon::after {
  bottom: 2px;
  transform: rotate(-45deg);
}
#drawer:checked ~ .c-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
}

/* =========================================================
footer
========================================================= */
.c-footer {
  background: url(../images/common/img-footer-bg.webp) no-repeat center;
  background-size: cover;
  background-color: #000;
  font-size: clamp(13px, 1.41vw, 14px);
  padding-bottom: 70px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-footer {
    font-size: 14px;
    padding: 0;
  }
}
.c-footer-pagetop {
  background: linear-gradient(135deg, #434343 0%, #626262 100%);
}
.c-footer-pagetop a {
  display: block;
  text-align: center;
  width: 100%;
}
.c-footer-pagetop .icon {
  background: url(../images/common/icon_up_w.svg) no-repeat center;
  background-size: 80% 80%;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.c-footer--wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 30px 50px;
}
@media screen and (min-width: 992px) {
  .c-footer--wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 1vw 50px;
  }
}
.c-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.c-footer-logo img {
  max-width: 80px;
  min-width: 70px;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-footer-logo img {
    max-width: 96px;
  }
}
.c-footer-logo p {
  color: #fff;
  font-size: clamp(15px, 1.61vw, 16px);
  margin-left: 15px;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .c-footer-logo p {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .c-footer-logo p .sp {
    display: none;
  }
}
.c-footer-logo p a {
  color: #ffffff;
}
.c-footer-gnav {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-footer-gnav {
    width: calc(100% - 300px);
  }
}
.c-footer-gnav ul {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 10px 30px;
}
@media screen and (min-width: 992px) {
  .c-footer-gnav ul {
    background: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
.c-footer-gnav ul li {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-footer-gnav ul li {
    width: 25%;
    max-width: 200px;
    text-align: left;
  }
}
.c-footer-gnav ul li a {
  background: url(../images/common/icon_right_w.svg) no-repeat center right 10px;
  background-size: 10px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: clamp(15px, 1.61vw, 16px);
  padding: 15px;
  max-width: 250px;
  margin: 0 auto;
  transition: 0.3s;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-footer-gnav ul li a {
    border: none;
    display: inline-block;
    font-size: 15px;
    padding: 5px 25px 5px 10px;
  }
}
.c-footer-gnav ul li a:hover {
  color: #af965a;
}
.c-footer-gnav ul li a.instagram {
  background: none;
  text-align: center;
  border-bottom: none;
}
.c-footer-gnav ul li a.instagram img {
  display: inline-block;
  width: 30px;
  transition: 0.3s;
}
.c-footer-gnav ul li a.instagram img:hover {
  opacity: 0.7;
}
.c-footer-copy {
  color: #ffffff;
  font-size: clamp(10px, 1.31vw, 13px);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .c-footer-copy {
    font-size: 13px;
    width: 100%;
  }
}
.c-footer-copy .icon {
  text-align: center;
}
.c-footer-copy .icon img {
  display: inline-block;
  max-width: 120px;
}
.c-footer-copy .text {
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .c-footer-copy .text br {
    display: none;
  }
}
.c-footer-copy .copy {
  color: #ffffff;
  margin-top: 20px;
}
.c-footer-flowbtn {
  background: rgba(26, 57, 85, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .c-footer-flowbtn {
    background: none;
    padding: 0;
    top: 20vh;
    bottom: auto;
    left: auto;
    right: 0;
    width: auto;
  }
}
.c-footer-flowbtn a {
  background: linear-gradient(90deg, rgb(52, 0, 36) 17%, rgb(196, 145, 1) 64%, rgb(48, 6, 15) 100%);
  border: 1px solid #4c4c4c;
  box-shadow: 0px 0px 15px -5px #777777;
  display: block;
  transition: 0.3s;
  text-align: center;
  padding: 15px;
  max-width: 250px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-footer-flowbtn a {
    background: linear-gradient(0deg, rgb(52, 0, 36) 17%, rgb(196, 145, 1) 64%, rgb(48, 6, 15) 100%);
    padding: 20px 0 0;
    width: 80px;
    height: 290px;
  }
}
.c-footer-flowbtn a:hover {
  opacity: 0.7;
}
.c-footer-flowbtn a span {
  background: url(../images/common/icon_right_w.svg) no-repeat center right;
  color: #ffffff;
  display: block;
  font-size: clamp(17px, 1.61vw, 18px);
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-footer-flowbtn a span {
    background: none;
    font-size: 18px;
    max-width: 1em;
    margin: 0 auto;
    line-height: 1.2;
  }
}
.c-footer-flowbtn a span::before {
  content: none;
  background: #fff;
  display: block;
  bottom: -105%;
  left: 50%;
  position: absolute;
  width: 1px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-footer-flowbtn a span::before {
    content: "";
  }
}
/*# sourceMappingURL=style-common.css.map */