@charset "utf-8";

body {
  min-width: 1030px;
}
.header_body {
  width: 970px;
}

.formstatus {
  margin: 35px auto;
}
.content_header_inner {
  width: 970px;
}
.form-group {
  margin-top: 2em;
}
#contents .contents_body {
  width: 970px;
}


.mt0 {
  margin-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.font-s-S-13 {
  font-size: 13px;
}
.font-18 {
  font-size: 18px;
}
.display-L-none {
  display: none;
}
.hidden {
  visibility: hidden;
  width: 0px!important;
  height: 0px!important;
    display: block;
border: 0px!important;
}


/*------------------------------------------------------
table-override
*------------------------------------------------------*/
.table-input th {
  padding: 10px 15px;
  width: 270px;
}
.table-input td {
  padding: 13px 28px 13px 35px;
}
.table-input.type-2 {
  margin-bottom: 40px;
}
.table-input.type-2 th {
  padding: 20px;
}
/*------------------------------------------------------
Form
*------------------------------------------------------*/
.submitarea.type-2 {
 
  width: 930px;
  padding: 0 20px 20px 20px;
}
.submitarea.type-2 .font-c-ORG {
  width: 450px;
  margin: 2em auto;
  text-align: left;
}
button.btn.btn-submit {
  width: 300px;
}
.input-w-300 input {
  width: 270px;
}
.select-w-240 select {
  width: 240px;
}
.sp-half .input-wrap input {
  width: 220px;
}

.input-group-inl {
  vertical-align: middle;
}
.input-group-inl input {
  vertical-align: middle;
}
.input-group-inl.valign-T {
  vertical-align: top;
}
.input-group-inl.valign-T input {
  vertical-align: top;
}

input[type="email"]:first-of-type,
input[type="number"]:first-of-type,
input[type="password"]:first-of-type,
input[type="tel"]:first-of-type,
input[type="url"]:first-of-type,
input[type="text"]:first-of-type,
select:first-of-type {
  margin-left: 0;
}
.input-group,
.input-group-inl {
  position: relative;
}

.input-group label {
  display: inline;
}

.input-wrap {
  display: inline-block;
  position: relative;
}
.input-wrap.block {
  display: block;
}
.btn.btn-submit {
  width: 450px;
}
.btn.btn-submit.disabled {
  opacity: 0.4;
  cursor: default;
}
.btn.btn-submit.disabled:hover {
  opacity: 0.6;
}

input.require.valid,
textarea.require.valid,
select.require.valid {
  background-color: #FFF;
}
.formError {
  position: absolute;
  top: 35px!important;
  left: 0px!important;
  right: initial;
  margin-top: 0px!important;
  color: #ff0000;
}
.formError .formErrorContent {
  display: none;
}
.formError label {
  font-size: 14px;
  margin-right: 0;
	
}
.formError label:first-of-type {
  margin-left: 0px;
}
.formError.type-2 {
  position: static;
}
.formError.label-block {
  position: relative;
}
.formError.label-block label {
  display: block;
  position: absolute;
  background-color: #FFF;
  top: -2.5em;
/*  left: 310px;*/
}
.formError.label-block .error ~ .error-spacer {
  height: 2em;
}

.margin-top-minus .formError {
  top: 23px!important;
}
.margin-top-minus .radio-error
{
	top: auto!important;
}
.error ~ .error-spacer {
/*  height: 1em;*/
}
.checkbox-validate label {
  margin-left: -20px;
  display: flex;
  margin-bottom: 5px;
}
.checkbox-validate input {
  display: inline-block;
  visibility: hidden;
}
.checkbox-validate td {
  position: relative;
}
.checkbox-validate td .formError {
  bottom: 0.7em !important;
  left: 35px!important;
}
.radio-list {
  position: relative;
}
.radio-list label {
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #e5e5e5;
}
.radio-list label:last-of-type {
  border-bottom: none;
}
.radio-list label .formError {
  top: .2em!important;
  bottom: auto!important;
  left: 5px!important;
}
.radio-list label .formError .formErrorContent {
  font-size: 14px;
}
.birthday select {
  width: 160px;
  font-size: 14px;
  height: 2.7em;
}
.zip-wrap .formError {
  overflow: visible;
  width: 100%;
	position: static;
  bottom: 1em!important;
}
.zip-wrap .formError label {
  display: block;
  background-color: #fff;
  position: static;
  width: 100%;
  top: 0;
}
.address-wrap .formError {
	position: static;
}
input::-webkit-input-placeholder {
  line-height: 1.25;
}
/*------------------------------------------------------
add-style
*------------------------------------------------------*/
.address-wrap .input-wrap {
  float: left;
}
.address-wrap .input-wrap input {
  width: 240px;
  margin-right: 0px;
}
.address-wrap .input-wrap input.type-2 {
  width: 548px;
}
.address-wrap .input-wrap:first-of-type {
  padding-right: 10px;
}
.property-info {
/*  width: 100%;*/
  padding: 10px;
  text-align: center;
  border: #ddd solid 1px;
}
@media screen and (max-width: 767px) {
.property-info {
  margin-top: 5px;
	 width: auto;
}
}
.property-info .table-cell {
  display: table-cell;
  border: 1px solid #d3d3d3;
  border-left: none;
  vertical-align: middle;
}
.property-info .table-cell h3 {
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 15px;
  margin: 0;
  min-width: 370px;
}
.property-info .table-cell .inner {
  padding: 15px;
  margin: 0;
}
.property-info .table-cell.title-area {
  font-size: 12px;
}
.info-box {
	width: 188px;
  position: absolute;
  top: 16px;
  right: 0;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
	.zip-wrap .formError label {
     position: static;
}
	.mb50{ margin-bottom: 10px!important; }
.reservation_day {
    padding: 0px 15px 15px;
}
	.reservation_day dd {
    padding: 5px;
	}
	.submitarea {
    margin: 20px auto;
}
  .display-S-none {
    display: none;
  }
  .display-L-none {
    display: inherit;
  }
.table-input {
    margin: 0px;   
}
  .input-wrap {
    margin-bottom: 0px;
  }
  .formstatus {
    margin: 20px auto;
  }
  .form-group {
    margin-top: 20px;
  }
  .header_body {
    width: auto;
  }
  .content_header_inner {
    width: auto;
  }
  #contents .contents_body {
    width: auto;
  }

  input.type-address {
    width: 100%;
  }
  .submitarea.type-2 {
    width: auto;
  }
  .submitarea.type-2 .font-c-ORG {
    width: auto;
  }
  button.btn.btn-submit {
    width: 100%;
	  margin-top: 15px;
  }
  .table-input td {
    padding: 15px 10px;
  }
  .table-input th {
    margin-top: 0px;
  }
	.schedule_box{
		margin-bottom: 10px!important;
	}
	p{ margin:5px 0px;}
  .name-wrap .formError label {
    font-size: 14px;
  }
  .table-input th {
    padding: 10px 15px;
    width: auto;
  }
  .sp-half .input-wrap {
    width: 48%;
    float: left;
  }
  .sp-half .input-wrap:last-of-type {
    margin-left: 1%;
  }
  .sp-half.type-2 {
    width: 49%;
  }
  .sp-half.type-2 select {
    width: 70%;
  }
  .error-padding-wrap .formError label {
    margin-left: 0;
    margin-right: 0;
  }
  .error-padding-wrap.sp-padding-2x .error ~ .error-spacer {
    height: 2em;
  }
  .error-padding-wrap.sp-padding-2x .formError {
    line-height: 1.2em;
  }
  .formError {
    top: 65px!important;
  }
  .formError.sp-static {
    position: static;
  }
  .formError.sp-static ~ .error-spacer {
    height: 0em;
  }
  .formError.label-block label {
    left: 0;
    top: -5em;
/*	position: relative;*/
  }
	.mb20 {
		margin-bottom: 10px!important;
	}
  .sp-block {
    width: 100%;
  }
  .birthday select {
    width: 230px;
    font-size: 16px;
  }
  .zip-wrap input.type-zip1 {
    width: 4em;
    margin-right: 0;
  }
  .zip-wrap input.type-zip2 {
    width: 5.6em;
    margin-right: 1em;
  }
  .zip-wrap button.btn.btn-zip {
    padding: 6px 10px;
  }
  .zip-wrap .formError {
    bottom: 1em!important;
    top: auto!important;
  }
  .address-wrap .input-wrap {
    float: none;
  }
  .address-wrap .input-wrap input {
    width: 100%;
  }
  .address-wrap .input-wrap input.type-2 {
    width: 100%;
  }
  .address-wrap .input-wrap:first-of-type {
    padding-right: 0px;
  }
  .address-wrap:last-of-type {
    margin-top: -10px;
  }
  .address-wrap:last-of-type .formError {
    bottom: -2em !important;
  }
  .telephone .formError,
  .mail-address .formError {
    bottom: -1.5em !important;
  }
  .property-info {
    display: block;
    margin-bottom: 20px;
  }
  .property-info .table-cell {
    display: block;
    padding: 5px;
    border-left: 1px solid #d3d3d3;
	
  }
.property-info .table-cell.title-area {
    padding: 5px 5px 5px 65px;
}
.info-box {
	text-align: right;
/*	width:120px;*/
	
}
	#header.header-simple img { width:auto;}
  .property-info .table-cell h3 {
    min-width: auto;
  }
  .property-info .table-cell.title-area {
    border-right: 1px solid #d3d3d3;
    border-bottom: none;
    background: url(/reserves/images/icon_1.png) no-repeat 15px center;
    font-size: 14px;
  }
}

.thanks-btn {
	text-align:center;
}
.flow-items {
	text-align:center;
}

#error-tip {
	color: red;
	font-weight: bold;
	text-align: center;
}

.head_contact{ display:block;}
.head_tel{ display:none;}
.cf-btn-send{ display: block;
margin-bottom: 15px;}
.cf-btn-bk { display: block;}
.cf-btn-bk img{ width: 200px;}


@media screen and (max-width: 767px) {
  .form-button img,
  .cf-btn-send img,
  .thanks-btn img {width: 90%;}
	.cf-btn-bk img{ width: 70%;}
	.head_contact{ display:none;}
	.head_tel{ display:block;}
}
@media screen and (max-width: 341px) {
  input[type="radio"] {
    margin-right: 1%;
  }
}


.xwtime
{
	margin-bottom:15px;
}





