@charset "UTF-8";
.Form {
  font-feature-settings: "palt" 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', "MS P Gothic" ,sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.Form * {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (min-width: 641px) {
  .Form * {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .Form * {
    font-size: 4.26vw;
  }
}

.Form img {
  display: block;
}

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

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

.Form a:focus, .Form *:focus {
  outline: none;
}

.Form .fontEn {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.Form > section {
  position: relative;
}

@media screen and (min-width: 641px) {
  .Form > section {
    min-width: 1000px;
  }
}

@media screen and (min-width: 641px) {
  .Form > section > .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .Form > section > .inner {
    padding: 0 5.33vw;
  }
}

.Form .fadeIn {
  opacity: 0;
}

.Form .reservation .heading {
  background-color: #000;
  color: #fff;
  line-height: 1.4;
}

@media screen and (min-width: 641px) {
  .Form .reservation .heading {
    font-size: 33px;
    padding: 60px 0;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  .Form .reservation .heading > span {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .heading {
    font-size: 4.8vw;
    padding: 8vw 0;
    margin-bottom: 6.66vw;
  }
  .Form .reservation .heading > span {
    font-size: 3.73vw;
  }
}

.Form .reservation .reservation-text {
  line-height: 1.4;
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-text {
    font-size: 4vw;
    margin-bottom: 6.66vw;
  }
}

.Form .reservation .reservation-text.worning {
  color: #d60b24;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-text.worning {
    font-size: 2em;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-text.worning {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-text > span {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-text > span {
    font-size: 3.2vw;
  }
}

.Form .reservation .reservation-container {
  margin-bottom: 2em;
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-container {
    width: 1000px;
    margin: 0 auto 2em;
  }
}

.Form .reservation .reservation-container[data-tab="1"] .reservation-tab > li:nth-of-type(1) {
  pointer-events: none;
  color: #d60b24;
  background-color: #f8d8dc;
  background-image: url("../img/2019/icon_tab_active.svg");
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-container[data-tab="1"] > .tab1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-container[data-tab="1"] > .tab1 {
    display: block;
  }
}

.Form .reservation .reservation-container[data-tab="2"] .reservation-tab > li:nth-of-type(2) {
  pointer-events: none;
  color: #d60b24;
  background-color: #f8d8dc;
  background-image: url("../img/2019/icon_tab_active.svg");
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-container[data-tab="2"] > .tab2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-container[data-tab="2"] > .tab2 {
    display: block;
  }
}

.Form .reservation .reservation-container[data-tab="3"] .reservation-tab > li:nth-of-type(3) {
  pointer-events: none;
  color: #d60b24;
  background-color: #f8d8dc;
  background-image: url("../img/2019/icon_tab_active.svg");
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-container[data-tab="3"] > .tab3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-container[data-tab="3"] > .tab3 {
    display: block;
  }
}

.Form .reservation .reservation-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-tab.sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-tab {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.Form .reservation .reservation-tab > li {
  cursor: pointer;
  color: #990700;
  background-color: #dba7af;
  padding: 1em;
  text-align: left;
  background-image: url("../img/2019/icon_tab.svg");
  background-repeat: no-repeat;
  background-position: center right 0.5em;
}

.Form .reservation .reservation-tab > li.active {
  color: #d60b24;
  background-color: #f8d8dc;
  background-image: url("../img/2019/icon_tab_active.svg");
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-tab > li {
    width: 233px;
    padding: 1em 1.5em;
    margin-right: 10px;
    background-position: center right 1em;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-tab > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32.4vw;
    background-size: 1em;
  }
}

.Form .reservation .reservation-tab > li > .time {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 641px) {
  .Form .reservation .reservation-tab > li > .time {
    font-size: 45px;
  }
  .Form .reservation .reservation-tab > li > .time > span {
    line-height: 2;
    font-size: 20px;
    margin-left: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation .reservation-tab > li > .time {
    font-size: 6vw;
  }
  .Form .reservation .reservation-tab > li > .time > span {
    line-height: 2;
    font-size: 2.8vw;
    margin-left: 0.5em;
  }
}

.Form .reservation-table {
  background-color: #f8d8dc;
  display: none;
}

@media screen and (min-width: 641px) {
  .Form .reservation-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    padding: 60px 50px;
    max-height: 790px;
  }
  .Form .reservation-table.tab3 {
    max-height: 1160px;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation-table {
    padding: 4vw 2.66vw;
  }
}

@media screen and (min-width: 641px) {
  .Form .reservation-table.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation-table.active {
    display: block;
  }
}

.Form .reservation-table > p {
  text-align: left;
  margin-bottom: 1em;
}

.Form .reservation-table > p > small {
  font-size: 0.8em;
}

@media screen and (min-width: 641px) {
  .Form .reservation-table > p {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation-table > p {
    font-size: 3.2vw;
    margin-top: -0.8em;
  }
}

.Form .reservation-table > li {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #d60b24;
  font-weight: bold;
}

.Form .reservation-table > li > span {
  display: block;
  background-color: #fff;
  width: 50%;
  padding: 1em 0;
}

@media screen and (min-width: 641px) {
  .Form .reservation-table > li {
    width: 430px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 640px) {
  .Form .reservation-table > li {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.Form .reservation-table > li::after {
  color: #fff;
  display: block;
  width: 50%;
  padding: 1em 0;
}

.Form .reservation-table > li[data-status="0"]::after {
  content: '予約する ▶︎';
  background-color: #000;
}

@media screen and (min-width: 641px) {
  .Form .reservation-table > li[data-status="0"]:hover::after {
    background-color: #d60b24;
  }
}

.Form .reservation-table > li[data-status="1"] {
  pointer-events: none;
}

.Form .reservation-table > li[data-status="1"]::after {
  content: '定員に達しました。';
  background-color: #767676;
}

.Form .reservation-table > li[data-status="10"]::after {
  content: 'キャンセル ▶︎';
  background-color: #ae5da1;
}

@media screen and (min-width: 641px) {
  .Form .reservation-table > li[data-status="10"]:hover::after {
    background-color: #c490bf;
  }
}

.Form .reservation-table > li[data-status="11"] {
  pointer-events: none;
}

.Form .reservation-table > li[data-status="11"]::after {
  content: '予約する ▶︎';
  background-color: #767676;
}

.Form .reservation-link {
  text-decoration: underline;
  color: #0095bc;
  font-weight: bold;
}

.form-container {
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  .form-container {
    padding: 8px 8px 60px;
    width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .form-container {
    width: 89.33vw;
    padding: 2.66vw 2.66vw 10.66vw;
    margin: auto;
  }
}

.entryform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.entryform .complete {
  display: none;
}

.entryform .heading {
  background-color: #000;
  color: #fff;
  line-height: 1.3;
}

@media screen and (min-width: 641px) {
  .entryform .heading {
    font-size: 33px;
    padding: 60px 0;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  .entryform .heading > span {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .entryform .heading {
    font-size: 6vw;
    padding: 8vw 0;
    margin-bottom: 6.66vw;
  }
  .entryform .heading > span {
    font-size: 4.4vw;
  }
}

.entryform .entryform-date {
  color: #d60b24;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}

@media screen and (min-width: 641px) {
  .entryform .entryform-date {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .entryform .entryform-date {
    font-size: 4.8vw;
  }
}

.entryform .entryform-text {
  margin-bottom: 1.5em;
  line-height: 1.4;
}

@media screen and (min-width: 641px) {
  .entryform .entryform-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .entryform .entryform-text {
    text-align: left;
    font-size: 4vw;
  }
}

.entryform .entryform-text > a {
  text-decoration: underline;
  color: #0095bc;
}

.entryform .complete .entryform-date {
  color: #000;
}

.entryform .complete .entryform-text {
  color: #d60b24;
  margin-bottom: 2em;
  text-align: center;
}

.entryform .complete .close-button {
  text-decoration: underline;
  color: #0095bc;
}

.entryform .form-input {
  display: block;
  background-color: #f8d8dc;
  margin: 0 auto 1em;
  color: #000;
  border: solid 1px #f8d8dc;
  padding: 1em 1em;
}

.entryform .form-input:focus {
  border: solid 1px #a5a8ab;
  background-color: #fff;
}

.entryform .form-input:nth-of-type(2) {
  margin-bottom: 3em;
}

@media screen and (min-width: 641px) {
  .entryform .form-input {
    font-size: 18px;
    width: 490px;
  }
}

@media screen and (max-width: 640px) {
  .entryform .form-input {
    font-size: 4vw;
    width: 100%;
  }
}

.entryform .form-button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  font-weight: bold;
  color: #fff;
  padding: 1.5em 0;
  margin: auto;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}

.entryform .form-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.entryform .form-button::after {
  content: '▶︎';
  display: inline-block;
  position: absolute;
  right: 1em;
  font-size: 0.8em;
}

@media screen and (min-width: 641px) {
  .entryform .form-button {
    font-size: 18px;
    width: 300px;
  }
  .entryform .form-button:hover {
    background-color: #d60b24;
  }
}

@media screen and (max-width: 640px) {
  .entryform .form-button {
    font-size: 4vw;
    width: 53.33vw;
  }
}

.entryform .form-text {
  text-align: left;
  width: 72vw;
  font-size: 3.2vw;
  margin: 4vw auto 2.66vw;
}

@media screen and (min-width: 641px) {
  #snsBtns {
    background-size: auto 20px;
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 640px) {
  #snsBtns {
    background-size: auto 2.66vw;
    padding: 10.66vw 0 0vw;
  }
}
