@charset "utf-8";

/**********************************************/
/**/
/**********************************************/

/*詳細ページ記事枠*/
.container {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
    background-color: #fff;
    line-height: 140%;
}

/**/
.status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #006ec9;
    border-radius: 3px;
    color: #fff;
    line-height: 100%;
    margin-right: 10px;
}



/*戻るボタン*/
.pageback {
    margin-top: 50px;
    text-align: center;
}
.pageback a {
    background:url("../img/icon_arrow_l_w.png") no-repeat 10px center;
	background-size: 20px;
    background-color: #006ec9;
    color:#fff;
    text-decoration: none;
    border-radius: 50px;
    line-height: 100%;
    padding: 5px 15px 5px 36px;
    font-size: 1rem;
}


/*見出し*/
.section-headline h1 {
   text-align: center;
}
.section-headline h2 {
    background:url("../img/icon_line.gif") no-repeat left center;   
    background-color: #f5f5f5;
    padding: 10px 10px 10px 30px;
    line-height: 100%;
}

/*概要テーブル*/
.tbl-overview {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
    border: 1px #ddd solid;
    margin: 20px auto;
}
.tbl-overview th {
    width: 150px;
    padding: 5px 10px;
    border-bottom: 1px #ddd solid;
    background-color: #f7f7f7;
}
.tbl-overview td {
    padding: 5px 10px;
    border-bottom: 1px #ddd solid;
}

/*プログラムテーブル*/
.tbl-program {
    width: 100%;
    font-family: 游ゴシック体, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', 'メイリオ', sans-serif;
}
.tbl-program th {
    width: 160px;
    vertical-align: top;
    padding: 20px 5px;
    text-align: left;
    border-bottom: 1px #ddd solid;
}
.tbl-program td {
    padding: 20px 10px;
    border-bottom: 1px #ddd solid;
}
.tbl-program td dl {
    margin-top: 0;
    margin-bottom: 0;
}
.tbl-program td dl~dl {
    margin-top: 10px;
}



/*スケジュールの見出し*/
.program-ttl {
    font-weight: bold;
    margin-bottom:20px;
    font-size: 110%;
}

/*式次*/
.ceremony dl {}
.ceremony dt {
    font-weight: bold;
    margin-bottom: 5px;
}
.ceremony dd {
    margin: 0;
}

/*講演者*/
.speaker {
    margin-left: 15px;
}
.speaker dt {
    margin-bottom: 5px;
}
.speaker dd {
    margin-left: 20px;
}

/*写真*/
.photobox {
    margin-top: 60px;
}
.photobox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.photobox li {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
.photobox li img {
    display: block;
    margin-bottom: 10px;
}

/*テキスト*/
.txtr {
    text-align: right;
}

/*画像*/
.figure img {
    max-width:400px;
}

/*アーカイブ*/
.archive {}
.videos {
    /* margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap; */
}
.video {
    margin-bottom: 30px;
}
.videos .youtube {
    text-align: center;
}
.archive-video li {}
/*
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
    */



/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
    .section-headline h1 br {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .tbl-overview th {
        width: 100%;
        display: block;
        padding: 10px 10px 0;
        border-bottom-width: 0;
        text-align: left;
        background-color: transparent;
    }
    .tbl-overview td {
        width: 100%;
        display: block;
        padding: 5px 10px;
        border-bottom: 1px #ddd solid;
    }

    .tbl-program th {
        width: 100%;
        display: block;
        padding: 10px 5px 0;
        border-bottom-width: 0;
    }
    .tbl-program td {
        width: 100%;
        display: block;
        padding: 10px 5px 20px;
    }
    .speaker {
        margin-left: 0px;
    }
    .speaker dt {
        margin-bottom: 5px;
    }
    .speaker dd {
        margin-left: 0px;
    }

    .photobox li {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 580px) {

}

@media screen and (max-width: 380px) {
}
