@charset "utf-8";
input[type="email"], input[type="number"], input[type="tel"], input[type="url"], input[type="text"] ,
textarea, select {
    box-shadow: none;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #9fa0a0;
    box-sizing: border-box;
}
::-webkit-input-placeholder { 
    font-size: 16px !important; 
    line-height: 23px;
}
:-ms-input-placeholder { 
    font-size: 16px !important;  
    line-height: 23px;
}
::-ms-input-placeholder { 
    font-size: 16px !important;  
    line-height: 23px;
}

input:focus, textarea:focus, select:focus {

}
select {
  text-shadow: none;
  outline: none;
}
input[type="email"], input[type="number"], input[type="tel"], input[type="url"], input[type="text"] {
  width: 12em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0.31em 0.5em;
  padding: 0 8px; 
  height: 35px;
  border: 1px solid #9fa0a0;
  border-radius: 0;
  line-height: 35px;
  line-height: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="email"]:first-child, input[type="number"]:first-child, input[type="tel"]:first-child, input[type="url"]:first-child, input[type="text"]:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  input[type="email"], input[type="number"], input[type="tel"], input[type="url"], input[type="text"] {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0.4em 0.5em;
    /**/
    height: 40px;
    padding: 0 8px;
    line-height: 16px;
    font-size: 16px !important;
  }
  ::-webkit-input-placeholder { 
    font-size: 16px !important; 
    line-height: 20px;
  }
  :-ms-input-placeholder { 
      font-size: 16px !important;  
      line-height: 20px;
  }
  ::-ms-input-placeholder { 
      font-size: 16px !important;  
      line-height: 20px;
  }
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 11px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  input[type="radio"] {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    vertical-align: middle;
  }
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  position: relative;
  vertical-align: middle;
  line-height: 1.4;
    padding-left: 2.5em;
    margin-bottom: 0.5em;
}
input[type="checkbox"] + span img {
  vertical-align: middle;
}
input[type="checkbox"] + span:before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
  width: 1.4em;
  height: 1.4em;
/*  margin-right: 0.7em;*/
  border: 1px solid #9fa0a0;
  vertical-align: middle;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.2em;
  width: 0.8em;
  height: 0.33em;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


input[type="checkbox"]:disabled + span:before {
  background-color: #d3d3d3;
}
input[type="checkbox"]:disabled + span {
  color: #9fa0a0;
}

@media screen and (max-width: 767px) {
  input[type="checkbox"] + span {
/*    margin-right: 1em;*/
  }
  input[type="checkbox"] + span:before {
    width: 1.8em;
    height: 1.8em;
    vertical-align: middle;
  }
  input[type="checkbox"]:checked + span:after {
    top: 0.2em;
    left: 0.4em;
    width: 1em;
    height: 0.5em;
  }
}

input.type-phone {
  width: 20em;
}
input.type-mail {
  width: 24em;
}
input.type-zip1 {
  width: 5em;
  margin-right: 0;
}
input.type-zip2 {
  width: 8em;
  margin-right: 2em;
}
input.type-address {
  width: 28em;
}
input.type-num {
  width: 10em;
}
@media screen and (max-width: 767px) {
  input.type-phone,
  input.type-mail,
  input.type-address {
    width: 100%;
  }
    input[type="checkbox"] + span {
    padding-top: 3px;
		    font-weight: 700;
    font-size: 16px;
}
}

textarea {
  width: 100%;
  max-width: 500px;
  min-height: 7em;
  padding: 5px .5em;
  resize: vertical;
  border-radius: 0;
}
textarea.textarea-wide {
  width: 100%;
  max-width: initial;
  min-height: 10em;
}

select {
  position: relative;
  height: 2.3em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 5px 0em 5px .5em;
/*
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
*/
  border-radius: 0;
  outline: 0;
}
/*
select::-ms-expand {
 margin-left:  2em;
}
*/
select[multiple] {
  height: auto;
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  -webkit-appearance: listbox;
  -o-appearance: listbox;
  -ms-appearance: listbox;
  appearance: listbox;
}
select:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  select {
    margin-left: 0;
  }
	/*2019*/
	input[type="checkbox"] + span span {
	display: block;
		    font-size: 12px;
    color: #999;
    font-weight: normal;
}
}

::-webkit-input-placeholder {
  font-size: 12px;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline      : none;
  border-color: #6ad;
}

.submitarea {
  display: table;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .submitarea {
    width: 100%;
  }
}

button {
  box-sizing: border-box;
}
button.btn {
  display: inline-block;
  height: 2.3em;
  margin: auto;
  padding: 6px 30px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
button.btn[type="button"] {
/*  color: #333;*/
  font-size: 15px;
  background-color: #fff;
/*  border-color: #bbb;*/
    padding: 0;
}
button.btn[type="button"]:hover {
/*  background-color: #eee;*/
}
button.btn.btn-submit {
  width: 370px;
  height: auto;
/*
  background-color: #d56834;
  border-color: #d56834;
*/
  color: #fff;
}
/*
button.btn.btn-submit:hover {
  background-color: #e29b79;
  border-color: #e29b79;
}
*/
/* for sp ---*/
@media screen and (max-width: 767px) {
  button.btn.btn-submit {
    width: 100%;
  }
}

button.btn.btn-back {
  width: 370px;
  height: 3em;
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
button.btn.btn-back:hover {
  background-color: #ccc;
  border-color: #ccc;
}

button.btn.btn-back:after {
  display: none;
}

@media screen and (max-width: 767px) {
  button.btn.btn-back {
    width: 100%;
  }

}
button.btn.btn-reset {
  width: 270px;
  height: 3em;
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
button.btn.btn-reset:hover {
  background-color: #ccc;
  border-color: #ccc;
}
button.btn.btn-reset:after {
  display: none;
}

@media screen and (max-width: 767px) {
  button.btn.btn-reset {
    display: block;
    width: 80%;
    max-width: 250px;
    margin-bottom: 20px;
  }
}



button.btn.btn-zip {
  padding: 6px 15px;
  color: #333;
  font-size: 15px;
  background-color: #fff;
  border-color: #bbb;
}
button.btn.btn-zip:after {
  display: none;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
  button.btn.btn-zip {
    width: 10em;
    margin: 0.5em auto 0 0;
  }
}
div.btn {
    display: inline-block;
    margin: auto;
    padding: 15px 30px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
div.btn.btn-submit {
  width: 370px;
  background-color: #d56834;
  border-color: #d56834;
  color: #fff;
}
div.btn.btn-submit:hover {
  background-color: #e29b79;
  border-color: #e29b79;
}
div.btn:after {
    content: "";
    display: inline-block;
    position: relative;
    bottom: 2px;
    width: 6px;
    height: 7px;
    margin: 0 0 0 0.7em;
  
    vertical-align: middle;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
  div.btn.btn-submit {
    width: 100%;
  }
}

/*input-caption -------*/
.input-caption {
  display: block;
  margin-bottom: 4px;
}
.input-caption-vatop {
  vertical-align: top;
}

.form-group {
  margin: 3em 0;
}
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
.input-group:last-child {
  margin-bottom: 0;
}
.input-group label {
  display: inline-table;
  margin-right: 25px;
}

.input-group-inl {
  display: inline-table;
  margin-right: 1em;
}
.input-group-inl label {
/*  margin-right: 25px;*/
	display: flex;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
  .input-group-inl {
    display: block;
    margin-right: 0;
  }
  .input-group-inl label {
    display: block;
    margin-bottom: 1em;
  }
  .input-group-inl label:last-child {
    margin-bottom: 0;
  }
}


/*input-group-indent -------*/

.input-group-indent {
  margin-left: 8.3em;
  margin-right: 2em;
  margin-bottom: 1em;
}
.input-group-indent:last-child {
  margin-bottom: 0;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
  .input-group-indent {
    margin-left: 0;
    margin-right: 0;
  }
}


input.require, textarea.require, select.require {
  background-color: #fbeaea;
}
input.require:focus, textarea.require:focus, select.require:focus {
  background-color: #fff;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.require::-webkit-input-placeholder {
  color: #999;
}
.require::-moz-input-placeholder {
  color: #999;
}
.require:-ms-input-placeholder {
  color: #999;
}

.mark-require {
  float: right;
  display: inline-block;
  padding: 1px 10px;
  background-color: #f00;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
.require_txt {
  margin: 5px;
  color: #b66;
  font-size: 0.85em;
  font-style: oblique;
}

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


.table-input {
  display: table;
  width: 100%;
  margin: 20px 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  box-sizing: border-box;
}
.table-input th {
  display: table-cell;
  /*width: 265px;*/
  width: 26%;
  padding: 20px;background-color: #f5f5f5;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}
.table-input td {
  padding: 20px 28px 20px 35px;
  display: table-cell;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  background-color: #fff;
  vertical-align: middle;
  box-sizing: border-box;
}
.table-input a {
  color: #333;
}
.table-input a:hover {
  color: #999;
}
.table-input img {
  max-width: 100%;
  height: auto;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
  .table-input,
  .table-input tbody,
  .table-input tr {
    display: block;
    width: 100%;
  }
  .table-input {
    border: none;
  }
  .table-input th {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 8px 20px;
    border: none;
  }
  .table-input th:after {
    content: "";
    display: table;
    clear: both;
  }
  .table-input td {
    display: block;
    padding: 20px 10px;
    width: 100%;
    border: none;
  }
}

.table-input table,
.table-input table th,
.table-input table td {
  border: none;
  padding: 0;
}

.formstatus {
  width: auto;
  margin: 50px auto;
}
.formstatus_body {
  display: table;
  list-style: none;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  overflow: hidden;
}
.formstatus_body:after {
  content: "";
  display: table;
  clear: both;
}
.formstatus_body li {
  display: table-cell;
  position: relative;
  height: 40px;
  margin: 0;
  padding: 30px 0 0;
  width: 50%;
  vertical-align: middle;
  text-align: center;
/*  background-color: #c9c95e;*/
  color: #000;
}
.formstatus_body li.current {
/*  background-color: #999c14;*/
}
.formstatus_body li:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
    background: #999;
  width: 50%;
  height: 4px;
  top: 18px;
    left: 50%;
  z-index: 0;
}
.formstatus_body li:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
    background: #999;
  width: 100%;
  height: 4px;
  top: 18px;
    right: 50%;
  z-index: 0;
}
.formstatus_body li:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 50%;
    transform: translateX(50%);
   background: url(/reserves/images/step_arrow.png) center center/contain  no-repeat;
  z-index: 1;
}
.formstatus_body li.current:after {
  background-image: url(/reserves/images/step_current.png);
  z-index: 1;
}
/*
.formstatus_body li:last-child:after {
  display: none;
}
*/

.inputerrorbox {
  position: relative;
  max-width: 800px;
  margin: 40px auto;
  padding: 20px 40px 20px 100px;
  border: 1px solid #f00;
  color: #f00;
  font-size: 0.85em;
  box-sizing: border-box;
}
.inputerrorbox:after {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 43px;
  margin: auto 0;
  top: 15px;
  left: 35px;
  background-size: contain;
}
.inputerrorbox ul {
  font-style: oblique;
  padding-left: 20px;
}
.inputerrorbox p:first-child {
  margin-top: 0;
}
.inputerrorbox p:last-child,
.inputerrorbox ul:last-child,
.inputerrorbox li:last-child {
  margin-bottom: 0;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
  .inputerrorbox {
    padding: 20px 40px 20px 55px;
  }
  .inputerrorbox:after {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
  }
  .inputerrorbox ul {
    font-style: oblique;
    padding-left: 0;
  }
}

.formheader {
  margin: 30px auto 20px auto;
}
.formheader p {
  margin: 0 0 2em 0;
}
.formheader .title {
  margin-top: 30px;
}
.formheader .title small {
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .formheader {
  margin: 0px auto 15px auto;
}
.formheader .title {
     margin-top: 0px; 
}
}


.reservation_day {
  padding: 15px;
  background-color: #f3d2c2;
}
.reservation_day dl {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;

}
.reservation_day dt {
  display: table-cell;
  width: 15em;
  padding: 10px 10px 10px 0;
  font-weight: bold;
}
.reservation_day dd {
  display: table-cell;
  padding: 10px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* for sp ---*/
@media screen and (max-width: 767px) {
  .reservation_day dl {
    display: block;
  }
  .reservation_day dt {
    display: block;
    width: 100%;
    text-align: center;
  }
  .reservation_day dd {
    display: block;
    margin: 0 auto;
  }
}

.mb50{
  margin-bottom: 50px!important;
}
