@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 768px) {

}


/* #destinations_list
----------------------------------------- */
#destinations_list {
}

#destinations_list .inner {
    padding-top: 8rem;
    padding-bottom: 16rem;
}

#destinations_list .layout {
    display: flex;
    flex-flow: column;
    gap: 6rem 0;
}
#destinations_list .layout .con {
    display: flex;
    flex-flow: column;
    align-items: center;
}
#destinations_list .layout .con .area_list {
    width: 100%;
    margin-top: 3.5rem;
    display: flex;
    flex-flow: column;
    gap: 3rem 0;
}
#destinations_list .layout .con .area_list .area {
    display: flex;
    align-items: flex-start;
    gap: 0 1.5rem;
}
#destinations_list .layout .con .area_list .area h3.ttl {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.015em;
    line-height: calc(34/16);
    white-space: nowrap;
    min-width: 3em;
}

#destinations_list .layout .con .area_list .area .school_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
    padding-left: 2.5rem;
    position: relative;
}
#destinations_list .layout .con .area_list .area .school_list::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #6fb1be;
    position: absolute;
    top: 0;
    left: 0;
}
#destinations_list .layout .con .area_list .area .school_list .school {
    display: flex;
    gap: 0 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: calc(34/14);
}
#destinations_list .layout .con .area_list .area .school_list .school .name {
}
#destinations_list .layout .con .area_list .area .school_list .school .number {
}

@media screen and (max-width: 768px) {

#destinations_list .inner {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

#destinations_list .layout {
    display: flex;
    flex-flow: column;
    gap: 6rem 0;
}
#destinations_list .layout .con .area_list {
    width: 100%;
    margin-top: 2.5rem;
    gap: 3rem 0;
}
#destinations_list .layout .con .area_list .area {
    display: flex;
    align-items: flex-start;
    gap: 0 1.5rem;
}
#destinations_list .layout .con .area_list .area h3.ttl {
    font-size: 1.4rem;
    min-width: 3em;
}

#destinations_list .layout .con .area_list .area .school_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    padding-left: 1.5rem;
    position: relative;
}
#destinations_list .layout .con .area_list .area .school_list::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #6fb1be;
    position: absolute;
    top: 0;
    left: 0;
}
#destinations_list .layout .con .area_list .area .school_list .school {
    display: flex;
    gap: 0 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: calc(34/14);
}
#destinations_list .layout .con .area_list .area .school_list .school .name {
}
#destinations_list .layout .con .area_list .area .school_list .school .number {
}

}

