@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
@media (max-width: 1063px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1064px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5625vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  padding: 0;
  background: black;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 1rem;
}

input,
textarea,
select,
button {
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #977C3A;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, dl {
  font-size: 1em;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  position: relative;
  z-index: 5;
  border-top: solid 1px #977C3A;
  background: #110F38;
}
.l-footer__copyright {
  display: block;
  margin: 0;
  padding: 1.5rem 1.25rem;
  color: #C9BC9C;
  font-size: 0.8125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.625rem;
    padding: 1.25rem;
  }
}

/**************************************************/
/* contents */
/**************************************************/
body > .inbox {
  padding-top: 0;
  overflow: hidden;
  background: black;
  color: white;
}

.l-page-container {
  position: relative;
}

.l-page-contents {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-s {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
}
.l-page-contents-s > *:first-child {
  margin-top: 0 !important;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-heading-a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-heading-a__en {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  color: #977C3A;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.c-heading-a__ja {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.c-heading-a.-thin .c-heading-a__en {
  color: #C9BC9C;
}
.c-heading-a.-red .c-heading-a__en {
  color: #D23623;
}
@media (max-width: 767px) {
  .c-heading-a__en {
    font-size: 1.875rem;
  }
  .c-heading-a__ja {
    font-size: 0.875rem;
  }
}

.c-heading-b {
  color: #977C3A;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .c-heading-b {
    font-size: 1.25rem;
  }
}

.c-heading-c {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin: 3.75rem 0 0 0;
  border-bottom: solid 1px #977C3A;
}
@media (max-width: 767px) {
  .c-heading-c {
    margin-top: 2.5rem;
  }
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #f5f5f5;
  --form-bg-color: #f5f5f5;
  --form-required-color: #b21c1c;
  --form-alert-color: #b21c1c;
  --form-btn-bg-color: #110F38;
  --form-btn-edit-color: #6f6f6f;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
  max-height: 12.5rem;
}

*:-moz-placeholder-shown {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-progress {
  padding: 4rem 0 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .f-progress {
    padding-top: 2rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.f-progress > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  color: #110F38;
  border-radius: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 13.125rem;
  width: 100%;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0.5625rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
  position: relative;
}
@media (max-width: 767px) {
  .f-progress > li {
    font-size: 0.9375rem;
    padding: 0.375rem;
  }
}
.f-progress > li::after {
  display: inline-block;
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow-solid.svg") no-repeat;
          mask: url("../img/icon-arrow-solid.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.f-progress > li.-active {
  background: #B21C1C;
  color: white;
}
.f-progress > li.-active::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.f-progress > li:last-child::after, .f-progress > li:last-child.-active::after {
  display: none !important;
}

.f-error-text {
  display: block;
  position: relative;
  margin: 0.5rem 0 0;
  color: var(--form-alert-color);
  font-weight: 700;
}
@media (max-width: 767px) {
  .f-error-text {
    font-size: 0.875rem;
  }
}

.f-field {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1.0625rem 1.5rem;
  border: 1px solid var(--form-border-color);
  background: var(--form-bg-color);
  border-radius: 0.125rem;
  line-height: 1.5;
}
.f-field.-short {
  max-width: 10rem;
}
.f-field::-webkit-input-placeholder {
  color: #999999;
}
.f-field::-moz-placeholder {
  color: #999999;
}
.f-field:-ms-input-placeholder {
  color: #999999;
}
.f-field::-ms-input-placeholder {
  color: #999999;
}
.f-field::placeholder {
  color: #999999;
}
@media (max-width: 767px) {
  .f-field {
    padding: 0.875rem 1rem;
  }
  .f-field.-short {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

textarea.f-field {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
  cursor: pointer;
}
.f-checkbox > span {
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-checkbox > span::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: var(--form-bg-color);
  border-radius: 0.25rem;
  background: var(--form-bg-color) no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked ~ span::after {
  background-image: url(../img/icon-checked.svg);
}

.f-radio {
  margin-top: 1rem;
  display: block;
  cursor: pointer;
}
.f-radio > span {
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio > span::before,
.f-radio > span::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  border-radius: 50%;
  background: var(--form-bg-color);
  content: "";
}
.f-radio > span::after {
  width: 0.625rem;
  height: 0.625rem;
  left: 0.4375rem;
  top: 0.4375rem;
  background: #C9BC9C;
  opacity: 0;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked ~ span::after {
  opacity: 1;
}

.f-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #110F38;
  position: relative;
  padding: 1.125rem 2.5rem 1.125rem 1.25rem;
  border: none;
  border-radius: 0.125em;
  background: url(../img/icon-select.svg) no-repeat right 0.9375rem top 50%/0.75rem, var(--form-bg-color);
  line-height: 1.5;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 8.75rem;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 15.625rem;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 25rem;
}
@media (max-width: 767px) {
  .f-selectbox {
    padding: 0.875rem 2.5rem 0.875rem 1rem;
  }
}

.f-form-text {
  display: block;
  margin: 0.625rem 0;
}

.f-input-order {
  padding-left: 5.5rem;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .f-input-order {
    padding-left: 0;
    padding-top: 1.25rem;
  }
}
.f-input-order__wrap {
  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;
  gap: 1.5rem;
  margin-left: -5.5rem;
}
@media (max-width: 767px) {
  .f-input-order__wrap {
    margin-left: 0;
  }
}
.f-input-order__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .f-input-order__num {
    gap: 0.75rem;
  }
}
.f-input-order__list {
  color: #222222;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.f-input-order__list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.f-input-order__list > li::before {
  content: "・";
}
.f-input-order__list > li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .f-input-order__list {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
  .f-input-order__list > li + li {
    margin-top: 0.5rem;
  }
}
.f-input-order__price {
  margin-top: 2.8125rem;
  margin-bottom: 0;
  padding-top: 2.8125rem;
  border-top: solid 1px #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f-input-order__price-text {
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .f-input-order__price {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 3.75rem;
  }
}

.f-input-order.-confirm {
  padding-left: 0;
}
.f-input-order.-confirm .f-input-order__wrap {
  margin-left: 0;
}
.f-input-order.-confirm .f-input-order__wrap > span {
  font-weight: bold;
}
.f-input-order.-confirm .f-input-order__list {
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .f-input-order.-confirm .f-input-order__price {
    padding-left: 0;
  }
}

.f-input-form > *:first-child {
  margin-top: 0 !important;
}

.f-input-columns {
  list-style: none;
  margin: 0;
  padding-left: 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.f-input-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 1.5;
  gap: 1.5rem;
}
.f-input-rows.-name {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 -3.5rem;
}
.f-input-rows > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
@media (max-width: 767px) {
  .f-input-rows {
    gap: 1rem;
  }
  .f-input-rows.-name {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.f-table th,
.f-table td {
  padding: 0;
  padding-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-table th > *:first-child,
.f-table td > *:first-child {
  margin-top: 0 !important;
}
.f-table th {
  vertical-align: top;
  position: relative;
  width: 39%;
  font-weight: bold;
}
.f-table td.-opportunity {
  padding-left: 5.5rem;
  padding-top: 0.625rem;
}
.f-table.-confirm th {
  width: 50%;
}
@media (max-width: 767px) {
  .f-table {
    display: block;
  }
  .f-table tbody,
  .f-table tr,
  .f-table th,
  .f-table td {
    display: block;
  }
  .f-table th,
  .f-table td {
    border-bottom: none;
  }
  .f-table th {
    padding-top: 2rem;
    width: auto;
  }
  .f-table td {
    padding-top: 0.75rem;
  }
  .f-table td.-opportunity {
    padding-left: 3.75rem;
    padding-top: 0.75rem;
  }
  .f-table.-confirm th {
    width: 100%;
  }
}

.f-required {
  display: inline-block;
  padding-left: 5.5rem;
  position: relative;
  font-weight: bold;
}
.f-required::before {
  display: inline-block;
  content: "必須";
  padding: 0.3125rem 0.625rem 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  background: var(--form-required-color);
  font-size: 0.8125rem;
  border-radius: 6.25rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .f-required {
    padding-left: 3.75rem;
  }
  .f-required::before {
    width: 3.125rem;
  }
}

.f-optional {
  display: inline-block;
  padding-left: 5.5rem;
  position: relative;
  font-weight: bold;
}
.f-optional::before {
  display: inline-block;
  content: "任意";
  padding: 0.3125rem 0.625rem 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  background: #999999;
  font-size: 0.8125rem;
  border-radius: 6.25rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .f-optional {
    padding-left: 3.75rem;
  }
  .f-optional::before {
    width: 3.125rem;
  }
}

.f-policy {
  text-align: center;
  padding-top: 3.75rem;
  margin-top: 3.125rem;
  border-top: solid 1px #977C3A;
}
@media (max-width: 767px) {
  .f-policy {
    padding-top: 2.5rem;
    margin-top: 1.875rem;
  }
}
.f-policy__lead {
  margin: 0;
  line-height: 2;
  font-weight: 500;
}
.f-policy__lead a {
  color: #0059DE;
}
@media (max-width: 767px) {
  .f-policy__lead {
    font-size: 0.875rem;
  }
}
.f-policy__check {
  margin-top: 2.8125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .f-policy__check {
    margin-top: 1.5rem;
  }
}

.f-cancel {
  background: #110F38;
  border-radius: 6.25rem;
  margin-top: 3.125rem;
  text-align: center;
  padding: 0.6875rem;
}
.f-cancel__text {
  color: white;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .f-cancel {
    border-radius: 1.25rem;
    margin-top: 1.875rem;
  }
  .f-cancel__text {
    font-size: 0.875rem;
  }
}

.f-form-submit,
.f-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .f-form-submit,
  .f-form-btn {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.x-submitBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  width: 16.25rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-weight: bold;
  padding: 1.125rem 3.125rem;
  text-shadow: 0 0 0.375rem black;
  background: url(../img/bg-form-btn.png) no-repeat center center/cover;
  position: relative;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}
.x-submitBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.x-submitBtn.-back {
  background: #977C3A;
}
.x-submitBtn.-back::after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
      -ms-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  right: auto;
  left: 1.5rem;
}
@media (max-width: 767px) {
  .x-submitBtn {
    width: 100%;
  }
}

.x-toBlogBtn {
  line-height: 1.5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-weight: bold;
  padding: 1.125rem 3.125rem;
  text-shadow: 0 0 0.375rem black;
  background: #110F38;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.x-toBlogBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-toBlogBtn {
    font-size: 0.875rem;
    padding: 1.125rem 2.75rem 1.125rem 1.5rem;
  }
  .x-toBlogBtn::after {
    right: 1rem;
  }
}

.f-thanks__finish {
  text-align: center;
  font-weight: bold;
  padding: 1.5625rem 0;
  margin: 3.375rem 0 0 0;
  border-top: solid 1px #977C3A;
  border-bottom: solid 1px #977C3A;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .f-thanks__finish {
    margin-top: 2.5rem;
    font-size: 1.0625rem;
    padding: 1rem 0;
  }
}
.f-thanks__name {
  text-align: center;
  font-size: 1.375rem;
  margin: 2rem 0 0 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .f-thanks__name {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.f-heading-a {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin: 4.375rem 0 0 0;
}
@media (max-width: 767px) {
  .f-heading-a {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.f-text-a {
  text-align: center;
  margin: 3.125rem 0 0 0;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .f-text-a {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.pg-home {
  margin: 0;
}
.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 5rem;
  z-index: 100;
}
.fixed-btn__btn {
  background: url(../../images/bg-fixed.png) no-repeat center center/cover, white;
  width: 12.5rem;
  aspect-ratio: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 9.375rem;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 0 0.375rem black;
}
.fixed-btn__en {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.fixed-btn__ja {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .fixed-btn {
    bottom: 0;
  }
  .fixed-btn__btn {
    width: 5.375rem;
  }
  .fixed-btn__en {
    font-size: 0.9375rem;
  }
  .fixed-btn__ja {
    font-size: 0.75rem;
  }
}

.mv {
  background: url(../../images/bg-mv.jpg) no-repeat top center/min(90rem, 100%) auto;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.mv__inner {
  margin: 0 auto;
  padding: 2.3125rem 2.3125rem 0;
  max-width: 85.375rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 1440px) {
  .mv__inner::before {
    position: absolute;
    content: "";
    width: 30rem;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
    background: linear-gradient(to right, black, transparent);
    top: 0;
    right: calc(100% - 12.5rem);
    z-index: -1;
    pointer-events: none;
  }
  .mv__inner::after {
    position: absolute;
    content: "";
    width: 30rem;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(black), to(transparent));
    background: linear-gradient(to left, black, transparent);
    top: 0;
    left: calc(100% - 12.5rem);
    z-index: -1;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .mv__inner {
    padding: 0.625rem 0.625rem 0;
  }
}
.mv__img {
  display: block;
  width: 100%;
}
.mv__title {
  margin: 0 auto;
  padding-top: 4rem;
  max-width: 62.5rem;
}
@media (max-width: 767px) {
  .mv__title {
    padding-top: 2rem;
  }
}
.mv__lead {
  text-align: center;
  color: #C9BC9C;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 600;
  margin: 2rem 0 0 0;
}
@media (max-width: 767px) {
  .mv__lead {
    font-size: 0.875rem;
    padding: 0 0.5rem;
    margin-top: 1.5rem;
  }
}

.mv-swiper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .mv-swiper {
    margin-top: 2rem;
  }
}
.mv-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.mv-swiper .swiper-slide {
  width: 18rem;
}

.mv-date {
  margin: 0 auto;
  padding-top: 4rem;
  max-width: 45.8125rem;
}
@media (max-width: 767px) {
  .mv-date {
    padding: 2rem 0.5rem 0;
  }
}

.price {
  margin-top: 3.125rem;
  position: relative;
}
@media (min-width: 1620px) {
  .price::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 125rem;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(transparent), color-stop(transparent), to(black));
    background: linear-gradient(90deg, black 0%, transparent calc(50% - 28.125rem), transparent calc(50% + 28.125rem), black 100%);
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .price {
    margin-top: 5.625rem;
  }
}
.price__box {
  border: solid 1px #C9BC9C;
  background: rgba(17, 15, 56, 0.6);
  padding: 5rem 6.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .price__box {
    padding: 1.875rem 1.25rem;
  }
}
.price__bgDeco {
  position: absolute;
  width: calc(100% - 2.5rem);
  height: 100%;
  display: inline-block;
  content: "";
  top: 0;
  left: 1.25rem;
}
.price__bgDeco::before {
  content: "";
  position: absolute;
  width: 42.6875rem;
  height: 64.0625rem;
  right: -23.75rem;
  top: 0;
  background: url(../../images/bg-price01.png) no-repeat top center/contain;
}
@media (max-width: 767px) {
  .price__bgDeco::before {
    width: 10rem;
    top: -8.75rem;
    right: -2.5rem;
  }
}
.price__bgDeco::after {
  content: "";
  position: absolute;
  width: 35.4375rem;
  height: 53.1875rem;
  left: -29.1875rem;
  top: 36%;
  background: url(../../images/bg-price02.png) no-repeat top center/contain;
}
@media (max-width: 767px) {
  .price__bgDeco::after {
    width: 8.75rem;
    left: -3.125rem;
    top: -7.5rem;
  }
}
.price__inbox {
  background: url(../../images/bg-price-inbox.png) no-repeat top center/cover;
  outline: 1px solid #977C3A;
  outline-offset: -0.5rem;
  color: #977C3A;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .price__inbox {
    outline-offset: -0.375rem;
    padding: 1.875rem 1.25rem;
  }
}

.price-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
.price-num__heading {
  padding-top: 1.875rem;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
}
.price-num__num {
  display: block;
  max-width: 24.5rem;
  margin: 0;
}
@media (max-width: 767px) {
  .price-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.875rem;
  }
  .price-num__heading {
    font-size: 1.125rem;
    padding-top: 0;
  }
  .price-num__num {
    max-width: 16.25rem;
  }
}

.price-tokuten {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .price-tokuten {
    margin-top: 1.5rem;
  }
}
.price-tokuten__title {
  margin: 0;
  font-weight: bold;
  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;
  line-height: 1;
  gap: 0.5rem;
}
.price-tokuten__title::before, .price-tokuten__title::after {
  display: inline-block;
  content: "";
  background: url(../../images/deco-heading.png) no-repeat center center/contain;
  width: 3.125rem;
  height: 1.125rem;
}
.price-tokuten__title::before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.price-tokuten__text {
  text-align: center;
  font-weight: bold;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 767px) {
  .price-tokuten__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}
.price-tokuten__textImg {
  max-width: 26.875rem;
  margin: 0.625rem auto -0.625rem;
}

.price-payment {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .price-payment {
    margin-top: 1.875rem;
  }
}
.price-payment__title {
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #977C3A;
  line-height: 1;
}
.price-payment__text {
  color: black;
  text-align: center;
  font-weight: 600;
  margin-top: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .price-payment__text {
    font-size: 0.875rem;
  }
}
.price-payment__notes {
  margin: 0.375rem 0 0 0;
  text-align: center;
  color: #BF0000;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .price-payment__notes {
    font-size: 0.875rem;
  }
}

.price-attention {
  margin-top: 2.5rem;
  border-bottom: solid 1px white;
}
@media (max-width: 767px) {
  .price-attention {
    margin-top: 1.875rem;
  }
}
.price-attention__title {
  line-height: 1;
  margin: 0;
  font-weight: bold;
  font-size: 1.125rem;
  gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-attention__title::before, .price-attention__title::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  display: block;
}
@media (max-width: 767px) {
  .price-attention__title {
    font-size: 1rem;
  }
}
.price-attention__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2.25rem 0;
  list-style: none;
  color: #C9BC9C;
  font-weight: 500;
  line-height: 2;
}
.price-attention__list > li {
  position: relative;
  padding-left: 1em;
}
.price-attention__list > li::before {
  content: "・";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.price-attention__list > li + li {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .price-attention__list {
    padding: 1.5rem 0;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.price-tatopani {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: solid 1px white;
}
@media (max-width: 767px) {
  .price-tatopani {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
  }
}
.price-tatopani__title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.price-tatopani__title-en {
  width: 10.625rem;
  display: block;
}
.price-tatopani__title-ja {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .price-tatopani__title-en {
    width: 8.75rem;
  }
  .price-tatopani__title-ja {
    font-size: 0.875rem;
  }
}
.price-tatopani__text {
  line-height: 1.75;
  font-weight: 500;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 767px) {
  .price-tatopani__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}
.price-tatopani__img {
  margin-top: 2.875rem;
}
@media (max-width: 767px) {
  .price-tatopani__img {
    margin-top: 1.5rem;
  }
}
.price-tatopani__iframe {
  margin-top: 3.125rem;
  aspect-ratio: 700/394;
  width: 100%;
}
.price-tatopani__iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .price-tatopani__iframe {
    margin-top: 1.875rem;
  }
}

.food-tab,
.drink-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.food-tab__btn,
.drink-tab__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  background: white;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  color: #977C3A;
  border: solid 1px #C9BC9C;
  border-left: none;
  height: 4rem;
}
.food-tab__btn.-active,
.drink-tab__btn.-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#977C3A), color-stop(50%, #C9BC9C), to(#977C3A));
  background: linear-gradient(to bottom, #977C3A 0%, #C9BC9C 50%, #977C3A 100%);
  color: #110F38;
  font-size: 1.25rem;
  text-shadow: 0 0 0.125rem white;
  height: 5rem;
}
.food-tab__btn:first-child,
.drink-tab__btn:first-child {
  border-left: solid 1px #C9BC9C;
}
@media (max-width: 767px) {
  .food-tab__btn,
  .drink-tab__btn {
    height: 2.5rem;
    font-size: 0.8125rem;
  }
  .food-tab__btn.-active,
  .drink-tab__btn.-active {
    font-size: 0.9375rem;
    height: 3.125rem;
  }
}
.food-contents,
.drink-contents {
  background: black;
  border: solid 1px #C9BC9C;
  border-top: none;
  padding: 4.75rem 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .food-contents,
  .drink-contents {
    padding: 2.5rem 1.25rem;
  }
}
.food-contents::before, .food-contents::after,
.drink-contents::before,
.drink-contents::after {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background: #C9BC9C;
  bottom: 0;
}
.food-contents::before,
.drink-contents::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.food-contents::after,
.drink-contents::after {
  right: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.food-contents__block,
.drink-contents__block {
  display: none;
}
.food-contents__block.-active,
.drink-contents__block.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .food-contents__block.-active,
  .drink-contents__block.-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }
}
.food-contents__list,
.drink-contents__list {
  min-width: 18.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #C9BC9C;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1em;
}
@media (max-width: 767px) {
  .food-contents__list,
  .drink-contents__list {
    font-size: 0.875rem;
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.food-contents__list.-indent,
.drink-contents__list.-indent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.food-contents__list.-indent li,
.drink-contents__list.-indent li {
  padding-left: 1em;
  text-indent: -1em;
}
.food-contents__notes,
.drink-contents__notes {
  color: #C9BC9C;
  font-size: 0.8125rem;
  text-align: center;
  margin: 2.5rem 0 -2.5rem 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .food-contents__notes,
  .drink-contents__notes {
    font-size: 0.6875rem;
    margin: 1.875rem 0 -1.25rem 0;
    padding-bottom: 0.625rem;
  }
}

.food-img {
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 73.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .food-img {
    padding: 2rem 0;
  }
}

.drink-img {
  padding: 4rem 2.5rem;
  max-width: 43.75rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .drink-img {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.contents-bg {
  background: url(../../images/bg-contents.png) no-repeat top center/min(125rem, 138.9%) auto;
  position: relative;
}
@media (min-width: 2000px) {
  .contents-bg {
    background: url(../../images/bg-contents.png) no-repeat top center/min(125rem, 138.9%) auto;
  }
  .contents-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(transparent), color-stop(transparent), to(black));
    background: linear-gradient(90deg, black 0%, transparent calc(50% - 28.125rem - 3.875rem), transparent calc(50% + 28.125rem + 3.875rem), black 100%);
    width: 100%;
    max-width: 125rem;
    height: 100%;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .contents-bg {
    background-size: auto 76%;
  }
}

.after-lead {
  margin: 0;
  padding: 3.75rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.625rem;
}
@media (max-width: 767px) {
  .after-lead {
    padding: 1.875rem 0;
    font-size: 1.25rem;
  }
}

.special__box {
  color: #977C3A;
  background: url(../../images/deco-line.png) repeat-x top left/auto 1.125rem, url(../../images/bg-special.png) no-repeat center bottom/100% auto, #FFFBED;
  padding: 6.875rem 6.25rem 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .special__box {
    padding: 3.75rem 1.25rem 1.875rem;
  }
}
.special__box::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 1.875rem;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../../images/deco-corner.png) no-repeat top left/contain;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .special__box::before {
    width: 3.125rem;
    height: 3.125rem;
    top: 2rem;
    left: 1rem;
  }
}
.special__box::after {
  content: "";
  position: absolute;
  top: 3rem;
  right: 1.875rem;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../../images/deco-corner.png) no-repeat top left/contain;
}
@media (max-width: 767px) {
  .special__box::after {
    width: 3.125rem;
    height: 3.125rem;
    top: 2rem;
    right: 1rem;
  }
}
.special__priceBox {
  background: #F7F1E1;
  margin-top: 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .special__priceBox {
    margin-top: 2.25rem;
  }
}
.special__priceBox::before {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 1px;
  border-top: dashed 1px #977C3A;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  top: 1.5625rem;
  right: -0.625rem;
}
.special__priceBox::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 1px;
  border-top: dashed 1px #977C3A;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 1.5625rem;
  left: -0.625rem;
}
.special__pricelist {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 42.5rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.4375rem 0.9375rem 0.75rem 2rem;
  position: relative;
}
.special__pricelist::before {
  content: "";
  position: absolute;
  height: 4.25rem;
  width: 1px;
  background: #977C3A;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.special__pricelist > li img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 5.9375rem;
}
@media (max-width: 767px) {
  .special__pricelist {
    padding: 1.875rem 0.9375rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
  .special__pricelist::before {
    width: calc(100% - 3.125rem);
    height: 1px;
  }
  .special__pricelist > li img {
    height: 4.375rem;
  }
}
.special__notes {
  margin: 2.875rem auto 0;
  padding: 0;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.special__notes > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .special__notes {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}
.special__contact {
  padding-top: 0.5rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin: 0.125rem 0 0 0;
}
.special__contact a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .special__contact {
    font-size: 0.9375rem;
  }
}

.access {
  padding-top: 4rem;
}
.access__iframe {
  margin-top: 2.5rem;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 700/394;
}
.access__iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .access {
    padding-top: 3.125rem;
  }
  .access__iframe {
    margin-top: 1.5rem;
  }
}

.tokutei {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .tokutei {
    padding-top: 3.125rem;
  }
}
.tokutei__box {
  background: white;
}
.tokutei__toggle {
  border: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #977C3A;
  font-weight: bold;
  margin: 0;
  text-align: center;
  padding: 0.625rem 0.625rem 1.625rem;
  font-size: 1rem;
  position: relative;
  color: white;
  line-height: 1.5;
}
.tokutei__toggle::before {
  content: "";
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.25rem;
  height: 0.5rem;
  background: white;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tokutei__toggle:hover {
  opacity: 1;
}
.tokutei__toggle.-open::before {
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.tokutei__body {
  padding: 2.5rem 3.125rem;
  display: none;
}
@media (max-width: 767px) {
  .tokutei__body {
    padding: 1.25rem;
  }
}
.tokutei__table table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  color: #977C3A;
}
.tokutei__table table tr:not(:last-child) th, .tokutei__table table tr:not(:last-child) td {
  border-bottom: solid 1px #C9BC9C;
}
@media (max-width: 767px) {
  .tokutei__table table tr:not(:last-child) th {
    border-bottom: none;
  }
}
.tokutei__table table th, .tokutei__table table td {
  padding: 1.25rem 0;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .tokutei__table table th, .tokutei__table table td {
    padding: 1em 0;
    font-size: 0.875rem;
    display: block;
  }
}
.tokutei__table table th {
  font-weight: bold;
  width: 9.375rem;
}
@media (max-width: 767px) {
  .tokutei__table table th {
    width: 100%;
    padding-bottom: 0;
  }
}
.tokutei__table table td {
  font-weight: 500;
}
@media (max-width: 767px) {
  .tokutei__table table td {
    padding-top: 0.5em;
  }
}

.contact {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 3.125rem;
  }
}
.contact__numHeading {
  margin: 3.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 1rem;
  font-weight: 500;
}
.contact__numHeading::before, .contact__numHeading::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: white;
}
@media (max-width: 767px) {
  .contact__numHeading {
    margin-top: 2.5rem;
  }
}
.contact__numLink {
  display: block;
  max-width: 30.125rem;
  margin: 2.5rem auto 0;
}
@media (max-width: 767px) {
  .contact__numLink {
    max-width: 90%;
    margin-top: 1.5rem;
  }
}
.contact__time {
  max-width: 11rem;
  margin: 1.875rem auto 0;
}
@media (max-width: 767px) {
  .contact__time {
    max-width: 8.75rem;
    margin-top: 0.75rem;
  }
}
.contact__toTop {
  margin: 2rem 0 0 0;
  text-align: center;
}
.contact__toTop-link {
  display: inline-block;
  width: 100%;
  max-width: 25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(17, 15, 56, 0.6);
  color: white;
  text-decoration: none;
  border: solid 1px white;
  padding: 1.375rem 0.625rem;
  font-weight: 500;
}

.reserve {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .reserve {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.reserve__toForm {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .reserve__toForm {
    margin-top: 2.5rem;
  }
}
.reserve__toForm-link {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 1.125rem;
  text-align: center;
  background: url(../../images/bg-reserve-btn.png) no-repeat center center/cover, #977C3A;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 23, 23, 0.6980392157))), url(../../images/bg-reserve-btn.png) no-repeat center center/cover, #977C3A;
  background: linear-gradient(rgba(228, 23, 23, 0.6980392157)), url(../../images/bg-reserve-btn.png) no-repeat center center/cover, #977C3A;
}

/**************************************************/
/* reservation */
/**************************************************/
.reservation {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: url(../../images/bg-mv.jpg) no-repeat top -12.5rem center/100% auto;
}
@media (max-width: 767px) {
  .reservation {
    background: url(../../images/bg-mv.jpg) no-repeat top center/160% auto;
    padding: 3.75rem 0;
  }
}
.reservation__title {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reservation__title {
    padding: 0 1rem;
  }
}

.reservation-box {
  margin-top: 4rem;
  background: white;
  color: #110F38;
  padding: 5rem 6.25rem 4rem;
}
@media (max-width: 767px) {
  .reservation-box {
    margin-top: 2.5rem;
    padding: 2rem 1.25rem;
  }
}

.reservation-order {
  padding-top: 0.625rem;
}