<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==============================
  base
============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**formのスタイルリセット**/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  background: none;
  border: none;
}

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

input[type=text],
select {
  transform: scale(1);
}

*:focus {
  outline: none;
}

/* メンテナンス */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.txt02 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.txt03 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 30px;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 980px) {
  .txt03 {
    padding-left: 0px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
}

.title-jp {
  font-weight: 900;
  position: relative;
  padding: 0.5rem 0 2rem;
  margin: 0 0 50px 0;
  font-size: 26px;
  text-align: center;
  color: #353535;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 980px) {
  .title-jp {
    letter-spacing: 0.1em;
    font-size: 20px;
  }
}
.title-jp:before {
  position: absolute;
  border-bottom: 2px solid #b2b2b2;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  content: "";
}
@media screen and (max-width: 980px) {
  .title-jp:before {
    width: 24px;
    border-bottom: 1px solid #b2b2b2;
    bottom: 20px;
  }
}

.title-jp {
  margin: 0 0 10px 0;
  padding: 0.5rem 0 25px;
}
@media screen and (max-width: 980px) {
  .title-jp {
    letter-spacing: 0.1em;
    font-size: 20px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tr:last-child td {
  padding: 0;
  margin: 0;
}
table tr:first-child th {
  padding: 1rem 0rem 10px 0;
}
@media screen and (max-width: 980px) {
  table tr:first-child th {
    padding: 1rem 0rem 10px 0;
  }
}
table tr:first-child td {
  padding: 0 0 10px 0;
}
@media screen and (max-width: 980px) {
  table tr:first-child td {
    margin: 0 0 0px 0;
  }
}
table tr th {
  width: 100%;
  text-align: left;
  padding: 1rem 0rem 1.2rem 0;
  position: relative;
  vertical-align: top;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 30px;
}
@media screen and (max-width: 980px) {
  table tr th {
    display: inline-flex;
    font-size: 16px;
    padding: 0rem 0rem 10px 0;
  }
}
table tr td {
  width: 100%;
  position: relative;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 980px) {
  table tr td {
    padding: 0;
    margin: 0 0 24px 0;
  }
}
table tr td:first-child {
  padding: 0 0 10px 0;
}
@media screen and (max-width: 980px) {
  table tr td:first-child {
    margin: 0 0 10px 0;
  }
}

span.font-12.zenkaku {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  text-align: center;
  background: #cccccc;
  margin-left: 1rem;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 500;
  position: relative;
  top: -1.5px;
}
@media screen and (max-width: 980px) {
  span.font-12.zenkaku {
    margin-left: 10px;
  }
}

.require-txt {
  margin-left: 7px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #ef2601;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 56px;
  color: #ef2601;
  position: relative;
  top: -1.5px;
}

/* 基本的な入力フィールドのデザイン */
input:not([type=radio]):not([type=checkbox]),
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;
  border: 2px solid #b2b2b2;
  letter-spacing: 0.2em;
}

input:not([type=radio]):not([type=checkbox]) {
  height: 56px;
}

textarea {
  height: 204px;
}

div#cv_fix {
  display: none;
}

/* ==============================
    全体コンテナと基本設定
============================== */
#entry-confirm-form {
  max-width: 1000px;
}

.entry-form {
  max-width: 820px;
  margin: 0 auto;
}

/* ==============================
    エントリーフォーム主要構成要素 (.entry__*)
============================== */
.entry__head {
  text-align: center;
  margin-bottom: 60px;
}
.entry__title--ja {
  font-size: calc(24px + 4 * (100vw - 768px) / 432);
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
.entry__title--ja::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #b2b2b2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
}
@media screen and (max-width: 980px) {
  .entry__title--ja {
    font-size: 22px;
    letter-spacing: 0px;
    white-space: nowrap; /* 改行防止オプション */
  }
}
.entry__body {
  text-align: center;
}
.entry__flow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.entry__flow--wrap {
  display: inline-block;
  margin: 0 auto 50px;
}
.entry__flow--num {
  border: 1px solid #b2b2b2;
  background-color: #fff;
  color: #b2b2b2;
  border-radius: 50%;
  padding: 10px 17px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.entry__flow--num.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.entry__flow--num.completed {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}
.entry__flow--num:last-child {
  margin-right: 0;
}
.entry__flow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #b2b2b2;
  width: 90%;
  height: 1px;
  z-index: -1;
}
.entry__setting--title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .entry__setting--title {
    font-size: 19px;
  }
}
.entry__form {
  text-align: left;
  margin-bottom: 40px;
}
.entry__form--name {
  border-left: 5px solid #b2b2b2;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
}
.entry__form--panel input[type=text] {
  width: 100%;
}
.entry__form--panel input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.entry__form--panel input[type=number]::-webkit-outer-spin-button, .entry__form--panel input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.entry__form--panel.entry__form--panel-with-unit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.entry__form--panel.entry__form--panel-with-unit input[type=text],
.entry__form--panel.entry__form--panel-with-unit input[type=number] {
  width: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .entry__form--panel.entry__form--panel-with-unit input[type=text],
  .entry__form--panel.entry__form--panel-with-unit input[type=number] {
    width: 280px;
  }
}
@media screen and (max-width: 428px) {
  .entry__form--panel.entry__form--panel-with-unit input[type=text],
  .entry__form--panel.entry__form--panel-with-unit input[type=number] {
    width: 180px;
  }
}
.entry__form--panel.entry__form--panel-with-unit .field-unit {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .entry__form--panel.entry__form--panel-with-unit .field-unit {
    font-size: 15px;
  }
}
@media screen and (max-width: 428px) {
  .entry__form--panel.entry__form--panel-with-unit .field-unit {
    font-size: 14px;
  }
}
.entry__form--list {
  display: flex;
  justify-content: space-between;
}
.entry__form--item {
  width: 48%;
}
.entry__consent {
  margin-bottom: 40px;
}
.entry__consent a {
  display: inline;
  color: #0000ff;
  text-decoration: underline;
}

/* ==============================
    フォーム内ユーティリティ
============================== */
.required {
  color: #ef2601;
  font-size: 14px;
  border: 1px solid #ef2601;
  border-radius: 2px;
  padding: 2px 6px;
  margin-left: 20px;
  font-weight: normal;
}

/* ==============================
    フォーム要素詳細
============================== */
select.is-empty {
  color: #000;
}

select:invalid {
  color: #000;
}

.date-of-birth .select-button {
  background: url(../img/icon-arrow-bottom.png) no-repeat 94% center !important;
  background-size: 14px !important;
}

.custom-select {
  position: relative;
  border: 2px solid #b2b2b2;
  border-radius: 5px;
}
.custom-select.date-of-birth {
  width: 32%;
}
.custom-select.date-of-birth .select-options {
  width: 100%;
}
.custom-select .select-button {
  color: #000;
  width: 100%;
  padding: 10px;
  background: url(../img/icon-arrow-bottom.png) no-repeat 98% center;
  background-size: 14px;
  text-align: left;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  letter-spacing: 2px;
}
.custom-select .select-options {
  display: block;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  position: absolute;
  width: 100%;
  background: white;
  border-radius: 0 0 5px 5px;
  left: -2px;
  top: 40px;
  letter-spacing: 2px;
  z-index: 1;
  transition: 0.2s;
  border: 2px solid #b2b2b2;
  border-top: none;
  border-bottom: none;
  box-sizing: content-box;
}
.custom-select .select-options.open {
  border: 2px solid #b2b2b2;
  border-top: none;
  max-height: 500px;
  overflow: scroll;
  -ms-overflow-style: none;
}
.custom-select .select-options.open::-webkit-scrollbar {
  display: none;
}
.custom-select .select-options li {
  padding: 10px;
  cursor: pointer;
}
.custom-select .select-options li:hover {
  background: #e5e5e5;
}

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

label.checkbox-blk {
  position: relative;
  display: flex;
  margin-bottom: 23px;
  width: 180px;
  margin: 0 auto 23px;
}
label.checkbox-blk .link_text {
  text-decoration: underline;
  display: inline-block;
  padding: 0 0px 0 30px;
}
label.checkbox-blk .link_text:hover {
  text-decoration: underline;
}
label.checkbox-blk .checkmark {
  position: absolute;
  top: 1px;
  left: 0px;
  border-radius: 4px;
  border: 2px solid #b2b2b2;
  width: 20px;
  height: 20px;
}
label.checkbox-blk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
label.checkbox-blk input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
label.checkbox-blk input[type=checkbox]:checked ~ .checkmark {
  background-color: #e0e0e0;
  border-color: #000;
}
label.checkbox-blk input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.reservation-agree {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.terms-text {
  color: #000;
  background: url(../img/icon-question.png) no-repeat 18%;
  background-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  cursor: pointer;
  border: none;
  margin: 0 auto 40px;
  width: 300px;
  display: block;
}

.entry__form-field--error-message {
  color: #ff0000;
  font-size: 0.875em;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
  text-align: left;
}

.entry__form-group {
  margin-bottom: 40px;
}
.entry__form-group:last-child {
  margin-bottom: 0;
}

.entry__form-field &gt; .custom-select,
.entry__form-field &gt; .entry__form--panel,
.entry__form-field &gt; .entry__form--list {
  margin-bottom: 0;
}

/* ==============================
    ボタン関連
============================== */
.button-in {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .button-in {
    font-size: 14px;
  }
}
.button-in .entry__next,
.button-in .entry__before {
  width: 40%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  position: relative;
}
.button-in .entry__next span,
.button-in .entry__before span {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  background: #000;
  background-size: 20px;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  transition: 0.2s;
}
.button-in .entry__next span:hover,
.button-in .entry__before span:hover {
  opacity: 0.7;
}
.button-in .entry__next span {
  background-image: url(../img/icon-arrow-white-right.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 428px) {
  .button-in .entry__next span {
    background-position: 90% center;
  }
}
.button-in .entry__before span {
  background-image: url(../img/icon-arrow-white-left.png);
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 428px) {
  .button-in .entry__before span {
    background-position: 10% center;
  }
}

.confirm {
  width: 40%;
  position: relative;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.5;
  transition: 0.3s;
  border: none;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 428px) {
  .confirm {
    width: 85%;
    margin-left: 5px;
  }
}
.confirm span {
  display: block;
  width: 100%;
  color: #fff;
  background: #000;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  margin: 0 auto;
  transition: 0.2s;
}
.confirm.active {
  background-color: #000;
  cursor: pointer;
  opacity: 1;
  border-radius: 10px;
}

/* ==============================
    登録内容確認画面 スタイル
============================== */
.confirmation__body {
  text-align: left;
}
.confirmation__body .entry-form {
  max-width: none;
}
.confirmation__body .confirmation__item {
  margin-bottom: 20px;
}
.confirmation__body .confirmation__item &gt; div {
  margin-bottom: 20px;
}
.confirmation__body .confirmation__item &gt; *:last-child {
  margin-bottom: 0;
}
.confirmation__body .confirmation__item h3.entry__form--name {
  margin-bottom: 5px;
}
.confirmation__body .confirmation__precautions {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.7;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

/* ==============================
    その他
============================== */
table.contact-form {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 980px) {
  table.contact-form {
    line-height: 40px;
    margin: 0 auto 15px;
  }
}

.form-txt01 {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .form-txt01 {
    width: 100%;
    padding: 15px;
  }
}</pre></body></html>