html {
  font-size: 62.5%;
  margin: 0;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #2b3e51;
  margin: 0;
}

.mv {
  background: url("../img/reserve/header20230606.jpg") no-repeat center top;
  background-size: cover;
  height: 33.87vw;
}

a {
  color: #2c97de;
  text-decoration: none;
}

header {
  width: 90%;
  max-width: 800px;
  margin: 3em auto;
}

header h2 {
  background: #e94b35;
  padding: 25px 20px;
  font-size: 2.5rem;
  font-weight: 200;
  text-align: center;
  color: #fff;
}

.confirmation h3 {
  font-size: 2rem;
  text-align: center;
  padding: 20px;
  margin: 40px auto 20px;
  border: 1px solid #000;
  width: 220px;
}

.confirmation {
  max-width: 800px;
  margin: 20px auto;
}

.confirmation ul li {
  margin: 0 auto;
  line-height: 4rem;
  list-style: none;
}

.announce {
  margin: 8px 0 0 8px;
  font-size: 1.2rem;
}

.w50 {
  width: 48%;
  height: 58px !important;
  float: left;
}

.mr10 {
  margin-right: 4% !important;
}

.day-time {
  float: left;
  clear: both;
  width: 100%;
}

.day-box {
  overflow: hidden;
}

.day-time div {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mg0 {
  margin: 0 !important;
}

.marginL20 {
  margin: 0 0 10px 20px;
  clear: both;
  font-size: 1.4rem;
}

.square_btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
  border: solid 2px #000;
  border-radius: 3px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
}

.square_btn:hover {
  background: #000;
  color: white;
}

.f_Red {
  color: #e94b35;
  font-size: 1.4rem;
}

.tx-c {
  text-align: center;
  line-height: 3rem;
}

.check-sent {
  background: #fff3f1;
  padding: 20px;
  border-radius: 10px;
}

/* --------------------------------

add confirmation

-------------------------------- */
dl {
  width: 100%;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  margin-bottom: 40px;
  line-height: 2rem;
}

dt {
  display: block;
  width: 28%;
  clear: left;
  float: left;
  border-bottom: 1px solid #d8d8d8;
  padding: 3% 2%;
}

dd {
  display: block;
  width: 72%;
  float: left;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 3% 2%;
}

.bd-no {
  border-bottom: none !important;
}

.cd-form h3 {
  margin-bottom: 10px;
  background: #e8e8e8;
  padding: 15px;
  text-align: center;
  font-weight: 600;
}

.error_txt {
  color: #e94b35;
  font-weight: bold;
  display: block;
  font-size: 14px;
}

.nagare {
  height: 33vw;
  max-height: 300px;
  background: url("../img/reserve/yoyaku.jpg") no-repeat;
  background-size: 100% auto;
}
.nagare_en {
  height: 68vw;
  max-height: 540px;
  background: url("../img/reserve/yoyaku_e.jpg") no-repeat;
  background-size: 100% auto;
}

.top_n_point {
  text-align: center;
  margin: 0 0 20px;
  line-height: 2rem;
  color: #e94b35;
  font-weight: 600;
}

/* ↓2024.10.22追記 */
.canseled {
  font-size: 1.4rem;
}

.canseled span {
  margin-left: 20px;
  font-size: 82%;
}

/* ↑2024.10.22追記 */

.point_hotel {
  text-align: left;
  margin: 10px 0 20px;
  line-height: 2rem;
  color: #e94b35;
}

/*form table*/
.type01 {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 20px;
}

.type01 th {
  width: 35%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.type01 td {
  width: 65%;
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
