main {
  max-width: 1100px;
  margin: auto auto;
}
.fixedHeader_wrap {
  display: none;
}

h3.title {
  line-height: 26px;
  padding: 15px;
  text-align: center;
  background-color: #99d1ff;
  color: #fff;
  text-shadow: 3px 3px 1px rgba(0, 127, 255, 1);
  font-size: 22px;
  font-weight: 900;
}
section .inner_wrap {
  max-width: 1100px;
  margin: auto;
}
/* .reservation_intro {
  display: flex;
} */
.reservation_intro .flex_wrap {
  display: flex;
  align-items: center;
}
.sp_wrap {
  display: none;
}
.sp_wrap {
  background: url(../images/reservation_title_bg_sp.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  padding-top: 71.9%;
}
.pc_wrap {
  width: 200px;
  padding: 25px;
}
.pc_wrap img {
  width: 150px;
}
.intro_wrap {
  width: 100%;
  margin: auto;
  padding: 15px;
}

.sb_wrap {
  position: relative;
  /* width: 500px;
  height: 80px; */
  background: #ffffff;
  padding: 20px;
  border: 2px solid #007fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.sb_wrap:after,
.sb_wrap:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 46%;
}
.sb_wrap:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-right-color: #ffffff;
}
.sb_wrap:before {
  border-color: rgba(0, 127, 255, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-top: -11px;
  margin-right: 1px;
  border-right-color: #007fff;
}

h4.title {
  background-color: #99d1ff;
  color: #007fff;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-weight: 900;
}

.btn_icon {
  font-size: 30px;
  color: #fff;
}

.tel_wrap {
  width: 100%;
  padding: 20px;
}
.btn_TEL {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 20px auto;
  padding: 15px 0;
  /* background-color: #007fff; */
  /* background-image: linear-gradient(
    90deg,
    rgba(0, 127, 255, 1),
    rgba(153, 204, 255, 1)
  ); */
  /* background-image: linear-gradient(
    160deg,
    rgba(51, 153, 255, 1),
    rgba(102, 179, 255, 1) 50%,
    rgba(51, 153, 255, 1)
  ); */
  background-color: #00bcff;
  /* background-color: rgba(102, 179, 255, 1); */
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}
.btn_TEL_sp {
  display: none;
}
.storeInfo_wrap {
  font-size: 14px;
  /* padding: 20px; */
}
.storeInfo_wrap .flex_wrap {
  display: flex;
  width: 100%;
  text-align: left;
}
.storeInfo_wrap .title {
  width: 100px;
  color: #007fff;
}
.storeInfo_wrap .contents {
  text-align: left;
}
.step_wrap {
  width: 100%;
}
.step_wrap .flex_wrap {
  display: flex;
  background-color: #fff;
  border-bottom: #007fff 1px solid;
  border-left: #007fff 1px solid;
  overflow: hidden;
}
.step_wrap .flex_wrap .step {
  width: 100%;
  /* height: 40px; */
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
  border-right: #007fff 1px solid;
  z-index: 2;
  background-color: #fff;
}
.step_wrap .flex_wrap .step:nth-child(1),
.step_wrap .flex_wrap .step:nth-child(2) {
  border-radius: 0 50px 50px 0;
}
.step_wrap .flex_wrap .step.active {
  /* border-radius: 0 50px 50px 0; */
  background-color: #007fff;
  margin-left: -25px;
  padding-left: 25px;
  z-index: 1 !important;
}
.step_wrap .flex_wrap .step div {
  height: 20px;
  line-height: 20px;
}
.step_wrap .flex_wrap .step div:nth-child(1) {
  font-size: 12px;
}
.form_reservation .form_wrap {
  padding: 20px;
}
.input_contents {
  margin-bottom: 10px;
}
.input_contents input,
.input_contents textarea,
.input_contents select {
  font-size: 16px;
  padding: 5px;
}
.input_contents .title span,
.input_contents .subTitle span {
  font-size: 12px;
  padding: 2px 5px;
  margin-right: 5px;
  border-radius: 5px;
}
.input_contents .title .required_item,
.input_contents .subTitle .required_item {
  background-color: crimson;
  color: #fff;
}
.input_contents .title .optional_item,
.input_contents .subTitle .optional_item {
  background-color: gray;
  color: #fff;
}
.input_contents textarea {
  margin-top: 0;
  width: 100%;
  height: 120px;
  max-height: 120px;
  border: 1px solid #3d3d3d;
}
.input_contents input[type="checkbox"] {
  margin-right: 5px;
}
.input_value {
  /* padding: 5px;
  width: 94.53%;
  height: 33px;
  max-width: 775px;
  max-height: 33px; */
  border: 1px solid #3d3d3d;
  width: 100%;
  max-width: 500px;
}
.calendar_wrap {
  position: relative;
  /* height: 360px; */
  height: 400px;
}
.calendar_wrap .ui-datepicker {
  z-index: 998;
  width: 100%;
  padding: 0.2em 0.2em 0;
  display: none;
  position: absolute;
  top: 45px;
  left: 0px;
}

.calendar_select {
  /* margin-right: 29px; */
  width: 100%;
  position: relative;

  /* height: 33px; */

  /* font-family: "Noto Sans CJK JP", Sans-Serif; */
}
.calendar_select .overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 166px;
  height: 35px;
}
/* ---------- */
.ui-datepicker {
  z-index: 998;
  width: 90%;
  padding: 0.2em 0.2em 0;
  display: none;
  position: absolute;
  top: 95px;
  left: 10px;
}

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}

input.calendar_select {
  margin-right: 0 !important;
}

.calendar_area {
  height: 420px;
  position: relative;
}

.selected_date::placeholder {
  font-size: 10px;
}
/* ---------- */
input.selected_date {
  line-height: 33px;
  width: 166px;
  padding: 0 5px;
  border: 1px solid #3d3d3d;
}
.time_select {
  width: 168px;
  height: 33px;
  padding: 0 5px;
  border: 1px solid #3d3d3d;
}
.clear_date {
  background-color: black;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  /* margin-bottom: 10px; */
  width: 100%;
  max-width: 100px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 180px;
  text-align: center;
}
.btn_wrap {
  width: 100%;
  /* margin-top: 10px; */
  margin: 10px auto auto;
  display: flex;
  justify-content: center;
}
.btn_confirm {
  width: 100%;
  /* max-width: 500px; */
  color: #fff;
  /* background-color: #007fff; */
  background-color: #00bcff;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 0;
}
.confirm .btn_confirm {
  width: 60%;
}
.confirm .btn_back {
  width: 40%;
  background-color: #99d1ff;
}
.line_wrpa {
  width: 100%;
  padding: 20px;
}
.btn_LINE {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  margin: auto;
  padding: 15px 0;
  background-color: #007fff;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}
/* .btn_LINE i {
  color: #00b900;
  background-color: #fff;
} */
.btn_LINE img {
  height: 30px;
}

/* confirm */
/* #region  */
.confirm_wrap {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.confirm_inner {
  display: flex;
}
.confirm_inner .title {
  background-color: #99d1ff;
  color: #007fff;
  width: 30%;
}
.confirm_inner .input {
  width: 70%;
  word-break: break-all;
}
.confirm_inner .title,
.confirm_inner .input {
  padding: 20px;
  border-bottom: #007fff 1px solid;
}
/* #endregion */

/* send */
/* #region  */

.cautionbox {
  margin: 1em 0;
  background-color: #ffebee;
  padding: 1em;
  width: 100%;
  max-width: 600px;
}

.cautionbox_title {
  color: #ef5350;
  font-size: 18px;
  font-weight: bold;
}

.cautionbox_title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-size: 17px;
}

.cautionbox p {
  margin: 0;
  padding: 0;
}
.thanks_wrap {
  padding: 10px;
}
.input_box {
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  padding: 10px;
  border: #388dc6 5px solid;
}
.reservation_input_title {
  background: linear-gradient(transparent 50%, #388dc6 50%);
  padding-left: 5px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #388dc6;
  font-weight: 900;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff,
    -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
/* #endregion */

@media screen and (max-width: 1099px) {
  main {
    margin: 80px auto auto;
  }
  nav.NavMenu_sp.active {
    transform: translateY(80px);
  }
  /* .pc_wrap {
    display: none;
  }
  .sp_wrap {
    display: block;
  }
  .sb_wrap {
    visibility: hidden;
    padding: 0;
  }
  .btn_TEL_pc {
    display: none;
  }
  .btn_TEL_sp {
    display: block;
  }
  .desc_2 {
    visibility: initial;
  } */
  .confirm_inner {
    display: block;
  }
  .confirm_inner .title,
  .confirm_inner .input {
    width: 100%;
    min-height: 29px;
    padding: 2px 0 2px 10px;
  }
  .confirm_inner .title {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  /* .calendar_select,
  .time_select {
    margin-right: 29px;
    width: 168px;
    height: 33px;
    border: 1px solid #3d3d3d;
    font-family: "Noto Sans CJK JP", Sans-Serif;
  } */
  .pc_wrap {
    display: none;
  }
  .sp_wrap {
    display: block;
  }
  .sb_wrap {
    visibility: hidden;
    padding: 0;
  }
  .btn_TEL_pc {
    display: none;
  }
  .btn_TEL_sp {
    display: block;
  }
  .desc_2 {
    visibility: initial;
  }
}

/* 未使用クーポン */
/* .coupon_wrap {
  width: 100%;
  max-width: 600px;

  margin: auto;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 30px;
  text-align: center;
  background: #fa4141;
}

.coupon_inner {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.coupon_inner {
  font-size: 1rem;
  line-height: 1.2;

  padding: 1rem 0.5rem;

  color: #fa4141;
  border-radius: 0;
  background: #fff;
}

.coupon_inner i {
  font-size: 1rem;
  position: absolute;
  width: 1rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: right;
  color: #fff;
  background: #fa4141;
}

.coupon_inner i.fa-position-top {
  top: -1em;
  left: 1rem;
}

.coupon_inner i.fa-position-bottom {
  right: 1rem;
  bottom: -1em;
  left: auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.coupon_inner .coupon_title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: italic;
}

.coupon_inner:before {
  position: absolute;
  top: -9px;
  left: -9px;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  content: "";
  border: 2px dashed #fff;
}
.coupon_inner:hover .fa-cut {
  width: 90%;
}

.coupon_inner ol,
.coupon_inner div {
  text-align: left;
}

.coupon_inner div {
  padding: 5px;
  border: #000 dotted 2px;
}

.coupon_inner ol .coupon_check {
  padding-left: 0.5em;
  padding-right: 1.3em;
  margin: auto;
  color: #fa4141;
}

.coupon_inner ol li {
  list-style: none;
  padding-left: 2.6em;
  text-indent: -2.6em;
  line-height: 24px;
} */

/* 予約フォーム */
/* .reservation_form .coupon_wrap {
  background: #214984;
}

.reservation_form .coupon_inner {
  color: #214984;
}

.reservation_form .coupon_inner i {
  background: #214984;
} */

/* 予約フォーム */
/* .reservation_form .coupon_wrap {
  background: #214984;
}

.reservation_form .coupon_inner {
  color: #214984;
}

.reservation_form .coupon_inner i {
  background: #214984;
} */

/* 
カレンダー
.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}

input.calendar_select {
  margin-right: 0 !important;
}

.calendar_area {
  height: 420px;
  position: relative;
}

.selected_date::placeholder {
  font-size: 10px;
} */
