.contact-tel-area .tel-link{
  text-align: center;
  margin: 10px 0;
}
.contact-tel-area .tel-link a{
    display: inline-block;
    padding: 5px 30px;
    text-decoration: none;
    background: #b38a3d;
    color: #fff;
    border-bottom: solid 4px #6b4424;
    font-size: 22px;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
.contact-tel-area .tel-link{
  text-align: left;
}
.contact-tel-area .tel-link a{
  background: none;
  border-bottom: none;
  color: #560500;
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 1.2;
  padding: 0;
  font-weight: bold;
}
}
.form-read-container h2{
    font-size: 18px;
    border-left: 1px solid;
    padding-left: 10px;
    font-weight: bold;
}
.contact-text-read h2{
  margin-bottom: 10px;
}
@media screen and (min-width: 768px){
.form-read-container h2{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.contact-tel-area{
  margin-bottom: 80px;
}
}

/* ---------------------------------
    お問い合わせフォーム （ステップパー）
---------------------------------- */
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: #e91e63;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #e91e63;
}
.stepBar .step.current-e {
  color: #FFF;
  background-color: #e91e63;
}
.stepBar .step.current-e:before, .stepBar .step.current-e:after {
  background-color: #e91e63;
}
.stepBar .step.current-t {
  color: #FFF;
  background-color: #e91e63;
}
.stepBar .step.current-t:before, .stepBar .step.current-t:after {
  background-color: #e91e63;
}
.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: 2px solid #fd5556;
    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: #2f2f2f;
    color: #fff;
}
table.form td {
    border-top: 1px solid #ccc !important;
    padding: 30px;
    vertical-align: top;
}
@media screen and (max-width: 543px){
table.form td {
    padding: 10px;
}
}
.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 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #e91e63;
}
.mw_wp_form .error {
    display: inline-block !important;
    padding: 5px;
    width: auto;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 12px;
    color: #fff !important;
    white-space: nowrap;
    vertical-align: baseline;
    background: #f2b710;
    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: #e91e63;
    color: #fff;
    padding: 15px 80px;
    border: none;
    transition: 0.6s;
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}
@media screen and (max-width: 543px){
input[type="submit"] {
    padding: 15px 30px;
}
}
input[type="submit"]:hover {
    background: #a22651;
}
.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: 18px;
}


/* ---------------------------------
  カスタム （スマホ）
---------------------------------- */
@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("http://xn----97tqbzcu600a7ndca673htb046tfa7889bga9596fnxxa.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: 20px 0 !important;
    font-size: 12px;
}
@media screen and (min-width: 544px){
.yoyaku-attention{
    margin: 40px 0 !important;
}
}

/* スタイル調整 */
.wrap-form .label {
    background-color: #d0492f;
}
form input,
form select,
textarea {
    border: 1px solid #b5b5b5;
	font-size:  2rem;    /* 文字サイズ指定 250217 add kao */
}
.wrap-form input[type="submit"] {
    background: #d0492f;
}
.stepBar .step.current {
    background-color: #e91e63;
}
table.form tr {
    background: #ffffff;
}
table.form th {
    background: #ff7e7f;
}
@media screen and (max-width: 992px) {
    table.form th {
        border-top: 0!important;
    }
}
table.form td {
    background: #ffffff;
}
.yoyaku-attention {
    color: #d0492f;
    font-weight: bold !important;
    border: 1px dotted;
    padding: 10px;
    background: #fff9fb;
    margin: 20px 0 !important;
    font-size: 12px;
}
@media screen and (max-width: 544px) {
    .mwform-tel-field {
        text-align: center!important;
    }
    .mwform-tel-field input[type="text"] {
        width: 100% !important;
    }
}
.stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #e91e63;
}
.form-subpage-container-fluid{
    padding-top: 50px;
}
.mw_wp_form .error{
    background: #e91e63;
}
table.form th{
    font-size: 15px;
}
