@charset "UTF-8";

/* タイトル  */
.page-title {
    background: transparent url(https://cdn.l-tike.com/bw-ticket/sport/sumo_nagoya/img/top_sumo.png) no-repeat center center;
    height: 252px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.0em;
}

.page-title02 {
    margin-bottom: 1em;
}

.page-title h1 {
    color: #fff;
    font-size: 50px;
    text-align: center;
}

.page-title .lead {
    display: block;
    font-size: 24px;
    padding: 0.5em;
    color: #fff;
    text-align: center;
}



@media screen and (max-width: 767px) {
    .page-title {
        background-size: cover;
        height: 100%;
        width: 100%;
        padding: 2.0em 0;
        margin-bottom: 1.0em;
    }

    .page-title02 {
        height: 100%;
        width: 100%;
        padding: 0.5em 0;
        margin-bottom: 1.0em;
    }

    .page-title h1 {
        font-size: 30px;
    }

    .page-title .lead {
        font-size: 14px;
    }
}


@media screen and (max-width:1024px) {}


/*  ナビゲーション ================================================= */
.pageNav {
    background: #4b0082;
    box-sizing: border-box;
    /*width: 100%;
	max-width: 100%;*/
    width: 100%;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pageNav.fixed {
    position: fixed;
    top: 0;
    left: -50%;
    right: -50%;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 81, 128, 0.9);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pageNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
}



.pageNav ul li a {
    font-size: 15px;
    display: block;
    padding: 1em 1em;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.pageNav ul li a.current,
.pageNav ul li a:hover {
    color: #FFEB3B;
}

.pageNav ul li span.noLink {
    display: block;
    padding: 20px 40px;
    color: #BDBDBD;
    font-weight: bold;
    text-align: center;
    left: 0;
}

@media screen and (max-width: 767px) {
    .pageNav {
        padding: 0 0;
        width: 100%;
    }

    .pageNav ul {
        /* font-size: 3.7vw; */
        max-height: none;
        padding: 0.8em 0;
    }

    .pageNav ul.flexwrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pageNav ul li {
        /* 20230529 update */
        font-size: 1em;
        width: 45%;
        /* 20230529 update //-- */
    }

    .pageNav ul li a {
        padding: 0.5em 0em;
        font-weight: normal;
        font-size: 14px;
    }

    .pageNav ul li a:hover {
        color: #FFF;
    }

    .pageNav ul li a.current {
        color: #FFEB3B !important;
    }

    .pageNav ul li span.noLink {
        padding: 1em 1em;
    }
}

    /* 20230529 update */
@media screen and (min-width: 767px) {
    .pageNav ul li a {
        font-size: 1em;
    }
    /* 20230529 update //-- */
}



/* 日程  ================================================= */

.tbl-days table {
    border-bottom: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.tbl-days th,
.tbl-days td {
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    padding: 10px 4px;
    border-left: 1px solid #A8A8A8;
    border-top: 1px solid #A8A8A8;
    white-space: nowrap;
}

.tbl-days th {
    background-color: #8b008b;
    color: #fff;
}

/* 最上列 */
.tbl-days tr.schedule_data th,
.tbl-days tr.schedule_data th {
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: normal;
    background: #8b008b;
    padding: 4px;
}

.tbl-days tr.schedule_data th .data {
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    padding: 4px 2px;
    border-radius: 3px;
    height: 40px;
}

.tbl-days tr.schedule_data td .day {
    display: block;
}

.tbl-days tr.schedule_data td .sat {
    color: #00C0FF;
    display: block;
}

.tbl-days tr.schedule_data td .sun {
    color: #fe2121;
    display: block;
}

@media screen and (max-width: 767px) {
    .tbl-days table {
        width: 98%;
        margin: auto;
    }
}


/* リンクボタン
========================================= */
.infotext {
    text-align: center;
    display: block;
    border: 1px solid #74725B;
    border-radius: 12px;
    padding: 0.3em 0;
    font-size: 1.2em;
    margin: 0 auto;
}

.btn_link {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    padding: 0.2em 0;
    margin: auto;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    /* background-color: #EAB79A; */
    background-color: #eb8383;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.btn_link:hover {
    opacity: 0.8;
}

.btn_link.sumo_link {
    width: 74%;
    padding: 8px;
}

.btn_link.sumo_link a {
    color: #FFFFFF;
    display: block;
}

.btn_link.sumo_link div.text_notes {
    font-size: 0.8em;
}

.spinfo p {
    font-size: 0.8em;
    margin: 0 10px 0 10px;
}

.spinfo ul li {
    font-size: 0.8em;
    margin: 0 10px 0 10px;
}

/*   20220412 update   */
/* ボタンOFF
========================================= */
.btn_link_off {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    padding: 0.8em 0;
    margin: auto;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #999999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}



/*   20220412 update //-  */

/* 券種・料金 ========================================================== */
.infoTable table {
    border-top: 1px solid #b3cdcb;
    border-right: 1px solid #b3cdcb;
    width: 98%;
    border-spacing: 0;
    margin: 0 auto;
}


.infoTable table th,
.infoTable table td {
    border-bottom: 1px solid #b3cdcb;
    border-left: 1px solid #b3cdcb;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.infoTable table thead tr:first-child th {
    font-size: 0.7em;
    border-bottom: 1px solid #b3cdcb;
    background: #424242;
    color: #fff;
}

/* 席種名称 */
.infoTable table tbody tr td:nth-child(1) {
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: 1px solid #b3cdcb;
    background: #EEEEEE;
    white-space: nowrap;
}


/* 料金 */
.infoTable table tbody tr td:nth-child(2) {
    text-align: left;
    font-size: 0.8em;
    white-space: nowrap;
}

/* 購入上限枚数 */
.infoTable table tbody tr td:nth-child(3) {
    text-align: left;
    font-size: 0.8em;
}

/* 備考 */
.infoTable table tbody tr td:nth-child(4) {
    min-width: 180px;
    font-size: 0.8em;
    text-align: left;
    /*   20230512 update  */
    width: 50%;
    /*   20230512 update //-  */
}

.infoTable table tbody td .sptell {
    margin-bottom: 6px;
}

.infoTable table td .sptell span {
    color: #EE0000;
}

/*   20220512 update //-  */

p .markerUnder {
    background: linear-gradient(transparent 60%, #f9fc5a 0%);
    display: inline;
    padding: 0 1px 0px;
    font-weight: bold;
}

/* td料金/購入上限記載なし用 ★タマリ席★*/

.infoTable table tbody tr:nth-child(2) {
    display: none;
}

/* td料金/購入上限記載なし用 ★マス席★*/

.infoTable table tbody tr:nth-child(5) {
    display: none;
}

 /* td料金/購入上限記載なし用 ★イス席★*/

 .infoTable table tbody tr:nth-child(11) {
    display: none;
}


@media screen and (max-width: 767px) {

    /*バーの太さ*/
    .infoTable::-webkit-scrollbar {
        width: 0;
    }

    .infoTable table {
        width: 96%;
        border: none;
        ;
    }

    .infoTable table thead {
        display: none;
    }

    .infoTable table tr {
        border-top: 1px solid #b3cdcb;
        display: block;
        margin-bottom: 16px;
    }

    .infoTable table tr:last-child {
        margin-bottom: 0;
    }

    .infoTable table td {
        border-right: 1px solid #b3cdcb;
        border-bottom: none;
        background: #fff;
        display: block;
        text-align: left;
    }

    .infoTable table td {
        padding: 8px 12px 0 12px;
    }

    .infoTable table td:last-child {
        padding: 16px;
        border-bottom: 1px solid #b3cdcb;
    }

    /* tdのデザイン */
    .infoTable table tbody tr td:nth-of-type(1) {
        background: #323232;
        color: #fff;
        padding: 8px 12px;
    }


    .infoTable table tbody tr td:nth-child(2):before {
        content: "料金";
        display: block;
        background-color: #EEEEEE;
        padding: 5px 10px;
        margin: 0 0 0.5em 0;
        font-weight: bold;
    }

    .infoTable table tbody tr td:nth-child(3):before {
        content: "購入上限枚数";
        display: block;
        background-color: #EEEEEE;
        padding: 5px 10px;
        margin: 0 0 0.5em 0;
        font-weight: bold;
        white-space: nowrap;
    }

    /* td料金/購入上限記載なし用 ★タマリ席★*/

    .infoTable table tbody tr:nth-child(1) {
        display: none;
    }

    .infoTable table tbody tr:nth-child(2) {
        display: block;
    }

    /* td料金/購入上限記載なし用 ★マス席★*/
    
    .infoTable table tbody tr:nth-child(4) {
        display: none;
    }

    .infoTable table tbody tr:nth-child(5) {
        display: block;
    }

    /* td料金/購入上限記載なし用 ★イス席★*/

    .infoTable table tbody tr:nth-child(10) {
        display: none;
    }
    .infoTable table tbody tr:nth-child(11) {
        display: block;
    }

  

    /*  WOVN用 20230515 update ===================================== */
    html:lang(en) .infoTable table tbody tr td:nth-child(4) {
        width: auto !important;
    }

    html:lang(en) .infoTable table tbody tr td:nth-child(2):before {
        content: "Fee" !important;
    }

    html:lang(en) .infoTable table tbody tr td:nth-child(3):before {
        content: "Purchase limit" !important;
    }
    /*  WOVN用 20230515 update  */
}

/* マス席椅子席画像 ========================================================== */

.seatlist_photo {
    margin:1em 10px;
    font-size:0.8em;
}

.seatlist_photo ul {
    display: flex; 
    justify-content: left; 
    margin-bottom: 15px;
}

.seatlist_photo ul li {
    margin-right: 20px;
}


@media screen and (max-width: 767px) {
    .seatlist_photo ul {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .seatlist_photo ul li {
        margin-right: 0px;
        margin-bottom: 7px;
    }

}


/* リセール ========================================================== */
.infoTable02 table {
    border-top: 1px solid #b3cdcb;
    border-right: 1px solid #b3cdcb;
    width: 98%;
    border-spacing: 0;
    margin: 0 auto;
}


.infoTable02 table th,
.infoTable02 table td {
    border-bottom: 1px solid #b3cdcb;
    border-left: 1px solid #b3cdcb;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}



/*  電チケ部分アコーディオン ========================================================== */
.etik-check {
    display: none;
}

.etik-label {
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    cursor: pointer;
}

.etik-content {
    height: 0;
    padding: 0 10px;
    transition: .5s;
    overflow: hidden;
}

.etik-check:checked + .etik-label + .etik-content {
    height: auto;
    padding: 10px;
}


/*  アコーディオン追加 ========================================================== */
.acd-check {
    display: none;
}

.acd-label {
    display: block;
    padding: 10px 0;
    font-size: 0.9em;;
    cursor: pointer;
}

.acd-label .open {
    display: inline;
}
.acd-label .close {
    display: none;
}
.acd-check:checked + .acd-label .open {
    display: none;
}
.acd-check:checked + .acd-label .close {
    display: inline;
}

.acd-content {
    height: 0;
    transition: .5s;
    overflow: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    padding: 10px 0 0 0;
}


/*  お問い合わせ ========================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .info_block {
        margin: 0 0.5em 2.0em;
    }
}

@media screen and (max-width: 767px) {
    .info_block {
        margin: 0 0.5em 2.0em;
    }
    /* 20230529 update */
    .pageNav ul li {
        font-size: 1em;
    }
    /* 20230529 update //-- */
}



.info_block .info_box h3 {
    font-size: 20px;
    padding: 0.5em 1.0em;
    border-radius: 6px 6px 0 0;
    color: #fff;
    background-color: #968C83;
}

.info_block .info_box .inner {
    padding: 1.5em;
    background-color: #fff;
    border-top: 1px solid #968C83;
    border-left: 1px solid #968C83;
    border-right: 1px solid #968C83;
    border-bottom: 1px solid #968C83;
    border-radius: 6px;
}

.info_block .info_box .info_wrap {
    margin: 0 auto;
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {
    .info_block .info_box .info_wrap {
        width: auto;
    }
}


@media screen and (max-width: 767px) {
    .info_block .info_box {
        width: auto;
        display: block;
    }

    .info_block .info_box h2 {
        font-size: 0.9em;
    }

    /* 20230512 update */
    .infoTable table tbody tr td:nth-child(4) {
        width: auto;
    }

    /* 20230512 update //- */

    .icotel {
        width: 100%;
    }

    /* .info_block .info_box ul li {
        font-size: 0.8em
    } */

    .info_block .info_box .note {
        font-size: 14px;
        margin: 0 auto 1em;
        padding: 4px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {
    .info_block .info_box .note {
        width: auto;
    }
}

.info_block .info_box {
    margin: 0 auto;
    display: block;
    padding: 0.8em 0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    /* background-color: #EAB79A; */
}

.info_block .info_box h2 {
    text-align: left;
    padding: 10px 0 0 50px;
    color: #666666;
    font-size: 1.1em;
    font-weight: bold;
    height: 50px;
}

.icotel {
    background-origin: border-box;
    background-image: url(https://cdn.l-tike.com/bw-ticket/sport/sumo_nagoya/img/ico_phone.png);
    background-repeat: no-repeat;
    height: 50px;
}

.infotel {
    font-size: 1.3em;
    font-weight: bold;
    margin: 10px auto 10px;
}


.info_block .info_box p {
    color: #666666;
    font-size: 0.9em;
}

.info_block .info_box ul li {
    color: #666666;
}

.btn_infotel {
    margin: 0 auto;
    display: block;
    padding: 0.8em 0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    /* background-color: #EAB79A; */
}

.info_block .info_box .btn_infotel:hover {
    opacity: 0.8;
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {
    .info_block .info_box .btn_infotel {
        width: auto;
    }
}



@media screen and (min-width: 1025px) and (max-width: 1365px) {
    .btn_link {
        width: 90%;
        margin: 0 auto;
    }
}


/* 改行  ========================================================== */
@media screen and (min-width: 767px) {
    .br_off {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .br_off02 {
        display: none;
    }    
}



