@charset "utf-8";

/*----------------------------------------------
	メインビジュアル
------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 300px;
	text-align: center;
    background: url("../images/bg-main.jpg") no-repeat center center / 100%;
    padding-top: 120px;
}
#mainvisual .title {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 15px;
}

/*------------------------------------------------
イベント
--------------------------------------------------*/
#event {
    width: 100%;
    padding: 50px 0;
}
#event h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
#event h2 span {
    font-size: 40px;
    line-height: 1.5em;
    font-family: 'Futura-Bold','Open Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
}
#event .title {
    font-size: 24px;
    line-height: 1.8em;
    font-weight: bold;
    color: #71a0cb;
    margin-bottom: 40px;
    text-align: center;
	background-color: #ebf6ff;
}
#event .comig,#event .comigKansai {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    color: #d65d6b;
    text-align: center;
    margin: 20px 0 60px;
}
#event .btn-event {
    width: 500px;
    margin: 40px auto 0;
    font-size: 22px;
    text-align: center;
}
#event .btn-event span {
    color: #367dbe;
    font-size: 13px;
}
#event .btn-event a {
    display: block;
    background-color: #71a0cb;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    border-radius: 35px;
}
#event .btn-event a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    margin-left: 20px;
    font-weight: bold;
}

/*------------------------------------------------
スケジュール
--------------------------------------------------*/
#schedule {
    width: 100%;
    padding: 50px 0;
}
#schedule h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
#schedule h2 span {
    font-size: 40px;
    line-height: 1.5em;
    font-family: 'Futura-Bold','Open Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
}