/* ---------------------------------
    お問い合わせフォーム （ステップパー）
---------------------------------- */
ol.stepBar {
    margin-top: 30px;
    margin-bottom: 30px;
}
.stepBar {
  font-size: 1.0rem;
  position: relative;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  font-size: 15px;
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0px 20px 0 0;
  background-color: #eee;
  font-weight: bold;
}
@media screen and (max-width: 543px){
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0px 10px 0 0;
  background-color: #eee;
}
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  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: #86643e;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #86643e;
}
.stepBar .step.current-e {
  color: #FFF;
  background-color: #8c131a;
}
.stepBar .step.current-e:before, .stepBar .step.current-e:after {
  background-color: #8c131a;
}
.stepBar .step.current-t {
  color: #FFF;
  background-color: #8c131a;
}
.stepBar .step.current-t:before, .stepBar .step.current-t:after {
  background-color: #8c131a;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}



/* ---------------------------------
    お問い合わせフォーム
---------------------------------- */
.ls1{letter-spacing: 1px;} .ls2{letter-spacing: 2px;} .ls3{letter-spacing: 3px;}
.center {
    text-align: center;
}
.e-mess {
    color: #b94a48;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.c-mess {
    color: #7f1620;
    text-align: center;
    font-size: 1.0rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.t-thanks {
    color: #8c131a;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 30px;
}
table.form {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.form th {
    width: 250px;
    padding: 10px;
    border-top: 1px solid #ccc !important;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    background: #eeeeee;
    color: #000;
}
table.form td {
    border-top: 1px solid #ccc !important;
    padding: 10px;
    vertical-align: top;
}
.label-important, .badge-important {
    background-color: #666;
    margin-left: 10px;
}
.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label, .badge {
    display: inline-block;
    padding: 3px 4px 2px;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #b94a48;
}
.mw_wp_form .error {
    display: inline-block !important;
    padding: 10px;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #fff !important;
    white-space: nowrap;
    vertical-align: baseline;
    background: #b94a48;
    border-radius: 3px;
    margin: 6px;
    -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;
}
.mw_wp_form .error:before {
    content: "\f00d";
    font-family: FontAwesome;
    margin-right: 6px;
}
@-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 {
    color: #000;
}
input[type="text"], input[type="email"] {
    padding: 6px;
}
textarea.naiyou {
    width: 100%;
}
input.zip {
    width: 150px;
}
table.form select {
    margin-bottom: 0px !important;
}
input[type="submit"] {
    background: #444444;
    color: #fff;
    padding: 15px 40px;
    border: none;
    transition: 0.6s;
    font-size: 1.0rem;
    letter-spacing: 0.4rem;
}
input[type="submit"]:hover {
    background: #86643e;
}
.s-gray {
    background: #666 !important;
}
.s-gray:hover {
    background: #1a1a1a !important;
}
.form-submit-container{
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 543px){
.form-submit-container input[type="submit"]{
  width: 100%;
}
}

input.ls1 {
  font-size: 15px;
}

.contact-tel-area p{
    margin: 40px 0;
}
.contact-tel-area p a{
    background: #c15858;
    color: #fff;
    padding: 20px;
    font-size: 25px;
}


/* ---------------------------------
  カスタム （スマホ）
---------------------------------- */
@media (max-width: 970px) {
    .mini-nav:not(.select-type-menu) > ul > li {
        display: block;
        padding-bottom: 10px;}
    .waku {
        width: auto; }
    table.profile{
        width: 100%;}
    table.profile tr {
        display:block;
        width: auto:}
    table.profile th {
        border-top: none;
        display:block;
        width: auto;}
    table.profile td {
        border-top: none;
        width: 100%}
    table.profile2{
        width: 100%}
    table.form tr {
        display: block;
        width: auto;}
    table.form th {
        border-top: none;
        display: block;
        width: auto;
        text-align: left;}
    table.form td {
    border-top: none !important;
        width: 100%;}   
    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 {
        width: 100%;}
}

.page-id-779 .amore-divider,
.page-id-796 .amore-divider,
.page-id-790 .amore-divider,
.page-id-794 .amore-divider {
    background-image: url("https://kagurazaka-echigo.com/wp-content/uploads/2017/08/contact-main-01.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-container ol {
  padding-left: 0;
}

.yoyaku-attention{
    color: #b18a17;
    font-weight: bold !important;
    border: 1px dotted;
    padding: 10px;
    background: #f9f6ed;
    margin: 40px 0 !important;
}


