body {
    background-color: #FFFAF0;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid purple;
}

.info-table {
    padding: 15px 25px; 
}

.table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; 
    margin-top: 20px;
}


.table td {
    padding: 12px 10px;                 
    border-bottom: 1px solid #ffffff;   
    text-align: left;                    
}


.table tr td:first-child {
    font-weight: bold;
}

body {
    background-color: #FFFAF0;                        
    font-family: 'Brush Script MT', 'Cursive', sans-serif; 
    color: #333333;
    padding: 20px;
}

body {
    background-color: #FFFAF0;                        
    font-family: 'Comic Sans MS', 'Comic Sans', sans-serif; 
    color: #333333;
    padding: 20px;
}

.anthem-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
}


.anthem-card {
    display: flex;
    align-items: center;       
    justify-content: space-between; 
    background-color: #fdfbf7;  
    border-radius: 8px;
    padding: 25px 40px;         
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    overflow: hidden;            
    gap: 20px;
}


.anthem-controls {
    flex: 1;                     
    display: flex;
    flex-direction: column;
    gap: 15px;                   
}


.anthem-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #4a2c2a;              
    margin: 0;
    font-family: 'Playfair Display', serif;
}


.custom-audio-player {
    width: 100%;                 
    max-width: 300px;           
    height: 40px;
}


.anthem-image-wrapper {
    width: 220px;                
    height: 220px;               
    display: flex;
    align-items: center;
    justify-content: center;
}


.anthem-cat-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;         
}


@media (max-width: 600px) {
    .anthem-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .anthem-controls {
        align-items: center;
    }
}

.history-title {
    font-size: 32px;        
    font-weight: bold;       
    color: #222222;          
    margin-bottom: 15px;     
    text-align: left;        
}

.japan-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 25px;                 
    max-width: 900px;          
    margin: 30px auto;         
    padding: 0 10px;          
}


.gallery-item {
    background-color: #ffffff; 
    border-radius: 8px;        
    overflow: hidden;          
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); 
    transition: transform 0.2s ease; 
}


.gallery-item:hover {
    transform: translateY(-5px);
}


.gallery-img {
    width: 100%;               
    height: 250px;             
    object-fit: cover;         
    display: block;
}


.img-caption {
    font-size: 16px;
    font-weight: bold;         
    color: #222222;
    margin: 0;
    padding: 15px;             
    text-align: left;          
}

.history-container {
    max-width: 900px;         
    margin: 30px auto;        
    display: flex;
    flex-direction: column;   
    gap: 30px;                
    padding: 0 10px;
}


.history-card {
    display: flex;            
    background-color: #ffffff; 
    border-radius: 12px;      
    overflow: hidden;         
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06); 
    align-items: center;      
}


.history-media {
    width: 35%;               
    min-width: 200px;         
    height: 220px;            
    flex-shrink: 0;           
}


.history-img {
    width: 100%;
    height: 100%;
    object-fit: cover;        
}


.history-text {
    padding: 25px 30px;       
    flex-grow: 1;             
}


.history-text h3 {
    font-family: 'Playfair Display', serif; 
    font-size: 24px;
    font-weight: 700;
    color: #2c1a1d;           
    margin-top: 0;
    margin-bottom: 12px;
}


.history-text p {
    font-family: 'Playfair Display', serif; 
    font-size: 16px;
    line-height: 1.6;         
    color: #555555;           
    margin: 0;
    font-style: italic;       
}

.history-table-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fcf8f2; 
    border-left: 5px solid #8b0000; 
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}


.history-table-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #e6005c;
    margin-top: 0;
    margin-bottom: 20px;
}


.historical-spec-table {
    width: 100%;
    border-collapse: collapse; 
    font-family: 'Playfair Display', serif;
    font-size: 15px;
}


.historical-spec-table th {
    background-color: #ffcccc; 
    color: #ffffff;            
    font-weight: bold;
    text-align: left;
    padding: 12px 15px;
    font-size: 16px;
    text-transform: uppercase; 
    letter-spacing: 0.5px;
}


.historical-spec-table td {
    padding: 15px;
    border-bottom: 1px solid #e6dbcd; 
    color: #333333;
    line-height: 1.5;
    vertical-align: top; 
}


.historical-spec-table tbody tr:nth-child(even) {
    background-color: #f7f1e6; 
}

.historical-spec-table tbody tr:hover {
    background-color: #f1e6d5; 
    transition: background-color 0.2s ease;
}

.ainu-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
}

.japanese-lang-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
}


.lang-intro {
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 25px;
}


.lang-fact-box {
    margin-top: 30px;
    padding: 25px;
    background-color: #fdfbf7; 
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02); 
}


.lang-badge {
    display: inline-block;
    font-weight: bold;
    color: #8b0000;            
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;   
    letter-spacing: 0.5px;
}


.lang-item {
    margin-bottom: 25px;
}


.lang-item:last-child {
    margin-bottom: 0;
}


.lang-item h3 {
    font-size: 19px;
    font-weight: bold;
    color: #222222;
    margin-top: 0;
    margin-bottom: 8px;         
}


.lang-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

.ainu-intro {
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
}

.ainu-fact-box {
    margin-top: 30px;
    padding: 20px;
    background-color: #fdfbf7; 
    border-radius: 8px;
}


.fact-badge {
    display: inline-block;
    font-weight: bold;
    color: #8b0000; 
    margin-bottom: 20px;
    font-size: 16px;
}


.fact-item {
    margin-bottom: 25px; 
}


.fact-item h3 {
    font-size: 20px;       
    font-weight: bold;
    color: #222222;
    margin-top: 0;
    margin-bottom: 8px;      
}


.fact-item p {
    font-size: 16px;        
    line-height: 1.5;
    color: #555555;       
    margin: 0;
}

.ryukyuan-fact-box {
    margin-top: 30px;
    padding: 20px;
    background-color: #fdfbf7; 
    border-radius: 8px;
}


.fact-badge {
    display: inline-block;
    font-weight: bold;
    color: #8b0000; 
    margin-bottom: 20px;
    font-size: 16px;
}


.fact-item {
    margin-bottom: 25px; 
}


.fact-item h3 {
    font-size: 20px;       
    font-weight: bold;
    color: #222222;
    margin-top: 0;
    margin-bottom: 8px;      
}


.fact-item p {
    font-size: 16px;        
    line-height: 1.5;
    color: #555555;       
    margin: 0;
}

.symbols-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
}


.symbols-container {
    display: flex;
    justify-content: center; 
    gap: 30px;              
    margin-top: 20px;
    flex-wrap: wrap;         
}


.symbol-card {
    background-color: #fdfbf7;
    border-radius: 8px;
    padding: 20px;
    width: 280px;           
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; 
}


.symbol-img-wrapper {
    height: 180px;          
    display: flex;
    align-items: center;     
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}


.symbol-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;     
}


.flag-size {
    border: 1px solid #eaeaea; 
    width: 90%;
}

.emblem-size {
    height: 95%;            
}


.symbol-caption {
    font-size: 15px;
    font-weight: bold;
    color: #4a2c2a;         
    margin: 0;
    font-family: 'Playfair Display', serif;
}