@charset "UTF-8";

/*パンくずリスト*/
.breadcrumb {
    display: none;
}

/*メイン*/
article h1 {
    width: 85vw;
    background: #00A99D;
    border-radius: 6px;
    font-size: 2.4rem;
    font-family: sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 5px 0 2px 12px;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}

#top-image {
    display: block;
    width: 85vw;
    margin: 20px auto;
}

.flex-container {
    width: 85vw;
    margin: 20px auto;
}

.flex-item {
    margin-bottom: 20px;
}

.flex-item img {
    width: 100%;
}

article section h2 {
    width: 85vw;
    font-size: 2.4rem;
    font-weight: normal;
    color: #00a99d;
    text-align: center;
    padding: 4px 0 2px 10px;
    border-bottom: dotted 1px #00a99d;
    border-top: dotted 1px #00a99d;
    margin: 80px auto 10px auto;
    box-sizing: border-box;
}

.center-position {
    width: 85vw;
    margin: 30px auto 60px auto;;
}

.normal-list {
    list-style-position: inside;
    line-height: 1.8;
    margin: 10px auto;
}

.dl-dashline dt {
    float: left;
    padding: 1rem;
    font-size: 1.4rem;
}

.dl-dashline dd {
    margin: 0;
    padding: 1rem 0 1rem 12rem;
    border-bottom: dashed 1px #888;
    font-size: 1.4rem;
}

.schedule-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto;
}

.schedule-item {
    margin-bottom: 20px;
}
.schedule-item:last-child {
    margin-bottom: 0;
}

.schedule-item img {
    width: 100%;
}

.schedule-list {
    width: 100%;
    list-style-type: none;
    line-height: 2.2;
}

#sckedule-caption {
    list-style-position: inside;
    margin: 20px auto;
}

.normal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}

.normal-table th,
.normal-table td {
    border: solid 1px #888;
    padding: 1rem;
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
}

.normal-table td {
    font-size: 1.8rem;
}










