* {
    word-break: break-word;
}

body {
    font-family: 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans HK', sans-serif;
    /* リンク長押しのポップアップを無効化 */
    -webkit-touch-callout: none;
    /* テキスト長押しの選択ボックスを無効化 */
    -webkit-user-select: none;
}

.row,
.row_nopad,
.row_none,
.container-fluid,
.container-fluid-dg,
.col-12,
.col-6 {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.col-dg {
    background-color: #00bf00;
}

.row:not(.header) {
    margin-top: 0.5rem;
    padding: 0 1rem;
}

.row_nopad:not(.header) {
    margin-top: 0.5rem;
    padding: 0;
}

.row_none:not(.header) {
    margin: 0;
    padding: 0 0.5rem;
}

p {
    margin: 0;
}

.header,
.header_point {
    width: 100%;
    height: 3rem;
    background-color: #007bff;
    color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_point {
    width: 100%;
    height: 3rem;
    background-color: #007bff;
    color: #ffffff;
    /* position: fixed; */
    bottom: 0;
    z-index: 100;
}

.header-dg {
    width: 100%;
    height: 7vh;
    background-color: #00bf00;
    color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 1;
}

.header-description {
    width: 100%;
    padding: 0.25rem 1rem;
    font-size: 0.9rem;
    word-break: break-word;
}

/* .header_point {
    height: 3rem;
} */

.header p,
.header-dg p,
.header_point p {
    font-size: 3.5vh;
    line-height: 7vh;
    text-align: center;
}

.header_point .now_point .footer_point {
    font-family: 'GenevaBold', sans-serif;
    position: relative;
    font-size: 18pt;
    /*1.8rem;*/
    line-height: 1.4;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    width: 2.7rem;
    height: 1.9rem;
}

.container-ticket-img {
    padding-top: 3rem;
    padding-bottom: 5rem;
    padding-bottom: calc(5rem + env(safe-area-inset-bottom) - 10px);
    width: 100%;
    /* max-width: 724px; */
    height: fit-content;
    /*overflow-y: scroll;*/
    text-align: center;
}

.container-fluid,
.container-fluid-dg {
    padding: 0;
    padding-top: 7vh;
    padding-bottom: 5rem;
    padding-bottom: calc(5rem + env(safe-area-inset-bottom));
    width: 100vw;
    height: fit-content;
    min-height: fit-content;
    overflow-y: scroll;
}

.container-fluid-dg {
    padding-top: 0;
    padding-bottom: 6rem;
}

.container-ticket {
    padding: 0;
    padding-top: 3rem;
    padding-bottom: 5rem;
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
    width: 100%;
    height: fit-content;
    min-height: fit-content;
    /*overflow-y: scroll;*/
}

.container-hist {
    padding: 0;
    padding-top: 7vh;
    padding-bottom: 5rem;
    padding-bottom: calc(env(safe-area-inset-bottom));
    width: 100vw;
    height: fit-content;
    min-height: fit-content;
    overflow-y: scroll;
}

.container-item {
    padding: 0;
    padding-top: 6vh;
    width: 100vw;
}

.explain {
    /*display: flex;*/
    justify-content: space-between;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    letter-spacing: -1px;
    line-height: 120%;
    font-weight: 500;
    padding: 1rem 1.4rem;
    padding-bottom: 10rem;
    background: #E9F3FF;
}

form {
    text-align: center;
}

.display {
    text-align: center;
    font-size: 1.2rem;
    font-family: sans-serif;
}

.icon {
    text-align: center;
}

.icon img {
    max-width: 100%;
    height: auto;
}

.check-box {
    width: 100%;
    margin: 0;
}

label {
    /*margin: 0 !important;*/
}

table {
    margin-bottom: 0.5rem;
    border: solid 1px #0055FF;
    border-collapse: separate;
    border-radius: 4px;
}

.table-dg {
    border: solid 1px #00bf00;
}

.table-dg-disable {
    border: solid 1px #9f9f9f;
}

td {
    font-weight: normal;
}

.td1 {
    color: #FFFFFF;
    background: #5588FF;
    border-radius: 2px 2px 0 0;
}

.td-dg {
    font-weight: 700;
    color: #111111;
    background: #B3EFAA;
    border-radius: 2px 2px 0 0;
}

.td-dg-disable {
    font-weight: 700;
    color: #999999;
    background: #EFEFEF;
    border-radius: 2px 2px 0 0;
}

.td-dg_ttl,
.td-dg_ttl-disable {
    font-weight: 700;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1;
    padding-top: 15px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0;
}

.td-dg_ttl-disable {
    color: #999999;
}

.td-dg_body,
.td-dg_body-disable {
    text-align: right;
    font-size: 0.9rem;
    padding-top: 15px;
    padding-right: 5px;
}

.td-dg_body-disable {
    color: #999999;
}

input+label table {
    border: solid 2px #BBCCFF;
    /*                border-collapse: separate;  0055FF
    border-radius: 4px; */
}

input+label .table-dg {
    border: solid 2px #B3EFAA;
    /*                border-collapse: separate; 
    border-radius: 4px; */
}

.input_disable+label table {
    border: solid 2px #CCCCCC;
    opacity: 0.7;
}

input+label table .td1 {
    color: #000000;
    background: #F4F4FF;
    /*border-radius: 4px 4px 0 0;*/
    /*  color: #000000;#FFFFFF
    background: #F4F4FF; #B3EFAA
    border-radius: 4px 4px 0 0; */
}

input+label .table-dg .td1 {
    color: #FFFFFF;
    background: #B3EFAA;
}

.input_disable+label table .td1 {
    color: #000000;
    background: #BBBBBB;
    opacity: 0.7;
}

input+label table .imgChk {
    width: 96px;
    height: 96px;
    background-image: url(../images/ico_jr_uncheck.png);
    background-position: bottom;
    background-size: 96px 96px, 100%;
    background-repeat: no-repeat, no-repeat;
}

.input_disable+label table .imgChk {
    width: 96px;
    height: 96px;
    background-image: url(../images/ico_jr_disable.png);
    background-position: bottom;
    background-size: 96px 96px, 100%;
    background-repeat: no-repeat, no-repeat;
    opacity: 0.5;
}

input+label .table-dg .imgChk {
    width: 96px;
    height: 96px;
    background-image: url(../images/ico_dg_uncheck.png);
    background-position: bottom;
    background-size: 96px 96px, 100%;
    background-repeat: no-repeat, no-repeat;
}

.input_disable+label .table-dg .imgChk {
    width: 96px;
    height: 96px;
    background-image: url(../images/ico_dg_disable.png);
    background-position: bottom;
    background-size: 96px 96px, 100%;
    background-repeat: no-repeat, no-repeat;
    opacity: 0.5;
}

input:checked+label table {
    border: solid 2px #0055FF;
    /*                border-collapse: separate; 
    border-radius: 4px; */
}

input:checked+label .table-dg {
    border: solid 2px #00bf00;
    /*                border-collapse: separate; 
    border-radius: 4px; */
}

input:checked+label table .td1 {
    color: #FFFFFF;
    background: #0071FF;
    /*border-radius: 4px 4px 0 0;*/
}

input:checked+label .table-dg .td1 {
    color: #FFFFFF;
    background: #00bf00;
    /*border-radius: 4px 4px 0 0;*/
}

input:checked+label table .imgChk {
    width: 96px;
    height: 96px;
    background-image: url(../images/ico_jr_check.png);
    background-position: left;
    background-size: 96px 96px, 100%;
    background-repeat: no-repeat, no-repeat;
}

input:checked+label .table-dg .imgChk {
    width: 96px;
    height: 96px;
    background-image: url(../images/ico_dg_check.png);
    background-position: left;
    background-size: 96px 96px, 100%;
    background-repeat: no-repeat, no-repeat;
}

.btn {
    -webkit-appearance: none;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 0.9rem;
    color: #007bff;
    padding: 0;
    /*                height: 10vh!important;
    padding-left: 0.0rem;
    padding-right: 0.2rem;*/
    /*    padding-top: 1rem;
    padding-bottom: 1rem;*/
}

.btn-back {
    -webkit-appearance: none;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 0.9rem;
    color: #007bff;
    padding: 0;
}

.btn-back-dg {
    color: #00bf00;
}

a:hover,
.btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a:active {
    /* filter: saturate(150%); */
    opacity: 0.8;
}

a.tickets {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 10vh;
    vertical-align: middle;
    text-align: center;
    padding: 0 1rem;
}

a.tickets-img {
    display: inline;
    justify-content: space-between;
    max-width: 100%;
    max-height: 5vh;
    vertical-align: middle;
    text-align: center;
    padding: 0 1rem;
}

a.tickets>i {
    font-size: 5vh;
    line-height: 10vh;
}

a.tickets>span {
    font-size: 3vh;
    line-height: 10vh;
}

a.tickets-img>img {
    width: 90%;
}

footer.info {
    z-index: 1;
    border-top: 1.5px solid #808080;
    background: #FFFFFF;
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    width: 100vw;
    height: 6rem;
    margin-bottom: env(safe-area-inset-bottom);
}

footer.policy {
    z-index: 1;
    border-top: 1.5px solid #808080;
    background: #FFFFFF;
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    width: 100vw;
    height: 4rem;
    margin-bottom: env(safe-area-inset-bottom);
}

.policy a {
    margin: 0.5rem;
    font-size: 0.9rem;
    height: 3rem;
    padding: 0.5rem;
}

footer.footbtn {
    z-index: 1;
    border-top: 1.5px solid #C0C0C0;
    background: #FFFFFF;
    position: fixed;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    bottom: 0;
    width: 100vw;
    max-height: 6rem;
    margin-bottom: env(safe-area-inset-bottom);
}

.bg-ticket {
    background-color: #00bfff;
    color: #FFFFFF;
}

.bg-qr {
    background-color: #ffa500;
    color: #FFFFFF;
}

.bg-number {
    background-color: #00cc00;
    color: #FFFFFF;
}

footer.buttons {
    z-index: 1;
    border-top: 1.5px solid #808080;
    background: #FFFFFF;
    position: fixed;
    justify-content: space-between;
    bottom: 0;
    width: 100vw;
    height: fit-content;
    margin-bottom: env(safe-area-inset-bottom);
    margin-bottom: 8vh;
}

.buttons a {
    font-size: 0.8rem;
    padding: 1px 2px;
}

@media only screen and (min-device-width:160px) and (max-device-width:320px) and (orientation:portrait) {
    .buttons a {
        font-size: 0.6rem;
    }
}

a.tickets_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    vertical-align: middle;
    text-align: center;
}

a.tickets_btn>i {
    font-size: 5vh;
    line-height: 10vh;
}

a.tickets_btn>span {
    font-size: 1rem;
    line-height: 10vh;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-success {
    color: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btnWhite {
    -webkit-appearance: none;
    border-radius: 4px;
    border: solid 1px transparent;
    border-color: #007bff;
}

.btnWhite>i {
    color: #007bff;
}

.btnWhite:hover {
    color: #007bff;
    text-decoration: none;
}

.btnWhite:active {
    color: #007bff;
    background-color: #FFFFFF;
    opacity: 0.5;
}

.btnBlue {
    -webkit-appearance: none;
    border-radius: 4px;
    border: solid 1px transparent;
    border-color: #007bff;
    background-color: #007bff !important;
    color: #ffffff;
}

.btnBlue>i {
    color: #007bff;
}

.btnBlue:hover {
    color: #ffffff;
    text-decoration: none;
}

.btnBlue:active {
    color: #ffffff;
    background-color: #FFFFFF;
    opacity: 0.5;
}

.btnWhiteStr {
    color: #007bff;
    width: 100%;
    line-height: 2.0;
    padding: 20px;
}

.btnWhite_dg {
    -webkit-appearance: none;
    border-radius: 4px;
    border: solid 1px transparent;
    border-color: #00bf00;
}

.btnWhite_dg>i {
    color: #00bf00;
}

.btnWhite_dg:hover {
    color: #00bf00;
    text-decoration: none;
}

.btnWhite_dg:active {
    color: #00bf00;
    background-color: #FFFFFF;
    opacity: 0.5;
}

.btnWhiteStr_dg {
    color: #00bf00;
    width: 100%;
    line-height: 2.0;
    padding: 20px;
}

.btnWhite_gr {
    -webkit-appearance: none;
    border-radius: 4px;
    border: solid 1px transparent;
    border-color: #898989;
    color: #464646;
}

.btnWhite_gr>i {
    color: #898989;
}

.btnWhite_gr:hover {
    color: #898989;
    text-decoration: none;
}

.btnWhite_gr:active {
    color: #898989;
    background-color: #FFFFFF;
    opacity: 0.5;
}

.reserve_icon {
    position: absolute;
    text-align: center;
    padding-left: 0.15rem;
    margin: -1rem;
    border-radius: 0.25rem;
    width: 4.5rem;
    height: 2rem;
    line-height: 2rem;
    top: 30px;
    right: 30px;
    border-radius: 0 !important;
}

.reserve_btn {
    /* font-size: 1.6rem; */
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    color: #fff;
    width: 20rem;
    max-width: 300px;
}

.r_tel,
.r_mail,
.r_url {
    background-color: #f6ae54;
    color: #fff !important;
}

.r_tel:hover,
.r_mail:hover,
.r_url:hover {
    background-color: #f5c993;
    color: #fff !important;
}