@charset "UTF-8";

/* ==========================================================
 GRID
========================================================== */


/* grid-calendar
---------------------------------------------------------- */

.grid-flow {
    margin: 0 -10px;
}

.grid-flow-col {
    float: left;
    padding: 0 10px;
}

.grid-flow--col2 {
    width: 50%;
}

.grid-flow--col3 {
    width: 33.33%;
}

.grid-flow--col4 {
    width: 25%;
}

.grid-flow--col6 {
    width: 16.5%;
}

.grid-howto {
    margin: 0 -3px;
}

.grid-howto-col {
    float: left;
    padding: 0 3px;
}

.grid-howto--col2 {
    width: 50%;
}

.grid-howto--col3 {
    width: 33.33%;
}

.grid-calendar {
    margin: 0 -9px 30px -8px;
}

.grid-calendar-col {
    float: left;
    width: 33.33%;
    padding: 0 8px 0 9px;
}

.grid-bus {
    margin-left: -30px;
}

.grid-bus-col2 {
    float: left;
    padding-left: 30px;
    width: 50%;
}

.grid-bus-col2--modif-01 {
    float: left;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .grid-calendar {
        overflow: hidden;
        margin: 0 13px;
    }
    .grid-calendar-col {
        /* float: none; */
        width: 100%;
        padding: 0;
    }
    .grid-flow {
        margin: 0;
    }
    .grid-flow-col {
        float: none;
        padding: 16px 0 0;
    }
    .grid-flow-col:first-child {
        padding: 0;
    }
    .grid-flow--col2,
    .grid-flow--col3,
    .grid-flow--col4,
    .grid-flow--col5,
    .grid-flow--col6 {
        width: 100%;
    }
    .grid-howto {
        margin: -3px 0;
    }
    .grid-howto-col {
        float: none;
        padding: 3px 0;
    }
    .grid-howto--col2,
    .grid-howto--col3 {
        width: auto;
    }
    .grid-bus {
        margin-left: -15px;
    }
    .grid-bus-col2 {
        padding-left: 15px;
        width: 100%;
    }
    .grid-bus-col2--modif-01 {
        padding-left: 15px;
    }
}


/* ==========================================================
 MODULE
========================================================== */


/* mod-ticket-01
---------------------------------------------------------- */

.mod-ticket-01 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fdeff0;
    padding: 10px;
}

.mod-ticket-01 .mod-ticket-inner {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    padding: 25px 20px 25px 29px;
}

.mod-ticket-01 .mod-ticket-inner dl {
    overflow: hidden;
}

.mod-ticket-01 .mod-ticket-inner dl dt {
    float: left;
    width: 130px;
    padding-right: 30px;
}

.mod-ticket-01 .mod-ticket-inner dl dd {
    overflow: hidden;
}

.mod-ticket-01 .mod-ticket-inner dl dd .title {
    color: #e87581;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.2;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.mod-ticket-01 .mod-ticket-inner dl dd .text {}


/* mod-ticket-02
---------------------------------------------------------- */

.mod-ticket-02 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fdeff0;
    padding: 15px 20px 20px;
    text-align: center;
}

.mod-ticket-02 .title {
    color: #e87581;
    font-weight: bold;
    margin-bottom: 15px;
}

.mod-ticket-02 .mod-ticket-02-inner {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .mod-ticket-02 {
        padding: 10px 8px 8px;
    }
    .mod-ticket-02 .title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .mod-ticket-02 .mod-ticket-02-inner {
        padding: 8px;
    }
}


/* mod-ticket-03
---------------------------------------------------------- */

.mod-ticket-03 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fdeff0;
    padding: 20px 20px 20px 0;
}

.mod-ticket-03 dl {
    display: table;
    width: 100%;
}

.mod-ticket-03 dl dt {
    color: #e87581;
    display: table-cell;
    font-weight: bold;
    width: 235px;
    text-align: center;
    vertical-align: middle;
}

.mod-ticket-03 dl dd {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    display: table-cell;
    overflow: hidden;
    padding: 15px 18px;
    vertical-align: middle;
}

.mod-ticket-03 dl dd .text {
    font-size: 14px;
}

.mod-ticket-03 dl dd .text.icon-01 {
    background: url(/ticket/img/ico_ticket_06.png) left center no-repeat;
    padding: 10px 0 10px 95px;
}


/* mod-ticket-04
---------------------------------------------------------- */

.mod-ticket-04 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fdeff0;
    padding: 20px;
}

.mod-ticket-04 .title {
    color: #e87581;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

.mod-ticket-04 .title span {
    color: #59564f;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}


/* mod-ticket-top-01
---------------------------------------------------------- */

.mod-ticket-top-01 {
    border-radius: 8px;
    border: 1px solid #f6c0c6;
    background-color: #fdeff0;
    overflow: hidden;
}

.mod-ticket-top-01 .mod-ticket-head {
    clear: both;
    background-color: #fff;
    padding: 14px;
    overflow: hidden;
}

.mod-ticket-top-01 .mod-ticket-head .box-title {
    float: left;
    width: 325px;
}

.mod-ticket-top-01 .mod-ticket-head .mod-hours {
    float: left;
}

.mod-ticket-top-01 .mod-ticket-head .box-title .title-01 {
    background: url(/ticket/img/ico_person_01_no.png) 10px 6px no-repeat;
    background-size: 28px auto;
    font-size: 34px;
    line-height: 1.4;
    padding-left: 50px;
}

.mod-ticket-top-01 .mod-ticket-head .box-title .title-02 {
    background: url(/ticket/img/ico_group_01_no.png) 10px 6px no-repeat;
    background-size: 44px auto;
    font-size: 34px;
    line-height: 1.4;
    padding-left: 65px;
}

.mod-ticket-top-01 .mod-ticket-main {
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.mod-ticket-top-01 .mod-ticket-main .txt-detail-01 {
    font-size: 14px;
    margin-bottom: 17px;
}

.mod-ticket-top-01 .mod-ticket-main .box-detail-01 {
    float: right;
    overflow: hidden;
}

.mod-ticket-top-01 .mod-ticket-main .box-detail-01 .txt-link {
    color: #6098aa;
    border: 1px solid #d7cbcc;
    border-radius: 6px;
    background-color: #fff;
    display: block;
    float: left;
    padding: 14px 24px;
    width: 350px;
}

.mod-ticket-top-01 .mod-ticket-main .list-btn-01 {
    float: right;
    margin-left: -10px;
    padding: 5px 0;
}

.mod-ticket-top-01 .mod-ticket-main .list-btn-01 li {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-left: 10px;
}

.mod-ticket-top-01 .mod-ticket-main .list-btn-02 {
    float: right;
    padding: 6px 0;
    overflow: hidden;
}

.mod-ticket-top-01 .mod-ticket-main .list-btn-02 li {}

.mod-ticket-top-01 .mod-ticket-main .box-detail-02 {
    float: left;
    width: 510px;
}

.mod-ticket-top-01 .mod-ticket-main .box-detail-02 .txt-link {
    color: #6098aa;
    border: 1px solid #f6c0c6;
    border-radius: 6px;
    background-color: #fff;
    display: block;
    font-size: 14px;
    float: left;
    padding: 15px;
    width: 350px;
}

.mod-ticket-top-01 .mod-ticket-main .box-image-01 {
    float: left;
    position: relative;
}

.mod-ticket-top-01 .mod-ticket-main .box-image-01 .img-tower-01 {
    padding: 24px 8px 0;
}

.mod-ticket-top-01 .mod-ticket-main .box-image-01 .item-01 {
    position: absolute;
    top: 154px;
    left: 74px;
    opacity: 0;
    z-index: 3;
    -webkit-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
}

.mod-ticket-top-01 .mod-ticket-main .box-image-01 .item-02 {
    position: absolute;
    top: 219px;
    left: 65px;
    opacity: 0;
    z-index: 3;
    -webkit-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
}

.mod-ticket-top-01 .mod-ticket-main .box-image-01 .item-01:hover,
.mod-ticket-top-01 .mod-ticket-main .box-image-01 .item-02:hover {
    opacity: 1;
    -webkit-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
}

.mod-ticket-top-01 .mod-ticket-main .box-image-02 {
    float: right;
}

.mod-ticket-top-01 .mod-ticket-main .box-image-02 .img-group-01 {
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .mod-ticket-top-01 {
        border-radius: 8px;
        border: 1px solid #f6c0c6;
        background-color: #fdeff0;
        overflow: hidden;
    }
    .mod-ticket-top-01 .mod-ticket-head {
        padding: 10px 12px 12px;
    }
    .mod-ticket-top-01 .mod-ticket-head .box-title {
        float: none;
        width: 100%;
        text-align: center;
    }
    .mod-ticket-top-01 .mod-ticket-head .mod-hours {
        border-radius: 8px;
        margin-bottom: 0;
        float: none;
        width: 100%;
    }
    .mod-ticket-top-01 .mod-ticket-head .mod-hours .mod-hours-ttl {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        line-height: 1.4;
        width: 74px;
        padding: 0 10px;
        text-align: center;
    }
    .mod-ticket-top-01 .mod-ticket-head .mod-hours .mod-hours-content {
        padding: 8px;
    }
    .mod-ticket-top-01 .mod-ticket-head .box-title .title-01 {
        background: url(/ticket/img/ico_person_01_no.png) 0 3px no-repeat;
        background-size: 19px auto;
        font-size: 20px;
        display: inline-block;
        margin-bottom: 8px;
        padding-left: 25px;
    }
    .mod-ticket-top-01 .mod-ticket-head .box-title .title-02 {
        background: url(/ticket/img/ico_group_01_no.png) 0 3px no-repeat;
        background-size: 28px auto;
        font-size: 20px;
        display: inline-block;
        margin-bottom: 8px;
        padding-left: 33px;
    }
    .mod-ticket-top-01 .mod-ticket-main {
        padding: 12px;
    }
    .mod-ticket-top-01 .mod-ticket-main .txt-detail-01 {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .mod-ticket-top-01 .mod-ticket-main .box-detail-01 {
        float: none;
    }
    .mod-ticket-top-01 .mod-ticket-main .box-detail-01 .txt-link {
        float: none;
        margin-bottom: 12px;
        padding: 8px 0;
        width: 100%;
        text-align: center;
    }
    .mod-ticket-top-01 .mod-ticket-main .list-btn-01 {
        float: none;
        margin-left: -10px;
        padding: 0;
    }
    .mod-ticket-top-01 .mod-ticket-main .list-btn-01 li {
        padding-left: 10px;
    }
    .mod-ticket-top-01 .mod-ticket-main .list-btn-01 li .btn-cmn-02 {
        width: 100%;
    }
    .mod-ticket-top-01 .mod-ticket-main .list-btn-02 {
        float: none;
        padding: 0;
    }
    .mod-ticket-top-01 .mod-ticket-main .list-btn-02 li .btn-cmn-02 {
        width: 100%;
    }
    .mod-ticket-top-01 .mod-ticket-main .box-detail-02 {
        float: none;
        width: auto;
        margin-bottom: 12px;
    }
    .mod-ticket-top-01 .mod-ticket-main .box-detail-02 .txt-link {
        float: none;
        padding: 7px;
        margin-bottom: 12px;
        text-align: center;
        width: 100%;
    }
    .mod-ticket-top-01 .mod-ticket-main .box-image-01 {
        float: none;
    }
    .mod-ticket-top-01 .mod-ticket-main .box-image-02 {
        float: none;
    }
    .mod-ticket-top-01 .mod-ticket-main .box-image-02 img {
        width: 100%;
    }
}


/* mod-hours
---------------------------------------------------------- */

.mod-hours {
    display: table;
    border-radius: 8px;
    background-color: #f3f7fb;
}

.mod-hours-ttl {
    color: #6098aa;
    display: table-cell;
    padding: 10px 0;
    background-color: #e8eff7;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    vertical-align: middle;
    width: 120px;
}

.mod-hours-content {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.mod-hours-content .txt-time {
    float: left;
    font-size: 20px;
    line-height: 1;
    color: #6098aa;
}

.mod-hours-content .txt-sm {
    float: left;
    padding: 0 0;
    font-size: 12px;
    color: #59564f;
}

@media screen and (max-width: 768px) {
    .mod-hours {
        display: table;
        width: 100%;
        height: 55px;
        margin-bottom: 25px;
        line-height: 1;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .mod-hours-ttl {
        display: table-cell;
        float: none;
        width: 107px;
        height: 55px;
        padding: 0;
        font-size: 12px;
        vertical-align: middle;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mod-hours-content {
        display: table-cell;
        height: 55px;
        padding: 0 0 0 12px;
        vertical-align: middle;
    }
    .mod-hours-content .txt-time {
        float: none;
        font-size: 20px;
    }
    .mod-hours-content .txt-sm {
        float: none;
        padding: 0;
        font-size: 10px;
    }
}


/* ==========================================================
 TABS
========================================================== */


/* tabs-ticket
---------------------------------------------------------- */

.tabs-ticket {
    margin-left: -3px;
}

.tabs-ticket-item {
    padding-left: 3px;
}

.tabs-ticket-tab {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background-color: #fef7f8;
    text-align: center;
}

.tabs-ticket-tab a {
    display: block;
    padding: 12px 0;
}

.tabs-ticket-tab a:hover {
    text-decoration: none;
}

.tabs-ticket-tab .ico-arrow {
    padding-right: 22px;
    background: url(/common/img/ico_arrow_06.png) right center no-repeat;
    background-size: 16px auto;
}

.Agent_pc .tabs-ticket-tab:hover,
.tabs-ticket-tab--actve {
    background-color: #fff;
}

.tabs-ticket-tab--actve a {
    pointer-events: none;
    color: #b5b5b5;
}

.tabs-ticket-tab--actve .ico-arrow {
    background: url(/common/img/ico_arrow_07.png) right center no-repeat;
    background-size: 16px auto;
}

@media screen and (max-width: 768px) {
    .tabs-ticket {
        margin-left: -5px;
    }
    .tabs-ticket-item {
        padding-left: 5px;
    }
    .tabs-ticket-tab {
        display: table;
        text-align: left;
        width: 100%;
    }
    .tabs-ticket-tab a {
        display: table-cell;
        padding: 10px;
        font-size: 12px;
        line-height: 1.3;
        vertical-align: middle;
    }
    .tabs-ticket-tab .ico-arrow {
        display: block;
        padding-right: 30px;
        background: url(/common/img/ico_arrow_06.png) right center no-repeat;
        background-size: 12px auto;
    }
    .tabs-ticket-tab--actve .ico-arrow {
        background: url(/common/img/ico_arrow_07.png) right center no-repeat;
        background-size: 12px auto;
    }
}


/* tabs-cmn
---------------------------------------------------------- */

.tabs-cmn-01 .tabs-cmn-tab {
    padding: 0;
}

.tabs-cmn-01 .tabs-cmn-tab a {
    display: block;
    padding: 17px 0;
}

@media screen and (max-width: 768px) {
    .tabs-cmn-01 .tabs-cmn-tab {
        padding: 0;
    }
    .tabs-cmn-01 .tabs-cmn-tab a {
        padding: 11px 0;
    }
    .tabs-cmn-01 .tabs-cmn-tab .ico-tabs-01 {
        display: inline-block;
        line-height: 20px;
    }
    .tabs-cmn-01 .tabs-cmn-tab .ico-tabs-02 {
        display: inline-block;
        line-height: 20px;
    }
}


/* ==========================================================
 TABLE
========================================================== */


/* table-ticket-01
---------------------------------------------------------- */

.table-ticket-01 {
    font-size: 14px;
    margin-bottom: 25px;
}

.table-ticket-01 thead tr:not(:first-child) th {
    font-size: 12px;
    width: 180px;
}

.table-ticket-01 thead tr th {
    padding: 6px 0;
}

.table-ticket-01 thead tr:first-child th:first-child {
    width: 190px;
}

.table-ticket-01 tbody tr th {
    background-color: #fff;
    padding: 24px 17px;
}

.table-ticket-01 tbody tr td {
    padding: 10px;
    text-align: center;
}

.table-ticket-01 tbody tr th .title-01 {
    background: url(/ticket/individual/img/ico_tower_01.png) 7px center no-repeat;
    padding: 17px 0 5px 34px;
}

.table-ticket-01 tbody tr th .title-02 {
    background: url(/ticket/individual/img/ico_tower_02.png) 7px center no-repeat;
    padding: 17px 0 5px 34px;
}

.table-ticket-01 tbody tr th .title-03 {
    background: url(/ticket/individual/img/ico_tower_03.png) 7px center no-repeat;
    padding: 8px 0 0 18px;
}

.table-ticket-01 tbody tr .txt-b {
    /*font-weight: bold;*/
    display: block;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .table-ticket-01 {
        font-size: 12px;
        margin-bottom: 13px;
        table-layout: fixed;
    }
    .table-ticket-01 thead tr th {
        border-left: 1px solid #dadada;
        display: table-cell;
        width: 25%;
        padding: 6px 0;
        text-align: center;
    }
    .table-ticket-01 thead tr th:last-child {
        border-right: none;
    }
    .table-ticket-01 thead tr th:first-child {
        border-left: none;
    }
    .table-ticket-01 thead tr:not(:first-child) th {
        font-size: 10px;
        width: auto;
    }
    .table-ticket-01 thead tr:nth-child(2) th {
        padding: 12px 0px;
    }
    .table-ticket-01 thead tr:first-child th:first-child {
        display: none;
    }
    .table-ticket-01 tbody tr th {
        border-left: none;
        border-right: none;
        display: table-cell;
        padding: 5px 0;
        width: 100%;
        text-align: center;
    }
    .table-ticket-01 tbody tr th .title-01 {
        background: url(/ticket/individual/img/ico_tower_01.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 0 0 0 15px;
        text-align: left;
    }
    .table-ticket-01 tbody tr th .title-02 {
        background: url(/ticket/individual/img/ico_tower_02.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 0 0 0 15px;
        text-align: left;
    }
    .table-ticket-01 tbody tr th .title-03 {
        background: url(/ticket/individual/img/ico_tower_03.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 0 0 0 15px;
        text-align: left;
    }
    .table-ticket-01 tbody tr th .title-01 .txt-b,
    .table-ticket-01 tbody tr th .title-02 .txt-b,
    .table-ticket-01 tbody tr th .title-03 .txt-b {
        font-size: 15px;
        line-height: 1.2;
    }
    .table-ticket-01 tbody tr td .txt-b {
        font-size: 11px;
        line-height: 1.2;
    }
    .table-ticket-01 tbody tr td {
        border-left: none;
        display: table-cell;
        font-size: 8px;
        padding: 9px;
        width: 25%;
    }
    .table-ticket-01 tbody tr td:last-child {
        border-right: none;
    }
    .table-ticket-01 tbody tr td .txt-b {
        font-size: 11px;
        line-height: 1.2;
    }
    .table-ticket-01 tbody tr td:first-child {
        border-left: none;
    }
}


/* table-ticket-02
---------------------------------------------------------- */

.table-ticket-02 {
    font-size: 14px;
    margin-bottom: 25px;
    width: 100%;
}

.table-ticket-02 thead tr th {
    padding: 6px 0;
}

.table-ticket-02 tr>.only-pc {
    display: table-cell !important;
}

.table-ticket-02 tr>.only-sp {
    display: none !important;
}

.table-ticket-02 thead tr:first-child th {
    font-size: 14px;
    padding: 10px 0 6px;
}

.table-ticket-02 thead tr:not(:first-child) th {
    font-size: 12px;
    width: 152px;
    padding: 5px 0;
}

.table-ticket-02 thead tr:first-child th:first-child {
    width: 310px;
}

.table-ticket-02 tbody tr .txt-b {
    /*font-weight: bold;*/
    display: block;
}

.table-ticket-02 tbody tr th {
    background-color: #fff;
    padding: 8px 10px;
    width: 190px;
}

.table-ticket-02 tbody tr td {
    padding: 8px 10px;
    overflow: hidden;
    text-align: center;
}

.table-ticket-02 tbody tr td.times {
    width: 120px;
}

.table-ticket-02 tbody tr .title-01 {
    background: url(/ticket/individual/img/ico_tower_03.png) 15px center no-repeat;
    padding-left: 26px;
}

.table-ticket-02 tbody tr .title-02 {
    background: url(/ticket/individual/img/ico_tower_01.png) 15px center no-repeat;
    padding: 17px 0 5px 40px;
}

.table-ticket-02 tbody tr .title-03 {
    background: url(/ticket/individual/img/ico_tower_02.png) 15px center no-repeat;
    padding: 17px 0 5px 40px;
}

.table-ticket-02 tbody tr td .ico-breakfast {
    color: #fff;
    background-color: #ef6072;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 5px auto;
    width: 90px;
}

@media screen and (max-width: 768px) {
    .table-ticket-02 {
        font-size: 12px;
        table-layout: fixed;
        margin-bottom: 13px;
    }
    .table-ticket-02 thead tr th {
        line-height: 1.1;
        padding: 16px 0;
    }
    .table-ticket-02 tr>.only-sp {
        display: table-cell !important;
    }
    .table-ticket-02 tr>.only-pc {
        display: none !important;
    }
    .table-ticket-02 thead tr:first-child th {
        font-size: 12px;
        padding: 16px 0;
    }
    .table-ticket-02 thead tr:not(:first-child) th {
        font-size: 10px;
        width: auto;
        padding: 5px 0;
    }
    .table-ticket-02 thead tr:first-child th:first-child {
        width: auto;
    }
    .table-ticket-02 thead tr:first-child th {
        border-left: none;
    }
    .table-ticket-02 thead tr th:last-child {
        border-right: none;
    }
    .table-ticket-02 thead tr th:first-child {
        border-left: none;
    }
    .table-ticket-02 tbody tr .txt-b {
        font-size: 11px;
        line-height: 1.4;
    }
    .table-ticket-02 tbody tr th {
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .table-ticket-02 tbody tr td {
        font-size: 8px;
        line-height: 1.3;
        padding: 10px 5px;
    }
    .table-ticket-02 tbody tr td.times {
        font-size: 10px;
        width: 50px;
    }
    .table-ticket-02 tbody tr .title-01 {
        background: url(/ticket/individual/img/ico_tower_03.png) 6px 6px no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 10px 0 4px 22px;
        text-align: left;
    }
    .table-ticket-02 tbody tr .title-01 .txt-b,
    .table-ticket-02 tbody tr .title-02 .txt-b,
    .table-ticket-02 tbody tr .title-03 .txt-b {
        font-size: 15px;
        line-height: 1;
    }
    .table-ticket-02 tbody tr .title-02 {
        background: url(/ticket/individual/img/ico_tower_01.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 7px 0 7px 17px;
        text-align: left;
    }
    .table-ticket-02 tbody tr .title-03 {
        background: url(/ticket/individual/img/ico_tower_02.png) 0 center no-repeat;
        background-size: 8px auto;
        font-size: 10px;
        display: inline-block;
        padding: 7px 0 7px 17px;
        text-align: left;
    }
    .table-ticket-02 tbody tr td .ico-breakfast {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 8px;
        line-height: 1.2;
        padding: 4px;
        margin: 5px auto 0;
        width: 100%;
    }
    .table-ticket-02 tbody tr th {
        border-left: none;
    }
    .table-ticket-02 tbody tr th {
        border-right: none;
    }
    .table-ticket-02 tbody tr td {
        border-left: none;
    }
    .table-ticket-02 tbody tr td:last-child {
        border-right: none;
    }
    .table-ticket-02 tbody tr td:first-child {
        border-left: none;
    }
    /*
  .table-ticket-02 tbody tr td .txt-b {
    font-size: 11px;
    line-height: 1.2;
  }
  */
}


/* ==========================================================
 list
========================================================== */


/* box-telephone
---------------------------------------------------------- */

.box-telephone {
    margin-bottom: 10px;
}

.box-telephone .text {
    font-size: 18px;
    font-weight: bold;
}

.box-telephone .text span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
}

.box-telephone .text span.xx1 {
    font-size: 12px;
    font-weight: normal;
    margin-left: 72px;
}

.box-telephone .txt-tel {
    margin-right: 20px;
}


/* box-telephone-01
---------------------------------------------------------- */

.box-telephone-01 {
    margin-bottom: 35px;
}

.box-telephone-01+.btn-cmn {
    margin-bottom: 20px;
}

.box-telephone-01 .text {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .box-telephone-01 {
        margin-bottom: 10px;
    }
    .box-telephone-01+.btn-cmn {
        margin-bottom: 0;
    }
    .box-telephone .text {
        font-size: 15px;
    }
    .box-telephone .text span {
        font-size: 9px;
        display: block;
        margin-left: -4.5em;
        text-indent: 4.5em;
    }
    .box-telephone .text span.xx1 {
        font-size: 9px;
        display: block;
        margin-left: 0;
        margin-top: -25px;
        text-indent: 4.5em;
    }
    .box-telephone .txt-tel {
        margin-right: 0;
    }
    .box-telephone .txt-fax {
        display: block;
    }
}


/* box-input-date
---------------------------------------------------------- */

.box-input-date {
    margin: 10px 0;
    overflow: hidden;
}

.box-input-date .box-input {
    float: left;
    padding: 15px 0;
}

.box-input-date .box-input input[type="text"] {
    border: 1px solid #d9d9d9;
    letter-spacing: 2px;
    display: inline-block;
    padding: 7px 10px;
    width: 230px;
}

.box-input-date .box-input .btn-calendar-01 {
    display: inline-block;
    padding: 8px 3px;
    vertical-align: middle;
}

.box-input-date .box-input .btn-calendar-01 img {
    display: block;
}

.box-input-date .box-output {
    float: left;
    border: 1px solid #d9d9d9;
    margin-left: 20px;
    padding: 6px 12px;
    width: 395px;
}

.box-input-date .box-output .txt-output-02 span {
    color: #ef929d;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .box-input-date {
        margin: 0;
    }
    .box-input-date .box-input {
        float: none;
        padding: 12px 0;
    }
    .box-input-date .box-input input[type="text"] {
        border: 1px solid #d9d9d9;
        letter-spacing: 2px;
        display: inline-block;
        padding: 7px 10px;
        width: calc(100% - 26px);
    }
    .box-input-date .box-input .btn-calendar-01 {
        float: right;
        padding: 10px 0 10px 10px;
    }
    .box-input-date .box-input .btn-calendar-01 img {
        width: 16px;
    }
    .box-input-date .box-output {
        float: none;
        border: 1px solid #d9d9d9;
        margin-left: 0;
        padding: 6px 12px;
        width: 100%;
        text-align: center;
    }
    .box-input-date .box-output .txt-output-02 {
        font-size: 12px;
    }
    .box-input-date .box-output .txt-output-02 span {
        display: block;
        font-size: 15px;
    }
}


/* ==========================================================
 list
========================================================== */


/* list-ticket-card-01
---------------------------------------------------------- */

.list-ticket-card-01 {
    overflow: hidden;
    margin-left: -20px;
}

.list-ticket-card-01 li {
    float: left;
    width: 25%;
    padding-left: 20px;
    position: relative;
}

.list-ticket-card-01 li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 20px;
    height: 13px;
    background: url(/ticket/img/ico_arrow_card_01.png) left center no-repeat;
    transform: translateY(-50%);
}

.list-ticket-card-01 li:first-child:before {
    display: none;
}

.list-ticket-card-01 li .box-card {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    min-height: 245px;
    padding: 20px 20px 103px;
    position: relative;
}

.list-ticket-card-01 li .box-card .ico-number {
    color: #fff;
    border-radius: 50%;
    background-color: #ef929d;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
    width: 34px;
    height: 34px;
}

.list-ticket-card-01 li .box-card .text {
    font-size: 14px;
}

.list-ticket-card-01 li .box-card .image {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}


/* list-ticket-card-02
---------------------------------------------------------- */

.list-ticket-card-02 {
    border-radius: 6px;
    background-color: #fdeff0;
    padding: 25px 20px 20px;
}

.list-ticket-card-02>li {
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 20px 25px;
    position: relative;
}

.list-ticket-card-02>li:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    width: 13px;
    height: 20px;
    background: url(/ticket/img/ico_arrow_card_02.png) 0 0 no-repeat;
    margin-left: -7px;
}

.list-ticket-card-02>li:last-child {
    margin-bottom: 0;
}

.list-ticket-card-02>li:last-child:before {
    display: none;
}

.list-ticket-card-02 li dl {
    overflow: hidden;
}

.list-ticket-card-02 li dl dt {
    float: left;
}

.list-ticket-card-02 li dl dd {
    overflow: hidden;
}

.list-ticket-card-02 li .ico-number {
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ef929d;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
}

.list-ticket-card-02 li .title {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 5px;
}

.list-ticket-card-02 li .text {
    font-size: 14px;
}

.list-ticket-card-02 li .text-01 {
    margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
    .list-ticket-card-02 {
        border-radius: 6px;
        background-color: #fdeff0;
        padding: 8px;
    }
    .list-ticket-card-02>li {
        margin-bottom: 16px;
        padding: 12px;
    }
    .list-ticket-card-02>li:before {
        bottom: -16px;
        width: 11px;
        height: 16px;
        background: url(/ticket/img/ico_arrow_card_02.png) 0 0 no-repeat;
        background-size: 11px auto;
        margin-left: -6px;
    }
    .list-ticket-card-02>li:last-child {
        margin-bottom: 0;
    }
    .list-ticket-card-02>li:last-child:before {
        display: none;
    }
    .list-ticket-card-02 li dl {
        overflow: hidden;
    }
    .list-ticket-card-02 li dl dt {
        float: left;
    }
    .list-ticket-card-02 li dl dd {
        overflow: hidden;
    }
    .list-ticket-card-02 li .ico-number {
        width: 24px;
        height: 24px;
        font-size: 14px;
        margin-right: 12px;
        text-align: center;
    }
    .list-ticket-card-02 li .title {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 0;
    }
    .list-ticket-card-02 li .text {
        font-size: 12px;
    }
    .list-ticket-card-02 li .text-01 {
        margin-bottom: 5px;
    }
}


/* list-tags-01
---------------------------------------------------------- */

.list-tags-01 {
    font-size: 0;
    margin: 10px 0;
    text-align: left;
}

.list-tags-01 li {
    font-size: 14px;
    display: inline-block;
    margin: 0 6px 5px 0;
}

.list-tags-01 li:last-child {
    margin-right: 0;
}

.list-tags-01 li span {
    color: #fff;
    border-radius: 5px;
    background: #ef929d;
    padding: 2px 9px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .list-tags-01 {
        margin: 5px 0 0;
    }
    .list-tags-01 li {
        font-size: 10px;
        margin-right: 4px;
    }
    .list-tags-01 li span {
        border-radius: 3px;
        padding: 1px 6px;
    }
}


/* list-ticket-01
---------------------------------------------------------- */

.list-ticket-01 {
    overflow: hidden;
    margin-left: -6px;
}

.list-ticket-01 li {
    float: left;
    width: 50%;
    padding-left: 6px;
}

.list-ticket-01 li dl {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    padding: 19px 19px 14px;
}

.list-ticket-01 li dl dt {
    float: left;
    padding-right: 20px;
}

.list-ticket-01 li dl dd {
    font-size: 14px;
    overflow: hidden;
}


/* list-ticket-02
---------------------------------------------------------- */

.list-ticket-02 {
    margin-left: -5px;
}

.list-ticket-02 li {
    padding-left: 5px;
}

.list-ticket-02 li dl {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    display: table;
    overflow: hidden;
    padding: 12px;
    width: 100%;
}

.list-ticket-02 li dl dt {
    display: table-cell;
    padding-right: 12px;
    vertical-align: middle;
    width: 65px;
}

.list-ticket-02 li dl dd {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}


/* list-ticket-slider-01
---------------------------------------------------------- */

.list-ticket-slider-01 {
    margin: 0 0 28px -20px;
}

.list-ticket-slider-01 .list-ticket-slider-item {
    padding-left: 20px;
}

.list-ticket-slider-01 .list-ticket-slider-item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .list-ticket-slider-01 {
        margin: 0 0 15px;
    }
    .list-ticket-slider-01 .list-ticket-slider-item {
        padding-left: 0;
    }
    .list-ticket-slider-01 .list-ticket-slider-item img {
        width: 100%;
    }
}


/* list-ticket-item1 , list-ticket-item2
---------------------------------------------------------- */

.list-ticket-item1 {
    background-color: #ef929d;
    background-image: url(/ticket/individual/img/btn_bg_pc.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    height: 235px;
    padding: 11px;
}

.list-ticket-item1 p.circle {
    width: 79px;
    height: 79px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.0;
    padding-top: 10px;
    font-weight: bold;
    display: block;
    position: relative;
    top: 35px;
}

.list-ticket-item1 .circle span.text1 {
    font-size: 18px;
    color: #303030;
}

.list-ticket-item1 .circle span.text2 {
    font-size: 24px;
    color: #ff4d6b;
}

.list-ticket-item1 .circle span.text3 {
    font-size: 12px;
    color: #ff4d6b;
}

.list-ticket-item1 .circle span.text4 {
    font-size: 19px;
    color: #ff4d6b;
}

.list-ticket-item1 .text-center {
    margin-top: -35px;
}

.list-ticket-item1 .text-center a.btn1 {
    width: 76%;
    margin: 0 auto 20px;
    display: block;
}

.list-ticket-item1 .text-center a.btn2 {
    width: 72%;
    margin: 0 auto;
    display: block;
}

.list-ticket-item1 .title {
    font-size: 29px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.list-ticket-item1 .title span.small {
    font-size: 22px;
}

.list-ticket-item1 a:hover img {
    opacity: 0.8;
}

.list-ticket-item2 a:hover img {
    opacity: 0.8;
}

.list-ticket-item2 {
    background-color: #7ccbcf;
    background-image: url(/ticket/individual/img/btn_bg_pc.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 235px;
    display: block;
    padding: 55px;
}

.list-ticket-item2 .title {
    font-size: 29px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.list-ticket-item2 .title span.small {
    font-size: 22px;
}

.list-ticket-item2 .text-center a.btn3 {
    width: 71%;
    margin: 30px auto 23px;
    display: block;
}

.list-ticket-item2 a:hover img.btn3 {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .list-ticket-item1 .text-center {
        max-width: 285px;
        margin: -15px auto 0 auto;
    }
    .list-ticket-item1 .text-center p.title {
        font-size: 1.5em;
    }
    .list-ticket-item1 .text-center p.title span.small {
        font-size: 0.9em;
    }
    .list-ticket-item2 {
        height: 180px;
        padding: 42px 11px 11px 11px;
    }
    .list-ticket-item2 .text-center {
        max-width: 225px;
        margin: 0 auto;
    }
    .list-ticket-item2 .text-center p.title {
        font-size: 1.5em;
    }
    .list-ticket-item2 .text-center p.title span.small {
        font-size: 0.9em;
    }
    .list-ticket-item1 .text-center a.btn1 {
        width: 100%;
    }
    .list-ticket-item1 .text-center img.btn1 {
        margin-bottom: 20px;
        width: 100%;
    }
    .list-ticket-item1 .text-center img.btn2 {
        width: 95%;
    }
    .list-ticket-item2 .text-center img.btn3 {
        width: 100%;
    }
    .list-ticket-item1 p.circle {
        position: relative;
        top: 15px;
        right: 23px;
    }
    .list-ticket-item1 p.circle {
        width: 70px;
        height: 70px;
        line-height: 1.0;
    }
    .list-ticket-item1 .circle span.text1 {
        font-size: 16px;
        color: #303030;
    }
    .list-ticket-item1 .circle span.text2 {
        font-size: 22px;
        color: #ff4d6b;
    }
    .list-ticket-item1 .circle span.text3 {
        font-size: 10px;
        color: #ff4d6b;
    }
    .list-ticket-item1 .circle span.text4 {
        font-size: 17px;
        color: #ff4d6b;
    }
}

@media screen and (max-width: 320px) {
    .list-ticket-item1 p.circle {
        top: 7px;
        right: 7px;
    }
}


/* list-ticket-image-01
---------------------------------------------------------- */

.list-ticket-image-01 {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .list-ticket-image-01 {
        margin-bottom: 15px;
    }
}


/* list-notice
---------------------------------------------------------- */

.list-notice {
    margin-bottom: 30px;
}

.list-notice li {
    font-size: 12px;
    margin-bottom: 10px;
}

.list-notice li:last-child {
    margin-bottom: 0;
}


/* list-notice-01
---------------------------------------------------------- */

.list-notice-01 {
    margin-bottom: 60px;
}


/* list-notice-02
---------------------------------------------------------- */

.list-notice-02 {
    margin-bottom: 0;
}

.list-notice-02 li {
    font-size: 12px;
    margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
    .list-notice {
        margin-bottom: 8px;
    }
    .list-notice li {
        margin-bottom: 8px;
    }
    .list-notice li .txt-notice {
        padding-left: 14px;
        text-indent: 0;
    }
    .list-notice li .txt-notice:before {
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-notice-01 {
        margin: 15px auto;
    }
}

@media screen and (max-width: 768px) {
    .list-notice-02 {
        margin-bottom: 0;
    }
    .list-notice-02 li {
        font-size: 10px;
        margin-bottom: 0;
    }
}


/* list-dot
---------------------------------------------------------- */

.list-dot {
    text-align: left;
}

.list-dot li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.list-dot li:last-child {
    margin-bottom: 0;
}

.list-dot li:before {
    position: absolute;
    content: '';
    left: 5px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ef929d;
}

.list-dot li .txt-notice {
    font-size: 12px;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .list-dot li {
        margin-bottom: 3px;
        padding-left: 14px;
        position: relative;
    }
    .list-dot li:before {
        left: 3px;
        top: 10px;
        width: 4px;
        height: 4px;
    }
    .list-dot li .txt-notice {
        font-size: 10px;
        margin-top: 3px;
    }
}


/* list-dot-01
---------------------------------------------------------- */

.list-dot-01 {
    margin-bottom: 26px;
}

.list-dot-01 li {
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .list-dot-01 {
        margin-bottom: 12px;
    }
}


/* list-dot-02
---------------------------------------------------------- */

.list-dot-02 {
    margin-bottom: 20px;
}

.list-dot-02 li {
    margin-bottom: 19px;
}

.list-dot-02 li .text {
    color: #59564f;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .list-dot-02 {
        margin-bottom: 5px;
    }
    .list-dot-02 li {
        margin-bottom: 5px;
    }
    .list-dot-02 li .text {
        margin-top: 5px;
    }
}


/* list-pdf-01
---------------------------------------------------------- */

.list-pdf-01 li {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .list-pdf-01 li {
        margin-bottom: 10px;
    }
}


/* ==========================================================
 IMAGE
========================================================== */


/* img-bus-zoom
---------------------------------------------------------- */

.img-bus-zoom {
    display: block;
    position: relative;
}

.img-bus-zoom img {
    width: 100%;
}

.img-bus-zoom:after {
    position: absolute;
    content: '';
    right: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    background: url(/common/img/ico_zoom_01.png) 0 0 no-repeat;
    background-size: 32px auto;
}


/* ==========================================================
 ICON
========================================================== */


/* ico-ticket-01
---------------------------------------------------------- */

.ttl-cmn-01 .ico-ticket-01 {
    background: url(/ticket/img/ico_ticket_title_01.png) left center no-repeat;
    padding-left: 70px;
}

@media screen and (max-width: 768px) {
    .ttl-cmn-01 .ico-ticket-01 {
        display: inline-block;
        /*background-position: 0 4px;*/
        background-size: 23px auto;
        padding-left: 30px;
    }
}


/* ico-group-01
---------------------------------------------------------- */

.ttl-cmn-01 .ico-group-01 {
    background: url(/ticket/img/ico_group_title_01.png) left center no-repeat;
    padding-left: 90px;
}

@media screen and (max-width: 768px) {
    .ttl-cmn-01 .ico-group-01 {
        background-size: 33px auto;
        padding-left: 40px;
    }
}


/* btn-cmn
---------------------------------------------------------- */

.btn-cmn .ico-arrow {
    background: url(/common/img/ico_arrow_01.png) right center no-repeat;
    ;
    padding-right: 22px;
}


/* ==========================================================
 SLICK
========================================================== */


/* slick-dots
---------------------------------------------------------- */

.slick-dots {
    font-size: 0;
    margin-top: 20px;
    text-align: center;
}

.slick-dots li {
    font-size: 14px;
    display: inline-block;
    margin: 0 7px;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li.slick-active button:before {
    border: 1px solid #6098aa;
    background-color: #6098aa;
}

.slick-dots li button {
    color: transparent;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    position: relative;
}

.slick-dots li button:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
    .slick-dots li {
        margin: 0 8px;
    }
    .slick-dots li button {
        width: 16px;
        height: 16px;
    }
    .slick-dots li button:before {
        width: 16px;
        height: 16px;
        border: 1px solid #f2f2f2;
    }
}


}

/* mod-feature
---------------------------------------------------------- */
.mod-feature {
    margin-bottom: 50px;
}
.mod-feature-ttl {
    padding: 14px 48px;
    background: url(/ticket/img/ico_pencil_01.png) 7px 13px no-repeat;
    background-size: 28px auto;
    font-size: 22px;
    line-height: 1.3;
    color: #e87581;
}
.mod-feature-content {}
@media screen and (max-width: 768px) {
    .mod-feature {
        margin-bottom: 20px;
    }
    
    .mod-feature-ttl {
        padding: 10px 30px;
        background: url(/ticket/img/ico_pencil_01.png) 7px 13px no-repeat;
        background-size: 20px auto;
        font-size: 18px;
        line-height: 1.2;
    }
    
    .mod-feature-content {}
}

/* mod-ticket
---------------------------------------------------------- */
.mod-ticket {
    margin-bottom: 15px;
    padding: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fdeff0;
}
.mod-ticket-text {
    overflow: hidden;
    padding: 5px 15px 5px 10px;
    /* padding: 0 5px 0 10px; */
}
.mod-ticket-text .ttl {
    float: left;
    font-size: 24px;
    color: #e87581;
}
.mod-ticket-text .link {
    float: right;
    padding: 5px 0;
    font-size: 14px;
}
.mod-ticket-content {}

/* mod-ticket--full */
.mod-ticket--full {
    overflow: hidden;
}
.mod-ticket--full .mod-ticket-text {
    float: left;
    width: 154px;
    padding: 20px 0;
}
.mod-ticket--full .mod-ticket-text .ttl {
    padding: 0 0 0 10px;
}
.mod-ticket--full .mod-ticket-content {
    float: right;
    width: 746px;
}
@media screen and (max-width: 768px) {
    .mod-ticket {
        margin-bottom: 10px;
        padding: 6px;
    }
    
    .mod-ticket-text {
        padding: 0 6px 0 4px;
    }
    
    .mod-ticket-text .ttl {
        font-size: 20px;
    }
    
    .mod-ticket-text .link {
        padding: 5px 0;
    }
    
    .mod-ticket-content {}
    /* mod-ticket--full */
    
    .mod-ticket--full {}
    
    .mod-ticket--full .mod-ticket-text {
        float: none;
        width: 100%;
        padding: 0 6px 0 4px;
    }
    
    .mod-ticket--full .mod-ticket-text .ttl {
        padding: 0;
    }
    
    .mod-ticket--full .mod-ticket-content {
        float: none;
        width: 100%;
    }
}

/* mod-lead
---------------------------------------------------------- */
.mod-lead {
    overflow: hidden;
    margin-bottom: 30px;
}
.mod-lead-txt {
    float: left;
    clear: both;
}
.mod-lead-btn {
    font-size: 14px;
    text-align: right;
}
.mod-lead-btn .btn {
    display: inline-block;
    width: 145px;
    padding: 10px 0;
}
@media screen and (max-width: 768px) {
    .mod-lead {
        margin-bottom: 20px;
    }
    
    .mod-lead-txt {
        float: none;
        margin-bottom: 10px;
        padding: 0;
        font-size: 16px;
        line-height: 1.6;
    }
    
    .mod-lead-btn {
        text-align: right;
    }
    
    .mod-lead-btn .btn {
        display: block;
        width: auto;
        padding: 5px 0;
    }
}

/* mod-step
---------------------------------------------------------- */
.mod-step {
    margin-bottom: 30px;
    padding: 15px 20px 20px;
    background-color: #fdeff0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.mod-step-ttl {
    margin-bottom: 15px;
    font-weight: bold;
    color: #e87581;
    text-align: center;
}
.mod-step-ttl .txt {
    color: #59564f;
}
.mod-step-ttl--modif {
    margin: 0;
    padding: 13px;
    text-align: left;
}
.mod-step-content {
    padding: 15px 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .mod-step {
        margin-bottom: 30px;
        padding: 8px;
    }
    
    .mod-step-ttl {
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    .mod-step-ttl--modif {
        margin: 0 0 10px;
        padding: 0;
        text-align: center;
    }
    
    .mod-step-content {
        padding: 8px 10px;
        text-align: center;
    }
}

/* mod-tday
---------------------------------------------------------- */
.mod-tday {}
.mod-tday-ttl {
    float: left;
    width: 160px;
    clear: both;
}
.mod-tday-content {
    margin: 0 20px 0 160px;
}
@media screen and (max-width: 768px) {
    .mod-tday {}
    
    .mod-tday-ttl {
        float: none;
        width: auto;
    }
    
    .mod-tday-content {
        margin: 0;
    }
}

/* mod-admis
---------------------------------------------------------- */
.mod-admis {}
.mod-admis-ttl {
    width: 215px;
    float: left;
    clear: both;
}
.mod-admis-content {
    width: 665px;
    margin-left: 215px;
}
@media screen and (max-width: 768px) {
    .mod-admis {}
    
    .mod-admis-ttl {
        width: auto;
        float: none;
    }
    
    .mod-admis-content {
        width: auto;
        margin: 0;
    }
}

/* mod-flow
---------------------------------------------------------- */
.mod-flow {
    margin-bottom: 30px;
}
.mod-flow-item {
    position: relative;
}
.mod-flow-item:before,
.mod-flow-item:after {
    position: absolute;
    content: '';
}
.mod-flow-item:before {
    top: 20px;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    background-color: #ef929d;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.mod-flow li:nth-child(1) .mod-flow-item:before {
    background-image: url(/ticket/img/txt_num_01.png);
}
.mod-flow li:nth-child(2) .mod-flow-item:before {
    background-image: url(/ticket/img/txt_num_02.png);
}
.mod-flow li:nth-child(3) .mod-flow-item:before {
    background-image: url(/ticket/img/txt_num_03.png);
}
.mod-flow li:nth-child(4) .mod-flow-item:before {
    background-image: url(/ticket/img/txt_num_04.png);
}
.mod-flow li:nth-child(5) .mod-flow-item:before {
    background-image: url(/ticket/img/txt_num_05.png);
}
.mod-flow li:nth-child(6) .mod-flow-item:before {
    background-image: url(/ticket/img/txt_num_06.png);
}
.mod-flow li:nth-child(1) .mod-flow-item:before,
.mod-flow li:nth-child(2) .mod-flow-item:before,
.mod-flow li:nth-child(3) .mod-flow-item:before,
.mod-flow li:nth-child(4) .mod-flow-item:before,
.mod-flow li:nth-child(5) .mod-flow-item:before,
.mod-flow li:nth-child(6) .mod-flow-item:before {
    background-size: 34px auto;
}
.mod-flow-item:after {
    top: 50%;
    right: -20px;
    margin-top: -7px;
    width: 20px;
    height: 14px;
    background: url(/ticket/img/ico_arrow_04.png) 0 0 no-repeat;
}
.mod-flow li:last-child .mod-flow-item:after {
    display: none;
}
@media screen and (max-width: 768px) {
    .mod-flow {
        margin-bottom: 15px;
    }
    
    .mod-flow-item {}
    
    .mod-flow-item:before {
        top: 50%;
        left: 10px;
        width: 24px;
        height: 24px;
        margin: -12px 0 0;
        -webkit-border-radius: 12px;
        border-radius: 12px;
    }
    
    .mod-flow li:nth-child(1) .mod-flow-item:before,
    .mod-flow li:nth-child(2) .mod-flow-item:before,
    .mod-flow li:nth-child(3) .mod-flow-item:before,
    .mod-flow li:nth-child(4) .mod-flow-item:before,
    .mod-flow li:nth-child(5) .mod-flow-item:before,
    .mod-flow li:nth-child(6) .mod-flow-item:before {
        background-size: 24px auto;
    }
    
    .mod-flow-item:after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -12px;
        margin: -5px;
        width: 10px;
        height: 16px;
        background: url(/ticket/img/ico_arrow_03.png) 0 0 no-repeat;
        background-size: 10px auto;
    }
}

/* ==========================================================
 CARDS
========================================================== */

/* card-ticket
---------------------------------------------------------- */
.card-ticket {
    padding: 30px 0 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}
.card-ticket-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    background-color: #ef929d
}
.card-ticket-text {
    padding: 18px 0 15px;
}
.card-ticket-ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #e87581;
    text-align: center;
}
.card-ticket-txt {
    padding: 0 30px;
    font-size: 14px;
}
.card-ticket-btn {
    font-size: 14px;
}

/* card-ticket--noico */
.card-ticket--noico {
    overflow: hidden;
    padding: 0 20px;
}
.card-ticket--noico .card-ticket-text {
    float: left;
}
.card-ticket--noico .card-ticket-ttl {
    margin: 0;
    text-align: left;
}
.card-ticket--noico .card-ticket-txt {
    padding: 0;
}
.card-ticket--noico .card-ticket-btn {
    float: right;
    margin: 0 55px 0 0;
    padding: 20px 0;
}

/* card-ticket--tday */
.card-ticket--tday {
    padding: 25px 0;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.card-ticket--tday .card-ticket-icon {
    width: 102px;
    height: 102px;
}
.card-ticket--tday .card-ticket-text {
    position: relative;
    padding: 0;
}
.card-ticket--tday .card-ticket-ttl {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 32px;
    font-weight: normal;
    text-align: left;
}
.card-ticket--tday .card-ticket-txt {
    padding: 0;
    font-size: 16px;
    text-align: left;
}
.card-ticket--tday .card-ticket-btn {
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 768px) {
    .card-ticket {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        position: relative;
        padding: 12px;
    }
    
    .card-ticket-icon {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 32px;
        height: 32px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
    }
    
    .card-ticket-icon img {
        width: 100%;
        height: auto;
    }
    
    .card-ticket-text {
        padding: 10px 0 5px;
    }
    
    .card-ticket-ttl {
        margin-bottom: 15px;
        padding-left: 40px;
        font-size: 16px;
        text-align: left;
    }
    
    .card-ticket-txt {
        padding: 0;
    }
    
    .card-ticket-btn {}
    /* card-ticket--noico */
    
    .card-ticket--noico {
        padding: 12px;
    }
    
    .card-ticket--noico .card-ticket-text {
        float: none;
    }
    
    .card-ticket--noico .card-ticket-ttl {
        margin: 0;
        padding: 0;
    }
    
    .card-ticket--noico .card-ticket-txt {
        padding: 0;
    }
    
    .card-ticket--noico .card-ticket-btn {
        float: none;
        margin: 0;
        padding: 0;
    }
    /* card-ticket--tday */
    
    .card-ticket--tday {
        padding: 16px 12px;
    }
    
    .card-ticket--tday .card-ticket-icon {
        top: 16px;
        width: 32px;
        height: 32px;
    }
    
    .card-ticket--tday .card-ticket-text {
        position: relative;
        padding: 0;
    }
    
    .card-ticket--tday .card-ticket-ttl {
        margin-bottom: 12px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 1.6;
    }
    
    .card-ticket--tday .card-ticket-txt {
        padding: 0;
        font-size: 14px;
        line-height: 1.4;
    }
    
    .card-ticket--tday .card-ticket-btn {
        position: relative;
        top: auto;
        right: auto;
    }
}

/* card-flow
---------------------------------------------------------- */
.card-flow {
    padding: 68px 20px 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
}
.card-flow--noi {
    border: 1px solid #ddd;
    padding: 68px 30px 15px;
    text-align: left;
}
.card-flow-txt {
    font-size: 14px;
}
.card-flow-img {
    margin: 25px 0 15px;
}
@media screen and (max-width: 768px) {
    .card-flow {
        padding: 22px 10px 22px 40px;
        text-align: left;
    }
    
    .card-flow--noi {
        padding: 15px 10px 15px 40px;
    }
    
    .card-flow-txt {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .card-flow-img {
        position: absolute;
        top: 50%;
        right: 10px;
        margin: -15px 0 0;
    }
    
    .card-flow-img img {
        width: auto;
        height: 30px;
    }
}

/* card-howto
---------------------------------------------------------- */
.card-howto {
    display: table;
    width: 100%;
    padding: 15px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}
.card-howto-txt,
.card-howto-img {
    display: table-cell;
    vertical-align: middle;
}
.card-howto-txt {
    padding: 0 20px 0 0;
    font-size: 14px;
}
.card-howto-img {
    text-align: center;
}
.card-howto .txt-note {
    display: block;
    padding: 10px 0 0;
    font-size: 12px;
}
.card-howto-1 .card-howto-img {
    width: 135px;
}
.card-howto-2 .card-howto-img {
    width: 100px;
}
.card-howto-3 .card-howto-img {
    width: 85px;
}
@media screen and (max-width: 768px) {
    .card-howto {
        padding: 6px 0;
    }
    
    .card-howto-txt {
        padding: 0 15px 0 0;
        font-size: 12px;
    }
    
    .card-howto-img img {
        width: 32px;
        height: auto;
    }
    
    .card-howto .txt-note {
        padding: 5px 0 0;
        font-size: 10px;
    }
    
    .card-howto-1 .card-howto-img,
    .card-howto-2 .card-howto-img,
    .card-howto-3 .card-howto-img {
        width: 58px;
    }
}

/* ==========================================================
  LISTS
========================================================== */

/* list-feature
---------------------------------------------------------- */
.list-feature {
    border-bottom: 1px dashed #d9d9d9;
}
.list-feature li {
    padding: 13px 36px;
    border-top: 1px dashed #d9d9d9;
    background: url(/ticket/img/ico_checkbox_01.png) 7px 13px no-repeat;
    background-size: 22px auto;
}
@media screen and (max-width: 768px) {
    .list-feature {
        border: 1px dashed #d9d9d9;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    
    .list-feature li {
        padding: 10px 35px;
        background: url(/ticket/img/ico_checkbox_01.png) 7px 13px no-repeat;
        background-size: 16px auto;
        line-height: 1.4;
    }
    
    .list-feature li:first-child {
        border-top: none;
    }
}

/* 料金一覧バナー
---------------------------------------------------------- */
.link-price {
    margin-top: 30px;
}

/* box-ticket-03
---------------------------------------------------------- */
.box-ticket-03 {
    overflow: hidden;
    margin-bottom: 25px;
}
.box-ticket-03 .box-ticket-inner-01,
.box-ticket-03 .box-ticket-inner-02 {
    float: left;
    width: 60%;
}
.box-ticket-03 .box-ticket-inner-02 {
    overflow: hidden;
    padding-left: 15px;
    width: 40%;
}
.box-ticket-03 .btn-cmn-03 {
    float: right;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .box-ticket-03 {
        margin-bottom: 13px;
    }
    
    .box-ticket-03 .box-ticket-inner-01,
    .box-ticket-03 .box-ticket-inner-02 {
        float: none;
        width: 100%;
    }
    
    .box-ticket-03 .box-ticket-inner-01 .txt-01 {
        margin-bottom: 10px;
    }
    
    .box-ticket-03 .box-ticket-inner-02 {
        padding-left: 0;
    }
    
    .box-ticket-03 .btn-cmn-03 {
        float: none;
        margin-bottom: 10px;
    }
}

/* ローカルナビ修正
---------------------------------------------------------- */
.lnav-ttl .ico-sub-05 {
    line-height: 1.5em;
    background: url(/common/img/ico_reservation_01.png) 0 10px no-repeat;
}
.lnav-ttl .ico-sub-06 {
    line-height: 1.5em;
    background: url(/common/img/ico_travel_01.png) 0 10px no-repeat;
}

/* 201903 チケット価格変更
---------------------------------------------------------- */

/* /ticket/index.html */
.new-ticket_1903 {}
.new-ticket_1903 .individual-title {
    clear: both;
    margin-bottom: 25px;
    overflow: hidden;
}
.new-ticket_1903 .title-01 {
    background: url(/ticket/img/ico_person_01_no.png) 10px 6px no-repeat;
    background-size: 28px auto;
    font-size: 34px;
    line-height: 1.4;
    padding-left: 50px;
}
.new-ticket_1903 .title-01 {
    float: left;
    width: 325px;
}
.new-ticket_1903 .indivibox {
    border-radius: 8px;
    border: 1px solid #f6c0c6;
    overflow: hidden;
    margin-bottom: 25px;
}
.new-ticket_1903 .indivibox-title {
    font-size: 34px;
    text-align: center;
    padding: 30px 20px 0;
}
.new-ticket_1903 .indivibox-img {
    padding: 10px 20px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
.new-ticket_1903 .indivibox-img_sp {
    display: none;
}
.new-ticket_1903 .indivibox2 {
    border-radius: 8px;
    border: 1px solid #d7cbcc;
    overflow: hidden;
    margin: 25px;
}
.new-ticket_1903 .indivibox-title2 {
    font-size: 18px;
    text-align: center;
    padding: 20px;
}

/* /ticket/index.html SP */
@media screen and (max-width: 768px) {
    .new-ticket_1903 {}
    
    .new-ticket_1903 .individual-title {
        width: 100%;
        text-align: center;
    }
    
    .new-ticket_1903 .individual-title .title-01 {
        background: url(/ticket/img/ico_person_01_no.png) 0 3px no-repeat;
        background-size: 19px auto;
        font-size: 20px;
        display: inline-block;
        margin-bottom: 8px;
        padding-left: 25px;
        width: auto !important;
        float: none;
    }
    
    .new-ticket_1903 .indivibox-title {
        font-size: 20px;
        text-align: center;
        padding: 15px 20px 0;
    }
    
    .new-ticket_1903 .indivibox-img {
        display: none;
    }
    
    .new-ticket_1903 .indivibox-img_sp {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .new-ticket_1903 .indivibox2 {
        margin: 0 0 30px !important;
    }
}

/* /ticket/individual/ */

/* タイトル下の注釈 */
.ticket-comment_201903 {
    text-align: center;
    font-size: 20px;
    margin: 10px;
    margin-top: -20px;
}
.ticket-comment_201903-2 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .ticket-comment_201903 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    .ticket-comment_201903-2 {
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px;
    }
}
.sec-agent-01 .mt0 {
    margin-top: 0!important;
}

/* card-1column ご入場の際に必要なもの_1列版 */
.sec-individual-01 .card-1column {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .sec-individual-01 .card-1column {
        width: 100%;
    }
}

/* 当日券の券種_3列 */
.tabs-cmn-item .type_day_set {
    padding: 10px;
}

/* box_ticketbuy Web販売 ご購入はこちらキャッチ */
.box_ticketbuy {
    margin: auto;
    max-width: 700px;
}
.catchcopy_ticketbuy {
    color: #ef929d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin: 20px auto 10px;
    font-size: 26px;
}
.btn_webket {
    margin: 10px auto;
    width: 700px;
    height: 60px;
}
@media screen and (max-width: 768px) {
    .catchcopy_ticketbuy {
        font-size: 5vw;
    }
    
    .btn_webket {
        width: 100%;
    }
}

/* cancel-webket-steps Web販売 予約キャンセル方法 */
.sec-individual-01 .cancel-webket-steps {
    width: 300px;
    margin: -30px 0 30px;
    border: solid 1px #d9d9d9;
    text-align: center;
}
.sec-individual-01 .cancel-webket-steps .step_1st {
    padding-top: 10px;
}
.sec-individual-01 .cancel-webket-steps .step_last {
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .sec-individual-01 .cancel-webket-steps {
        margin: 0 auto 25px;
    }
}

/*マージン調整*/
.mtb5 {
    margin: 5px 0;
}

/* cancel_caution 予約券人数増減 */
.cancel_howtolist {
    margin-bottom: 30px;
}
.cancel_howtolist td {
    vertical-align: top;
}
.cancel_howtolist .left {
    width: 4em;
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .cancel_howtolist {
        margin-bottom: 15px;
    }
}