.hitotsunokai-vacancy-wrap {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fcfcfc;
}

.hitotsunokai-vacancy-wrap .update-box {
    background-color: #f0f4f8;
    border-left: 4px solid #0056b3;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 0 4px 4px 0;
}

.hitotsunokai-vacancy-wrap .update-box h1 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #0056b3;
}

.hitotsunokai-vacancy-wrap .update-box p {
    margin: 0;
    font-size: 14px;
}

.hitotsunokai-vacancy-wrap .section-title {
    font-size: 18px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.hitotsunokai-vacancy-wrap .target-badge {
    display: inline-block;
    background-color: #eef2f7;
    color: #4a5568;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hitotsunokai-vacancy-wrap .status-group {
    margin-bottom: 15px;
}

.hitotsunokai-vacancy-wrap .status-header {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.hitotsunokai-vacancy-wrap .status-header.available {
    color: #2e7d32;
}

.hitotsunokai-vacancy-wrap .status-header.full {
    color: #c62828;
}

.hitotsunokai-vacancy-wrap .status-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.hitotsunokai-vacancy-wrap .status-list li {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    margin-bottom: 6px;
    font-size: 14px;
}

.hitotsunokai-vacancy-wrap .status-list li a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.hitotsunokai-vacancy-wrap .status-list li a:hover {
    text-decoration: underline;
}

.hitotsunokai-vacancy-wrap .hitotsunokai-vacancy-empty-note {
    color: #666;
    font-style: italic;
    background: #f8f9fa;
    border-style: dashed;
}

.hitotsunokai-vacancy-wrap .room-count {
    float: right;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
}

.hitotsunokai-vacancy-wrap .room-count.available {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.hitotsunokai-vacancy-wrap .room-count.full {
    background-color: #ffebee;
    color: #c62828;
}

.hitotsunokai-vacancy-wrap .contact-box {
    background-color: #fff9db;
    border: 1px solid #fab005;
    border-radius: 6px;
    padding: 20px;
    margin-top: 35px;
}

.hitotsunokai-vacancy-wrap .contact-box h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #f59f00;
}

.hitotsunokai-vacancy-wrap .contact-method {
    margin-bottom: 15px;
}

.hitotsunokai-vacancy-wrap .contact-method:last-child {
    margin-bottom: 0;
}

.hitotsunokai-vacancy-wrap .contact-label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}

.hitotsunokai-vacancy-wrap .contact-lead {
    font-size: 14px;
    margin-top: 0;
}

.hitotsunokai-vacancy-wrap .btn-link {
    display: inline-block;
    background-color: #ff922b;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
    transition: background 0.2s;
}

.hitotsunokai-vacancy-wrap .btn-link:hover {
    background-color: #f76707;
}

.hitotsunokai-vacancy-wrap .phone-number {
    font-size: 18px;
    font-weight: bold;
    color: #cf222e;
}

.hitotsunokai-vacancy-wrap .phone-note {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.hitotsunokai-vacancy-wrap .hitotsunokai-vacancy-footer-note {
    margin-top: 24px;
    margin-bottom: 0;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

.hitotsunokai-vacancy-error {
    padding: 16px;
    background: #fff3f3;
    border: 1px solid #f5c2c2;
    border-radius: 4px;
}
