/* Lead */
.mainLead{
    /* width: 700px; */
    margin-bottom: 4rem;
}
.lead {
    color: #000;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.notice{
    background: #F2F2F2;
    border-radius: 0.2rem;
    font-size: 1.3rem;
    padding: 1rem;
    margin-bottom: 3rem;
}
#main h3.content-subtitle{
    text-align: center;
}
/* event detail */
.event-details{
    background: #996633;
    padding: 6rem 0;
    color: #FFF;
    font-size: 1.8rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.event-details:before{
    content: url(../img/bg_detail_01.png);
    display: block;
    position: absolute;
    mix-blend-mode: multiply;
    top: 0;
    left: -3%;
    opacity: 0.9;
    z-index: -1;
}
.event-details:after{
    content: url(../img/bg_detail_02.png);
    display: block;
    position: absolute;
    mix-blend-mode: multiply;
    top: -18%;
    right: -8%;
    opacity: 0.9;
    z-index: -1;
}
.event-detail-table th,
.event-detail-table td{
    padding: 1rem 1rem;
    vertical-align: middle;
    line-height: 1.2;
}
.event-detail-table th span{
    display: block;
    background: #462400;
    width: 100%;
    font-weight: bold;
    padding: 0.4rem 1rem;
    text-align: center;
    border-radius: 50px;
}
.event-detail-table td span{
    font-size: 3.8rem;
    letter-spacing: 0.4rem;
}
/* how to entry */
.howto-entry{
    padding: 4rem 0;
}
#main .howto-entry h5{
    margin: 1rem 0 0 ;
}
/* program */
.event-program{
    background: #996633;
    padding: 4rem 0 6rem;
    color: #FFF;
    position: relative;
}
.event-program .inner{
    background: url(../img/envelope.png) no-repeat right bottom;
    right: 2%;
}
#main .event-program h3.content-subtitle{
    color: #FFF;
}
.event-program-table{
    width: 72%;
}
.event-program-table th,
.event-program-table td{
    padding: 0.8rem 1rem;
    line-height: 1.2;
}
.event-program-table th span{
    background: #FFF;
    padding: 0.2rem 1rem;
    color: #996633;
    font-weight: bold;
}
.event-program-table tr.break{
    border-top: 1px dotted rgba(255,255,255,0.6);
    border-bottom: 1px dotted rgba(255,255,255,0.6);
}
/* profile */
.instructor{
    padding: 4rem 0;
}
.profile-someya{
    display: flex;
    justify-content: space-around;
}
.profile-img{
    margin-right: 2rem;
    width: 250px;
}
.profile-body{
    width: calc(100% - 250px);
}
.profile-body .role{
    background: #000;
    color: #FFF;
    padding: 0.2rem 2rem;
    border-radius: 50px;
    display: inline-block;
}
.profile-body .name{
    font-size: 3rem;
}
.profile-body .name span{
    font-size: 1.4rem;
}
/* access */
.access{
    padding: 4rem 0;
}
.access-body .maps{
    display: flex;
    position: relative;
}
.access-body .maps > div{
    width: 50%;
}
.access-body .maps .googlemap{
    border: 2px solid #000;
    border-radius: 1rem;
    overflow: hidden;
    height: 431px;
    margin-top: 15px;
    position: relative;
}
.access-body .maps:before{
    content: "Googleマップ";
    display: block;
    width: 120px;
    background: #666;
    color: #FFF;
    position: absolute;
    top: 1px;
    right: 18px;
    z-index: 1;
    text-align: center;
}
/* entry button */
.entry-button{
    margin: 4rem;
    text-align: center;
}
.entry-button a {
    background: rgb(121, 53, 11);
    background: linear-gradient(309deg, rgb(182, 70, 0) 0%, rgb(139, 135, 11) 100%);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
    border-left: solid 5px #a34516;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
}
.entry-button a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: rgb(163, 69, 22);
    transition: .3s;
    left:0;
}
.entry-button a:hover {
    color: #FFF;
}
.entry-button a:hover:before {
    width: 100%;
    z-index: -1;
}
.entry-button.ended{
    pointer-events: none;
}
.entry-button.ended a {
    background: rgb(151, 151, 151);
    /* background: linear-gradient(309deg, rgba(232,86,138,1) 0%, rgba(160,163,209,1) 100%); */
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
    border-left: solid 5px #656565;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
}
/* attention */
#main .attention-body{
    border: 2px solid #e8568a;
    border-radius: 0.2rem;
    padding: 1rem;
    background: rgb(255,255,255,0.8);
}
#main .attention-body h3{
 font-size: 2.0rem;
 text-align: center;
 margin-bottom: 1rem;
 color: #ce346a;
}
/* Footer */
.event-footer{
    text-align: center;
    padding: 2rem 0;
    font-size: 90%;
    border-top: 2px solid #996633;
}
.event-footer .inner > div{
    margin-bottom: 2rem;
}
.organize{
    display: flex;
    justify-content: center;
}
.organize > p{
    margin: 0 2rem;
}
.supporter-logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.supporter-logos img{
    width: 160px;
}

/* イベントレポート */
.event-report{
    background: #fff8ed;
    padding: 2rem;
    margin-bottom: 5rem;
    position: relative;
}
#main .event-report h3{
    background: #996633;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 3rem;
    position: relative;
    padding: 0 0.6rem 0 4rem;
    left: -4rem;
}
#main .event-report h3:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}
#main .event-report h4{
    font-size: 20px;
    border-bottom: 2px solid #996633;
    color: #6f4011;
}
#main .event-report p{
    text-indent: 2rem;
    margin-bottom: 1rem;
    font-size: 94%;
}
.notes{
    margin-bottom: 2rem;
}
.notes ul li{
    font-size: 84%;
}
/* 写真配置 */
.report-photos {
    margin-bottom: 3rem;
}
.report-photos figcaption{
    font-size: 86%;
    line-height: 1.2;
    margin-top: 1rem;
}
.report-photos-col3,
.report-photos-col4{
    display: flex;
    justify-content: space-between;
}
.report-photos img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 1.6rem;
}
/* 4列 */
.report-photos-col4 figure{
    width: 23.5%;
}
.report-photos-col3 figure{
    width: 31%;
}
.report-photos-col3.inner-col{
    display: block;
}
/* 複数枚同じキャプション */
.report-photos-col3.inner-col figure,
.report-photos-col2.inner-col figure{
    width: 100%;
}
.report-photos-col3.inner-col figure figcaption,
.report-photos-col2.inner-col figure figcaption{
    text-align: center;
}
.report-photos-col3.inner-col figure div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.report-photos-col2.inner-col figure div{
    width: 100%;
    display: flex;
    justify-content: center;
}
.report-photos-col3.inner-col figure div a{
    width: 31%;
}
.report-photos-col2.inner-col figure div a{
    width: 31%;
    margin-right: 2rem;
}

.lb-data .lb-details {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
/* DBへのリンク */
.sozai-links{
    background: #F8F8F8;
    padding: 2rem;
    width: 90%;
    margin: 3rem auto 3rem;
}
#main .sozai-links .sozai-links-lead{
    font-size: 104%;
    padding: 0 0 0.4rem;
    margin-bottom: 2rem;
    text-indent: inherit;
    border-bottom: 1px solid #000;
}
.collage-title{
    font-weight: bold;
}
.sozai-link-bloc {
    width: 94%;
    margin: 0 auto;
}
.sozai-link-bloc ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    margin: 0 auto 3rem;
}
.sozai-link-bloc ul li{
    width: 24%;
    margin-right: 2rem;
    border: 1px solid #CCC;
}
.sozai-link-bloc ul li a img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.report-movie{
    width: 700px;
    margin: 0 auto 2rem;
}
.report-movie video{
    width: 100%;
}
h2.event-report-title {
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px #996633;
    border-bottom: solid 2px #996633;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #6f4011;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.4;
  }
  h2.event-report-title:before, h2.event-report-title:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: #996633;
  }
  h2.event-report-title:before {
    left: 7px;
  }
  h2.event-report-title:after {
    right: 7px;
  }