@charset "UTF-8";
/*============================
form
============================*/

/* basic  */
label {
    margin-right: 1em;
}

input,
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 8px;
    line-height: 1.5;
}

input {
    width: 100%;
    padding: 0.25em 0.5em;
    display: inline-block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    font-size: 1rem;
    width: 50%;
    display: inline-block;
    margin-right: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

input[type="text"] {
    width: 100%;
}

input[name="zip_code"] {
    width: 10em;
}

input[type="password"] {}

input[type="email"] {}

#registration input[type="email"] {}

input[type="number"] {}

input[type="radio"] {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}

input[type="number"].number {
    width: 5em;
}

input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

input[type="file"] {
    font-size: 1rem;
}

input[type="date"] {
    width: 12em;
    font-size: 1.2rem;
    cursor: pointer;
    display: block;
}

select {
    width: 100%;
    padding: 0.5em 1em;
    display: inline-block;
    font-size: 1.1rem;
}

select option {}

textarea {
    padding: 1em;
    display: inline-block;
    width: 100%;
    padding: 1em;
    display: inline-block;
    height: 6em;
    font-size: 1.1rem;
}

button[type="button"] {
    display: inline-block;
    width: 5em;
    background: #2EAA4C;
    position: relative;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    padding: 1em 1.5em;
    margin: 0 auto;
    cursor: pointer;
    transition: all .35S;
}

button[type="button"]:hover {
    opacity: 0.7;
}

button[type="button"].show-password-input {
    display: none;
}

button[type="button"].woocommerce-Button button {
    max-width: 0.5em 0;
}

input[type="submit"] {
    display: inline-block;
    width: 5em;
    background: #2EAA4C;
    position: relative;
    color: #FFF;
    line-height: 1;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 4px;
    padding: 0.75em 0.5em;
}

button[type="submit"] {}

.hidden-object {
    display: none;
}

@media screen and (max-width:768px) {
    label {
        margin-bottom: 1em;
        display: block;
    }

    input,
    select,
    textarea {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

    input {}

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"] {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }

    input[type="text"] {}

    input[type="password"] {}

    input[type="email"] {}

    input[type="number"] {}

    input[type="radio"] {}

    input[type="checkbox"] {}

    select {}

    select option {}

    textarea {}

    button[type="button"] {}

    input[type="submit"] {}

    button[type="submit"] {}
}

/* contactform  */

.wpcf7 {}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7 .screen-reader-response p {}

.wpcf7 .screen-reader-response ul {}

.wpcf7 {}

.wpcf7 h2 {
    text-align: center;
}

.wpcf7 h2 i {
    font-style: normal;
    margin-right: 0.5em;
}

.wpcf7 h3 {
    color: #2EAA4C;
    font-weight: bold;
    text-align: center;
}

.wpcf7 h3 i {
    font-style: normal;
    font-size: 1.25em;
    margin-right: 0.5em;
}

.wpcf7 dl {
    display: flex;
    background: #FFF;
    padding: 1em;
    border-radius: 16px;
    margin-bottom: 2em;
    align-items: stretch;
    flex-wrap: wrap;
}

.wpcf7 dl dt,
.wpcf7 dl dd {
    padding: 1em 0.5em 0.5em;
    width: 100%;
}

.wpcf7 dl dt {
    width: 100%;
}

.wpcf7 dl dt span {
    font-size: 1.2rem;
}

.wpcf7 dl dt span {
    font-size: 1.1rem;
}

.wpcf7 dl dt span i {
    font-style: normal;
    font-size: 1.5em;
    margin-right: 0.5em;
}

.wpcf7 dl dd {
    width: 100%;
    padding: 0.5em 0.5em 1em;
}

.wpcf7 dl dd.toggle-item-status,
.wpcf7 dl dd.toggle-item-info {}

.wpcf7 dl dd.toggle-item-status {}

.wpcf7 dl dd.toggle-item-status .wpcf7-radio .wpcf7-list-item {
    width: calc(100% / 2 - 20px);
}

.wpcf7 dl dd.toggle-item-info {}

.wpcf7 dl dd.toggle-item-info small {}

.wpcf7 dl dd.file_upload {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.wpcf7 dl dd.file_upload-control-wrap {
    width: calc(100% / 3 - 20px);
}

.wpcf7 dl dd:last-child {}

.wpcf7 dl.item {}

.wpcf7 dl.item dt,
.wpcf7 dl.item dd {}

.wpcf7 dl.item dt {}

.wpcf7 dl.item dt span {}

.wpcf7 dl.item dt span i {}

.wpcf7 dl.item dd {
    font-size: 1rem;
}

.wpcf7 dl dt span {}

.wpcf7 dl dd .wpcf7-radio {
    display: flex;
    align-items: stretch;
}

.wpcf7 dl dd .wpcf7-radio .wpcf7-list-item {
    width: auto;
    margin: 0 10px;
    flex: 1;
}

.wpcf7 dl dd .wpcf7-radio .wpcf7-list-item label {}

.wpcf7 dl dd .wpcf7-radio input[type="radio"] {
    display: none;
}

.wpcf7 dl dd .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label {
    background-color: #F7F2EE;
}

.wpcf7 dl dd .wpcf7-radio .wpcf7-list-item-label:hover {
    cursor: pointer;
    background-color: #EEE;
}

.wpcf7 dl dd .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 12px;
    border: 1px solid #F7F2EE;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wpcf7 dl.item dd .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    text-align: left;
}

.wpcf7 dl dd .wpcf7-not-valid-tip {
    margin-top: 1.5em;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    color: #FF1100;
    display: block;
}

.wpcf7 .wpcf7-spinner {}

.wpcf7 .wpcf7-response-output {}

.wpcf7 button[type="button"] {
    width: 10em;
    background: #333;
    display: block;
}
.wpcf7 input[type="submit"] {
    background: #FF6200;
    position: relative;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    padding: 1em 1.5em;
    width: 10em;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .wpcf7 {}

    .wpcf7 .screen-reader-response {}

    .wpcf7 .screen-reader-response p {}

    .wpcf7 .screen-reader-response ul {}

    .wpcf7 {}

    .wpcf7 h2 {}

    .wpcf7 h2 i {}

    .wpcf7 h3 {}

    .wpcf7 h3 i {}

    .wpcf7 dl {}

    .wpcf7 dl dt,
    .wpcf7 dl dd {}

    .wpcf7 dl dt {}

    .wpcf7 dl dt span {}

    .wpcf7 dl dt span i {}

    .wpcf7 dl dd {}

    .wpcf7 dl.item {}

    .wpcf7 dl.item dt,
    .wpcf7 dl.item dd {}

    .wpcf7 dl.item dt {}

    .wpcf7 dl.item dt span {}

    .wpcf7 dl.item dt span i {}

    .wpcf7 dl.item dd {}

    .wpcf7 dl dd .wpcf7-radio {}

    .wpcf7 dl dd .wpcf7-radio .wpcf7-list-item {}

    .wpcf7 dl dd .wpcf7-radio .wpcf7-list-item label {
    margin: 0;
}

    .wpcf7 dl dd .wpcf7-radio .wpcf7-list-item label input {}

    .wpcf7 dl dd .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {}

    .wpcf7 dl dd .wpcf7-not-valid-tip {}

    .wpcf7 .wpcf7-spinner {}

    .wpcf7 .wpcf7-response-output {}

    .wpcf7 .button-area {}

    .wpcf7 .button-area.submit {}

    .wpcf7 button[type="button"] {}

    .wpcf7 input[type="submit"] {}
}
#sending-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#sending-overlay .sending-message {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 20px 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}