/* 全体 */
body {
    margin: 0;
    padding: 0;
    background: #f5f5f7;
    color: #222;
}

header {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 720px;
    height: auto;
    margin: 0 0 24px 0;
}

.container {
    max-width: 720px;
    margin: 0px auto;
    padding: 0 24px;
}

/* 屋号 */
.brand {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
}

.main-content{
    margin-bottom: 250px;
}

/* タイトル */
.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 32px;
}

/* 各ブロック */
.block {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
}

.block-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.block p {
    line-height: 1.8;
    font-size: 14px;
}

/* フッター */
.footer {
    margin-top: 40px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
