/*
Theme Name: 民泊はじめ隊
Description: 民泊開業代行サービスのWordPressテーマ
Author: 民泊はじめ隊
Version: 1.0.0
Text Domain: hajimetai
Domain Path: /languages
Tags: business, responsive, one-column
*/

/* WordPress特有のスタイル調整 */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9em;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-item {
    flex: 1;
    min-width: 150px;
}

/* サイト作成中メッセージのスタイル */
.site-status {
    background: linear-gradient(135deg, #ea5d08, #ff7722);
    color: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(234, 93, 8, 0.3);
}

.site-status__message h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.site-status__message p {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* ボタンスタイルの拡張 */
.cover__button--primary {
    background: linear-gradient(135deg, #ea5d08, #ff7722);
    color: white;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(234, 93, 8, 0.3);
}

.cover__button--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(234, 93, 8, 0.4);
    background: linear-gradient(135deg, #d04a00, #ea5d08);
}

/* 会社概要プレビューセクション */
.company-preview {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.company__basic {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.company__basic h3 {
    font-size: 2rem;
    color: #ea5d08;
    margin-bottom: 20px;
    font-weight: bold;
}

.company__basic p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
}

.company__highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.highlight__item {
    background: white;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.highlight__item:hover {
    transform: translateY(-5px);
}

.highlight__item strong {
    display: block;
    font-size: 2rem;
    color: #ea5d08;
    font-weight: bold;
    margin-bottom: 10px;
}

.highlight__item span {
    color: #666;
    font-size: 0.9rem;
}

/* About セクションの調整 */
.about__cta {
    text-align: center;
    margin-top: 40px;
}

.about__button {
    background: linear-gradient(135deg, #ea5d08, #ff7722);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(234, 93, 8, 0.3);
}

.about__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(234, 93, 8, 0.4);
    background: linear-gradient(135deg, #d04a00, #ea5d08);
}

/* フッターナビゲーション */
.footer__nav {
    margin-top: 15px;
}

.footer__nav a {
    color: #666;
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer__nav a:hover {
    color: #ea5d08;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .site-status__message h2 {
        font-size: 1.5rem;
    }
    
    .site-status__message p {
        font-size: 1rem;
    }
    
    .cover__button--primary {
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    .company__basic h3 {
        font-size: 1.5rem;
    }
    
    .company__highlights {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .highlight__item strong {
        font-size: 1.5rem;
    }
}

/* WordPress管理バー対応 */
.admin-bar .header__container {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .header__container {
        top: 46px;
    }
}

/* アクセシビリティ対応 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* フォーカス時のアウトライン */
a:focus,
button:focus {
    outline: 2px solid #ea5d08;
    outline-offset: 2px;
}

/* 印刷時のスタイル */
@media print {
    .header__container,
    .footer,
    .cover__icon {
        display: none;
    }
    
    .cover__content {
        color: #000;
    }
    
    a {
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
}