/* ---------------------------------
	お問い合わせフォーム （ステップパー）
---------------------------------- */
ol.stepBar {
	margin-left: 0px;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0px 20px 0 0;
  background-color: #ffdc8a;
  color: #0a4739;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #ffdc8a;
  border-left: 4px solid #FFF;
  width: 30px;
  height: 30px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #ffa200;
  font-size: 17px;
  font-weight: bold;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #ffa200;
}
.stepBar.step3 .step {
  width: 33.333%;
}





/* ---------------------------------
	お問い合わせフォーム
---------------------------------- */
#entry ::selection, .form ::selection {
    color: #000;
}
.center {
  text-align: center;
}
table.entry {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 6px solid #ffa200;
	border-bottom: 2px solid #ffa200;
	border-left: 2px solid #ffa200;
	border-right: 2px solid #ffa200;
  margin-bottom: 50px;
}
table.entry th {
	width: 230px;
	padding: 20px;
  border: 0px;
	border-top: 1px solid #ccc;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	background: #fff9de;
  font-size: 16px;
}
table.entry td {
  border: 0px;
	border-top: 1px solid #ccc;
	padding: 20px;
	vertical-align: top;
}
.bt-1 {
  border-top: none !important;
}
.label {
	display: inline-block;
	padding: 2px 4px 1px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #b94a48;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.label-important {
  background-color: #b94a48;
  margin-left: 10px;
}
.label-option {
  background-color: #666;
  margin-left: 10px;
}
.mw_wp_form .error {
	display: inline-block !important;
  height: 50px;
  margin-left: 6px;
  margin-right: 6px;
	padding: 3px 10px;
	font-weight: bold;
  line-height: 3.2;
	color: #fff;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 3px;
  color: #b94a48;
  border: 1px solid #b94a48;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea {
    height: 50px;
    padding: 4px 10px;
    color: #000;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 970px) {
select, textarea{
  width: 100%;

  }
}
select {
    margin-right: 4px;
}
.mwform-radio-field {
    position: relative;
    top: 2px;
}
.mwform-radio-field input {
    position: relative;
    top: -2px;
}
textarea.naiyou {
    width: 100%;
    height: 160px;
}
input.zip {
    width: 200px;
}

h4.red4 {
    color: #97272d;
}

table.entry select {
  margin-bottom: 0px !important;
}
#entry input[type="submit"] {
  border: 1px solid rgba(255,255,255, 0.55);
  background: #a7781d;
  outline: 4px solid #a7781d;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  letter-spacing: 2px;
  transition: 0.3s;
}
#entry input[type="submit"]:hover {
  background: #222;
  outline: 4px solid #222;
  cursor: pointer;
}
.form-msg {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
.form-entry {
  color: #222;
}
.form-entry:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 6px;
}
.form-error {
  color: #b94a48;
  -webkit-animation:blink 1s ease-in-out infinite alternate;
  -moz-animation:blink 1s ease-in-out infinite alternate;
  animation:blink 1s ease-in-out infinite alternate;
}
.form-error:before {
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 6px;
}
.form-check {
  -webkit-animation:blink 1s ease-in-out infinite alternate;
  -moz-animation:blink 1s ease-in-out infinite alternate;
  animation:blink 1s ease-in-out infinite alternate;  
  color: #1d9d73;
}
.form-check:before {
  content: "\f05a";
  font-family: FontAwesome;
  margin-right: 6px;
}
.form-thanks {
  color: #1d9d73;
}
.form-thanks:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 6px;
}
.form-title {
  font-weight: bold;
  font-size: 24px
}
.form-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 30px;
}
.s-txt {
  color: #666;
  font-size: 13px;
}
@media (max-width: 400px) {
select.shokushu {
  width: 100%; }
}

.form-day-select td div {
    margin-top: 10px;
}
@media (min-width: 992px) {
.form-day-select td div {
    display: inline-block;
    margin-left: 30px;
    margin-top: 0px;
}
}
@media (max-width: 991px) {
.form-day-select td select{
      width: 24%;
      height: 4rem;
}
}
/* ---------------------------------
  カスタム （スマホ）
---------------------------------- */
@media (max-width: 970px) {
    .mini-nav:not(.select-type-menu) > ul > li {
        display: block;
        padding-bottom: 10px;}
    h2 {
        font-size: 23px;
        line-height: 28px; }
    .waku {
        width: auto; }
    table.entry tr {
        display: block;
        width: auto;}
    table.entry th {
        border-top: none;
        display: block;
        width: auto;
        text-align: left;}
    table.entry td {
        border-top: none !important;
        width: 100%;}   
    input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="date"], input[type="range"], input[type="password"], textarea {
        width: 100%;}
    input[type="number"] {
        width: auto;}
    .mw_wp_form .error {
        margin-left: 0px;
        margin-right: 0px; }
} 
@media (max-width: 340px) {
  .ip5 {
    height: 35px !important;
    padding: 0px !important;
  }
  .mwform-tel-field input{
  	padding: 4px 4px;
  }

}