:root {
  --sectionPadding: 16px;
  --fontSize: 16px;
}
.custom__un_index_section_inner__container {
  padding: var(--sectionPadding);
  font-size: 16px;
}

button {
    &.ticket-btn2 {
        color: #fff;
        font-size: inherit;
    }
}
ul {
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0 16px;

    li {
      position: relative;
      font-size: 16px;
      line-height: 2.0;
      text-indent: -1em; /*ここで字下げ。今回は一文字分なので1em*/
      margin-right: 16px;
      margin-left: 16px;

      &::before {
          content: "・";
          left: 0;
          top: 0;
          font-size: var(--fontSize);
        }
    }
}

.ticket-notice-list li::before {
  content: "・";
  left: 0;
  top: 0;
  font-size: 14px;
}

.bl_footer {
    margin-top: 46px;
}

.custom__bold24 {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (width >= 768px) {
    .un_index_section_contents_highlight {
        padding-top: 16px;
        padding-bottom: 32px;
    }
}

.bl_globalNav_list {
    li {
        &::before {
            content: none;
        }
    }
}






@media screen and (width >= 768px) {
    .un_index_about_table_title {
        width: 16%;
    }
}
@media screen and (width >= 768px) {
    .un_index_about_table_data {
        width: 84%;
    }
}


/*▼WP用*/
/*
.wp-block-group__inner-container {
    position: relative;
    padding: 32px 0px;
    z-index: 900;
}
*/

main {
    >.wp-block-group {
        position: relative;
        box-sizing: border-box;
        padding: 32px 8px;
        z-index: 900;        
    }
}
@media screen and (width > 768px) {
    main {
        >.wp-block-group {
            padding-left: 0;
            padding-right: 0;
        }
    }
}

hr.wp-block-separator {
    height: 1px;
    width: 100%;
    margin: 24px 0;
    border-width: 0 0 1px 0;
    border-bottom: dashed 1px #DCA33E;
}

h3.wp-block-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.has-text-align-center {
    text-align: center;
}

.wp-block-buttons {
    margin: 16px 0;
}
.wp-block-button__link {
position: relative;
    overflow: hidden;
    width: 400px;
    height: 80px;
/*    margin: 64px auto 0;*/
    margin: 16px auto;
    opacity: 1.0;
    background: var(--color_black);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    align-content: center;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;

    &:hover {
        opacity: 0.7;
        background: #010101;
    }
}
@media screen and (width < 768px) {
    .wp-block-button__link {
        width: 96%;
    }
}

.wp-block-image {
    img {
        max-width: 100%;
        height: auto;
    }
}

.wp-block-group {
    &.custom__group--black {
        background-color: rgba(0, 0, 0, 0.8);

        .un_index_section_title_en {
            color: var(--color_orange);
        }
        .un_index_section_title_jp {
            color: var(--color_orange);
        }
    }
}

/*グループの中のグループ*/
.wp-block-group__inner-container {
    .wp-block-group {
        margin-inline: auto;
        background: rgba(255, 255, 255, 1.0);
        box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);

        .wp-block-group__inner-container {
            box-sizing: border-box;
            padding: var(--sectionPadding);
        }
    }
}
@media screen and (width > 768px) {
    .wp-block-group__inner-container {
        .wp-block-group {
            .wp-block-group__inner-container {
                box-sizing: border-box;
                padding: var(--sectionPadding) calc( var(--sectionPadding) * 2 );
            }
        }
    }
}
@media screen and (width > 768px) {
    .wp-block-group__inner-container {
        .wp-block-group {
            max-width: 800px;
            padding-top: 16px;
            padding-bottom: 32px;
        }
    }
}
@media screen and (width <= 768px) {
    .wp-block-group__inner-container {
        .wp-block-group {
            max-width: 800px;
            padding-top: 16px;
            padding-bottom: 32px;
        }
    }
}

.hg_block__dl-05 {
    .hg_block__dl-05__child {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
        padding-block: 30px;
        margin: 16px 0;
        border-bottom: dashed 1px #DCA33E;

        dt {
            width: 100%;
            font-size: 20px;
        }
        dd {
            width: 100%;
            font-size: 16px;
        }
    }

    &.custom__dl--price {
        .hg_block__dl-05__child {
            padding: 0;
            margin-top: 16px;

            &:first-of-type {
                margin-top: 0;
            }
        }
        dt {
            margin-bottom: 16px;
            font-size: 24px;
            font-weight: bold;
        }
        dd {
            margin-bottom: 16px;
            font-size: 24px;
            text-align: right;
        }
    }
}
@media screen and (width > 768px) {
    .hg_block__dl-05 {
        .hg_block__dl-05__child {
            flex-direction: row;

            dt {
                width: 16%;
            }
            dd {
                width: 84%;
            }
        }

        &.custom__dl--price {
            .hg_block__dl-05__child {
                dt, dd {
                    width: 50%;
                }
            }
        }

    }
}


.custom__innerGroup--highlight {
    background-color: inherit !important;
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0em;
    font-weight: bold;
    color: #fff;

    p {
        font-size: 20px;
        line-height: 2.2;
        letter-spacing: 0em;
    }
}
@media screen and (width > 768px) {
    .custom__innerGroup--highlight {
        max-width: 820px !important;

        .wp-block-group__inner-container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
}

.custom__image--outerlink {
    cursor: pointer;

    &:hover {
        opacity: 0.7;
        background: #fff;
    }    
}