@charset "UTF-8";

/*パンくずリスト*/
#bg-palegreen {
    height: 35px;
    background: #f0fff0;
}

.breadcrumb {
    height: 30px;
    padding: 6px 0 0 0;
    margin:0 auto;;
    width: 831px;
}

.breadcrumb li{
    display:inline;/*横に並ぶように*/
    list-style: none;
    font-weight: normal;
}

.breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 3px;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb #home span {
    color: #006837;
}

.breadcrumb li a {
    text-decoration: none;
    color: #000;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

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

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

.flex-container {
    display: flex;
    justify-content: center;
    width: 831px;
    margin: 20px auto;
}

.flex-item {
    margin-right: 5%;
}
.flex-item:last-child {
    margin-right: 0;
}

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

article section h2 {
    width: 831px;
    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: 831px;
    margin: 30px auto 60px auto;;
}

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

.dl-colon dt {
    float: left;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.5rem;
}
.dl-colon dt:after {
    content: "：";
}

.dl-colon dd {
    font-size: 2rem;
    margin: 0;
    padding: 0.5rem 0 0.5rem 5em;
}

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

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

.schedule-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 10px auto;
}

.schedule-item {
    margin-right: 5%;
}
.schedule-item:first-child {
    width: 60%;
    margin-right: 0;
}
.schedule-item:last-child {
    width: 35%;
}
.schedule-item img {
    width: 100%;
}

.schedule-list {
    width: 100%;
    list-style: 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: 1em;
    text-align: center;
    font-weight: normal;
}

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










