@charset "UTF-8";

/*========================================
チケットトップページ20210331
========================================*/


.scroll ul li {
    height: 60px;
    text-align: center;
    padding: 15px 2px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
}

.scroll ul li.osusume {
    background-color: #FF8892;
    width: 24%;
    margin-right: 11px;
    display: block;
    line-height: 16px;
}

.scroll ul li.enjoypack {
    background-color: #a6d19f;
    width: 32.5%;
    display: block;
    line-height: 16px;
}

.scroll ul li.advance {
    background-color: #f6b377;
    width: 32.5%;
    margin-right: 11px;
    display: block;
}

.scroll ul li.today {
    background-color: #7ebddc;
    width: 32.5%;
    margin-right: 11px;
}

.scroll ul li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    display: block;
}

.scroll ul li a:hover,
.scroll ul li:hover {
    text-decoration: none!important;
    opacity: 0.7;
}

.scroll ul li.osusume a:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 21px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 1%;
    background-image: url(/ticket/individual/img/arrow_osusume.png);
}

.scroll ul li.advance a:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 21px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 1%;
    background-image: url(/ticket/individual/img/arrow_today.png);
}

.scroll ul li.enjoypack a:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 21px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 1%;
    background-image: url(/ticket/individual/img/arrow_enjoypack.png);
}

.scroll ul li.today a:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 21px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 1%;
    background-image: url(/ticket/individual/img/arrow_advance.png);
}

.box.advance {
    clear: both;
    margin-top: 20px;
}

.box {
    background-color: #f6b377;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
}

.box h2 {
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
}

.box .inner_box {
    background-color: #ffffff;
    padding: 13px;
    border-radius: 5px;
}

.box .inner_box h3 {
    text-align: center;
    margin: 5px 0 15px;
}

.box .inner_box.other h3 {
    text-align: center;
    margin: 9px 40px 5px 200px;
}

.box .inner_box.other h3 a {
    font-size: 18px;
    color: #59564f;
    display: block;
}

.box .inner_box.other h3 a:hover {
    text-decoration: none!important;
}

.box .inner_box.other:hover {
    opacity: 0.7;
}

.box .inner_box.other {
    background-color: #f4fde2;
    border: 1px solid #2e6a47;
    display: flex;
}

.box .inner_box h3 img {
    width: 28%;
}

.box.osusume .inner_box h3 img {
    width: inherit;
}

.box.enjoypack .inner_box h3 img {
    width: inherit;
}

.box .inner_box table {
    border: 1px solid #59564f;
    border-radius: 5px;
    border-collapse: separate;
}

.box .inner_box table thead {
    background-color: #969696;
    color: #ffffff;
}

.box .inner_box table thead th {
    font-size: 20px;
    padding: 5px 0;
    height: 23px;
    text-align: center;
}

.box .inner_box table thead th.one {
    width: 220px;
}

.box .inner_box table thead th.two {
    width: 410px;
}

.box .inner_box table thead th.blank {
    width: 221px;
}

.box .inner_box table thead th.one:after {
    content: '';
    position: relative;
    border-right: 1px solid #ffffff;
    left: 27px;
    top: 4px;
    height: 33px;
    padding-top: 43px;
}

.box .inner_box table thead th.two:after {
    content: '';
    position: relative;
    border-right: 1px solid #ffffff;
    left: 126px;
    top: 20px;
    height: 33px;
    padding-top: 40px;
}

.box .inner_box table thead th span.small {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
}

.box .inner_box table thead th span.small br {
    line-height: initial;
}

.box .inner_box table tbody td {
    font-size: 17px;
    padding: 6px;
}

.box .inner_box table tbody td.sumida {
    padding: 0 0 0 6px;
}

.box .inner_box table tbody td.tenku {
    padding: 0 0 0 6px;
}

.box .inner_box table tbody td span.ticket {
    padding: 10px 35px;
    position: relative;
    top: 0;
    left: 6px;
}

.box .inner_box table tbody td span.ticket3 {
    padding: 20px;
    position: relative;
    top: 14px;
    left: 6px;
}

.box .inner_box table tbody td span.ticket4 {
    padding: 20px;
    position: relative;
    top: 10px;
    left: -1px;
}

.box .inner_box table tbody td span.floor2 {
    font-size: 12px;
    position: relative;
    top: 4px;
    left: 4px;
}

.box .inner_box table tbody td span.plus {
    position: relative;
    top: -3px;
    left: 50px;
}

.box .inner_box table tbody td span.plus2 {
    position: relative;
    top: 3px;
    left: 50px;
}

.box .inner_box table tbody td span.sumida {
    position: relative;
    top: -12px;
    left: 8px;
}

.box .inner_box table tbody td span.sumida2 {
    position: relative;
    top: -7px;
    left: 8px;
}


.box .inner_box table tbody td span.tenku {
    position: relative;
    top: -12px;
    left: 2px;
font-size: 13px;
}

.box .inner_box table tbody td span.tenku2 {
    position: relative;
    top: -6px;
    left: 2px;
    font-size: 13px;
}

.box .inner_box table tbody td span.ticket2 {
    padding: 20px 0;
}

.box .inner_box table tbody td span.price3 {
    font-size: 20px;
    position: relative;
    top: -35px;
    right: -22px;
}

.box .inner_box table tbody td span.price4 {
    font-size: 20px;
    position: relative;
    top: -27px;
    right: -24px;
}

.box .inner_box table tbody td span.price5 {
    font-size: 20px;
    position: relative;
    top: -30px;
    right: 4px;
}

.box .inner_box table tbody td span.floor {
    font-size: 12px;
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block;
}

.box .inner_box table tbody td span.price {
    font-size: 20px;
    position: relative;
    top: -6px;
    right: -10px;
    padding-left: 18px;
}

.box .inner_box table tbody td span.price2 {
    font-size: 20px;
    padding-left: 11px;
}

.box .inner_box table tbody td span.yen {
    font-size: 12px;
}

.box .inner_box table tbody td.description {
    font-size: 12px;
    padding: 5px 5px 5px 35px;
}

/* .box .inner_box table tbody td.one:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696; */
    /* left: 16px; */
    /* left: 10px;
    top: -4px;
    padding: 45px 0 15px;
} */

/* .box .inner_box table tbody td.two:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 63px;
    padding: 45px 0 15px;
} */

.box.enjoypack .inner_box table tbody td.one:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: px;
    padding: 60px 0 0;
    top: -12px;
}

.box.enjoypack .inner_box.tenku table tbody td.one:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 10px; /*106px---------------------------------------------------*/
    padding: 60px 0 0;
    top: -15px;
}

.box.enjoypack .inner_box.tenku table tbody td.one.tenku2:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 10px;
    padding: 61px 0 0;
    top: 4px;
}

.box.enjoypack .inner_box table tbody td.sumida2:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 38px;
    padding: 61px 0 0;
    top: 3px;
}


/*.box.enjoypack .inner_box table tbody td.two.sumida:after {
        left: 115px;
        top: 19px;
    }*/

/* .box .inner_box table tbody td.one.tenbo:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696; */
    /* left: 25px; */
    /* left: 12px;
    padding: 37px 0 24px;
    top: 5px;
} */

/* .box .inner_box table tbody td.two:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 63px;
    padding-top: 55px;
    top: -10px;
} */

/* .box .inner_box table tbody td.two.tenbo:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 63px;
    padding-top: 51px;
    top: -1px;
} */

.box .inner_box table tbody td.three:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 15px;
    padding: 48px 0 24px;
    top: -4px;
}

.box .inner_box table tbody td.four:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 347px;
    padding-top: 79px;
    top: 16px;
}

.box .inner_box table tbody td.five:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 201px;
    padding-top: 76px;
    top: 21px;
}

.box .inner_box table tbody td.six:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 347px;
    padding-top: 81px;
    top: 30px;
}

.box .inner_box table tbody td.shuttle2:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 19px;
    padding-top: 67px;
    top: -20px;
}

.box .inner_box table tbody td.shuttle3:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 19px;
    padding-top: 67px;
    top: -5px;
}

.box .inner_box table tbody td.shuttle4:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 92px;
    padding-top: 67px;
    top: 2px;
}

.box .inner_box table tbody td.shuttle5:after {
    content: '';
    position: relative;
    border-right: 1px solid #969696;
    left: 92px;
    padding-top: 67px;
    top: 6px;
}


/*p.indent {
            text-indent: -1em;
            padding-left: 1em;
        }*/

p.indent.two,
p.indent.three {
    margin-top: -22px;
}

.box .inner_box table tbody tr.box1 {
    background-image: linear-gradient(to right, #969696, #969696 3px, transparent 1px, transparent 4px);
    background-size: 11px 3px;
    background-position: bottom;
    background-repeat: repeat-x;
}

.box .inner_box table tbody tr.box1 {
    height: 110px;
}

.box .inner_box table tbody tr.box2 {
    height: 110px;
}

.box .inner_box table tbody td.button {
    padding: 0 16px;
}

.box .inner_box table tbody td.button a:hover {
    text-decoration: none!important;
}

.box .inner_box table tbody td .set_ticket {
    background-color: #ff3c00;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: -20px;
    font-size: 14px;
    color: #ffffff;
}

.box .inner_box table tbody td .set_ticket:hover,
.box .inner_box table tbody td .set_ticket4:hover,
.box .inner_box table tbody td .deck_ticket:hover,
.box .inner_box table tbody td .deck_ticket2:hover,
.box .inner_box table tbody td .details:hover {
    opacity: 0.6;
}

.box .inner_box table tbody td .deck_ticket {
    background-color: #00c8f0;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: -20px;
    font-size: 14px;
    color: #ffffff;
}

.box .inner_box table tbody td .details {
    background-color: #dcdcdc;
    text-align: center;
    padding: -1px 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #59564f;
    margin: -20px 0;
}

.box .inner_box table tbody td.description {
    background: url(/ticket/individual/img/ico_tower_06.png) 0 17px no-repeat;
}

.box .inner_box table tbody td.description.tenbo {
    background: url(/ticket/individual/img/ico_tower_04.png) 0 17px no-repeat;
}

span.line_pink {
    border-bottom: 3px solid #ef929d;
    line-height: 1;
    display: inline-block;
}

span.line_blue {
    border-bottom: 3px solid #6ddcff;
    line-height: 1;
    display: inline-block;
}

.box .inner_box table tbody td.button .set_ticket a,
.box .inner_box table tbody td.button .set_ticket4 a,
.box .inner_box table tbody td.button .deck_ticket a,
.box .inner_box table tbody td.button .deck_ticket2 a {
    color: #ffffff;
    display: block;
}

.box .inner_box table tbody td.button .set_ticket a:after,
.box .inner_box table tbody td.button .deck_ticket a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    background-image: url(/ticket/individual/reservation/img/arrow5.png);
}

.box .inner_box table tbody td.button .details a {
    color: #59564f;
    display: block;
    padding: 0 46px;
}

.box .inner_box table tbody td.button .details a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    background-image: url(/ticket/individual/reservation/img/arrow6.png);
}

.box .inner_box p.charge {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
}

.box .inner_box p.charge a {
    color: #59564f;
}

.box .inner_box.seven {
    margin-top: 20px;
}

.box .inner_box.tenku,
.box .inner_box.other {
    margin-top: 20px;
}

.box .inner_box.seven table tbody tr.box1 {
    /*background-image: none;*/
}

.box .inner_box.seven table tbody td.description {
    background: none;
}

.box .inner_box.seven table tbody td.description {
    padding: 5px 5px 25px 15px;
}

.box .inner_box.today table tbody tr.box1 td.description {
    padding: 15px 5px 15px 55px;
}

.box .inner_box.today table tbody tr.box2 td.description {
    padding: 0 5px 20px 55px;
}

.box .inner_box.seven table tbody td.two:after {
    left: 392px;
    top: 17px;
}

.box .inner_box.seven table tbody td .set_ticket {
    background-color: #ffdd9e;
}

.box .inner_box.seven table tbody td .set_ticket a {
    color: #59564f;
}

.box .inner_box.seven table tbody td.button .set_ticket a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    background-image: url(/ticket/individual/reservation/img/arrow6.png);
}

.box.enjoypack {
    margin-top: 20px;
    padding: 10px 20px 20px 20px;
    margin-top: 20px;
    background-color: #a6d19f;
}

/*エンジョイパック横棒部分---------------------------------------------------*/

.box.enjoypack .inner_box table tbody td.two:after {
    left: 105px; 
    top: 5px;
}

.box.enjoypack .inner_box table tbody td.two.tenbo:after {
    left: 105px; 
    top: 15px;
}

.box.enjoypack .inner_box table tbody td.two.tenku:after {
    left: 347px;
    top: -4px;
}

.box.enjoypack .inner_box table tbody td.two.tenbo.tenku:after {
    left: 347px;
    top: -9px;
}



/*---------------------------------------------------*/

.box.today {
    margin-top: 20px;
    background-color: #7ebddc;
}

.box.today .inner_box table tbody td.two:after {
    left: 44px;
    top: -12px;
}

.box.today .inner_box table tbody td.two.tenbo:after {
    left: 44px;
    top: 8px;
}

.box.group {
    margin-top: 20px;
    background-color: #fdeff0;
    padding: 20px;
    border: 1px solid #ffaeb8;
}

.box.group p {
    text-align: center;
    font-size: 18px;
}

.box.group a {
    color: #59564f;
    display: block;
}

.box.group:hover {
    text-decoration: none!important;
    opacity: 0.7;
}

.box.group a:hover {
    text-decoration: none!important;
}

.box.partner {
    background-color: #e6e6e6;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.box.partner h2 {
    text-align: center;
    color: #59564f;
    font-size: 20px;
    margin-top: 20px;
}

.box.partner p.txt_dis {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 20px;
}

.box.partner .official {
    border: 1px solid #59564f;
    border-radius: 5px;
    width: 49%;
    float: left;
    margin-right: 10px;
}

.box.partner .official h4,
.box.partner .friendship h4,
.box.partner .agency h4 {
    background-color: #e6e6e6;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}

.box.partner .official p.logo {
    text-align: center;
    margin: 20px 0;
}

.box.partner .friendship p.logo {
    text-align: center;
    margin: 30px 0;
}

.box.partner .agency p.logo {
    text-align: center;
    margin: 40px 0;
}

.box.partner .float {
    overflow: hidden;
}

.box.partner .official ul.hotels {
    display: inline-block;
    margin-bottom: 40px;
}

.box.partner .official ul.hotels li {
    padding: 0 35px;
}

.box.partner .official ul.hotels li a {
    display: block;
    margin-bottom: -25px;
}

.box.partner .right {
    float: right;
    width: 49%;
}

.box.partner .friendship,
.box.partner .agency {
    border: 1px solid #59564f;
    border-radius: 5px;
}

.box.partner .agency {
    margin-top: 20px;
}

.box.partner a:hover {
    opacity: 0.7;
}

span.indent {
    margin-left: -1em;
}

.img-zoom.admission {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box h2 {
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
    }

    .box .inner_box h3 img {
        width: 50%!important;
    }

/*    .box .inner_box h3 img.tenku {
        width: 25%!important;
    }*/

    .box .inner_box h3 img.sumida_sp_h {/**/
        width: 90%!important;
    }

    .box .inner_box h3 img.tenku {/**/
        width: 90%!important;
    }
    .box .inner_box table thead th {
        display: none;
    }
    .box .inner_box table tbody td {
        font-size: 17px;
        padding: 6px;
        display: block;
        width: 100%;
    }
    .box .inner_box table tbody td.one.tenbo {
        padding: 15px 6px 6px 6px;
    }
    /* .box .inner_box table tbody td.one:after {
        content: '';
        position: relative;
        border-right: none;
        border-bottom: 1px solid #969696;
        display: inline-block;
        top: -16px;
        padding: 0px 48%;
        left: 6px;
    } */
    .box .inner_box table tbody td.button {
        padding: 30px 10px 35px;
    }
    .box .inner_box table tbody td.two:after {
        content: '';
        position: relative;
        border-right: 0px solid #969696;
    }
    /* .box .inner_box table tbody td.one.tenbo:after {
        content: '';
        position: relative;
        border-right: none;
        border-bottom: 1px solid #969696;
        display: inline-block;
        top: -5px;
        left: 5px;
        padding: 0 48%;
    } */
    .box .inner_box table tbody td.two.tenbo:after {
        content: '';
        position: relative;
        border-right: 0 solid #969696;
    }
    .box .inner_box table tbody td span.price {
        right: -30px;
    }
    .box .inner_box table tbody td span.floor {
        left: 20px;
        line-height: 1.2;
    }
    .box .inner_box table tbody td span.ticket {
        left: 18px;
    }
    .box .inner_box table tbody td span.ticket2 {
        padding: 15px;
    }
    .box.today .inner_box table tbody td.description {
        font-size: 12px;
        padding: 5px 5px 35px 60px;
    }
    .box.partner .official {
        width: 100%;
        float: none;
    }
    .box.partner .right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .box.partner .official img,
    .box.partner .friendship img,
    .box.partner .agency img {
        width: 90%;
    }
    .box.partner h2 {
        margin-top: 0;
    }
    .box.partner p.txt_dis {
        margin: 10px 0 10px;
    }
    .scroll {
        padding: 10px;
    }
    .scroll ul li.advance {
        width: 100%;
        margin-right: 10px;
    }
    .scroll ul li.enjoypack,
    .scroll ul li.today
    .scroll ul li.osusume {
        width: 100%;
    }
    .scroll ul li {
        margin-bottom: 10px;
    }
    .box.partner .official ul.hotels li {
        padding: 0 2em;
        text-indent: -1em;
    }
    .box.partner .official ul.hotels li a {
        margin-bottom: -15px;
    }
    .box .inner_box table tbody td.description {
        background: url(/ticket/individual/img/ico_tower_06.png) 20px 10px no-repeat;
        margin-top: -25px;
    }
    .box .inner_box table tbody td.description.tenbo {
        background: url(/ticket/individual/img/ico_tower_04.png) 20px 15px no-repeat;
        margin-top: -18px;
        padding-top: 10px!important;
        padding-right: 15px;
    }
    .box .inner_box.seven table tbody td.description.two {
        padding: 5px 10px 25px 20px;
    }
    .box .inner_box.today table tbody tr.box1 td.description.two {
        padding: 5px 10px 15px 65px;
    }
    .box .inner_box.today table tbody tr.box2 td.description.tenbo {
        padding: 5px 10px 38px 65px;
    }
    .pink-box .set-tic-min {
        text-align: left;
        padding: 0 1px 10px 1.5em;
    }
    body.l08 .list-general-linkin li {
        height: 60px;
        padding: 0!important;
    }
    br.pc {
        display: none;
    }
    .box .inner_box table tbody td span.ticket3 {
        padding: 20px;
        position: relative;
        top: 7px;
        left: 6px;
    }
    .box .inner_box table tbody td span.floor2 {
        font-size: 12px;
        position: relative;
        top: -5px;
        left: 4px;
    }
    .box .inner_box table tbody td span.plus {
        position: relative;
        top: -15px;
        left: 50px;
    }
    .box .inner_box table tbody td span.sumida {
        position: relative;
        top: -25px;
        left: 8px;
    }
    .box .inner_box table tbody td span.price3 {
        font-size: 20px;
        position: relative;
        top: -42px;
        right: -22px;
    }
    .box .inner_box table tbody td span.ticket4 {
        padding: 20px;
        position: relative;
        top: 2px;
        left: -1px;
    }
    .box .inner_box table tbody td span.plus2 {
        position: relative;
        top: -9px;
        left: 50px;
    }
    .box .inner_box table tbody td span.sumida2 {
        position: relative;
        top: -23px;
        left: 8px;
    }
    .box .inner_box table tbody td span.price4 {
        font-size: 20px;
        position: relative;
        top: -41px;
        right: -24px;
    }
    .box .inner_box table tbody td span.tenku {
        position: relative;
        top: -28px;
        left: 10px;
    }
    .box .inner_box table tbody td span.price5 {
        font-size: 20px;
        position: relative;
        top: -38px;
        right: -21px;
    }
    .box .inner_box table tbody td span.tenku2 {
        position: relative;
        top: -21px;
        left: 10px;
    }
    .box.enjoypack .inner_box table tbody td.one:after {
        content: '';
        position: relative;
        border-right: 0px solid #969696;
        border-bottom: 1px solid #969696;
        left: 0;
        padding: 0 135px;
        top: -37px;
    }
    .box .inner_box.enjoypack table tbody td.description {
        margin-top: -42px;
    }
    .box .inner_box.enjoypack table tbody td.description.tenbo {
        margin-top: -50px;
    }
    .box.enjoypack .inner_box.tenku table tbody td.one:after {
        content: '';
        position: relative;
        border-right: 0px solid #969696;
        left: 0;
        padding: 0 135px;
        top: -40px;
        border-bottom: 1px solid #969696;
    }
    .box.enjoypack .inner_box.tenku table tbody td.one.tenku2:after {
        content: '';
        position: relative;
        border-right: 0px solid #969696;
        left: 0;
        padding: 0 135px;
        top: -36px;
        border-bottom: 1px solid #969696;
    }
}

.in-btn {
    background-color: #d2d2d2;
    border-radius: 5px;
    line-height: 20px;
    margin: 5px;
    padding: 15px 50px;
}

.btn-ul {
    margin-bottom: 5px;
    display: flex;
}


/*.ttl-cmn-02-1 {
    background-color: transparent;
}*/

.ttl-cmn-o3-1 {
    margin-top: 30px;
}

.txt-notice-03-1 {
    margin-top: 10px;
}

.txt-notice-03-1 {
    margin-bottom: 25px;
}

.txt-notice-03-1 {
    margin-bottom: 65px;
}

.sec-cmn-in-1 {
    margin-bottom: 100px;
}

.card-ticket-icon-1 img {
    width: 110%;
    margin: 0px 50px 0;
}

.card-ticket-text {
    margin-left: 99px;
}

.txt-link {
    color: #ef929d;
    margin-top: 20px;
    padding: 10px 5px;
    border: solid 1px #ef929d;
    border-radius: 5px;
    text-align: center;
}

.set-online li {
    padding: 15px 177px;
}

.set-ticket-box {
    display: inline-flex;
}

.set-tic-box1 {
    margin: auto 24.5px;
}

.set-tic-box1,
.set-tic-box2 {
    width: 415px;
}

.set-ticket1,
.set-ticket2 {
    text-align: center;
    border: solid 2px #d9d9d9;
    border-radius: 5px;
    padding: 10px 17px 17px;
    margin: 20px auto 0;
}

.set-tic-btn2 {
    text-align: center;
    border: solid 2px #d9d9d9;
    border-radius: 5px;
    margin-top: 10px;
}

.set-tic-btn2 a {
    padding: 5px;
    color: #59564f;
    display: block;
}

.set-tic-btn2 a:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(/ticket/individual/reservation/img/arrow2.png);
}

.set-tic-btn2 a.img3:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(/ticket/individual/reservation/img/arrow3.png);
}

.set-tic-btn2 a:hover {
    text-decoration: none!important;
    background-color: #d9d9d9;
}

.set-ticket-h5 {
    font-size: 20px;
    border-bottom: solid 2px #d9d9d9;
    margin-bottom: 5px;
    display: block;
    padding-bottom: 5px;
}

.set-tic-maru1,
.set-tic-maru2,
.set-tic-maru3 {
    font-size: 20px;
}

.set-tic-maru1 {
    color: #ef929d;
}

.set-tic-maru2 {
    color: #6ddcff;
}

.set-tic-btn {
    margin: 25px auto;
}

.set-tic-btn-in1,
.set-tic-btn-in2 {
    color: white;
    border-radius: 8px;
    padding: 10px;
    display: block;
    margin: -20px 0;
}

.set-tic-btn-in1 {
    background-color: #ff3c00;
}

.set-tic-btn-in1:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    background-image: url(/ticket/individual/reservation/img/arrow1.png);
}

.set-tic-btn-in2:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    background-image: url(/ticket/individual/reservation/img/arrow1.png);
}

.set-tic-btn a:hover {
    opacity: 0.7;
    text-decoration: none!important;
}

.set-tic-btn-in2 {
    background-color: #00c8f0;
}

.title-03 {
    font-weight: bold;
    margin-bottom: 15px;
    padding: 20px auto 0;
}

.title-03-1 {
    height: 100px;
}

.table-btn1 a,
.table-btn2 a {
    color: white;
    display: block;
    padding: 10px;
}

.table-btn1,
.table-btn2 {
    border-radius: 8px;
}

.table-btn1:hover,
.table-btn2:hover {
    opacity: 0.7;
}

.table-btn1 a:hover,
.table-btn2 a:hover {
    text-decoration: none!important;
}

.table-btn1 {
    margin-top: 15px;
    background-color: #ff3c00;
}

.table-btn1 a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    background-image: url(/ticket/individual/reservation/img/arrow1.png);
}

.table-btn2 a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 5px;
    background-image: url(/ticket/individual/reservation/img/arrow1.png);
}

.set-tic-p.blue-button {
    margin-top: 22px;
}

.table-btn2 {
    margin-top: 20px;
    background-color: #00c8f0;
}

.tembo-kairo {
    padding-bottom: 3px;
    border-bottom: solid 2px #ef929d;
}

.tenbo-deck {
    padding-bottom: 3px;
    border-bottom: solid 2px #6ddcff;
}

.tenbo-deck2 {
    border-bottom: solid 2px #6ddcff;
}

.seven-ticket {
    width: 70%;
    text-align: center;
    margin: 0 auto 43px;
}

.service_logo {
    text-align: center;
    margin: 10px auto 53px;
}


/*.service_logo img {
    width: 100%;
}*/

.btn-cmn-01-1 {
    margin-top: 90px;
}

.nav2 {
    text-align: center;
}

.sub-con-in-btn a {
    color: white;
    display: block;
}

a.tic-link {
    text-align: center;
    color: white;
    background-color: #ef929d;
    margin-top: 20px;
    padding: 10px 5px;
    border-radius: 5px;
    display: block;
}

a.tic-link:hover {
    text-decoration: none!important;
    opacity: 0.7;
}

a.tic-link:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(/ticket/individual/reservation/img/arrow4.png);
}

.set-ticket-2 {
    margin: auto 50px;
    clear: both;
    display: flex;
}

.set-tic-box3,
.set-tic-box4,
.set-tic-box5 {
    margin: auto 10px;
}

.set-ticket3,
.set-ticket4,
.set-ticket5 {
    width: 260px;
    text-align: center;
    border: solid 3px #d9d9d9;
    border-radius: 8px;
    padding: 5px;
    margin: 15px auto 0;
}

.box-desc-1 {
    background-color: #fdf3f5;
}

.list-img-sample-01-1 {
    text-align: center;
    display: flex;
}

.img-sample-1 {
    width: 90%;
}

.img-sam-cap {
    margin: 10px auto 90px;
}

.pink-box {
    width: 49.4%;
    text-align: center;
    border-radius: 8px;
    border: solid 15px #fdeff0;
    padding: 3px;
    float: left;
    height: 195px;
    margin-bottom: 10px;
}

.pink-box.left {
    margin-right: 10px;
}

.pink-box.enjoypack {
    width: 100%;
    height: 215px;
}

.pink-box-img {
    width: 49%;
    margin-top: 10px;
}

.pink-box .set-tic-min {
    line-height: 1.2;
}

.pink-box-txt {
    margin: 20px auto;
}

.pink-box-txt-1 {
    margin: 15px auto;
}

.pink-box-txt-2 {
    margin: 24px 0 20px;
}

.pink-box-txt-3 {
    margin: 15px 0 0;
}

.pink-box-txt-4 {
    margin: 24px 0 27px;
}

.pink-box-txt-5 {
    margin-top: 15px;
}

.pink-box-h2-1,
.pink-box-h2 {
    line-height: 25px;
    font-size: 22px;
    font-weight: bold;
}

.pink-box-h2-1 {
    margin-top: 15px;
}

.pink-box-h2 {
    margin-top: 10px;
}

.pink-flexbox {
    margin-bottom: 20px;
    overflow: hidden;
}

/*.pink-flexbox,
.pink-flexbox2 {
    display: flex;
    height: 160px;
}*/


/*.pink-flexbox {
    float: left;
}

.pink-flexbox2 {
    margin-bottom: 45px;
}*/

.set-tic-min-1 {
    margin-top: 20px;
}

.set-tic-min-2 {
    margin-top: 18px;
}

.ttl-cmn-02-2 {
    margin-bottom: 15px;
    clear: both;
}

.ttl-reservate-02-1 {
    margin-bottom: 15px;
}

.in-txt {
    margin-bottom: 20px;
}

.s-mb-00-1 {
    margin-bottom: 100px;
}

.table-ticket-01 tbody tr th .title-03 {
    /*background-image: none;*/
}

.title-03-2 {
    /*width: 50%;*/
}

.set-tic {
    font-size: 20px;
}

.set-tic-img {
    background: url(/ticket/individual/img/ico_tower_06.png) 24px 6px no-repeat;
}

.set-tic-img.dec {
    background: url(/ticket/individual/img/ico_tower_04.png) 25px 5px no-repeat;
}

.set-tic-p {
    margin-left: 25px;
    font-weight: bold;
}

.set-tic-p-1 {
    margin-left: 25px;
    font-weight: bold;
}

.tembo-kairo2 {
    border-bottom: solid 3px #ef929d;
}

.tenbo-deck3 {
    border-bottom: solid 3px #6ddcff;
}

.card-ticket--tday .card-ticket-ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.nav-box {
    display: none;
}

.card-ticket-icon-1-sp img {
    display: none;
}

body.l03_convinience .set-tic-img {
    background: url(/ticket/individual/img/ico_tower_06.png) 60px center no-repeat;
}

body.l03_convinience .set-tic-img.dec {
    background: url(/ticket/individual/img/ico_tower_04.png) 60px center no-repeat;
}

body.l11 .set-tic-img {
    background: url(/ticket/individual/img/ico_tower_06.png) 18px center no-repeat;
}

body.l11 .set-tic-img.dec {
    background: url(/ticket/individual/img/ico_tower_04.png) 53px center no-repeat;
}

body.l11 .set-tic-img.kairo {
    background: url(/ticket/individual/img/ico_tower_05.png) 30px center no-repeat;
}

body.l11 a.tic-link {
    margin-top: 10px;
}

.set-tic-box1.today {
    width: 280px;
    margin: auto -5px 0 17px;
}

.only-sp {
    display: none;
}

body.l07 .mod-tday-content {
    margin: 0 20px 40px;
}

body.l07 .card-ticket-text {
    margin-left: 0;
}

.set-tic-box1.group {
    width: 320px;
    margin: auto -5px 0 17px;
}

.set-tic-box1.group2 {
    width: 260px;
    margin: auto -5px 0 17px;
}

a.tic-link.group {
    margin-top: 0;
}

body.l07 .list-general-linkin li {
    padding: 0 61px;
}

body.l07 .table-ticket-01 tbody tr th {
    padding: 40px 28px;
}

body.l07 .set-tic-img {
    background: url(/ticket/individual/img/ico_tower_06.png) 20px 20px no-repeat;
}

body.l07 .set-tic-img.dec {
    background: url(/ticket/individual/img/ico_tower_04.png) 20px 20px no-repeat;
}

body.l07 .set-tic-img.kairo {
    background: url(/ticket/individual/img/ico_tower_05.png) 20px 20px no-repeat;
}

body.l07 .set-tic-p.blue-button {
    margin-top: 0;
}

body.l07 .set-tic-p.group {
    margin-top: -15px;
}

body.l07 .list-general-linkin.organi li {
    padding: 0px 90px!important;
}

body.l08 .mod-tday-content {
    margin: 0 20px 40px;
}

body.l08 .card-ticket-text {
    margin-left: 0;
}

body.l08 .list-general-linkin li {
    padding: 0 65px;
}

body.l08 .table-ticket-01 tbody tr th {
    padding: 28px 0;
}

body.l08 .set-tic-img {
    background: url(/ticket/individual/img/ico_tower_06.png) 10px 20px no-repeat;
}

body.l08 .set-tic-img.dec {
    background: url(/ticket/individual/img/ico_tower_04.png) 10px 20px no-repeat;
}

body.l08 .set-tic-img.kairo {
    background: url(/ticket/individual/img/ico_tower_05.png) 10px 20px no-repeat;
}

body.l08 .set-tic-p.blue-button {
    margin-top: 0;
}

body.l08 .set-tic-img.dec,
body.l08 .set-tic-img.kairo {
    padding: 40px 30px;
}

body.l08 .list-general-linkin.hanbetsu li {
    padding: 0 162px;
}

body.l08 .set-tic-img.dec.squad {
    background: url(/ticket/individual/img/ico_tower_04.png) 25px 20px no-repeat;
}

body.l08 .set-tic-img.kairo.squad {
    background: url(/ticket/individual/img/ico_tower_05.png) 25px 20px no-repeat;
}

body.cancel .tabs-cmn-tab {
    background-color: #d2d2d2;
    height: 50px;
}

body.cancel .tabs-cmn-tab:hover {
    opacity: 0.7;
    color: #59564f;
    background-color: #d2d2d2;
}

body.cancel .tabs-cmn-tab a {
    color: #59564f;
    display: block;
    height: 100%;
}

body.cancel .tabs-cmn-tab a:hover {
    text-decoration: none!important;
    color: #59564f!important;
}

body.cancel .tabs-cmn {
    margin: 20px -5px 10px;
}

body.cancel .tabs-cmn-tab a.line-one {
    padding: 15px 0;
}

body.cancel .tabs-cmn-tab a.line-two {
    padding: 4px 0;
}

body.cancel .tabs-cmn-tab a.line-one:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(/ticket/individual/reservation/img/arrow3.png);
}

body.cancel .tabs-cmn-tab a.line-two.group:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -10px;
    background-repeat: no-repeat;
    background-image: url(/ticket/individual/reservation/img/arrow3.png);
}

body.cancel .tabs-cmn-tab a.line-two.hotel:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -10px;
    left: 30px;
    background-repeat: no-repeat;
    background-image: url(/ticket/individual/reservation/img/arrow3.png);
}

body.cancel .tabs-cmn-item {
    padding: 0 5px 10px;
}

body.l09 .mod-tday-content {
    margin: 0 20px;
}

body.l09 .card-ticket-text {
    margin: 0;
}

body.l10 .mod-tday-content {
    margin: 0 20px;
}

body.l10 .card-ticket-text {
    margin: 0;
}


/*.fade_banner,
#topBtn {
    border: 1px solid #59564f;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    width: 860px;
    margin: 0 auto 50px;
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    right: 280px;
}*/

.fade_banner {
    border: 1px solid #59564f;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    width: 860px;
    margin: 0 auto 50px;
    overflow: hidden;
}

#topBtn {
    /*position: fixed;*/
    bottom: 10px;
    /*right: 335px;*/
}

#content {
    position: relative;
    width: 100%;
    right: -35px;
    bottom: -202px;
}

#stop {
    margin: 200px 0px 50px;
}

.fade_banner .left {
    width: 48%;
    float: left;
}

.fade_banner .right {
    width: 48%;
    float: right;
}

.fade_banner a.set {
    background-color: #ff3c00;
    display: block;
    height: 60px;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    border-radius: 5px;
    font-size: 15px;
}

.fade_banner a.set:hover,
.fade_banner a.dec:hover {
    opacity: 0.7;
    text-decoration: none!important;
}

.fade_banner a.set_handi {
    border: 1px solid #d9d9d9;
    display: block;
    height: 40px;
    text-align: center;
    color: #59564f;
    line-height: 40px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}

.fade_banner a.set_handi:hover,
.fade_banner a.dec_handi:hover {
    background-color: #d9d9d9;
    color: #ffffff;
    text-decoration: none!important;
}

.fade_banner a.dec {
    background-color: #00c8f0;
    display: block;
    height: 60px;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    border-radius: 5px;
    font-size: 15px;
}

.fade_banner a.dec_handi {
    border: 1px solid #d9d9d9;
    display: block;
    height: 40px;
    text-align: center;
    color: #59564f;
    line-height: 40px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: -16px;
}

body.l11 p.tenbo_box {
    background-color: #f6f6f6;
    padding: 1em 1em 1em 2em;
    margin: -15px 0 5px;
    border: 1px solid #d9d9d9;
    text-indent: -1em;
}

#tokutei {
    margin-top: 30px;
}

body.admission .ttl-reservate-01 {
    margin-bottom: 30px;
}

.box.advance .inner_box {
    position: relative;
}

.recomm {
    position: absolute;
    display: inline-block;
    background-color: #ed7d31;
    color: #ffffff;
    width: 109px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    top: 103px;
    left: -53px;
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .nav-box {
        display: block;
    }
    .service_logo {
        margin: 20px auto;
    }
    .service_logo img {
        width: 65%;
    }
    .set-tic-box1,
    .set-tic-box2 {
        width: 100%;
    }
    .set-tic-box1 {
        margin: auto 0;
    }
    .set-ticket-box {
        display: inherit;
    }
    .set-ticket1,
    .set-ticket2 {
        margin: 20px auto 5px;
    }
    .card-ticket-ttl {
        padding-left: 0;
    }
    .card-ticket-icon-1 img {
        display: none;
    }
    .card-ticket-text {
        margin-left: 0;
    }
    .card-ticket-icon-1-sp img {
        display: block;
        width: 28%;
        float: left;
        margin: 0 0 15px 5px;
    }
    .card-ticket--tday .card-ticket-txt {
        overflow: hidden;
    }
    .txt-link,
    .txt-link.sp2,
    a.tic-link {
        clear: both;
    }
    .set-online li {
        padding: 0;
    }
    th.set-tic-img {
        display: none!important;
    }
    span.txt-b {
        text-align: center;
    }
    .title-03 {
        margin-bottom: 0;
    }
    .txt-specific {
        padding-right: 12px;
    }
    .set-tic-box1.today {
        width: 100%;
        margin: 0;
    }
    .only-sp {
        display: block;
    }
    body.l07 .table-ticket-01 tbody tr th {
        padding: 5px 0;
    }
    .set-tic-box1.group {
        width: 100%;
        margin: auto;
    }
    .set-tic-box1.group2 {
        width: 100%;
        margin: auto;
    }
    body.l07 .list-general-linkin li {
        padding: 0!important;
        height: auto;
    }
    body.l07 .list-general-linkin.organi li {
        padding: 0!important;
        height: auto;
    }
    body.l07 .list-general-linkin.organi li.last-card {
        width: 50%;
    }
    body.l08 .table-ticket-01 tbody tr th {
        padding: 5px 0;
    }
    body.l08 .list-general-linkin.hanbetsu li {
        padding: 0;
    }
    .pink-flexbox,
    .pink-flexbox2 {
        display: inherit;
        height: auto;
    }
    .pink-box.left {
        margin: 0 0 10px;
    }
    .pink-flexbox {
        margin-bottom: 10px;
    }
    .pink-box {
        padding: 5px 5px 10px;
    }
    .pink-box {
        width: 100%;
        text-align: center;
        border-radius: 8px;
        border: solid 15px #fdeff0;
        padding: 5px;
        float: none;
        height: auto;
        margin-bottom: 10px;
    }
    .pink-box.enjoypack {
        width: 100%;
        height: auto;
    }
    .pink-box-txt-1 {
        margin: 13px auto;
    }
    .pink-box-h2-1,
    .pink-box-h2 {
        line-height: 20px;
        font-size: 15px;
    }
    body.cancel .tabs-cmn-item {
        padding: 0 5px 10px 5px;
    }
    body.cancel .grid-cmn-col3 {
        width: 100%;
    }
    .fade_banner {
        width: 100%;
    }
    .fade_banner a.set {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .fade_banner a.set_handi {
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        font-size: 11px;
    }
    @media screen and (max-width: 320px) {
        .fade_banner a.set_handi {
            height: 33px;
            line-height: 14px;
        }
    }




    .fade_banner a.dec {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-top: 10px
    }
    .fade_banner a.dec_handi {
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        margin-top: -14px;
    }
    .fade_banner .left,
    .fade_banner .right {
        width: 100%;
        float: none;
    }
    .fade_banner,
    #topBtn {
        bottom: 10px;
        right: 3.5%;
        width: 93%;
        padding: 10px;
        margin-bottom: 45px;
    }
    #content {
        position: relative;
        width: 108%;
        right: 4%;
        bottom: -276px;
    }
    #stop {
        margin: 260px 0px 20px;
    }
    .table-ticket-01 tbody tr th .title-03 {
        background: url(/ticket/individual/img/ico_tower_06.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    .table-ticket-01 tbody tr th .title-03.dec {
        background: url(/ticket/individual/img/ico_tower_04.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 9px 0 6px 15px;
        text-align: left;
    }
    body.l03_convinience .table-ticket-01 tbody tr th .title-03 {
        background: url(/ticket/individual/img/ico_tower_06.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.l03_convinience .table-ticket-01 tbody tr th .title-03.dec {
        background: url(/ticket/individual/img/ico_tower_04.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.l11 .table-ticket-01 tbody tr th .title-03 {
        background: url(/ticket/individual/img/ico_tower_06.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.l11 .table-ticket-01 tbody tr th .title-03.dec {
        background: url(/ticket/individual/img/ico_tower_04.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 9px 0 6px 15px;
        text-align: left;
    }
    body.l11 .table-ticket-01 tbody tr th .title-03.kairo {
        background: url(/ticket/individual/img/ico_tower_05.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.l07 .table-ticket-01 tbody tr th .title-03 {
        background: url(/ticket/individual/img/ico_tower_06.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.l07 .table-ticket-01 tbody tr th .title-03.dec {
        background: url(/ticket/individual/img/ico_tower_04.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.l07 .table-ticket-01 tbody tr th .title-03.kairo {
        background: url(/ticket/individual/img/ico_tower_05.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.l08 .table-ticket-01 tbody tr th .title-03 {
        background: url(/ticket/individual/img/ico_tower_06.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.l08 .table-ticket-01 tbody tr th .title-03.dec {
        background: url(/ticket/individual/img/ico_tower_04.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 9px 0 6px 15px;
        text-align: left;
    }
    body.l08 .table-ticket-01 tbody tr th .title-03.kairo {
        background: url(/ticket/individual/img/ico_tower_05.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 8px 0 8px 15px;
        text-align: left;
    }
    body.admission .ttl-reservate-01 {
        margin-bottom: 10px;
    }
    .recomm {
        font-size: 12px;
        width: 95px;
        top: 7px;
        left: -25px;
    }
    .img-zoom img {
        touch-action: auto;
    }
    .img-zoom-btn {
        background: url(/reservation/individual/1st/img/ico_zoom_01.png) 15px 0 no-repeat;
        background-size: 23px auto;
    }
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: pointer;
    }
    *:focus {
        outline: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    .recomm {
        top: -13px;
        left: -10px;
    }
}

@media screen and (min-width: 500px) and (max-width: 640px) {
    .recomm {
        top: 17px;
        left: -10px;
    }
}


/*------------------
サイドバー20210331
-------------------*/

.lnav-ttl {
    padding: 13px 10px;
    background-color: #ef929d;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.lnav li a {
    padding: 13px 12px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}


.lnav li a:hover {
    font-weight: normal!important;
}

.lnav>ul>li>a.current {
    background-color: #fff;
    color: #59564f;
    font-weight: normal;
    text-decoration: underline;
}

.sub-con-in-btn {
    color: white;
    background-color: #ef929d;
    border-radius: 5px;
    margin: 10px auto;
    line-height: 60px;
}

.lnav-ttl a {
    color: #ffffff;
    display: block;
}

.lnav li.sidebar_enjoypack a {
    padding: 6.5px 12px;
    line-height: 1.3;
}




/*注釈*/
.attention {
text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px;
    color: #ef929d;
    border: solid 2px #ef929d;
    border-radius: 4px;
}


@media screen and (max-width: 768px) {
.attention{
margin:10px;
}
}
/*注釈ここまで*/





span.line_green {
    border-bottom: 3px solid #a6d19f;
    line-height: 1;
    display: inline-block;
}

.set-tx {
    text-align: left;
    font-size: 12px;
    display: inline-block;
}

.pink-box-txt-1,
.pink-box-txt-2,
.pink-box-txt-3,
.pink-box-txt-4,
.pink-box-txt-5 {
    font-weight: bold;
    font-size: 13px;
}

.boxenjoy-txt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    color: #ffffff;
    border: solid 2px #ffffff;
    border-radius: 4px;
} 

.set_ticket2 {
    background-color: #00B050;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    padding: 5px 40px;
    margin: 5px 0;
}
.set_ticket3 {
    display: none;
}

.set_ticket2 a {
    font-size: 14px;
    color: #ffffff;
}

.box.osusume {
    margin-top: 80px;
    background-color: #FF8892;
}

.osusume-h3 {
    font-weight: bold;
    font-size: 32px;
}

span.shuttle1 {
    font-size: 12px;
    position: relative;
    top: -9px;
    left: 4px;
}

span.plus3 {
    position: relative;
    top: 8px;
    left: 50px;
}

span.plus4 {
    position: relative;
    top: -3px;
    left: 50px;
}

span.shuttle2 {
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 21px;
    left: -50px;
    display: block;
    line-height: 15px;
}

span.price6 {
    font-size: 20px;
    position: relative;
    top: -35px;
    right: -6px;
}

span.price7 {
    font-size: 20px;
    position: relative;
    top: -30px;
    right: -8px;
}

.pc-block {
    display: none;
}

.deck_ticket2 {
    background-color: #00c8f0;
    text-align: center;
    padding: 5px 34px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}

.box .inner_box table tbody td .set_ticket4 {
    background-color: #ff3c00;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}


@media screen and (max-width: 768px) {

span.price7 {
        position: relative;
        top: -42px;
        right: -8px;
}

.scroll ul li.osusume,
.scroll ul li.today {
    width: 100%;
}

.scroll ul li.osusume {
    line-height: normal;
}

.scroll ul li.enjoypack {
    line-height: normal;
}

.sp-block {
    display: none;
}

.pc-block {
    display: block;
}

.box.enjoypack {
    margin-top: 20px;
}

.boxenjoy-txt {
    font-size: 12px;
}

.osusume-h3 {
    font-size: 16px;
}

.box.osusume {
    margin-top: 280px;
}

.box.osusume .inner_box table tbody td.osusume1:after {
    content: '';
    position: relative;
    border-right: 0px solid #969696;
    border-bottom: 1px solid #969696;
    left: -189px;
    padding: 0 135px;
    top: -21px;
}

span.plus3 {
    position: relative;
    top: -5px;
    left: 50px;
}

span.plus4 {
    position: relative;
    top: -10px;
    left: 50px;
}

span.price6 {
    position: relative;
    top: -48px;
}

.box .inner_box table tbody td.description {
    padding: 11px 10px 15px 55px;
}

.box .inner_box table tbody td.shuttle4:after,
.box .inner_box table tbody td.shuttle5:after {
    display: none;
}

.box .inner_box table tbody td.shuttle2:after {
    content: '';
    position: relative;
    border-right: none;
    border-bottom: 1px solid #969696;
    display: inline-block;
    bottom: 17px;
    padding: 0px 48%;
    left: 4px;
    top: -40px;
}

.box .inner_box table tbody td.shuttle3:after {
    content: '';
    position: relative;
    border-right: none;
    border-bottom: 1px solid #969696;
    display: inline-block;
    bottom: 17px;
    padding: 0px 48%;
    left: 4px;
    top: -40px;
}

span.shuttle1 {
    position: relative;
    top: -27px;
    left: 4px;
}

span.shuttle2 {
    position: relative;
    top: -1px;
    left: -79px;
}

.set_ticket2 {
    display: none;
}

.box .inner_box.other h3 {
    margin: 0 20px;
}

.set_ticket3 {
    display: block;
    background-color: #00B050;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    padding: 5px 40px;
    margin: 10px 0;
}

.set_ticket3 a {
    font-size: 14px;
    color: #ffffff;
}

td.button {
    padding: 0;
}

.box .inner_box table tbody td.shuttle3 {
    padding-top: 10px;
}

.box .inner_box.other {
    display: block;
}

}




.enjoypack_in_h3 {
    color: #a6d19f;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #a6d19f;
    margin-bottom: 15px;
}

#scroll02 h3 {
    text-align: left;
}



ul.enjoypack-flex-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
}


.enjoypack-flex-ul > li {
    width: 30%;
    margin: 10px;
    box-sizing: border-box;
    background-color: #eceff3;
    border-radius: 10px;
}

a.enjoypack-flex-a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}


a.enjoypack-flex-a img.enjoypack-flex-item01 {
    width: auto;
}

a.enjoypack-flex-a p.enjoypack-flex-item02 {
    color: #59564f;
    font-size: 14px;
    font-weight: bold;
    margin: 15px;
    flex-grow: 1;
}

a.enjoypack-flex-a p.enjoypack-flex-item03 {
    color: #59564f;
    font-weight: bold;
    margin: 30px 15px 15px;
}

a.enjoypack-flex-a p.enjoypack-flex-item04 {
    color: #59564f;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 15px 0;
    flex-grow: 1;
}

a.enjoypack-flex-a p.enjoypack-flex-item05 {
    color: #59564f;
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px 15px;
}



/*.enjoypack-flex01 p,
.enjoypack-flex03 p {
    color: #59564f;
    font-weight: bold;
}

.enjoypack-flex01,
.enjoypack-flex03 {
    display: flex;
}

.enjoypack-gbox {
    width: 31.2%;
    height: 100%;
    background-color: #eceff3;
    border-radius: 10px;
    margin: 10px;
}

.enjoypack-gbox img {
    width: 100%;
}

.enjoypack-gbox_tx01 {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin: 15px;
}

.enjoypack-gbox_tx02 {
    font-size: 16px;
    padding: 30px 15px 15px;
}*/

.enjoypack-gbox:hover {
    opacity:0.5;
}

.enjoypack-gbox a {
    text-decoration: none;
}



.enjoypack-flex02 {
    display: flex;
    margin: 20px auto 0;
}

.enjoypack-flex02_btn {
    width: 50%;
    text-align: center;
    border-radius: 5px;
    background-color: #f4fde2;
    border: 1px solid #2e6a47;
    margin: 0 5px;
    padding: 5px;
}

.enjoypack-flex02_btn a {
    color: #59564f;
    text-decoration: none;
}

.enjoypack-flex02_btn:hover {
    opacity:0.8;
}

.enjoypack-h2 {
    padding-left: 53px;
    background: url(../img/enjoypack_logo.png) no-repeat top left 160px;
    background-size: 53px auto;
}

@media screen and (max-width: 768px) {

.enjoypack_in_h3 {
    font-size: 18px;
}



.enjoypack-gbox img {
    align-self: flex-start;
}

.enjoypack-flex-ul > li {
    width: 47%;
    margin: 10px 3px;
    box-sizing: border-box;
}

a.enjoypack-flex-a img.enjoypack-flex-item01 {
    width: 100%;
    height: auto;
}


a.enjoypack-flex-a p.enjoypack-flex-item02 {
    font-size: 11px;
}


/*.enjoypack-flex03 {
    display: flex;
    flex-wrap: wrap;
}

.enjoypack-gbox {
    width: 100%;
    height: 100%;
    margin: 10px 3px;
}

.enjoypack-gbox_sp {
    width: 47%;
    height: 100%;
    margin: 10px 3px;
}

.enjoypack-gbox_tx02 {
    font-size: 14px;
}*/

.enjoypack-flex02 {
    display: block;
}

.enjoypack-flex02_btn {
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

.enjoypack-h2 {
    padding-left: 25px;
    background: url(../img/enjoypack_logo.png) no-repeat top left -2px;
    background-size: 30px auto;
}

}






.seventic_detail {
    background-color: #ffdd9e;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: -20px;
    font-size: 14px;
}

.seventic_detail a {
    color: #59564f;
}

.seventic_detail:hover {
    opacity:0.5;
}

.seventicket {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {

.box .inner_box table tbody td.three:after {
    content: '';
    position: relative;
    border-right: none;
    border-bottom: 1px solid #969696;
    display: inline-block;
    top: -13px;
    left: 5px;
    padding: 0 48%;
}

.box .inner_box table tbody td.four:after,
.box .inner_box table tbody td.six:after {
    display: none;
}

}

.enjoypack-red-tx {
    margin: 0 15px 5px;
    color: #ff0000;
    font-size: 12px;
}

/* 追記20230824 */
.box .inner_box table tbody td.two:after {
    left: 238px;
    top: 0px;
}

.box .inner_box table tbody td.two.tenbo:after {
    left: 134px;
    top: 10px;
}

.edge-only{
    left: 167px;
    top: 10px;
}

.edge-only2{
    left: 77px;
    top: 17px;
}

@supports (-ms-ime-align: auto) {
    .box .inner_box table tbody td.two.tenbo:after {
        left: 167px;
        top: 10px;
    }
}

@supports (-ms-ime-align: auto) {
    .box.today .inner_box table tbody td.two.tenbo:after  {
        left: 77px;
        top: 17px;
    }
}


.box.today .inner_box table tbody td.two:after {
    left: 270px;
    top: -1px;
}

.box.today .inner_box table tbody td.two.tenbo:after {
    left: 72px;
    top: 17px;
}

.box .inner_box table tbody td.description {
    padding: 5px 15px 5px 35px;
}
@media screen and (max-width: 768px) {
.box .inner_box table tbody td.description {
    padding: 5px 15px 5px 65px;
}
}
@media screen and (min-width: 500px) and (max-width: 640px) {
    .recomm {
        top: 7px;
        left: -25px;
    }
}


/* 追加240524 */

.july-attention {
    font-weight: bold;
    font-size: larger;
    border: 1px solid #59564f;
    display: inline;
    padding: 5px 8px;
    margin-bottom: 20px !important;
}

.july-attention--top-margin {
margin-top: 20px;
}

span.spacer001 {
    display: block;
    height: 10px;
}

td.font-bold {
    font-weight: bold;
}



/*20240719追記*/

/* .box .inner_box table tbody td.newline:after {
    left: 30px;
    top: 10px;
    display: none;
   
}


.box .inner_box table tbody td.two.tenbo:after {
    left: 217px;
    top: 10px;
    display: none;
}

.box.today .inner_box table tbody td.two:after {
    left: 25px;
    top: 10px;
    display: none;
}

.box.today .inner_box table tbody td.two.tenbo:after {
    left: 160px;
    top: 10px;
    display: none;
} */


/* .box .inner_box table tbody td.two:after {
    left: 91px;
}

.box .inner_box table tbody td.two.tenbo:after {
    left: 91px;
}

.box.today .inner_box table tbody td.two:after {
    left: 72px;
}

.box.today .inner_box table tbody td.two.tenbo:after {
    left: 72px;
}

.box .inner_box table tbody td.description {
    padding: 5px 15px 5px 35px;
} */

/*20240807追加*/
.advance_ticket_table,.about_tt_ticket_table {
    display: flex;
    flex-direction: column;
    border: 1px solid #59564f;
    border-radius: 5px;
}
/*1行目タイトル行*/
p.row1_text {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
p.row1_text2 {
    font-size: 12px;
    text-align: center;
    line-height: 15px;
}
.advance_title{
    background-color: #969696;
    color: #ffffff;
    display: flex;
    height: 80px;
}
.table_title_line1{  
    width: 190px;
    padding: 5px 0;
}
.table_title_line3{
    width: 420px;
    padding-top: 25px;
    padding-bottom: 10px;
    height: 110px;
}
.table_title_line5{
    width: 220px;
    padding-bottom: 15px;
}
.table_bar1{
    border-left: 1px solid #ffffff;
    /* width: 10px; */
    display: inline-block;
    height: 69px;
    transform: translateY(5px);
}
/*2行目*/
.advance_row2{
    display: flex;
    height: 110px;
    /*下部点線*/
    background-image: linear-gradient(to right, #969696, #969696 3px, transparent 1px, transparent 4px);
    background-size: 11px 3px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.ttl_img_1{
    background: url(/ticket/individual/img/ico_tower_06.png) 18px 17px no-repeat;
}
span.hako_indent {
    margin-left: -1rem;
}

.fs_small{
    font-size: 12px;
}
.table_bar2{
    border-left: 1px solid #969696;
    height: 85px;
    transform: translateY(10px);
    display: inline-block;
}
.ttl1_row2{
    text-align: center;
    padding-top: 15px;
}
.row2_text2{
    display: flex;
    padding: 5px;
}
.row2_sen2{
    font-size: 20px;
    padding-left: 1rem;
}
.table_title_line2_bar{
    height: 110px;
}
.ttl_img_1 .fs_small{
    padding-left: 3.5rem;
    /* padding-right: 1rem; */
}
span.row2_sen1.fs_small {
    padding-left: 0.3rem;
}
.button_n .set_ticket{
    background-color: #ff3c00;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    /* margin-top: 20px; */
    font-size: 14px;
    color: #ffffff;
    width: 190px;
    margin: auto;
    transform: translateY(18px);
}
.button_n .set_ticket:hover{
    opacity:0.5;
}
.button_n .set_ticket a{
    color: #ffffff;
    display: block;
}
.button_n .set_ticket a::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    background-image: url(/ticket/individual/reservation/img/arrow5.png);
}
.button_n .set_ticket a:hover{
    text-decoration: none;
}
.button_n .details{
    background-color: #dcdcdc;
    text-align: center;
    padding: -1px 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #59564f;
    /* margin: -20px 0; */
    width: 190px;
    margin: auto;
}
.button_n .details a{
    color: #59564f;
    display: block;
    padding: 0 46px;
}
.button_n .details a::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    top: -2px;
    background-image: url(/ticket/individual/reservation/img/arrow6.png);
}
.button_n .details:hover{
    opacity:0.5;
}
.button_n .details a:hover{
    text-decoration: none;
}
/*3行目*/
.advance_row3{
    display: flex;
    align-items: center;
    height: 110px;
}
.table_title_line1.ttl1_row3 {
    display: flex;
}
p.row3_text {
    font-size: 17px;
    padding-left: 0.5rem;
}
span.row3_sen2 {
    font-size: 20px;
    padding-left: 0.5rem;
    line-height: 20px;
}
.ttl_img_2 .fs_small{
    font-size: 12px;
    padding-left: 3.5rem;
    /* padding-right: 1rem; */

}
.ttl_img_2{
    background: url(/ticket/individual/img/ico_tower_04.png) 18px 17px no-repeat;
}

.table_title_line4_bar {
    height: 110px;
}
.button_n2 .deck_ticket{
    background-color: #00c8f0;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    /* margin-top: -20px; */
    font-size: 14px;
    color: #ffffff;
    transform: translateY(18px);
    width: 180px;
    margin: auto;
}
.button_n2 .deck_ticket a::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    top: -2px;
    background-image: url(/ticket/individual/reservation/img/arrow5.png);
}
.button_n2 .deck_ticket a{
    color: #ffffff;
    display: block;
}
.button_n2 .details{
    background-color: #dcdcdc;
    text-align: center;
    padding: -1px 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #59564f;
    margin: -20px 0;
    width: 180px;
    top: -2px;
    margin: auto;
}
.button_n2 .details a{
    color: #59564f;
    display: block;
    /* padding: 0 46px; */
}
.button_n2 .details a::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 3%;
    top: -2px;
    background-image: url(/ticket/individual/reservation/img/arrow6.png);
}

.button_n2 .deck_ticket:hover{
    opacity:0.5;
}
.button_n2 .deck_ticket a:hover{
    text-decoration: none;
}

.line_bar_gray{
    margin-top: 15px;
}
.line_tbar_gray{
    margin-top: 6px;
}

/*some-day ticket*/
p.row2_text.fs_small.about_tt_row2text{
    padding-left: 4rem;
    padding-right: 1rem;
}
p.row3_text.fs_small.about_tt_row3text{
    padding-left: 4rem;
    padding-right: 1rem;
}


/*画面サイズ表示切替*/
.advance_for_sp{
    display: none;
}
.about_tt_ticket_table{
    display: inline-block;
}
.about_tt_for_sp{
    display: none;
}

@media screen and (max-width: 768px) {
    .advance_ticket_table {
        display: none;
    }
    .advance_for_sp{
        display: inline-block;
    }
    .about_tt_ticket_table{
        display: none;
    }
    .about_tt_for_sp{
        display: inline-block;
    }












}