@charset "utf-8";

/*TOP COLUMN*/
.eventMv{
   padding: 40px 0;
   margin-bottom: 60px;
}
img.eventMvImg{
    position: relative;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 400px;
    z-index: 1;
    border-radius: 15px 15px 0 0;
}
.eventMvTxt{
    position: relative;
    width: calc(100% - 100px);
    background: #fff;
    margin:-80px auto 0;
    z-index: 2;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 15px;
}
.eventMvTxt h1{
    color:#247c3a;
    text-align: center;
    font-size:25px;
    line-height: 2em;
}
img.titIco{
    display: block;
    width: 45px;
    margin:1em auto 2em;
}
p.eventMvSubTit{
    font-size:16px;
    text-align: center;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
    .eventMv{
       margin-bottom: 40px;
    }
    img.eventMvImg{
       height: 250px; 
    }
    .eventMvTxt{
        width: calc(100% - 50px);
        padding: 20px;
        margin:-50px auto 0;
    }
    .eventMvTxt h1{
        font-size:22px;
        letter-spacing: 0;
    }
}

/*コンテンツ*/
.eventWrap{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 50px;
}
.eventFlex{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.eventFlex01{
    margin-bottom: 80px;
}
.eventBox{
    position: relative;
    width: calc((100% - 40px) / 2);
    padding-bottom:80px;
    margin-bottom: 50px;
}
h2.eventH2{
    color:#247c3a;
    text-align: center;
    font-size:25px;
    line-height: 2em;
    margin-bottom: 0.5em;
}
p.eventEn{
    font-size: 30px;
    letter-spacing: 0.1em;
    color:#808080;
}
h2.eventH2,
p.eventEn{
    text-align: center;
}
img.eventImg{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.eventBox h3{
    position: relative;
    font-size: 25px;
    line-height: 1.5em;
    padding-bottom: 0.8em;
    margin: 0.8em 0;
    font-family: "Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
    font-weight: 500;
}
.eventBox h3::after{
    position: absolute;
    content: "";
    width:100px;
    height: 5px;
    border-radius: 100px;
    background: #247c3a;
    bottom:0;
    left: 0;
}
.eventSche p{
    display: inline-block;
    background:#ef715d;
    height:38px;
    line-height: 38px;
    font-size:20px;
    color:#fff;
    padding: 0 0.5em;
    box-sizing: border-box;
    border-radius: 100px;
    margin-bottom: 0.8em;
    font-family: "Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
    font-weight: 500;
}
p.eventBoxTxt{
    font-size:18px;
    line-height: 2em;
}
.eventBtn{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    text-align: center;
}
.eventBtnEntry{
    margin: 30px 0 40px;
    text-align: center;
}
.eventBtn a,
.eventBtnEntry a{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    background: #fff;
    border: 2px #754c2e solid ;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
    font-weight: 500;
    transition: all 0.5s ease 0s;
}
.eventBtn a:hover,
.eventBtnEntry a:hover{
    background: #f2f2f2;
}
.eventBtn a::after,
.eventBtnEntry a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    font-size: 80%;
}
.eventBtn a:hover::after,
.eventBtnEntry a:hover::after{
    right: 10px;
}
ul.eventLiveUl{
    list-style: none;
    border-top:1px #808080 solid;
    border-bottom:1px #808080 solid;
    margin-top: 1.5em;
}
ul.eventLiveUl li{
    border-bottom:1px #808080 solid;
    padding: 1em 0;
    box-sizing: border-box;
}
ul.eventLiveUl li:last-child{
    border-bottom:none;
}
ul.eventLiveUl li a{
    position: relative;
    display: block;
    text-decoration: none;
    color:#754c2e;
    transition: all 0.5s ease 0s;
}
ul.eventLiveUl li a:hover{
    color:#4d4d4d;
}
ul.eventLiveUl li a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
ul.eventLiveUl li a:hover::after{
    right: 5px;
}
ul.eventLiveUl li a i{
    color:#ef715d;
    font-size:120%;
}
.eventBottom h2{
    margin-bottom:40px;
}
h4.scheTit{
    color:#247c3a;
    font-family: "Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size:20px;
    margin:1.5em 0 0.8em;
}
ul.scheUl{
    list-style: none;
    border-top:1px #808080 solid;
    border-bottom:1px #808080 solid;
}
ul.scheUl li{
    border-bottom:1px #808080 dashed;
    padding: 1em 0;
    box-sizing: border-box;
}
ul.scheUl li:last-child{
    border-bottom:none;
}
ul.scheUl li a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #247c3a;
    transition: all 0.5s ease 0s;
}
ul.scheUl li a:hover{
    color:#454545;
}
ul.scheUl li a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
ul.scheUl li a:hover::after{
    right: 5px;
}
ul.scheUl li h5{
    font-family: "Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
    font-weight: 500;
    font-size:18px;
    line-height: 1.5em;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 2em;
    color: #247c3a;
}
ul.scheUl li p{
    font-size:16px;
    line-height: 1.8em;
}
h4.onlineTit{
    text-align: center;
    background: #247c3a;
    padding: 0.5em;
    border-radius: 5px;
    box-sizing: border-box;
    font-size:20px;
    color:#fff;
    font-family: "Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
    font-weight: 500;
    margin: 2em 0 1em;
}
@media screen and (min-width: 767px),print {
    ul.scheUl li h5 br{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .eventBox{
        width: 100%;
        max-width: 600px;
        margin: 0 auto 50px;
    }
    h2.eventH2,
    .eventBox h3{
    font-size:20px;
    }
    p.eventEn{
        font-size: 23px;
    }
    .eventSche p{
        font-size: 16px;
    }
    p.eventBoxTxt{
        font-size:16px;
    }
    h4.scheTit{
        font-size:18px;
    }
    ul.scheUl li h5{
        font-size:16px;
    }
    ul.scheUl li p{
        font-size:14px;
    }
    h4.onlineTit{
        font-size:18px;
    }
}