@charset "utf-8";

/* ベース
   ============================================================= */
   body {
    /* font-family: "メイリオ", Meiryo, sans-serif; */
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;;
    line-height: 1.5;
    background-color: white;
    font-size: 1.1em;
}

/* ly_cont
　 ============================================================== */
.ly_cont {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* title
　 ============================================================== */
.title{
    text-align: center;
    margin:30px 0 40px 0;
}

.title h1{
    font-size:28px;
}


/* head_border
　 ============================================================== */
.head_border{
    display: flex;
    align-items: center;
}

.head_border:before,
.head_border:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color:#9932cc;
    ;
}

.head_border:before{
    margin-right: 1rem;
}

.head_border:after{
    margin-left: 1rem;
}

/* main
　 ============================================================== */
.main{
    
}


/* schedule
　 ============================================================== */
.schedule{
      width: fit-content;
    margin: 0 auto;
    font-size: 1.6em;
    font-weight: bold;
    color: blue;
}
/* text
　 ============================================================== */
.text{
    width: 95%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 1.1em;
     /* line-height: 2; */
    letter-spacing: 0.1em;
}

.text p{
    margin-top: 10px;
}

/* toTop
　 ============================================================== */
.toTop {
    margin-top:100px;
    text-align: center;
    margin-bottom: 20px;
}