@charset "UTF-8";

.eventWrap {
    padding: 100px 4%;
}

.eventWrap .wrap {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.titBox{margin-bottom: 40px;}

.titBox .Updaytime > span.closed {
    display: inline-block;
    background-color: #656464;
    z-index: 1;
    margin-right: 10px;
    font-size: 1.4rem;
    padding: 10px;
    line-height: 1;
    color: #fff;
    font-weight:600;
}

.titBox :lang(en) .Updaytime > span.closed {
    text-transform: uppercase;
}

.titBox .Updaytime {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.Updaytime>.update {
    font-size: 1.4rem;
}

.titBox h1{margin-bottom: 8px;}

.titBox dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 5px;
}

.titBox dl dt {
    width: 22px;
}

.titBox dl dt i {
    font-size: 2.6rem;
    color: #FF739F;
}

.titBox dl dd {
    width: calc(100% - 27px);
    font-size: 1.4rem;
    color: var(--color-text-sub);
}

.closedBox{
    margin-bottom: 15px;
}

.closedBox h2{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    background-color: #111;
}
.closedBox p{
    text-align: center;
}

.mainImg{margin-bottom: 40px;}
.mainImg figcaption{font-size: 1.4rem; color: var(--color-text-sub); margin-top:5px;}

#page_content > p{margin-bottom: 1.8rem;}
#page_content a > i{
    vertical-align: text-bottom;
    font-size: 1.8rem;
}
#page_content table td > p:not(:first-of-type){margin-top: 15px;}
#page_content h2{font-size: 2.5rem; margin-top: 30px;}
#page_content h3{font-size: 2.0rem; margin-top: 30px;}
#page_content h4{font-size: 1.8rem; margin-top: 20px;}
#page_content h5{margin-top: 15px;}
#page_content a{text-decoration: underline;}
#page_content a:hover{text-decoration: none;}
#page_content > figure{
    margin-bottom: 40px;
}
#page_content figure figcaption{font-size: 1.3rem; color: var(--color-text-sub); margin-top:5px;}



#page_content table {
    background-color: var(--select-color02);
    border-radius: 6px;
    display: block;
    width: 100%
}

#page_content table tr:not(:last-of-type) {
    border-bottom: 1px dashed #ccc;
}

#page_content table th {
    font-weight: 700
}

#page_content table tr,#page_content table tbody {
    width: 100%;
    max-width: 100%;
    display: block
}



@media only screen and (min-width: 813px) {
    #page_content table th {
        width: 150px;
        padding: 20px 0;
        text-align: left;
    }

    #page_content table td {
        padding: 20px 0 20px 20px;
        width: calc(100% - 150px);
    }

    #page_content table {
        padding: 20px 40px 40px
    }
    #page_content .flexBox{
        display: flex;
        gap:20px;
        justify-content: space-between;
    }
#page_content .flexBox figure{
    width: 200px;
    height: auto;
    order: 2;
}
#page_content .flexBox div{
    width: calc(100% - 220px);
    order: 1;
}
}

@media only screen and (max-width: 812px) {
    #page_content table {
        padding: 20px 4%;
    }

    #page_content table th,#page_content table td {
        display: block;
        width: 100%
    }

    #page_content table th {
        padding: 20px 0 0;
        text-align: left;
    }

    #page_content table td {
        padding: 10px 0 20px
    }
    #page_content .flexBox figure{
        width: 100%;
        max-width: 200px;
        margin: 0 auto 20px;
    }
}

#warning{
    margin: 40px 0;
    list-style-type: none;
}

#warning summary{
    border: 1px solid #FF739F;
    text-align: center;
    font-weight: 600;
    color: #FF739F;
    padding: 10px 20px;
    border-radius: 3px;
    list-style-type: none;
    position:relative;
    cursor:pointer;
    transition: all 0.5s;
}

#warning summary:hover{
    background-color:#ff739f36;
}

#warning summary span.material-symbols-outlined{
    font-size: 29px;
    position:absolute;
    transition: all 0.5s;
    right:10px;
    top:50%;
    margin-top: -14px;
}
summary::-webkit-details-marker {
display: none;
}

#warning > div{
    padding:4%;
    font-size:1.4rem;
    background-color:#ff739f0d;
    margin-top:20px;
}


#warning[open]::details-content {
    opacity: 1;
  }

  /* アコーディオンが開いた時のスタイル */
  #warning[open] span.material-symbols-outlined{
    transform: rotate(180deg);
  }

:root {
  interpolate-size: allow-keywords; /* サイズキーワードによるアニメーションを許可 */
}

#warning {
  &::details-content {
    @media (prefers-reduced-motion: no-preference) {
      overflow: clip;
      transition-duration: 300ms;
      transition-property: content-visibility, block-size;
      transition-behavior: allow-discrete;
    }
  }

  &:not(:open)::details-content {
    block-size: 0;
  }
}

/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
  #warning[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}

.reLink{text-align:center;}
.reLink h2{margin-bottom:20px;}

.reLink h2 {
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    display:flex;
    justify-content:center;
}

.reLink h2::before,
.reLink h2::after {
    content: '';
}

.reLink h2::before {
    border-left: solid 3px;
    transform: rotate(-30deg);
    margin-right:10px;
}

.reLink h2::after {
    border-right: solid 3px;
    transform: rotate(30deg);
    margin-left:10px;
}

.dl_timeLine dt{
    font-weight:600;
}

.dl_timeLine dt span{
    font-weight:400
}

.dl_timeLine dd:not(:last-of-type){margin-bottom:10px;}
.dl_timeLine dd:not(:last-of-type){margin-bottom:10px;}
.dl_timeLine dd{
    padding-left: 10px;
    border-left: 3px solid var(--color-text-sub);
    margin-left: 4px;
}

#page_content i {
    vertical-align: text-bottom;
}

