body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #555;
    color: #fff;
}

header {
    background: #333;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

header img {
    max-width: 100%;
    height: auto;
}

main {
    padding: 2rem;
}

section {
    margin-bottom: 2rem;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}

#social-share a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
}

#countdown-timer {
    font-size: 1.5rem;
}

#countdown-days {
    font-size: 2rem;
    color: red;
}

h1.entry-title {
font-family: "Shin Maru Go Futoline";
font-size:1.75rem;
font-weight:700;
line-height:1.25;
margin-bottom:1em;
}

h1.kanbai-title {
font-family: "GSanSerif-B";
font-size:1.75rem;
font-weight:700;
line-height:1.25;
margin-bottom:1em;
color:#cc6699;
}

h1.yuzushu-title {
font-family: "Shin Maru Go Futoline";
font-size:1.75rem;
font-weight:700;
line-height:1.25;
margin-bottom:1em;
}

.schedule div {
  display: grid;
  grid-template-columns: 140px 60px auto; /* 列の幅を調整 */
  gap: 8px;
  justify-content: center; /* 全体を中央寄せ */
}
