@charset "utf-8";
body {
  padding-top: 0;
}



 #main,input,textarea,select,body {
  font-size: 16px !important; padding-top: 0;
}
input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"],
input[type="url"], textarea {
  font-size: 16px;
}
label.control-label {font-size: 16px;}

button[type="submit"] {
margin-top: 20px;
}

/* booy overwright */
@media (max-width: 480px) {
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
  form {
    margin: 10px;

  }
.pl-xs {
  padding-left: 20px;
}
input[name="catalog"]:not(:first-child) {
  margin-top: 30px;
}
}
.form-control {
  border-radius: 0px !important;
-webkit-appearance: none;
-webkit-border-radius: 0px;
   }
.form-group {
  padding: 5px;
}
.form-group p {
  margin-bottom: 5px !important;
}

dl.form-group,
dl.form-group dt,
dl.form-group dd
 {
  margin: 0;
  padding: 0;
  width: 100%;
}

dl.form-group {
  background-color: #FFF;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl.form-group dt {
  background-color: #fbf8f0;
  font-weight: bold;
}


dl.form-group dt,
dl.form-group dd {
  padding: 15px;
  box-sizing: border-box;
  border-right:  1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 480px) {
dl.form-group {
  background-color: #FFF;
  border-top: 0;
  border-left: 0;
  display: flex;
  flex-wrap: wrap;
  border:  1px solid #eaeaea;
  padding: 10px;
}
dl.form-group dt {
  background-color: #fff;
  font-weight: bold;
}
dl.form-group dt,
dl.form-group dd {
  padding: 5px;
  box-sizing: border-box;
  border-right:  none;
  border-bottom: none;
}
}

.form-group  h4 {
  padding-right: 10px;
  margin-bottom: 10px;
  color: #000 !important;
}


.label {
  display: inline;
  padding: 2px;
}

.label-danger {
  background-color: #c32f2f !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 5px;
  border-radius: 0;
}

.help-block {
  font-size: 12px;
  margin-left: 10px;
}
.help-block,
.form .form-group.has-error dd {
  color: #cc1736 !important;
  padding-top: 5px;
}
.form .form-group.has-error dt h4 {
  color: #000 !important;
}
.form .form-group.has-error dd{
  background-color: rgba(204, 23, 54,.1);
}
@media (max-width: 480px) {
.form .form-group.has-error dd{
  padding: 10px;
}

.form-group  h4 {
  display: inline;
}
}

.b-top {
  display: inline;
  border-bottom:  1px solid #eee !important;
  padding-top: 20px !important;
  padding-bottom: 5px ;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #cc1736 !important;
}
/*  */
.modal-dialog {
  width: 700px;
}
.modal-content {
  background-color: #fff;
  font-size: 14px;
}
.checkbox .checkbox-material, label.checkbox-inline .checkbox-material {
  padding-right: 5px;
  line-height: 1.8;
   }

 .form-group label.control-label {
  margin: 5px 0 0 0;
 }

.label.label-primary {
  margin-left: 3px !important;
}

.confirm fieldset {
 padding:10px;
 }

.confirm .col-sm-9 {
 border-bottom: #D2D2D2 1px solid;
 margin-top:15px;
}

.btn .btn-info { color:#000;
  background-color: #A7894D !important;
}

a[href^="mailto:"] {
  color: #000 !important;
}


/* Landscape phones and smaller */
@media (max-width: 480px) {
.form-horizontal .control-label {
  text-align: left  !important;
}
.modal-dialog {
  width: 100%;
}

.col-sm-8 {
  padding-left: 0;
  padding-right: 0;
}



/*
label.control-label:before {
  content: "■";
  padding-right: 0.5em;
}
*/
}

/* over tablets */
@media (max-width: 767px)  {
#footer a, .well a { color: #191919 !important; }
.form-control { display: inline; }
}

/* over tablets */
@media (min-width: 768px)  {
.base-line-lg20 { margin-top:20px; }
}

/*  STEP */
.cp_stepflow01 {
  font-size: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  padding: 0;
}
.cp_stepflow01 > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
  color: #b0bec5;
   -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
       flex: 1;
}
.cp_stepflow01 > li .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 0.5em;
  border-radius: 1000px;
  background-color: #b0bec5;
}
.cp_stepflow01 > li .bubble::after,
.cp_stepflow01 > li .bubble::before {
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #b0bec5;
}
.cp_stepflow01 > li.completed,
.cp_stepflow01 > li.completed .bubble {
  color: #A7894D;
}
.cp_stepflow01 > li.completed .bubble,
.cp_stepflow01 > li.completed .bubble::after,
.cp_stepflow01 > li.completed .bubble::before {
  background-color: #A7894D;
}
.cp_stepflow01 > li:last-child .bubble::after,
.cp_stepflow01 > li:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}
.cp_stepflow01 > li.active,
.cp_stepflow01 > li.active .bubble {
  font-weight: bold;
  color: #000;
}
.cp_stepflow01 > li.active .bubble,
.cp_stepflow01 > li.active .bubble::after,
.cp_stepflow01 > li.active .bubble::before {
  background-color: #000;
}



input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="tel"],
textarea,
select
{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 57px;
  background: #fff;
  margin-bottom: 4%;
  border: 1px solid #ccc !important;
  padding: 1%;
  color: #555 !important;
  font: 95% Arial, Helvetica, sans-serif;
  border-radius: 0px;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus
{
  box-shadow: 0 0 5px #A7894D !important;
  padding: 1%;
  border: 1px solid #A7894D  !important;
}

input[type="submit"],
input[type="button"]{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 1%;
  background: #A7894D !important;
  border-bottom: 2px solid #A7894D  !important;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  color: #fff;
}
input[type="submit"]:hover,
input[type="button"]:hover{
  background: #A7894D !important;
}

.w20p { width: 20% !important; }
.w35p { width: 35% !important; }
.w40p { width: 40% !important; }
.w40p { width: 40% !important; }

@media (min-width: 769px) {
.md-w50p { width: 50% !important; }
}

/* [form/reserve/] vanilla-calendar */
.vanilla-calendar_default {
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  color: #333;
  user-select: none;
}
.vanilla-calendar-year::after {
  content: '年';
}
.vanilla-calendar-header__content {
  direction: rtl;
}
.form-horizontal {
  touch-action: manipulation;
}

@media (max-width: 480px) {
  .w20p { width: 30% !important; }
  .w35p { width: 48% !important; }
  }