@charset "UTF-8";
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 500;
  color: #333;
  background-color: white;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1240px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1240px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 562.5px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 562.5px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 562.5px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

main {
  overflow: hidden;
  max-width: 900px;
  margin: auto;
  min-height: 100vh;
  background-color: #0c8e5b;
}
@media (min-width: 562.6px) {
  main {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  }
}
main .main-inner {
  width: 100%;
  position: relative;
}

section h1, section h2, section h3, section h4, section h5, section h6, section p {
  line-height: normal;
}

.img1 {
  width: 100%;
}

.reservation .section-inner {
  padding: 50px 20px;
}
.reservation .section-inner h2 {
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
  margin-bottom: 7.5px;
  white-space: nowrap;
}
@media (max-width: 562.5px) {
  .reservation .section-inner h2 {
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.reservation .section-inner .form-wrapper {
  background-color: #fff;
  padding: 30px 30px;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.reservation .section-inner .form-wrapper h6 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper h6 {
    font-size: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.reservation .section-inner .form-wrapper p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: -0.05em;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper p {
    font-size: 2.6666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.reservation .section-inner .form-wrapper p.notice {
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper p.notice {
    margin-bottom: 0;
  }
}
.reservation .section-inner .form-wrapper p span {
  background-color: #E94A42;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 0px 7.5px;
  margin-left: 6px;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper p span {
    padding: 0vw 1.3333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.reservation .section-inner .form-wrapper .wrap {
  padding-bottom: 30px;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper .wrap {
    padding-bottom: 5.3333333333vw;
  }
}
.reservation .section-inner .form-wrapper .overflow {
  height: 200px;
  overflow: scroll;
  padding: 20px;
  border: 1px solid gray;
}
.reservation .section-inner .form-wrapper .flex {
  display: flex;
}
.reservation .section-inner .form-wrapper .flex .input-wrapper {
  width: 50%;
  position: relative;
}
.reservation .section-inner .form-wrapper .flex input:not(.check) {
  width: 100%;
  font-size: 15px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  padding-left: 15px;
  position: static;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper .flex input:not(.check) {
    font-size: 2.6666666667vw;
    height: 6.4vw;
    padding-left: 2.6666666667vw;
  }
}
.reservation .section-inner .form-wrapper .flex input:not(.check)::placeholder {
  color: #d9d9d9;
}
.reservation .section-inner .form-wrapper .flex #last-name {
  border-right: none;
}
.reservation .section-inner .form-wrapper .flex2 .input-wrapper {
  width: 100%;
}
.reservation .section-inner .form-wrapper .flex2 input {
  width: 100%;
}
.reservation .section-inner .form-wrapper .flex3 {
  margin-bottom: 7.5px;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper .flex3 {
    margin-bottom: 1.3333333333vw;
  }
}
.reservation .section-inner .form-wrapper .flex3 .select-wrapper {
  width: 100%;
  position: relative;
}
.reservation .section-inner .form-wrapper .flex3 .select-wrapper::before {
  content: "";
  width: 13.5px;
  height: 8.25px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4.125px);
  background-image: url(..//img/select-arrow.svg?ver2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper .flex3 .select-wrapper::before {
    width: 2.4vw;
    height: 1.4666666667vw;
    right: 2.6666666667vw;
    top: calc(50% - 0.7333333333vw);
  }
}
.reservation .section-inner .form-wrapper .flex3 select {
  appearance: none;
  padding-left: 15px;
  border-radius: 0;
  width: 100%;
  height: 36px;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  position: static;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper .flex3 select {
    padding-left: 2.6666666667vw;
    height: 6.4vw;
    font-size: 2.6666666667vw;
  }
}
.reservation .section-inner .form-wrapper .flex4 .select-wrapper {
  width: 33.333%;
  display: flex;
  align-items: center;
}
.reservation .section-inner .form-wrapper .flex4 .select-wrapper::before {
  right: 25px;
}
.reservation .section-inner .form-wrapper .flex4 p {
  width: 20px;
  font-weight: normal;
  text-align: center;
  position: relative;
  top: 3px;
}
.reservation .section-inner .form-wrapper .flex5 .select-wrapper {
  width: 100%;
}
.reservation .section-inner .form-wrapper .submit-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.reservation .section-inner .form-wrapper .submit-wrapper button {
  background-color: #E94A42;
  height: 42px;
  width: 120px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper .submit-wrapper button {
    height: 7.4666666667vw;
    width: 21.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.reservation .section-inner .form-wrapper .check-label {
  position: relative;
}
.reservation .section-inner .form-wrapper .check-label input {
  position: static;
}
.reservation .section-inner .form-wrapper .check-label .error {
  left: 24px;
}
@media (max-width: 562.5px) {
  .reservation .section-inner .form-wrapper .check-label {
    font-size: 2.6666666667vw;
    display: flex;
    align-items: center;
  }
  .reservation .section-inner .form-wrapper .check-label input {
    margin-right: 4px;
  }
}

.thanks {
  padding-top: 100px;
}
.thanks h5 {
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 562.5px) {
  .thanks h5 {
    font-size: 24px;
  }
}
.thanks p {
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 562.5px) {
  .thanks p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.thanks .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.thanks .btn-wrapper a {
  width: 200px;
  line-height: 60px;
  display: block;
  background-color: #E94A42;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

label.error {
  position: absolute;
  font-size: 12px;
  bottom: -15px;
  left: 18px;
  color: red;
  font-weight: bold;
}
@media (max-width: 562.5px) {
  label.error {
    font-size: 10px;
    left: 0px;
    white-space: nowrap;
    bottom: -12px;
    transform: scale(0.8);
  }
}

/*# sourceMappingURL=style.css.map */
