/* 予約ページCSS */

dl,
ol,
ul {
  list-style-type: none;
  margin-left: 16px;
  margin-right: 16px;
}

/* 2種別用登録・予約エリアここから */

.btnwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btnwrapper .btnMember,
.btnwrapper .btnVisitor {
  display: flex;
  flex-direction: column;
}

.btnMember {
  text-align: center;
  width: 48%;
  background-color: #fff;
  border: 2px solid rgb(98, 170, 98);
}

.btnVisitor {
  text-align: center;
  width: 48%;
  background-color: #fff;
  border: 2px solid rgb(76, 118, 182);
}

.btnMember .btn_title {
  color: #fff;
  background: rgb(98, 170, 98);
  padding: 10px 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  flex-grow: 1;
}

.btnVisitor .btn_title {
  color: #fff;
  background: rgb(76, 118, 182);
  padding: 10px 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  flex-grow: 1;
}

.small {
  font-size: 1.1rem;
}

.btn_rsv {
  margin: 20px 10px 25px;
}

.btn_rsv.touroku {
  margin-top: 5px;
}

.btnMember .btn_rsv a {
  display: block;
  width: 100%;
  padding: 0.8em;
  font-size: 1.3rem;
  border-radius: 30px;
  background: rgb(98, 170, 98);
  border: 2px solid rgb(98, 170, 98);
  color: #fff;
  box-sizing: border-box;
}

.btnVisitor .btn_rsv a {
  display: block;
  width: 100%;
  padding: 0.8em;
  font-size: 1.3rem;
  border-radius: 30px;
  background: rgb(76, 118, 182);
  border: 2px solid rgb(76, 118, 182);
  color: #fff;
  box-sizing: border-box;
}

.btnMember .first,
.btnVisitor .first {
  margin-bottom: 0;
}

.btnMember .btn_rsv a:hover {
  background-color: #fff;
  color: rgb(98, 170, 98);
  border: 2px solid rgb(98, 170, 98);
}

.btnVisitor .btn_rsv a:hover {
  background-color: #fff;
  color: rgb(76, 118, 182);
  border: 2px solid rgb(76, 118, 182);
}

/* 2種別用登録・予約エリアここまで */

#mobile {
  /* padding-bottom: 20px; */
  background-color: rgba(211, 211, 211, 0.5);
  /* padding: 16px; */
}

#mobile img {
  width: 180px;
}

ol.step {
  counter-reset: item;
  list-style-type: none;
  line-height: 1.7;
  padding: 0;
  padding-bottom: 1rem;
}

ol.step li {
  text-indent: -2.4em;
  padding-left: 2.4em;
  border-bottom: 1px dotted #3C2F29;
  padding-top: 20px;
}

ol.step li::before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下装飾 */
  padding-right: .7em;
  font-size: 1.5em;
  font-weight: bold;
  color: #3C2F29;
}

.present {
  color: #444;
  /* margin: 30px 0 0; */
  font-weight: bold;
  /* font-size: 1.8rem; */
  border-bottom: none;
}

.gift {
  width: 2em;
  height: 2em;
  vertical-align: -5px;
}

.giftIcon {
  fill: #0d5424;
}

.point_exmple {
  margin: 20px 0;
  padding: 3%;
  font-size: 0.9em;
  background-color: #E9E9E9;
}

.point_exmple ul li {
  padding-bottom: 0.5em;
}

.point_exmple .exmple {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

table.pointProducts {
  table-layout: fixed;
  font-size: 0.9em;
  border: #776C56 1px solid;
  border-collapse: collapse;
  margin: 0 auto;
  margin-left: 16px;
  width: calc(100% - 32px);
}

table.pointProducts caption {
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

table.pointProducts th {
  height: auto;
  background-color: rgba(211, 211, 211, 0.5);
  border: #776C56 1px solid;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: 2;
  text-align: center;
}

table.pointProducts td {
  height: auto;
  border: #776C56 1px solid;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: 1.2;
  text-align: center;
  padding-right: 1%;
  padding-left: 1%;
  box-sizing: border-box;
}

table.pointProducts td.point {
  text-align: right;
  padding-right: 5%;
}

table.pointProducts td.productName {
  text-align: left;
  padding-left: 3%;
}

#point {
  /* margin: 20px;
  padding: 15px; */
  background-color: #FEEFE4;
  border: #CCCCCC 2px solid;
}

#point ul {
  padding: 0;
}

#point ul li {
  padding-bottom: 10px;
}

table.pointProducts caption {
  caption-side: top;
}

.arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #ff0000;
}

.box_white i::before {
  font-size: 25px;
  vertical-align: middle;
}

@media screen and (max-width:768px) {

  /*
  .reserve_wrapper .oshirase h3 {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
  }

  .reserve_wrapper .oshirase h3 br {
    display: none;
  }

  .btnwrapper {
    display: block;
  } */
  .btnwrapper .btnMember,
  .btnwrapper .btnTomo,
  .btnwrapper .btnVisitor {
    width: 100%;
    margin-bottom: 20px;
  }

  #point {
    margin: 0;
  }

  table.pointProducts {
    margin: 0;
    width: 100%;
  }

  /* .btnMember .btn_title,
  .btnTomo .btn_title,
  .btnVisitor .btn_title {
    font-size: 1.rem;
  }

  .small {
    font-size: 1.4rem;
  } */
  /* .btnMember .btn_rsv a,
  .btnTomo .btn_rsv a,
  .btnVisitor .btn_rsv a {
    white-space: nowrap;
    box-sizing: border-box;
    max-width: 270px;
    display: inline-block;
    font-size: 1.6rem;
  }
 */
  /* .present {
    font-size: 1.6rem;
  } */
}