/* チーム善應院ページのスタイル */

/* 活動休止中の通知 */
.activity-notice {
    margin-bottom: 40px;
}

.notice-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-box {
    background-color: #f8f8f8;
    color: #333;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #d32f2f;
    max-width: 600px;
    width: 100%;
}

.notice-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #d32f2f;
}

.notice-text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px 0;
    color: #333;
}

.notice-text:last-child {
    margin-bottom: 0;
}

/* メインコンテンツ */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* チーム善應院紹介セクション */
.cycle-intro {
    margin-bottom: 40px;
}

.cycle-content {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.cycle-content p {
    margin: 0 0 15px 0;
}

.cycle-content p:last-child {
    margin-bottom: 0;
}

/* 画像セクション */
.cycle-image {
    margin-bottom: 40px;
    text-align: center;
}

.cycle-image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 戦績セクション */
.cycle-results {
    margin-bottom: 40px;
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 30px;
}

.results-content h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.results-list {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.results-list p {
    margin: 0 0 8px 0;
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
}

.results-list p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* チーム情報セクション */
.cycle-info {
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
}

.info-content {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.info-content p {
    margin: 0 0 15px 0;
}

.info-content p:last-child {
    margin-bottom: 0;
    font-weight: bold;
    color: #333;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .main-content {
        padding: 20px 15px;
    }
    
    .notice-box {
        padding: 20px;
        margin: 0;
    }
    
    .notice-title {
        font-size: 18px;
    }
    
    .notice-text {
        font-size: 15px;
    }
    
    .cycle-content {
        font-size: 15px;
    }
    
    .cycle-results {
        padding: 20px;
    }
    
    .results-content h2 {
        font-size: 20px;
    }
    
    .results-list {
        font-size: 14px;
    }
    
    .cycle-info {
        padding: 20px;
    }
    
    .info-content {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .main-content {
        padding: 15px 10px;
    }
    
    .notice-box {
        padding: 15px;
        margin: 0 5px;
    }
    
    .notice-title {
        font-size: 16px;
    }
    
    .notice-text {
        font-size: 14px;
    }
    
    .cycle-content {
        font-size: 14px;
    }
    
    .cycle-results {
        padding: 15px;
    }
    
    .results-content h2 {
        font-size: 18px;
    }
    
    .results-list {
        font-size: 13px;
    }
    
    .cycle-info {
        padding: 15px;
    }
    
    .info-content {
        font-size: 14px;
    }
}
