@charset "UTF-8";
.form {}
.form_title {}
.form_box {
    padding-left: 70px;
    padding-right: 70px;
}
.form_text {
    margin-bottom: 45px;
}
.form_table {
    font-size: 16px;
}
.form_table > tbody {}
.form_table > tbody > tr {}
.form_table > tbody > tr > th {
    padding-left: 41px;
}
.form_table > tbody > tr > td {}
.form_button {
    max-width: 400px;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
}
.form_button:hover {}
.form_button > input {
    background: #EC5D60;
}
.form_button > .icon {
    font-size: 24px;
    height: 24px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    color: #fff;
}
.form_th {
    position: relative;
    z-index: 1;
    padding: 14px 0;
    padding-left: 74px;
    font-weight: bold;
}
.form_th > b {
    background: #E72118;
    display: block;
    width: 50px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 24px;
    left: 0;
    margin: auto;
}
.screen-reader-response {
/* display: none; */
height: 50px;
width: 100%;

}
.screen-reader-response p {
font-size: 15px;
color: blue;
}
.wpcf7 .screen-reader-response {
/* position: absolute; */
/* overflow: hidden; */
clip: rect(1px, 1px, 1px, 1px);
 clip-path: none;
 height: 30px; 
 width: 100%; 
/* margin: -1px; */
/* padding: 0; */
/* border: 0; */
/* word-wrap: normal !important; */
}
.wpcf7 .wpcf7-response-output {
    margin: 35px 0;
    padding: 20px;
    -moz-border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #d34226;
    background-color: #ffdfdf;
    border: 1px solid rgba(211, 66, 38, 0.44);
    display: block;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    display: block;
}
[type="text"].isError,
textarea.wpcf7-not-valid,
[type="email"].wpcf7-not-valid,
[type="text"].wpcf7-not-valid {
    background: #ffdfdf;
}
.wpcf7-not-valid-tip[role="alert"] {
    color: #d34226;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}
.form_inBox {
    margin-bottom: 15px;
}
.form_inBox2 {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}
.form_inBox:last-of-type {
    margin-bottom: 0;
}
.form_inHeadline {
    font-size: 16px;
    color: #0071BB;
}
.form_privacy_link {
    text-align: center;
    margin-top: 20px;
}
.form_privacy_link a {}

@media screen and (max-width:999px) {
    .form {}
    .form_title {}
    .form_box {
        padding-left: 35px;
        padding-right: 35px;
    }
    .form_text {
        margin-bottom: 25px;
    }
    .form_table {
        font-size: 14px;
    }
    .form_table > tbody {}
    .form_table > tbody > tr {}
    .form_table > tbody > tr > th {
        padding-left: 10px;
    }
    .form_table > tbody > tr > td {}
    .form_button {}
    .form_button:hover {}
    .form_button > input {}
    .form_button > .icon {
        font-size: 20px;
        height: 20px;
    }
    .form_th {}
    .form_th > b {}
		.form_privacy_link {}
		.form_privacy_link a {}
}
            .u-table02 th p b {
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(359,100%,50%,1.00);
    border-radius: 2px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    }
@media screen and (max-width: 699px) {
    .u-table02 tr {
    display: flex;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
    }
        .u-table02 tr th {
    padding-bottom: 15px!important;
    }

    .form {}
    .form_title {}
    .form_box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .form_text {
        font-size: 12px;
        margin-bottom: 1em;
    }
    .form_table {
        border: none;
    }
    .form_table > tbody {}
    .form_table > tbody > tr {
        border: none;
        margin-bottom: 0;
    }
    .form_table > tbody > tr > th {
        padding: 0;
        background: #f2f2f2;
    }
    .form_table > tbody > tr > td {
        padding: 5px 5px 10px;
    }
    .form_table > tbody > tr:last-child > td {
        padding-bottom: 0;
    }
    .form_button {
        margin-top: 15px;
    }
    .form_button:hover {}
    .form_button > input {}
    .form_button > .icon {
        right: 10px;
        font-size: 16px;
        height: 16px;
    }
    .form_th {
        padding: 5px 10px;
        padding-left: 60px;
    }
    .form_th > b {
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        width: 42px;
        border-radius: 4px;
        left: 10px;
    }
    input[name="your-name"] {}
    input[name="kana"] {}
    input[name="mail"] {}
    input[name="mail_check"] {}
    input[name="zip"] {}
    input[name="addr"] {
        margin-top: 5px;
    }
    input[name="tel"] {}
    textarea[name="message"] {}
    .screen-reader-response {}
    .wpcf7 .wpcf7-response-output {
        padding: 15px;
        font-size: 13px;
        margin: 15px;
    }
    .wpcf7 .wpcf7-validation-errors {}
    .wpcf7 .wpcf7-mail-sent-ok {}
    textarea.wpcf7-not-valid,
    [type="email"].wpcf7-not-valid,
    [type="text"].wpcf7-not-valid {}
    .wpcf7-not-valid-tip[role="alert"] {
        font-size: 12px;
    }
    .form_inHeadline {
        font-size: 14px;
    }
		.form_privacy_link {
    	margin-top: 10px;
		}
		.form_privacy_link a {
    font-size: 12px;
}
}
@media screen and (max-width:374px) {}
.redbutton {
    background-color: #EC5D60;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    max-width: 300px;
    width: 100%;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
	.redbutton:after {
content: "\e903";
}
.special_sect {
    text-align: center;
    margin-top: 51px;
    padding: 0 25px 0;
    height: 123px;
    box-sizing: border-box;
}
.special_sect-no2 {
	height: 442px;
}
.special_sect {
    text-align: center;
    margin-top: 51px;
    padding-top: 0;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
    height: auto;
}
.special_headline {
    margin-bottom: -4px;
}
.special_headline-no2 {
    margin-bottom: -15px;
}
.special_headline > img {}
.special_message {
    font-size: 21px;
    font-weight: bold;
    vertical-align: top;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}
.special_message > b {
    font-size: 28px;
}
.special_message > span {
    font-size: 18px;
}
.special_message > img {
    display: block;
    position: absolute;
    top: -25px;
    right: -187px;
}
.special_message-no2 > img {
    right: -150px;
    top: -18px;
}
.special_message-no6 > br {
	display: none;
}
.special_message > small {
    font-size: 16px;
}
.special_message-no4 {
		font-size: 16px;
		font-weight: normal;
		line-height: 1.8;
    margin-top: 5px;
}
.special_message-no4 > b {
		font-size: 21px;
		font-weight: bold;
}
.special_message-no5 {
		font-size: 16px;
		font-weight: normal;
		line-height: 1.55;
		margin-top: 15px;
		margin-bottom: 15px;
}
.special_message-no5 > b {
		font-size: 16px;
		font-weight: bold;
}
.special_message-no5 > br {
	display: none;
}
.special_message_reserve {
		background-color: #F2F2F2;
    border-radius: 13px;
    padding: 20px 8% 30px;
}

#wpcf7cpcnf table tr th {
    display: none;
}

#wpcf7cpcnf table {
caption-side: bottom;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}
div.wpcf7cp-btns {
margin-top: 2em;
text-align: center;
}
div.wpcf7cp-btns button {
background-color: #EC5D60;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
max-width: 300px;
width: 100%;
color: #FFFFFF;
border-radius: 5px;
border: none;
outline: none;
font-size: 16px;
margin-left: auto;
margin-right: auto;
}
.page-contact section.contact form input, .page-contact section.contact form textarea {
background-color: rgba(242,242,242,0.95);
}

button.wpcf7cp-cfm-edit-btn {
margin-right: 20px;
margin-bottom: 20px;
}
div.wpcf7cp-btns {
margin-top: 2em;
}
.wpcf7-submit {
    margin-left: 10px!important;
    margin-right: 10px!important;
}