body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
img {
    width: 100%;
}

.section {
    text-align: center;
    padding: 1.5rem 0;
}

.section p {
    padding: 0 2rem;
}

#schedule.section table {
    white-space: nowrap;
    width: 75%;
    margin: 0.25rem auto;
    /*border-collapse: collapse;*/
    @media screen and (max-width: 767px) {
        width: 100%;
    }
}
#schedule.section table th {
    white-space: nowrap;
}
#schedule.section table td {
    /*border: 3px solid white;*/
    background-color: white;
}
#schedule.section table .date {
    width: 25%;
}
#schedule.section table .item {
    width: 25%;
}

#ticket.section .place {
    margin-top: 1rem;
}
#ticket.section .place .title {
    font-weight: bold;
}
#ticket.section .place .address {
    font-size: 1rem;
}
#ticket.section .place .time {
    font-size: 1rem;
}

#restaurants .section-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

#restaurants .item {
    margin: 3px;
    width: calc(33% - 6px);
    @media screen and (max-width: 767px) {
        width: calc(50% - 6px);
    }
}

.section-title {
    position: relative;
    display: inline-block;    /* 長さに合わせて中央に配置しやすい */
    font-size: 2rem;
    /*font-weight: 600;*/
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 0.5rem;   /* 下に余白 */
    margin-bottom: 0.2rem;    /* 全体の余白 */
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.section-title::after {
    content: "";
    display: block;
    width: 30px;              /* 好きな長さ：例は60px */
    height: 2px;              /* 線の太さ */
    background-color: #000;   /* 線の色 */
    margin: 0.5rem auto 0;    /* 中央寄せ */
}
.section-title--ja {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.section-content {
    font-size: 1.5rem;
}
.section-content dl {
    font-size: 1rem;
}
.section-content dl dt {
    font-size: 1rem;
    font-weight: bold;
    color: #888888;
    padding: 1rem 2rem 0;
}
.section-content dl dd {
    width: 80%;
    margin: 0.25rem auto;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: #fff;
}

#schedule.section, #timetable.section, #faq.section {
    background-color: #f0f0f0;
}

.map {
    width: 100%;
    height: 80vh;
}

footer {
    text-align: center;
}
footer h3 {
    font-size: 0.9rem;
    color: #888;
    font-weight: bold;
    margin-top: 1.5rem;
}
footer .greeting, footer .organizer, footer .special, footer .cooperation, footer .partner {
    padding: 0.25rem 2rem;
}
footer .items {
    margin-top: 0.75rem;
}
footer .items span {
    white-space: nowrap;
    margin: 0 0.5rem;
}
footer .copyright {
    padding: 2rem 0;
    margin: 2rem 0 0 0;
    color: #ffffff;
    background-color: #888888;
}

.small {
    font-size: 80%;
}