@charset "UTF-8";

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

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

#concept {
    width: 85vw;
    margin: 20px auto;
    font-size: 1.8rem;
}

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

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

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

article section h2 {
    width: 85vw;
    font-size: 2.4rem;
    font-weight: normal;
    color: #EC7387;
    text-align: center;
    padding: 4px 0 2px 10px;
    border-bottom: dotted 1px #EC7387;
    border-top: dotted 1px #EC7387;
    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;
}

.inline-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.inline-list li {
    margin-right: 1em;
}

.dl-leftborder dt {
    float: left;
    padding-left: 5px;
    border-left: solid 3px #EC7387;
    margin-bottom: 25px;
}

.dl-leftborder dd {
    margin:0 0 25px 0;
    padding: 0 0 0 6em;
}

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

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

.schedule-bigcontainer {
    display: flex;
    flex-direction: column;
}

.schedule-container {
    display: flex;
    flex-direction: column;
}

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

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

.schedule-list {
    list-style-type: none;
    line-height: 2.2;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

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

.sl-mini_container {
    display: flex;
}

.sl-mini_item1 {
    width: 100%;
}
/*
.sl-mini_item2 {
    width: 62%;
}
*/
.normal-table th,
.normal-table td {
    border: solid 1px #888;
    padding: 0.5rem;
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
}

.normal-table caption {
    caption-side: bottom;
    text-align: right;
    padding: 3px;
    font-size: 1.4rem;
}

section h3 {
    padding: 5px;
    font-weight: normal;
}

.schedule-container{
	display:none;
}






