@charset "utf-8";

/*thanks*/



/*contact*/
.p-fv .breadlist {
    margin: 0 0 40px;
}

.p-fv .inner {
    padding-top: 42px;
    padding-bottom: 40px;
}

.p-fv.thanks {
    padding-bottom: 117px;
}

.p-fv .main-title {
    margin-bottom: 40px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
    text-align: center;
    color: #000;
}

.p-fv .desc {
    margin-bottom: 40px;
}

.p-fv .desc p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    text-align: center;
    color: #000;
}

.p-fv .desc p.has-mb {
    margin-bottom: 22px;
}

.p-fv .desc p.strong {
    font-weight: 500;
}

.p-fv .linklist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 64px;
}

.p-fv .linklist .box {
    max-width: 83px;
    width: 100%;
    height: 83px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 4px solid #000;
    transition: .4s ease;
}

.p-fv .linklist .box:hover {
    opacity: 50%;
}

.p-fv .linklist .box .text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.p-fv .btn {
    max-width: 272px;
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #403c3c;
    border-radius: 34.5px;
    margin: 0 auto;
    transition: .4s ease;
}

.p-fv .btn:hover {
    opacity: 50%;
}

.p-fv .btn p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #403c3c;

}

.contact-main .inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .contact-main .inner {
      max-width: 80%;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 120px;
  }
  .p-fv .desc {
      width: 90%;
      margin: 0 auto 40px;
  }
}



.privacyBox {
    height: 180px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 5%;
    border: 1px solid #898989;
    background-color: #F5F4F4;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 16px;
}

.privacyBox a {
    color: #000 !important;
    font-weight: 400;
}

.zipInput {
    width: 100px;
}

.addArea {
    margin: 16px 0;
}

.addArea label {
    margin: 0 0 8px;
}


input,
textarea,
select {
    padding: 14px 16px;
    width: 100%;
    background-color: #F5F4F4;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: #D3D3D3 solid 1px !important;
    font-size: 16px;
}

select {
    line-height: 2;
    box-shadow: none;
    padding-right: 24px;
    background-size: 20px 10px;
    cursor: pointer;
    font-size: 16px;
}

textarea {
    min-height: 160px;
    border-radius: 4px;
    font-size: 16px;
}



form .column {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.form-container {
    background-color: #FFF;
    border-radius: 20px;
}

.form-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

form .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 16px;
}



.formTh {
    padding: 0;
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    position: relative;
    gap: 4px;
}



.formTd {
    width: 100%;
    max-width: none;
    padding: 0;
}

.formTd .flexitem {
    display: flex;
    align-items: center;
    gap: 20px;

    @media(max-width:700px) {
        gap: 12px;
    }
}

.btn-search {
    font-family: var(--fmain);
    font-weight: bold;
    font-size: 15px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 8px;

    @media(max-width:700px) {
        display: none;
    }
}

.privacy-col {
    display: flex;
    align-items: center;
    grid-area: 2 / 2 / 3 / 3;


    .text-center {
        display: flex;
        align-items: center;

        input {
            flex: 1;
            width: 31px;
            height: 31px;
            margin-right: 11px;

            @media(max-width:700px) {
                width: 22px;
                height: 22px;
                margin-right: 8px;
            }
        }

        label {
            font-family: var(--fmain);
            font-weight: normal;
            --fmin: 12;
            --fmax: 16;
            font-size: clamp(0.75rem, 0.584rem + 0.35vw, 1rem);
            color: #000;
            margin-right: 28px;

            @media(max-width:700px) {
                margin-right: 8px;
                font-size: 12px;
            }
        }
    }
}

form .policy {
    margin-top: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .policy input {
    width: 16px;
    height: 16px;
    appearance: auto;
    font-size: clamp(0.75rem, 0.584rem + 0.35vw, 1rem);
}

form .policy label {
    margin: 0;
    font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1.125rem);
}

input[type=checkbox],
input[type=radio] {
    appearance: auto;
}

form label {
    margin: 0;
    font-size: 18px;
    font-family: var(--fmain);
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.formBtnTd {
    max-width: 284px;
    width: 100%;
    height: 60px;
    margin: 0 auto 0;
    background-color: transparent !important;
    border: none !important;
}

.formBtnTd button {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    color: #403c3c;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 0;
    position: relative;
    transition: 0.3s;
    line-height: 1;
    border: 1px solid #403c3c;
}

.requiredText {
    color: #f00;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.formError {
    margin-top: -40px !important;
}

.submit {
    justify-content: center;
    font-size: 18px;
    width: 200px;
    color: #FFF !important;
    padding: 20px 10px;
    text-align: center;
    background-color: #1E4D3E !important;
    border-radius: 8px;
}







/* Z-INDEX */
.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.ui-dialog .formError {
    z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}




.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}