@charset "UTF-8";

/*フォント*/

button,
input,
optgroup,
select,
textarea {
    /* font-size: 1.4rem; */
}

@media screen and (min-width: 768px) {
    button,
    input,
    optgroup,
    select,
    textarea {
        /* font-size: 1.4rem; */
    }
}


/* ---------------------------------
	お問い合わせフォーム （ステップパー）
---------------------------------- */

ol.stepBar {
    margin-left: 0;
}

.stepBar {
    font-size: 14px;
    position: relative;
    list-style: none;
    margin: 0 0 1em;
    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: #eeeeee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stepBar .step::before {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eeeeee;
    width: 30px;
    height: 30px;
}

.stepBar .step::after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eeeeee;
    width: 30px;
    height: 30px;
    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-top-left: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottom-left: 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-top-right: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottom-right: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.stepBar .step.current {
    color: #fff;
    background-color: #4c3f32;
    padding-right: 30px;
    font-size: 20px;
}

.stepBar .step.current:before,
.stepBar .step.current:after {
    background-color: #4c3f32;
}

.stepBar.step2 .step {
    width: 50%;
}

.stepBar.step3 .step {
    width: 33.333%;
}

.stepBar.step4 .step {
    width: 25%;
}

.stepBar.step5 .step {
    width: 20%;
}

@media screen and (max-width: 940px) {
    .step-pc {
        display: none;
    }
}

@media screen and (min-width: 940px) {
    .step-sp {
        display: none;
    }
}


/* カレンダー崩れ */

.ui-corner-all {
    width: auto !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px !important;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 1.8rem !important;
}


/* ---------------------------------
お問い合わせフォーム
---------------------------------- */

table.form {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}

table.form input {
    height: 40px;
    padding-left: 6px;
    transition: all 0.7s ease;
}

.mwform-radio-field label input,
.mwform-checkbox-field label input {
    height: auto;
}

table.form p {
    /* font-size: 1.4rem; */
    margin: 0px;
}

table.form th {
    /* font-size: 1.6rem; */
    width: 250px;
    padding: 10px;
    border-top: 1px solid #ccc;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background: #4c3f32;
    color: #fff;
}

table.form td {
    /* font-size: 1.4rem; */
    border-top: 1px solid #ccc;
    padding: 10px;
    color: #000;
    vertical-align: middle;
    display: flex;
    flex-flow: row wrap;
}

.label-important,
.badge-important {
    background-color: #666;
    margin-left: 10px;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 4px 3px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #800412;
}

.badge {
    display: inline-block;
    padding: 3px 4px 3px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #800412;
}

.mw_wp_form .error {
    width: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: inline-block !important;
    padding: 3px 4px 3px 10px;
    /* font-size: 1.4rem !important; */
    font-weight: bold;
    /* line-height: 14px; */
    color: #fff !important;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #b94a48;
    border-radius: 3px;
    margin-top: 4px;
    margin-left: 15px;
    margin-bottom: 0px !important;
    -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"] {
    color: #000;
}

select,
textarea {
    color: #000;
}

.woocommerce-message:before,
.alert-success:before,
.success:before,
.woocommerce-error:before,
.alert-error:before,
.error:before,
.woocommerce-info:before,
.alert-info:before,
.info:before,
.woocommerce-warning:before,
.alert-warning:before,
.warning:before {
    left: 14px;
    margin-top: -14px;
}

textarea.naiyou {
    width: 100%;
    height: 130px;
    border: 1px solid #ccc;
}

div.center {
    text-align: center;
    margin: 0 auto;
}

.form-button {
    width: 45%;
    font-size: 1.0rem;
    display: inline-block;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    text-decoration: none;
    outline: none;
    position: relative;
    background: linear-gradient(#800412, #400009, 100px, #400009 250px, #000000);
    background-size: 200px 300px;
    color: #fff;
    line-height: 60px;
    border: 3px solid #EFD79F;
    transition: all 0.7s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.1s ease;
    cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
    .form-button {
        background: #800412;
    }
}

.form-button:hover {
    background-position: 0 100%;
}

.form-button input[type=submit] {
    border-radius: 20px !important;
}

.form-button::before,
.form-button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.form-button::before,
.form-button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.1s ease;
    cursor: pointer;
}

@media screen and (min-width: 940px) {
    .form-button {
        /* font-size: 1.8rem; */
        margin-top: 50px;
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .form-button {
        font-size: 18px;
    }
}

.form select {
    border-radius: 0 !important;
    height: 36px;
    background: #fff;
    border: 1px solid #ccc;
}

.course_menu {
    color: #f15a25;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tyui {
    font-size: 12px;
    color: #ff0000;
}

@media screen and (min-width: 767px) {
    .tyui {
        font-size: 13px;
    }
}

.mw_wp_form .vertical-item {
    height: 26px;
}

hr.kugiri {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 4px;
    border-top: 1px dotted #cccccc;
}

hr.kugiri2 {
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px dotted #cccccc;
}

input.nittei,
.form input {
    /* margin-right: 15px; */
}

.form_kakunin {
    display: none;
}

.form_check {
    margin-bottom: 30px;
    /* font-size: 20px; */
    text-align: center;
    letter-spacing: 4px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_error {
    margin-bottom: 30px;
    /* font-size: 20px; */
    text-align: center;
    letter-spacing: 4px;
    color: #800412;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.title-main {
    margin-top: 50px;
}

.reserveBtn {
    color: #fff;
}


/* ---------------------------------
カスタム（スマホ）
---------------------------------- */

@media (max-width: 970px) {
    .waku {
        width: auto;
    }
    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;
        display: block;
        /* width: 100%; */
    }
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="email"],
    input[type="date"],
    input[type="range"],
    input[type="password"] {
        width: calc(100% - 10px);
    }
    select,
    textarea {
        width: 100%;
    }
    input[type="submit"] {
        transition: all 0.7s ease;
    }
    .mw_wp_form .vertical-item {
        display: inline-block !important;
    }
    input.nittei {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 971px) {
    input.nittei {
        margin-bottom: 0;
    }
}

select.jikan {
    width: auto;
}

select.jikan.space {
    margin-left: -15px;
}

@media screen and (min-width: 971px) {
    select.jikan.space {
        margin-left: 0;
    }
}

#party-guidance02-wrap {
    margin-top: 80px;
}

.form-day-select td select {
    width: 20%;
    height: 30px;
}

@media screen and (min-width: 768px) {
    .form-day-select td select {
        width: 80px;
        height: 40px;
        padding: 5px;
    }
}

.form-day-select td div {
    /* margin-top: 10px; */
}

@media screen and (min-width: 768px) {
    .form-day-select td div {
        display: inline-block;
        margin-left: 10px;
        /* margin-top: 7px; */
    }
}

.form-day-select td div select {
    width: 15%;
}

@media screen and (min-width: 768px) {
    .form-day-select td div select {
        width: 60px;
    }
}