@charset "utf-8";
/*共通設定*/
/*終わり*/ 


/*<section class="contact">*/
.contact {
    padding: 160px 5vw 120px 5vw;
    background-color: #111;
}

.contact-in {
    max-width: 640px;
}

.contact-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.contact-lead {
    text-align: center;
    margin-top: 80px;
    color: #fff;
}

.form-area {
    margin-top: 64px;
}

.form-area dt {
    color: #d3c59d;
    padding: 24px 0 8px 0;
}

.required {
    color: #f23a3c;
}

.input-text {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    width: 100%;
    padding: 16px 8px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
}

.message {
    font-family: "Noto Serif JP", serif;
    width: 100% !important;
    height: 240px;
    padding: 16px 8px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
}

.privacy-check {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d3c59d;
    padding-top: 16px;
}

.privacy-check .wpcf7-list-item {
    margin: 0;
}

.submit-btn-area {
    margin-top: 40px;
}

.submit-button {
    font-family: "Noto Serif JP", serif;
    border: none;
    background-color: #d3c59d;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 16px;
    transition: 0.2s;
    border-radius: 4px;
}

.submit-button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.wpcf7-response-output {
    color: #fff;
    border: solid 2px #d3c59d !important;
}

.privacy-check a {
  color: #d3c59d;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.privacy-check a:hover {
  opacity: 0.7;
}

/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="contact">*/
    .contact-lead {
        font-size: clamp(calc(14px), calc(16 / 1024 * 100vw), 16px);
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="contact">*/
    
/*終わり*/ 
}
