@charset "UTF-8";
:root {
  --innerBase:780px;
  --wrapBase:940px;
  --boxBase:1080px;
  --containerBase:1280px;
  --maxWidthBase:1440px;
  --inner:var(--innerBase);
  --wrap:var(--wrapBase);
  --box:var(--boxBase);
  --container:var(--containerBase);
  --maxWidth:var(--maxWidthBase);
  --spContainerPadding:5%;
  --pcContainerPadding:95px;
  --spHeaderHeight:60px;
  --pcHeaderHeight:85px;
  --baseColor:#ffffff;
  --mainColor:#003288;
  --subColor:#D1DDEF;
  --icuColor:#3395EA;
  --entColor:#059A78;
  --cssdColor:#375DB4;
  --othersColor:#696F7E;
  --whiteColor:#ffffff;
  --grayColor:#696F7E;
  --lightGrayColor:#BDC1CD;
  --softGrayColor:rgb(from #696F7E r g b / 15%);
  --paleBlueColor:#D4E0F5;
  --tintBlueColor:#E5ECF8;
  --lightBlueColor:#D1DDEF;
  --deepBlueColor:#375DB4;
  --softBlueColor:#BEC9E6;
  --grayBlueColor:#DCDEE6;
  --textHoverColor:#8098C4;
  --animationSpeed:0.4s;
  --ioAnimationSpeed:1s;
  --spMargin:40px;
  --pcMargin:50px;
  --fontSerif:"Shippori Mincho","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  --fontGothic:"Noto Sans JP","游ゴシック体",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  --fontFamily:var(--fontGothic);
  --fontTitle:var(--fontSerif);
  --fontEn:"Lusitana", serif;
}

/* ==========================================================================

	exhibition

========================================================================== */
.table_cnt {
  width: 100%;
}
.table_cnt thead th {
  font-weight: 500;
}
.table_cnt tbody tr {
  border-bottom: solid 1px rgb(from var(--mainColor) r g b/25%);
}
@media print, screen and (max-width: 812px) {
  .table_cnt thead {
    display: none;
  }
  .table_cnt tbody tr {
    display: block;
    padding: 1.6em 0;
  }
  .table_cnt tbody tr:first-child {
    border-top: solid 1px rgb(from var(--mainColor) r g b/25%);
  }
  .table_cnt tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
    text-align: left;
    margin-bottom: 0.7em;
  }
  .table_cnt tbody tr td:last-child {
    margin-bottom: 0;
  }
  .table_cnt tbody tr td:before {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: attr(data-label);
    width: 5.5em;
    text-align: center;
    background-color: var(--paleBlueColor);
    padding-bottom: 0.1em;
  }
  .table_cnt tbody tr td[data-label=開催日] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table_cnt tbody tr td[data-label=開催日] span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 813px) {
  .table_cnt {
    table-layout: fixed;
  }
  .table_cnt thead th {
    padding: 0.5em;
  }
  .table_cnt th, .table_cnt td {
    padding: 1.4em;
  }
  .table_cnt th {
    font-size: min(2rem, 20px);
    text-align: center;
    border-right: solid 1px var(--baseColor);
    background-color: var(--paleBlueColor);
  }
  .table_cnt th:nth-child(1) {
    width: 25%;
  }
  .table_cnt th:nth-child(2) {
    width: 40%;
  }
  .table_cnt th:nth-child(3) {
    width: 35%;
  }
  .table_cnt th:last-child {
    border-right: none;
  }
  .table_cnt td:nth-child(1) {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */
