@charset "UTF-8";

ul li {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: left;
    list-style: none;
}

.inline_link {
    display: inline;
    color: #1b1b1b;
    font-weight: bold;
    transition: .3s;
}

a.inline_link:hover {
    color: #DC3917;
    text-decoration: underline;
}

#cancellaition .main_cts_area a {
    text-decoration: none;
    color: #e5006e;
    outline: none;
    display: inline;
}

.border_box {
    border: solid 1px #8a8a8a;
    padding: 10px;
    margin-bottom: 20px;
}

.red {
    color: #DC3917;
}

.small {
    font-size: 0.9rem;
}

.center {
   text-align: center;
}

.mt-50 {
   margin-top: 50px !important;
}

/*コンテンツヘッダー*/

h1 .page_ttl {
    display: none;
}

.contents_header,
.contents_header_2 {
    position: relative;
    top: 0px;
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
    background-image: url(../img/common/contents_header_pc.jpg);
    background-repeat: no-repeat;
    background-position: 10% 75%;
    background-size: cover;
    z-index: -3;
}

.contents_header_2 {
    background-image: url(../img/common/contents_header_pc2.jpg);
}

.contents_header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.contents_header_2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.ttl {
    position: relative;
    top: 0px;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 240px;
    width: 0px;
    transform: rotate(-180deg);
    z-index: 999;
}

.ttl .ttl_contents {
    display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 22px;
    letter-spacing: 5px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

.ttl .ttl_small {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    margin-top: -60px;
}

.place_ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    letter-spacing: 3px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    margin: 50px 0 0 0;
    z-index: 2;
    font-weight: bold;
}

.place_ttl:before {
    content: '';
    position: absolute;
    top: 45px;
    left: calc(50% - 80px / 2);
    width: 90px;
    height: 1px;
    /*margin: 42px 44% 0;*/
    background: #DC3917;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(-40deg);
    z-index: -1;
}

.contents {
    position: relative;
    z-index: 2;
}

.contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 2px;
    margin: 9% 40% 0;
    background: #DC3917;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(-30deg);
    z-index: -1;
}

.nav-bg:before {
    display: none !important;
}

.clearfix_inner {
    width: 92%;
    margin: 0 auto;
}

.clearfix .text a {
    color: #DC3917;
    display: block;
}

.clearfix .text td a {
    text-align: center;
    padding: 5px 10px;
    display: block;
    width: calc(50% - 40px / 2);
    margin-top: 5px;
    background-color: #B02709;
    border-radius: 45px;
    color: #fff;
    text-indent: 0;
    box-sizing: border-box;
}

.h3_ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6em;
}

.ticket_ttl,
.contents_ttl {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    border-left: 7px double #DC3917;
    color: #fff;
    background: #1d1d1d;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin: 0px 0px 20px !important;
}

.special_ticket,
.contents_detil {
    display: block;
    border: solid 1px #7E1600;
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
}

.contents_detil {
    margin-bottom: 50px;
}

.special_ticket img,
.contents_detil img {
    width: 90%;
}

.contents_ttl {}

.inner_box {
    padding: 30px;
}

.inner_box p {
    margin: 0;
}

.text ul {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: left;
    margin: 0px 0 50px 0;
}

.text li {
    margin: 10px 0;
    font-size: 1.1rem;
}

.text ul ul{
    margin: 0;
}

.notice_btn {
    max-width: 90%;
    height: 100px;
    background-color: #7E1600;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    outline: solid 10px #7E1600;
    border: solid 2px #D8BAB3;
    font-size: 1rem;
    line-height: 50px;
    margin: 10px 0;
    margin-top: 50px !important;
    position: relative;
    box-sizing: border-box;
}

.contents_header_inner {
    display: flex;
}

.contents_header_inner {
    position: absolute;
    top: -20px;
    left: -150px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 250px 250px 250px;
    border-color: transparent transparent #7E1600 transparent;
    transform: rotateZ(180deg);
    z-index: -2;
}

.contents_header_inner:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -250px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 250px 250px 250px;
    border-color: transparent transparent #7E1600 transparent;
}

.contents_header_inner:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -250px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 250px 250px 250px;
    border-color: transparent transparent #FFFFFF transparent;
}


.list_style li {
   line-height: 1.5rem;
   list-style: none;
}

.bold {
    font-weight: bold;
    font-size: 1.2rem;
}


.main_cts_area {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    margin-top: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding: 0 20px;
    line-height: 1.9em;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.base_tbl {
    border-right: solid 1px #8C8C89;
    border-top: solid 1px #8C8C89;
    margin-top: 10px;
    width: 100%;
}

table.base_tbl th {
    background-color: #D8BAB3;
    text-align: center;
    width: 150px;
    line-height: 1.5rem;
}

table.base_tbl td {
    background-color: #fff;
    text-align: left;
    font-size: 1rem;
}

table.base_tbl th,
table.base_tbl td {
    border-left: solid 1px #8C8C89;
    border-bottom: solid 1px #8C8C89;
    padding: 10px 20px;
}

table.base_tbl td a {
    color: #7E1500;
}

table.base_tbl ul{
    margin: 0;
}

table.base_tbl ul li{
    font-size: 1rem;
}

.advance {
    margin-bottom: 50px;
}

h4.h4_news {
    margin-bottom: 15px;
    border-bottom: solid 3px #9a9a9a;
    padding-bottom: 5px;
    font-size: 1.2em;
}

h4.h4_bar {
    background-color: #5d5757;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.3em;
}

.note_list li {
    line-height: 1.5em;
    margin-bottom: 10px;
}

ul.note_list li:before {
    content: "※";
    padding-right: 3px;
}

.list_style {
    margin-top: 20px !important;
}

.list_bold {
    padding: 0rem 0.8rem;
    border-left: 4px solid #1d1d1d;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 50px;
}


#main .covid-19_attention {
    background: #fff;
    border: solid 2px #7E1600;
    margin: 10px 0 50px 0;
}

#main .covid-19_attention p{
    padding: 0 25px;
}

#main .covid-19_attention a{
    display: contents;
}

#main .covid-19_attention .attention_box {
    background: #7E1600;
    color: #fff;
    margin: 0;
    padding: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}


#main .covid-19_attention .list_style {
    padding: 0px 30px 30px;
    margin: 0 !important;
}


.contents_box .list_style li {
    margin: 7px 0;
}

.contents_box .list_style li.attention {
    line-height: 1.2rem;
}

.contents_box .list_style li.list_bold {
    margin: 30px 0 10px;
    text-indent: 0;
}

.contents_box .list_style li a {
    color: #DC3917;
}

.notice_box {
    margin-bottom: 50px;
}

.notice_box .list_style li {
   margin: 15px 0;
}

.indent li{
   text-indent: -1em;
   padding-left: 1em;
}

.indent dt {
   font-size: 1.1rem;
}

.indent dd {
   margin-inline-start: 1em;
   margin-top: 10px;
   font-size: 1.1rem;
}

.indent .shop_name {
   margin-inline-start: 1em;
   margin: 20px 0 10px;
   font-weight: bold;
}

.indent .shop_name1 {
   margin: 10px 0 10px;
}

.indent .shop_detail {
   margin-inline-start: 1em;
}

li.indent{
   margin-left: 4.5em;
}

/*.indent li ul{
   margin-left: 3.5em;
}*/

.indent li p.list_bold,
.indent li.contents_ttl{
   text-indent: 0;
   padding-left: 0.8rem;
}

.notice_attention {
    font-size: 1rem;
    background: linear-gradient(transparent 70%, #EC9B8A 70%);
    display: inline;
    margin: 10px 0;
}

.ticket_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff;
    color: #1d1d1d;
    margin: 50px 0;
}

.today {
    margin: 50px 0 0 0;
}

.ticket_table .td_title {
    background-color: #7E1600;
    color: #fff;
    padding: 15px;
    text-align: center;
    table-layout: fixed;
}

.ticket_table th,
.ticket_table td {
    padding: 15px;
    border: solid 2px #7E1600;
}

.ticket_table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


p.attention,
li.attention{
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 10px 0 0 0;
}

.ticket_table td p {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.kintetsu_map {
    margin: -20px 0;
    width: 100%;
    text-align: left;
}

.kintetsu_map img {
    width: 60%;
    border: solid 2px #7E1600;
}

td.td_title.border_left {
    border-left: solid 3px #fff;
}

.attention_link_box {
    margin: 50px 0;
}

.attention_link,
.place_btn {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: block;
    padding: 20px 50px;
    color: #fff !important;
    background-color: #7E1600;
    padding: 20px 9px;
    position: relative;
    text-align: center;
    z-index: 0;
    width: 100%;
    box-sizing: border-box;
    transition: .3s;
}

.attention_link:before,
.place_btn:before {
    border: 1px solid #D8BAB3;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 4px;
    z-index: -1;
}

li.active .place_btn:before {
    border: 1px solid #fff;
}

.attention_link:hover {
    opacity: 0.8;
}

.special_ticket_box {
    background-color: #fff;
    border: solid 2px #7E1600;
    padding: 20px;
    margin: 25px 0;
}

.special_ticket_box ul {
    margin: 0 !important;
}

.special_ticket_box .list_style .list_bold {
    margin: 10px 0 20px 0 !important;
}

/*タブ切り替え*/
.tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab li {
    width: calc((100% - 30px)/4);
    margin-right: 10px;
}

#SPECIAL .tab li {
    width: calc((100% - 30px)/3);
}

.tab li:last-child {
    margin-right: 0px;
}

.tab li.active .place_btn{
    background-color: #1b1b1b;
}

.tab li a {
    color: #fff !important;
    transition: .3s;
    cursor: pointer;
}

.tab li a:hover{
    background: #1b1b1b;
}

.tabContents {
    display: none;
    width: 100%;
}

.tabContents.active {
    display: block;
    width: 100%;
}

/*contentsタブ切り替え*/

#CONTENTS .tab {
    justify-content: center;
}

#yokohama {
    margin: 80px 0 150px;
}

#yokohama .comingsoon_text{
    font-size: 2rem;
}

/*goods*/

.goods_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 !important;
}

.goods_ttl {}

.goods_item {
    position: relative;
    width: 48%;
    margin-bottom: 50px;
}

.new_icon::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3.5em solid transparent;
    border-left: 3.5em solid #7E1600;
    position: absolute;
    z-index: 100;
}

.new_icon::after {
    content: "New";
    display: block;
    top: 9px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
}

.goods_flex li:nth-child(even) {
    margin-left: 1.2%;
}

.goods_flex li:nth-child(odd) {
    margin-right: 1.2%;
}

.goods_item_text p {}

.goods_image img {
    border: solid 1px #7E1600;
    box-sizing: border-box;

}

.goods_name {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 10px 0 0 0;
}

.goods_size {
    font-size: 0.9rem;
    margin: 0;
}

.goods_price {
    text-align: right;
    margin-top: 10px;
}

.modal-open {
    background: #fff;
    color: #222;
    left: 50%;
    padding: 10px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 58%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.modal__content a {
    color: #1b1b1b;
}

.modal__content img {
    width: 100%;
}

.modal_scroll {
    max-height: 90vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-bottom: 20px;
}

.modal_scroll::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

@media screen and (min-width: 1025px) {
    /* 980px以上用（PC用）の記述 */

    p {}

    .bold {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-bottom: 20px !important;
    }

    /*コンテンツヘッダー*/

    .contents_header,
    .contents_header_2 {
        position: relative;
        top: 0;
        width: 100%;
        height: 400px;
        margin-bottom: 80px;
        background-image: url(../img/common/contents_header_pc.jpg);
        background-position: right 75%;
        background-size: cover;
        z-index: -3;
    }

    .contents_header_2 {
        background-image: url(../img/common/contents_header_pc2.jpg);
    }

    .contents_header:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .contents_header_2:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }


    .ttl {
        position: relative;
        top: 55px;
        left: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        height: 400px;
        width: 0px;
        transform: rotate(-180deg);
        z-index: 999;
    }

    .ttl .ttl_contents {
        display: inline-block;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 32px;
        letter-spacing: 5px;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;

    }

    .ttl .ttl_small {
        display: inline-block;
        font-family: 'Noto Serif JP', serif;
    }

    .contents {
        position: relative;
        z-index: 2;
    }

    .contents:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 2px;
        margin: 15% 33% 0;
        background: #DC3917;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(-30deg);
        z-index: -1;
    }

    .nav-bg:before {
        display: none !important;
    }

    .clearfix_inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .h3_ttl {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        text-align: left;
        font-size: 25px;
        font-weight: 700;
        margin-top: 50px;
    }

    .inner_box {
        width: 100%;
        background-color: #fff;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .inner_box p {
        margin-top: 5px;
    }

    .special_ticket,
    .contents_detil {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: #fff;
    }

    .contents_detil {
        margin-bottom: 50px;
    }

    .contents_detil div {
        width: 100%;
        padding: 20px;
    }

    .special_ticket img {
        width: 50%;
    }

    .contents_ttl {}

    .notice_btn {
        max-width: 1000px;
        display: block;
        margin-top: 50px !important;
    }

    .contents_header_inner {
        display: flex;
    }

    .contents_header_inner {

        position: absolute;
        top: -50px;
        left: 2%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 500px 500px 500px;
        border-color: transparent transparent #7E1600 transparent;
        transform: rotateZ(180deg);
        z-index: -2;
    }

    .contents_header_inner:after {
        content: "";
        position: absolute;
        top: 25px;
        left: -595px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 595px 595px 595px;
        border-color: transparent transparent #7E1600 transparent;
    }

    .contents_header_inner:before {
        content: "";
        position: absolute;
        top: 20px;
        left: -580px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 580px 580px 580px;
        border-color: transparent transparent #FFFFFF transparent;
    }


    .list_style li {
        line-height: 1.8rem;
    }

    .flex_box {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 20px !important;
    }

    .flex_box li {
        margin: 0 5px;
        width: 30%;
    }

    .flex_box img {
        border: solid 1px #7E1600;
        width: 100%;
    }

    .site-header {
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        padding: 20px;
        position: fixed;
        justify-content: space-between;
        width: 100%;
    }

    .site-logo img {
        height: 20px;
        width: auto;
    }

    .gnav__menu {
        display: flex;
    }

    .gnav__menu__item {
        list-style: none;
        margin-left: 20px;
    }

    .gnav__menu__item a {
        color: #333;
        text-decoration: none;
    }

    .hero {
        position: relative;
    }

    .hero__video {
        height: auto;
        width: 100%;
    }

    .content {
        margin: 0 auto;
    }

    .box {
        background: #eee;
        height: 200px;
        margin-bottom: 100px;
    }

    .modal-open {
        background: #fff;
        color: #222;
        left: 50%;
        padding: 10px 40px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .modal {
        display: none;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100vw;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 58%;
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
    }

    .modal__content a {
        color: #DC3917;
    }

    .modal__content img {
        width: 100%;
    }

    .clearfix .text td a {
        width: 40%;
    }

}


@media screen and (min-width:960px) {

    .border_box {
        padding: 10px 20px;
    }

    .text_inner {

    }

    .place_ttl::before {

    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* 768px - 979px用（タブレット用）の記述 */

    .ttl {
        height: 400px;
    }

    .ttl .ttl_contents {
        font-size: 1.2rem;
    }

    .special_ticket,
    .contents_detil {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .special_ticket img,
    .contents_detil img {
        width: 50%;
    }

    .flex_box img {
        border: solid 1px #7E1600;
        width: 100%;
    }

    .contents_header {
        height: 300px;
    }

    .contents_header_inner {
        border-width: 0 350px 350px 350px;
    }

    .contents_header_inner:before {
        left: -350px;
        border-width: 0 350px 350px 350px;
    }

    .contents_header_inner:after {
        left: -350px;
        border-width: 0 350px 350px 350px;
    }

    .ttl {
        top: -50px;
        left: 0;
    }

    .ttl .ttl_contents {
        font-size: 25px;
    }

    .ttl .ttl_small {
        margin-top: -150px;
    }

    .place_ttl {
        margin: 20px 0 0 0;
    }

    .place_ttl::before {

    }

    .text_inner {
        width: 90%;
        margin: 0 auto;
    }

    .text_inner ul {
        margin: 0;
    }

    .modal-open {
        background: #fff;
        color: #222;
        left: 50%;
        padding: 10px 40px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .modal {
        display: none;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100vw;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 50%;
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        text-align: center;
    }

    .modal__content a {
        color: #DC3917;
    }

    .modal__content img {
        width: 100%;
    }

    .main_cts_area {}

    .new_icon::after {
        top: 5px;
        left: 1%;
    }

}

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

    .new_icon::after {
        top: 5px;
    }
}

@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */

    .text li{
      margin: 15px 0;
      font-size: 1rem;
    }

    .text li.bold{
      font-size: 1.1rem;
    }

    table.base_tbl th,
    table.base_tbl td {
        padding: 10px 7px;
        line-height: 1.8rem;
    }

    #main .covid-19_attention .attention_box {
        padding: 20px 10px;
    }

    #main .covid-19_attention {
        margin: 0 0 50px 0;
        padding: 0 !important;
    }

    #main .covid-19_attention .list_style {
        padding: 0 10px 20px;
    }

    .ticket_ttl,
    .contents_ttl {
        padding: 0.8rem 1rem;
        font-size: 1.1rem;
    }

    .place_ttl {
        padding-bottom: 40px;
        margin: 20px 0 0 0;
    }

    .place_ttl:before {

    }

    li.indent{
       margin-left: 1.5em;
    }

   .indent li ul{
       margin-left: 0em;
    }

    .contents_box .list_style li.list_bold {
      font-size: 1.1rem;
    }

    p.attention,
   li.attention{
       font-size: 0.8rem;
   }

    /*タブ切り替え*/

    .tab {
        flex-wrap: wrap;
    }

    .tab li {
       width: calc((100% - 10px)/2);
       margin: 10px 0 0 0;
   }

   #CONTENTS .tab {
        justify-content: space-between;
    }

    .bold {
        font-size: 1.1rem;
    }

    .list_bold {
        font-size: 1.1rem;
    }

    .list_style li {
        line-height: 1.6rem;
        list-style: none;
        margin: 20px 0;
    }

    .special_ticket img,
    .contents_detil img {
        width: 100%;
    }

    .contents_header {
        background-color: #fff;
        background-position: -54% 75%;
    }

    .special_ticket img,
    .contents_detil img {
        width: 100%;
    }

    .inner_box {
        padding: 15px;
    }

    .flex_box {
        display: block;
    }

    .flex_box li {
        margin: 5px 0;
        width: 100%;
    }

    .flex_box img {
        border: solid 1px #7E1600;
        width: 100%;
    }

    table.base_tbl th {
        line-height: 1.5rem;
        width: 75px;
        font-size: 0.9rem;
    }

    .site-header {
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        padding: 20px;
        position: fixed;
        justify-content: space-between;
        width: 100%;
   }

    .site-logo img {
        height: 20px;
        width: auto;
    }

    .gnav__menu {
        display: flex;
    }

    .gnav__menu__item {
        list-style: none;
        margin-left: 20px;
    }

    .gnav__menu__item a {
        color: #333;
        text-decoration: none;
    }

    .hero {
        position: relative;
    }

    .hero__video {
        height: auto;
        width: 100%;
    }

    .content {
        margin: 0 auto;
    }

    .box {
        background: #eee;
        height: 200px;
        margin-bottom: 100px;
    }

    .modal-open {
        background: #fff;
        color: #222;
        left: 50%;
        padding: 10px 40px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .modal {
        display: none;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100vw;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 50%;
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        margin: 20px 0;
        text-align: center;
        box-sizing: border-box;
        z-index: 99999;
    }

    .modal__content a {
        color: #DC3917;
    }

    .modal__content img {
        width: 100%;
    }

    .contents_box {
        padding: 0 15px;
    }

    /*about*/
    #ABOUT .clearfix .text a {
      display: inline-block;
    }

    /*ticket*/

    .ticket_table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        background-color: #fff;
        color: #1d1d1d;
        margin: 50px 0;
    }

    .today {
        margin: 50px 0 0 0;
    }

    .ticket_table .td_title {
        background-color: #7E1600;
        color: #fff;
        padding: 10px;
        text-align: center;
        table-layout: fixed;
    }

    .ticket_table th,
    .ticket_table td {
        padding: 10px;
        border: solid 2px #7E1600;
    }

    .ticket_table td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ticket_table td p {
        font-size: 0.8rem;
        line-height: 1rem;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

    .clearfix .text td a {
        padding: 7px 0;
        width: 100%;
    }

    .list_bold {
       margin-top: 50px;
   }

    .kintetsu_map {
        width: 100%;
    }

    .kintetsu_map img {
        width: 100%;
    }

    .attention_link_box {
        margin: 80px 0 20px;
    }

    .attention_link {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    #main .covid-19_attention p{
       padding: 0 20px;
   }

    /*goods*/

    .goods_flex {
        display: block;
        box-sizing: border-box;
    }

    .goods_ttl {
        margin: 0;
    }

    .goods_flex li:nth-child(even) {
        margin-left: 0;
    }

    .goods_flex li:nth-child(odd) {
        margin-right: 0;
    }

    .goods_item {
        width: 100%;
        margin: 1% 0 8% 0;
    }

    .goods_name {
        font-size: 1.1rem
    }

    .new_icon::after {
        top: 5px;
    }

}