@charset "UTF-8";
* {
    box-sizing: border-box;
}
body{
	font-family: sans-serif ;
}
.mfp_element_all {
    max-width: 100%;
}
div.mfp_ok {
    margin-left: 12px;
}
div.mfp_err {
    line-height: 1.2;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
}
#container-form {
    padding: 40px 0 80px;
}
#container-form form {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.frm__bg {
    background: #F09020;
    margin: 0;
    padding: 0;
}
h2.form-m2 {
    padding: 0 0 48px;
    font-family: Noto Serif JP;
    font-weight: 300;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: 8%;
    margin: 0 auto 48px;
    text-align: center;
    color: #F09020;
    border-bottom: 1px solid #F09020;
}
.datepicker {
    width: 210px;
}
.frm__inner.inner {
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 80px auto;
    background: #fff;
    color: #333;
    padding: 88px;
    display: block;
}
p.form-center-text {
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 16%;
}
input[type="text"],input[type="tel"],select,textarea {
    background-color: #f6f6f6;
    color: #555;
    padding: 16px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 3px;
    border-width: 1px;
    border: 1px solid #CCCCCC;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 8%;
}
input[type="text"]::placeholder,input[type="tel"]::placeholder,select::placeholder,textarea::placeholder {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 8%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    background-color: rgba(0,160,232,.03);
    border-radius: unset;
    border-color: #ddd;
    outline: none;
}
button:focus {
    outline: none;
}
::placeholder {
    color: rgba(200,200,200,1);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
}
form#mailformpro label {
    margin: 0;
}
input[type="checkbox"]:focus {
    outline: none;
}
input[type="checkbox"] {
    border: 1px solid rgba(144,144,144,.6);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-box-sizing: border-box;
    margin: 0;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-appearance: none;  
}
input[type="checkbox"]:checked {
    border: none;
    background-color: rgba(240,240,240,0);
}
input[type="checkbox"]:checked::before {
    position: absolute;
    left: 0px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    content: "";
    width: 8px;
    height: 2px;
    background-color: rgba(24,156,124,.8);
    -webkit-transform: rotate(45deg) scale(0.95);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked::after {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 14px;
    height: 2px;
    background: rgba(24,156,124,.8);
    -webkit-transform: rotate(-53deg) scale(0.95);
    -webkit-transform-origin: left center;
}
#container-form_in {
    margin-bottom: 64px;
}
#container-form_in > div.flex {
    align-items: center;
    justify-content: flex-start;
}
#container-form_in > div {
    border-bottom: dotted 1px rgba(200,200,200,.5);
    padding: 20px 0;
}
#container-form_in > .flex > div {
    padding: 0 32px;
    position: relative;
}
.frm__hdr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 88px);
    margin: 8px auto 0;
}
a.frm__hdr-logo {
    width: 21.25vw;
    display: block;
}
picture.frm__hdr-logo-image {
    display: block;
    width: 100%;
}
picture.frm__hdr-logo-image img {
    width: 100%;
    height: auto;
}
.sec01-button-wrap.u__pc-only a:hover img {
    opacity: 0.9;
}
div.mfp_buttons > * {
    background: #FF9800;
    border: unset;
    /* display: flex; */
    color: #fff;
    padding: 6px 10px 8px;
    font-size: 18px;
}
.sec01-button-wrap.u__pc-only {
    width: 35.99vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sec01-button-wrap.u__pc-only a {
    width: 48.8%;
}
.sec01-button-wrap.u__pc-only a img {
    width: 100%;
    height: auto;
}
#container-form_in > .flex > div:first-of-type {
    width: 40%;
    text-align: center;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    line-height: 1.2;
    letter-spacing: 8%;
    text-align: center;
}
#container-form_in > .flex > div:last-of-type {
    width: 60%;
    padding-left: 40px;
}
#container-form .full-width {
    width: 100%;
    max-width: 100%;
}
#container-form .harf-width {
    width: 100%;
    max-width: 100%;
}
#container-form .required span {
    width: 100%;
    display: block;
}
#container-form .required {
    position: relative;
}
#container-form .required::after {
    content: "必須";
    color: white;
    background: #F09020;
    border-radius: 3px;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 17px;
    line-height: 200%;
    letter-spacing: 8%;
    text-align: center;
    padding: 0 0 4px;
    position: absolute;
    top: 50%;
    right: 32px;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 32px;
    transform: translateY(-50%) scale(.95);
}
#container-form .required.flex__visit-text::after {
    right: unset;
    position: static;
    margin-left: 11px;
}
.comment-txt {
    color: rgba(86,86,86,1);
    display: inline-block;
    font-size: 13px;
    padding-left: 0;
    padding-top: 8px;
}
.form-btn {
        background: #F09020;
        border: unset;
        border-radius: 0;
        color: rgba(255,255,255,1);
        color: #fff;
        width: 456px;
        margin: auto;
        height: 128px;
        display: block;
        position: relative;
        font-family: Noto Serif JP;
        font-weight: 500;
        font-size: 31px;
        line-height: 150%;
        letter-spacing: 16%;
        text-align: center;
}
.form-btn:hover {
    background: #eb9838;
    color: rgba(255,255,255,1);
}
.form-btn i {
    width: 144px;
    height: 32px;
    top: 1368px;
    left: 888px;
    border-radius: 16px;
    background: #FFFFFF;
    display: block;
    font-family: Noto Serif JP;
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    letter-spacing: 16%;
    text-align: center;
    color: #F09020;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    align-items: center;
    justify-content: center;
    font-style: normal;
    margin: auto;
    display: flex;
}
.form-btn em {
    font-style: normal;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.info-box {
    text-align: center;
} 
.note-form {
    border: 1px solid #F09020;
    border-radius: 8px;
    border-width: 1px;
    margin: 80px auto 0;
    padding: 40px 64px;
    width: 100%;
    max-width: 1024px;
}
.form-btn::after {
    content: "";
    background: #fff;
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 8px;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.note-form ul {
    margin-bottom: 16px;
    list-style: none;
}
.note-form ul li {
    padding-left: 2.5%;
    position: relative;
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 16%;
}
.note-form ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    transform: translateX(-24px) translateY(9px) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #f09020;
    border-right: 2px solid #f09020;
    left: 0;
    top: 0;
}
.note-form ul li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 16%;
    color: #F09020;
    text-decoration: none;
    letter-spacing: 0.13em;
    display: inline-flex;
    line-height: 1;
    gap: 6px;
    padding: 0 6px;
}
.note-form ul li a img {
    width: 12px;
    height: auto;
    margin-top: 3px;
}
.note-form ul li:not(:last-of-type) {
    margin-bottom: .5em;
}
#thanks h2 + p {
    text-align: center;
}
#thanks h2 {
    margin-bottom: 24px;
    padding-bottom: 20px;
    position: relative;
}
#thanks h2::after {
    content: '';
    border-bottom: solid 1px rgba(136,208,224,.5);
    width: 32px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
section#thanks > div {
    background-color: rgba(255,255,255,.85);
    padding: 72px 0;
}
.year_in {
    margin-right: 8px;
    width: 124px;
}
.date_in {
    margin-right: 8px;
    margin-left: 8px;
    width: 64px;
}
.timezone.flex {
    position: relative;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    width: 48%;
}
span.squ_span {
    color: #F09020;
}
.flex.sp_posi-rela {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.timezone.flex * {
    width: 100%;
}
.timezone.flex div.mfp_ok {
    width: auto;
}
@media screen and (max-width: 1024px) {
    .frm__inner.inner {
        width: 100%;
        padding: 32px 24px 56px;
    }
    .sec01-button-wrap.u__pc-only {
        display: none;
    }
    .frm__hdr {
        justify-content: center;
    }
    a.frm__hdr-logo {
        width: 292px;
        padding-top: 16px;
    }
}
@media screen and (max-width: 768px) {
.datepicker {
    width: 130px;
}
#container-form {
    margin-top: 32px;
}
#container-form form {
    background-color: transparent;
    margin-bottom: 40px;
    padding: 0;
}
#container-form_in {
    margin-bottom: 40px;
}
#container-form_in > div {
    border-bottom: none;
    padding: 16px 0;
}
#container-form_in > div:first-of-type {
    border-top: none;
}
#container-form_in > div.flex {
    background-color: white;
}
#container-form_in > div:not(:last-of-type) {
    margin-bottom: 12px;
}
#container-form_in > .flex > div:last-of-type {
    padding-left: 16px;
}
#container-form_in > div:last-of-type textarea {
    min-height: 176px;
}
.form-btn {
    height: 68px;
}
#form section {
    padding: 56px 0 64px;
}
#form section h2 {
    margin-bottom: 32px;
}
.info-box {
    width: 90%;
}
.frm__inner.inner {
    padding: 40px 24px;
    margin-top: 32px;
}
h2.form-m2 {
    font-size: 26px;
    padding-bottom: 32px;
    margin-bottom: 24px;
}
p.form-center-text {
    font-size: 17px;
    text-align: justify;
}
.required .u__pc-only {
    display: none;
}
}
@media screen and (max-width: 767px) {
input[type="text"], input[type="tel"], textarea, select {
    padding: 12px;
    font-size: 17px;
}
input[type="text"]::placeholder,input[type="tel"]::placeholder,select::placeholder,textarea::placeholder {
    font-size: 17px;
}
::placeholder {
    line-height: 1;
}
#container-form {
    margin-top: 0;
}
#container-form form {
    margin-bottom: 32px;
}
#container-form_in {
    margin-bottom: 32px;
}
#container-form_in {
    background-color: white;
    margin-bottom: 32px;
    padding: 0;
}
#container-form_in > div.flex {
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.timezone.flex:first-child {
    width: 57%;
}
.timezone.flex:last-child {
    width: 40%;
}
#container-form_in > div:not(:last-of-type) {
    margin-bottom: 20px;
}
#container-form_in > .flex > div:first-of-type,
#container-form_in > .flex > div:last-of-type {
    width: 100%;
    padding: 0;
}
#container-form_in > .flex > div:first-of-type {
    background-color: #F6BC79;
    color: white;
    margin-bottom: 12px;
    padding: 8px 12px;
    font-size: 18px;
    text-align: left;
}
#container-form .harf-width {
    max-width: 100%;
}
#container-form .required::after {
    right: 12px;
    height: 19px;
    font-size: 16px;
    background: #fff;
    color: #F09020;
    padding-top: 2px;
}
#container-form_in > .flex > div:first-of-type .comment-txt {
    color: white;
}
.form-btn {
    height: 112px;
    width: 288px;
    font-size: 28px;
}
.info-box {
    text-align: left;
    width: 96%;
}
.form-btn i {
    width: 104px;
    height: 24px;
    margin-bottom: 6px;
    font-size: 20px;
}
.form-btn::after {
    width: 24px;
    height: 24px;
}
.note-form {
    max-width: 100%;
    margin-top: 64px;
    width: 100%;
    padding: 16px 24px 16px 8px;
}
.note-form ul li {
    padding-left: 16px;
}
.note-form ul li:not(:last-of-type) {
    margin-bottom: 0.3em;
}
#form section {
    padding: 48px 0;
}
.year_in{
    width:84px;
}
section#thanks > div {
    padding: 40px 32px;
}
#container-form {
    padding: 40px 0 0;
}
#container-form form{
    margin-bottom: 0;
    padding-bottom: 24px;
}
}