@charset "UTF-8";
/* CSS Document */
/* Contact Page Styles - 株式会社TORITSU */

/* ========================================
   CONTACT HERO SECTION
======================================== */

.contact-hero {
    padding: 8rem 0 5rem;
    background: linear-gradient(135deg, #2F1B14 0%, #1a1a1a 100%);
    color: #fff;
    text-align: center;
}

.contact-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.contact-hero-subtitle {
    font-size: 1.3rem;
    color: #FFD700;
    margin-bottom: 2rem;
    font-weight: normal;
}

.contact-hero-description {
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
    opacity: 0.9;
}

/* ========================================
   CONTACT INFORMATION SECTION
======================================== */

.contact-info {
    padding: 5rem 0;
    background: #f5f5f5;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.contact-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    font-size: 3rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
}

.contact-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: bold;
}

.contact-details p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.contact-details strong {
    color: #333;
    font-weight: 600;
}

.contact-details a {
    color: #FFD700;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #FFC107;
    text-decoration: underline;
}

.contact-note {
    background: rgba(255, 215, 0, 0.1);
    padding: 2rem;
    border-radius: 10px;
    margin-top: 3rem;
    text-align: center;
}

.contact-note p {
    color: #555;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

.contact-note i {
    color: #FFD700;
    margin-right: 0.5rem;
}

/* ========================================
   CONSULTATION AREAS SECTION
======================================== */

.consultation-areas {
    padding: 5rem 0;
    background: #fff;
}

.consultation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.consultation-card {
    background: #f8f8f8;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.consultation-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.consultation-icon {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.consultation-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.consultation-card ul {
    list-style: none;
    padding: 0;
}

.consultation-card ul li {
    padding: 0.5rem 0;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    position: relative;
    padding-left: 1.5rem;
}

.consultation-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFD700;
    font-weight: bold;
}

/* ========================================
   CONTACT FORM SECTION
======================================== */

.contact-form {
    padding: 5rem 0;
    background: #f5f5f5;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form-inner {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 600;
    font-size: 0.95rem;
}

.required {
    color: #e74c3c;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #FFD700;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-privacy {
    margin: 2rem 0;
	padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;

}
        .rectangle-box {
			width: 100%;
			padding: 1rem 2rem;
            border: 3px solid #FFD700;
			border-radius: 15px;
            background-color: white;
        }

        .arrow-down {
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-top: 40px solid #FFD700;
            margin-top: -3px;
        }
.privacy-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    color: #666;
}

.privacy-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    margin-right: 0.8rem;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.privacy-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #FFD700;
    border-color: #FFD700;
}

.privacy-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: bold;
    font-size: 0.8rem;
}

.privacy-checkbox a {
    color: #FFD700;
    text-decoration: none;
    margin-left: 0.3rem;
}

.privacy-checkbox a:hover {
    text-decoration: underline;
}

.form-submit {
    text-align: center;
    margin-top: 2rem;
}

.form-submit .btn {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: bold;
}

.form-submit .btn i {
    margin-right: 0.5rem;
}

/* ========================================
   ACCESS INFORMATION SECTION
======================================== */

.access-info {
    padding: 5rem 0;
    background: #fff;
}

.access-content {
    max-width: 900px;
    margin: 0 auto;
}

.access-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.access-card {
    background: #f8f8f8;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.access-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.access-icon {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
}

.access-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: bold;
}

.access-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.9rem;
}

.access-note {
    background: rgba(255, 215, 0, 0.1);
    padding: 2rem;
    border-radius: 10px;
    margin-top: 3rem;
    text-align: center;
}

.access-note p {
    color: #555;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

.access-note i {
    color: #FFD700;
    margin-right: 0.5rem;
}

/* ========================================
   FINAL CTA SECTION
======================================== */

.final-cta {
    padding: 5rem 0;
    background: #2F1B14;
    color: #fff;
    text-align: center;
}

.final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.final-cta p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-buttons .btn-primary {
    background: #FFD700;
    color: #000;
}

.cta-buttons .btn-primary:hover {
    background: #FFC107;
    transform: translateY(-2px);
}

.cta-buttons .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cta-buttons .btn-secondary:hover {
    background: #fff;
    color: #000;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */

@media (max-width: 768px) {
    .contact-hero {
        padding: 6rem 0 4rem;
    }
    
    .contact-hero-content h1 {
        font-size: 2.2rem;
    }
    
    .contact-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .consultation-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .access-details {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-form-inner {
        padding: 2.5rem 2rem;
    }
    
    .contact-card,
    .consultation-card,
    .access-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-note,
    .access-note {
        padding: 1.5rem;
        margin: 2rem 1rem;
    }
    
    .final-cta h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        padding: 5rem 0 3rem;
    }
    
    .contact-hero-content h1 {
        font-size: 1.8rem;
    }
    
    .contact-hero-subtitle {
        font-size: 1rem;
    }
    
    .contact-card,
    .consultation-card,
    .access-card {
        padding: 1.5rem;
    }
    
    .contact-form-inner {
        padding: 2rem 1.5rem;
    }
    
    .contact-icon,
    .consultation-icon,
    .access-icon {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .final-cta h2 {
        font-size: 1.8rem;
    }
    
    .contact-note,
    .access-note {
        margin: 1.5rem 0.5rem;
        padding: 1.2rem;
    }
}

/* ========================================
   THANKS PAGE STYLES
======================================== */

/* Thanks Hero Section */
.thanks-hero {
    padding: 8rem 0 5rem;
    background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);
    color: #fff;
    text-align: center;
}

.thanks-hero-content {
    max-width: 600px;
    margin: 0 auto;
}

.thanks-icon {
    font-size: 4rem;
    color: #fff;
    margin-bottom: 2rem;
    animation: checkAnimation 0.8s ease-in-out;
}

@keyframes checkAnimation {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.thanks-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.thanks-hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* Thanks Message Section */
.thanks-message {
    padding: 5rem 0;
    background: #f5f5f5;
}

.thanks-content {
    max-width: 900px;
    margin: 0 auto;
}

.message-card {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.message-icon {
    font-size: 3rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
}

.message-card h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.message-card p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

/* Response Timeline */
.response-timeline {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.response-timeline h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #333;
    text-align: center;
}

.timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
}

.timeline-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50px;
    width: 2px;
    height: calc(100% + 2rem);
    background: #e0e0e0;
}

.timeline-step.completed::after {
    background: #228B22;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
    z-index: 1;
}

.timeline-step.completed .step-number {
    background: #228B22;
    color: #fff;
}

.step-content h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.step-content p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Contact Reminder */
.contact-reminder {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-reminder h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #333;
    text-align: center;
}

.contact-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.contact-option {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: #f8f8f8;
    border-radius: 12px;
    transition: transform 0.3s ease;
    overflow: hidden; /* 追加：はみ出し防止 */
}

.contact-option:hover {
    transform: translateY(-3px);
}

.option-icon {
    font-size: 2.5rem;
    color: #FFD700;
    flex-shrink: 0;
}

.option-content {
    flex: 1; /* 追加：残り幅を使用 */
    min-width: 0; /* 追加：フレックスアイテムの最小幅をリセット */
}

.option-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #333;
    word-wrap: break-word; /* 追加：長い単語を改行 */
}

.phone-number a,
.email-address a {
    color: #FFD700;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    word-break: break-all; /* 追加：長いURLやメールアドレスを改行 */
}

.phone-number a:hover,
.email-address a:hover {
    text-decoration: underline;
}

.business-hours,
.response-time {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    word-wrap: break-word; /* 追加：長いテキストを改行 */
}

/* Additional Information Section */
.additional-info {
    padding: 5rem 0;
    background: #fff;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.additional-info .info-card {
    background: #f8f8f8;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.additional-info .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.additional-info .info-icon {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
}

.additional-info .info-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #333;
}

.additional-info .info-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.btn-outline {
    background: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-outline:hover {
    background: #FFD700;
    color: #000;
    transform: translateY(-2px);
}

/* Return Home CTA */
.return-home-cta {
    padding: 5rem 0;
    background: #2F1B14;
    color: #fff;
    text-align: center;
}

.return-home-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.return-home-cta p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    opacity: 0.9;
}

.return-home-cta .cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.return-home-cta .btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* ========================================
   THANKS PAGE RESPONSIVE DESIGN
======================================== */

@media (max-width: 768px) {
    .thanks-hero {
        padding: 6rem 0 4rem;
    }
    
    .thanks-hero h1 {
        font-size: 2.2rem;
    }
    
    .thanks-icon {
        font-size: 3.5rem;
    }
    
    .message-card,
    .response-timeline,
    .contact-reminder {
        padding: 2.5rem 2rem;
    }
    
    .timeline-steps {
        gap: 1.5rem;
    }
    
    .timeline-step:not(:last-child)::after {
        height: calc(100% + 1.5rem);
    }
    
    .contact-options {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-option {
        padding: 1.5rem;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .additional-info .info-card {
        padding: 1.5rem;
    }
    
    .return-home-cta h2 {
        font-size: 1.8rem;
    }
    
    .message-icon,
    .additional-info .info-icon {
        font-size: 2.5rem;
    }
    
    .option-icon {
        font-size: 2rem;
    }
}2rem 1.5rem;
    }
    
    .return-home-cta h2 {
        font-size: 2rem;
    }
    
    .return-home-cta .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .return-home-cta .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .thanks-hero {
        padding: 5rem 0 3rem;
    }
    
    .thanks-hero h1 {
        font-size: 1.8rem;
    }
    
    .thanks-icon {
        font-size: 3rem;
    }
    
    .message-card,
    .response-timeline,
    .contact-reminder {
        padding: 2rem 1.5rem;
    }
    
    .timeline-step {
        gap: 1rem;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .timeline-step:not(:last-child)::after {
        left: 17px;
        top: 45px;
    }
    
    .contact-option {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.5rem; /* パディングを小さく */
    }
    
    .option-content {
        width: 100%; /* 幅を100%に設定 */
        text-align: center; /* テキストを中央寄せ */
    }
    
    .option-content h4 {
        font-size: 1rem; /* フォントサイズを小さく */
        line-height: 1.4; /* 行間を調整 */
    }
    
    .phone-number a,
    .email-address a {
        font-size: 1rem; /* フォントサイズを小さく */
        display: block; /* ブロック要素にして改行しやすく */
        margin: 0.5rem 0; /* 上下にマージン追加 */
    }
    
    .business-hours,
    .response-time {
        font-size: 0.85rem; /* フォントサイズを小さく */
        line-height: 1.3; /* 行間を調整 */
    }
    
    .option-icon {
        font-size: 2rem;
    }
    
    .additional-info .info-card {
        padding:
        padding: