@charset "UTF-8";

h2.midasi {
  background-image: url(../img/reservation/midasi_bg.jpg);
}

input[type="text"],
textarea,
select,
input[type="email"],
input[type="tel"] {
  border: 1px solid #CCC;
  margin: 0px 0px 4px;
  padding: 4px 2px;
  background: #F2F2F2;
  vertical-align: middle;
}

.ib {
  display: inline-block;
}

.error {
  display: block;
  color: #900;
}

@media screen and (min-width: 800px) {
  .form-lead {
    width: 96%;
    margin: 0 0 20px;
  }
}

/* */
.table-layout-wp {
  margin: 0 0 30px;
  padding: 0;
  border-top: none;
}

.table-layout-wp>p {
  margin-bottom: 10px;
}

.table-layout-wp dt {
  color: #4E3216;
  font-weight: bold;
  padding: 20px 0 0px;
  border-top: solid 1px #acacac;
}

.table-layout-wp dt span {
  font-size: 13px;
  display: inline-block;
  background: #C30D23;
  margin: 0px 4px;
  padding: 0px 4px;
  vertical-align: middle;
  color: #FFF;
  float: right;
}

.table-layout-wp dd {
  padding: 10px 0 20px;
}

.table-layout-wp dl.border-bottom {
    border-bottom: solid 1px #acacac;
    margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
  .table-layout-wp {
    margin: 0 auto 50px;
  }

  .table-layout-wp dl {
    display: table;
    width: 100%;
    border-top: solid 1px #acacac;
  }

  .table-layout-wp dt,
  .table-layout-wp dd {
    display: table-cell;
    box-sizing: border-box;
    padding: 15px;
  }

  .table-layout-wp dt {
    width: 27%;
    max-width: 270px;
    padding: 10px;
    border-top: none;
    vertical-align: middle;
  }

  .table-layout-wp dd table.people {
    width: 60%;
  }
}

/* */
.calendar {
  position: relative;
  margin-bottom: 20px;
}

.calendar .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.calendar .cover p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.calendar table {
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #acacac;
  border-left: solid 1px #acacac;
}

.calendar a:hover {
  text-decoration: none;
}

.calendar th,
.calendar td {
  padding: 5px;
  border-right: solid 1px #acacac;
  border-bottom: solid 1px #acacac;
  text-align: center;
  vertical-align: middle;
}

.calendar th a,
.calendar td a {
  display: block;
}

.calendar .rows td {
  background-color: #fce4b1;
}

.calendar .rows td:nth-child(1) {
  background-color: transparent !important;
}

.calendar .rows:nth-child(odd) td {
  background-color: #fef2da;
}

.calendar .sat {
  color: #0071b5;
}

.calendar .sun {
  color: #e61c24;
}

.calendar .prev,
.calendar .next {
  background-color: #4d4d4d;
}

.calendar .prev a,
.calendar .next a {
  color: #ffffff;
}

.calendar .ng {
  background-color: #808080 !important;
  color: #ffffff;
}

.calendar .selected {
  background-color: #b81b31 !important;
  background-image: url("../img/reservation/selected.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px auto;
}

.calendar .selected a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.calendar th.time {
  width: 4em;
}

@media screen and (min-width: 800px) {
  .calendar {
    margin-bottom: 40px;
  }

  .calendar .cover p {
    font-size: 20px;
  }

  .calendar th.time {
    width: auto;
  }
}

/* */
.step-wp {
  width: 99%;
  margin: 0 auto 30px;
  letter-spacing: -.4em;
  text-align: center;
}

.step-wp li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 27%;
  margin: 0 3%;
  padding: 10px 0 7px;
  background-color: #c8c8c8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  line-height: 1.2em;
  vertical-align: top;
}

.step-wp li:nth-child(1) span {
  display: block;
  line-height: 2.4em;
}

.step-wp li.selected {
  background-color: #C30D23;
}

.step-wp li::before {
  content: attr(data-num);
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto 5px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  font-size: 21px;
  color: #ffffff;
  line-height: 1.5;
}

.step-wp li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: -15px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #c8c8c8;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.step-wp li.selected::after {
  border-left: 10px solid #C30D23;
}

.cancel .step-wp li:nth-child(3) span {
  display: block;
  line-height: 2.4em;
}

@media screen and (min-width: 800px) {
  .step-wp {
    margin-bottom: 60px;
  }

  .step-wp li {
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.5vw;
  }

  .step-wp li:nth-child(1) span {
    display: inline;
    line-height: 1.2em;
  }

  .step-wp li::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    height: 1.1em;
    margin: 0 10px 0 0;
    font-size: 35px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
  }

  .step-wp li:not(:last-child)::after {
    right: -42px;
    border-left: 20px solid #acacac;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
  }

  .step-wp li.selected::after {
    border-left: 20px solid #C30D23;
  }

  .cancel .step-wp li:nth-child(3) span {
    display: inline;
    line-height: 1.2em;
  }
}

@media screen and (min-width: 1000px) {
  .step-wp li {
    font-size: 18px;
  }
}

.tx_red2 {
  color: #C30D23;
}

.big {
  font-size: 18px;
  padding: 15px 0;
}

.reservation_head {
  color: #fff;
  background-color: #4E3216;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 7px 10px;
  margin-bottom: 30px;
}

.layout {
  margin-bottom: 50px;
}

.names small {
  display: inline-block;
  width: 2em;
  margin: 0px 4px 0px 0px;
  vertical-align: middle;
  text-align: right;
}

.w_name {
  flex: 1;
}

@media screen and (min-width: 1000px) {
  .w_name {
    width: 80%;
  }
}

.w50 {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .w50 {
    display: inline-block;
    width: 48%;
  }
}

.tels input {
  width: 25%;
  max-width: 100px;
}

.privchk-wp a {
  text-decoration: underline;
}

.btn-wp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.long {
  width: 100%;
}

.arrow_button,
.arrow_button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  max-width: 100%;
  height: 60px;
  box-sizing: border-box;
  color: #fff;
  background: #4E3216;
  padding: 10px 20px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  border-radius: 6px;
  transition: opacity 0.3s;
  cursor: pointer;
}

.arrow_button::after,
.arrow_button::after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: right 0.3s;
}

.arrow_button.arrow_button--back {
  color: #808080;
  background: #F2F2F2;
  border: 1px solid #CCC;
}

.finish_wp {
  padding: 30px 0 60px;
  text-align: center;
}


/* ���������� 篋�膣�絎�篋� ���������� */
.main.finish.renewal {
  margin: 25px auto;
}

.reservation_result {
  max-width: 374px;
  margin: 0 auto;
  padding: 0 0 10px;
}

.screenshot_icnBox {
  display: flex;
  align-items: center;
  font-size: min(4vw, 17px);
  font-weight: 600;
  margin-bottom: 10px;
  color: #B40619;
}

.screenshot_icn {
  width: 53px;
  margin-right: 5px;
}

.screenshot_icn img {
  margin-bottom: -20px;
}

.reservation_result_box {
  background-color: #B40619;
  border-radius: 10px;
  padding: 5px 3vw 20px;
  margin-bottom: 20px;
}

.reservation_result_ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.reservation_result_no {
  border-radius: 5px;
  background-color: #fff;
  padding: 0 3vw;
  margin-bottom: 15px;
}

.reservation_result_no dl {
  display: flex;
  flex-wrap: wrap;
}

.reservation_result_no dt {
  font-size: 15px;
  font-weight: 500;
  color: #B40619;
  width: 33%;
  box-sizing: border-box;
  padding: 10px 0 10px;
}

.reservation_result_no dd {
  font-size: 14px;
  font-weight: 500;
  color: #492C07;
  width: 65%;
  padding: 10px 0 10px;
  box-sizing: border-box;
}

.reservation_result_no dl:first-of-type {
  border-bottom: 1px dashed #707070;
}

.reservation_result_txt {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.reservation_result_mail {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.reservation_result .arrow_button {
  width: 100%;
}

.arrow_button.arrow_button--yellow {
    font-size: 12px;
    color: #B40619;
    background-color: #F4D911;
    height: auto;
    min-height: 34px;
    padding: 5px 22px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    box-sizing: border-box;
} 

@media screen and (min-width: 801px) {
  .screenshot_icnBox {
    font-size: 17px;
  }

  .reservation_result_box {
    padding: 5px 25px 20px;
  }

  .reservation_result_no {
    padding: 0 13px;
  }

  .reservation_result_no dt {
    font-size: 17px;
  }

  .reservation_result_no dd {
    font-size: 16px;
  }
}

.reservation_cancel {

    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.reservation_cancel_txt {
    color: #492C07;
}

.reservation_cancel_num {
  font-size: 20px;
  margin-top: 5px;
  display: block;
}



/* ****** notes ****** */
.notes {
	padding: 35px 10px 35px;
}
.notes_ttl {
	color: #492C07;
	font-size: 25px;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
  margin-bottom: 30px;
}

.notes_ttl::after {
	content: "";
	background-color: #B51717;
	display: block;
	width: 64px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.notes_list {
  text-align: center;
}

.notes_list li {
	color: #492C07;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

.notes_list li strong {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 18px;
}