@charset "UTF-8";
/* ======================================
 Foundation
====================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

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

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*
  Base
---------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-family: 游ゴシック, 'Yu Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  word-break: break-all;
}

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

body {
  font-size: 1rem;
  line-height: 1.5;
  height: 100%;
  color: #0D0D0D;
  background-color: #fff;
}

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

a {
  color: inherit;
}

h1, h2, h3, h4, h5, strong {
  font-weight: bold;
}

input, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* ======================================
 Layout
====================================== */
.l-header {
  background-color: #0D0D0D;
  color: #fff;
  padding: 0.25em 1em;
  line-height: 2;
}

.l-header__title {
  font-size: 1rem;
}

.l-header a {
  text-decoration: none;
}

.p-menu {
  list-style: none;
}

.p-menu a:hover {
  text-decoration: underline;
}

.l-main {
  padding: 1em 0;
}

.l-row {
  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;
}

.l-section-primary {
  padding: 4em 0;
}

.l-heading-primary {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.25em;
}

.l-child-title {
  font-size: 1.5rem;
  text-align: center;
}

.l-footer {
  background-color: #0D0D0D;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 0.5em 1em;
}

.l-footer small {
  font-size: 0.875rem;
}

/* ======================================
 Object
====================================== */
/**
 Component
----------------------------------- */
.c-button-center {
  text-align: center;
}

.c-button {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 1.05263em 0;
  font-size: 1.1875rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0D0D0D;
}

@media screen and (max-width: 767px) {
  .c-button {
    font-size: 0.875rem;
  }
}

.c-button:hover {
  cursor: pointer;
}

.c-button__arrow {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}

.c-button__arrow::before {
  content: '';
  position: absolute;
  display: inline-block;
  border-color: #0D0D0D;
  width: calc(1.15em / 2);
  height: calc(1.15em / 2);
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: -1.15em;
}

.c-button--middle {
  max-width: 445px;
  font-size: 1.125rem;
  line-height: 57px;
  padding: 0;
}

.c-button--green {
  background-color: #8dcfd0;
}

.c-button--green:hover {
  opacity: .8;
}

/**
 Project
----------------------------------- */
.p-hero {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.p-hero__image {
  margin: 0 auto;
}

.p-hero__text {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-faq {
  max-width: 960px;
  width: 85%;
  margin: 0 auto;
  border-bottom: 1px solid;
}

.p-faq mark {
  background-color: #eeea42;
}

.p-faq__question, .p-faq__answer {
  padding: 1em 3.5em 1em 3em;
  border-left: 1px solid;
  border-right: 1px solid;
  position: relative;
}

.p-faq__question::before, .p-faq__answer::before {
  font-size: 1.125rem;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 1.25em;
  top: 0.8em;
}

.p-faq__question {
  border-top: 1px solid;
  position: relative;
}

.p-faq__question::before {
  content: 'Q.';
}

.p-faq__answer {
  border-top: 1px dashed;
  display: none;
}

.p-faq__answer::before {
  content: 'A.';
}

.p-faq-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
  top: 0.8em;
  right: 1.25em;
}

.p-faq-button:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 8px #0D0D0D;
          box-shadow: 0px 0px 8px #0D0D0D;
}

.p-faq-button::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #8dcfd0;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
}

.p-faq-button__line {
  display: inline-block;
  background-color: #0D0D0D;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq-button__line::after {
  content: '';
  display: inline-block;
  background-color: #0D0D0D;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-faq-button.is-active::before {
  background-color: #f5bbbf;
}

.p-faq-button.is-active .p-faq-button__line::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-form-error {
  color: #db3806;
  border: 2px solid #db3806;
  padding: 0.86667em;
  text-align: center;
  margin-bottom: 2em;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-form-error {
    margin-bottom: 1.25em;
  }
}

.p-form {
  padding: 3.33333em 0;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .p-form {
    padding: 1.33333em 0 2em;
  }
}

.p-form__inner {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

.p-form__element {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .p-form__element {
    margin-bottom: 1.33333em;
  }
}

.p-form__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.33333em;
}

@media screen and (max-width: 767px) {
  .p-form__parts {
    -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;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-form__parts--must {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__parts--must .p-form__title {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .p-form__parts--must .p-form__title {
    margin-top: 0;
  }
}

.p-form__parts + .p-form__parts {
  margin-top: 1.33333em;
}

.p-form__title {
  width: 28.57%;
}

@media screen and (max-width: 767px) {
  .p-form__title {
    width: inherit;
    margin-bottom: 0.4em;
  }
}

.p-form__input {
  width: calc(100% - 28.57%);
}

@media screen and (max-width: 767px) {
  .p-form__input {
    width: 100%;
  }
}

.p-form__input input,
.p-form__input textarea {
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  width: 100%;
  font-size: 100%;
  padding: 0.86667em 1.33333em;
  background-color: #fff;
}

.p-form__input input:focus,
.p-form__input textarea:focus {
  outline: 5px auto #8dcfd0;
}

.p-form__input textarea {
  resize: none;
  min-height: 120px;
}

.p-form__input .half-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-form__input .half-item input {
  width: 48%;
}

.p-form .must {
  display: block;
  position: relative;
}

.p-form .must::after {
  content: '※';
  color: #db3806;
  position: absolute;
  right: 1em;
}

@media screen and (max-width: 767px) {
  .p-form .must::after {
    font-size: 0.75rem;
    right: -1em;
  }
}

.p-form ::-webkit-input-placeholder {
  color: #999;
}

.p-form :-ms-input-placeholder {
  color: #999;
}

.p-form ::-ms-input-placeholder {
  color: #999;
}

.p-form ::placeholder {
  color: #999;
}

.p-form__privacy {
  text-align: center;
  margin-top: 1.25em;
  font-size: 0.75rem;
}

.p-form__privacy a {
  color: #29abe2;
  text-decoration: underline;
}

.p-form span.is-error {
  font-size: 0.875rem;
  color: #db3806;
  display: inline-block;
  margin-top: 0.66667em;
}

.p-form input.is-error {
  border: 1px solid #db3806;
}

.p-thanks-heading {
  font-size: 1.375rem;
  margin-bottom: 1.81818em;
  text-align: center;
}

.p-thanks-letter {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-thanks-letter {
    line-height: 1.71;
  }
}

.p-thanks-top {
  text-align: center;
  line-height: 2;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .p-thanks-top {
    line-height: 1.71;
  }
}

.p-thanks-top a {
  color: #29abe2;
  text-decoration: none;
  position: relative;
}

.p-thanks-top a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  left: -1.25em;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-thanks-top a:hover {
  opacity: 0.8;
}

.p-reservation {
  margin-top: 3em;
}

.p-reservation__container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 4.33333em 1em 3.66667em;
}

@media screen and (max-width: 767px) {
  .p-reservation__container {
    width: 100%;
    padding: 2.33333em 0.66667em 3.33333em;
  }
}

.p-reservation__title {
  color: #1c9c7f;
  font-size: 1.375rem;
  margin-bottom: 1.81818em;
  display: inline-block;
  position: relative;
  padding-left: 3.86364em;
}

@media screen and (max-width: 767px) {
  .p-reservation__title {
    padding-left: 0;
    font-size: 1.125rem;
    margin-bottom: 0.83333em;
  }
}

.p-reservation__title::before {
  content: '';
  display: inline-block;
  width: 70px;
  padding-top: 70px;
  background-image: url(/images/business/icon_operator.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-reservation__title::before {
    display: block;
    margin: 0 auto;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 1em;
  }
}

.p-reservation__introduction {
  font-size: 0.875rem;
  margin-bottom: 2.5em;
  text-align: center;
  line-height: 1.71;
}

@media screen and (max-width: 767px) {
  .p-reservation__introduction {
    margin-bottom: 1.78571em;
  }
}

.p-reservation__schedule {
  max-width: 860px;
  margin: 0 auto;
  height: 695px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ccc !important;
  background-color: #fff;
}

#customerLastName-error,
#customerFirstName-error {
  display: none !important;
}

/**
 Utility
----------------------------------- */
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
