@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    event_pc.css
*
*
------------------------------------------------------------------------------------------ */
a[target="_blank"]::after {
    display: none;
}
table .nav{ display: none !important;}

.color-g {
    background-color: #41eda1;
}
.color-g .link {
    background-color: #28d278;
}
.color-y {
    background-color: #ffdc1d;
}
.color-y .link {
    background-color: #feb100;
}
.color-p {
    background-color: #ff71a7;
}
.color-p .link {
    background-color: #ff4b6d;
}
#contents_inner{
    padding: 0 !important;
    background-color: #fff;
}

#p_title{
    background-color: #fff;
}
.event_desc {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 60px 0 0;
    column-gap: 10px;
}
.event_desc > div {
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 18px;
}
.event_desc .seats {
    margin-left: 30px;
    background-color: #eeeeee;
    position: relative;
}
.event_desc .seats::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px solid #eeeeee;
    position: absolute;
    top: 0;
    left: -20px;
}
.event_desc .seats::after, #event_schedule article.seats h4:after{
    content: '';
    display: block;
    width: calc(48px / 2);
    height: calc(46px / 2);
    background-image: url(../images/event/ico_triangle.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px 0 0;
}
.event_desc h3 {
    font-weight: bold;
    font-size: 16px;
}
#schedule_body{
    margin-top: 35px;
    background-color: #ede7df;
    padding: 50px 20px 80px;
    position: relative;
}
.tori {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.tori > p {
    position: absolute;
}
.tori > p.tori1 {
    top: -110px;
    left: 50px;
}
.tori > p.tori2 {
    top: -170px;
    right: 90px;
}
.tori > p.tori3 {
    top: 80px;
    right: -65px;
}
.tori > p.tori4 {
    top: 410px;
    left: -62px;
}
.tori > p.tori5 {
    top: 760px;
    right: -110px;
}
.tori > p.tori6 {
    top: 1110px;
    left: -110px;
}
#event_schedule{
    max-width: 1200px;
    margin: 0 auto 30px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

#event_schedule table{
    width: 100%;
}

#event_schedule th{
    width: 40px;
    padding: 10px 5px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    color: #848484;
    vertical-align: top;
    border-right: 1px solid #eee;
    border-bottom: 1px dashed #eee;
}

#event_schedule th .s{
    font-size: 80%;
}

#event_schedule td{
    width: 16.666%;
    padding: 10px 5px;
    border-bottom: 1px dashed #eee;
    border-right: 1px solid #eee;
    word-break: break-all;
    vertical-align: top;
}
#event_schedule tr:last-of-type td {
    border-bottom: none;
}
#t_head{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#t_head th{
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: #4495d1;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

#t_head td{
    padding: 20px 0;
    color: #4495d1;
    font-size: 36px;
    letter-spacing: .05em;
    text-align: center;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    font-family: 'Shin Maru Go Bold';
}

#t_head td .s{
    font-size: 80%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

#t_head td .w{
    padding: 4px;
    color: #fff;
    font-size: calc(22px * .7);
    display: inline-block;
    background-color: #4495d1;
    border-radius: 100px;
    line-height: 1em;
    vertical-align: middle;
    letter-spacing: 0;
}

#event_schedule article{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 2px solid #fff;
    transition: border, opacity;
    transition-duration: .15s;
}

#event_schedule article:nth-child(1).half{
    margin-top: 80px !important;
}

#event_schedule article:last-child{
    margin-bottom: 0 !important;
}

#event_schedule article h4{
    color: #000;
    padding: 8px 15px 10px 12px;
    font-size: 13px;
    line-height: 1.714em;
    font-weight: 700;
    transition: color .15s ease;
    position: relative;
}

#event_schedule article:hover .link:after,
#event_schedule article.touch .link:after{
    transform: scale(1.1);
}

#event_schedule article:hover h4,
#event_schedule article.touch h4{
    color: #fff;
}

#event_schedule article:hover,
#event_schedule article.touch{
    border-color: rgba(255, 255, 255, .5);
}

#event_schedule article.disabled{ border-color: #fff !important; background-color: #f0f0f0 !important;}
#event_schedule article.disabled h4{ color: #000 !important;}

#event_schedule article .link{
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 15px;
    display: flex;
    position: relative;
}
#event_schedule article .link::after{
    content: '';
    display: block;
    width: calc(48px / 2);
    height: calc(48px / 2);
    background-image: url(../images/event/ico_down-g.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
}
#event_schedule article.color-g .link::after{
    background-image: url(../images/event/ico_down-g.png);
}
#event_schedule article.color-y .link::after{
    background-image: url(../images/event/ico_down-y.png);
}
#event_schedule article.color-p .link::after{
    background-image: url(../images/event/ico_down-p.png);
}

.note ul{
    max-width: 32em;
    margin: 0 auto;
} 
.note ul li {
    font-size: 16px;
    line-height: 1.75;
    text-indent: -1em;
    padding-left: 1em;
}
.note ul li::before {
    content: '・';
}
#event_contents {
    background: url(../images/event/content_bg.jpg);
    background-repeat: repeat-y;
    background-size: 105%;
    background-position: center -300px;
    position: relative;
    border-radius: 0 0 40px 40px;
}
#event_contents .contents_inner {
    position: relative;
}
#event_contents h3 {
    font-size: 36px;
    padding: 20px 0;
    text-align: center;
    color: #4495d1;
    background-color: #fff;
    font-family: 'Shin Maru Go Bold';
}
#event_contents h3 .w{
    padding: 4px;
    color: #fff;
    font-size: calc(22px * .7);
    display: inline-block;
    background-color: #4495d1;
    border-radius: 100px;
    line-height: 1em;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
}
#event_contents h3 .w:nth-child(2) {
    margin-left: 0;
}
#event_contents ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#event_contents ul li{
    width: calc((100% - 40px) / 3);
    height: 100%;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid rgba(246, 237, 222, 1);
    box-sizing: border-box;
}
#event_contents ul li a{
    color: #000;
}
#event_contents ul li .title {
    padding: 30px;
}
#event_contents ul li h4{
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 1em;
}
#event_contents ul li .info{
    line-height: 1.5;
}
#event_contents ul li .info span{
    font-weight: bold;
}
#event_contents ul li .desc{
    background-color: #fff;
    color: #454545;
    line-height: 1.625;
    padding: 30px 25px;
}
#event_contents ul li .link{
    color: #fff;
    font-weight: bold;
    padding: 25px 0 25px 80px;
    position: relative;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
}
#event_contents ul li .link::after{
    content: '';
    display: block;
    width: calc(64px / 2);
    height: calc(64px / 2);
    background-image: url(../images/event/ico_right-g.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 18px;
    left: 30px;
}
#event_contents ul li.color-g .link::after{
    background-image: url(../images/event/ico_right-g.png);
}
#event_contents ul li.color-p .link::after{
    background-image: url(../images/event/ico_right-p.png);
}
#event_contents ul li.color-y .link::after{
    background-image: url(../images/event/ico_right-y.png);
}
#event_contents ul li .link span{
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    right: 30px;
}
#event_contents ul li:hover .link:after,
#event_contents ul li.touch .link:after{
    transform: scale(1.1);
}
#event_contents ul li:hover h4,
#event_contents ul li.touch h4,
#event_contents ul li:hover .info {
    color: #fff;
}
#event_contents ul li:hover,
#event_contents ul li.touch{
    border-color: rgba(255, 255, 255, .5);
}
#event_contents ul li.disabled:hover .link:after,
#event_contents ul li.disabled.touch .link:after{
    transform: none;
}
#event_contents ul li.disabled:hover h4,
#event_contents ul li.disabled.touch h4,
#event_contents ul li.disabled:hover .info {
    color: initial;
}
#event_contents ul li.disabled:hover,
#event_contents ul li.disabled.touch {
    border-color: rgba(246, 237, 222, 1);
}
#event_contents ul li.no .link {
    background-color: #888888;
    opacity: 1;
    padding: 25px 0;
    text-align: center;
}
#event_contents ul li.disabled .link::after {
    background-image: url(../images/event/ico_right-off.png);
}
#event_contents ul li.disabled .link{
    filter: brightness(1.1) saturate(0.4);
}
#event_contents ul li.no .link::after {
    display: none;
}
#js-pagetop {
  position: fixed;
  bottom: 0;
  right: 20px;
  transition: all 1s;
  z-index: 90;
}
@media screen and (max-width: 1340px) {
    .tori3, .tori4,.tori5,.tori6 {
        display: none;
    }
}
@media screen and (max-width: 1192px) {
    .tori1, .tori2 {
        display: none;
    }
    #event_contents ul li .link {
        padding: 25px 0 25px 60px;
    }
    #event_contents ul li .link::after {
        left: 20px;
    }
    #event_contents ul li .link span {
        right: 5px;
    }
}
@media screen and (min-width: 751px) {
    #js-pagetop:hover {
        cursor: pointer;
        opacity: .5;
    }    
}
@media screen and (max-width: 750px) {

    .event_desc h3 {
        font-size: 14px;
        position: absolute;
        top: 35px;
        left: 15px;
    }
    .event_desc > div {
        padding: 5px;
        border-radius: 5px;
        font-size: 12px;
    }
    .event_desc .seats {
        margin-left: 10px;
    }
    .event_desc .seats::before {
        left: -10px;
    }
    .event_desc .seats::after {
        width: calc(24px / 2);
        height: calc(23px / 2);
        border-radius: 0 5px 0 0;
    }
    table td{
        width: 100% !important;
        display: none;
    }

    table .nav{
        display: block !important;
    }

    table .nav{
        display: block !important;
    }

    table .event_col.on{
        display: table-cell !important;
    }

    #schedule_body{
        padding: 20px 10px;
        margin-top: 6.666vw;
        padding-bottom: 20px;
    }

    #event_schedule{
        border-radius: 10px;
        margin: 0 auto 20px;
    }

    #event_schedule th{
        font-size: 13px;
    }

    #event_schedule th .s{
        font-size: 75%;
    }

    #t_head th{
        padding: 0 0 8px 0;
        font-size: 12px;
        vertical-align: bottom;
    }

    #t_head td{
        padding: 0;
    }

    #t_head td .w{
        font-weight: normal;
    }


    table .nav{
        border-bottom: 1px solid #fa6b18;
    }

    table .nav ul{
        padding: 5px 5px 0 5px;
        display: flex;
        justify-content: space-between;
        letter-spacing: .05em;
    }

    table .nav li{
        width: 19%;
        padding: 8px;
        text-align: center;
        display: flex;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
        border-radius: 5px 5px 0 0;
        cursor: pointer;
        transition: color, background;
        transition-duration: .15s;
        white-space: nowrap;
        align-items: flex-end;
        box-sizing: border-box;
    }

    table .nav li:hover,
    table .nav li.touch,
    table .nav li.on{
        background-color: #4495d1;
        color: #fff;
    }

    table .nav li.on{ cursor: default;}

    table .nav li .s{
        display: inline-block;
        font-size: 60%;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    #event_schedule article.seats h4:after {
        border-radius: 0 5px 0 0;
    }
    #event_schedule article{
        border-radius: 5px;
    }

    #event_schedule article:nth-child(1).half{
        margin-top: 60px !important;
    }

    #event_schedule article .thumb{
        border-radius: 5px 5px 0 0;
    }

    #event_schedule article h4{
        padding: 10px 15px 15px 15px;
    }
    .note ul li {
        font-size: 14px;
    }
    #event_contents .contents_inner > div {
        display: none;
    }
    #event_contents .contents_inner > div.on {
        display: block;
    }
    #event_contents {
        border-radius: 0 0 20px 20px;
        background-size: 200%;
        background-position: center top;
    }
    #event_contents:before {
        border-radius: 0 0 20px 20px;
    }
    #event_contents ul {
        display: block;
        padding: 20px 10px;
    }
    #event_contents ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    #event_contents ul li .title {
        padding: 17px 15px;
    }
    #event_contents ul li .desc {
        padding: 15px;
    }
    #event_contents h3 {
        font-size: 32px;
    }
    #event_contents ul li .link::after {
        left: 15px;
    }
    #event_contents ul li .link {
        padding: 25px 0 25px 55px;
    }
    #event_contents ul li .link span {
        right: 15px;
    }
    #js-pagetop {
        right: 10px;
    }
    #js-pagetop img {
        width: 60px;
    }
} /* ----- max-width: 750px ----- */